projects
/
Sone.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Verify that an invalid image causes an error.
[Sone.git]
/
src
/
main
/
java
/
net
/
pterodactylus
/
sone
/
data
/
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
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
next