Store the insert URI in the information used for inserting.
[Sone.git] / src / main / java / net / pterodactylus / sone / core /
2014-03-01 David ‘Bombe’ RodenStore the insert URI in the information used for inserting.
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’ RodenVerify that the avatar ID belongs to an image of the...
2014-02-28 David ‘Bombe’ RodenMove protocol version handling and time parsing into...
2014-02-28 David ‘Bombe’ RodenThrow a different exception if a Sone is too new.
2014-02-28 David ‘Bombe’ RodenFix formatting.
2014-02-28 David ‘Bombe’ RodenRemove some impossible-to-trigger code.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary parameter.
2014-02-28 David ‘Bombe’ RodenVerify that a invalid Sone time causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an image with invalid dimensions causes...
2014-02-28 David ‘Bombe’ RodenVerify that an invalid image causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid parent album causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid album causes an error.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid reply times.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid replies.
2014-02-28 David ‘Bombe’ RodenThrow special exception if a time can not be parsed.
2014-02-28 David ‘Bombe’ RodenThrow exception when a post misses something vital.
2014-02-28 David ‘Bombe’ RodenThrow a duplicate field exception when a duplicate...
2014-02-28 David ‘Bombe’ RodenThrow malformed XML exception when fields can not be...
2014-02-28 David ‘Bombe’ RodenUse exceptions to signal an error when parsing a Sone.
2014-02-28 David ‘Bombe’ RodenRevert "Return an optional from the Sone parser."
2014-02-28 David ‘Bombe’ RodenReturn absent() instead of null.
2014-02-28 David ‘Bombe’ RodenMake profile fields immutable.
2014-02-28 David ‘Bombe’ RodenReturn an optional from the Sone parser.
2014-02-28 David ‘Bombe’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenRemove declared exception, it's never thrown.
2014-02-28 David ‘Bombe’ RodenLog the content of the protocol version optionals.
2014-02-28 David ‘Bombe’ RodenOnly log the IDs of Sones.
2014-02-28 David ‘Bombe’ RodenStore the avatar ID differently in profile.
2014-02-28 David ‘Bombe’ RodenUse the given database instead of the core to load...
2014-02-28 David ‘Bombe’ RodenAdd database parameter to Sone parser.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary parameter.
2014-02-28 David ‘Bombe’ RodenMove parsing of protocol version into its own method.
2014-02-28 David ‘Bombe’ RodenMove parsing of Sone XML into its own method.
2014-02-28 David ‘Bombe’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenMove parsing of client information into its own method.
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’ RodenDon’t copy the insert URI into the parsed Sone.
2014-02-28 David ‘Bombe’ RodenDon’t parse the (non-existing!) request URI from the...
2014-02-28 David ‘Bombe’ RodenDon’t store the insert URI in the information used...
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’ RodenMove Sone parsing into its own class.
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’ RodenMove memory album and image to default implementation.
2014-02-28 David ‘Bombe’ RodenExpose the database.
2014-02-28 David ‘Bombe’ RodenRename SoneImpl to DefaultSone, implement SoneProvider...
2014-02-28 David ‘Bombe’ RodenCreate some additional members to allow for easier...
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-11 David ‘Bombe’ RodenCopy insert URI of original Sone when parsing a new...
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 'master' into next
2013-09-25 David ‘Bombe’ RodenMerge branch 'release-0.8.7' 0.8.7
2013-09-25 David ‘Bombe’ RodenUpdate current homepage edition.
2013-09-12 David ‘Bombe’ RodenReformat.
2013-09-12 David ‘Bombe’ RodenRemove another unnecessary class.
2013-09-11 David ‘Bombe’ RodenRemove unnecessary class.
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.
next