Only render notifications if they have changed.
[Sone.git] / src / main / java / net / pterodactylus /
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-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 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.
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’ 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’ RodenFilter posts and replies from the future.
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 all elements as known in the processing method...
2011-04-06 David ‘Bombe’ RodenAdd relative and dynamic timestamps to the web interface.
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’ 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’ RodenAdd posts that are directed at a Sone to “view Sone...
2011-04-03 David ‘Bombe’ RodenReduce default negative trust to -25.
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’ RodenSend out <link> header exposing the OpenSearchDescripti...
2011-04-02 David ‘Bombe’ RodenAdd HTTPRequest accessor to web interface.
2011-04-02 David ‘Bombe’ RodenAllow FreenetTemplatePages to set arbitrary <link>...
2011-04-02 David ‘Bombe’ RodenAdd accessor for HTTPRequest objects.
2011-04-02 David ‘Bombe’ RodenAdd page that renders a template but is not a Freenet...
2011-04-02 David ‘Bombe’ RodenRename TemplatePage to FreenetTemplatePage, which fits...
2011-04-02 David ‘Bombe’ RodenDon’t trim whitespace off of lines.
2011-04-02 David ‘Bombe’ RodenShow the beginning of the post and the name of the...
2011-04-02 David ‘Bombe’ RodenFix javadoc.
2011-04-02 David ‘Bombe’ RodenPut the name of the Sone in the front of the title.
2011-04-02 David ‘Bombe’ RodenAllow pages to set titles per request.
2011-04-01 David ‘Bombe’ RodenUse a different List implementation to prevent concurre...
2011-04-01 David ‘Bombe’ RodenRemove unnecessary plugins.
2011-04-01 David ‘Bombe’ RodenUse better way to paginate the posts.
2011-04-01 David ‘Bombe’ RodenAdd posts a Sone replied to to “view Sone” page.
2011-04-01 David ‘Bombe’ RodenWeigh phrases by number of occurences.
2011-04-01 David ‘Bombe’ RodenDon’t use profile fields of senders when generating...
2011-04-01 David ‘Bombe’ RodenFix javadoc comments.
2011-04-01 David ‘Bombe’ RodenImplement search.
2011-04-01 David ‘Bombe’ RodenAdd synchronization.
2011-04-01 David ‘Bombe’ RodenOverride hashCode() and equals() with calls to supercla...
2011-04-01 David ‘Bombe’ RodenMake classes static.
2011-04-01 David ‘Bombe’ RodenAdd validation.
2011-04-01 David ‘Bombe’ RodenActually check for the Sone’s identities.
2011-04-01 David ‘Bombe’ RodenCollapse multiple empty lines to one empty line at...
2011-04-01 David ‘Bombe’ RodenAdd methods to add, remove, and count parts contained...
2011-04-01 David ‘Bombe’ RodenOverride Object.toString() to get a reasonable String...
2011-03-30 David ‘Bombe’ RodenChange “TreeOwner” to “Truster” to match changed FCP...
2011-03-30 David ‘Bombe’ RodenDon’t show unknown Sones.
2011-03-30 David ‘Bombe’ RodenAdd filter that removes not-downloaded Sones.
2011-03-29 David ‘Bombe’ RodenMerge branch 'master' into next
2011-03-29 David ‘Bombe’ RodenMerge branch 'release-0.5.2' 0.5.2
2011-03-29 David ‘Bombe’ RodenSet version to 0.5.2.
2011-03-29 David ‘Bombe’ RodenMerge branch 'new-web-of-trust' into next
2011-03-25 David ‘Bombe’ RodenDon’t fetch a local Sone initially.
2011-03-21 David ‘Bombe’ RodenMerge branch 'remember-page' into next
2011-03-21 David ‘Bombe’ RodenEncode ampersand (“&”) and equals signs (“=”) in URL.
2011-03-21 David ‘Bombe’ RodenInclude URL parameters in URL.
2011-03-21 David ‘Bombe’ RodenGet redirection target from URL, default to “index...
2011-03-21 David ‘Bombe’ RodenAdd original URL when redirecting to login page.
2011-03-17 David ‘Bombe’ RodenMerge branch 'master' into next
2011-03-17 David ‘Bombe’ RodenMerge branch 'release-0.5.1' 0.5.1
2011-03-17 David ‘Bombe’ RodenSet version to 0.5.1.
2011-03-12 David ‘Bombe’ RodenAdd link to unbookmark all not loaded posts at once.
2011-03-12 David ‘Bombe’ RodenAdd possibility to unbookmark all not loaded posts...
2011-03-08 David ‘Bombe’ RodenReregister USKs when Sone is already known to the downl...
2011-03-08 David ‘Bombe’ RodenMerge branch 'master' into next
2011-03-08 David ‘Bombe’ RodenMerge branch 'release-0.5' 0.5
2011-03-08 David ‘Bombe’ RodenSet version to 0.5.
2011-03-07 David ‘Bombe’ RodenAdd “toggle parser” link to posts and replies to deacti...
2011-03-07 David ‘Bombe’ RodenAlways download Sones, older editions are skipped later...
next