Add test for DI constructability of SearchPage
[Sone.git] / src /
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’ RodenFix formatting
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’ RodenFix formatting
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’ RodenFix formatting
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of BookmarkPage
2018-01-20 David ‘Bombe’ RodenCreate base injector for all tests
2018-01-20 David ‘Bombe’ RodenBegin collection all pages in a dependency injection...
2018-01-20 David ‘Bombe’ RodenFix formatting
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’ RodenMove album-related interfaces to kotlin source prefix
2017-11-30 David ‘Bombe’ RodenMerge branch 'master' into next
2017-11-30 David ‘Bombe’ RodenMerge branch 'release-0.9.8' 0.9.8
2017-11-30 David ‘Bombe’ RodenUpdate edition of Sone homepage
2017-11-30 David ‘Bombe’ RodenPrevent null-pointer exception if property is missing
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-11-14 David ‘Bombe’ RodenSet insertion delay on every created inserter
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-16 David ‘Bombe’ RodenReplace database interface with Kotlin version
2017-10-16 David ‘Bombe’ RodenReplace bookmark database interface with Kotlin version
2017-10-15 David ‘Bombe’ RodenReturn a nullable Album instead of an Optional
2017-10-15 David ‘Bombe’ RodenReplace album-related interfaces with Kotlin versions
2017-10-15 David ‘Bombe’ RodenReplace friend-related interfaces with Kotlin versions
2017-10-15 David ‘Bombe’ RodenReturn a nullable Image instead of an Optional
2017-10-15 David ‘Bombe’ RodenReplace image-related interface with Kotlin versions
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 reply-specific interfaces with Kotlin versions
2017-10-15 David ‘Bombe’ RodenReplace Sone builder interface with Kotlin version
2017-10-15 David ‘Bombe’ RodenReplace Sone builder factory interface with Kotlin...
2017-10-15 David ‘Bombe’ RodenReplace Sone database interface with Kotlin version
2017-10-15 David ‘Bombe’ RodenReplace Sone store interface with Kotlin version
2017-10-15 David ‘Bombe’ RodenReplace Sone provider interface with Kotlin version
2017-10-13 David ‘Bombe’ RodenFix test
2017-10-13 David ‘Bombe’ RodenAdd default value for “trusted” parameter
2017-10-13 David ‘Bombe’ RodenReplace parser with Kotlin version
2017-10-13 David ‘Bombe’ RodenImprove test for broken SSK und USK links
2017-10-13 David ‘Bombe’ RodenLet Kotlin generate the overloaded constructors for...
2017-10-07 David ‘Bombe’ RodenMerge branch 'master' into next
2017-10-07 David ‘Bombe’ RodenMerge branch 'release-0.9.7' 0.9.7
2017-10-07 David ‘Bombe’ RodenUpdate homepage edition to next valid edition
2017-10-07 David ‘Bombe’ RodenUpdate year of release to 2017
2017-10-07 David ‘Bombe’ RodenOnly parse the version once
2017-10-07 David ‘Bombe’ RodenUse generated version as plugin version
2017-10-07 David ‘Bombe’ RodenAdd parser for version information
2017-10-07 David ‘Bombe’ RodenUpdate jackson dependency to 2.9.1
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’ RodenFix formatting
2017-10-06 David ‘Bombe’ RodenReplace Sone template page with Kotlin version
2017-10-06 David ‘Bombe’ RodenSimplify expression
2017-10-06 David ‘Bombe’ RodenMove assertions to base class
2017-10-06 David ‘Bombe’ RodenReplace JSON return object with Kotlin version
2017-10-05 David ‘Bombe’ RodenFix tests by parsing the created JSON reply
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’ RodenDeclare returned Core to always be non-null
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
next