Sone.git
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...
2016-11-27 David ‘Bombe... Add unit test for image browser page
2016-11-26 David ‘Bombe... Add unit test for get image page
2016-11-26 David ‘Bombe... Add unit test for follow sone page
2016-11-26 David ‘Bombe... Add unit test for edit profile page
2016-11-26 David ‘Bombe... Add unit test for edit profile field page and fix logic...
2016-11-26 David ‘Bombe... Add unit test for edit image page
2016-11-26 David ‘Bombe... Allow to cancel download by size
2016-11-25 David ‘Bombe... Add unit test for edit album page
2016-11-25 David ‘Bombe... Add unit test for distrust page
2016-11-24 David ‘Bombe... Add unit test for dismiss notification page
2016-11-24 David ‘Bombe... Add unit test for delete sone page
2016-11-24 David ‘Bombe... Remove unnecessary code
2016-11-24 David ‘Bombe... Add unit test for delete profile field page
2016-11-24 David ‘Bombe... Add unit test for delete post page and fix bug
2016-11-23 David ‘Bombe... Add unit test for delete image page
2016-11-23 David ‘Bombe... Include templates for rendering linked elements
2016-11-23 David ‘Bombe... Add unit test for delete album page
2016-11-20 David ‘Bombe... Improve coverage of linked element renderer filter
2016-11-20 David ‘Bombe... Add unit test for image accessor
2016-11-20 David ‘Bombe... Simplify code, improve coverage
2016-11-20 David ‘Bombe... Add unit test for unknown date filter
2016-11-20 David ‘Bombe... Add unit test for unique element filter
2016-11-20 David ‘Bombe... Remove code that is never used
2016-11-20 David ‘Bombe... Add unit test for trust accessor
2016-11-20 David ‘Bombe... Add unit test for substring filter and fix bug in filter
2016-11-20 David ‘Bombe... Add equals() and hashCode() to JSON return object
2016-11-20 David ‘Bombe... Remove debug output
2016-11-20 David ‘Bombe... Normalize URI in element loader
2016-11-20 David ‘Bombe... Add some logging to element loader
2016-11-20 David ‘Bombe... Use new loading animation
2016-11-20 David ‘Bombe... Use time text converter to display “last updated” text
2016-11-20 David ‘Bombe... Incrase maximum size for content to 2 MiB
2016-11-20 David ‘Bombe... Add unit test for JSON return object
2016-11-20 David ‘Bombe... Replace unit test for “get times” AJAX page
2016-11-20 David ‘Bombe... Add unit test for Sone accessor
2016-11-20 David ‘Bombe... Refactor l10n filter
2016-11-18 David ‘Bombe... Add l10n text and parameter container
2016-11-18 David ‘Bombe... Add unit test for l10n filter
2016-11-17 David ‘Bombe... Add unit test for request change filter
2016-11-17 David ‘Bombe... Simplify code
2016-11-17 David ‘Bombe... Remove superfluous code
2016-11-17 David ‘Bombe... Use diamond operator for constructor calls
2016-11-17 David ‘Bombe... Add unit test for reply group filter
2016-11-17 David ‘Bombe... Add unit test for reply accessor
2016-11-17 David ‘Bombe... Remove unnecessary cast
2016-11-17 David ‘Bombe... Use try-with-resources
2016-11-16 David ‘Bombe... Add unit test for profile accessor
2016-11-16 David ‘Bombe... Add annotations to method-to-override
2016-11-16 David ‘Bombe... Make loading of linked images configurable
2016-11-13 David ‘Bombe... Rename enum to better match its purpose
next