Use compatibility mode for getting likes, too
[Sone.git] / src / test /
2015-10-07 David ‘Bombe’ RodenMake Sone and element ID optional
2015-10-07 David ‘Bombe’ RodenAdd combined ID class
2015-07-31 David ‘Bombe’ RodenAdd test for reply sorter
2015-07-31 David ‘Bombe’ RodenSet the new default for images per page to 10
2015-07-30 David ‘Bombe’ RodenAssert that the selection is somewhat random
2015-07-30 David ‘Bombe’ RodenAdd test for album deletion page
2015-07-30 David ‘Bombe’ RodenUse internal image IDs for temporary images
2015-07-30 David ‘Bombe’ RodenAdd list accessor that can return random elements
2015-07-27 David ‘Bombe’ RodenMerge branch 'next' into feature/album-and-image-links
2015-07-27 David ‘Bombe’ RodenMerge branch 'feature/deliver-everything-from-filesyste...
2015-07-27 David ‘Bombe’ RodenLoad included templates from filesystem
2015-07-27 David ‘Bombe’ RodenDeliver static files from filesystem
2015-07-27 David ‘Bombe’ RodenAdd possibility to load templates from the filesystem
2015-07-25 David ‘Bombe’ RodenSplit text parsing and rendering into two filters
2015-07-25 David ‘Bombe’ RodenParse album:// links
2015-07-24 David ‘Bombe’ RodenLet core be an album provider
2015-07-24 David ‘Bombe’ RodenClean up some imports
2015-07-24 David ‘Bombe’ RodenAdd test for recognizing the old-element link correctly
2015-07-24 David ‘Bombe’ RodenSimplify parsing of post:// links
2015-07-24 David ‘Bombe’ RodenUse JUnit 4 syntax, change some formatting
2015-07-24 David ‘Bombe’ RodenUse unique IDs for images
2015-07-24 David ‘Bombe’ RodenChange album ID to be unique, add internal ID
2015-07-24 David ‘Bombe’ RodenAdd unit test for image link filter
2015-07-22 David ‘Bombe’ RodenMerge branch 'release/0.9.3' 0.9.3
2015-07-22 David ‘Bombe’ RodenClean up imports
2015-07-22 David ‘Bombe’ RodenRename fields to better reflect their purpose
2015-07-22 David ‘Bombe’ RodenAdd tests for fixed Sone modification detector
2015-07-20 David ‘Bombe’ RodenMerge branch 'feature/fix-findbugs-warnings' into next
2015-07-20 David ‘Bombe’ RodenRemove unused class
2015-07-18 David ‘Bombe’ RodenMerge branch 'release/0.9.1' 0.9.1
2015-07-18 David ‘Bombe’ RodenFix homepage link on “about” page
2015-07-18 David ‘Bombe’ RodenAdd reparse filter
2015-07-15 David ‘Bombe’ RodenMerge branch 'release/0.9' 0.9
2015-07-15 David ‘Bombe’ RodenUpdate French translation
2015-07-15 David ‘Bombe’ RodenMerge remote-tracking branch 'hsaito/master' into next
2015-07-10 David ‘Bombe’ RodenAdd test for text filter
2015-06-16 David ‘Bombe’ RodenMerge branch 'release/0.9-rc1' 0.9-rc1
2015-06-12 David ‘Bombe’ RodenMerge branch 'last-working' into next
2015-03-15 David ‘Bombe’ RodenAdd new fields with an initial value of an empty string
2014-11-26 David ‘Bombe’ RodenUse database to return friends of a Sone.
2014-11-25 David ‘Bombe’ RodenLoad friends before modifying them.
2014-11-25 David ‘Bombe’ RodenUse new method to create test values everywhere.
2014-11-25 David ‘Bombe’ RodenMove friend-related functionality into the database.
2014-11-25 David ‘Bombe’ RodenAdd convenience method to create test values.
2014-11-25 David ‘Bombe’ RodenOverride some methods from Object to provide better...
2014-11-24 David ‘Bombe’ RodenAdd helper methods for Optionals.
2014-11-24 David ‘Bombe’ RodenAdd method to expose a Sone loader to the Sone provider.
2014-11-22 David ‘Bombe’ RodenMove exception to correct class.
2014-11-22 David ‘Bombe’ RodenMove image implementation to better package.
2014-11-22 David ‘Bombe’ RodenMove album implementation to better package.
2014-11-22 David ‘Bombe’ RodenAdd unit test for returning not-yet loaded bookmarked...
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...
next