Sone.git
2012-01-27 David ‘Bombe... Store a reply’s known status in the reply itself.
2012-01-27 David ‘Bombe... Store a post’s known-status in the post itself.
2012-01-27 David ‘Bombe... Store a Sone’s known status in the Sone itself.
2012-01-27 David ‘Bombe... Try to prevent new elements from being stuck in the...
2012-01-17 David ‘Bombe... Move Sone status into Sone.
2012-01-17 David ‘Bombe... Remove all method-level synchronization.
2012-01-17 David ‘Bombe... Use copy-on-write sets instead of synchronized collections.
2012-01-10 David ‘Bombe... Only use the first ID.
2011-12-21 David ‘Bombe... Add link to WoT profile for unknown Sones.
2011-12-21 David ‘Bombe... Exit accessor earlier if avatar ID is null.
2011-12-21 David ‘Bombe... Don’t get trust values if it’s irrelevant.
2011-12-10 David ‘Bombe... Fix avatars of not manually trusted Sones showing when...
2011-12-09 David ‘Bombe... Return default avatar ID (null) when ID points to inval...
2011-12-09 David ‘Bombe... Fix typo.
2011-12-09 David ‘Bombe... Don’t try to process non-existing images.
2011-12-07 David ‘Bombe... Merge branch 'master' into next
2011-12-07 David ‘Bombe... Merge branch 'release-0.7.6' 0.7.6
2011-12-07 David ‘Bombe... Set version to 0.7.6.
2011-12-07 David ‘Bombe... Merge branch 'custom-avatars' into next
2011-12-07 David ‘Bombe... Always show all your own avatars.
2011-12-07 David ‘Bombe... Always show your own avatar.
2011-12-07 David ‘Bombe... Make “show custom avatars” option configurable.
2011-12-07 David ‘Bombe... Add profile accessor to template context factory.
2011-12-07 David ‘Bombe... Load and save “show custom avatars” option.
2011-12-07 David ‘Bombe... Add enum for possible “show custom avatars” option...
2011-12-07 David ‘Bombe... Add method to return the Sone of a Profile.
2011-12-07 David ‘Bombe... Extend Options to include enum options.
2011-12-07 David ‘Bombe... Add accessor for Profile objects.
2011-12-07 David ‘Bombe... Move avatar from options to profile.
2011-12-07 David ‘Bombe... Allow the ID of an image as input for the image link...
2011-12-07 David ‘Bombe... Use correct size for the menu avatars.
2011-12-07 David ‘Bombe... Show custom avatar where applicable.
2011-12-07 David ‘Bombe... Make avatar configurable.
2011-12-07 David ‘Bombe... Add accessor that returns the avatar as Image.
2011-12-07 David ‘Bombe... Parse avatar ID from downloaded Sone.
2011-12-07 David ‘Bombe... Insert avatar ID.
2011-12-07 David ‘Bombe... Load and save avatar.
2011-12-07 David ‘Bombe... Store avatar image in Sone.
2011-11-29 David ‘Bombe... Merge branch 'master' into next
2011-11-29 David ‘Bombe... Merge branch 'release-0.7.5' 0.7.5
2011-11-29 David ‘Bombe... Set version to 0.7.5.
2011-11-29 David ‘Bombe... Use utils 0.11.4.
2011-11-29 David ‘Bombe... Request notifications after marking elements as known.
2011-11-26 David ‘Bombe... Sort notifications before handing them out.
2011-11-25 David ‘Bombe... Merge branch 'notifications' into next
2011-11-25 David ‘Bombe... Remove old “get notification” AJAX handler.
2011-11-25 David ‘Bombe... Remove notification information from “get status” AJAX...
2011-11-25 David ‘Bombe... Use new “get notifications” handler.
2011-11-25 David ‘Bombe... Add new AJAX handler to web interface.
2011-11-25 David ‘Bombe... Add AJAX handler to return all notifications.
2011-11-24 David ‘Bombe... Fix javascript function declaration.
2011-11-24 David ‘Bombe... Dump notification hash to console.
2011-11-24 David ‘Bombe... Add method to set the new notification hash.
2011-11-24 David ‘Bombe... Add method to get the current notification hash.
2011-11-24 David ‘Bombe... Store notification page in AJAX status.
2011-11-24 David ‘Bombe... Print the value, not the name.
2011-11-24 David ‘Bombe... Include notification hash code in the template.
2011-11-24 David ‘Bombe... Require a newer version of utils.
2011-11-24 David ‘Bombe... Include checks for equals() made by the super class.
2011-11-24 David ‘Bombe... Initialize hash code with the super class’ hash code.
2011-11-24 David ‘Bombe... Override hashCode() and equals().
2011-11-23 David ‘Bombe... Remove mention notifications if elements are removed.
2011-11-21 David ‘Bombe... Merge branch 'master' into next
2011-11-21 David ‘Bombe... Merge branch 'release-0.7.4' 0.7.4
2011-11-21 David ‘Bombe... Set version to 0.7.4.
2011-11-21 David ‘Bombe... Require utils 0.11.3.
2011-11-21 David ‘Bombe... Sort albums by title in gallery mode.
2011-11-21 David ‘Bombe... Add album title comparator.
2011-11-21 David ‘Bombe... Don’t try to translate the names of people. That won...
2011-11-20 David ‘Bombe... Ignore Sones with invalid IDs.
2011-11-20 David ‘Bombe... Don’t create new Sone, the existence has been checked...
2011-11-20 David ‘Bombe... Create Sones when following.
2011-11-20 David ‘Bombe... Ignore invalid Sones when following.
2011-11-20 David ‘Bombe... Only show follow and unfollow buttons if there are...
2011-11-20 David ‘Bombe... Add filter for new/not-new Sones.
2011-11-19 David ‘Bombe... Remove superfluous method.
2011-11-18 David ‘Bombe... Remove method with implicit “create” parameter, use...
2011-11-18 David ‘Bombe... Do not create a new Sone if the ID is obviously invalid.
2011-11-17 David ‘Bombe... Merge branch 'master' into next
2011-11-16 David ‘Bombe... Merge branch 'release-0.7.3' 0.7.3
2011-11-16 David ‘Bombe... Set version to 0.7.3.
2011-11-16 David ‘Bombe... Require utils 0.11.2.
2011-11-15 David ‘Bombe... Add gallery mode to image browser.
2011-11-15 David ‘Bombe... Add link to “All Sones” to all image browser pages.
2011-11-15 David ‘Bombe... Add filter for Sones with at least one album.
2011-11-14 David ‘Bombe... Merge branch 'image-navigation' into next
2011-11-14 David ‘Bombe... Add links to previous and next images to backlinks.
2011-11-14 David ‘Bombe... Add custom accessor for images.
2011-11-13 David ‘Bombe... Remove superflouos statement.
2011-11-13 David ‘Bombe... Only return the ID of the first Sone found on the page.
2011-11-13 David ‘Bombe... Merge branch 'sone-following-times' into next
2011-11-13 David ‘Bombe... Use Sone following times to mark earlier elements as...
2011-11-13 David ‘Bombe... Don’t set friends directly, use Core’s follow() methods.
2011-11-13 David ‘Bombe... Add methods to follow and unfollow other Sones.
2011-11-13 David ‘Bombe... Add method to get the following time for a Sone.
2011-11-13 David ‘Bombe... Add Sone-following times.
2011-11-13 David ‘Bombe... Merge branch 'initial-sone-discovery' into next
2011-11-13 David ‘Bombe... Always return copies of own identities.
2011-11-13 David ‘Bombe... Copy the contexts and properties, too.
2011-11-13 David ‘Bombe... Send a copy of the default own identities to the event...
next