Sone.git
2020-01-09 David ‘Bombe... 🚚 Move post and reply mocks to correct file
2020-01-06 David ‘Bombe... 🔥 Clean up imports
2020-01-05 David ‘Bombe... ♻️ Use handler for sone-mentioned notifications
2020-01-05 David ‘Bombe... 🚧 Send event when mention is removed
2020-01-04 David ‘Bombe... ✨ Add onTrue method for Booleans
2020-01-04 David ‘Bombe... 🚚 Rename local-sone-mentioned event
2020-01-04 David ‘Bombe... 🐛 Emit event for replies as well
2020-01-04 David ‘Bombe... ✅ Improve test for not added notification
2020-01-04 David ‘Bombe... 🎨 Add helper for simulating first start
2020-01-04 David ‘Bombe... 🚧 Start Sone mention detector automatically
2020-01-04 David ‘Bombe... 🚧 Add detector for mentioned local Sones
2020-01-04 David ‘Bombe... 🎨 Add helpers for Freenet’s base64 implementation
2020-01-02 David ‘Bombe... 🔀 Merge “next” into “feature/notification-handlers”
2020-01-02 David ‘Bombe... ✨ Create reply from post-dependent Sone
2020-01-02 David ‘Bombe... 🚧 Add “replySone” member to post accessor
2020-01-02 David ‘Bombe... 🎨 Replace post accessor with Kotlin version
2020-01-02 David ‘Bombe... 🎨 Replace post accessor test with Kotlin version
2020-01-02 Salvatore Giudice🌐 Update French translation
2019-12-12 David ‘Bombe... 🔥 Remove ticker from web interface
2019-12-12 David ‘Bombe... 🔥 Clean up imports
2019-12-12 David ‘Bombe... ✨ Add ticker shutdown wrapper
2019-12-12 David ‘Bombe... 🚧 Add tickers wrapper to shutdown tickers
2019-12-12 David ‘Bombe... ✨ Send shutdown event on termination
2019-12-12 David ‘Bombe... 🐛 Remove useless double plugin start in test
2019-12-12 David ‘Bombe... ♻️ Move web of trust notification into handler
2019-12-12 David ‘Bombe... 🚧 Change rescheduling method
2019-12-12 David ‘Bombe... 🚧 Use ticker from Sone module for notifications
2019-12-12 David ‘Bombe... ✅ Replace test for scheduling with better test
2019-12-12 David ‘Bombe... 🚧 Add DI configuration for notification ticker
2019-12-12 David ‘Bombe... 🎨 Use singleton verifier
2019-12-11 David ‘Bombe... 🎨 Use Runnable instead of a Kotlin arrow type
2019-12-11 David ‘Bombe... 🚧 Add handler for web of trust notifications
2019-12-11 David ‘Bombe... 🚧 Add web of trust pinger and events
2019-12-11 David ‘Bombe... ♻️ Move startup notification into handler
2019-12-11 David ‘Bombe... 🎨 Declare return value for ticker explicitely
2019-12-11 David ‘Bombe... 🚧 Add handler for startup event
2019-12-11 David ‘Bombe... ✅ Add convenience function for runnables
2019-12-11 David ‘Bombe... ♻️ Move test executor to its own file
2019-12-11 David ‘Bombe... 🚨 Add @Nonnull annotation
2019-12-11 David ‘Bombe... 🚧 Send startup event on startup
2019-12-11 David ‘Bombe... ♻️ Get event bus only once
2019-12-11 David ‘Bombe... ♻️ Move config-not-read notification into handler
2019-12-11 David ‘Bombe... 🚧 Add handler for config-not-read notification
2019-12-11 David ‘Bombe... 🚧 Send “config not read” event in plugin
2019-12-11 David ‘Bombe... ♻️ Simplify event bus interaction
2019-12-11 David ‘Bombe... ♻️ Move first-start notification into handler
2019-12-11 David ‘Bombe... 🚧 Add first-start notification handler
2019-12-11 David ‘Bombe... 🚧 Add event for first start of Sone
2019-12-11 David ‘Bombe... ♻️ Move image-insert notifications into handler
2019-12-11 David ‘Bombe... 🔥 Remove unused field
2019-12-11 David ‘Bombe... 🔥 Remove unnecessary not-null checks
2019-12-11 David ‘Bombe... 🚧 Add handler for image-insert notifications
2019-12-11 David ‘Bombe... ♻️ Extract new-version notification handler
2019-12-11 David ‘Bombe... 🚧 Add handler for new-version notification
2019-12-11 David ‘Bombe... 🔥 Make notification text a bit shorter
2019-12-11 David ‘Bombe... ♻️ Move local-post handling from web interface to handler
2019-12-11 David ‘Bombe... ⏪ Revert “Store notification handlers in fields”
2019-12-11 David ‘Bombe... 🚧 Add new handler for local posts
2019-12-11 David ‘Bombe... 🐛 Fix sone-locked notification not showing all Sones
2019-12-11 David ‘Bombe... 🐛 Fix sone-locked handler
2019-12-11 David ‘Bombe... 🐛 Fix new-remote-post handler
2019-12-11 David ‘Bombe... 🐛 Fix new-sone handler
2019-12-11 David ‘Bombe... 🐛 Fix sone-locked-on-startup handler
2019-12-11 David ‘Bombe... 🐛 Fix mark-post-known handler not being registered
2019-12-11 David ‘Bombe... 🐛 Store notification handlers in fields
2019-12-11 David ‘Bombe... 🔥 Clean up imports
2019-12-11 David ‘Bombe... 🔊 Add logging for injections
2019-12-11 David ‘Bombe... ♻️ Extract handler for sone-locked notification
2019-12-11 David ‘Bombe... 🐛 Use new new-post notification in web interface
2019-12-11 David ‘Bombe... ✨ Add all other handlers to notification handler
2019-12-11 David ‘Bombe... ✨ Add remote-post handler to notification module
2019-12-11 David ‘Bombe... 🐛 Fix handler for remote posts
2019-12-11 David ‘Bombe... 🎨 Move new-sone template creation into module
2019-12-11 David ‘Bombe... 🎨 Fix module and handler for locked Sones
2019-12-11 David ‘Bombe... 🎨 Fix indentation
2019-12-11 David ‘Bombe... ✨ Add loaders implementation for tests
2019-12-11 David ‘Bombe... ✨ Allow specification of annotation for singleton verif...
2019-12-11 David ‘Bombe... ♻️ Extract page implementation for tests
2019-12-11 David ‘Bombe... 🚚 Move verification method to Guice helpers
2019-12-11 David ‘Bombe... 🚚 Move notification handler usage into Sone plugin
2019-12-11 David ‘Bombe... 🎨 Turn notification handler into an empty husk
2019-12-11 David ‘Bombe... ✨ Add notification handler module
2019-12-11 David ‘Bombe... ✨ Allow creation by Guice
2019-12-11 David ‘Bombe... ✅ Improve test for handler
2019-12-11 David ‘Bombe... ♻️ Extract handler for new remote posts
2019-12-11 David ‘Bombe... 🎨 Use convenience method
2019-12-11 David ‘Bombe... ♻️ Extract a handler for new posts during first start
2019-12-11 David ‘Bombe... 🚧 Add new Sone handler to notifications
2019-12-11 David ‘Bombe... 🚧 Add handler for “new Sone found” event
2019-12-11 David ‘Bombe... 🎨 Reorganize some imports
2019-12-11 David ‘Bombe... ✅ Add test for saving insertion delay
2019-11-29 David ‘Bombe... 🎨 Reorganize some imports
2019-11-29 David ‘Bombe... ✅ Add test for saving insertion delay
2019-11-29 David ‘Bombe... 🔀 Merge 'feature/sone-locked-notification' into 'next'
2019-11-29 David ‘Bombe... 📝 Add comment
2019-11-29 David ‘Bombe... 🚧 Start notification handler on plugin start
2019-11-29 David ‘Bombe... 🚧 Add notification handler to web interface module
2019-11-29 David ‘Bombe... 🚧 Add notification manager to web interface module
2019-11-29 David ‘Bombe... ✨ Add handler for all notifications
2019-11-29 David ‘Bombe... 🚧 Add notification handler for locked Sones
next