projects
/
Sone.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add default options to mocked core.
[Sone.git]
/
src
/
main
/
java
/
2014-02-28
David ‘Bombe’ Roden
Fix shadow creation.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move more of identity change detection into an easily...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Implement hashCode() and equals().
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Convert an Identity into a Map, not a Collection of...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use the identity loader for loading identities.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove sync object, simply sync on own identities.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add an identity loader.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Allow method chaining when changing identities.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unused code.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unused method.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add equals() and hashCode() implementation.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
React correctly when parameters are not given.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unused plugin.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use Joiner and TO_NICE_NAME to concatenate the Sone...
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
Extract some functionality into their own methods.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Expose Link class.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Rework the text parser.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove modifier from interface.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Extract functions to detect long-enough links.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Extract function to detect whether a freenet link match...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Extract removal of trailing whitespace parts into its...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Extract finding next whitespace into its own method.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Always use the correct length of the scheme.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move finding the next link into its own method.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store in link type whether a link is an internet link.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unnecessary cast.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unused cast.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Store in link type whether a link is a freenet link.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unused request.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use static import.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Override equals() and hashCode().
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unused import.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Override hashCode() and equals().
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Override Object methods.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add hashCode() and equals().
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Override Object methods.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unused copy-constructor.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use identity change detector in identity manager.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add class that compares two lists of identities.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove unused method.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Move reply like functionality from Sone to Reply.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Check for correct objects.
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
Actually allow the Sone to be missing in getOptionalSone().
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add method to get a string with default value.
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
Add method to expose a Post loader.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add method to expose a Sone loader.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Refactoring.
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
Actually delete the reply.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Whitespace.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Actually delete the post.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove annotation, the function can return null.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Handle exception when replying only once.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Add method to add a command for testing.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Filter future replies when encoding single posts.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Use a static import.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Split post encoding methods to remove boolean parameters.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove booleans from method signatures, create explicit...
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Fix bug in text encoding method.
tree
|
commitdiff
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
Throw the correct exception when a duplicate field...
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
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
next