projects
/
Sone.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Always remove “new” marker from “click-to-show” bar.
[Sone.git]
/
src
/
main
/
java
/
net
/
2011-04-11
David ‘Bombe’ Roden
Add option to require full access FCP connections to...
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Deny commands that change data when FCP connection...
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Set write access to true in all commands that change...
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add parameter that determines whether an FCP command...
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add “DeleteReply” FCP command.
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add “DeletePost” FCP command.
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add “CreateReply” FCP command.
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add “CreatePost” FCP command.
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Make constructor public and include it in the FCP inter...
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add “localOnly” parameter to getSone().
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add “LikeReply” FCP command.
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add method to get reply from the command parameters.
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add a mandatory response message name to Command.Response.
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add “LikePost” FCP command.
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add option to activate and deactivate the FCP interface.
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add FCP interface to core.
tree
|
commitdiff
2011-04-11
David ‘Bombe’ Roden
Add possibility to activate and deactivate the FCP...
tree
|
commitdiff
2011-04-10
David ‘Bombe’ Roden
Merge branch 'master' into next
tree
|
commitdiff
2011-04-10
David ‘Bombe’ Roden
Merge branch 'release-0.6.1'
0.6.1
tree
|
commitdiff
2011-04-10
David ‘Bombe’ Roden
Set version to 0.6.1.
tree
|
commitdiff
2011-04-10
David ‘Bombe’ Roden
Reduce default number of posts per page to 10.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add likes to posts.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add method to encode liking information.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Unify field name generation.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Reduce visibility of all encoding methods to protected.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Get “includeReplies” parameter from simple field set.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add method to retrieve a boolean from the simple field...
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add “GetPost” FCP command.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add prefixes to all encoding methods, add method to...
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add method to return a Post from the simple field set.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Send back identifier, if available.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Send errors back to the plugin.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add error response.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add “GetPosts” FCP command.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add parameter to include replies in encodePosts().
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add method to encode a collection of replies.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Rename Command.Reply to Command.Response.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add method to copy a SimpleFieldSet into this builder.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add “GetLocalSones” FCP command.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add method to encode a collection of Sones into a simpl...
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Organize imports.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add “GetPostFeed” FCP command.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add abstract FCP command with Sone-specific helper...
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add method to set a long value.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add method to return an int with a default value.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Move Sone-related FCP classes to different package.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add method to return an int from the parameters.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Remove “core” field.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add abstract basic Command implementation with helper...
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add FCP interface to plugin, let it handle all FCP...
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Allow a command to throw an exception.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add FCP exception.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add command that will return the current version of...
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add SimpleFieldSet builder.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add FCP command interface.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add javadoc.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Fix license text.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Move FCP interface to fcp subpackage.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add redirect page before all other toadlets.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Redirect to “index.html” if no path is given.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Create page implementation that simply performs a redirect.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add FCP interface stub.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add sone:// and post:// links.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Mark deleted posts and replies as known.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Also show posts and replies that have the current Sone...
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Adjust displayed times.
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Allow user to configuration the number of posts shown...
tree
|
commitdiff
2011-04-08
David ‘Bombe’ Roden
Add javadoc comments.
tree
|
commitdiff
2011-04-07
David ‘Bombe’ Roden
Create new-element notifications as non-dismissable.
tree
|
commitdiff
2011-04-07
David ‘Bombe’ Roden
Copy all values in the copy constructor.
tree
|
commitdiff
2011-04-07
David ‘Bombe’ Roden
Add constructor to allow to specify the dismissable...
tree
|
commitdiff
2011-04-07
David ‘Bombe’ Roden
Don’t mark elements as known automatically when viewing...
tree
|
commitdiff
2011-04-07
David ‘Bombe’ Roden
Display new-reply notification differently.
tree
|
commitdiff
2011-04-07
David ‘Bombe’ Roden
Add filter to sort replies differently.
tree
|
commitdiff
2011-04-07
David ‘Bombe’ Roden
Filter posts and replies from the future.
tree
|
commitdiff
2011-04-07
David ‘Bombe’ Roden
Mark own posts as new to allow retrieval and insertion...
tree
|
commitdiff
2011-04-07
David ‘Bombe’ Roden
Merge branch 'mark-elements-as-known' into next
tree
|
commitdiff
2011-04-07
David ‘Bombe’ Roden
Mark all elements as known in the processing method...
tree
|
commitdiff
2011-04-06
David ‘Bombe’ Roden
Add relative and dynamic timestamps to the web interface.
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Fix javadoc.
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Implement auto-following of new Sones.
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Add options to Sone.
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Remove debug output.
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Add large try-catch block around SoneInserter’s run...
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Remove notification if no posts and replies remain.
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Refactor; when not logged in, don’t show new-post or...
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Remove unnecessary imports.
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Change the way notifications are handled.
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Add filter for a list of notifications.
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Add method to set elements to show.
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Add copy constructor.
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Add method to get all posts that have a certain Sone...
tree
|
commitdiff
2011-04-05
David ‘Bombe’ Roden
Add posts that are directed at a Sone to “view Sone...
tree
|
commitdiff
2011-04-03
David ‘Bombe’ Roden
Reduce default negative trust to -25.
tree
|
commitdiff
2011-04-02
David ‘Bombe’ Roden
Merge branch 'master' into next
tree
|
commitdiff
2011-04-02
David ‘Bombe’ Roden
Merge branch 'release-0.6'
0.6
tree
|
commitdiff
2011-04-02
David ‘Bombe’ Roden
Set version to 0.6.
tree
|
commitdiff
2011-04-02
David ‘Bombe’ Roden
Send out <link> header exposing the OpenSearchDescripti...
tree
|
commitdiff
2011-04-02
David ‘Bombe’ Roden
Add HTTPRequest accessor to web interface.
tree
|
commitdiff
2011-04-02
David ‘Bombe’ Roden
Allow FreenetTemplatePages to set arbitrary <link>...
tree
|
commitdiff
next