Don’t allow a “post cut off length” of -1 anymore.
[Sone.git] / src / test /
2014-11-22 David ‘Bombe’ RodenDon’t allow a “post cut off length” of -1 anymore.
2014-11-04 David ‘Bombe’ RodenUnbookmarking a post saves the database.
2014-11-04 David ‘Bombe’ RodenBookmarking a post saves the database.
2014-11-04 David ‘Bombe’ RodenReformatting.
2014-11-04 David ‘Bombe’ RodenRemove obsolete import.
2014-11-04 David ‘Bombe’ RodenAdd tests for starting and stopping the bookmark database.
2014-11-04 David ‘Bombe’ RodenAdd method to save bookmarked posts to configuration...
2014-11-04 David ‘Bombe’ RodenRemove method to bookmark a post by ID.
2014-11-04 David ‘Bombe’ RodenLoad bookmarked posts in configuration loader, too.
2014-11-04 David ‘Bombe’ RodenLoad known post replies in configuration loader, too.
2014-11-04 David ‘Bombe’ RodenAdd configuration loader to interface with the configur...
2014-11-04 David ‘Bombe’ RodenAdd unit test for identity accessor.
2014-11-02 David ‘Bombe’ RodenAdd unit test for HTTP request accessor.
2014-11-02 David ‘Bombe’ RodenAdd unit test for get-page plugin.
2014-11-02 David ‘Bombe’ RodenAdd unit test for CSS class name filter.
2014-11-02 David ‘Bombe’ RodenAdd unit test for collection accessor.
2014-11-02 David ‘Bombe’ RodenAdd test for album accessor.
2014-11-02 David ‘Bombe’ RodenAdd method to call private or otherwise non-accessible...
2014-11-01 David ‘Bombe’ RodenAdd method to remove a Sone from the database.
2014-10-10 David ‘Bombe’ RodenDon’t use number parsing from the utils package anymore.
2014-10-03 David ‘Bombe’ RodenUse bookmark database in core.
2014-10-03 David ‘Bombe’ RodenAdd bookmark database.
2014-10-03 David ‘Bombe’ RodenExtract manifest element creation into its own class.
2014-10-03 David ‘Bombe’ RodenMove Sone parser into its own class.
2014-09-30 David ‘Bombe’ RodenAdd more tests for the Sone inserter.
2014-09-30 David ‘Bombe’ RodenAdd unit test for integer range predicate.
2014-09-30 David ‘Bombe’ RodenMove preferences loading and saving out of the core.
2014-09-30 David ‘Bombe’ RodenClean up import.
2014-09-30 David ‘Bombe’ RodenMove test Value implementation to top-level class.
2014-09-29 David ‘Bombe’ RodenMove option interface and default implementation to...
2014-09-28 David ‘Bombe’ RodenRemove option watcher, it’s not used anymore.
2014-09-28 David ‘Bombe’ RodenUse event bus to change FCP interface configuration.
2014-09-28 David ‘Bombe’ RodenUse event bus to activate and deactivate the FCP interface.
2014-09-28 David ‘Bombe’ RodenUse events to communicate changes to insertion delay...
2014-09-28 David ‘Bombe’ RodenDon’t set the request URI anymore, either.
2014-09-27 David ‘Bombe’ RodenStore Sones in database only.
2014-09-27 David ‘Bombe’ RodenDon’t set insert URI of a Sone, let it be generated...
2014-09-27 David ‘Bombe’ RodenDon't access the Sone in the constructor.
2014-09-27 David ‘Bombe’ RodenRemove the possibility to create Sones from the getLoca...
2014-09-27 David ‘Bombe’ RodenUse a special Sone implementation that only stores...
2014-09-26 David ‘Bombe’ RodenDon’t store a Sone in the Sone inserter.
2014-09-21 David ‘Bombe’ RodenStore Sones in the database, too.
2014-09-19 David ‘Bombe’ RodenAdd sone change detector that finds new and removed...
2014-09-18 David ‘Bombe’ RodenMove test builders to their own top-level classes.
2014-09-17 David ‘Bombe’ RodenDon’t store post replies sorted by post.
2014-09-17 David ‘Bombe’ RodenRefactor post mocking into its own method.
2014-09-17 David ‘Bombe’ RodenDon’t store posts by recipient, generate them on the...
2014-09-17 David ‘Bombe’ RodenAdd more tests for FreenetInterface.
2014-09-17 David ‘Bombe’ RodenDon’t allow changing an image’s title into an empty...
2014-09-15 David ‘Bombe’ RodenUse real image parsing in Sone downloader test.
2014-09-13 David ‘Bombe’ RodenFurther reduce dependencies on a Sone for downloading.
2014-09-12 David ‘Bombe’ RodenRemove Sone instance from SoneUpdater interface.
2014-09-12 David ‘Bombe’ RodenAdd interface between freenet interface and Sone downlo...
2014-09-09 David ‘Bombe’ RodenMove image parsing to new configuration parser.
2014-09-09 David ‘Bombe’ RodenMove album parsing to new configuration parser.
2014-09-08 David ‘Bombe’ RodenSet Sone in album builder, remote getOrCreate method...
2014-09-08 David ‘Bombe’ RodenMove friend parsing to new configuration parser.
2014-09-08 David ‘Bombe’ RodenMove liked post reply IDs to new configuration parser.
2014-09-08 David ‘Bombe’ RodenMove liked post IDs parsing to new configuration parser.
2014-09-07 David ‘Bombe’ RodenMove post reply parsing to new configuration parser.
2014-09-07 David ‘Bombe’ RodenStart moving parsing a Sone from a configuration to...
2014-09-07 David ‘Bombe’ RodenRename method that creates albums if they don’t exist.
2014-08-25 David ‘Bombe’ RodenReturn own identities even if they don’t have the corre...
2014-08-10 David ‘Bombe’ RodenExtract identity manager interface.
2014-08-10 David ‘Bombe’ RodenExtract interface for Sone downloader.
2014-08-09 David ‘Bombe’ RodenWhitespace.
2014-08-09 David ‘Bombe’ RodenRemove test that can not guarantee its success.
2014-08-09 David ‘Bombe’ RodenExtract interface from the web of trust updater.
2014-08-07 David ‘Bombe’ RodenFix own identities without trust identities from disapp...
2014-08-07 David ‘Bombe’ RodenAdd test for Sone downloader.
2014-08-04 David ‘Bombe’ RodenAdd unit test for preferences.
2014-08-04 David ‘Bombe’ RodenAdd tests for web of trust updater.
2014-08-03 David ‘Bombe’ RodenAdd unit test for “set trust” job.
2014-08-03 David ‘Bombe’ RodenAdd unit test for sone rescuer.
2014-08-02 David ‘Bombe’ RodenMake delay configurable in test constructor to allow...
2014-08-02 David ‘Bombe’ RodenAdd more tests of sone inserter.
2014-08-02 David ‘Bombe’ RodenAdd test for “set property” job.
2014-08-02 David ‘Bombe’ RodenAdd test for insert token.
2014-08-01 David ‘Bombe’ RodenIncrease test coverage.
2014-08-01 David ‘Bombe’ RodenIncrease test coverage.
2014-08-01 David ‘Bombe’ RodenAdd unit test for the insert token supplier.
2014-08-01 David ‘Bombe’ RodenAdd unit test for image inserter.
2014-08-01 David ‘Bombe’ RodenMove reflection-based methods to their own class.
2014-07-31 David ‘Bombe’ RodenAdd class that fetches a Sone.
2014-07-31 David ‘Bombe’ RodenRename class that fetches a Sone with its URI.
2014-07-31 David ‘Bombe’ RodenAdd test for Sone URI.
2014-07-31 David ‘Bombe’ RodenIncrease test coverage.
2014-07-31 David ‘Bombe’ RodenIncrese test coverage.
2014-07-30 David ‘Bombe’ RodenIncrease test coverage.
2014-07-30 David ‘Bombe’ RodenIncrease test coverage.
2014-07-30 David ‘Bombe’ RodenAdd test for “remove context” job.
2014-07-30 David ‘Bombe’ RodenAdd test for “add context” job.
2014-07-30 David ‘Bombe’ RodenAdd class that marks a reply as known.
2014-07-30 David ‘Bombe’ RodenAdd class that marks a post as known.
2014-07-30 David ‘Bombe’ RodenAdd class to fetch a Sone.
2014-07-29 David ‘Bombe’ RodenAdd class to set FCP interface access level from an...
2014-07-29 David ‘Bombe’ RodenAdd class that activates the FCP interface from an...
2014-07-29 David ‘Bombe’ RodenAdd class for setting insertion delay from an option.
2014-07-29 David ‘Bombe’ RodenAdd test for the second USK callback.
2014-07-29 David ‘Bombe’ RodenAdd tests for the callback.
next