Merge branch 'next' into dev/image
[Sone.git] / src / main / java / net / pterodactylus /
2011-04-14 David ‘Bombe’ RodenDon’t call touch() when setting all elements at once.
2011-04-14 David ‘Bombe’ RodenNotify listeners when a post is removed.
2011-04-14 David ‘Bombe’ RodenRemove image from previous album, if set.
2011-04-14 David ‘Bombe’ RodenOnly add an album if it doesn’t yet exist.
2011-04-14 David ‘Bombe’ RodenChange some validations to allow moving images.
2011-04-14 David ‘Bombe’ RodenCatch and log all exceptions occuring during parsing.
2011-04-14 David ‘Bombe’ RodenUse validation method with long parameters.
2011-04-13 David ‘Bombe’ RodenValidation given values to disallow modifications.
2011-04-13 David ‘Bombe’ RodenOnly add an image if it doesn’t already exist.
2011-04-13 David ‘Bombe’ RodenRemove check for now.
2011-04-13 David ‘Bombe’ RodenFix checks in case an image is loaded more than once.
2011-04-13 David ‘Bombe’ RodenOverride hashCode() and equals().
2011-04-13 David ‘Bombe’ RodenDefault description to an empty string.
2011-04-13 David ‘Bombe’ RodenParse creation time as a long.
2011-04-13 David ‘Bombe’ RodenStore albums from parsed Sone in stored Sone.
2011-04-13 David ‘Bombe’ RodenFix typo.
2011-04-13 David ‘Bombe’ RodenInclude album fingerprints in Sone fingerprint.
2011-04-13 David ‘Bombe’ RodenParse album and image XML.
2011-04-13 David ‘Bombe’ RodenStore flattened albums in insert information.
2011-04-13 David ‘Bombe’ RodenOnly include an image in the fingerprint if it has...
2011-04-13 David ‘Bombe’ RodenMove album flattening algorithm to Sone.
2011-04-13 David ‘Bombe’ RodenBring image-management up to speed.
2011-04-13 David ‘Bombe’ RodenAdd confirmation for image deletion.
2011-04-13 David ‘Bombe’ RodenDelete temporary image before removing image.
2011-04-13 David ‘Bombe’ RodenFire appropriate event if cancelled by user.
2011-04-13 David ‘Bombe’ RodenAdd some thread-safety.
2011-04-13 David ‘Bombe’ RodenRetrieve insert token by image ID.
2011-04-13 David ‘Bombe’ RodenCancel with a ClientContext.
2011-04-13 David ‘Bombe’ RodenAdd confirmation before deleting album.
2011-04-13 David ‘Bombe’ RodenAdd page that edits an album.
2011-04-13 David ‘Bombe’ RodenAdd page that edits an image.
2011-04-13 David ‘Bombe’ RodenAdd page that deletes an image.
2011-04-13 David ‘Bombe’ RodenAdd page to delete an album.
2011-04-13 David ‘Bombe’ RodenAdd method to delete image.
2011-04-13 David ‘Bombe’ RodenCancel image insert when deleting a temporary image.
2011-04-13 David ‘Bombe’ RodenAdd method to delete an album.
2011-04-13 David ‘Bombe’ RodenAdd isEmpty() method.
2011-04-13 David ‘Bombe’ RodenSet album as parent of added image.
2011-04-13 David ‘Bombe’ RodenStore parent album in image.
2011-04-13 David ‘Bombe’ RodenInsert image after creating it.
2011-04-13 David ‘Bombe’ RodenAdd image insert notifications.
2011-04-13 David ‘Bombe’ RodenAdd ImageInsertListener methods to CoreListener.
2011-04-13 David ‘Bombe’ RodenFix wrong method name.
2011-04-13 David ‘Bombe’ RodenFix album loading.
2011-04-13 David ‘Bombe’ RodenAdd image inserter to Core.
2011-04-13 David ‘Bombe’ RodenImplement ImageInsertListener interface in Core.
2011-04-13 David ‘Bombe’ RodenAdd image inserter.
2011-04-13 David ‘Bombe’ RodenAdd insertImage() method to freenet interface.
2011-04-13 David ‘Bombe’ RodenAdd image insert listener interface.
2011-04-13 David ‘Bombe’ RodenAdd another exception type.
2011-04-13 David ‘Bombe’ RodenAdd page that delivers the encoded data of a temporary...
2011-04-13 David ‘Bombe’ RodenExtend image upload page to detect MIME type.
2011-04-13 David ‘Bombe’ RodenReturn response object after setting a header.
2011-04-13 David ‘Bombe’ RodenFix album title accessor.
2011-04-13 David ‘Bombe’ RodenLoad and save images when loading and saving Sones.
2011-04-13 David ‘Bombe’ RodenAdd method to create an Image from a TemporaryImage.
2011-04-13 David ‘Bombe’ RodenAdd methods to delete a temporary image.
2011-04-13 David ‘Bombe’ RodenAdd methods to create and retrieve temporary images.
2011-04-13 David ‘Bombe’ RodenAdd temporary image.
2011-04-13 David ‘Bombe’ RodenRename album name to album title.
2011-04-13 David ‘Bombe’ RodenAdd filter that turns an Image into an HTML <img> tag.
2011-04-13 David ‘Bombe’ RodenAdd method that returns whether an image has been inserted.
2011-04-13 David ‘Bombe’ RodenInstantiate album via caching mechanism.
2011-04-13 David ‘Bombe’ RodenClear the correct list.
2011-04-13 David ‘Bombe’ RodenReduce log level.
2011-04-13 David ‘Bombe’ RodenImplement album structure loading.
2011-04-13 David ‘Bombe’ RodenWrite end marker after albums.
2011-04-13 David ‘Bombe’ RodenAdd method to set all albums of a Sone.
2011-04-13 David ‘Bombe’ RodenSave album structure.
2011-04-13 David ‘Bombe’ RodenSave Sone after creating the album.
2011-04-13 David ‘Bombe’ RodenDon’t implement equals() without hashCode()!
2011-04-13 David ‘Bombe’ RodenRemove albums from the fingerprint temporarily.
2011-04-12 David ‘Bombe’ RodenFix null pointer access when a reply’s post is yet...
2011-04-11 David ‘Bombe’ RodenAdd all Sone-specific options when creating a Sone.
2011-04-11 David ‘Bombe’ RodenAdd “GetSones” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “require full access hosts” option to options page.
2011-04-11 David ‘Bombe’ RodenAdd option to require full access FCP connections to...
2011-04-11 David ‘Bombe’ RodenDeny commands that change data when FCP connection...
2011-04-11 David ‘Bombe’ RodenSet write access to true in all commands that change...
2011-04-11 David ‘Bombe’ RodenAdd parameter that determines whether an FCP command...
2011-04-11 David ‘Bombe’ RodenAdd “DeleteReply” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “DeletePost” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “CreateReply” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “CreatePost” FCP command.
2011-04-11 David ‘Bombe’ RodenMake constructor public and include it in the FCP inter...
2011-04-11 David ‘Bombe’ RodenAdd “localOnly” parameter to getSone().
2011-04-11 David ‘Bombe’ RodenAdd “LikeReply” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd method to get reply from the command parameters.
2011-04-11 David ‘Bombe’ RodenAdd a mandatory response message name to Command.Response.
2011-04-11 David ‘Bombe’ RodenAdd “LikePost” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd option to activate and deactivate the FCP interface.
2011-04-11 David ‘Bombe’ RodenAdd FCP interface to core.
2011-04-11 David ‘Bombe’ RodenAdd possibility to activate and deactivate the FCP...
2011-04-10 David ‘Bombe’ RodenMerge branch 'master' into next
2011-04-10 David ‘Bombe’ RodenMerge branch 'release-0.6.1' 0.6.1
2011-04-10 David ‘Bombe’ RodenSet version to 0.6.1.
2011-04-10 David ‘Bombe’ RodenReduce default number of posts per page to 10.
2011-04-08 David ‘Bombe’ RodenAdd likes to posts.
2011-04-08 David ‘Bombe’ RodenAdd method to encode liking information.
2011-04-08 David ‘Bombe’ RodenUnify field name generation.
next