Replace trust ajax page with Kotlin version
[Sone.git] / src / main / kotlin /
2017-02-08 David ‘Bombe’ RodenReplace bookmarks page with Kotlin version
2017-02-08 David ‘Bombe’ RodenAdd freenet module for Guice
2017-02-05 David ‘Bombe’ RodenRemove dependency injection configuration from the...
2017-02-02 David ‘Bombe’ RodenAdd dependency injection tests for bookmark page
2017-02-02 David ‘Bombe’ RodenReplace bookmark page with Kotlin version
2017-01-26 David ‘Bombe’ RodenMake about page injectable
2017-01-26 David ‘Bombe’ RodenMake parser filter injectable
2017-01-15 David ‘Bombe’ RodenMove all Kotlin files to the correct directory
2017-01-06 David ‘Bombe’ RodenAdd auto-closeable bucket wrapper and use try-with...
2016-11-27 David ‘Bombe’ RodenFix a FindBugs warning by making the non-nullable type...
2016-11-26 David ‘Bombe’ RodenAllow to cancel download by size
2016-11-23 David ‘Bombe’ RodenInclude templates for rendering linked elements
2016-11-20 David ‘Bombe’ RodenRemove debug output
2016-11-20 David ‘Bombe’ RodenNormalize URI in element loader
2016-11-20 David ‘Bombe’ RodenAdd some logging to element loader
2016-11-20 David ‘Bombe’ RodenIncrase maximum size for content to 2 MiB
2016-11-17 David ‘Bombe’ RodenRemove unnecessary cast
2016-11-16 David ‘Bombe’ RodenMake loading of linked images configurable
2016-11-13 David ‘Bombe’ RodenFix multiple constructors with @Inject annotation
2016-11-13 David ‘Bombe’ RodenAdd failure cache to element loader
2016-11-13 David ‘Bombe’ RodenCancel request early if it’s not an image
2016-11-13 David ‘Bombe’ RodenShow loading animation while loading elements
2016-11-11 David ‘Bombe’ RodenAdd test for guice creation of image loader
2016-11-11 David ‘Bombe’ RodenRemove shortening from render filter
2016-11-11 David ‘Bombe’ RodenAdd filter that shortens a number of parts
2016-11-11 David ‘Bombe’ RodenReplace most parts with Kotlin equivalents
2016-11-11 David ‘Bombe’ RodenAdd filter for linked images
2016-11-11 David ‘Bombe’ RodenAdd image loader
2016-11-11 David ‘Bombe’ RodenReplace parser filter with separate filters
2016-11-10 David ‘Bombe’ RodenAdd new render filter