✨ Use new template renderer
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web /
2019-05-17 David ‘Bombe’ Roden✨ Use new template renderer
2019-05-17 David ‘Bombe’ Roden🚧 Add template renderer
2019-05-17 David ‘Bombe’ Roden✨ Use @TemplatePath in FreenetTemplatePage
2019-05-17 David ‘Bombe’ Roden♻️ Replace FreenetTemplatePage with Kotlin version
2019-05-17 David ‘Bombe’ Roden🚚 Rename file containing annotations
2019-05-17 David ‘Bombe’ Roden🚧 Add annotation for the template path
2019-05-17 David ‘Bombe’ Roden🚧 Add Loaders to all template-using pages
2019-05-17 David ‘Bombe’ Roden♻️ Add registry for page toadlets
2019-05-17 David ‘Bombe’ Roden✨ Annotate RescuePage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate OptionsPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate LogoutPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate LoginPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate ImageBrowserPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate DeleteSonePage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate BookmarksPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate AboutPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate EditProfilePage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate KnownSonesPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate CreateSonePage with MenuName
2019-05-17 David ‘Bombe’ Roden♻️ Move Page.menuName property to more appropriate...
2019-05-17 David ‘Bombe’ Roden✨ Annotate NewPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate IndexPage with MenuName
2019-05-17 David ‘Bombe’ Roden🐛 Make PageToadletFactory injectable
2019-05-09 David ‘Bombe’ Roden♻️ Copy session-handling code to FreenetRequest
2019-05-07 David ‘Bombe’ Roden♻️ Use SoneRequest instead of FreenetRequest
2019-05-04 David ‘Bombe’ Roden♻️ Add L10n to FreenetRequest, WebInterface to SoneRequest
2019-04-13 David ‘Bombe’ Roden♻️ Add SoneRequest for Sone-specific request values
2019-04-13 David ‘Bombe’ Roden🎨 Replace FreenetRequest with Kotlin version
2019-04-12 David ‘Bombe’ Roden🎨 Replace FreenetPage with Kotlin version
2019-04-12 David ‘Bombe’ Roden🎨 Fix imports
2019-04-12 David ‘Bombe’ Roden✨ Use new @MenuName annotation in factory
2019-04-12 David ‘Bombe’ Roden🎨 Replace PageToadletFactory with Kotlin version
2019-03-10 David ‘Bombe’ Roden♻️ Add module for configuring the web interface
2019-03-05 David ‘Bombe’ Roden🎨 Replace Plugin containers with Kotlin versions
2019-02-23 David ‘Bombe’ RodenReplace Preferences with Kotlin version
2019-02-23 David ‘Bombe’ RodenUse Sequence instead of Collection
2019-02-22 David ‘Bombe’ RodenOptimize some imports
2019-02-22 David ‘Bombe’ RodenRemove unnecessary modifiers
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UntrustAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnlockSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnlikeAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnfollowSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnbookmarkAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of TrustAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of MoveProfileFieldAja...
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of MarkAsKnownAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of LockSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of LikeAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetTranslationAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetTimesAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetStatusAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetReplyAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetPostAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetNotificationsAja...
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetLinkedElementAja...
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetLikesAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of FollowSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenClean up imports
2018-01-23 David ‘Bombe’ RodenAdd test for DI constructability of EditProfileFieldAja...
2018-01-23 David ‘Bombe’ RodenAdd test for DI constructability of EditImageAjaxPage
2018-01-23 David ‘Bombe’ RodenAdd test for DI constructability of EditAlbumAjaxPage
2018-01-23 David ‘Bombe’ RodenFix search for Sone elements
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of DistrustAjaxPage
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of DismissNotification...
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of DeleteReplyAjaxPage
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of DeleteProfileFieldA...
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of DeletePostAjaxPage
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of CreateReplyAjaxPage
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of CreatePostAjaxPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of BookmarkAjaxPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of ViewSonePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of ViewPostPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UploadImagePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UntrustPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UnlockSonePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UnlikePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UnfollowSonePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UnbookmarkPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of TrustPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of SearchPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of RescuePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of ReloadingPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of OptionsPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of NewPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of MarkAsKnownPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of LogoutPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of LoginPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of LockSonePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of LikePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of KnownSonesPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of IndexPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of ImageBrowserPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of GetImagePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of FollowSonePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of EditProfilePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of EditProfileFieldPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of EditImagePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of EditAlbumPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DistrustPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DismissNotificationPage
next