Don’t allow a “post cut off length” of -1 anymore.
[Sone.git] / src / main /
2014-11-22 David ‘Bombe’ RodenDon’t allow a “post cut off length” of -1 anymore.
2014-11-22 David ‘Bombe’ RodenFix typo.
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-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-25 David ‘Bombe’ RodenSimply show the Sone ID instead of extracting parts...
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.
2014-09-15 David ‘Bombe’ RodenStore all albums from configuration in database.
2014-09-14 David ‘Bombe’ RodenStore all albums and images in the database after loadi...
2014-09-14 David ‘Bombe’ RodenLoad avatar image correctly.
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-12 David ‘Bombe’ RodenUse fetch action instead of custom Runnable.
2014-09-12 David ‘Bombe’ RodenMove parsing of latest edition out of the synchronized...
2014-09-09 David ‘Bombe’ RodenStore albums and images per-Sone in database.
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’ RodenReturn sets instead of collections for posts and replies.
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’ RodenMove parsing the profile to its own method.
2014-09-07 David ‘Bombe’ RodenRemove unused methods in core.
2014-09-07 David ‘Bombe’ RodenRename method that creates albums if they don’t exist.
2014-08-29 David ‘Bombe’ RodenMove dependency injection configuration closer to where...
2014-08-25 David ‘Bombe’ RodenReturn own identities even if they don’t have the corre...
next