Replace follow Sone page with Kotlin version
[Sone.git] / src / main / java / net / pterodactylus / sone / web /
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-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’ 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’ 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’ 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-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...
2016-11-24 David ‘Bombe’ RodenRemove unnecessary code
2016-11-24 David ‘Bombe’ RodenAdd unit test for delete post page and fix bug
2016-11-20 David ‘Bombe’ RodenAdd equals() and hashCode() to JSON return object
2016-11-20 David ‘Bombe’ RodenUse time text converter to display “last updated” text
2016-11-17 David ‘Bombe’ RodenUse try-with-resources
2016-11-16 David ‘Bombe’ RodenAdd annotations to method-to-override
2016-11-16 David ‘Bombe’ RodenMake loading of linked images configurable
2016-11-13 David ‘Bombe’ RodenRename enum to better match its purpose
2016-11-13 David ‘Bombe’ RodenMove enum to more appropriate class
2016-11-13 David ‘Bombe’ RodenShow loading animation while loading elements
2016-11-11 David ‘Bombe’ RodenShow linked images under posts and replies
2016-11-11 David ‘Bombe’ RodenRemove shortening from render filter
2016-11-11 David ‘Bombe’ RodenReplace parser filter with separate filters
2016-10-26 David ‘Bombe’ RodenMerge branch 'release-0.9.6' 0.9.6
2016-10-20 David ‘Bombe’ RodenRename comparator for posts
2016-10-20 David ‘Bombe’ RodenChange SoneTemplatePage request handling
2016-10-20 David ‘Bombe’ RodenCompare hit scores correctly
2016-09-20 David ‘Bombe’ RodenDon’t expose the plugin version directly
2016-07-11 David ‘Bombe’ RodenMerge branch 'release-0.9.5' 0.9.5
2016-07-01 David ‘Bombe’ RodenSend Sone removal notifications before removing Sone
2016-06-28 David ‘Bombe’ RodenFix NPE when deleting invalid replies
2016-06-26 David ‘Bombe’ RodenFix formatting of timestamps in the future and a few...
2016-06-26 David ‘Bombe’ RodenChange dates in file headers
2016-06-26 David ‘Bombe’ RodenFix post duplication but in “new posts & replies” page
2016-06-26 David ‘Bombe’ RodenSwitch the order of the arguments
2016-06-25 David ‘Bombe’ RodenRemove IOException from parser interface
2016-06-25 David ‘Bombe’ RodenReplace Reader with String in Parser interface
2016-06-23 David ‘Bombe’ RodenRemove the concept of the album image, always use a...
2016-06-23 David ‘Bombe’ RodenFix bug where an empty image title would corrupt a...
2016-06-09 David ‘Bombe’ RodenHandle missing files correctly
2016-06-08 David ‘Bombe’ RodenRename list notification filters class
2016-06-08 David ‘Bombe’ RodenRefactor notification filtering
2016-03-03 David ‘Bombe’ RodenDon’t wrap posts in an additional list
2016-02-27 David ‘Bombe’ RodenMerge branch 'disruptive-notification' into next
2016-02-27 David ‘Bombe’ RodenSet variables correctly on new-version notification
2016-02-27 David ‘Bombe’ RodenShow note about disruptive versions on update notification
2015-11-27 David ‘Bombe’ RodenMerge branch 'master' into next
2015-11-27 David ‘Bombe’ RodenMerge branch 'release-0.9.4' 0.9.4
2015-11-27 David ‘Bombe’ RodenUpdate years in copyright line
2015-11-26 David ‘Bombe’ RodenRemove all posts and replies when Sone is removed
2015-07-27 David ‘Bombe’ RodenMerge branch 'feature/deliver-everything-from-filesyste...
2015-07-27 David ‘Bombe’ RodenLoad included templates from filesystem
2015-07-27 David ‘Bombe’ RodenDeliver static files from filesystem
2015-07-27 David ‘Bombe’ RodenAdd possibility to load templates from the filesystem
2015-07-22 David ‘Bombe’ RodenMerge branch 'release/0.9.3' 0.9.3
2015-07-20 David ‘Bombe’ RodenMerge branch 'feature/fix-coverity-defects' into next
2015-07-20 David ‘Bombe’ RodenPrevent potential NullPointerException
2015-07-20 David ‘Bombe’ RodenMerge branch 'feature/fix-logging' into next
2015-07-20 David ‘Bombe’ RodenAbandon logging that does not work with Freenet’s logge...
2015-07-18 David ‘Bombe’ RodenMerge branch 'release/0.9.1' 0.9.1
2015-07-18 David ‘Bombe’ RodenFix homepage link on “about” page
2015-07-18 David ‘Bombe’ RodenAdd reparse filter
2015-07-15 David ‘Bombe’ RodenMerge branch 'release/0.9' 0.9
2015-07-15 David ‘Bombe’ RodenUpdate French translation
2015-07-15 David ‘Bombe’ RodenMerge remote-tracking branch 'hsaito/master' into next
2015-06-25 David ‘Bombe’ RodenMerge branch 'feature/update-polish-translation' into...
2015-06-23 David ‘Bombe’ RodenMerge branch 'feature/update-about-sone' into next
2015-06-23 David ‘Bombe’ RodenCreate link to homepage using the latest edition at...
2015-06-23 David ‘Bombe’ RodenStore the current year at time of release in the source...
2015-06-16 David ‘Bombe’ RodenMerge branch 'release/0.9-rc1' 0.9-rc1
next