Sone.git
2014-12-07 David ‘Bombe... Fix test name.
2014-12-06 David ‘Bombe... Switch order of fields.
2014-12-06 David ‘Bombe... Add refresh header to rescue page.
2014-12-06 David ‘Bombe... Allow pages to add HTTP headers to the response.
2014-12-05 David ‘Bombe... Move management of Sone following times to database.
2014-12-05 David ‘Bombe... Use local Sones in more places where it’s appropriate.
2014-12-05 David ‘Bombe... Use local Sones for adding friends.
2014-12-05 David ‘Bombe... Verify that Sones are saved correctly.
2014-12-04 David ‘Bombe... Move storage of known Sones into database.
2014-12-04 David ‘Bombe... Fix SoneInserter test.
2014-12-03 David ‘Bombe... Use local Sone in Sone inserter.
2014-12-03 David ‘Bombe... Use local Sone when checking for modifications.
2014-12-03 David ‘Bombe... Use local Sone with the Sone inserters.
2014-12-03 David ‘Bombe... Use local Sone for loading the Sone in the database.
2014-12-02 David ‘Bombe... Use local Sones when handling locking.
2014-12-02 David ‘Bombe... Distinguish between local and “normal” Sones in FCP...
2014-12-02 David ‘Bombe... Fix variable name.
2014-12-02 David ‘Bombe... Require a local Sone when rescuing.
2014-12-02 David ‘Bombe... Return local Sones from core and web interface.
2014-12-02 David ‘Bombe... Remove javadoc, rename boolean variable to better match...
2014-12-02 David ‘Bombe... Iterate over IDs and load Sones correctly.
2014-12-02 David ‘Bombe... Return an optional Sone from the current session.
2014-12-02 David ‘Bombe... Use optional session in web interface.
2014-12-02 David ‘Bombe... Remove unused methods.
2014-12-02 David ‘Bombe... Add method to return a local Sone from the database.
2014-12-02 David ‘Bombe... Declare current default Sone implementation to be mutable.
2014-12-02 David ‘Bombe... Add interface for a local, i.e. mutable Sone.
2014-11-27 David ‘Bombe... Add and use a matcher for incomplete posts.
2014-11-27 David ‘Bombe... Don’t force ID to be a UUID.
2014-11-26 David ‘Bombe... Move post-related database functionality into its own...
2014-11-26 David ‘Bombe... Move loading and saving local Sones into database.
2014-11-26 David ‘Bombe... Store insert fingerprint in “Sone inserted” event.
2014-11-26 David ‘Bombe... Clean up event.
2014-11-26 David ‘Bombe... Use database to return friends of a Sone.
2014-11-26 David ‘Bombe... Remove obsolete methods.
2014-11-26 David ‘Bombe... Return a collection instead of a list for the friends.
2014-11-25 David ‘Bombe... Load friends before modifying them.
2014-11-25 David ‘Bombe... Use new method to create test values everywhere.
2014-11-25 David ‘Bombe... Move friend-related functionality into the database.
2014-11-25 David ‘Bombe... Add convenience method to create test values.
2014-11-25 David ‘Bombe... Override some methods from Object to provide better...
2014-11-24 David ‘Bombe... Add helper methods for Optionals.
2014-11-24 David ‘Bombe... Add method to expose a Sone loader to the Sone provider.
2014-11-22 David ‘Bombe... Remove obsolete import.
2014-11-22 David ‘Bombe... Move exception to correct class.
2014-11-22 David ‘Bombe... Move exception to correct place.
2014-11-22 David ‘Bombe... Move image implementation to better package.
2014-11-22 David ‘Bombe... Move album implementation to better package.
2014-11-22 David ‘Bombe... Move default Sone implementation to better package.
2014-11-22 David ‘Bombe... Store ID as string, don’t force-convert to UUID.
2014-11-22 David ‘Bombe... Use “isLoaded” method to check whether a post is loaded.
2014-11-22 David ‘Bombe... Remove obsolete import.
2014-11-22 David ‘Bombe... Add unit test for returning not-yet loaded bookmarked...
2014-11-22 David ‘Bombe... Return empty posts for not-yet loaded bookmarks.
2014-11-22 David ‘Bombe... Use “isLoaded” method to check for not-yet loaded bookm...
2014-11-22 David ‘Bombe... Add method to tell if a post has already been loaded.
2014-11-22 David ‘Bombe... Update translation.
2014-11-22 David ‘Bombe... Don’t allow a “post cut off length” of -1 anymore.
2014-11-22 David ‘Bombe... Fix typo.
2014-11-22 David ‘Bombe... Collect events in a separate method.
2014-11-22 David ‘Bombe... Only send events after the new Sone has been stored...
2014-11-22 David ‘Bombe... Remove outdated and wrong comment.
2014-11-22 David ‘Bombe... Don’t log to the root logger.
2014-11-22 David ‘Bombe... Change logger names.
2014-11-04 David ‘Bombe... Remove unnecessary method.
2014-11-04 David ‘Bombe... Remove unused method.
2014-11-04 David ‘Bombe... Remove some unused methods.
2014-11-04 David ‘Bombe... Don’t save bookmarks from the core anymore, the databas...
2014-11-04 David ‘Bombe... Unbookmarking a post saves the database.
2014-11-04 David ‘Bombe... Bookmarking a post saves the database.
2014-11-04 David ‘Bombe... Reformatting.
2014-11-04 David ‘Bombe... Remove obsolete import.
2014-11-04 David ‘Bombe... Add tests for starting and stopping the bookmark database.
2014-11-04 David ‘Bombe... Add method to save bookmarked posts to configuration...
2014-11-04 David ‘Bombe... Remove method to bookmark a post by ID.
2014-11-04 David ‘Bombe... Don’t load bookmarks from core anymore.
2014-11-04 David ‘Bombe... Refactor loading of IDs.
2014-11-04 David ‘Bombe... Load bookmarked posts in configuration loader, too.
2014-11-04 David ‘Bombe... Load known post replies in configuration loader, too.
2014-11-04 David ‘Bombe... Add configuration loader to interface with the configur...
2014-11-04 David ‘Bombe... Add unit test for identity accessor.
2014-11-02 David ‘Bombe... Add unit test for HTTP request accessor.
2014-11-02 David ‘Bombe... Add unit test for get-page plugin.
2014-11-02 David ‘Bombe... Add unit test for CSS class name filter.
2014-11-02 David ‘Bombe... Remove irrelevant code, the object will never be null.
2014-11-02 David ‘Bombe... Add unit test for collection accessor.
2014-11-02 David ‘Bombe... Add test for album accessor.
2014-11-02 David ‘Bombe... Add method to call private or otherwise non-accessible...
2014-11-01 David ‘Bombe... Remove Sone from database correctly.
2014-11-01 David ‘Bombe... Add method to remove a Sone from the database.
2014-10-29 David ‘Bombe... Remove unused fields.
2014-10-12 David ‘Bombe... Use closer from freenet.
2014-10-10 David ‘Bombe... Clean up imports.
2014-10-10 David ‘Bombe... Use statially imported valueOf().
2014-10-10 David ‘Bombe... Don’t use number parsing from the utils package anymore.
2014-10-05 David ‘Bombe... Don’t use logging from utils package.
2014-10-05 David ‘Bombe... Parse numbers using Guice.
2014-10-05 David ‘Bombe... Remove obsolete import.
2014-10-05 David ‘Bombe... Use Guice to parse numbers.
2014-10-03 David ‘Bombe... Use bookmark database in core.
next