Sone.git
2013-07-11 David ‘Bombe... Insert a root album into all Sones to get rid of album...
2013-07-10 David ‘Bombe... Make Sone of Sone inserter modifiable.
2013-07-10 David ‘Bombe... Fix rescue mode.
2013-07-09 David ‘Bombe... Fix unwrapping of the content map.
2013-07-09 David ‘Bombe... Merge remote-tracking branch 'beak/next' into next
2013-07-09 David ‘Bombe... Create local Sones when parsing local Sones.
2013-07-08 David ‘Bombe... Add test for BookmarkAjaxPage.
2013-07-08 David ‘Bombe... Add accessors for testing.
2013-07-08 David ‘Bombe... Use Jackson to create JSON pages, get rid of utils...
2013-07-06 David ‘Bombe... Add i18n to Sone insert notification.
2013-07-06 David ‘Bombe... Whitespace fix.
2013-07-05 David ‘Bombe... Reformat.
2013-07-05 David ‘Bombe... Only show status update field if logged in.
2013-07-05 David ‘Bombe... Store Sones in “create Sone” page, for when there are...
2013-07-05 David ‘Bombe... Merge branch 'master' into next
2013-07-05 David ‘Bombe... Merge branch 'release-0.8.6' 0.8.6
2013-07-05 David ‘Bombe... Set version to 0.8.6.
2013-07-05 David ‘Bombe... Update latest edition of homepage.
2013-07-05 David ‘Bombe... Add a static import for slightly more readable code.
2013-07-05 David ‘Bombe... Fix navigation.
2013-07-05 David ‘Bombe... Filter empty albums on gallery pages.
2013-07-05 David ‘Bombe... Add filter for empty albums.
2013-07-05 David ‘Bombe... Don’t try to get post if it doesn’t exist!
2013-07-05 David ‘Bombe... Don’t clobber local Sones.
2013-07-04 David ‘Bombe... Copy known-flag from stored Sone to new Sone.
2013-07-04 David ‘Bombe... Add some more logging.
2013-07-04 David ‘Bombe... Add detailed logging.
2013-07-04 David ‘Bombe... Return a copy of the values.
2013-07-04 David ‘Bombe... Use fluent iterable for filtering.
2013-07-04 David ‘Bombe... Don’t add anything if the Sone to add is already presen...
2013-07-04 David ‘Bombe... Use a multimap to store trust relationships.
2013-06-30 David ‘Bombe... Revert "Don’t reregister a USK if it already is registe...
2013-06-29 David ‘Bombe... Always unwrap the optional.
2013-06-29 David ‘Bombe... Merge branch 'master' into next
2013-06-29 David ‘Bombe... Merge branch 'release-0.8.5' 0.8.5
2013-06-29 David ‘Bombe... Set homepage edition to 56.
2013-06-29 David ‘Bombe... Set version to 0.8.5.
2013-06-29 David ‘Bombe... Use most recent utils version.
2013-06-29 David ‘Bombe... Merge branch 'partial-rewrite' into next
2013-06-29 David ‘Bombe... Merge branch 'lock-sones-via-fcp-317' into next
2013-06-29 David ‘Bombe... Add tests for LockSoneCommand and UnlockSoneCommand...
2013-06-29 David ‘Bombe... Add “LockSone” and “UnlockSone” FCP commands.
2013-06-09 David ‘Bombe... Merge remote-tracking branch 'hernic/patch-1' into...
2013-06-08 nicolas hernandezminor updates
2013-05-03 David ‘Bombe... Fix check for valid Sone IDs. partial-rewrite
2013-03-13 David ‘Bombe... Formatting.
2013-03-13 David ‘Bombe... Organize imports.
2013-03-13 David ‘Bombe... Add missing method.
2013-03-13 David ‘Bombe... Formatting.
2013-03-13 David ‘Bombe... Reorder imports.
2013-03-13 David ‘Bombe... Remove getAllAlbums() method, use album flattener.
2013-03-13 David ‘Bombe... Add function to flatten an album and all albums beneath it.
2013-02-14 David ‘Bombe... Remove all post replies of the given Sone before storin...
2013-02-13 David ‘Bombe... Move memory post reply builder to its own file.
2013-02-13 David ‘Bombe... Move memory post builder to its own file.
2013-02-11 David ‘Bombe... Don’t reregister a USK if it already is registered.
2013-02-09 David ‘Bombe... Extract a local variable and use TimeUnit to increase...
2013-02-09 David ‘Bombe... Add and use memory-based post reply implementation.
2013-02-09 David ‘Bombe... Log exception when a JSON reply can not be generated.
2013-02-09 David ‘Bombe... Remove all elements from a notification.
2013-02-04 David ‘Bombe... Extract abstract post reply builder class.
2013-02-03 David ‘Bombe... Only use post IDs in post reply provider interface.
2013-02-03 David ‘Bombe... Use SHA-256 hashes for fingerprinting.
2013-02-02 David ‘Bombe... Use memory-based post database implementation.
2013-02-02 David ‘Bombe... Add memory-based post database implementation.
2013-02-02 David ‘Bombe... Add post database interface.
2013-02-02 David ‘Bombe... Add post store interface.
2013-02-02 David ‘Bombe... Add method to get all posts of a Sone to post provider...
2013-02-02 David ‘Bombe... Copy options when rescuing Sone.
2013-02-02 David ‘Bombe... Fix calculation of weeks.
2013-02-02 David ‘Bombe... Implement enhanced Sone provider correctly.
2013-02-01 David ‘Bombe... Fix error when removing reply for unknown post.
2013-01-29 David ‘Bombe... Move more methods to the Sone provider interface.
2013-01-29 David ‘Bombe... Move getSones() method to Sone provider interface.
2013-01-29 David ‘Bombe... Fix synchronization.
2013-01-29 David ‘Bombe... Fix storage of post ID in Sone’s XML.
2013-01-29 David ‘Bombe... Remove unnecessary method.
2013-01-28 David ‘Bombe... Check correctly for a reply’s post ID.
2013-01-28 David ‘Bombe... Check correctly for recipient ID.
2013-01-28 David ‘Bombe... Use getId() instead of accessing id directly for Identi...
2013-01-28 David ‘Bombe... Prevent NPE when creating a new Sone.
2013-01-28 David ‘Bombe... Don’t exit prematurely.
2013-01-28 David ‘Bombe... Remove hasRecipient method.
2013-01-27 David ‘Bombe... Fix check for a recipient.
2013-01-27 David ‘Bombe... Make Sone returned by a Sone provider optional.
2013-01-27 David ‘Bombe... Remove unnecessary warning suppression.
2013-01-27 David ‘Bombe... Extract an abstract post builder.
2013-01-26 David ‘Bombe... Add own posts and replies to all posts and replies.
2013-01-26 David ‘Bombe... Whitespace fix.
2013-01-26 David ‘Bombe... Merge branch 'partial-rewrite' into less-critical
2013-01-26 David ‘Bombe... Don’t call Optional.get() on potentially non-existing...
2013-01-26 David ‘Bombe... Return the real time a Sone was followed.
2013-01-26 David ‘Bombe... Update a newly parsed Sone’s status directly after...
2013-01-26 David ‘Bombe... Check correctly for the presence of a post.
2013-01-25 David ‘Bombe... Use hasClass() instead of is().
2013-01-25 David ‘Bombe... Merge commit 'c30ad3a3fcfc66d0c1757a50afe413d9942d7793...
2013-01-25 David ‘Bombe... Avoid retaining multiple copies of elements.
2013-01-25 David ‘Bombe... Fix retrieval of post replies.
2013-01-25 David ‘Bombe... Make constructor injectable.
2013-01-25 David ‘Bombe... Merge commit '173eb2df26ebc15a6aa5565ec15dfad37bfa61a1...
next