Merge branch 'next' into dev/image
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
2011-09-20 David ‘Bombe’ RodenMerge branch 'next' into dev/image
2011-09-13 David ‘Bombe’ RodenOnly add mention notification if post of reply is downl...
2011-09-13 David ‘Bombe’ RodenUse web package from utils.
2011-09-12 David ‘Bombe’ RodenMerge branch 'release-0.6.6' 0.6.6
2011-07-15 David ‘Bombe’ RodenAdd unique filter to template context factory.
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’ RodenRemove remnants of the old Rescue Mode.
2011-07-01 David ‘Bombe’ RodenAdd Sone insert events to core listener.
2011-07-01 David ‘Bombe’ RodenImplement a better Sone Rescue Mode.
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-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-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-11 David ‘Bombe’ RodenMerge branch 'fcp-interface' into next
2011-05-10 David ‘Bombe’ RodenMerge branch 'option-validation-196' into next
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-06 David ‘Bombe’ RodenRemove notification manager accessor, and displayed...
2011-04-17 David ‘Bombe’ RodenMerge branch 'release-0.6.2' 0.6.2
2011-04-16 David ‘Bombe’ RodenFix wrong project name in file headers.
2011-04-14 David ‘Bombe’ RodenMerge branch 'improve-notification-handling' into next
2011-04-14 David ‘Bombe’ RodenAdd AJAX page that returns a number of notifications.
2011-04-13 David ‘Bombe’ RodenBring image-management up to speed.
2011-04-13 David ‘Bombe’ RodenAdd confirmation for image deletion.
2011-04-13 David ‘Bombe’ RodenAdd confirmation before deleting album.
2011-04-13 David ‘Bombe’ RodenAdd page that edits an album.
2011-04-13 David ‘Bombe’ RodenAdd page that edits an image.
2011-04-13 David ‘Bombe’ RodenAdd page that deletes an image.
2011-04-13 David ‘Bombe’ RodenAdd page to delete an album.
2011-04-13 David ‘Bombe’ RodenAdd image insert notifications.
2011-04-13 David ‘Bombe’ RodenAdd ImageInsertListener methods to CoreListener.
2011-04-13 David ‘Bombe’ RodenAdd page that delivers the encoded data of a temporary...
2011-04-13 David ‘Bombe’ RodenAdd filter that turns an Image into an HTML <img> tag.
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-07 David ‘Bombe’ RodenCreate new-element notifications as non-dismissable.
2011-04-07 David ‘Bombe’ RodenDisplay new-reply notification differently.
2011-04-06 David ‘Bombe’ RodenAdd relative and dynamic timestamps to the web interface.
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-01 David ‘Bombe’ RodenRemove unnecessary plugins.
2011-04-01 David ‘Bombe’ RodenImplement search.
2011-03-25 David ‘Bombe’ RodenShow an error message if an image can not be parsed.
2011-03-23 David ‘Bombe’ RodenAdd basic image uploading capability.
2011-03-22 David ‘Bombe’ RodenMerge branch 'next' into image-management
2011-03-08 David ‘Bombe’ RodenMerge branch 'release-0.5' 0.5
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-02 David ‘Bombe’ RodenAdd collection sort filter to template context factory.
2011-01-26 David ‘Bombe’ RodenAllow specifying a Sone ID in addition to a template...
2011-01-26 David ‘Bombe’ RodenMerge branch 'release-0.4.3' 0.4.3
2011-01-26 David ‘Bombe’ RodenShow a link to the Sone homepage in the new-version...
2011-01-26 David ‘Bombe’ RodenStore and propagate the latest edition, too.
2011-01-25 David ‘Bombe’ RodenMerge branch 'release-0.4.2' 0.4.2
2011-01-21 David ‘Bombe’ RodenIf there is only one local Sone, always be logged in...
2011-01-20 David ‘Bombe’ RodenAdd format filter to context factory.
2011-01-19 David ‘Bombe’ RodenCache templates.
2011-01-19 David ‘Bombe’ RodenMerge branch 'mark-as-read' into next
2011-01-19 David ‘Bombe’ RodenReplace two separate AJAX pages by one that handles...
2011-01-19 David ‘Bombe’ RodenUse new template engine.
2011-01-17 David ‘Bombe’ RodenAdd page that marks posts, replies, and Sones as read.
2011-01-16 David ‘Bombe’ RodenAdd filter that replaces a zero date with a translated...
2011-01-16 David ‘Bombe’ RodenUse new parser filter for posts and replies, too.
2011-01-16 David ‘Bombe’ RodenAdd filter to pipe arbitrary text through the link...
2011-01-15 David ‘Bombe’ RodenMerge branch 'release-0.4' 0.4
2011-01-15 David ‘Bombe’ RodenMerge branch 'edit-wot-trust' into next
2011-01-15 David ‘Bombe’ RodenMerge branch 'profile-fields' into next
2011-01-15 David ‘Bombe’ RodenAdd AJAX page to move a profile field.
2011-01-15 David ‘Bombe’ RodenAdd AJAX page that renames a profile field.
2011-01-14 David ‘Bombe’ RodenAdd AJAX page that deletes a profile field.
2011-01-14 David ‘Bombe’ RodenAdd Javascript string filter.
2011-01-14 David ‘Bombe’ RodenAdd possibility to edit a field name.
2011-01-14 David ‘Bombe’ RodenAdd template for “something strange has happened.”
2011-01-14 David ‘Bombe’ RodenImplement profile field deletion.
2011-01-13 David ‘Bombe’ RodenMerge branch 'release-0.3.7' 0.3.7
2011-01-12 David ‘Bombe’ RodenAdd album creation page.
2011-01-12 David ‘Bombe’ RodenMove “fields” functionality into Profile, remove Profil...
2011-01-11 David ‘Bombe’ RodenAdd menu item for image browser.
2011-01-11 David ‘Bombe’ RodenAdd album accessor.
2011-01-10 David ‘Bombe’ RodenCreate image browser stub.
2011-01-10 David ‘Bombe’ RodenReplace all those empty HTML files with an empty template.
next