2014-12-06 |
David ‘Bombe’ Roden | Add refresh header to rescue page. |
tree | commitdiff |
2014-12-06 |
David ‘Bombe’ Roden | Allow pages to add HTTP headers to the response. |
tree | commitdiff |
2014-12-05 |
David ‘Bombe’ Roden | Move management of Sone following times to database. |
tree | commitdiff |
2014-12-05 |
David ‘Bombe’ Roden | Use local Sones in more places where it’s appropriate. |
tree | commitdiff |
2014-12-05 |
David ‘Bombe’ Roden | Use local Sones for adding friends. |
tree | commitdiff |
2014-12-04 |
David ‘Bombe’ Roden | Move storage of known Sones into database. |
tree | commitdiff |
2014-12-03 |
David ‘Bombe’ Roden | Use local Sone in Sone inserter. |
tree | commitdiff |
2014-12-03 |
David ‘Bombe’ Roden | Use local Sone when checking for modifications. |
tree | commitdiff |
2014-12-03 |
David ‘Bombe’ Roden | Use local Sone with the Sone inserters. |
tree | commitdiff |
2014-12-03 |
David ‘Bombe’ Roden | Use local Sone for loading the Sone in the database. |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Use local Sones when handling locking. |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Distinguish between local and “normal” Sones in FCP... |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Require a local Sone when rescuing. |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Return local Sones from core and web interface. |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Remove javadoc, rename boolean variable to better match... |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Iterate over IDs and load Sones correctly. |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Return an optional Sone from the current session. |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Use optional session in web interface. |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Remove unused methods. |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Add method to return a local Sone from the database. |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Declare current default Sone implementation to be mutable. |
tree | commitdiff |
2014-12-02 |
David ‘Bombe’ Roden | Add interface for a local, i.e. mutable Sone. |
tree | commitdiff |
2014-11-27 |
David ‘Bombe’ Roden | Don’t force ID to be a UUID. |
tree | commitdiff |
2014-11-26 |
David ‘Bombe’ Roden | Move post-related database functionality into its own... |
tree | commitdiff |
2014-11-26 |
David ‘Bombe’ Roden | Move loading and saving local Sones into database. |
tree | commitdiff |
2014-11-26 |
David ‘Bombe’ Roden | Store insert fingerprint in “Sone inserted” event. |
tree | commitdiff |
2014-11-26 |
David ‘Bombe’ Roden | Clean up event. |
tree | commitdiff |
2014-11-26 |
David ‘Bombe’ Roden | Use database to return friends of a Sone. |
tree | commitdiff |
2014-11-26 |
David ‘Bombe’ Roden | Remove obsolete methods. |
tree | commitdiff |
2014-11-26 |
David ‘Bombe’ Roden | Return a collection instead of a list for the friends. |
tree | commitdiff |
2014-11-25 |
David ‘Bombe’ Roden | Load friends before modifying them. |
tree | commitdiff |
2014-11-25 |
David ‘Bombe’ Roden | Move friend-related functionality into the database. |
tree | commitdiff |
2014-11-24 |
David ‘Bombe’ Roden | Add helper methods for Optionals. |
tree | commitdiff |
2014-11-24 |
David ‘Bombe’ Roden | Add method to expose a Sone loader to the Sone provider. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Remove obsolete import. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Move exception to correct class. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Move exception to correct place. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Move image implementation to better package. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Move album implementation to better package. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Move default Sone implementation to better package. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Store ID as string, don’t force-convert to UUID. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Use “isLoaded” method to check whether a post is loaded. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Remove obsolete import. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Return empty posts for not-yet loaded bookmarks. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Use “isLoaded” method to check for not-yet loaded bookm... |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Add method to tell if a post has already been loaded. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Don’t allow a “post cut off length” of -1 anymore. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Collect events in a separate method. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Only send events after the new Sone has been stored... |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Remove outdated and wrong comment. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Don’t log to the root logger. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Change logger names. |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Remove unnecessary method. |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Remove unused method. |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Remove some unused methods. |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Don’t save bookmarks from the core anymore, the databas... |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Unbookmarking a post saves the database. |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Bookmarking a post saves the database. |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Add method to save bookmarked posts to configuration... |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Remove method to bookmark a post by ID. |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Don’t load bookmarks from core anymore. |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Refactor loading of IDs. |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Load bookmarked posts in configuration loader, too. |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Load known post replies in configuration loader, too. |
tree | commitdiff |
2014-11-04 |
David ‘Bombe’ Roden | Add configuration loader to interface with the configur... |
tree | commitdiff |
2014-11-02 |
David ‘Bombe’ Roden | Remove irrelevant code, the object will never be null. |
tree | commitdiff |
2014-11-01 |
David ‘Bombe’ Roden | Remove Sone from database correctly. |
tree | commitdiff |
2014-11-01 |
David ‘Bombe’ Roden | Add method to remove a Sone from the database. |
tree | commitdiff |
2014-10-29 |
David ‘Bombe’ Roden | Remove unused fields. |
tree | commitdiff |
2014-10-12 |
David ‘Bombe’ Roden | Use closer from freenet. |
tree | commitdiff |
2014-10-10 |
David ‘Bombe’ Roden | Clean up imports. |
tree | commitdiff |
2014-10-10 |
David ‘Bombe’ Roden | Use statially imported valueOf(). |
tree | commitdiff |
2014-10-10 |
David ‘Bombe’ Roden | Don’t use number parsing from the utils package anymore. |
tree | commitdiff |
2014-10-05 |
David ‘Bombe’ Roden | Don’t use logging from utils package. |
tree | commitdiff |
2014-10-05 |
David ‘Bombe’ Roden | Parse numbers using Guice. |
tree | commitdiff |
2014-10-05 |
David ‘Bombe’ Roden | Remove obsolete import. |
tree | commitdiff |
2014-10-05 |
David ‘Bombe’ Roden | Use Guice to parse numbers. |
tree | commitdiff |
2014-10-03 |
David ‘Bombe’ Roden | Use bookmark database in core. |
tree | commitdiff |
2014-10-03 |
David ‘Bombe’ Roden | Add bookmark database. |
tree | commitdiff |
2014-10-03 |
David ‘Bombe’ Roden | Extract manifest element creation into its own class. |
tree | commitdiff |
2014-10-03 |
David ‘Bombe’ Roden | Move Sone parser into its own class. |
tree | commitdiff |
2014-09-30 |
David ‘Bombe’ Roden | Remove a TODO. |
tree | commitdiff |
2014-09-30 |
David ‘Bombe’ Roden | Remove all occurences of the FCP interface from the... |
tree | commitdiff |
2014-09-30 |
David ‘Bombe’ Roden | Make method to change the insertion delay private. |
tree | commitdiff |
2014-09-30 |
David ‘Bombe’ Roden | Move preferences loading and saving out of the core. |
tree | commitdiff |
2014-09-30 |
David ‘Bombe’ Roden | Add static method to create range. |
tree | commitdiff |
2014-09-29 |
David ‘Bombe’ Roden | Move option interface and default implementation to... |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Remove option watcher, it’s not used anymore. |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Clean up some imports. |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Use event bus to change FCP interface configuration. |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Use event bus to activate and deactivate the FCP interface. |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Use an atomic reference instead of volatile. |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Use an atomic boolean instead of a volatile boolean. |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Use events to communicate changes to insertion delay... |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Clean imports. |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Set latest edition on the insert URI, too. |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Don’t set the request URI anymore, either. |
tree | commitdiff |
2014-09-27 |
David ‘Bombe’ Roden | Verify that the insert URI is not null. |
tree | commitdiff |
2014-09-27 |
David ‘Bombe’ Roden | Return a copy of the Sones. |
tree | commitdiff |
2014-09-27 |
David ‘Bombe’ Roden | Store Sones in database only. |
tree | commitdiff |
next |