🚧 Use ticker from Sone module for notifications
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / notification / NotificationHandlerModule.kt
2019-12-12 David ‘Bombe’ Roden🚧 Use ticker from Sone module for notifications
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♻️ Move config-not-read notification into handler
2019-12-11 David ‘Bombe’ Roden♻️ Move first-start notification into handler
2019-12-11 David ‘Bombe’ Roden♻️ Move image-insert notifications into handler
2019-12-11 David ‘Bombe’ Roden♻️ Extract new-version notification handler
2019-12-11 David ‘Bombe’ Roden♻️ Move local-post handling from web interface to handler
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♻️ Extract handler for sone-locked notification
2019-12-11 David ‘Bombe’ Roden✨ Add remote-post handler to notification module
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✨ Add notification handler module