Use a comma to separate the identities in the tooltips.
[Sone.git] / src / main / java / net /
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.
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 generlized list notification.
2010-11-17 David ‘Bombe’ RodenLock Sones before starting the rescue.
2010-11-17 David ‘Bombe’ RodenReply a new post’s Sone with the already existing copy.
2010-11-17 David ‘Bombe’ RodenCheck for modifications every second.
2010-11-17 David ‘Bombe’ RodenStore the liked replies, too.
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’ RodenAdd “locked” member.
2010-11-17 David ‘Bombe’ RodenDo not insert locked Sones.
2010-11-17 David ‘Bombe’ RodenAdd “locked” flag for Sones.
2010-11-17 David ‘Bombe’ RodenRemove a post via the core.
2010-11-17 David ‘Bombe’ RodenImplement a “Sone rescue mode.”
2010-11-17 David ‘Bombe’ RodenAdd a “Sone rescue mode.”
2010-11-17 David ‘Bombe’ RodenAdd method to download a Sone from a specific URI.
2010-11-17 David ‘Bombe’ RodenConvert the URI a Sone was downloaded from to USK befor...
2010-11-17 David ‘Bombe’ RodenStore whether the core has been stopped.
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’ RodenFire events when new posts and replies are found.
2010-11-14 David ‘Bombe’ RodenCheck for new posts and replies in the correct places.
2010-11-14 David ‘Bombe’ RodenAdd new reply notification.
2010-11-14 David ‘Bombe’ RodenDisplay new post notifications.
2010-11-14 David ‘Bombe’ RodenAdd new post notification.
2010-11-14 David ‘Bombe’ RodenAdd events for marked known posts and replies.
2010-11-14 David ‘Bombe’ RodenFire “Sone is marked known” event.
2010-11-14 David ‘Bombe’ RodenAdd method that signals when a Sone is marked as known.
2010-11-14 David ‘Bombe’ RodenAdd method to remove a Sone, re-add isEmpty() method.
2010-11-14 David ‘Bombe’ RodenEnhance javadoc, remove obsolete isEmpty() method.
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’ RodenAdd web interface as core listener.
2010-11-14 David ‘Bombe’ RodenImplement core listener interface.
2010-11-14 David ‘Bombe’ RodenFire a “new Sone found” event when a new Sone is found.
2010-11-14 David ‘Bombe’ RodenAdd core listener.
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 a notification manager to the core.
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 accessor for Notifications.
2010-11-14 David ‘Bombe’ RodenAdd accessor for the NotificationManager.
2010-11-14 David ‘Bombe’ RodenAdd method to create a “success” JSON object.
2010-11-14 David ‘Bombe’ RodenUpdate client information in stored Sones.
2010-11-14 David ‘Bombe’ RodenParse client information from downloaded Sones.
2010-11-14 David ‘Bombe’ RodenStore client information in local Sones.
2010-11-14 David ‘Bombe’ RodenStore client information in Sone.
2010-11-14 David ‘Bombe’ RodenAdd container for client information.
2010-11-14 David ‘Bombe’ RodenSet latest edition outside the try-catch block.
2010-11-14 David ‘Bombe’ RodenStore the client name and version in the inserted Sone.
2010-11-13 David ‘Bombe’ RodenAlways initialize profile.
2010-11-13 David ‘Bombe’ RodenDon’t create a new Sone when getting the logged in...
2010-11-13 David ‘Bombe’ RodenAdd method to only optionally create a new Sone.
2010-11-12 David ‘Bombe’ RodenSet version to 0.2.3. 0.2.3
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’ RodenReturn the created reply from createReply().
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-12 David ‘Bombe’ RodenStart Sone inserter after the Sone has been loaded.
2010-11-12 David ‘Bombe’ RodenSet version to 0.2.2.1. 0.2.2.1
2010-11-12 David ‘Bombe’ RodenSet version to 0.2.2. 0.2.2
2010-11-11 David ‘Bombe’ RodenSet version to 0.2.1. 0.2.1
2010-11-11 David ‘Bombe’ RodenMark new replies.
2010-11-11 David ‘Bombe’ RodenMark own posts as read immediately.
2010-11-11 David ‘Bombe’ RodenMove newPosts and knownPosts below posts.
2010-11-11 David ‘Bombe’ RodenMark new posts as new.
2010-11-11 David ‘Bombe’ RodenDon’t only update remote Sones, update any known Sones.
2010-11-11 David ‘Bombe’ RodenRename variable and don’t forget to increment counter.
next