2014-11-26 |
David ‘Bombe’ Roden | Use database to return friends of a Sone. |
tree | commitdiff |
2014-11-26 |
David ‘Bombe’ Roden | Remove obsolete methods. |
tree | commitdiff |
2014-11-26 |
David ‘Bombe’ Roden | Return a collection instead of a list for the friends. |
tree | commitdiff |
2014-11-25 |
David ‘Bombe’ Roden | Move friend-related functionality into the database. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Remove obsolete import. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Move exception to correct class. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Move exception to correct place. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Move image implementation to better package. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Move album implementation to better package. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Move default Sone implementation to better package. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Store ID as string, don’t force-convert to UUID. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Return empty posts for not-yet loaded bookmarks. |
tree | commitdiff |
2014-11-22 |
David ‘Bombe’ Roden | Add method to tell if a post has already been loaded. |
tree | commitdiff |
2014-10-29 |
David ‘Bombe’ Roden | Remove unused fields. |
tree | commitdiff |
2014-10-05 |
David ‘Bombe’ Roden | Don’t use logging from utils package. |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Set latest edition on the insert URI, too. |
tree | commitdiff |
2014-09-28 |
David ‘Bombe’ Roden | Don’t set the request URI anymore, either. |
tree | commitdiff |
2014-09-27 |
David ‘Bombe’ Roden | Store Sones in database only. |
tree | commitdiff |
2014-09-27 |
David ‘Bombe’ Roden | Don’t set insert URI of a Sone, let it be generated... |
tree | commitdiff |
2014-09-27 |
David ‘Bombe’ Roden | Use a special Sone implementation that only stores... |
tree | commitdiff |
2014-09-18 |
David ‘Bombe’ Roden | Add function that returns all images for a Sone. |
tree | commitdiff |
2014-09-17 |
David ‘Bombe’ Roden | Disallow empty album titles, too. |
tree | commitdiff |
2014-09-17 |
David ‘Bombe’ Roden | Don’t allow changing an image’s title into an empty... |
tree | commitdiff |
2014-09-14 |
David ‘Bombe’ Roden | Store all albums and images in the database after loadi... |
tree | commitdiff |
2014-09-13 |
David ‘Bombe’ Roden | Further reduce dependencies on a Sone for downloading. |
tree | commitdiff |
2014-09-08 |
David ‘Bombe’ Roden | Set Sone in album builder, remote getOrCreate method... |
tree | commitdiff |
2014-08-25 |
David ‘Bombe’ Roden | Add Sone-specific options object. |
tree | commitdiff |
2014-08-05 |
David ‘Bombe’ Roden | Add equals() implementation. |
tree | commitdiff |
2014-08-05 |
David ‘Bombe’ Roden | Check the argument, not the state. |
tree | commitdiff |
2014-06-25 |
David ‘Bombe’ Roden | Remove some unnecessary local variables. |
tree | commitdiff |
2014-06-25 |
David ‘Bombe’ Roden | Simplify some boolean expressions. |
tree | commitdiff |
2014-02-27 |
David ‘Bombe’ Roden | Merge branch 'release-0.8.8' 0.8.8 |
tree | commitdiff |
2014-01-19 |
David ‘Bombe’ Roden | Only refuse to set creation time if it’s different... |
tree | commitdiff |
2013-10-11 |
David ‘Bombe’ Roden | Set changed values differently. |
tree | commitdiff |
2013-10-11 |
David ‘Bombe’ Roden | Fix and relax checks. |
tree | commitdiff |
2013-10-10 |
David ‘Bombe’ Roden | Extract an interface out of Sone. |
tree | commitdiff |
2013-10-10 |
David ‘Bombe’ Roden | Don’t check for the presence of the album image in... |
tree | commitdiff |
2013-10-10 |
David ‘Bombe’ Roden | Add image builder that creates “old” images. |
tree | commitdiff |
2013-10-10 |
David ‘Bombe’ Roden | Use an album modifier for setting title, description... |
tree | commitdiff |
2013-10-09 |
David ‘Bombe’ Roden | Add album builder that can create the “old” album objects. |
tree | commitdiff |
2013-10-09 |
David ‘Bombe’ Roden | Add base implementation of an album builder. |
tree | commitdiff |
2013-10-09 |
David ‘Bombe’ Roden | Extract album interface. |
tree | commitdiff |
2013-09-27 |
David ‘Bombe’ Roden | Update French translation. |
tree | commitdiff |
2013-09-25 |
David ‘Bombe’ Roden | Merge branch 'release-0.8.7' 0.8.7 |
tree | commitdiff |
2013-09-22 |
David ‘Bombe’ Roden | Fix static import. |
tree | commitdiff |
2013-09-17 |
David ‘Bombe’ Roden | Fix some FindBugs warnings. |
tree | commitdiff |
2013-08-24 |
David ‘Bombe’ Roden | Add isRoot() method to Album, only dump album ID in... |
tree | commitdiff |
2013-07-16 |
David ‘Bombe’ Roden | Fix javadoc. |
tree | commitdiff |
2013-07-15 |
David ‘Bombe’ Roden | Add and implement Identified interface. |
tree | commitdiff |
2013-07-11 |
David ‘Bombe’ Roden | Show number of albums in toString(). |
tree | commitdiff |
2013-07-11 |
David ‘Bombe’ Roden | Ignore albums without inserted images when calculating... |
tree | commitdiff |
2013-07-11 |
David ‘Bombe’ Roden | Insert a root album into all Sones to get rid of album... |
tree | commitdiff |
2013-07-05 |
David ‘Bombe’ Roden | Merge branch 'release-0.8.6' 0.8.6 |
tree | commitdiff |
2013-07-05 |
David ‘Bombe’ Roden | Add filter for empty albums. |
tree | commitdiff |
2013-06-29 |
David ‘Bombe’ Roden | Merge branch 'release-0.8.5' 0.8.5 |
tree | commitdiff |
2013-06-29 |
David ‘Bombe’ Roden | Merge branch 'partial-rewrite' into next |
tree | commitdiff |
2013-03-13 |
David ‘Bombe’ Roden | Formatting. |
tree | commitdiff |
2013-03-13 |
David ‘Bombe’ Roden | Reorder imports. |
tree | commitdiff |
2013-03-13 |
David ‘Bombe’ Roden | Remove getAllAlbums() method, use album flattener. |
tree | commitdiff |
2013-03-13 |
David ‘Bombe’ Roden | Add function to flatten an album and all albums beneath it. |
tree | commitdiff |
2013-02-04 |
David ‘Bombe’ Roden | Extract abstract post reply builder class. |
tree | commitdiff |
2013-02-03 |
David ‘Bombe’ Roden | Use SHA-256 hashes for fingerprinting. |
tree | commitdiff |
2013-02-02 |
David ‘Bombe’ Roden | Copy options when rescuing Sone. |
tree | commitdiff |
2013-01-28 |
David ‘Bombe’ Roden | Remove hasRecipient method. |
tree | commitdiff |
2013-01-27 |
David ‘Bombe’ Roden | Make Sone returned by a Sone provider optional. |
tree | commitdiff |
2013-01-27 |
David ‘Bombe’ Roden | Extract an abstract post builder. |
tree | commitdiff |
2013-01-26 |
David ‘Bombe’ Roden | Merge branch 'partial-rewrite' into less-critical |
tree | commitdiff |
2013-01-25 |
David ‘Bombe’ Roden | Merge commit 'c30ad3a3fcfc66d0c1757a50afe413d9942d7793... |
tree | commitdiff |
2013-01-25 |
David ‘Bombe’ Roden | Make constructor injectable. |
tree | commitdiff |
2013-01-25 |
David ‘Bombe’ Roden | Merge commit '173eb2df26ebc15a6aa5565ec15dfad37bfa61a1... |
tree | commitdiff |
2013-01-25 |
David ‘Bombe’ Roden | Merge branch 'less-critical' into run |
tree | commitdiff |
2013-01-24 |
David ‘Bombe’ Roden | Add filter for replies with posts. |
tree | commitdiff |
2013-01-24 |
David ‘Bombe’ Roden | Make post returned by post reply optional. |
tree | commitdiff |
2013-01-24 |
David ‘Bombe’ Roden | Return ID of the post from post reply. |
tree | commitdiff |
2013-01-24 |
David ‘Bombe’ Roden | Make post returned by post provider optional. |
tree | commitdiff |
2013-01-24 |
David ‘Bombe’ Roden | Merge commit 'fcabe38e9b3abacc0d580bf0513600858aee2eca... |
tree | commitdiff |
2013-01-23 |
David ‘Bombe’ Roden | Fix checks for ID and time. |
tree | commitdiff |
2013-01-23 |
David ‘Bombe’ Roden | Merge commit 'da609f721e54691f27113e877a19637bd332abc3... |
tree | commitdiff |
2013-01-22 |
David ‘Bombe’ Roden | Move builder and factories to database package. |
tree | commitdiff |
2013-01-22 |
David ‘Bombe’ Roden | Move provider interfaces to database package. |
tree | commitdiff |
2013-01-22 |
David ‘Bombe’ Roden | Remove possibility to create Sones from sone provider... |
tree | commitdiff |
2013-01-22 |
David ‘Bombe’ Roden | Only store IDs of Sones in replies. |
tree | commitdiff |
2013-01-22 |
David ‘Bombe’ Roden | Only store sender and recipient IDs in a post. |
tree | commitdiff |
2013-01-22 |
David ‘Bombe’ Roden | Make posts (more or less) immutable. |
tree | commitdiff |
2013-01-22 |
David ‘Bombe’ Roden | Make replies (more or less) immutable after creation. |
tree | commitdiff |
2013-01-22 |
David ‘Bombe’ Roden | Only store the post ID in the reply. |
tree | commitdiff |
2013-01-22 |
David ‘Bombe’ Roden | Fix checks for ID and time. |
tree | commitdiff |
2013-01-18 |
David ‘Bombe’ Roden | Remove unnecessary type parameter. |
tree | commitdiff |
2013-01-18 |
David ‘Bombe’ Roden | Add builder for post replies. |
tree | commitdiff |
2013-01-18 |
David ‘Bombe’ Roden | Add post builder. |
tree | commitdiff |
2013-01-17 |
David ‘Bombe’ Roden | Replace utils’ Default with Guava’s Optional. |
tree | commitdiff |
2013-01-17 |
David ‘Bombe’ Roden | Update copyright headers. |
tree | commitdiff |
2013-01-17 |
David ‘Bombe’ Roden | Fix header comments. |
tree | commitdiff |
2013-01-17 |
David ‘Bombe’ Roden | Extract Reply and PostReply interfaces. |
tree | commitdiff |
2013-01-17 |
David ‘Bombe’ Roden | Replace utils’ Validation by Guava’s Preconditions. |
tree | commitdiff |
2013-01-16 |
David ‘Bombe’ Roden | Replace utils’ filter with Guava’s predicate. |
tree | commitdiff |
2013-01-16 |
David ‘Bombe’ Roden | Use Guava’s predicate instead of utils’ filter. |
tree | commitdiff |
2013-01-16 |
David ‘Bombe’ Roden | Some javadoc fixes. |
tree | commitdiff |
2013-01-16 |
David ‘Bombe’ Roden | Store locality of a Sone in the Sone itself. |
tree | commitdiff |
2012-10-08 |
David ‘Bombe’ Roden | Merge branch 'release-0.8.3' 0.8.3 |
tree | commitdiff |
next |