Merge branch 'release/0.9-rc1'
[Sone.git] / src / main /
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...
2014-08-25 David ‘Bombe’ RodenAdd Sone-specific options object.
2014-08-10 David ‘Bombe’ RodenExtract identity manager interface.
2014-08-10 David ‘Bombe’ RodenExtract interface for Sone downloader.
2014-08-09 David ‘Bombe’ RodenExtract interface from the web of trust updater.
2014-08-07 David ‘Bombe’ RodenFix own identities without trust identities from disapp...
2014-08-06 David ‘Bombe’ RodenRestrict access to methods.
2014-08-05 David ‘Bombe’ RodenAdd equals() implementation.
2014-08-05 David ‘Bombe’ RodenDescription can never be null.
2014-08-05 David ‘Bombe’ RodenCheck the argument, not the state.
2014-08-05 David ‘Bombe’ RodenTrim field name before using it.
2014-08-04 David ‘Bombe’ RodenRemove unused method.
2014-08-04 David ‘Bombe’ RodenRemove unnecessary method.
2014-08-03 David ‘Bombe’ RodenRemove unused method.
2014-08-03 David ‘Bombe’ RodenNo need to check for the stop job.
2014-08-03 David ‘Bombe’ RodenAdd unit test for “set trust” job.
2014-08-03 David ‘Bombe’ RodenUpdate identities only after the WOT has been modified.
2014-08-03 David ‘Bombe’ RodenRequire that truster and trustee are always non-null.
2014-08-03 David ‘Bombe’ RodenActually remove trust when setting it null.
2014-08-03 David ‘Bombe’ RodenRemove unnecessary casts.
2014-08-03 David ‘Bombe’ RodenSuppress some warnings.
2014-08-02 David ‘Bombe’ RodenMake delay configurable in test constructor to allow...
2014-08-02 David ‘Bombe’ RodenAdd more tests of sone inserter.
2014-08-02 David ‘Bombe’ Roden“sone” can never be null, the constructor would balk.
2014-08-02 David ‘Bombe’ RodenAdd test for “set property” job.
2014-08-01 David ‘Bombe’ RodenIncrease test coverage.
2014-08-01 David ‘Bombe’ RodenIncrease test coverage.
2014-08-01 David ‘Bombe’ RodenUse a supplier to generate insert tokens for images.
2014-07-31 David ‘Bombe’ RodenAdd class that fetches a Sone.
2014-07-31 David ‘Bombe’ RodenRename class that fetches a Sone with its URI.
2014-07-31 David ‘Bombe’ RodenIncrease test coverage.
2014-07-31 David ‘Bombe’ RodenRemove check that is never triggered.
2014-07-30 David ‘Bombe’ RodenAdd test for “remove context” job.
2014-07-30 David ‘Bombe’ RodenAdd test for “add context” job.
2014-07-30 David ‘Bombe’ RodenAdd class that marks a reply as known.
2014-07-30 David ‘Bombe’ RodenAdd class that marks a post as known.
2014-07-30 David ‘Bombe’ RodenAdd class to fetch a Sone.
2014-07-29 David ‘Bombe’ RodenAdd class to set FCP interface access level from an...
2014-07-29 David ‘Bombe’ RodenAdd class that activates the FCP interface from an...
2014-07-29 David ‘Bombe’ RodenAdd class for setting insertion delay from an option.
2014-07-29 David ‘Bombe’ RodenUse the appropriate Sone predicates.
2014-07-29 David ‘Bombe’ RodenRemove unused exception constructors.
2014-07-22 David ‘Bombe’ RodenCast client to a different interface.
2014-07-22 David ‘Bombe’ RodenRemove unused method.
2014-07-07 David ‘Bombe’ RodenRemove unused method.
2014-07-07 David ‘Bombe’ RodenSet time of Sone when creating insert information.
2014-06-27 David ‘Bombe’ RodenCopy identity classes from refactoring branch.
2014-06-27 David ‘Bombe’ RodenInject identity loader instead of context into identity...
2014-06-27 David ‘Bombe’ RodenMake identity loader injectable.
2014-06-27 David ‘Bombe’ RodenUse context objects and optionals in interfaces.
2014-06-27 David ‘Bombe’ RodenAdd function to extract the context of a context object.
2014-06-27 David ‘Bombe’ RodenAdd custom context type for dependency injection.
2014-06-27 David ‘Bombe’ RodenAdd identity manager changes from the refactoring branch.
2014-06-26 David ‘Bombe’ RodenImplement hashCode() and equals().
2014-06-26 David ‘Bombe’ RodenSynchronize all access on the current own identities.
2014-06-26 David ‘Bombe’ RodenMake expression less dubious.
2014-06-26 David ‘Bombe’ RodenClose all input streams after parsing templates.
2014-06-25 David ‘Bombe’ RodenDon’t change the configuration after starting the core.
2014-06-25 David ‘Bombe’ RodenSkip redundant initialization.
2014-06-25 David ‘Bombe’ RodenDeclare variables closer to where they’re first used.
2014-06-25 David ‘Bombe’ RodenRemove some unnecessary local variables.
2014-06-25 David ‘Bombe’ RodenRemove unnecessary return.
next