Add methods to move an image up and down.
[Sone.git] / src / main / java / net / pterodactylus / sone / web /
2011-09-22 David ‘Bombe’ RodenAdd return page to form parameters.
2011-09-21 David ‘Bombe’ RodenAdd mod filter to template context factory.
2011-09-21 David ‘Bombe’ RodenRemove unnecessary warning suppressions.
2011-09-20 David ‘Bombe’ RodenEnhance javadoc.
2011-09-20 David ‘Bombe’ RodenLink to correct class.
2011-09-20 David ‘Bombe’ RodenMerge branch 'next' into dev/image
2011-09-14 David ‘Bombe’ RodenUse returned page response. This fixes redirects.
2011-09-13 David ‘Bombe’ RodenOnly add mention notification if post of reply is downl...
2011-09-13 David ‘Bombe’ RodenFix whitespace.
2011-09-13 David ‘Bombe’ RodenSuppress some warnings about variables hiding other...
2011-09-13 David ‘Bombe’ RodenUse web package from utils.
2011-09-12 David ‘Bombe’ RodenMerge branch 'release-0.6.7' 0.6.7
2011-09-12 David ‘Bombe’ RodenUse correct time to get formatted time.
2011-09-12 David ‘Bombe’ RodenMerge branch 'release-0.6.6' 0.6.6
2011-08-31 David ‘Bombe’ RodenReturn text for unknown date from accessor.
2011-08-08 David ‘Bombe’ RodenFilter links when creating replies, too.
2011-07-15 David ‘Bombe’ RodenAdd unique filter to template context factory.
2011-07-15 David ‘Bombe’ RodenFilter mention notification when it is requested.
2011-07-15 David ‘Bombe’ RodenAllow filtering notifications without a current Sone.
2011-07-12 David ‘Bombe’ RodenAdd short-term cache for search results.
2011-07-12 David ‘Bombe’ RodenOverride hashCode() and equals() in Phrase.
2011-07-12 David ‘Bombe’ RodenHandle single plus and minus signs better.
2011-07-12 David ‘Bombe’ RodenRedirect to index if no phrases have been found.
2011-07-11 David ‘Bombe’ RodenMake option to enable Sone insert notifications editable.
2011-07-11 David ‘Bombe’ RodenOnly show Sone insert notifications if they are enable...
2011-07-07 David ‘Bombe’ RodenStore Sone under a different name to prevent it from...
2011-07-01 David ‘Bombe’ RodenAdd a core thread that periodically saves the configura...
2011-07-01 David ‘Bombe’ RodenRemove remnants of the old Rescue Mode.
2011-07-01 David ‘Bombe’ RodenAdd Sone insert events to core listener.
2011-07-01 David ‘Bombe’ RodenAllow following or unfollowing multiple Sones at once.
2011-07-01 David ‘Bombe’ RodenImplement a better Sone Rescue Mode.
2011-06-29 David ‘Bombe’ RodenDon’t list replies to unknown posts.
2011-06-29 David ‘Bombe’ RodenAdd sorting Sones by posts.
2011-06-28 David ‘Bombe’ RodenAccept all replies, they will be filtered later in...
2011-06-22 David ‘Bombe’ RodenAdd context menues when hovering over avatar images.
2011-06-21 David ‘Bombe’ RodenAdd characters-per-post option to options page.
2011-06-21 David ‘Bombe’ RodenStore the core in all template contexts.
2011-06-20 David ‘Bombe’ RodenOrder by name as default, store sort options in templat...
2011-06-20 David ‘Bombe’ RodenAllow sorting and filtering of “known Sones.”
2011-06-20 David ‘Bombe’ RodenAdd filter and sort options to “known Sones” page.
2011-06-19 David ‘Bombe’ RodenMerge branch 'release-0.6.5' 0.6.5
2011-06-19 David ‘Bombe’ RodenDuplicate the notification templates to prevent clobber...
2011-06-18 David ‘Bombe’ RodenReturn new local elements with new remote elements.
2011-06-18 David ‘Bombe’ RodenUse different notifications for local elements.
2011-06-09 David ‘Bombe’ RodenUse provider interfaces for the parser; enhance test...
2011-06-09 David ‘Bombe’ RodenAdd javadoc.
2011-06-09 David ‘Bombe’ RodenUse provider interfaces instead of core.
2011-06-08 David ‘Bombe’ RodenShow posts mentioning a local Sone by a new notification.
2011-06-08 David ‘Bombe’ RodenAdd mention notification to notification manager.
2011-06-08 David ‘Bombe’ RodenAdd “you have been mentioned” notification.
2011-06-08 David ‘Bombe’ RodenRemove System.out debugging.
2011-06-08 David ‘Bombe’ RodenUse Sone text parser from web interface in parser filter.
2011-06-07 David ‘Bombe’ RodenRemove replies to unknown posts from status.
2011-06-04 David ‘Bombe’ RodenImprove offline marker behaviour.
2011-05-31 David ‘Bombe’ RodenMerge commit 'sone-removal-notification-200' into next
2011-05-31 David ‘Bombe’ RodenAdd Sone removal notification to core listener interface.
2011-05-25 David ‘Bombe’ RodenAdd web interface to all template contexts more reliably.
2011-05-25 David ‘Bombe’ RodenUse better notification ID.
2011-05-25 David ‘Bombe’ RodenUse correct notification ID.
2011-05-25 David ‘Bombe’ RodenUse method from JsonPage.
2011-05-25 David ‘Bombe’ RodenRemove useless line.
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.
next