Remove obsolete storing of Sone Rescue Mode.
[Sone.git] / src / main / java / net /
2012-09-05 David ‘Bombe’ RodenRemove obsolete storing of Sone Rescue Mode.
2012-09-05 David ‘Bombe’ RodenRemove configuration cleaning options.
2012-08-29 David ‘Bombe’ RodenFix pagination on album pages.
2012-07-13 David ‘Bombe’ RodenRemove obsolete “loadAllSones” parameter.
2012-07-13 David ‘Bombe’ RodenMerge branch 'master' into next
2012-07-13 David ‘Bombe’ RodenMerge branch 'release-0.8.2' 0.8.2
2012-07-13 David ‘Bombe’ RodenSet version to 0.8.2.
2012-05-31 David ‘Bombe’ RodenChange code to use new way to specify filter parameters.
2012-05-31 David ‘Bombe’ RodenAdd images-per-post option.
2012-05-30 David ‘Bombe’ RodenAdd pagination filter to template context factory.
2012-05-30 David ‘Bombe’ RodenPaginate images in gallery mode.
2012-05-30 David ‘Bombe’ RodenTurn post into an interface, add default implementation.
2012-05-29 David ‘Bombe’ RodenOnly process new posts and replies if the notifications...
2012-05-28 David ‘Bombe’ RodenMerge branch 'master' into next
2012-05-02 David ‘Bombe’ RodenMerge branch 'logging-fix' 0.8.1
2012-05-02 David ‘Bombe’ RodenIncrease version to 0.8.1.
2012-05-02 David ‘Bombe’ RodenFix ALL the logging!
2012-05-02 David ‘Bombe’ RodenFix logging.
2012-04-17 David ‘Bombe’ RodenUse correct parameter name for WoT’s GetIdentitiesBySco...
2012-03-19 David ‘Bombe’ RodenUpdate utils to more recent version, adapt to new packa...
2012-03-08 David ‘Bombe’ RodenChange all copyright headers to include 2012.
2012-03-07 David ‘Bombe’ RodenMake a whole lot of members final.
2012-03-06 David ‘Bombe’ RodenPrevent albums from being added multiple times when...
2012-03-05 David ‘Bombe’ RodenMerge branch 'master' into next
2012-03-05 David ‘Bombe’ RodenMerge branch 'release-0.8' 0.8
2012-03-05 David ‘Bombe’ RodenSet version to 0.8.
2012-03-05 David ‘Bombe’ RodenOrganize imports.
2012-03-05 David ‘Bombe’ RodenAutomatically mark replies of a post as known when...
2012-03-02 David ‘Bombe’ RodenAdd missing annotation.
2012-03-02 David ‘Bombe’ RodenSuppress a warning.
2012-03-02 David ‘Bombe’ RodenLink to correct methods in documentation.
2012-03-02 David ‘Bombe’ RodenSuppress a warning.
2012-03-02 David ‘Bombe’ RodenTurn generic varargs constructor into two constructors.
2012-03-01 David ‘Bombe’ RodenAlways get the current l10n helper from the node, don...
2012-03-01 David ‘Bombe’ RodenIncrease current homepage version.
2012-03-01 David ‘Bombe’ RodenUpdate link to homepage.
2012-02-21 David ‘Bombe’ RodenAdd page that displays all new posts and replies.
2012-02-21 David ‘Bombe’ RodenAdd method to filter a list of posts.
2012-02-21 David ‘Bombe’ RodenAlways fire element-was-read events, even if element...
2012-01-28 David ‘Bombe’ RodenInitialize known-state of posts and replies correctly.
2012-01-28 David ‘Bombe’ RodenOwn Sones are always known, obviously.
2012-01-27 David ‘Bombe’ RodenStore a reply’s known status in the reply itself.
2012-01-27 David ‘Bombe’ RodenStore a post’s known-status in the post itself.
2012-01-27 David ‘Bombe’ RodenStore a Sone’s known status in the Sone itself.
2012-01-27 David ‘Bombe’ RodenTry to prevent new elements from being stuck in the...
2012-01-17 David ‘Bombe’ RodenMove Sone status into Sone.
2012-01-17 David ‘Bombe’ RodenRemove all method-level synchronization.
2012-01-17 David ‘Bombe’ RodenUse copy-on-write sets instead of synchronized collections.
2011-12-21 David ‘Bombe’ RodenExit accessor earlier if avatar ID is null.
2011-12-21 David ‘Bombe’ RodenDon’t get trust values if it’s irrelevant.
2011-12-10 David ‘Bombe’ RodenFix avatars of not manually trusted Sones showing when...
2011-12-09 David ‘Bombe’ RodenReturn default avatar ID (null) when ID points to inval...
2011-12-09 David ‘Bombe’ RodenDon’t try to process non-existing images.
2011-12-07 David ‘Bombe’ RodenMerge branch 'master' into next
2011-12-07 David ‘Bombe’ RodenMerge branch 'release-0.7.6' 0.7.6
2011-12-07 David ‘Bombe’ RodenSet version to 0.7.6.
2011-12-07 David ‘Bombe’ RodenMerge branch 'custom-avatars' into next
2011-12-07 David ‘Bombe’ RodenAlways show all your own avatars.
2011-12-07 David ‘Bombe’ RodenAlways show your own avatar.
2011-12-07 David ‘Bombe’ RodenMake “show custom avatars” option configurable.
2011-12-07 David ‘Bombe’ RodenAdd profile accessor to template context factory.
2011-12-07 David ‘Bombe’ RodenLoad and save “show custom avatars” option.
2011-12-07 David ‘Bombe’ RodenAdd enum for possible “show custom avatars” option...
2011-12-07 David ‘Bombe’ RodenAdd method to return the Sone of a Profile.
2011-12-07 David ‘Bombe’ RodenExtend Options to include enum options.
2011-12-07 David ‘Bombe’ RodenAdd accessor for Profile objects.
2011-12-07 David ‘Bombe’ RodenMove avatar from options to profile.
2011-12-07 David ‘Bombe’ RodenAllow the ID of an image as input for the image link...
2011-12-07 David ‘Bombe’ RodenMake avatar configurable.
2011-12-07 David ‘Bombe’ RodenAdd accessor that returns the avatar as Image.
2011-12-07 David ‘Bombe’ RodenParse avatar ID from downloaded Sone.
2011-12-07 David ‘Bombe’ RodenInsert avatar ID.
2011-12-07 David ‘Bombe’ RodenLoad and save avatar.
2011-12-07 David ‘Bombe’ RodenStore avatar image in Sone.
2011-11-29 David ‘Bombe’ RodenMerge branch 'master' into next
2011-11-29 David ‘Bombe’ RodenMerge branch 'release-0.7.5' 0.7.5
2011-11-29 David ‘Bombe’ RodenSet version to 0.7.5.
2011-11-26 David ‘Bombe’ RodenSort notifications before handing them out.
2011-11-25 David ‘Bombe’ RodenMerge branch 'notifications' into next
2011-11-25 David ‘Bombe’ RodenRemove old “get notification” AJAX handler.
2011-11-25 David ‘Bombe’ RodenRemove notification information from “get status” AJAX...
2011-11-25 David ‘Bombe’ RodenAdd new AJAX handler to web interface.
2011-11-25 David ‘Bombe’ RodenAdd AJAX handler to return all notifications.
2011-11-24 David ‘Bombe’ RodenStore notification page in AJAX status.
2011-11-24 David ‘Bombe’ RodenInclude notification hash code in the template.
2011-11-24 David ‘Bombe’ RodenInclude checks for equals() made by the super class.
2011-11-24 David ‘Bombe’ RodenInitialize hash code with the super class’ hash code.
2011-11-24 David ‘Bombe’ RodenOverride hashCode() and equals().
2011-11-23 David ‘Bombe’ RodenRemove mention notifications if elements are removed.
2011-11-21 David ‘Bombe’ RodenMerge branch 'master' into next
2011-11-21 David ‘Bombe’ RodenMerge branch 'release-0.7.4' 0.7.4
2011-11-21 David ‘Bombe’ RodenSet version to 0.7.4.
2011-11-21 David ‘Bombe’ RodenSort albums by title in gallery mode.
2011-11-21 David ‘Bombe’ RodenAdd album title comparator.
2011-11-20 David ‘Bombe’ RodenIgnore Sones with invalid IDs.
2011-11-20 David ‘Bombe’ RodenDon’t create new Sone, the existence has been checked...
2011-11-20 David ‘Bombe’ RodenCreate Sones when following.
2011-11-20 David ‘Bombe’ RodenIgnore invalid Sones when following.
2011-11-20 David ‘Bombe’ RodenAdd filter for new/not-new Sones.
2011-11-19 David ‘Bombe’ RodenRemove superfluous method.
next