Don’t wrap notifications into an ArrayList.
[Sone.git] / src / main / java / net / pterodactylus / sone / web /
2011-05-24 David ‘Bombe’ RodenDon’t wrap notifications into an ArrayList.
2011-05-11 David ‘Bombe’ RodenMerge branch 'fcp-interface' into next
2011-05-11 David ‘Bombe’ RodenChange FCP access rules to a tri-state.
2011-05-10 David ‘Bombe’ RodenMerge branch 'option-validation-196' into next
2011-05-10 David ‘Bombe’ RodenAdd warnings to options page if an option value was...
2011-05-10 David ‘Bombe’ RodenAdd contains filter to template contexts.
2011-05-08 David ‘Bombe’ RodenMerge branch 'release-0.6.4' 0.6.4
2011-05-08 David ‘Bombe’ RodenReturn 403 instead of 401, 401 is for HTTP authentication.
2011-05-07 David ‘Bombe’ RodenAdd require-full-access option to Options page.
2011-05-07 David ‘Bombe’ RodenImplement full access requirement in all pages.
2011-05-06 David ‘Bombe’ RodenAdd missing javadoc tags.
2011-05-06 David ‘Bombe’ RodenUpdate Sone on “view Sone” page, too.
2011-05-06 David ‘Bombe’ RodenUse post- and reply-visibility methods.
2011-05-06 David ‘Bombe’ RodenRound times correctly.
2011-05-06 David ‘Bombe’ RodenRemove notification manager accessor, and displayed...
2011-05-06 David ‘Bombe’ RodenStore filtered notifications in all templates.
2011-05-04 David ‘Bombe’ RodenReturn early if the Sone can not be found.
2011-05-04 David ‘Bombe’ RodenThis can never work, duh.
2011-04-29 David ‘Bombe’ RodenFilter texts when inserting them, not when parsing.
2011-04-28 David ‘Bombe’ RodenMerge branch 'release-0.6.3' 0.6.3
2011-04-27 David ‘Bombe’ RodenUse post visibility method to filter the post feed.
2011-04-25 David ‘Bombe’ RodenCheck a reply’s post and its Sone before using those...
2011-04-24 David ‘Bombe’ RodenStore request in template context when rendering posts...
2011-04-20 David ‘Bombe’ RodenUse Mappers instead of Converters.
2011-04-17 David ‘Bombe’ RodenMerge branch 'release-0.6.2' 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’ RodenFix wrong project name in file headers.
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’ 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-11 David ‘Bombe’ RodenAdd “require full access hosts” option to options page.
2011-04-11 David ‘Bombe’ RodenAdd option to activate and deactivate the FCP interface.
2011-04-10 David ‘Bombe’ RodenMerge branch 'release-0.6.1' 0.6.1
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’ 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-07 David ‘Bombe’ RodenCreate new-element notifications as non-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’ RodenFilter posts and replies from the future.
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’ RodenRemove unnecessary imports.
2011-04-05 David ‘Bombe’ RodenChange the way notifications are handled.
2011-04-05 David ‘Bombe’ RodenAdd posts that are directed at a Sone to “view Sone...
2011-04-02 David ‘Bombe’ RodenMerge branch 'release-0.6' 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 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’ RodenShow the beginning of the post and the name of the...
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’ 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’ RodenMake classes static.
2011-03-30 David ‘Bombe’ RodenDon’t show unknown Sones.
2011-03-29 David ‘Bombe’ RodenMerge branch 'release-0.5.2' 0.5.2
2011-03-29 David ‘Bombe’ RodenMerge branch 'new-web-of-trust' into next
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 'release-0.5.1' 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’ RodenMerge branch 'release-0.5' 0.5
2011-03-07 David ‘Bombe’ RodenAdd “toggle parser” link to posts and replies to deacti...
2011-02-17 David ‘Bombe’ RodenMerge branch 'bookmarks' into next. This fixes #103.
2011-02-17 David ‘Bombe’ RodenAdd page that shows all bookmarks.
2011-02-17 David ‘Bombe’ RodenAdd AJAX pages to bookmark and unbookmark posts.
2011-02-17 David ‘Bombe’ RodenAdd pages that let the user bookmark or unbookmark...
2011-02-04 David ‘Bombe’ RodenSet local Sones in posts deliverd by AJAX.
2011-02-02 David ‘Bombe’ RodenAdd collection sort filter to template context factory.
2011-01-28 David ‘Bombe’ RodenActually allow -100 to be entered by getting 4 characte...
2011-01-28 David ‘Bombe’ RodenWrap the Core’s options into a Preferences object which...
2011-01-26 David ‘Bombe’ RodenAllow specifying a Sone ID in addition to a template...
next