šŸ”„ Replace BaseL10n with Translation
[Sone.git] / src / main / java / net /
2015-01-10 David ā€˜Bombeā€™ RodenFree bucket after image insert.
2015-01-10 David ā€˜Bombeā€™ RodenOnly free buckets after the insert.
2014-12-24 David ā€˜Bombeā€™ RodenStop Sone rescuers when stopping core.
2014-11-26 David ā€˜Bombeā€™ RodenStore insert fingerprint in ā€œSone insertedā€ event.
2014-11-26 David ā€˜Bombeā€™ RodenClean up event.
2014-11-26 David ā€˜Bombeā€™ RodenUse database to return friends of a Sone.
2014-11-26 David ā€˜Bombeā€™ RodenRemove obsolete methods.
2014-11-26 David ā€˜Bombeā€™ RodenReturn a collection instead of a list for the friends.
2014-11-25 David ā€˜Bombeā€™ RodenLoad friends before modifying them.
2014-11-25 David ā€˜Bombeā€™ RodenMove friend-related functionality into the database.
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ā€™ RodenRemove obsolete import.
2014-11-22 David ā€˜Bombeā€™ RodenMove exception to correct class.
2014-11-22 David ā€˜Bombeā€™ RodenMove exception to correct place.
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ā€™ RodenMove default Sone implementation to better package.
2014-11-22 David ā€˜Bombeā€™ RodenStore ID as string, donā€™t force-convert to UUID.
2014-11-22 David ā€˜Bombeā€™ RodenUse ā€œisLoadedā€ method to check whether a post is loaded.
2014-11-22 David ā€˜Bombeā€™ RodenRemove obsolete import.
2014-11-22 David ā€˜Bombeā€™ RodenReturn empty posts for not-yet loaded bookmarks.
2014-11-22 David ā€˜Bombeā€™ RodenUse ā€œisLoadedā€ method to check for not-yet loaded bookm...
2014-11-22 David ā€˜Bombeā€™ RodenAdd method to tell if a post has already been loaded.
2014-11-22 David ā€˜Bombeā€™ RodenDonā€™t allow a ā€œpost cut off lengthā€ of -1 anymore.
2014-11-22 David ā€˜Bombeā€™ RodenCollect events in a separate method.
2014-11-22 David ā€˜Bombeā€™ RodenOnly send events after the new Sone has been stored...
2014-11-22 David ā€˜Bombeā€™ RodenRemove outdated and wrong comment.
2014-11-22 David ā€˜Bombeā€™ RodenDonā€™t log to the root logger.
2014-11-22 David ā€˜Bombeā€™ RodenChange logger names.
2014-11-18 David ā€˜Bombeā€™ RodenUse the new client layer from fred.
2014-11-04 David ā€˜Bombeā€™ RodenRemove unnecessary method.
2014-11-04 David ā€˜Bombeā€™ RodenRemove unused method.
2014-11-04 David ā€˜Bombeā€™ RodenRemove some unused methods.
2014-11-04 David ā€˜Bombeā€™ RodenDonā€™t save bookmarks from the core anymore, the databas...
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ā€™ 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ā€™ RodenDonā€™t load bookmarks from core anymore.
2014-11-04 David ā€˜Bombeā€™ RodenRefactor loading of IDs.
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-02 David ā€˜Bombeā€™ RodenRemove irrelevant code, the object will never be null.
2014-11-01 David ā€˜Bombeā€™ RodenRemove Sone from database correctly.
2014-11-01 David ā€˜Bombeā€™ RodenAdd method to remove a Sone from the database.
2014-10-29 David ā€˜Bombeā€™ RodenRemove unused fields.
2014-10-12 David ā€˜Bombeā€™ RodenUse closer from freenet.
2014-10-10 David ā€˜Bombeā€™ RodenClean up imports.
2014-10-10 David ā€˜Bombeā€™ RodenUse statially imported valueOf().
2014-10-10 David ā€˜Bombeā€™ RodenDonā€™t use number parsing from the utils package anymore.
2014-10-05 David ā€˜Bombeā€™ RodenDonā€™t use logging from utils package.
2014-10-05 David ā€˜Bombeā€™ RodenParse numbers using Guice.
2014-10-05 David ā€˜Bombeā€™ RodenRemove obsolete import.
2014-10-05 David ā€˜Bombeā€™ RodenUse Guice to parse numbers.
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ā€™ RodenRemove a TODO.
2014-09-30 David ā€˜Bombeā€™ RodenRemove all occurences of the FCP interface from the...
2014-09-30 David ā€˜Bombeā€™ RodenMake method to change the insertion delay private.
2014-09-30 David ā€˜Bombeā€™ RodenMove preferences loading and saving out of the core.
2014-09-30 David ā€˜Bombeā€™ RodenAdd static method to create range.
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ā€™ RodenClean up some imports.
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 an atomic reference instead of volatile.
2014-09-28 David ā€˜Bombeā€™ RodenUse an atomic boolean instead of a volatile boolean.
2014-09-28 David ā€˜Bombeā€™ RodenUse events to communicate changes to insertion delay...
2014-09-28 David ā€˜Bombeā€™ RodenClean imports.
2014-09-28 David ā€˜Bombeā€™ RodenSet latest edition on the insert URI, too.
2014-09-28 David ā€˜Bombeā€™ RodenDonā€™t set the request URI anymore, either.
2014-09-27 David ā€˜Bombeā€™ RodenVerify that the insert URI is not null.
2014-09-27 David ā€˜Bombeā€™ RodenReturn a copy of the Sones.
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ā€™ RodenFix changed import.
2014-09-21 David ā€˜Bombeā€™ RodenUse database methods where possible.
2014-09-21 David ā€˜Bombeā€™ RodenStore Sones in the database, too.
2014-09-19 David ā€˜Bombeā€™ RodenFix parsing of latest edition when itā€™s not present.
2014-09-19 David ā€˜Bombeā€™ RodenUse Sone change detector in core to send notifications.
2014-09-19 David ā€˜Bombeā€™ RodenAdd sone change detector that finds new and removed...
2014-09-18 David ā€˜Bombeā€™ RodenAdd function that returns all images for a Sone.
2014-09-17 David ā€˜Bombeā€™ RodenDonā€™t store post replies sorted by post.
2014-09-17 David ā€˜Bombeā€™ RodenDonā€™t store posts by recipient, generate them on the...
2014-09-17 David ā€˜Bombeā€™ RodenSmall optimization when an identity is removed.
2014-09-17 David ā€˜Bombeā€™ RodenDisallow empty album titles, too.
2014-09-17 David ā€˜Bombeā€™ RodenAbort editing an image if title is empty.
2014-09-17 David ā€˜Bombeā€™ RodenDonā€™t allow changing an imageā€™s title into an empty...
2014-09-15 David ā€˜Bombeā€™ RodenRedirect to ā€œno permissionā€ page if parent album or...
2014-09-15 David ā€˜Bombeā€™ RodenStore parsed images locally only, get avatar from local...
2014-09-15 David ā€˜Bombeā€™ RodenCreate images using the coreā€™s image builder.
next