Extract Identity interfaces, move functionality to identity classes.
[Sone.git] / src / main / java / net / pterodactylus / sone /
2010-12-13 David ‘Bombe’ RodenExtract Identity interfaces, move functionality to...
2010-12-13 David ‘Bombe’ RodenMove plugin connector and related classes to its own...
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-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’ 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-04 David ‘Bombe’ RodenDon’t try to parse non-existing text.
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’ 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-28 David ‘Bombe’ RodenReturn recipient of a post in JSON post.
2010-11-28 David ‘Bombe’ RodenDon’t declare that an IOException can be thrown.
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’ 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’ 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’ RodenSet version to 0.3.1. 0.3.1
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’ RodenAdd methods to create a post with a recipient.
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC3' into next
2010-11-26 David ‘Bombe’ RodenSet version to 0.3.1-RC3. 0.3.1-RC3
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC2' into next
2010-11-26 David ‘Bombe’ RodenSet version to 0.3.1-RC2. 0.3.1-RC2
2010-11-26 David ‘Bombe’ RodenAdd recipients to posts.
2010-11-26 David ‘Bombe’ RodenParse links from posts and replies and display them...
2010-11-26 David ‘Bombe’ RodenAdd parser for freenet URIs.
2010-11-26 David ‘Bombe’ RodenAdd template-based part.
2010-11-26 David ‘Bombe’ RodenAdd container part.
2010-11-26 David ‘Bombe’ RodenAdd stub for text parser infrastructure.
2010-11-25 David ‘Bombe’ RodenSet version to 0.3.1-RC1.
2010-11-25 David ‘Bombe’ RodenAdd AJAX handlers to mark posts and replies as known.
2010-11-25 David ‘Bombe’ RodenAdd method to optionally skip reply creation.
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’ RodenDo not mark posts and replies as known when rendering.
2010-11-25 David ‘Bombe’ RodenMove createReply() method.
2010-11-25 David ‘Bombe’ RodenAdd methods to conditionally mark posts and replies...
2010-11-25 David ‘Bombe’ RodenMark shown posts and replies known.
2010-11-25 David ‘Bombe’ RodenAdd methods to mark posts and replies as known.
2010-11-25 David ‘Bombe’ RodenReturn the created post.
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 the saveConfiguration method.
2010-11-24 David ‘Bombe’ RodenExpose new posts and replies from the notifications.
2010-11-24 David ‘Bombe’ RodenImprove logging at startup.
2010-11-24 David ‘Bombe’ RodenOverride new save() method correctly.
2010-11-24 David ‘Bombe’ RodenSave the configuration after storing all values.
2010-11-24 David ‘Bombe’ RodenThrow an exception if no plugin store is available.
2010-11-24 David ‘Bombe’ RodenRename configuration objects, improve logging.
2010-11-24 David ‘Bombe’ RodenUse a Map-based configuration backend, get rid of XML.
2010-11-24 David ‘Bombe’ RodenChange loading order of configuration backends.
2010-11-24 David ‘Bombe’ RodenAdd method to set a configuration after creation time.
2010-11-24 David ‘Bombe’ RodenUse new session manager syntax.
2010-11-23 David ‘Bombe’ RodenNewest fred does not throw anymore.
2010-11-22 David ‘Bombe’ RodenUse a comma to separate the identities in the tooltips.
2010-11-21 David ‘Bombe’ RodenExpose the elements of the list notification.
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-18 David ‘Bombe’ RodenSet version to 0.3. 0.3
2010-11-18 David ‘Bombe’ RodenSet edition on parsed Sone.
2010-11-18 David ‘Bombe’ RodenCopy latest edition from newer Sone.
2010-11-17 David ‘Bombe’ RodenSet version to 0.3-RC1. 0.3-RC1
2010-11-17 David ‘Bombe’ RodenOnly overwrite time when it’s newer.
2010-11-17 David ‘Bombe’ RodenSave Sone after rescuing.
2010-11-17 David ‘Bombe’ RodenSave Sones after liking stuff.
2010-11-17 David ‘Bombe’ RodenAlways fix up posts and replies.
2010-11-17 David ‘Bombe’ RodenVerify post better.
2010-11-17 David ‘Bombe’ RodenReplace the Sone of a reply with the authoritative...
2010-11-17 David ‘Bombe’ RodenAdd method to not create a new post automatically.
2010-11-17 David ‘Bombe’ RodenDon’t forget to fire events.
2010-11-17 David ‘Bombe’ RodenAdd notifications for Sones that are rescued.
next