Sone.git
2017-03-18 David ‘Bombe... Improve wording in prerequisites
2017-03-18 David ‘Bombe... Add instructions for compiling Sone
2017-02-19 David ‘Bombe... Replace delete sone page with Kotlin version
2017-02-18 David ‘Bombe... Replace delete reply page with Kotlin version
2017-02-17 David ‘Bombe... Add tasks for cloc
2017-02-15 David ‘Bombe... Add some nullability annotations to Sone and profile
2017-02-15 David ‘Bombe... Replace delete profile field page with Kotlin version
2017-02-14 David ‘Bombe... Replace delete post page with Kotlin version
2017-02-14 David ‘Bombe... Replace delete image page with Kotlin version
2017-02-14 David ‘Bombe... Replace delete album page with Kotlin version
2017-02-14 David ‘Bombe... Replace login page with Kotlin version
2017-02-14 David ‘Bombe... Replace create sone page and test with Kotlin version
2017-02-09 David ‘Bombe... Replace create reply page and test with Kotlin version
2017-02-09 David ‘Bombe... Replace create post page and test with Kotlin version
2017-02-09 David ‘Bombe... Replace create album page and test with Kotlin version
2017-02-08 David ‘Bombe... Replace bookmarks page test with Kotlin version
2017-02-08 David ‘Bombe... Replace bookmarks page with Kotlin version
2017-02-08 David ‘Bombe... Add freenet module for Guice
2017-02-08 David ‘Bombe... Store preferences in template context instead of core
2017-02-06 David ‘Bombe... Rename session-related Methode in web interface
2017-02-05 David ‘Bombe... Remove dependency injection configuration from the...
2017-02-02 David ‘Bombe... Add dependency injection tests for bookmark page
2017-02-02 David ‘Bombe... Create injector in test base class
2017-02-02 David ‘Bombe... Replace bookmark page with Kotlin version
2017-02-02 David ‘Bombe... Replace test for bookmark page with Kotlin version
2017-01-26 David ‘Bombe... Make about page injectable
2017-01-26 David ‘Bombe... Make parser filter injectable
2017-01-25 David ‘Bombe... Add some guice binding helpers for Java
2017-01-25 David ‘Bombe... Improve Guice provider methods
2017-01-24 David ‘Bombe... Add dependency injection configuration to identity...
2017-01-24 David ‘Bombe... Remove unused session-related methods from public interface
2017-01-23 David ‘Bombe... Add unit test for view sone page
2017-01-22 David ‘Bombe... Add unit test for view post page
2017-01-22 David ‘Bombe... Fix whitespace
2017-01-22 David ‘Bombe... Expand test for upload image page
2017-01-22 David ‘Bombe... Convert unit test to Kotlin
2017-01-21 David ‘Bombe... Add unit test for untrust page
2017-01-21 David ‘Bombe... Add unit test for unlock sone page
2017-01-21 David ‘Bombe... Add unit test for unlike page
2017-01-21 David ‘Bombe... Add unit test for unfollow sone page
2017-01-19 David ‘Bombe... Add unit test for unbookmark page, fix bug in page...
2017-01-19 David ‘Bombe... Add unit test for trust page
2017-01-19 David ‘Bombe... Improve test of search page
2017-01-15 David ‘Bombe... Move all Kotlin files to the correct directory
2017-01-15 David ‘Bombe... Add unit test for version command
2017-01-15 David ‘Bombe... Rewrite test for unlock sone command in Kotlin
2017-01-15 David ‘Bombe... Fix imports
2017-01-15 David ‘Bombe... Rewrite test for lock sone command in Kotlin
2017-01-15 David ‘Bombe... Fix whitespace
2017-01-15 David ‘Bombe... Add some missing tests for write access
2017-01-15 David ‘Bombe... Add unit test for like reply command
2017-01-15 David ‘Bombe... Add unit test for like post command
2017-01-14 David ‘Bombe... Add unit test for get sones command, fix some problems
2017-01-13 David ‘Bombe... Add unit test for get sone command, fix some bugs
2017-01-13 David ‘Bombe... Remove unnecessary code
2017-01-13 David ‘Bombe... Use += operator to add values to parameters
2017-01-13 David ‘Bombe... Add unit test for get posts command
2017-01-13 David ‘Bombe... Use methods from test base class
2017-01-13 David ‘Bombe... Fix comparison of post and reply texts
2017-01-13 David ‘Bombe... Add unit test for get post feed command, add likes...
2017-01-10 David ‘Bombe... Move createSone() method to test base class
2017-01-08 David ‘Bombe... Add unit test for get post command
2017-01-08 David ‘Bombe... Add unit test for get local sones command
2017-01-08 David ‘Bombe... Fix javadoc
2017-01-08 David ‘Bombe... Remove bucket and access type from command interface
2017-01-08 David ‘Bombe... Remove unused data and bucket from FCP response
2017-01-08 David ‘Bombe... Extract access authorizer and add unit test
2017-01-08 David ‘Bombe... Extract class for supplying commands, improve tests...
2017-01-08 David ‘Bombe... Add some more tests for FCP interface and refactor
2017-01-08 David ‘Bombe... Convert FCP interface test to Kotlin
2017-01-08 David ‘Bombe... Refactor FCP interface test slightly
2017-01-07 David ‘Bombe... Add test for delete reply command and actually delete...
2017-01-07 David ‘Bombe... Extract method and move it to test base class
2017-01-07 David ‘Bombe... Fix test with Java 1.8
2017-01-07 David ‘Bombe... Update to Kotlin 1.0.6
2017-01-07 David ‘Bombe... Add unit test for delete post command and actually...
2017-01-07 David ‘Bombe... Add unit test for create reply command
2017-01-07 David ‘Bombe... Extract common test methods for all commands
2017-01-06 David ‘Bombe... Add unit test for create post command
2017-01-06 David ‘Bombe... Simplify ternary operator expressions
2017-01-06 David ‘Bombe... Use diamond operator
2017-01-06 David ‘Bombe... Add auto-closeable bucket wrapper and use try-with...
2017-01-06 David ‘Bombe... Add unit test for sone template page and fix parameter...
2016-12-16 David ‘Bombe... Add unit test for search page
2016-12-06 David ‘Bombe... Whitespace fixes
2016-12-06 David ‘Bombe... Use new redirect verification
2016-12-06 David ‘Bombe... Suppress warnings about unchecked casts
2016-12-06 David ‘Bombe... Add unit test for rescue page
2016-12-06 David ‘Bombe... Add unit test for reloading page
2016-12-05 David ‘Bombe... Complete unit test for options page
2016-11-28 David ‘Bombe... Add unit test for mark as known page and slightly impro...
2016-11-28 David ‘Bombe... Add unit test for logout page
2016-11-28 David ‘Bombe... Convert and complete unit test and fix bug in page
2016-11-28 David ‘Bombe... Add unit test for login page
2016-11-27 David ‘Bombe... Add unit test for lock sone page
2016-11-27 David ‘Bombe... Add unit test for like page
2016-11-27 David ‘Bombe... Add unit test for known sones page
2016-11-27 David ‘Bombe... Add unit test for index page
2016-11-27 David ‘Bombe... Actually verify that the album is deleted
2016-11-27 David ‘Bombe... Fix a FindBugs warning by making the non-nullable type...
next