Make SoneInserter thread-safe.
[Sone.git] / src / main / java / net / pterodactylus /
2010-10-19 David ‘Bombe’ RodenMake SoneInserter thread-safe.
2010-10-19 David ‘Bombe’ RodenUse the addTemplateObject() method in the default templ...
2010-10-19 David ‘Bombe’ RodenRedirect to “noPermission.html” if a POST request does...
2010-10-19 David ‘Bombe’ RodenDon’t require a login to view Sones.
2010-10-19 David ‘Bombe’ RodenDon’t crash when not logged in.
2010-10-19 David ‘Bombe’ RodenAdd “unknown” Sone state, initialize local and remote...
2010-10-19 David ‘Bombe’ RodenSet status of Sone when downloading, prepare for fetch...
2010-10-19 David ‘Bombe’ RodenAdd status fields to Sone accessor.
2010-10-19 David ‘Bombe’ RodenAdd status for Sones.
2010-10-19 David ‘Bombe’ RodenAdd “modified” property.
2010-10-19 David ‘Bombe’ RodenRename “isCurrent” property to “current”.
2010-10-19 David ‘Bombe’ RodenRename “isFriend” property to just “friend”.
2010-10-19 David ‘Bombe’ RodenRename “isBlocked” property to “blocked”.
2010-10-19 David ‘Bombe’ RodenMake it possible for the user to specify the document...
2010-10-18 David ‘Bombe’ RodenInsert known Sones, too.
2010-10-18 David ‘Bombe’ RodenAdd page that lets the user unfollow a Sone.
2010-10-18 David ‘Bombe’ RodenBlocking or unblocking sites inserts a new update of...
2010-10-18 David ‘Bombe’ RodenSave and load update time of local Sones.
2010-10-18 David ‘Bombe’ RodenThrow exceptions if attributes are not set.
2010-10-18 David ‘Bombe’ RodenAdd substring filter to all templates.
2010-10-18 David ‘Bombe’ RodenSort known Sones by nice name and last update time.
2010-10-18 David ‘Bombe’ RodenAdd filter that displays part of a String.
2010-10-18 David ‘Bombe’ RodenSave and load known Sones.
2010-10-18 David ‘Bombe’ RodenAdd possibility to block and unblock Sones.
2010-10-18 David ‘Bombe’ RodenFix method name.
2010-10-18 David ‘Bombe’ RodenAdd “isBlocked” property.
2010-10-18 David ‘Bombe’ RodenPersist list of blocked Sone IDs.
2010-10-18 David ‘Bombe’ RodenStore list of blocked Sone IDs in Sone.
2010-10-18 David ‘Bombe’ RodenAdd icon to all delivered Sone pages.
2010-10-18 David ‘Bombe’ RodenLet a template page have an optional icon.
2010-10-18 David ‘Bombe’ RodenAdd method to load a local Sone from Freenet.
2010-10-18 David ‘Bombe’ RodenAdd profile backup function.
2010-10-18 David ‘Bombe’ RodenExpose the template to subclasses.
2010-10-18 David ‘Bombe’ RodenAdd method to set a header.
2010-10-18 David ‘Bombe’ RodenInitialize response with empty header map.
2010-10-18 David ‘Bombe’ RodenStore posts in a set, not in a list!
2010-10-18 David ‘Bombe’ RodenRedirect back to index after the profile has been saved.
2010-10-18 David ‘Bombe’ RodenAdd toadlet to deliver images.
2010-10-17 David ‘Bombe’ RodenParse time from downloaded Sone.
2010-10-17 David ‘Bombe’ RodenUpdate time when inserting, store time in insert.
2010-10-17 David ‘Bombe’ RodenStore the time of the last update in the Sone.
2010-10-16 David ‘Bombe’ RodenDon’t add the new Post to the Sone ourselves, Core...
2010-10-16 David ‘Bombe’ RodenOnly load remote Sones after loading configuration.
2010-10-16 David ‘Bombe’ RodenAdd method to reload a known Sone.
2010-10-16 David ‘Bombe’ RodenOnly download remote Sones.
2010-10-16 David ‘Bombe’ RodenAdd method that returns all remote Sones, change javado...
2010-10-16 David ‘Bombe’ RodenAdd page that deletes a post.
2010-10-16 David ‘Bombe’ RodenAdd classpath-based template provider for template...
2010-10-16 David ‘Bombe’ RodenAdd “unauthorized access” template.
2010-10-16 David ‘Bombe’ RodenChange javadoc comment.
2010-10-16 David ‘Bombe’ RodenRemove own thread from page, the Core handles that...
2010-10-16 David ‘Bombe’ RodenRestrict identity to the ID again.
2010-10-16 David ‘Bombe’ RodenDownload new friend Sones when starting up.
2010-10-16 David ‘Bombe’ RodenAlways download Sones in an own thread.
2010-10-16 David ‘Bombe’ RodenCopying a null profile results in an empty profile.
2010-10-16 David ‘Bombe’ RodenDon’t forget to set the name of the Sone.
2010-10-16 David ‘Bombe’ RodenOnly add parsed Sone if it is not null.
2010-10-16 David ‘Bombe’ RodenDownload new Sones in a background thread.
2010-10-16 David ‘Bombe’ RodenWatch Sone for updates after it has been downloaded.
2010-10-16 David ‘Bombe’ RodenStore request URI in yet unknown Sones when parsing.
2010-10-16 David ‘Bombe’ RodenAdd Sones to cache, too.
2010-10-16 David ‘Bombe’ RodenIn case of a permanent redirect, follow.
2010-10-16 David ‘Bombe’ RodenAdd “known Sones” page.
2010-10-16 David ‘Bombe’ RodenChange Sone downloading logic.
2010-10-16 David ‘Bombe’ RodenRemove warning about parameter assignment.
2010-10-16 David ‘Bombe’ RodenParse Sone from fetch result.
2010-10-16 David ‘Bombe’ RodenAdd javadoc comment.
2010-10-16 David ‘Bombe’ RodenDon’t watch local Sones for updates, we already have...
2010-10-16 David ‘Bombe’ RodenAdd possibility to load a Sone by its Freenet URI.
2010-10-16 David ‘Bombe’ RodenAdd method to load a Sone from a URI.
2010-10-16 David ‘Bombe’ RodenMake Sone parsing available from the outside.
2010-10-16 David ‘Bombe’ RodenDon’t skip the call to the parent method.
2010-10-16 David ‘Bombe’ RodenAdd “view post” page.
2010-10-16 David ‘Bombe’ RodenUse correct parameter name.
2010-10-16 David ‘Bombe’ RodenCreate “create reply” page.
2010-10-16 David ‘Bombe’ RodenAdd methods to create a new Reply.
2010-10-16 David ‘Bombe’ RodenAdd created post to Sone automatically.
2010-10-15 David ‘Bombe’ RodenSet modification counter to 0 after loading the Sone...
2010-10-15 David ‘Bombe’ RodenSet posts and replies in parsed Sones.
2010-10-15 David ‘Bombe’ RodenDon’t crash on parsing incorrect XML.
2010-10-15 David ‘Bombe’ RodenAdd XML filter to the correct template factory.
2010-10-15 David ‘Bombe’ RodenAdd XML filter to all templates.
2010-10-15 David ‘Bombe’ RodenAdd the correct Sone!
2010-10-15 David ‘Bombe’ RodenRemove all cache access from outside the getters, don...
2010-10-15 David ‘Bombe’ RodenUse post accessor.
2010-10-15 David ‘Bombe’ RodenAdd “replies” property to post objects.
2010-10-15 David ‘Bombe’ RodenAdd method to get all replies for a post.
2010-10-15 David ‘Bombe’ RodenRemove replies from post.
2010-10-15 David ‘Bombe’ RodenAllow Sone, Post, and Reply creation only through the...
2010-10-15 David ‘Bombe’ RodenAdd ID-only constructors.
2010-10-15 David ‘Bombe’ RodenRename methods that add local and remote Sones.
2010-10-15 David ‘Bombe’ RodenAdd parsing stub.
2010-10-15 David ‘Bombe’ RodenAllow method chaining in Profile.
2010-10-15 David ‘Bombe’ RodenCreate a static file delivery page, use it to deliver...
2010-10-15 David ‘Bombe’ RodenEnhance logging.
2010-10-15 David ‘Bombe’ RodenOnly fetch Sone if the newest slot was found.
2010-10-15 David ‘Bombe’ RodenStart the Sone downloader, otherwise it can not be...
2010-10-15 David ‘Bombe’ RodenDon’t access the Sone cache directly.
2010-10-15 David ‘Bombe’ RodenRemove the shell stuff, make objects mutable.
2010-10-15 David ‘Bombe’ RodenStop logging when starting the plugin failed.
next