♻️ Copy session-handling code to FreenetRequest
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / ajax /
2019-02-23 David ‘Bombe’ RodenReplace Preferences with Kotlin version
2019-02-22 David ‘Bombe’ RodenOptimize some imports
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-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
2017-11-30 David ‘Bombe’ RodenMerge branch 'release-0.9.8' 0.9.8
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-07 David ‘Bombe’ RodenUpdate jackson dependency to 2.9.1
2017-10-06 David ‘Bombe’ RodenReplace JSON return object with Kotlin version
2017-10-05 David ‘Bombe’ RodenUse a property for “requiresLogin” instead of a method
2017-10-05 David ‘Bombe’ RodenUse a property for “needsFormPassword” instead of a...
2017-10-05 David ‘Bombe’ RodenExpose core as member of JsonPage
2017-10-05 David ‘Bombe’ RodenUse mapPresent() instead of more complex construct
2017-10-05 David ‘Bombe’ RodenUse method from JsonPage
2017-10-05 David ‘Bombe’ RodenReplace ajax base page with Kotlin version
2017-10-05 David ‘Bombe’ RodenSpecify return type explicitely to avoid faulty inferring
2017-10-02 David ‘Bombe’ RodenReplace untrust ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace unlock Sone ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace unlike ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace unfollow Sone ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace unbookmark ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace trust ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace move profile field ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace mark as known ajax page with Kotlin version
2017-09-14 David ‘Bombe’ RodenReplace lock Sone ajax page with Kotlin version
2017-09-14 David ‘Bombe’ RodenAdd test for lock Sone ajax page
2017-09-14 David ‘Bombe’ RodenReplace error return object with Kotlin version
2017-09-14 David ‘Bombe’ RodenReplace get translation ajax page with Kotlin version
2017-09-14 David ‘Bombe’ RodenMake test timezone-independent
2017-09-14 David ‘Bombe’ RodenReplace get times ajax page with Kotlin version
2017-09-13 David ‘Bombe’ RodenReplace get reply ajax page with Kotlin version
2017-09-13 David ‘Bombe’ RodenMove template rendering extension method to Templates.kt
2017-09-10 David ‘Bombe’ RodenReplace get post ajax page with Kotlin version
2017-09-10 David ‘Bombe’ RodenReplace get notifications ajax page with Kotlin version
2017-09-09 David ‘Bombe’ RodenReplace get likes ajax page with Kotlin version
2017-09-09 David ‘Bombe’ RodenReplace follow Sone ajax page with Kotlin version
2017-09-09 David ‘Bombe’ RodenAdd base JSON page that requires a logged-in user
2017-09-09 David ‘Bombe’ RodenReplace edit profile field ajax page with Kotlin version
2017-09-08 David ‘Bombe’ RodenReplace edit image ajax page with Kotlin version
2017-09-08 David ‘Bombe’ RodenFix some Kotlin compiler warnings
2017-09-06 David ‘Bombe’ RodenReplace edit album ajax page with Kotlin version
2017-09-05 David ‘Bombe’ RodenReplace distrust ajax page with Kotlin version
2017-09-05 David ‘Bombe’ RodenReplace dismiss notification ajax page with Kotlin...
2017-09-02 David ‘Bombe’ RodenReplace delete reply ajax page with Kotlin version
2017-09-01 David ‘Bombe’ RodenReplace delete profile field ajax page with Kotlin...
2017-09-01 David ‘Bombe’ RodenReplace delete post ajax page with Kotlin version
2017-07-24 David ‘Bombe’ RodenReplace create reply ajax page with Kotlin version
2017-07-24 David ‘Bombe’ RodenReplace create post ajax page with Kotlin version
2017-06-29 David ‘Bombe’ RodenReplace bookmark ajax page with Kotlin version
2017-04-26 David ‘Bombe’ RodenFix timezone-dependent tests
2017-04-08 David ‘Bombe’ RodenAdd page that renders linked elements
2017-04-08 David ‘Bombe’ RodenRename object for linked elements in JSON reply
2017-04-08 David ‘Bombe’ RodenLet status page give out information about loaded elements
2017-04-08 David ‘Bombe’ RodenReplace get status AJAX page with Kotlin version