Sone.git
2018-01-21 David ‘Bombe... Add test for DI constructability of EditProfileFieldPage
2018-01-21 David ‘Bombe... Add test for DI constructability of EditImagePage
2018-01-21 David ‘Bombe... Add test for DI constructability of EditAlbumPage
2018-01-20 David ‘Bombe... Add test for DI constructability of DistrustPage
2018-01-20 David ‘Bombe... Add test for DI constructability of DismissNotificationPage
2018-01-20 David ‘Bombe... Add test for DI constructability of DeleteSonePage
2018-01-20 David ‘Bombe... Add test for DI constructability of DeleteReplyPage
2018-01-20 David ‘Bombe... Add test for DI constructability of DeleteProfileFieldPage
2018-01-20 David ‘Bombe... Add test for DI constructability of DeletePostPage
2018-01-20 David ‘Bombe... Add test for DI constructability of DeleteImagePage
2018-01-20 David ‘Bombe... Add test for DI constructability of DeleteAlbumPage
2018-01-20 David ‘Bombe... Fix formatting
2018-01-20 David ‘Bombe... Add test for DI constructability of CreateSonePage
2018-01-20 David ‘Bombe... Add test for DI constructability of CreateReplyPage
2018-01-20 David ‘Bombe... Add test for DI constructability of CreatePostPage
2018-01-20 David ‘Bombe... Fix formatting
2018-01-20 David ‘Bombe... Add test for DI constructability of CreateAlbumPage
2018-01-20 David ‘Bombe... Add test for DI constructability of BookmarksPage
2018-01-20 David ‘Bombe... Fix formatting
2018-01-20 David ‘Bombe... Add test for DI constructability of BookmarkPage
2018-01-20 David ‘Bombe... Create base injector for all tests
2018-01-20 David ‘Bombe... Begin collection all pages in a dependency injection...
2018-01-20 David ‘Bombe... Fix formatting
2018-01-20 David ‘Bombe... Add test for DI constructability of AboutPage
2018-01-17 David ‘Bombe... Update Kotlin version to 1.2.20
2018-01-04 David ‘Bombe... Paginate things a bit differently
2018-01-04 David ‘Bombe... Clean up SoneTemplatePage’s constructors
2017-11-30 David ‘Bombe... Move album-related interfaces to kotlin source prefix
2017-11-30 David ‘Bombe... Merge branch 'master' into next
2017-11-30 David ‘Bombe... Merge branch 'release-0.9.8' 0.9.8
2017-11-30 David ‘Bombe... Update edition of Sone homepage
2017-11-30 David ‘Bombe... Update Sone version
2017-11-30 David ‘Bombe... Prevent null-pointer exception if property is missing
2017-11-29 David ‘Bombe... Actually store the profile back in the Sone
2017-11-29 David ‘Bombe... Fix indentation
2017-11-29 David ‘Bombe... Add page that always requires a logged-in user
2017-11-28 David ‘Bombe... Update to Kotlin 1.2.0
2017-11-14 David ‘Bombe... Set insertion delay on every created inserter
2017-11-14 David ‘Bombe... Update Kotlin to version 1.1.60
2017-10-18 David ‘Bombe... Use a cache for Sones’ names
2017-10-18 David ‘Bombe... Log search times
2017-10-18 David ‘Bombe... Refactor finding needles to be better readable
2017-10-16 David ‘Bombe... Return nullable Post instead of Optional
2017-10-16 David ‘Bombe... Replace database interface with Kotlin version
2017-10-16 David ‘Bombe... Replace bookmark database interface with Kotlin version
2017-10-15 David ‘Bombe... Return a nullable Album instead of an Optional
2017-10-15 David ‘Bombe... Replace album-related interfaces with Kotlin versions
2017-10-15 David ‘Bombe... Replace friend-related interfaces with Kotlin versions
2017-10-15 David ‘Bombe... Return a nullable Image instead of an Optional
2017-10-15 David ‘Bombe... Replace image-related interface with Kotlin versions
2017-10-15 David ‘Bombe... Replace post-specific interfaces with Kotlin versions
2017-10-15 David ‘Bombe... Return a nullable PostReply instead of an Optional
2017-10-15 David ‘Bombe... Replace reply-specific interfaces with Kotlin versions
2017-10-15 David ‘Bombe... Replace Sone builder interface with Kotlin version
2017-10-15 David ‘Bombe... Replace Sone builder factory interface with Kotlin...
2017-10-15 David ‘Bombe... Replace Sone database interface with Kotlin version
2017-10-15 David ‘Bombe... Replace Sone store interface with Kotlin version
2017-10-15 David ‘Bombe... Replace Sone provider interface with Kotlin version
2017-10-13 David ‘Bombe... Fix test
2017-10-13 David ‘Bombe... Update Mockito dependency
2017-10-13 David ‘Bombe... Add default value for “trusted” parameter
2017-10-13 David ‘Bombe... Replace parser with Kotlin version
2017-10-13 David ‘Bombe... Improve test for broken SSK und USK links
2017-10-13 David ‘Bombe... Let Kotlin generate the overloaded constructors for...
2017-10-07 David ‘Bombe... Merge branch 'master' into next
2017-10-07 David ‘Bombe... Merge branch 'release-0.9.7' 0.9.7
2017-10-07 David ‘Bombe... Update homepage edition to next valid edition
2017-10-07 David ‘Bombe... Update year of release to 2017
2017-10-07 David ‘Bombe... Set version to 0.9.7
2017-10-07 David ‘Bombe... Only parse the version once
2017-10-07 David ‘Bombe... Use generated version as plugin version
2017-10-07 David ‘Bombe... Add parser for version information
2017-10-07 David ‘Bombe... Update jackson dependency to 2.9.1
2017-10-07 David ‘Bombe... Include generated version information
2017-10-06 David ‘Bombe... Clean up imports
2017-10-06 David ‘Bombe... Change a couple of method argument names
2017-10-06 David ‘Bombe... Make some methods final that shouldn’t need to be overr...
2017-10-06 David ‘Bombe... Fix formatting
2017-10-06 David ‘Bombe... Replace Sone template page with Kotlin version
2017-10-06 David ‘Bombe... Simplify expression
2017-10-06 David ‘Bombe... Move assertions to base class
2017-10-06 David ‘Bombe... Replace JSON return object with Kotlin version
2017-10-05 David ‘Bombe... Fix tests by parsing the created JSON reply
2017-10-05 David ‘Bombe... Use a property for “requiresLogin” instead of a method
2017-10-05 David ‘Bombe... Use a property for “needsFormPassword” instead of a...
2017-10-05 David ‘Bombe... Expose core as member of JsonPage
2017-10-05 David ‘Bombe... Use mapPresent() instead of more complex construct
2017-10-05 David ‘Bombe... Use method from JsonPage
2017-10-05 David ‘Bombe... Declare returned Core to always be non-null
2017-10-05 David ‘Bombe... Replace ajax base page with Kotlin version
2017-10-05 David ‘Bombe... Specify return type explicitely to avoid faulty inferring
2017-10-05 David ‘Bombe... Add tests for status texts, content types, and contents...
2017-10-05 David ‘Bombe... Add unit test for JSON base page
2017-10-05 David ‘Bombe... Extract test fixtures into their own base class
2017-10-05 David ‘Bombe... Don’t extend FreenetPage, we don’t need the isLinkExcep...
2017-10-04 David ‘Bombe... Flush the correct stream
2017-10-04 David ‘Bombe... Fix charset name
2017-10-02 David ‘Bombe... Replace untrust ajax page with Kotlin version
2017-10-02 David ‘Bombe... Add unit test for untrust ajax page
2017-10-02 David ‘Bombe... Replace unlock Sone ajax page with Kotlin version
next