🔥 Remove templates from FreenetTemplatePages
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages /
2019-05-17 David ‘Bombe’ Roden🔥 Remove templates from FreenetTemplatePages
2019-05-17 David ‘Bombe’ Roden♻️ Move generic error pages to custom classes
2019-05-17 David ‘Bombe’ Roden✨ Use @TemplatePath annotations on most pages
2019-05-17 David ‘Bombe’ Roden✨ Use new template renderer
2019-05-17 David ‘Bombe’ Roden♻️ Replace FreenetTemplatePage with Kotlin version
2019-05-17 David ‘Bombe’ Roden🚧 Add Loaders to all template-using pages
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✨ Annotate NewPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate IndexPage with MenuName
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-12 David ‘Bombe’ Roden🎨 Replace FreenetPage with Kotlin version
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-23 David ‘Bombe’ RodenFix search for Sone elements
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
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeleteSonePage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeleteReplyPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeleteProfileFieldPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeletePostPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeleteImagePage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeleteAlbumPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of CreateSonePage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of CreateReplyPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of CreatePostPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of CreateAlbumPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of BookmarksPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of BookmarkPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of AboutPage
2018-01-04 David ‘Bombe’ RodenPaginate things a bit differently
2018-01-04 David ‘Bombe’ RodenClean up SoneTemplatePage’s constructors
2017-11-30 David ‘Bombe’ RodenMerge branch 'release-0.9.8' 0.9.8
2017-11-29 David ‘Bombe’ RodenActually store the profile back in the Sone
2017-11-29 David ‘Bombe’ RodenFix indentation
2017-11-29 David ‘Bombe’ RodenAdd page that always requires a logged-in user
2017-10-18 David ‘Bombe’ RodenUse a cache for Sones’ names
2017-10-18 David ‘Bombe’ RodenLog search times
2017-10-18 David ‘Bombe’ RodenRefactor finding needles to be better readable
2017-10-16 David ‘Bombe’ RodenReturn nullable Post instead of Optional
2017-10-15 David ‘Bombe’ RodenReplace post-specific interfaces with Kotlin versions
2017-10-15 David ‘Bombe’ RodenReturn a nullable PostReply instead of an Optional
2017-10-15 David ‘Bombe’ RodenReplace Sone provider interface with Kotlin version
2017-10-07 David ‘Bombe’ RodenMerge branch 'release-0.9.7' 0.9.7
2017-10-06 David ‘Bombe’ RodenClean up imports
2017-10-06 David ‘Bombe’ RodenChange a couple of method argument names
2017-10-06 David ‘Bombe’ RodenMake some methods final that shouldn’t need to be overr...
2017-10-06 David ‘Bombe’ RodenReplace Sone template page with Kotlin version
2017-10-05 David ‘Bombe’ RodenDeclare returned Core to always be non-null
2017-07-22 David ‘Bombe’ RodenFix pagination in gallery
2017-06-04 David ‘Bombe’ RodenReplace view Sone page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace view post page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace upload image page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace untrust page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace unlock Sone page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace unlike page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace unfollow Sone page with Kotlin version
next