Merge branch 'next' into edit-wot-trust
[Sone.git] / src /
2011-01-06 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2011-01-06 David ‘Bombe’ RodenMerge branch 'master' into next
2011-01-06 David ‘Bombe’ RodenMerge branch 'release-0.3.6.3' 0.3.6.3
2011-01-06 David ‘Bombe’ RodenSet version to 0.3.6.3.
2011-01-06 David ‘Bombe’ RodenHide details about new Sones, too.
2011-01-06 David ‘Bombe’ RodenImprove display of parsed links.
2011-01-04 David ‘Bombe’ RodenRemove exception from Identity interface, let null...
2011-01-04 David ‘Bombe’ RodenMake sure only a single request is sent to the WoT...
2011-01-04 David ‘Bombe’ RodenAdd empty constructor to prevent synthetic access warning.
2011-01-04 David ‘Bombe’ RodenDon’t fail when the trust can not be retrieved.
2011-01-03 David ‘Bombe’ RodenAjaxify trust controls in replies.
2011-01-03 David ‘Bombe’ RodenFix iteration over all replies.
2011-01-03 David ‘Bombe’ RodenUpdate all replies of a Sone, too.
2011-01-03 David ‘Bombe’ RodenAdd AJAX handlers for distrusting and untrusting other...
2011-01-03 David ‘Bombe’ RodenUse a timed map to forget all trust values after a...
2011-01-03 David ‘Bombe’ RodenAdd missing javadoc.
2011-01-03 David ‘Bombe’ RodenConvert trust controls to javascript functions.
2011-01-03 David ‘Bombe’ RodenAdd methods to trust, distrust, or untrust Sones and...
2011-01-03 David ‘Bombe’ RodenAdd methods to return the authoring Sone ID for a post...
2011-01-03 David ‘Bombe’ RodenAdd AJAX handler that trusts a Sone.
2011-01-03 David ‘Bombe’ RodenUpdate trust cache for target identity.
2011-01-03 David ‘Bombe’ RodenAdd method to set the trust received by an OwnIdentity.
2011-01-03 David ‘Bombe’ RodenUse writable cache for trust values.
2011-01-03 David ‘Bombe’ RodenStore the updated Identity in the Sone.
2011-01-03 David ‘Bombe’ RodenFix check for removed identities.
2011-01-03 David ‘Bombe’ RodenForward context and property manipulation to the cache...
2011-01-03 David ‘Bombe’ RodenStore author information in posts and replies.
2011-01-03 David ‘Bombe’ RodenAdd missing separators.
2011-01-02 David ‘Bombe’ RodenAdd pages that let the user trust, distrust, or untrust...
2011-01-02 David ‘Bombe’ RodenRename “identity” field to “sone”.
2011-01-02 David ‘Bombe’ RodenReplace all those empty HTML files with an empty template.
2011-01-02 David ‘Bombe’ RodenAdd methods for single-shot trust mechanism.
2011-01-02 David ‘Bombe’ RodenAdd methods to set and remove trust for identities.
2011-01-02 David ‘Bombe’ RodenAdd options for positive and negative trust values.
2011-01-02 David ‘Bombe’ RodenAdd methods to set and remove trust for identities.
2011-01-02 David ‘Bombe’ RodenAdd method to remove trust assignments. (Not implemente...
2011-01-02 David ‘Bombe’ RodenDisplay trust control with only two buttons and no...
2011-01-01 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2011-01-01 David ‘Bombe’ RodenMerge branch 'protocol-version' into next
2011-01-01 David ‘Bombe’ RodenParse protocol version from sone XML, don’t parse if...
2011-01-01 David ‘Bombe’ RodenAdd protocol version to inserted XML.
2011-01-01 David ‘Bombe’ RodenHide information in notification until a link is clicked.
2011-01-01 David ‘Bombe’ RodenRemove unnecessary CSS rule.
2011-01-01 David ‘Bombe’ RodenAdd method to show a notification’s details.
2011-01-01 David ‘Bombe’ RodenStore the list notification itself in the notification...
2010-12-31 David ‘Bombe’ RodenReactivate status polling on all pages, it’s necessary...
2010-12-31 David ‘Bombe’ RodenDon’t try to get the status of a non-existing Sone.
2010-12-31 David ‘Bombe’ RodenDon’t create cookies for link-enabled checking.
2010-12-31 David ‘Bombe’ RodenOnly poll for status if a page ID is actually defined.
2010-12-31 David ‘Bombe’ RodenDon’t poll for status on the login page.
2010-12-31 David ‘Bombe’ RodenSet page ID on login page.
2010-12-31 David ‘Bombe’ RodenUse session mechanisms from SoneTemplatePage.
2010-12-31 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-30 David ‘Bombe’ RodenMerge branch 'master' into next
2010-12-30 David ‘Bombe’ RodenMerge branch 'release-0.3.6.2' 0.3.6.2
2010-12-30 David ‘Bombe’ RodenSet version to 0.3.6.2.
2010-12-30 David ‘Bombe’ RodenFix posting (again). This should now not perform a...
2010-12-30 David ‘Bombe’ RodenMerge branch 'master' into next
2010-12-30 David ‘Bombe’ RodenMerge branch 'fix-posting' 0.3.6.1
2010-12-30 David ‘Bombe’ RodenSet version to 0.3.6.1.
2010-12-30 David ‘Bombe’ RodenFix posting.
2010-12-30 David ‘Bombe’ RodenMerge branch 'release-0.3.6' 0.3.6
2010-12-30 David ‘Bombe’ RodenSet version to 0.3.6.
2010-12-30 David ‘Bombe’ RodenImprove check for already existing posts and replies.
2010-12-30 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-30 David ‘Bombe’ RodenAdd all posts that have the current Sone as recipient.
2010-12-30 David ‘Bombe’ RodenRename variable to fit purpose better.
2010-12-30 David ‘Bombe’ RodenDon’t post a new status if no text was entered.
2010-12-30 David ‘Bombe’ RodenTry to prevent deadlocks when saving the configuration.
2010-12-30 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-30 David ‘Bombe’ RodenMerge branch 'new-priorities' into next
2010-12-30 David ‘Bombe’ RodenCreate our own realtime client for requests.
2010-12-22 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-22 David ‘Bombe’ RodenSave the configuration after marking posts and replies...
2010-12-21 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-21 David ‘Bombe’ RodenStop the Sone downloader and unregister all USKs when...
2010-12-18 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-18 David ‘Bombe’ RodenMerge branch 'master' into next
2010-12-18 David ‘Bombe’ RodenMerge branch 'fix-wrong-version-number' 0.3.5.1
2010-12-18 David ‘Bombe’ RodenSet version number to 0.3.5.1.
2010-12-18 David ‘Bombe’ RodenMerge branch 'release-0.3.5' 0.3.5
2010-12-18 David ‘Bombe’ RodenSimplify removal of ticker object, ensure that the...
2010-12-18 David ‘Bombe’ RodenRemove ticker object when sone-is-locked notification...
2010-12-18 David ‘Bombe’ RodenUse different character for arrow.
2010-12-18 David ‘Bombe’ RodenShow trust differently.
2010-12-18 David ‘Bombe’ RodenUse different character for arrow.
2010-12-18 David ‘Bombe’ RodenAdd trust accessor to template factory.
2010-12-18 David ‘Bombe’ RodenAdd field to trust accessor that denotes whether the...
2010-12-18 David ‘Bombe’ RodenAdd field to trust accessor that returns whether the...
2010-12-17 David ‘Bombe’ RodenDon’t create a new session in the link-enabled callback...
2010-12-17 David ‘Bombe’ RodenAdd methods to get the current Sone without creating...
2010-12-15 David ‘Bombe’ RodenDisplay trust values a bit more concise.
2010-12-15 David ‘Bombe’ RodenAdd trust accessor.
2010-12-15 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-15 David ‘Bombe’ RodenShow trust values below avatars.
2010-12-15 David ‘Bombe’ RodenReturn the trust of a Sone.
2010-12-15 David ‘Bombe’ RodenAdd method to get the trust between two Sones.
2010-12-15 David ‘Bombe’ RodenFix identity checking.
2010-12-15 David ‘Bombe’ RodenAdd method to retrieve the trust of an identity for...
2010-12-13 David ‘Bombe’ RodenAdd method to set identity trust.
next