Store identities in database.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
2014-03-01 David ‘Bombe’ RodenStore identities in database.
2014-03-01 David ‘Bombe’ RodenInitialize new remote Sones with a dummy Client.
2014-02-28 David ‘Bombe’ RodenMove reply like functionality from Sone to Reply.
2014-02-28 David ‘Bombe’ RodenMove retrieval of post likes from Core to Post.
2014-02-28 David ‘Bombe’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenAdd method to expose a Sone loader.
2014-02-28 David ‘Bombe’ RodenMake profile fields immutable.
2014-02-28 David ‘Bombe’ RodenStore the avatar ID differently in profile.
2014-02-28 David ‘Bombe’ RodenSet client information in Sone builder.
2014-02-28 David ‘Bombe’ RodenUse a modifier to set the latest edition of a Sone.
2014-02-28 David ‘Bombe’ RodenRemove methods to manipulate a Sone’s request and inser...
2014-02-28 David ‘Bombe’ RodenRestore the actual purpose of the code.
2014-02-28 David ‘Bombe’ RodenRemove setIdentity() from Sone.
2014-02-28 David ‘Bombe’ RodenStore birth date in its own class, only update it via...
2014-02-28 David ‘Bombe’ RodenStore a Sone’s name in its own class, use a modifier...
2014-02-28 David ‘Bombe’ RodenRemove method to mark replies as known from the core.
2014-02-28 David ‘Bombe’ RodenAdd callback when reply is updated.
2014-02-28 David ‘Bombe’ RodenAdd modifier to post replies to mark them known.
2014-02-28 David ‘Bombe’ RodenRemove PostReplyProvider methods from Core.
2014-02-28 David ‘Bombe’ RodenMove PostReplyProvider and PostReplyStore into PostRepl...
2014-02-28 David ‘Bombe’ RodenRemove unused methods.
2014-02-28 David ‘Bombe’ RodenRemove PostProvider methods from Core.
2014-02-28 David ‘Bombe’ RodenMove PostProvider and PostStore into PostDatabase.
2014-02-28 David ‘Bombe’ RodenRemove javadoc comments from overriding methods.
2014-02-28 David ‘Bombe’ RodenAdd “image created” callback to ImageBuilder.
2014-02-28 David ‘Bombe’ RodenRename post and reply implementations; use builder...
2014-02-28 David ‘Bombe’ RodenReturn an optional from the Core already.
2014-02-28 David ‘Bombe’ RodenRemove randomId() and currentTime() methods from ReplyB...
2014-02-28 David ‘Bombe’ RodenRemove randomId() and currentTime() methods from ImageB...
2014-02-28 David ‘Bombe’ RodenAdd callback interface to post build() method.
2014-02-28 David ‘Bombe’ RodenRemove createPost(*) methods from Core.
2014-02-28 David ‘Bombe’ RodenMove post creation into Sone, remove memory-based post...
2014-02-28 David ‘Bombe’ RodenExpose the database.
2014-02-28 David ‘Bombe’ RodenRename SoneImpl to DefaultSone, implement SoneProvider...
2014-02-28 David ‘Bombe’ RodenReturn an Optional for the album image.
2014-02-28 David ‘Bombe’ RodenSimplify album removal.
2014-02-28 David ‘Bombe’ RodenMove method to remove image from Album to Image.
2014-02-28 David ‘Bombe’ RodenDon’t store image explicitely after adding it to an...
2014-02-28 David ‘Bombe’ RodenReformat.
2014-02-28 David ‘Bombe’ RodenSet Sone of an album in the album builder, use album...
2014-02-28 David ‘Bombe’ RodenImage builders always need to know their Sones.
2014-02-28 David ‘Bombe’ RodenRemove the possibility to create images for unknown...
2014-02-28 David ‘Bombe’ RodenMove required parameters for image into the image builder.
2014-01-19 David ‘Bombe’ RodenMake all members of TemporaryImage final, store width...
2013-10-10 David ‘Bombe’ RodenExtract an interface out of Sone.
2013-10-10 David ‘Bombe’ RodenAdd image builder that creates “old” images.
2013-10-10 David ‘Bombe’ RodenUse an album modifier for setting title, description...
2013-10-09 David ‘Bombe’ RodenUse the memory database to create all albums.
2013-10-09 David ‘Bombe’ RodenUse the memory database instead of storing the albums...
2013-10-09 David ‘Bombe’ RodenExtract album interface.
2013-09-27 David ‘Bombe’ RodenUpdate French translation.
2013-09-25 David ‘Bombe’ RodenMerge branch 'release-0.8.7' 0.8.7
2013-07-11 David ‘Bombe’ RodenInsert a root album into all Sones to get rid of album...
2013-07-10 David ‘Bombe’ RodenMake Sone of Sone inserter modifiable.
2013-07-10 David ‘Bombe’ RodenFix rescue mode.
2013-07-05 David ‘Bombe’ RodenMerge branch 'release-0.8.6' 0.8.6
2013-07-05 David ‘Bombe’ RodenDon’t try to get post if it doesn’t exist!
2013-07-05 David ‘Bombe’ RodenDon’t clobber local Sones.
2013-07-04 David ‘Bombe’ RodenCopy known-flag from stored Sone to new Sone.
2013-07-04 David ‘Bombe’ RodenAdd some more logging.
2013-07-04 David ‘Bombe’ RodenReturn a copy of the values.
2013-07-04 David ‘Bombe’ RodenUse fluent iterable for filtering.
2013-07-04 David ‘Bombe’ RodenDon’t add anything if the Sone to add is already presen...
2013-07-04 David ‘Bombe’ RodenUse a multimap to store trust relationships.
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-06-09 David ‘Bombe’ RodenMerge remote-tracking branch 'hernic/patch-1' into...
2013-03-13 David ‘Bombe’ RodenRemove getAllAlbums() method, use album flattener.
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.
2013-02-02 David ‘Bombe’ RodenUse memory-based post database implementation.
2013-02-02 David ‘Bombe’ RodenAdd method to get all posts of a Sone to post provider...
2013-02-02 David ‘Bombe’ RodenCopy options when rescuing Sone.
2013-01-29 David ‘Bombe’ RodenMove more methods to the Sone provider interface.
2013-01-29 David ‘Bombe’ RodenMove getSones() method to Sone provider interface.
2013-01-29 David ‘Bombe’ RodenFix synchronization.
2013-01-29 David ‘Bombe’ RodenRemove unnecessary method.
2013-01-28 David ‘Bombe’ RodenPrevent NPE when creating a new Sone.
2013-01-27 David ‘Bombe’ RodenMake Sone returned by a Sone provider optional.
2013-01-27 David ‘Bombe’ RodenRemove unnecessary warning suppression.
2013-01-26 David ‘Bombe’ RodenAdd own posts and replies to all posts and replies.
2013-01-26 David ‘Bombe’ RodenWhitespace fix.
2013-01-26 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into less-critical
2013-01-26 David ‘Bombe’ RodenReturn the real time a Sone was followed.
2013-01-25 David ‘Bombe’ RodenMerge commit 'c30ad3a3fcfc66d0c1757a50afe413d9942d7793...
2013-01-25 David ‘Bombe’ RodenAvoid retaining multiple copies of elements.
2013-01-25 David ‘Bombe’ RodenFix retrieval of post replies.
2013-01-25 David ‘Bombe’ RodenMerge commit '173eb2df26ebc15a6aa5565ec15dfad37bfa61a1...
2013-01-25 David ‘Bombe’ RodenShut down downloader thread pool when stopping the...
2013-01-25 David ‘Bombe’ RodenMerge branch 'less-critical' into run
2013-01-24 David ‘Bombe’ RodenReturn ID of the post from post reply.
2013-01-24 David ‘Bombe’ RodenMake post returned by post provider optional.
2013-01-24 David ‘Bombe’ RodenMake post reply returned by provider optional.
2013-01-24 David ‘Bombe’ RodenMerge commit 'fcabe38e9b3abacc0d580bf0513600858aee2eca...
2013-01-24 David ‘Bombe’ RodenUse different way to get replies for a post.
2013-01-23 David ‘Bombe’ RodenUse convenience method to get post builder.
2013-01-23 David ‘Bombe’ RodenMerge commit 'da609f721e54691f27113e877a19637bd332abc3...
2013-01-22 David ‘Bombe’ RodenMove builder and factories to database package.
2013-01-22 David ‘Bombe’ RodenMove provider interfaces to database package.
2013-01-22 David ‘Bombe’ RodenImplement getDirectedSones() differently, adhere to...
next