Add methods to move an image up and down.
[Sone.git] / src / main / java / net / pterodactylus / sone /
2011-04-16 David ‘Bombe’ RodenRemove references to Freetalk.
2011-04-16 David ‘Bombe’ RodenFix more project names in headers.
2011-04-16 David ‘Bombe’ RodenFix filenames in license headers.
2011-04-16 David ‘Bombe’ RodenAdd missing license headers.
2011-04-16 David ‘Bombe’ RodenFix wrong project name in file headers.
2011-04-16 David ‘Bombe’ RodenSet the latest edition of a Sone when the identity...
2011-04-16 David ‘Bombe’ RodenDownlad SSKs instead of USKs to prevent triggering...
2011-04-15 David ‘Bombe’ RodenAdd logging.
2011-04-15 David ‘Bombe’ RodenUse double instead of int for score calculation, weigh...
2011-04-14 David ‘Bombe’ RodenMerge branch 'relative-timestamps-150' into next
2011-04-14 David ‘Bombe’ RodenUpdate relative times on each status update.
2011-04-14 David ‘Bombe’ RodenAdd accessor for the age text of a Sone.
2011-04-14 David ‘Bombe’ RodenOverride Time.toString() to return the text.
2011-04-14 David ‘Bombe’ RodenExpose time calculation.
2011-04-14 David ‘Bombe’ RodenMerge branch 'improve-notification-handling' into next
2011-04-14 David ‘Bombe’ RodenOnly render notifications if they have changed.
2011-04-14 David ‘Bombe’ RodenAdd AJAX page that returns a number of notifications.
2011-04-14 David ‘Bombe’ RodenExpose new-post and new-reply filters to the world.
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.
next