projects
/
Sone.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Actually delete the reply.
[Sone.git]
/
src
/
main
/
java
/
net
/
pterodactylus
/
sone
/
database
/
2014-02-28
David ‘Bombe’ Roden
Store all albums.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Fix synchronisation.
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
Set client information in Sone builder.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Remove setIdentity() from Sone.
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
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 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
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
Move memory album and image to default implementation.
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
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
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
Move methods to move an image up and down to Image.
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 album and image relationship.
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
Add in-memory implementation of an image and its builder.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Image builders always need to know their Sones.
tree
|
commitdiff
2014-02-28
David ‘Bombe’ Roden
Rename album and builder implementations.
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
2013-10-10
David ‘Bombe’ Roden
Add image builder that creates “old” images.
tree
|
commitdiff
2013-10-09
David ‘Bombe’ Roden
Add album builder creation to memory database.
tree
|
commitdiff
2013-10-09
David ‘Bombe’ Roden
Add album builder factory.
tree
|
commitdiff
2013-10-09
David ‘Bombe’ Roden
Add album builder interface.
tree
|
commitdiff
2013-10-09
David ‘Bombe’ Roden
Integrate basic album storage and retrieval in memory...
tree
|
commitdiff
2013-10-09
David ‘Bombe’ Roden
Improve static imports.
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
Organize imports.
tree
|
commitdiff
2013-03-13
David ‘Bombe’ Roden
Add missing method.
tree
|
commitdiff
2013-02-14
David ‘Bombe’ Roden
Remove all post replies of the given Sone before storin...
tree
|
commitdiff
2013-02-13
David ‘Bombe’ Roden
Move memory post reply builder to its own file.
tree
|
commitdiff
2013-02-13
David ‘Bombe’ Roden
Move memory post builder to its own file.
tree
|
commitdiff
2013-02-09
David ‘Bombe’ Roden
Add and use memory-based post reply implementation.
tree
|
commitdiff
2013-02-03
David ‘Bombe’ Roden
Only use post IDs in post reply provider interface.
tree
|
commitdiff
2013-02-02
David ‘Bombe’ Roden
Add memory-based post database implementation.
tree
|
commitdiff
2013-02-02
David ‘Bombe’ Roden
Add post database interface.
tree
|
commitdiff
2013-02-02
David ‘Bombe’ Roden
Add post store interface.
tree
|
commitdiff
2013-02-02
David ‘Bombe’ Roden
Add method to get all posts of a Sone to post provider...
tree
|
commitdiff
2013-01-29
David ‘Bombe’ Roden
Move more methods to the Sone provider interface.
tree
|
commitdiff
2013-01-29
David ‘Bombe’ Roden
Move getSones() method to Sone provider interface.
tree
|
commitdiff
2013-01-27
David ‘Bombe’ Roden
Make Sone returned by a Sone provider optional.
tree
|
commitdiff
2013-01-26
David ‘Bombe’ Roden
Merge branch 'partial-rewrite' into less-critical
tree
|
commitdiff
2013-01-22
David ‘Bombe’ Roden
Move builder and factories to database package.
tree
|
commitdiff
2013-01-22
David ‘Bombe’ Roden
Move provider interfaces to database package.
tree
|
commitdiff