Add a mandatory response message name to Command.Response.
[Sone.git] / src /
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-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.
2011-04-08 David ‘Bombe’ RodenReduce visibility of all encoding methods to protected.
2011-04-08 David ‘Bombe’ RodenGet “includeReplies” parameter from simple field set.
2011-04-08 David ‘Bombe’ RodenAdd method to retrieve a boolean from the simple field...
2011-04-08 David ‘Bombe’ RodenAdd “GetPost” FCP command.
2011-04-08 David ‘Bombe’ RodenAdd prefixes to all encoding methods, add method to...
2011-04-08 David ‘Bombe’ RodenAdd method to return a Post from the simple field set.
2011-04-08 David ‘Bombe’ RodenSend back identifier, if available.
2011-04-08 David ‘Bombe’ RodenSend errors back to the plugin.
2011-04-08 David ‘Bombe’ RodenAdd error response.
2011-04-08 David ‘Bombe’ RodenAdd “GetPosts” FCP command.
2011-04-08 David ‘Bombe’ RodenAdd parameter to include replies in encodePosts().
2011-04-08 David ‘Bombe’ RodenAdd method to encode a collection of replies.
2011-04-08 David ‘Bombe’ RodenRename Command.Reply to Command.Response.
2011-04-08 David ‘Bombe’ RodenAdd method to copy a SimpleFieldSet into this builder.
2011-04-08 David ‘Bombe’ RodenAdd “GetLocalSones” FCP command.
2011-04-08 David ‘Bombe’ RodenAdd method to encode a collection of Sones into a simpl...
2011-04-08 David ‘Bombe’ RodenOrganize imports.
2011-04-08 David ‘Bombe’ RodenAdd “GetPostFeed” FCP command.
2011-04-08 David ‘Bombe’ RodenAdd abstract FCP command with Sone-specific helper...
2011-04-08 David ‘Bombe’ RodenAdd method to set a long value.
2011-04-08 David ‘Bombe’ RodenAdd method to return an int with a default value.
2011-04-08 David ‘Bombe’ RodenMove Sone-related FCP classes to different package.
2011-04-08 David ‘Bombe’ RodenAdd method to return an int from the parameters.
2011-04-08 David ‘Bombe’ RodenRemove “core” field.
2011-04-08 David ‘Bombe’ RodenAdd abstract basic Command implementation with helper...
2011-04-08 David ‘Bombe’ RodenAdd FCP interface to plugin, let it handle all FCP...
2011-04-08 David ‘Bombe’ RodenAllow a command to throw an exception.
2011-04-08 David ‘Bombe’ RodenAdd FCP exception.
2011-04-08 David ‘Bombe’ RodenAdd command that will return the current version of...
2011-04-08 David ‘Bombe’ RodenAdd SimpleFieldSet builder.
2011-04-08 David ‘Bombe’ RodenAdd FCP command interface.
2011-04-08 David ‘Bombe’ RodenAdd javadoc.
2011-04-08 David ‘Bombe’ RodenFix license text.
2011-04-08 David ‘Bombe’ RodenMove FCP interface to fcp subpackage.
2011-04-08 David ‘Bombe’ RodenAdd FCP interface stub.
2011-04-08 David ‘Bombe’ RodenAdd sone:// and post:// links.
2011-04-08 David ‘Bombe’ RodenMark deleted posts and replies as known.
2011-04-08 David ‘Bombe’ RodenAlso show posts and replies that have the current Sone...
2011-04-08 David ‘Bombe’ RodenAdjust displayed times.
2011-04-08 David ‘Bombe’ RodenShow default texts in the trust-related settings on...
2011-04-08 David ‘Bombe’ RodenAllow user to configuration the number of posts shown...
2011-04-08 David ‘Bombe’ RodenAdd javadoc comments.
2011-04-07 David ‘Bombe’ RodenCreate new-element notifications as non-dismissable.
2011-04-07 David ‘Bombe’ RodenCopy all values in the copy constructor.
2011-04-07 David ‘Bombe’ RodenAdd constructor to allow to specify the dismissable...
2011-04-07 David ‘Bombe’ RodenDon’t mark elements as known automatically when viewing...
2011-04-07 David ‘Bombe’ RodenDisplay new-reply notification differently.
2011-04-07 David ‘Bombe’ RodenAdd filter to sort replies differently.
2011-04-07 David ‘Bombe’ RodenAlso update times on invisible replies.
2011-04-07 David ‘Bombe’ RodenReset activation after all notifications have been...
2011-04-07 David ‘Bombe’ RodenFilter posts and replies from the future.
2011-04-07 David ‘Bombe’ RodenHide error message when deleting already deleted post...
2011-04-07 David ‘Bombe’ RodenReset blinking tab icon when no notifications are visible.
2011-04-07 David ‘Bombe’ RodenMark own posts as new to allow retrieval and insertion...
2011-04-07 David ‘Bombe’ RodenMerge branch 'mark-elements-as-known' into next
2011-04-07 David ‘Bombe’ RodenMark elements as known when a notification is removed.
2011-04-07 David ‘Bombe’ RodenCheck replaced notifications for changes.
2011-04-07 David ‘Bombe’ RodenAdd methods that compare notifications and mark element...
2011-04-07 David ‘Bombe’ RodenUse convenience method to get the notification for...
2011-04-07 David ‘Bombe’ RodenAdd “skipRequest” parameter to all mark*AsKnown() methods.
2011-04-07 David ‘Bombe’ RodenAdd method to access notification elements.
2011-04-07 David ‘Bombe’ RodenAdd method to retrieve a Sone element by its ID.
2011-04-07 David ‘Bombe’ RodenAdd element IDs to new-element notifications.
2011-04-07 David ‘Bombe’ RodenMark all elements as known in the processing method...
2011-04-06 David ‘Bombe’ RodenAdd relative and dynamic timestamps to the web interface.
2011-04-06 David ‘Bombe’ RodenAdd getReply() function that works the same as getPost().
2011-04-06 David ‘Bombe’ RodenRemove obsolete getReply() function.
2011-04-05 David ‘Bombe’ RodenFix javadoc.
2011-04-05 David ‘Bombe’ RodenImplement auto-following of new Sones.
2011-04-05 David ‘Bombe’ RodenAdd options to Sone.
2011-04-05 David ‘Bombe’ RodenRemove debug output.
2011-04-05 David ‘Bombe’ RodenImprove wording on Sone creation.
2011-04-05 David ‘Bombe’ RodenAdd large try-catch block around SoneInserter’s run...
2011-04-05 David ‘Bombe’ RodenRemove notification if no posts and replies remain.
2011-04-05 David ‘Bombe’ RodenRefactor; when not logged in, don’t show new-post or...
2011-04-05 David ‘Bombe’ RodenRemove unnecessary imports.
2011-04-05 David ‘Bombe’ RodenChange the way notifications are handled.
2011-04-05 David ‘Bombe’ RodenAdd filter for a list of notifications.
2011-04-05 David ‘Bombe’ RodenAdd method to set elements to show.
2011-04-05 David ‘Bombe’ RodenAdd copy constructor.
2011-04-05 David ‘Bombe’ RodenAdd method to get all posts that have a certain Sone...
2011-04-05 David ‘Bombe’ Rodenl10nize about page, add link to homepage.
2011-04-05 David ‘Bombe’ RodenAdd posts that are directed at a Sone to “view Sone...
2011-04-04 David ‘Bombe’ RodenIt’s 2011.
2011-04-03 David ‘Bombe’ RodenReduce default negative trust to -25.
2011-04-03 David ‘Bombe’ RodenFix search term input field jumping around on Firefox.
2011-04-02 David ‘Bombe’ RodenMerge branch 'master' into next
2011-04-02 David ‘Bombe’ RodenMerge branch 'release-0.6' 0.6
2011-04-02 David ‘Bombe’ RodenSet version to 0.6.
2011-04-02 David ‘Bombe’ RodenWhen adding a field, the field name is not optional.
2011-04-02 David ‘Bombe’ RodenEnable text field on empty input, request focus.
2011-04-02 David ‘Bombe’ RodenSend out <link> header exposing the OpenSearchDescripti...
next