Store identities in database.
[Sone.git] / src / main / java / net / pterodactylus / sone / data /
2014-02-28 David ‘Bombe’ RodenAdd function that transforms a Sone into its nice name.
2014-02-28 David ‘Bombe’ RodenUse ComparisonChain for nice name comparator.
2014-02-28 David ‘Bombe’ RodenMove reply like functionality from Sone to Reply.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary modifier.
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’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenReturn friends as Collection, not as List.
2014-02-28 David ‘Bombe’ RodenImplement local Sone filter by using isLocal().
2014-02-28 David ‘Bombe’ RodenAdd a function to transform a Sone into its posts.
2014-02-28 David ‘Bombe’ RodenRemove annotation, the function can return null.
2014-02-28 David ‘Bombe’ RodenThrow the correct exception when a duplicate field...
2014-02-28 David ‘Bombe’ RodenRemove some very obvious javadoc comments.
2014-02-28 David ‘Bombe’ RodenDon’t use the fingerprint of a field that has a null...
2014-02-28 David ‘Bombe’ RodenDon’t throw exception when removing a field that is...
2014-02-28 David ‘Bombe’ RodenDon’t throw exceptions when moving up/down the first...
2014-02-28 David ‘Bombe’ RodenFix duplicate-field detection.
2014-02-28 David ‘Bombe’ RodenReturn optionals of fields.
2014-02-28 David ‘Bombe’ RodenMake profile fields immutable.
2014-02-28 David ‘Bombe’ RodenUse helper method.
2014-02-28 David ‘Bombe’ RodenAdd method to set the value of a field.
2014-02-28 David ‘Bombe’ RodenUse renameField method to rename fields.
2014-02-28 David ‘Bombe’ RodenAdd method to rename a field.
2014-02-28 David ‘Bombe’ RodenAdd Field constructor that takes all values.
2014-02-28 David ‘Bombe’ RodenStore all albums.
2014-02-28 David ‘Bombe’ RodenStore parent album ID in abstract album.
2014-02-28 David ‘Bombe’ RodenStore the avatar ID differently in profile.
2014-02-28 David ‘Bombe’ RodenDon’t store/parse post ID as UUID.
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’ RodenAdd function that converts a Sone into its request...
2014-02-28 David ‘Bombe’ RodenRemove setIdentity() from Sone.
2014-02-28 David ‘Bombe’ RodenAssign an empty name as default.
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’ RodenActually declare the abstract reply builder as abstract.
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’ RodenAdd function that transforms a post into its replies.
2014-02-28 David ‘Bombe’ RodenAdd getReplies() method to Post.
2014-02-28 David ‘Bombe’ RodenRemove PostBuilderFactory.
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’ RodenRemove randomId() and currentTime() methods from ReplyB...
2014-02-28 David ‘Bombe’ RodenRemove AlbumBuilderFactory interface.
2014-02-28 David ‘Bombe’ RodenRemove randomId() method from AlbumBuilder.
2014-02-28 David ‘Bombe’ RodenRemove randomId() and currentTime() methods from ImageB...
2014-02-28 David ‘Bombe’ RodenRemove randomId() and currentTime() from post builder...
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’ RodenRemove copy method from post builder.
2014-02-28 David ‘Bombe’ RodenMove post creation into Sone, remove memory-based post...
2014-02-28 David ‘Bombe’ RodenUse database instead of separate providers.
2014-02-28 David ‘Bombe’ RodenUse database instead of Sone provider in post and post...
2014-02-28 David ‘Bombe’ RodenRemove image builder.
2014-02-28 David ‘Bombe’ RodenMove memory album and image to default implementation.
2014-02-28 David ‘Bombe’ RodenRevert "Extract superclass out of default Sone implemen...
2014-02-28 David ‘Bombe’ RodenRename default post builder implementation.
2014-02-28 David ‘Bombe’ RodenExtract superclass out of default Sone implementation.
2014-02-28 David ‘Bombe’ RodenLet Sone and Album implement AlbumBuilderFactory.
2014-02-28 David ‘Bombe’ RodenAdd method to create a new album to Sone.
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’ RodenReturn an Optional for the album image.
2014-02-28 David ‘Bombe’ RodenMove methods to move an image up and down to Image.
2014-02-28 David ‘Bombe’ RodenSimplify moving an album up and down in its parent.
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’ RodenStore DefaultAlbum in DefaultImage.
2014-02-28 David ‘Bombe’ RodenDon’t apply function to optionals.
2014-02-28 David ‘Bombe’ RodenSet Sone of an album in the album builder, use album...
2014-02-28 David ‘Bombe’ RodenExtract album baseclass that only stores the primitives.
2014-02-28 David ‘Bombe’ RodenImage builders always need to know their Sones.
2014-02-28 David ‘Bombe’ RodenExtract another super class that does not hold anything...
2014-02-28 David ‘Bombe’ RodenDon’t use albums in abstract image builders.
2014-02-28 David ‘Bombe’ RodenSimplify album builder.
2014-02-28 David ‘Bombe’ RodenRename album and builder implementations.
2014-02-28 David ‘Bombe’ RodenMove temporary image-related classes to their final...
2014-02-28 David ‘Bombe’ RodenSimplify image builders.
2014-02-28 David ‘Bombe’ RodenExtract default Image implementation as base for all...
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...
2014-01-19 David ‘Bombe’ RodenOnly refuse to set creation time if it’s different...
2013-10-11 David ‘Bombe’ RodenSet changed values differently.
2013-10-11 David ‘Bombe’ RodenFix and relax checks.
2013-10-10 David ‘Bombe’ RodenExtract an interface out of Sone.
2013-10-10 David ‘Bombe’ RodenDon’t check for the presence of the album image in...
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’ RodenAdd album builder that can create the “old” album objects.
2013-10-09 David ‘Bombe’ RodenAdd base implementation of an album builder.
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-09-22 David ‘Bombe’ RodenFix static import.
2013-09-17 David ‘Bombe’ RodenFix some FindBugs warnings.
next