Add test for DI constructability of TrustAjaxPage
[Sone.git] / src / main / kotlin / net /
2017-10-07 David ‘Bombe’ RodenAdd parser for version information
2017-10-07 David ‘Bombe’ RodenUpdate jackson dependency to 2.9.1
2017-10-06 David ‘Bombe’ RodenClean up imports
2017-10-06 David ‘Bombe’ RodenChange a couple of method argument names
2017-10-06 David ‘Bombe’ RodenMake some methods final that shouldn’t need to be overr...
2017-10-06 David ‘Bombe’ RodenReplace Sone template page with Kotlin version
2017-10-06 David ‘Bombe’ RodenReplace JSON return object with Kotlin version
2017-10-05 David ‘Bombe’ RodenUse a property for “requiresLogin” instead of a method
2017-10-05 David ‘Bombe’ RodenUse a property for “needsFormPassword” instead of a...
2017-10-05 David ‘Bombe’ RodenExpose core as member of JsonPage
2017-10-05 David ‘Bombe’ RodenUse mapPresent() instead of more complex construct
2017-10-05 David ‘Bombe’ RodenUse method from JsonPage
2017-10-05 David ‘Bombe’ RodenDeclare returned Core to always be non-null
2017-10-05 David ‘Bombe’ RodenReplace ajax base page with Kotlin version
2017-10-05 David ‘Bombe’ RodenSpecify return type explicitely to avoid faulty inferring
2017-10-02 David ‘Bombe’ RodenReplace untrust ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace unlock Sone ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace unlike ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace unfollow Sone ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace unbookmark ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace trust ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace move profile field ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace mark as known ajax page with Kotlin version
2017-09-14 David ‘Bombe’ RodenReplace lock Sone ajax page with Kotlin version
2017-09-14 David ‘Bombe’ RodenAdd test for lock Sone ajax page
2017-09-14 David ‘Bombe’ RodenReplace error return object with Kotlin version
2017-09-14 David ‘Bombe’ RodenReplace get translation ajax page with Kotlin version
2017-09-14 David ‘Bombe’ RodenMake test timezone-independent
2017-09-14 David ‘Bombe’ RodenReplace get times ajax page with Kotlin version
2017-09-13 David ‘Bombe’ RodenReplace get reply ajax page with Kotlin version
2017-09-13 David ‘Bombe’ RodenMove template rendering extension method to Templates.kt
2017-09-10 David ‘Bombe’ RodenReplace get post ajax page with Kotlin version
2017-09-10 David ‘Bombe’ RodenAdd test for get post ajax page
2017-09-10 David ‘Bombe’ RodenReplace get notifications ajax page with Kotlin version
2017-09-09 David ‘Bombe’ RodenReplace get likes ajax page with Kotlin version
2017-09-09 David ‘Bombe’ RodenReplace follow Sone ajax page with Kotlin version
2017-09-09 David ‘Bombe’ RodenAdd base JSON page that requires a logged-in user
2017-09-09 David ‘Bombe’ RodenReplace edit profile field ajax page with Kotlin version
2017-09-08 David ‘Bombe’ RodenReplace edit image ajax page with Kotlin version
2017-09-08 David ‘Bombe’ RodenFix some Kotlin compiler warnings
2017-09-06 David ‘Bombe’ RodenReplace edit album ajax page with Kotlin version
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-09-01 David ‘Bombe’ RodenAdd helper for booleans
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-22 David ‘Bombe’ RodenFix pagination in gallery
2017-06-29 David ‘Bombe’ RodenReplace bookmark ajax page with Kotlin version
2017-06-19 David ‘Bombe’ RodenConvert search page test to use new web page test base
2017-06-19 David ‘Bombe’ RodenMove function that deals with optionals to optional...
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’ RodenAdd utilities for Freenet buckets
2017-06-04 David ‘Bombe’ RodenAdd utilities for HTTP headers
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’ RodenCreate Guava optional utility collection
2017-06-04 David ‘Bombe’ RodenReplace search page with Kotlin version, add more tests
2017-06-04 David ‘Bombe’ RodenAdd paginate() extension method and pagination matcher
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-24 David ‘Bombe’ RodenClean up some imports
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-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’ RodenAdd pagination container
2017-05-05 David ‘Bombe’ RodenReplace index page with Kotlin version
2017-05-05 David ‘Bombe’ RodenReplace image browser page with Kotlin version
2017-05-02 David ‘Bombe’ RodenAdd helper to simplify access to request objects
2017-04-27 David ‘Bombe’ RodenReplace get image page with Kotlin version
2017-04-27 David ‘Bombe’ RodenActually differentiate between GET and POST parameters
2017-04-26 David ‘Bombe’ RodenFix timezone-dependent tests
2017-04-24 David ‘Bombe’ RodenFix bug in login page
2017-04-23 David ‘Bombe’ RodenSimplify some code
2017-04-23 David ‘Bombe’ RodenRender loaded HTML pages
2017-04-23 David ‘Bombe’ RodenInclude a type tag in the linked element’s properties
2017-04-23 David ‘Bombe’ RodenFormatting changes
2017-04-23 David ‘Bombe’ RodenAdd HTML parsing to element loader
2017-04-09 David ‘Bombe’ RodenStore size properties in linked element
2017-04-09 David ‘Bombe’ RodenFix some warnings
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’ 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
next