projects
/
Sone.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use a static import.
[Sone.git]
/
src
/
main
/
java
/
net
/
pterodactylus
/
sone
/
core
/
2014-02-28
David ‘Bombe’ Roden
Verify that the avatar ID belongs to an image of the...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move protocol version handling and time parsing into...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Throw a different exception if a Sone is too new.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Fix formatting.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove some impossible-to-trigger code.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unnecessary parameter.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Verify that a invalid Sone time causes an error.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Verify that an image with invalid dimensions causes...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Verify that an invalid image causes an error.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Verify that an invalid parent album causes an error.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Verify that an invalid album causes an error.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Throw exception on invalid reply times.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Throw exception on invalid replies.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Throw special exception if a time can not be parsed.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Throw exception when a post misses something vital.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Throw a duplicate field exception when a duplicate...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Throw malformed XML exception when fields can not be...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use exceptions to signal an error when parsing a Sone.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Revert "Return an optional from the Sone parser."
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Return absent() instead of null.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Make profile fields immutable.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Return an optional from the Sone parser.
tree
|
commitdiff
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
Add database parameter to Sone parser.
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
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
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
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
Move PostReplyProvider and PostReplyStore into PostRepl...
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
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
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
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 randomId() and currentTime() methods from ImageB...
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
Move post creation into Sone, remove memory-based post...
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
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
Return an Optional for the album image.
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
Don’t store image explicitely after adding it to an...
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
Image builders always need to know their Sones.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove the possibility to create images for unknown...
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
2013-10-11
David ‘Bombe’ Roden
Copy insert URI of original Sone when parsing a new...
tree
|
commitdiff
2013-10-10
David ‘Bombe’ Roden
Extract an interface out of Sone.
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
Use the memory database to create all albums.
tree
|
commitdiff
2013-10-09
David ‘Bombe’ Roden
Use the memory database instead of storing the albums...
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 'master' into next
tree
|
commitdiff
2013-09-25
David ‘Bombe’ Roden
Merge branch 'release-0.8.7'
0.8.7
tree
|
commitdiff
2013-09-25
David ‘Bombe’ Roden
Update current homepage edition.
tree
|
commitdiff
2013-09-12
David ‘Bombe’ Roden
Reformat.
tree
|
commitdiff
2013-09-12
David ‘Bombe’ Roden
Remove another unnecessary class.
tree
|
commitdiff
2013-09-11
David ‘Bombe’ Roden
Remove unnecessary class.
tree
|
commitdiff
2013-07-11
David ‘Bombe’ Roden
Insert a root album into all Sones to get rid of album...
tree
|
commitdiff
2013-07-10
David ‘Bombe’ Roden
Make Sone of Sone inserter modifiable.
tree
|
commitdiff
2013-07-10
David ‘Bombe’ Roden
Fix rescue mode.
tree
|
commitdiff
2013-07-09
David ‘Bombe’ Roden
Merge remote-tracking branch 'beak/next' into next
tree
|
commitdiff
2013-07-09
David ‘Bombe’ Roden
Create local Sones when parsing local Sones.
tree
|
commitdiff
2013-07-05
David ‘Bombe’ Roden
Merge branch 'master' into next
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
Update latest edition of homepage.
tree
|
commitdiff
2013-07-05
David ‘Bombe’ Roden
Don’t try to get post if it doesn’t exist!
tree
|
commitdiff
2013-07-05
David ‘Bombe’ Roden
Don’t clobber local Sones.
tree
|
commitdiff
next