projects
/
Sone.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Extract memory-based identity database into its own class.
[Sone.git]
/
src
/
main
/
java
/
net
/
pterodactylus
/
sone
/
data
/
2014-03-05
David ‘Bombe’ Roden
Store the “known” status of a post in the database.
tree
|
commitdiff
2014-03-04
David ‘Bombe’ Roden
Remove request and insert URI from default Sone impleme...
tree
|
commitdiff
2014-03-01
David ‘Bombe’ Roden
Add function that converts a Sone into its insert URI.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add function that transforms a Sone into its nice name.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use ComparisonChain for nice name comparator.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move reply like functionality from Sone to Reply.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unnecessary modifier.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move isLikedPostId from Sone to Post.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move retrieval of post likes from Core to Post.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move unliking a post from Sone to Post.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move post liking from Sone to Post.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Clean up imports.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Return friends as Collection, not as List.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Implement local Sone filter by using isLocal().
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add a function to transform a Sone into its posts.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove annotation, the function can return null.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Throw the correct exception when a duplicate field...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove some very obvious javadoc comments.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t use the fingerprint of a field that has a null...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t throw exception when removing a field that is...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t throw exceptions when moving up/down the first...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Fix duplicate-field detection.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Return optionals of fields.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Make profile fields immutable.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use helper method.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add method to set the value of a field.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use renameField method to rename fields.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add method to rename a field.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add Field constructor that takes all values.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store all albums.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store parent album ID in abstract album.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store the avatar ID differently in profile.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t store/parse post ID as UUID.
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
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
Actually declare the abstract reply builder as abstract.
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
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
Remove PostBuilderFactory.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove javadoc comments from overriding methods.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add “image created” callback to ImageBuilder.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Rename post and reply implementations; use builder...
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
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
Revert "Extract superclass out of default Sone implemen...
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
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
Rename SoneImpl to DefaultSone, implement SoneProvider...
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
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
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
Don’t apply function to optionals.
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
Image builders always need to know their Sones.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Extract another super class that does not hold anything...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Don’t use albums in abstract image builders.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Simplify album builder.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Rename album and builder implementations.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move temporary image-related classes to their final...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Simplify image builders.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Extract default Image implementation as base for all...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move required parameters for image into the image builder.
tree
|
commitdiff
2014-01-19
David ‘Bombe’ Roden
Make all members of TemporaryImage final, store width...
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
next