Remove ticker object when sone-is-locked notification is shown.
[Sone.git] / src /
2010-12-18 David ‘Bombe’ RodenRemove ticker object when sone-is-locked notification...
2010-12-18 David ‘Bombe’ RodenUse different character for arrow.
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’ RodenLog exception on shutdown.
2010-12-13 David ‘Bombe’ RodenThere is no plugin store to persist anymore.
2010-12-13 David ‘Bombe’ RodenThe Core is not a Service anymore, stop() really stops it.
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’ RodenFire events when locking and unlocking Sones.
2010-12-13 David ‘Bombe’ RodenAdd methods to fire soneLocked and soneUnlocked events.
2010-12-13 David ‘Bombe’ RodenAdd notifications for locking and unlocking Sones.
2010-12-13 David ‘Bombe’ RodenSynchronize saving to prevent race conditions while...
2010-12-13 David ‘Bombe’ RodenStore the IDs of the liked replies correctly.
2010-12-13 David ‘Bombe’ RodenSave the configuration after saving a Sone.
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' into next
2010-12-12 David ‘Bombe’ RodenSet version to 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' into next
2010-12-12 David ‘Bombe’ RodenSet version to 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’ RodenSet firstStart and newConfig only after the web interfa...
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-09 David ‘Bombe’ RodenSet version to 0.3.2. 0.3.2
2010-12-09 David ‘Bombe’ RodenFix replies being inserted at the wrong posts if the...
2010-12-08 David ‘Bombe’ RodenDon’t make non-anonymous links bold, it’s too much.
2010-12-08 David ‘Bombe’ RodenLog exceptions on startup.
2010-12-08 David ‘Bombe’ RodenAdd more synchronization.
2010-12-08 David ‘Bombe’ RodenParse http and https links, show them differently.
2010-12-08 David ‘Bombe’ RodenAllow to store arbitrary objects in a template part.
2010-12-08 David ‘Bombe’ RodenRecognize a line break as whitespace, too.
2010-12-06 David ‘Bombe’ RodenMark the correct element as known.
2010-12-06 David ‘Bombe’ RodenFire correct event when a post or reply is removed.
2010-12-06 David ‘Bombe’ RodenAdd methods to notify core listeners about removed...
2010-12-06 David ‘Bombe’ RodenMark posts and replies as known when they are removed.
2010-12-05 David ‘Bombe’ RodenSet version to 0.3.2-RC5. 0.3.2-RC5
2010-12-05 David ‘Bombe’ RodenDon’t use the ID from the closure, it might have change...
2010-12-05 David ‘Bombe’ RodenDon’t try to show unknown posts.
2010-12-04 David ‘Bombe’ RodenDon’t try to parse non-existing text.
2010-12-02 David ‘Bombe’ RodenMark post as loaded when the AJAX reply has arrived.
2010-12-02 David ‘Bombe’ RodenTry to prevent multiple insertion of the same replies.
2010-12-02 David ‘Bombe’ RodenSet version to 0.3.2-RC4. 0.3.2-RC4
2010-12-02 David ‘Bombe’ RodenFix log output.
2010-12-02 David ‘Bombe’ RodenDon’t create invalid local Sones!
2010-12-01 David ‘Bombe’ RodenMove session-related methods to web interface.
2010-12-01 David ‘Bombe’ RodenPrevent posting a message to yourself.
2010-11-30 David ‘Bombe’ RodenSet version to 0.3.2-RC3. 0.3.2-RC3
2010-11-30 David ‘Bombe’ RodenRedirect to index page if the user is already logged in.
2010-11-30 David ‘Bombe’ RodenOnly clear the input field if the reply was posted.
2010-11-30 David ‘Bombe’ RodenSet version to 0.3.2-RC2. 0.3.2-RC2
2010-11-30 David ‘Bombe’ RodenExplicitely store a null if there is no recipient.
2010-11-30 David ‘Bombe’ RodenDon’t use Java’s whitespace character class, it’s broke...
2010-11-30 David ‘Bombe’ RodenSet version to 0.3.2-RC1. 0.3.2-RC1
2010-11-30 David ‘Bombe’ RodenActually post process after rendering the template!
2010-11-30 David ‘Bombe’ RodenDeduplicate functionality.
2010-11-30 David ‘Bombe’ RodenOnly allow local Sones to log in.
2010-11-29 David ‘Bombe’ RodenAbort after inserting a new reply once.
2010-11-28 David ‘Bombe’ RodenIgnore a post if neither sender nor recipient match...
2010-11-28 David ‘Bombe’ RodenAlways append new posts to the “posts” div.
2010-11-28 David ‘Bombe’ RodenReturn recipient of a post in JSON post.
2010-11-28 David ‘Bombe’ RodenUse correct method to get the Sone ID.
2010-11-28 David ‘Bombe’ RodenFix path for AJAX request.
2010-11-28 David ‘Bombe’ RodenDon’t declare that an IOException can be thrown.
2010-11-27 David ‘Bombe’ RodenRemove unnecessary CSS rules.
2010-11-27 David ‘Bombe’ RodenUse better function to find the nearest Sone element.
2010-11-27 David ‘Bombe’ RodenAdd “hidden” class to Sone ID.
2010-11-27 David ‘Bombe’ RodenUse correct template command to translate a key.
2010-11-27 David ‘Bombe’ RodenMerge branch 'message-recipient'
2010-11-27 David ‘Bombe’ RodenRequest a lot less data when not on the “known Sones...
2010-11-27 David ‘Bombe’ RodenAdd method to detect whether we’re on the “known Sones...
2010-11-27 David ‘Bombe’ RodenAlways use the current session to prevent timeouts.
2010-11-27 David ‘Bombe’ RodenStrip “freenet:” prefix from links.
2010-11-27 David ‘Bombe’ RodenStore the recognized link type, don’t rely on positions.
2010-11-27 David ‘Bombe’ RodenDo not override getPostId()! Also, rename getSoneId...
2010-11-27 David ‘Bombe’ RodenMove all AJAX handlers to the same directory as the...
2010-11-27 David ‘Bombe’ RodenDon’t hide replies on “view post” pages.
2010-11-27 David ‘Bombe’ RodenAdd function to detect if the current page is a “view...
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’ RodenSet version to 0.3.1. 0.3.1
2010-11-26 David ‘Bombe’ RodenInsert post after the last post.
2010-11-26 David ‘Bombe’ RodenOnly insert posts when on the index or an appropriate...
2010-11-26 David ‘Bombe’ RodenAdd functions to detect a “view Sone” page and the...
2010-11-26 David ‘Bombe’ RodenReturn the ID of the Sone with the post.
2010-11-26 David ‘Bombe’ RodenAdd possibility to detect the index page.
2010-11-26 David ‘Bombe’ RodenOnly show message posting form for other Sones, not...
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC3' into message-recipient
2010-11-26 David ‘Bombe’ RodenAdd possibility to post a message directly to another...
2010-11-26 David ‘Bombe’ RodenAdd ID of Sone to “view Sone” page.
2010-11-26 David ‘Bombe’ RodenAllow creation of post with recipient using HTTP POST.
next