Merge branch 'message-recipient'
[Sone.git] / src / main / java / net / pterodactylus / sone / web /
2010-11-27 David ‘Bombe’ RodenMerge branch 'message-recipient'
2010-11-27 David ‘Bombe’ RodenAlways use the current session to prevent timeouts.
2010-11-27 David ‘Bombe’ RodenMove all AJAX handlers to the same directory as the...
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1' into message-recipient
2010-11-26 David ‘Bombe’ RodenMerge branch 'next'
2010-11-26 David ‘Bombe’ RodenReturn the ID of the Sone with the post.
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC3' into message-recipient
2010-11-26 David ‘Bombe’ RodenAllow creation of post with recipient using HTTP POST.
2010-11-26 David ‘Bombe’ RodenAllow creation of posts with recipients using AJAX.
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC3' into next
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC2' into next
2010-11-26 David ‘Bombe’ RodenParse links from posts and replies and display them...
2010-11-25 David ‘Bombe’ RodenAdd AJAX handlers to mark posts and replies as known.
2010-11-25 David ‘Bombe’ RodenAdd AJAX handler to get a rendered post.
2010-11-25 David ‘Bombe’ RodenAdd AJAX handler for creating a post.
2010-11-25 David ‘Bombe’ RodenAdd more uniform JSON creation for replies.
2010-11-25 David ‘Bombe’ RodenDon’t render posts and replies on getStatus().
2010-11-25 David ‘Bombe’ RodenMark shown posts and replies known.
2010-11-25 David ‘Bombe’ RodenMake the rendered template available in post processing.
2010-11-25 David ‘Bombe’ RodenAdd possibility to perform actions after the template...
2010-11-24 David ‘Bombe’ RodenReturn new posts and replies with status.
2010-11-24 David ‘Bombe’ RodenAlways persist the changed configuration.
2010-11-24 David ‘Bombe’ RodenExpose new posts and replies from the notifications.
2010-11-24 David ‘Bombe’ RodenUse new session manager syntax.
2010-11-23 David ‘Bombe’ RodenNewest fred does not throw anymore.
2010-11-21 David ‘Bombe’ RodenIncrease the possible length of “returnPage” because...
2010-11-19 David ‘Bombe’ RodenReplace getSoneStatus and getNotifications with getStatus.
2010-11-19 David ‘Bombe’ RodenDon’t always create a Sone for a given ID.
2010-11-17 David ‘Bombe’ RodenSave Sones after liking stuff.
2010-11-17 David ‘Bombe’ RodenVerify post better.
2010-11-17 David ‘Bombe’ RodenAdd notifications for Sones that are rescued.
2010-11-17 David ‘Bombe’ RodenLet the list notification dismiss itself automatically...
2010-11-17 David ‘Bombe’ RodenUse list notification.
2010-11-17 David ‘Bombe’ RodenAdd functions to lock and unlock a Sone.
2010-11-17 David ‘Bombe’ RodenReturn the “locked” status of a Sone.
2010-11-17 David ‘Bombe’ RodenRemove a post via the core.
2010-11-17 David ‘Bombe’ RodenAdd a “Sone rescue mode.”
2010-11-16 David ‘Bombe’ RodenUse a notification!
2010-11-16 David ‘Bombe’ RodenDon’t show “web of trust is missing” notification the...
2010-11-16 David ‘Bombe’ RodenStop ticker when web interface is stopped.
2010-11-15 David ‘Bombe’ RodenComplete javadoc.
2010-11-15 David ‘Bombe’ RodenReturn removed notifications as well.
2010-11-15 David ‘Bombe’ RodenMove JSON object creation into its own method.
2010-11-15 David ‘Bombe’ RodenSet fixed ID for the startup notification.
2010-11-14 David ‘Bombe’ RodenAdd AJAX handler to get all notifications.
2010-11-14 David ‘Bombe’ RodenDon’t notify for replies on posts we don’t have.
2010-11-14 David ‘Bombe’ RodenAdd new reply notification.
2010-11-14 David ‘Bombe’ RodenDisplay new post notifications.
2010-11-14 David ‘Bombe’ RodenAdd events for marked known posts and replies.
2010-11-14 David ‘Bombe’ RodenAdd method that signals when a Sone is marked as known.
2010-11-14 David ‘Bombe’ RodenAdd notification for new Sones.
2010-11-14 David ‘Bombe’ RodenGet the notifications from the web interface.
2010-11-14 David ‘Bombe’ RodenImplement core listener interface.
2010-11-14 David ‘Bombe’ RodenMove notification manager to web interface.
2010-11-14 David ‘Bombe’ RodenRemove obsolete notification accessor.
2010-11-14 David ‘Bombe’ RodenAdd AJAX page that dismisses a notification.
2010-11-14 David ‘Bombe’ RodenAdd page that dismisses a notification.
2010-11-14 David ‘Bombe’ RodenAdd a startup notification that disappears after two...
2010-11-14 David ‘Bombe’ RodenAdd accessors for notifications and the notification...
2010-11-14 David ‘Bombe’ RodenConvert template factory into field.
2010-11-14 David ‘Bombe’ RodenAdd method to create a “success” JSON object.
2010-11-13 David ‘Bombe’ RodenDon’t create a new Sone when getting the logged in...
2010-11-12 David ‘Bombe’ RodenReturn rendered HTML for the reply element.
2010-11-12 David ‘Bombe’ RodenAdd AJAX page that returns the contents of a reply.
2010-11-12 David ‘Bombe’ RodenMove creation of error JSON object to JSON page.
2010-11-12 David ‘Bombe’ RodenReturn the ID of the created reply.
2010-11-12 David ‘Bombe’ RodenAdd AJAX page that creates a reply.
2010-11-12 David ‘Bombe’ RodenDetect if a Sone has been changed back to the previous...
2010-11-11 David ‘Bombe’ RodenDon’t check for Sones but for their IDs.
2010-11-10 David ‘Bombe’ RodenStore friend Sones as strings, not as Sone objects.
2010-11-10 David ‘Bombe’ RodenShow template rendering time in milliseconds.
2010-11-10 David ‘Bombe’ RodenFilter CSS class names, “~” is not a valid character.
2010-11-06 David ‘Bombe’ RodenUse more convenient method from core.
2010-11-05 David ‘Bombe’ RodenPrevent NPE.
2010-11-05 David ‘Bombe’ RodenRemove backup and key display.
2010-11-05 David ‘Bombe’ RodenRemove the “help” page.
2010-11-05 David ‘Bombe’ RodenWhitespace fix.
2010-11-05 David ‘Bombe’ RodenUse traditional getter name.
2010-11-05 David ‘Bombe’ RodenUse traditional getter name.
2010-11-05 David ‘Bombe’ RodenUse traditional getter name.
2010-11-05 David ‘Bombe’ RodenUse traditional getter name.
2010-11-05 David ‘Bombe’ RodenDon’t extend AbstractService for the web interface...
2010-11-05 David ‘Bombe’ RodenRename l10n variables, add missing texts.
2010-11-04 David ‘Bombe’ RodenSave Sone locally after changing friends.
2010-11-04 David ‘Bombe’ RodenReturn the Sones that like a post or reply.
2010-11-04 David ‘Bombe’ RodenAdd accessor for Collections.
2010-11-02 David ‘Bombe’ RodenThe new Sone IDs are longer than before.
2010-11-02 David ‘Bombe’ RodenUse the pre-made Sone comparator.
2010-11-01 David ‘Bombe’ RodenToo many changes to list them all.
2010-10-30 David ‘Bombe’ RodenMerge branch 'next' into wot-integration
2010-10-30 David ‘Bombe’ RodenRemove blocking, blacklisting, and distribution of...
2010-10-29 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-29 David ‘Bombe’ RodenFix creation at given URIs.
2010-10-29 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-28 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-28 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-28 David ‘Bombe’ RodenAdd “help” page.
2010-10-28 David ‘Bombe’ RodenOnly show the login page in the menu if no Sone is...
2010-10-28 David ‘Bombe’ RodenMove login requirement to SoneTemplatePage.
2010-10-27 David ‘Bombe’ RodenShow version information on “about” page.
next