🔀 Merge branch 'release/v82'
[Sone.git] / src / main /
2020-01-02 Salvatore Giudice🌐 Update French translation
2019-12-12 David ‘Bombe’ Roden🔥 Remove ticker from web interface
2019-12-12 David ‘Bombe’ Roden✨ Add ticker shutdown wrapper
2019-12-12 David ‘Bombe’ Roden🚧 Add tickers wrapper to shutdown tickers
2019-12-12 David ‘Bombe’ Roden✨ Send shutdown event on termination
2019-12-12 David ‘Bombe’ Roden♻️ Move web of trust notification into handler
2019-12-12 David ‘Bombe’ Roden🚧 Change rescheduling method
2019-12-12 David ‘Bombe’ Roden🚧 Use ticker from Sone module for notifications
2019-12-12 David ‘Bombe’ Roden🚧 Add DI configuration for notification ticker
2019-12-11 David ‘Bombe’ Roden🎨 Use Runnable instead of a Kotlin arrow type
2019-12-11 David ‘Bombe’ Roden🚧 Add handler for web of trust notifications
2019-12-11 David ‘Bombe’ Roden🚧 Add web of trust pinger and events
2019-12-11 David ‘Bombe’ Roden♻️ Move startup notification into handler
2019-12-11 David ‘Bombe’ Roden🎨 Declare return value for ticker explicitely
2019-12-11 David ‘Bombe’ Roden🚧 Add handler for startup event
2019-12-11 David ‘Bombe’ Roden✅ Add convenience function for runnables
2019-12-11 David ‘Bombe’ Roden🚨 Add @Nonnull annotation
2019-12-11 David ‘Bombe’ Roden🚧 Send startup event on startup
2019-12-11 David ‘Bombe’ Roden♻️ Get event bus only once
2019-12-11 David ‘Bombe’ Roden♻️ Move config-not-read notification into handler
2019-12-11 David ‘Bombe’ Roden🚧 Add handler for config-not-read notification
2019-12-11 David ‘Bombe’ Roden🚧 Send “config not read” event in plugin
2019-12-11 David ‘Bombe’ Roden♻️ Move first-start notification into handler
2019-12-11 David ‘Bombe’ Roden🚧 Add first-start notification handler
2019-12-11 David ‘Bombe’ Roden🚧 Add event for first start of Sone
2019-12-11 David ‘Bombe’ Roden♻️ Move image-insert notifications into handler
2019-12-11 David ‘Bombe’ Roden🔥 Remove unused field
2019-12-11 David ‘Bombe’ Roden🚧 Add handler for image-insert notifications
2019-12-11 David ‘Bombe’ Roden♻️ Extract new-version notification handler
2019-12-11 David ‘Bombe’ Roden🚧 Add handler for new-version notification
2019-12-11 David ‘Bombe’ Roden🔥 Make notification text a bit shorter
2019-12-11 David ‘Bombe’ Roden♻️ Move local-post handling from web interface to handler
2019-12-11 David ‘Bombe’ Roden⏪ Revert “Store notification handlers in fields”
2019-12-11 David ‘Bombe’ Roden🚧 Add new handler for local posts
2019-12-11 David ‘Bombe’ Roden🐛 Fix sone-locked notification not showing all Sones
2019-12-11 David ‘Bombe’ Roden🐛 Fix sone-locked handler
2019-12-11 David ‘Bombe’ Roden🐛 Fix new-remote-post handler
2019-12-11 David ‘Bombe’ Roden🐛 Fix new-sone handler
2019-12-11 David ‘Bombe’ Roden🐛 Fix sone-locked-on-startup handler
2019-12-11 David ‘Bombe’ Roden🐛 Fix mark-post-known handler not being registered
2019-12-11 David ‘Bombe’ Roden🐛 Store notification handlers in fields
2019-12-11 David ‘Bombe’ Roden🔥 Clean up imports
2019-12-11 David ‘Bombe’ Roden🔊 Add logging for injections
2019-12-11 David ‘Bombe’ Roden♻️ Extract handler for sone-locked notification
2019-12-11 David ‘Bombe’ Roden🐛 Use new new-post notification in web interface
2019-12-11 David ‘Bombe’ Roden✨ Add all other handlers to notification handler
2019-12-11 David ‘Bombe’ Roden✨ Add remote-post handler to notification module
2019-12-11 David ‘Bombe’ Roden🐛 Fix handler for remote posts
2019-12-11 David ‘Bombe’ Roden🎨 Move new-sone template creation into module
2019-12-11 David ‘Bombe’ Roden🎨 Fix module and handler for locked Sones
2019-12-11 David ‘Bombe’ Roden🚚 Move notification handler usage into Sone plugin
2019-12-11 David ‘Bombe’ Roden🎨 Turn notification handler into an empty husk
2019-12-11 David ‘Bombe’ Roden✨ Add notification handler module
2019-12-11 David ‘Bombe’ Roden✨ Allow creation by Guice
2019-12-11 David ‘Bombe’ Roden♻️ Extract handler for new remote posts
2019-12-11 David ‘Bombe’ Roden🎨 Use convenience method
2019-12-11 David ‘Bombe’ Roden♻️ Extract a handler for new posts during first start
2019-12-11 David ‘Bombe’ Roden🚧 Add new Sone handler to notifications
2019-12-11 David ‘Bombe’ Roden🚧 Add handler for “new Sone found” event
2019-12-11 David ‘Bombe’ Roden🎨 Reorganize some imports
2019-11-29 David ‘Bombe’ Roden🎨 Reorganize some imports
2019-11-29 David ‘Bombe’ Roden🔀 Merge 'feature/sone-locked-notification' into 'next'
2019-11-29 David ‘Bombe’ Roden📝 Add comment
2019-11-29 David ‘Bombe’ Roden🚧 Start notification handler on plugin start
2019-11-29 David ‘Bombe’ Roden🚧 Add notification handler to web interface module
2019-11-29 David ‘Bombe’ Roden🚧 Add notification manager to web interface module
2019-11-29 David ‘Bombe’ Roden✨ Add handler for all notifications
2019-11-29 David ‘Bombe’ Roden🚧 Add notification handler for locked Sones
2019-11-29 David ‘Bombe’ Roden🎨 Add nullability annotations to loaders interface
2019-11-29 David ‘Bombe’ Roden✨ Add render() method for renderables
2019-11-29 David ‘Bombe’ Roden✨ Send event when Sone is locked on startup
2019-11-29 David ‘Bombe’ Roden🚸 Only lock Sone if it doesn’t have images, either
2019-11-29 David ‘Bombe’ Roden✨ Add helper methods for albums
2019-11-29 David ‘Bombe’ Roden🎨 Replace PreferencesLoader with Kotlin version
2019-11-29 David ‘Bombe’ Roden🔀 Merge 'feature/remove-trust-functions' into 'next'
2019-11-28 David ‘Bombe’ Roden🔥 Remove more unused translations
2019-11-28 David ‘Bombe’ Roden🔥 Remove trust settings from preferences
2019-11-28 David ‘Bombe’ Roden🔥 Remove trust settings from options page
2019-11-28 David ‘Bombe’ Roden🔥 Remove javascript code for trust functions
2019-11-28 David ‘Bombe’ Roden🔥 Remove code for setting trust values
2019-11-28 David ‘Bombe’ Roden🔥 Remove all trust/distrust/untrust pages
2019-11-28 David ‘Bombe’ Roden🔥 Remove links to trust functions
2019-11-25 David ‘Bombe’ Roden🐛 Fix follow and unfollow functions
2019-11-24 David ‘Bombe’ Roden📝 Fix some JSDocs
2019-11-24 David ‘Bombe’ Roden🔥 Deduplicate some code
2019-11-24 David ‘Bombe’ Roden🎨 Replace “var” with “const” or “let”
2019-11-24 David ‘Bombe’ Roden🐛 fix
2019-11-24 David ‘Bombe’ Roden🎨 Use better implementation, fix comment
2019-11-24 David ‘Bombe’ Roden🎨 Replace deprecated “language” attribute
2019-11-24 David ‘Bombe’ Roden🔥 Remove unused method parameters
2019-11-24 David ‘Bombe’ Roden🎨 Use non-type-coercing comparisons
2019-11-24 David ‘Bombe’ Roden🔀 Merge 'meta/upgrade-jquery' into 'next'
2019-11-23 David ‘Bombe’ Roden⬆️ Upgrade to jQuery 3.4.1
2019-11-23 David ‘Bombe’ Roden🐛 Fix jQuery 1.9 URL
2019-11-23 David ‘Bombe’ Roden⬆️ Upgrade to jQuery 1.9
2019-11-23 David ‘Bombe’ Roden🐛 Fix a faulty attr->prop change
2019-11-23 David ‘Bombe’ Roden⬆️ Upgrade jQuery to 1.6
2019-11-23 David ‘Bombe’ Roden🚚 Move jQuery migration script to Sone source (because...
2019-11-23 David ‘Bombe’ Roden⬆️ Add jQuery migration script
2019-11-20 David ‘Bombe’ Roden🐛 Fix wrong size of histogram displayed
next