➕ Make Fred’s PageMaker available to Guice
[Sone.git] / src / test / java /
2019-05-09 David ‘Bombe’ Roden♻️ Copy session-handling code to FreenetRequest
2019-05-04 David ‘Bombe’ Roden♻️ Add L10n to FreenetRequest, WebInterface to SoneRequest
2019-04-13 David ‘Bombe’ Roden🎨 Replace FreenetRequestTest with Kotlin version
2019-04-12 David ‘Bombe’ Roden✅ Add more tests for FreenetTemplatePage
2019-03-28 David ‘Bombe’ Roden🚸 Show USK path when no meta strings present
2019-03-27 David ‘Bombe’ Roden🚸 Format USK links with filenames better
2019-03-19 David ‘Bombe’ Roden🎨 Replace profile test with Kotlin version
2019-03-10 David ‘Bombe’ Roden✅ Add test for parser to be injectable
2019-03-09 David ‘Bombe’ Roden♻️ Create custom context factory in image link filter
2019-03-08 David ‘Bombe’ Roden⚗ Add all missing web pages to injection container
2019-03-05 David ‘Bombe’ Roden♻️ Turn plugin homepage into instance method
2019-03-05 David ‘Bombe’ Roden🎨 Replace Plugin containers with Kotlin versions
2019-03-02 David ‘Bombe’ Roden⬆️ Update Guava to 27.0.1
2019-02-24 David ‘Bombe’ RodenAdd test for storing IDs on known post replies
2019-02-24 David ‘Bombe’ RodenAdd test for storing IDs on known posts
2019-02-23 David ‘Bombe’ RodenReplace Preferences with Kotlin version
2019-02-22 David ‘Bombe’ RodenUpdate year in copyright lines
2019-02-22 David ‘Bombe’ RodenCollapse identical catch blocks
2019-02-22 David ‘Bombe’ RodenReplace unnecessary type parameters with <>
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’ RodenVerify that no events are sent on invalid property...
2019-02-12 David ‘Bombe’ RodenFix parsing of SSK links without document name
2019-02-12 David ‘Bombe’ RodenSend generic “preference changed” event when changing...
2018-04-13 David ‘Bombe’ RodenDon’t expect a casted HLSC
2018-03-03 David ‘Bombe’ RodenUse UpdatedSoneProcessor in SoneDownloader
2018-03-03 David ‘Bombe’ RodenRemove @author tags
2018-03-03 David ‘Bombe’ RodenMove Fetched class to top-level
2018-03-02 David ‘Bombe’ RodenConvert MemoryDatabase to Kotlin
2018-03-02 David ‘Bombe’ RodenUse database instead of Core in Sone parser
2018-02-08 David ‘Bombe’ RodenRename fetch action methods
2018-02-07 David ‘Bombe’ RodenFix whitespace
2018-02-07 David ‘Bombe’ RodenRemove Sone following time if last local Sone unfollows
2018-02-07 David ‘Bombe’ RodenExpose following times from FriendProvider
2018-02-07 David ‘Bombe’ RodenStore Sone following time on following a Sone
2018-02-06 David ‘Bombe’ RodenReplace test for ConfigurationLoader with Kotlin version
2018-02-05 David ‘Bombe’ RodenDon’t hand in a SoneProvider to a class that is going...
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-02-01 David ‘Bombe’ RodenAdd test for DI constructability of SoneDownloader
2018-01-20 David ‘Bombe’ RodenCreate base injector for all tests
2018-01-20 David ‘Bombe’ RodenBegin collection all pages in a dependency injection...
2017-11-30 David ‘Bombe’ RodenMerge branch 'release-0.9.8' 0.9.8
2017-10-16 David ‘Bombe’ RodenReturn nullable Post instead of Optional
2017-10-15 David ‘Bombe’ RodenReturn a nullable Album instead of an Optional
2017-10-15 David ‘Bombe’ RodenReturn a nullable Image instead of an Optional
2017-10-15 David ‘Bombe’ RodenReturn a nullable PostReply instead of an Optional
2017-10-15 David ‘Bombe’ RodenReplace Sone provider interface with Kotlin version
2017-10-13 David ‘Bombe’ RodenImprove test for broken SSK und USK links
2017-10-07 David ‘Bombe’ RodenMerge branch 'release-0.9.7' 0.9.7
2017-06-29 David ‘Bombe’ RodenReplace bookmark ajax page test with Kotlin version
2017-06-27 David ‘Bombe’ RodenReplace web page test base with Kotlin version
2017-05-24 David ‘Bombe’ RodenSet URI and request method separately in tests
2017-05-24 David ‘Bombe’ RodenReplace new page test with Kotlin version
2017-05-23 David ‘Bombe’ RodenSimplify verifying that no redirect is called
2017-05-23 David ‘Bombe’ RodenAdd more tests for like page
2017-05-20 David ‘Bombe’ RodenFix text parser only parsing the last element in a...
2017-05-05 David ‘Bombe’ RodenAdd method to set request method
2017-05-05 David ‘Bombe’ RodenReturn no notifications for any Sones
2017-05-05 David ‘Bombe’ RodenReplace image browser page with Kotlin version
2017-04-27 David ‘Bombe’ RodenActually differentiate between GET and POST parameters
2017-04-09 David ‘Bombe’ RodenMove classes for tests to test package
2017-04-08 David ‘Bombe’ RodenFix intermittent test failure
2017-04-08 David ‘Bombe’ RodenAdd session provider interface
2017-04-08 David ‘Bombe’ RodenMove web pages to their own package
2017-02-18 David ‘Bombe’ RodenReplace delete reply 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 test with Kotlin version
2017-02-06 David ‘Bombe’ RodenRename session-related Methode in web interface
2017-02-02 David ‘Bombe’ RodenCreate injector in test base class
2017-02-02 David ‘Bombe’ RodenReplace test for bookmark page with Kotlin version
2017-01-26 David ‘Bombe’ RodenMake about page injectable
2017-01-25 David ‘Bombe’ RodenAdd some guice binding helpers for Java
2017-01-24 David ‘Bombe’ RodenAdd dependency injection configuration to identity...
2017-01-22 David ‘Bombe’ RodenFix whitespace
2017-01-22 David ‘Bombe’ RodenExpand test for upload image page
2017-01-22 David ‘Bombe’ RodenConvert unit test to Kotlin
2017-01-15 David ‘Bombe’ RodenMove all Kotlin files to the correct directory
2017-01-15 David ‘Bombe’ RodenRewrite test for unlock sone command in Kotlin
2017-01-15 David ‘Bombe’ RodenRewrite test for lock sone command in Kotlin
2017-01-13 David ‘Bombe’ RodenAdd unit test for get post feed command, add likes...
2017-01-08 David ‘Bombe’ RodenRemove bucket and access type from command interface
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-08 David ‘Bombe’ RodenConvert FCP interface test to Kotlin
2017-01-08 David ‘Bombe’ RodenRefactor FCP interface test slightly
2017-01-07 David ‘Bombe’ RodenFix test with Java 1.8
2017-01-06 David ‘Bombe’ RodenAdd unit test for sone template page and fix parameter...
2016-12-16 David ‘Bombe’ RodenAdd unit test for search page
2016-12-06 David ‘Bombe’ RodenAdd unit test for rescue page
2016-12-05 David ‘Bombe’ RodenComplete unit test for options page
2016-11-28 David ‘Bombe’ RodenConvert and complete unit test and fix bug in page
2016-11-28 David ‘Bombe’ RodenAdd unit test for login page
2016-11-27 David ‘Bombe’ RodenAdd unit test for image browser page
next