Store identities in database.
[Sone.git] / src / main / java / net / pterodactylus / sone / database / memory / MemoryDatabase.java
2014-03-01 David ‘Bombe’ RodenStore identities in database.
2014-02-28 David ‘Bombe’ RodenMove reply like functionality from Sone to Reply.
2014-02-28 David ‘Bombe’ RodenCheck for correct objects.
2014-02-28 David ‘Bombe’ RodenMove isLikedPostId from Sone to Post.
2014-02-28 David ‘Bombe’ RodenMove retrieval of post likes from Core to Post.
2014-02-28 David ‘Bombe’ RodenMove unliking a post from Sone to Post.
2014-02-28 David ‘Bombe’ RodenMove post liking from Sone to Post.
2014-02-28 David ‘Bombe’ RodenAdd method to expose a Post loader.
2014-02-28 David ‘Bombe’ RodenAdd method to expose a Sone loader.
2014-02-28 David ‘Bombe’ RodenStore all albums.
2014-02-28 David ‘Bombe’ RodenFix synchronisation.
2014-02-28 David ‘Bombe’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenActually return a Sone builder.
2014-02-28 David ‘Bombe’ RodenStore replies to a post in a multimap.
2014-02-28 David ‘Bombe’ RodenUse a multimap to store the posts directed at a Sone.
2014-02-28 David ‘Bombe’ RodenUse a multimap to store the posts for a Sone.
2014-02-28 David ‘Bombe’ RodenRemove setIdentity() from Sone.
2014-02-28 David ‘Bombe’ RodenAdd modifier to post replies to mark them known.
2014-02-28 David ‘Bombe’ RodenRemove javadoc comments from overriding methods.
2014-02-28 David ‘Bombe’ RodenRename post and reply implementations; use builder...
2014-02-28 David ‘Bombe’ RodenMove post creation into Sone, remove memory-based post...
2014-02-28 David ‘Bombe’ RodenExpose album moving methods in the album database.
2014-02-28 David ‘Bombe’ RodenMake image moving methods publicly available in the...
2014-02-28 David ‘Bombe’ RodenAdd method to get all images of an album to ImageProvider.
2014-02-28 David ‘Bombe’ RodenUse static import.
2014-02-28 David ‘Bombe’ RodenAdd method to get child albums of an album to AlbumProv...
2014-02-28 David ‘Bombe’ RodenRename SoneImpl to DefaultSone, implement SoneProvider...
2014-02-28 David ‘Bombe’ RodenDon’t store sone provider in abstract post builder.
2014-02-28 David ‘Bombe’ RodenMove methods to move an image up and down to Image.
2014-02-28 David ‘Bombe’ RodenStore album relationships.
2014-02-28 David ‘Bombe’ RodenStore album and image relationship.
2014-02-28 David ‘Bombe’ RodenSet Sone of an album in the album builder, use album...
2014-02-28 David ‘Bombe’ RodenRename album and builder implementations.
2014-02-28 David ‘Bombe’ RodenExtract default Image implementation as base for all...
2013-10-10 David ‘Bombe’ RodenAdd image builder that creates “old” images.
2013-10-09 David ‘Bombe’ RodenAdd album builder creation to memory database.
2013-10-09 David ‘Bombe’ RodenIntegrate basic album storage and retrieval in memory...
2013-10-09 David ‘Bombe’ RodenImprove static imports.
2013-06-29 David ‘Bombe’ RodenMerge branch 'release-0.8.5' 0.8.5
2013-06-29 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into next
2013-03-13 David ‘Bombe’ RodenFormatting.
2013-03-13 David ‘Bombe’ RodenOrganize imports.
2013-03-13 David ‘Bombe’ RodenAdd missing method.
2013-02-14 David ‘Bombe’ RodenRemove all post replies of the given Sone before storin...
2013-02-13 David ‘Bombe’ RodenMove memory post reply builder to its own file.
2013-02-13 David ‘Bombe’ RodenMove memory post builder to its own file.
2013-02-09 David ‘Bombe’ RodenAdd and use memory-based post reply implementation.
2013-02-03 David ‘Bombe’ RodenOnly use post IDs in post reply provider interface.