📄 Update copyright lines with correct filenames
[Sone.git] / src / test / kotlin /
2019-06-26 David ‘Bombe’ Roden📄 Update copyright lines with correct filenames
2019-06-26 David ‘Bombe’ Roden🎨 Replace MemoryDatabaseTest with Kotlin version
2019-06-26 David ‘Bombe’ Roden🚚 Move Kotlin tests to kotlin directory
2019-06-26 David ‘Bombe’ Roden🐛 Remove backlinks from keys (thx, TheSeeker!)
2019-06-26 David ‘Bombe’ Roden✅ Use annotations from kotlin-test-junit
2019-06-25 David ‘Bombe’ Roden✅ Replace SoneTextParserTest with Kotlin version
2019-05-27 David ‘Bombe’ Roden♻️ Use new method to set field in tests
2019-05-27 David ‘Bombe’ Roden♻️ Add factory for page maker interactions
2019-05-20 David ‘Bombe’ Roden🚧 Add interactions helper for page maker
2019-05-18 David ‘Bombe’ Roden✨ Use @ToadletPath for JSON pages, too
2019-05-17 David ‘Bombe’ Roden🐛 Fix path prefix for page toadlet factory
2019-05-17 David ‘Bombe’ Roden🔥 Remove unused properties
2019-05-17 David ‘Bombe’ Roden🔥 Remove path from FreenetTemplatePage
2019-05-17 David ‘Bombe’ Roden✨ Add @ToadletPath annotation
2019-05-17 David ‘Bombe’ Roden🎨 Fix formatting
2019-05-17 David ‘Bombe’ Roden🎨 Clean up imports
2019-05-17 David ‘Bombe’ Roden🔥 Remove templates from FreenetTemplatePages
2019-05-17 David ‘Bombe’ Roden♻️ Move generic error pages to custom classes
2019-05-17 David ‘Bombe’ Roden✨ Use @TemplatePath annotations on most pages
2019-05-17 David ‘Bombe’ Roden✨ Use new template renderer
2019-05-17 David ‘Bombe’ Roden🚧 Add template renderer
2019-05-17 David ‘Bombe’ Roden✨ Use @TemplatePath in FreenetTemplatePage
2019-05-17 David ‘Bombe’ Roden♻️ Replace FreenetTemplatePage with Kotlin version
2019-05-17 David ‘Bombe’ Roden🚧 Add Loaders to all template-using pages
2019-05-17 David ‘Bombe’ Roden♻️ Add registry for page toadlets
2019-05-17 David ‘Bombe’ Roden✨ Annotate RescuePage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate OptionsPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate LogoutPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate LoginPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate ImageBrowserPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate DeleteSonePage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate BookmarksPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate AboutPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate EditProfilePage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate KnownSonesPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate CreateSonePage with MenuName
2019-05-17 David ‘Bombe’ Roden♻️ Move Page.menuName property to more appropriate...
2019-05-17 David ‘Bombe’ Roden✨ Annotate NewPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate IndexPage with MenuName
2019-05-17 David ‘Bombe’ Roden🎨 Fix formatting
2019-05-17 David ‘Bombe’ Roden➕ Make Fred’s PageMaker available to Guice
2019-05-17 David ‘Bombe’ Roden➕ Make Fred’s ToadletContainer available to Guice
2019-05-09 David ‘Bombe’ Roden♻️ Copy session-handling code to FreenetRequest
2019-05-07 David ‘Bombe’ Roden♻️ Use SoneRequest instead of FreenetRequest
2019-05-04 David ‘Bombe’ Roden♻️ Add L10n to FreenetRequest, WebInterface to SoneRequest
2019-04-13 David ‘Bombe’ Roden♻️ Add SoneRequest for Sone-specific request values
2019-04-13 David ‘Bombe’ Roden🎨 Replace FreenetRequestTest with Kotlin version
2019-04-12 David ‘Bombe’ Roden🎨 Replace FreenetPage with Kotlin version
2019-04-12 David ‘Bombe’ Roden✅ Add more tests for FreenetTemplatePage
2019-04-12 David ‘Bombe’ Roden✅ Add basic test for FreenetTemplatePage
2019-04-12 David ‘Bombe’ Roden🎨 Fix imports
2019-04-12 David ‘Bombe’ Roden✨ Use new @MenuName annotation in factory
2019-04-12 David ‘Bombe’ Roden✅ Add test for PageToadletFactory
2019-03-19 David ‘Bombe’ Roden🐛 Prevent empty names in profile
2019-03-19 David ‘Bombe’ Roden🎨 Replace profile test with Kotlin version
2019-03-10 David ‘Bombe’ Roden♻️ Add module for configuring the web interface
2019-03-10 David ‘Bombe’ Roden✅ Add test for parser to be injectable
2019-03-09 David ‘Bombe’ Roden♻️ Create template context factory in render filter
2019-03-09 David ‘Bombe’ Roden🎨 Use equalTo instead of is
2019-03-09 David ‘Bombe’ Roden♻️ Change dependencies of render filter
2019-03-09 David ‘Bombe’ Roden♻️ Only hand in L10n to l10n filter
2019-03-05 David ‘Bombe’ Roden🎨 Replace Plugin containers with Kotlin versions
2019-03-05 David ‘Bombe’ Roden♻️ Move plugin initialization to a module
2019-03-02 David ‘Bombe’ Roden⬆️ Update Guice to 4.2.2
2019-03-01 David ‘Bombe’ Roden♻️ Generalize test methods
2019-02-24 David ‘Bombe’ RodenStore updated Sone in database
2019-02-23 David ‘Bombe’ RodenReplace Preferences with Kotlin version
2019-02-22 David ‘Bombe’ RodenOptimize some imports
2019-02-22 David ‘Bombe’ RodenRemove unnecessary type parameters
2019-02-22 David ‘Bombe’ RodenRemove unnecessary semicolons
2019-02-22 David ‘Bombe’ RodenReplace forEach() on range with repeat()
2019-02-22 David ‘Bombe’ RodenMerge branch 'next' of calcium:git/Sone into next
2019-02-22 David ‘Bombe’ RodenReplace Sone change detector with simple comparison...
2019-02-22 David ‘Bombe’ RodenReplace PreferencesTest with Kotlin version
2019-02-22 David ‘Bombe’ RodenReplace AbstractSoneCommand with Kotlin version
2019-02-22 David ‘Bombe’ RodenAdd method to throw no null if condition is met
2019-02-21 David ‘Bombe’ RodenDon’t return null to function not allowing it
2019-02-21 David ‘Bombe’ RodenDon’t hand in null to function not allowing it
2018-03-21 David ‘Bombe’ RodenAdd unit test for SonePlugin
2018-03-03 David ‘Bombe’ RodenAdd processor for updated Sones
2018-03-03 David ‘Bombe’ RodenRemove @author tags
2018-03-02 David ‘Bombe’ RodenAdd Sone change collector
2018-02-07 David ‘Bombe’ RodenDon’t load missing following times as Long.MAX_VALUE
2018-02-07 David ‘Bombe’ RodenAdd tests for saving Sone following times
2018-02-06 David ‘Bombe’ RodenReplace test for ConfigurationLoader with Kotlin version
2018-02-01 David ‘Bombe’ RodenAdd test for DI constructability of ImageInserter
2018-02-01 David ‘Bombe’ RodenReplace image inserter test with Kotlin version
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UntrustAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnlockSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnlikeAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnfollowSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnbookmarkAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of TrustAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of MoveProfileFieldAja...
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of MarkAsKnownAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of LockSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of LikeAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetTranslationAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetTimesAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetStatusAjaxPage
next