Merge branch 'release-0.6.5'
[Sone.git] / src / main / java / net /
2011-04-25 David ‘Bombe’ RodenCheck a reply’s post and its Sone before using those...
2011-04-24 David ‘Bombe’ RodenRemove a Sone if no own identity trusts it anymore.
2011-04-24 David ‘Bombe’ RodenStore current edition in template context for inserted...
2011-04-24 David ‘Bombe’ RodenStrip links to local node, leaving only the keys (or...
2011-04-24 David ‘Bombe’ RodenStore request in link parser context.
2011-04-24 David ‘Bombe’ RodenStore request in template context when rendering posts...
2011-04-23 David ‘Bombe’ RodenAlways follow the official Sone when creating a new...
2011-04-20 David ‘Bombe’ RodenDon’t save Sone twice, especially not while synchronizi...
2011-04-20 David ‘Bombe’ RodenDownload a Sone as USK when it’s the first time.
2011-04-20 David ‘Bombe’ RodenUse Mappers instead of Converters.
2011-04-17 David ‘Bombe’ RodenMerge branch 'master' into next
2011-04-17 David ‘Bombe’ RodenMerge branch 'release-0.6.2' 0.6.2
2011-04-17 David ‘Bombe’ RodenSet version to 0.6.2.
2011-04-17 David ‘Bombe’ RodenFix logging of expression.
2011-04-16 David ‘Bombe’ RodenFormatting and whitespace fixes.
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-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.
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 redirect page before all other toadlets.
2011-04-08 David ‘Bombe’ RodenRedirect to “index.html” if no path is given.
2011-04-08 David ‘Bombe’ RodenCreate page implementation that simply performs a redirect.
next