Sone.git
2014-07-29 David ‘Bombe... Add class that activates the FCP interface from an...
2014-07-29 David ‘Bombe... Add class for setting insertion delay from an option.
2014-07-29 David ‘Bombe... Use the appropriate Sone predicates.
2014-07-29 David ‘Bombe... Remove unused exception constructors.
2014-07-29 David ‘Bombe... Add test for the second USK callback.
2014-07-29 David ‘Bombe... Add tests for the callback.
2014-07-22 David ‘Bombe... Add unit test for freenet interface.
2014-07-22 David ‘Bombe... Cast client to a different interface.
2014-07-22 David ‘Bombe... Remove unused method.
2014-07-22 David ‘Bombe... Add tests for identity events.
2014-07-21 David ‘Bombe... Add unit test for update checker.
2014-07-16 David ‘Bombe... Configure JaCoCo coverage plugin.
2014-07-07 David ‘Bombe... Add unit test for options.
2014-07-07 David ‘Bombe... Add unit test for default option implementation.
2014-07-07 David ‘Bombe... Remove unused method.
2014-07-07 David ‘Bombe... Set time of Sone when creating insert information.
2014-07-05 David ‘Bombe... Add unit test for default identities.
2014-06-27 David ‘Bombe... Copy identity classes from refactoring branch.
2014-06-27 David ‘Bombe... Inject identity loader instead of context into identity...
2014-06-27 David ‘Bombe... Make identity loader injectable.
2014-06-27 David ‘Bombe... Use context objects and optionals in interfaces.
2014-06-27 David ‘Bombe... Add function to extract the context of a context object.
2014-06-27 David ‘Bombe... Add custom context type for dependency injection.
2014-06-27 David ‘Bombe... Add identity manager changes from the refactoring branch.
2014-06-26 David ‘Bombe... Implement hashCode() and equals().
2014-06-26 David ‘Bombe... Synchronize all access on the current own identities.
2014-06-26 David ‘Bombe... Make expression less dubious.
2014-06-26 David ‘Bombe... Close all input streams after parsing templates.
2014-06-25 David ‘Bombe... Don’t change the configuration after starting the core.
2014-06-25 David ‘Bombe... Skip redundant initialization.
2014-06-25 David ‘Bombe... Declare variables closer to where they’re first used.
2014-06-25 David ‘Bombe... Remove some unnecessary local variables.
2014-06-25 David ‘Bombe... Remove unnecessary return.
2014-06-25 David ‘Bombe... Simplify some boolean expressions.
2014-06-24 David ‘Bombe... Add test case for locking and unlocking a Sone.
2014-06-24 David ‘Bombe... Add test for restarting the wait period after changing...
2014-06-24 David ‘Bombe... Add own test for starting state.
2014-06-22 David ‘Bombe... Move detection of modification into modification detector.
2014-06-12 David ‘Bombe... Refactor test.
2014-06-12 David ‘Bombe... Use a more stable Guava version.
2014-06-12 David ‘Bombe... Actually use the default values.
2014-06-12 David ‘Bombe... Use Sone modification detector in Sone inserter.
2014-06-12 David ‘Bombe... Add Sone modification detector.
2014-06-11 David ‘Bombe... Remove “modified” flag, it’s now calculated on-the...
2014-06-11 David ‘Bombe... Store fingerprint in insert information.
2014-06-11 David ‘Bombe... Use a real boolean to signal that the Sone should be...
2014-06-11 David ‘Bombe... Use an optional instead of a magic value.
2014-06-11 David ‘Bombe... Use static import for currentTimeMillis().
2014-06-11 David ‘Bombe... Small simplification.
2014-06-11 David ‘Bombe... Fix comment.
2014-06-10 David ‘Bombe... Change default sort order to by-activity, descending.
2014-06-10 David ‘Bombe... Add constants for the default sort field and order.
2014-06-10 David ‘Bombe... Update Japanese translation.
2014-06-10 David ‘Bombe... Closer reader after creating templates.
2014-06-10 David ‘Bombe... Use a multimap for storing replies.
2014-06-10 David ‘Bombe... Use a multimap to store posts with recipienets.
2014-06-10 David ‘Bombe... Remove all existing posts of a Sone correctly.
2014-06-10 David ‘Bombe... Use a Multimap to store a Sone’s posts.
2014-06-10 David ‘Bombe... Handle mention notification better.
2014-06-10 David ‘Bombe... Only send events after the new posts and replies are...
2014-06-02 Hideki SaitoTranslated untranslated Japanese string
2014-05-26 David ‘Bombe... Merge branch 'master' into next
2014-05-26 David ‘Bombe... Merge branch 'release-0.8.9' 0.8.9
2014-05-26 David ‘Bombe... Set Sone version to 0.8.9.
2014-05-26 David ‘Bombe... Increase latest edition of Sone’s homepage.
2014-05-19 David ‘Bombe... Add paragraph telling users without posts on their...
2014-03-31 David ‘Bombe... Use post.replyId instead of post.reply.id.
2014-02-27 David ‘Bombe... Merge branch 'master' into next
2014-02-27 David ‘Bombe... Merge branch 'release-0.8.8' 0.8.8
2014-02-27 David ‘Bombe... Update current homepage edition.
2014-02-27 David ‘Bombe... Set version to 0.8.8.
2014-02-27 David ‘Bombe... Iterate over the current versions of the Sones.
2014-02-26 David ‘Bombe... Get larger images from WoT, let the browser scale it...
2014-02-24 David ‘Bombe... Filter values of profile fields.
2014-01-19 David ‘Bombe... Only refuse to set creation time if it’s different...
2013-12-13 David ‘Bombe... Set encoding in compiler plugin.
2013-11-22 David ‘Bombe... Use better check for whether the root album has been...
2013-10-11 David ‘Bombe... Copy insert URI of original Sone when parsing a new...
2013-10-11 David ‘Bombe... Set changed values differently.
2013-10-11 David ‘Bombe... Fix and relax checks.
2013-10-10 David ‘Bombe... Extract an interface out of Sone.
2013-10-10 David ‘Bombe... Don’t check for the presence of the album image in...
2013-10-10 David ‘Bombe... Add image builder that creates “old” images.
2013-10-10 David ‘Bombe... Remove obsolete import.
2013-10-10 David ‘Bombe... Use an album modifier for setting title, description...
2013-10-09 David ‘Bombe... Use the memory database to create all albums.
2013-10-09 David ‘Bombe... Add album builder creation to memory database.
2013-10-09 David ‘Bombe... Add album builder that can create the “old” album objects.
2013-10-09 David ‘Bombe... Add base implementation of an album builder.
2013-10-09 David ‘Bombe... Add album builder factory.
2013-10-09 David ‘Bombe... Add album builder interface.
2013-10-09 David ‘Bombe... Use the memory database instead of storing the albums...
2013-10-09 David ‘Bombe... Add first small tests for the memory database.
2013-10-09 David ‘Bombe... Integrate basic album storage and retrieval in memory...
2013-10-09 David ‘Bombe... Improve static imports.
2013-10-09 David ‘Bombe... Extract album interface.
2013-09-30 David ‘Bombe... Add accessor for all top-level albums of a Sone.
2013-09-27 David ‘Bombe... Merge remote-tracking branch 'hernic/patch-4' into...
2013-09-27 David ‘Bombe... Update French translation.
2013-09-26 nicolas hernandezUpdate sone.fr.properties
next