Update year in copyright lines
[Sone.git] / src / main / java /
2017-09-08 David ‘Bombe’ RodenReplace edit image ajax page with Kotlin version
2017-09-07 David ‘Bombe’ RodenAdd some @Nullable annotations
2017-09-06 David ‘Bombe’ RodenReplace edit album ajax page with Kotlin version
2017-09-05 David ‘Bombe’ RodenAdd annotation to to-override method
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-07-05 David ‘Bombe’ RodenUse correct way to store null values
2017-06-29 David ‘Bombe’ RodenReplace bookmark ajax page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace view Sone page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace view post page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace upload image page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace untrust page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace unlock Sone page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace unlike page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace unfollow Sone page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace unbookmark page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace trust page with Kotlin version
2017-06-04 David ‘Bombe’ RodenReplace search page with Kotlin version, add more tests
2017-06-04 David ‘Bombe’ RodenAdd @Nonnull to SoneProvider’s getSones() method
2017-05-26 David ‘Bombe’ RodenReplace rescue page with Kotlin version
2017-05-25 David ‘Bombe’ RodenReplace reloading page with Kotlin version
2017-05-25 David ‘Bombe’ RodenReplace options page with Kotlin version
2017-05-25 David ‘Bombe’ RodenFix annotations
2017-05-24 David ‘Bombe’ RodenReplace new page with Kotlin version
2017-05-24 David ‘Bombe’ RodenReplace mark as known page with Kotlin version
2017-05-23 David ‘Bombe’ RodenReplace logout page with Kotlin version
2017-05-23 David ‘Bombe’ RodenReplace lock Sone page with Kotlin version
2017-05-23 David ‘Bombe’ RodenReplace like page with Kotlin version
2017-05-20 David ‘Bombe’ RodenFix text parser only parsing the last element in a...
2017-05-05 David ‘Bombe’ RodenReplace known Sones page with Kotlin version
2017-05-05 David ‘Bombe’ RodenUse new pagination instead of the one from utils
2017-05-05 David ‘Bombe’ RodenReplace index page with Kotlin version
2017-05-05 David ‘Bombe’ RodenReplace image browser page with Kotlin version
2017-04-27 David ‘Bombe’ RodenReplace get image page with Kotlin version
2017-04-27 David ‘Bombe’ RodenAdd toString() for redirect exception
2017-04-26 David ‘Bombe’ RodenFix timezone-dependent tests
2017-04-09 David ‘Bombe’ RodenReplace follow Sone page with Kotlin version
2017-04-09 David ‘Bombe’ RodenReplace edit profile page with Kotlin version
2017-04-08 David ‘Bombe’ RodenReplace edit profile field page with Kotlin version
2017-04-08 David ‘Bombe’ RodenReplace edit image page with Kotlin version
2017-04-08 David ‘Bombe’ RodenUse session provider in json base page
2017-04-08 David ‘Bombe’ RodenAdd session provider interface
2017-04-08 David ‘Bombe’ RodenMove web pages to their own package
2017-04-08 David ‘Bombe’ RodenAdd page that renders linked elements
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
2017-04-01 David ‘Bombe’ RodenUse already existing variable for current Sone
2017-04-01 David ‘Bombe’ RodenAdd unit test for get status AJAX page
2017-03-25 David ‘Bombe’ RodenUse Request utility method
2017-03-25 David ‘Bombe’ RodenReplace edit album page with Kotlin version
2017-03-25 David ‘Bombe’ RodenAdd nullability annotations to getAlbum method
2017-03-24 David ‘Bombe’ RodenReplace distrust page with Kotlin version
2017-03-24 David ‘Bombe’ RodenReplace dismiss notification page with Kotlin version
2017-02-19 David ‘Bombe’ RodenReplace delete sone page with Kotlin version
2017-02-18 David ‘Bombe’ RodenReplace delete reply page with Kotlin version
2017-02-15 David ‘Bombe’ RodenAdd some nullability annotations to Sone and profile
2017-02-15 David ‘Bombe’ RodenReplace delete profile field page with Kotlin version
2017-02-14 David ‘Bombe’ RodenReplace delete post page with Kotlin version
2017-02-14 David ‘Bombe’ RodenReplace delete image page with Kotlin version
2017-02-14 David ‘Bombe’ RodenReplace delete album page with Kotlin version
2017-02-14 David ‘Bombe’ RodenReplace login page with Kotlin version
2017-02-14 David ‘Bombe’ RodenReplace create sone page and test with Kotlin version
2017-02-09 David ‘Bombe’ RodenReplace create reply page and test with Kotlin version
2017-02-09 David ‘Bombe’ RodenReplace create post page and test with Kotlin version
2017-02-09 David ‘Bombe’ RodenReplace create album page and test with Kotlin version
2017-02-08 David ‘Bombe’ RodenReplace bookmarks page with Kotlin version
2017-02-08 David ‘Bombe’ RodenAdd freenet module for Guice
2017-02-08 David ‘Bombe’ RodenStore preferences in template context instead of core
2017-02-06 David ‘Bombe’ RodenRename session-related Methode in web interface
2017-02-02 David ‘Bombe’ RodenReplace bookmark page with Kotlin version
2017-01-26 David ‘Bombe’ RodenMake about page injectable
2017-01-24 David ‘Bombe’ RodenAdd dependency injection configuration to identity...
2017-01-24 David ‘Bombe’ RodenRemove unused session-related methods from public interface
2017-01-19 David ‘Bombe’ RodenAdd unit test for unbookmark page, fix bug in page...
2017-01-15 David ‘Bombe’ RodenMove all Kotlin files to the correct directory
2017-01-14 David ‘Bombe’ RodenAdd unit test for get sones command, fix some problems
2017-01-13 David ‘Bombe’ RodenAdd unit test for get sone command, fix some bugs
2017-01-13 David ‘Bombe’ RodenRemove unnecessary code
2017-01-13 David ‘Bombe’ RodenAdd unit test for get post feed command, add likes...
2017-01-08 David ‘Bombe’ RodenAdd unit test for get post command
2017-01-08 David ‘Bombe’ RodenFix javadoc
2017-01-08 David ‘Bombe’ RodenRemove bucket and access type from command interface
2017-01-08 David ‘Bombe’ RodenRemove unused data and bucket from FCP response
2017-01-08 David ‘Bombe’ RodenExtract access authorizer and add unit test
2017-01-08 David ‘Bombe’ RodenExtract class for supplying commands, improve tests...
2017-01-08 David ‘Bombe’ RodenAdd some more tests for FCP interface and refactor
2017-01-07 David ‘Bombe’ RodenAdd test for delete reply command and actually delete...
2017-01-07 David ‘Bombe’ RodenAdd unit test for delete post command and actually...
2017-01-06 David ‘Bombe’ RodenSimplify ternary operator expressions
2017-01-06 David ‘Bombe’ RodenUse diamond operator
2017-01-06 David ‘Bombe’ RodenAdd auto-closeable bucket wrapper and use try-with...
2017-01-06 David ‘Bombe’ RodenAdd unit test for sone template page and fix parameter...
2016-11-28 David ‘Bombe’ RodenAdd unit test for mark as known page and slightly impro...
2016-11-28 David ‘Bombe’ RodenConvert and complete unit test and fix bug in page
2016-11-26 David ‘Bombe’ RodenAdd unit test for edit profile field page and fix logic...
next