projects
/
Sone.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Fix whitespace.
2011-04-11
David ‘Bombe’ Roden
Add all Sone-specific options when creating a Sone.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Mark the correct sone as known.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add “GetSones” FCP command.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add “require full access hosts” option to options page.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add option to require full access FCP connections to...
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Deny commands that change data when FCP connection...
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Set write access to true in all commands that change...
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add parameter that determines whether an FCP command...
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add “DeleteReply” FCP command.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add “DeletePost” FCP command.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add “CreateReply” FCP command.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add “CreatePost” FCP command.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Make constructor public and include it in the FCP interface...
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add “localOnly” parameter to getSone().
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add “LikeReply” FCP command.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add method to get reply from the command parameters.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add a mandatory response message name to Command.Response.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add “LikePost” FCP command.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add option to activate and deactivate the FCP interface.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add FCP interface to core.
commit
|
commitdiff
|
tree
2011-04-11
David ‘Bombe’ Roden
Add possibility to activate and deactivate the FCP...
commit
|
commitdiff
|
tree
2011-04-10
David ‘Bombe’ Roden
Merge branch 'master' into next
commit
|
commitdiff
|
tree
2011-04-10
David ‘Bombe’ Roden
Merge branch 'release-0.6.1'
commit
|
commitdiff
|
tree
2011-04-10
David ‘Bombe’ Roden
Set version to 0.6.1.
commit
|
commitdiff
|
tree
2011-04-10
David ‘Bombe’ Roden
Require utils 0.9.3.
commit
|
commitdiff
|
tree
2011-04-10
David ‘Bombe’ Roden
Add explanatory text for Sone-specific options while...
commit
|
commitdiff
|
tree
2011-04-10
David ‘Bombe’ Roden
Reduce default number of posts per page to 10.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add likes to posts.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add method to encode liking information.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Unify field name generation.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Reduce visibility of all encoding methods to protected.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Get “includeReplies” parameter from simple field set.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add method to retrieve a boolean from the simple field...
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add “GetPost” FCP command.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add prefixes to all encoding methods, add method to...
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add method to return a Post from the simple field set.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Send back identifier, if available.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Send errors back to the plugin.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add error response.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add “GetPosts” FCP command.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add parameter to include replies in encodePosts().
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add method to encode a collection of replies.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Rename Command.Reply to Command.Response.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add method to copy a SimpleFieldSet into this builder.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add “GetLocalSones” FCP command.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add method to encode a collection of Sones into a simple...
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Organize imports.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add “GetPostFeed” FCP command.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add abstract FCP command with Sone-specific helper...
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add method to set a long value.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add method to return an int with a default value.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Move Sone-related FCP classes to different package.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add method to return an int from the parameters.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Remove “core” field.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add abstract basic Command implementation with helper...
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add FCP interface to plugin, let it handle all FCP...
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Allow a command to throw an exception.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add FCP exception.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add command that will return the current version of...
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add SimpleFieldSet builder.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add FCP command interface.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add javadoc.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Fix license text.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Move FCP interface to fcp subpackage.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add redirect page before all other toadlets.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Redirect to “index.html” if no path is given.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Create page implementation that simply performs a redirect.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add FCP interface stub.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add sone:// and post:// links.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Mark deleted posts and replies as known.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Also show posts and replies that have the current Sone...
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Adjust displayed times.
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Show default texts in the trust-related settings on...
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Allow user to configuration the number of posts shown...
commit
|
commitdiff
|
tree
2011-04-08
David ‘Bombe’ Roden
Add javadoc comments.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Create new-element notifications as non-dismissable.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Copy all values in the copy constructor.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Add constructor to allow to specify the dismissable...
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Don’t mark elements as known automatically when viewing...
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Display new-reply notification differently.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Add filter to sort replies differently.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Also update times on invisible replies.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Reset activation after all notifications have been...
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Filter posts and replies from the future.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Hide error message when deleting already deleted post...
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Reset blinking tab icon when no notifications are visible.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Mark own posts as new to allow retrieval and insertion...
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Merge branch 'mark-elements-as-known' into next
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Mark elements as known when a notification is removed.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Check replaced notifications for changes.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Add methods that compare notifications and mark elements...
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Use convenience method to get the notification for...
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Add “skipRequest” parameter to all mark*AsKnown() methods.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Add method to access notification elements.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Add method to retrieve a Sone element by its ID.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Add element IDs to new-element notifications.
commit
|
commitdiff
|
tree
2011-04-07
David ‘Bombe’ Roden
Mark all elements as known in the processing method...
commit
|
commitdiff
|
tree
2011-04-06
David ‘Bombe’ Roden
Add relative and dynamic timestamps to the web interface.
commit
|
commitdiff
|
tree
2011-04-06
David ‘Bombe’ Roden
Add getReply() function that works the same as getPost().
commit
|
commitdiff
|
tree
2011-04-06
David ‘Bombe’ Roden
Remove obsolete getReply() function.
commit
|
commitdiff
|
tree
next