Merge branch 'reduce-loading' into next
[Sone.git] / src / main / java / net / pterodactylus / sone / web /
2011-01-13 David ‘Bombe’ RodenMerge branch 'reduce-loading' into next
2011-01-13 David ‘Bombe’ RodenMove the pagination out of the HTML. This fixes #51.
2011-01-13 David ‘Bombe’ RodenReturn time of a post, and don’t load it if it’s older...
2011-01-13 David ‘Bombe’ RodenMerge branch 'reduce-loading' into next
2011-01-13 David ‘Bombe’ RodenAdd more information to new reply information and don...
2011-01-13 David ‘Bombe’ RodenReturn IDs of Sone and recipient when getting new posts.
2011-01-10 David ‘Bombe’ RodenRender templates in a thread-safe way.
2011-01-09 David ‘Bombe’ RodenMerge branch 'show-versions' into next
2011-01-09 David ‘Bombe’ RodenAdd “new version” notification, set current and latest...
2011-01-09 David ‘Bombe’ RodenAdd “update found” event to core listener.
2011-01-06 David ‘Bombe’ RodenMerge branch 'release-0.3.6.3' 0.3.6.3
2010-12-31 David ‘Bombe’ RodenDon’t try to get the status of a non-existing Sone.
2010-12-31 David ‘Bombe’ RodenDon’t create cookies for link-enabled checking.
2010-12-31 David ‘Bombe’ RodenUse session mechanisms from SoneTemplatePage.
2010-12-30 David ‘Bombe’ RodenMerge branch 'release-0.3.6' 0.3.6
2010-12-30 David ‘Bombe’ RodenAdd all posts that have the current Sone as recipient.
2010-12-30 David ‘Bombe’ RodenRename variable to fit purpose better.
2010-12-18 David ‘Bombe’ RodenMerge branch 'release-0.3.5' 0.3.5
2010-12-18 David ‘Bombe’ RodenSimplify removal of ticker object, ensure that the...
2010-12-18 David ‘Bombe’ RodenRemove ticker object when sone-is-locked notification...
2010-12-17 David ‘Bombe’ RodenDon’t create a new session in the link-enabled callback...
2010-12-17 David ‘Bombe’ RodenAdd methods to get the current Sone without creating...
2010-12-13 David ‘Bombe’ RodenRemove notifications for removed posts and replies.
2010-12-13 David ‘Bombe’ RodenMerge branch 'notification-for-locked-sones' into next
2010-12-13 David ‘Bombe’ RodenShow a notification if a Sone is locked for more than...
2010-12-13 David ‘Bombe’ RodenAdd notifications for locking and unlocking Sones.
2010-12-13 David ‘Bombe’ RodenMark posts and replies as known as long as the first...
2010-12-12 David ‘Bombe’ RodenUse thread-safe way to render templates.
2010-12-12 David ‘Bombe’ RodenMerge branch 'release-0.3.4' 0.3.4
2010-12-12 David ‘Bombe’ RodenSynchronize template access to prevent multiple copies...
2010-12-12 David ‘Bombe’ RodenMerge branch 'release-0.3.3' 0.3.3
2010-12-12 David ‘Bombe’ RodenMerge branch 'fix-start-with-broken-config' into next
2010-12-12 David ‘Bombe’ RodenUse template factory to create templates.
2010-12-12 David ‘Bombe’ RodenShow notification only if there is no first-start notif...
2010-12-12 David ‘Bombe’ RodenDon’t show notifications for new Sones, posts, and...
2010-12-12 David ‘Bombe’ RodenUse new method to check for first-start notification.
2010-12-12 David ‘Bombe’ RodenAdd method to check whether the first-start notificatio...
2010-12-12 David ‘Bombe’ RodenAdd notification if the config file can not be read.
2010-12-12 David ‘Bombe’ RodenAdd notification on a first start of Sone.
2010-12-10 David ‘Bombe’ RodenMerge branch 'master' into next
2010-12-06 David ‘Bombe’ RodenAdd methods to notify core listeners about removed...
2010-12-02 David ‘Bombe’ RodenDon’t create invalid local Sones!
2010-12-01 David ‘Bombe’ RodenMove session-related methods to web interface.
2010-11-30 David ‘Bombe’ RodenRedirect to index page if the user is already logged in.
2010-11-30 David ‘Bombe’ RodenActually post process after rendering the template!
2010-11-30 David ‘Bombe’ RodenOnly allow local Sones to log in.
2010-11-28 David ‘Bombe’ RodenReturn recipient of a post in JSON post.
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.
next