projects
/
Sone.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove declared exception.
[Sone.git]
/
src
/
main
/
2014-02-28
David ‘Bombe’ Roden
Clean up imports.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove declared exception, it's never thrown.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Log the content of the protocol version optionals.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Only log the IDs of Sones.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store the avatar ID differently in profile.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use the given database instead of the core to load...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Fix synchronisation.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add database parameter to Sone parser.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Clean up imports.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Actually return a Sone builder.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store replies to a post in a multimap.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use a multimap to store the posts directed at a Sone.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use a multimap to store the posts for a Sone.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t store/parse post ID as UUID.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unnecessary parameter.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move parsing of protocol version into its own method.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move parsing of Sone XML into its own method.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Clean up imports.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move parsing of client information into its own method.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Set client information in Sone builder.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use a modifier to set the latest edition of a Sone.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove methods to manipulate a Sone’s request and inser...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add function that converts a Sone into its request...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use isLocal() instead of checking the insert URI.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t copy the insert URI into the parsed Sone.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t parse the (non-existing!) request URI from the...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t store the insert URI in the information used...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Restore the actual purpose of the code.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove setIdentity() from Sone.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Assign an empty name as default.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store birth date in its own class, only update it via...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store a Sone’s name in its own class, use a modifier...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move Sone parsing into its own class.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Actually declare the abstract reply builder as abstract.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove method to mark replies as known from the core.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add callback when reply is updated.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add modifier to post replies to mark them known.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove PostReplyProvider methods from Core.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add function that transforms a post into its replies.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add getReplies() method to Post.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move PostReplyProvider and PostReplyStore into PostRepl...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove PostReplyBuilderFactory.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unused methods.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove PostProvider methods from Core.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove PostBuilderFactory.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move PostProvider and PostStore into PostDatabase.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove javadoc comments from overriding methods.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove MemoryPost and MemoryReply.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add “image created” callback to ImageBuilder.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove ImageBuilderFactory, move ImageStore and ImagePr...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Rename post and reply implementations; use builder...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Return an optional from the Core already.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove randomId() and currentTime() methods from ReplyB...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove AlbumBuilderFactory interface.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move AlbumProvider and AlbumStore into AlbumDatabase.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove randomId() method from AlbumBuilder.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove randomId() and currentTime() methods from ImageB...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove randomId() and currentTime() from post builder...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add callback interface to post build() method.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove createPost(*) methods from Core.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove copy method from post builder.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move post creation into Sone, remove memory-based post...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use database instead of separate providers.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use database instead of Sone provider in post and post...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove image builder.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move memory album and image to default implementation.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Expose the database.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Revert "Extract superclass out of default Sone implemen...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Expose album moving methods in the album database.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Only rely on the database interface.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Make image moving methods publicly available in the...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Rename default post builder implementation.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Extract superclass out of default Sone implementation.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Factor out some methods.
working
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use static import.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use AlbumBuilderFactory when creating a new album.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Let Sone and Album implement AlbumBuilderFactory.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add method to create a new album to Sone.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add in-memory Album implementation.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add method to get all images of an album to ImageProvider.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use static import.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add method to get child albums of an album to AlbumProv...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Rename SoneImpl to DefaultSone, implement SoneProvider...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Create some additional members to allow for easier...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t store sone provider in abstract post builder.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add Sone database interface.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Return an Optional for the album image.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move methods to move an image up and down to Image.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Simplify moving an album up and down in its parent.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Simplify album removal.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store album relationships.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move method to remove image from Album to Image.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store DefaultAlbum in DefaultImage.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store album and image relationship.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t store image explicitely after adding it to an...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t apply function to optionals.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Reformat.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Set Sone of an album in the album builder, use album...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Extract album baseclass that only stores the primitives.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add in-memory implementation of an image and its builder.
tree
|
commitdiff
next