Don’t set the latest edition from the WoT URI!
[Sone.git] / src / main / java / net / pterodactylus / sone / data /
2010-11-05 David ‘Bombe’ RodenDon’t set the latest edition from the WoT URI!
2010-11-04 David ‘Bombe’ RodenRemove logging of friends.
2010-11-04 David ‘Bombe’ RodenReturn null when the insert URI is null, don’t NPE.
2010-11-04 David ‘Bombe’ RodenReturn to storing the ID instead of getting it from...
2010-11-02 David ‘Bombe’ RodenCreate proper Sone URIs.
2010-11-02 David ‘Bombe’ RodenStore latest edition in Sone, update WoT properties...
2010-11-01 David ‘Bombe’ RodenStore the identity instead of the ID and the nickname...
2010-11-01 David ‘Bombe’ RodenAdd name comparator.
2010-11-01 David ‘Bombe’ RodenAdd time comparator.
2010-10-30 David ‘Bombe’ RodenMerge branch 'next' into wot-integration
2010-10-30 David ‘Bombe’ RodenRemove blocking, blacklisting, and distribution of...
2010-10-30 David ‘Bombe’ RodenStore ID as string.
2010-10-29 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-29 David ‘Bombe’ RodenAdd lots of synchronization.
2010-10-29 David ‘Bombe’ RodenPrevent insert and request URIs from being overwritten...
2010-10-27 David ‘Bombe’ RodenSort Sones ignoring case.
2010-10-24 David ‘Bombe’ RodenAdd birth date to profile.
2010-10-23 David ‘Bombe’ RodenStore IDs of like replies in Sone.
2010-10-23 David ‘Bombe’ RodenImplement “like” button.
2010-10-22 David ‘Bombe’ RodenAdding and removing friends does not modify a Sone...
2010-10-21 David ‘Bombe’ RodenReturn friends sorted by name.
2010-10-18 David ‘Bombe’ RodenBlocking or unblocking sites inserts a new update of...
2010-10-18 David ‘Bombe’ RodenFix method name.
2010-10-18 David ‘Bombe’ RodenStore list of blocked Sone IDs in Sone.
2010-10-18 David ‘Bombe’ RodenStore posts in a set, not in a list!
2010-10-17 David ‘Bombe’ RodenStore the time of the last update in the Sone.
2010-10-16 David ‘Bombe’ RodenRestrict identity to the ID again.
2010-10-16 David ‘Bombe’ RodenCopying a null profile results in an empty profile.
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’ RodenAllow method chaining in Profile.
2010-10-15 David ‘Bombe’ RodenRemove the shell stuff, make objects mutable.
2010-10-15 David ‘Bombe’ RodenDon’t use the Sone’s ID but (maybe) also the Sone’s...
2010-10-15 David ‘Bombe’ RodenDon’t create new shells all the time!
2010-10-15 David ‘Bombe’ RodenDon’t let a Sone add itself as friend!
2010-10-15 David ‘Bombe’ RodenRename “friend Sone” to just “friend.”
2010-10-15 David ‘Bombe’ RodenShow number of friends.
2010-10-15 David ‘Bombe’ RodenOutput class name, we might be a Shell.
2010-10-15 David ‘Bombe’ RodenAdd javadoc.
2010-10-15 David ‘Bombe’ RodenDon’t store a Shell if there is already the real thing...
2010-10-14 David ‘Bombe’ RodenAdd logging.
2010-10-14 David ‘Bombe’ RodenOverride Object.toString().
2010-10-14 David ‘Bombe’ RodenAdd method to update the suggested edition on the inser...
2010-10-14 David ‘Bombe’ RodenSort posts in Sones.
2010-10-14 David ‘Bombe’ RodenReturn replies sorted.
2010-10-14 David ‘Bombe’ RodenPrevent NPEs when accessing an unset time.
2010-10-14 David ‘Bombe’ RodenAlways return the replies sorted by time, oldest first.
2010-10-14 David ‘Bombe’ RodenThe used UUIDs are an implementation detail. Hide it.
2010-10-14 David ‘Bombe’ RodenAlways create Shells with IDs.
2010-10-14 David ‘Bombe’ RodenRewrite shell cache to create shells, if necessary.
2010-10-14 David ‘Bombe’ RodenOnly allow unshelling a post if its Sone is not a shell.
2010-10-14 David ‘Bombe’ RodenOnly allow unshelling a reply if both its post and...
2010-10-14 David ‘Bombe’ RodenAdd some shell creators.
2010-10-14 David ‘Bombe’ RodenChange contract of Shell.getShelled().
2010-10-14 David ‘Bombe’ RodenAdd shell creator interface.
2010-10-14 David ‘Bombe’ RodenUse a more generic Shell-aware cache.
2010-10-14 David ‘Bombe’ RodenAdd Shell for Sone.
2010-10-14 David ‘Bombe’ RodenRemove obsolete User class.
2010-10-14 David ‘Bombe’ RodenWrap Post and Reply into a Shell.
2010-10-14 David ‘Bombe’ RodenAdd interface for not-yet-created objects.
2010-10-14 David ‘Bombe’ RodenUse all parameters for equality.
2010-10-14 David ‘Bombe’ RodenUse normal right-shift.
2010-10-14 David ‘Bombe’ RodenUse all available parameters for post equality.
2010-10-14 David ‘Bombe’ RodenStore all replies of a Sone in the Sone.
2010-10-14 David ‘Bombe’ RodenStore the Sone in the reply.
2010-10-14 David ‘Bombe’ RodenReturn a Set because that’s what it is.
2010-10-14 David ‘Bombe’ RodenStore replies in post.
2010-10-14 David ‘Bombe’ RodenAdd container for replies.
2010-10-14 David ‘Bombe’ RodenUse the hashCode() of the ID.
2010-10-14 David ‘Bombe’ RodenAdd code comment.
2010-10-14 David ‘Bombe’ RodenAdd a GUID to Post.
2010-10-14 David ‘Bombe’ RodenMove post creation back to CreatePostPage.
2010-10-14 David ‘Bombe’ RodenCheck if post belongs to this Sone before trying to...
2010-10-14 David ‘Bombe’ RodenStore the originating Sone in the post.
2010-10-14 David ‘Bombe’ RodenAdd posts to Sone.
2010-10-14 David ‘Bombe’ RodenOverride Object.hashCode() and Object.equals().
2010-10-14 David ‘Bombe’ RodenUse traditional getter method names.
2010-10-14 David ‘Bombe’ RodenStore a copy of the given profile.
2010-10-14 David ‘Bombe’ RodenAdd “is modified” flag.
2010-10-14 David ‘Bombe’ RodenStore first, middle, and last name.
2010-10-14 David ‘Bombe’ RodenA profile does not have a username, the Sone has a...
2010-10-14 David ‘Bombe’ RodenAdd profile to Sone.
2010-10-14 David ‘Bombe’ RodenAdd copy constructor.
2010-10-14 David ‘Bombe’ RodenUse traditional getter method name.
2010-10-13 David ‘Bombe’ RodenAdd synchronization note.
2010-10-13 David ‘Bombe’ RodenOverride Object.equals().
2010-10-13 David ‘Bombe’ RodenAdd modification counter to Sone.
2010-10-13 David ‘Bombe’ RodenStore the Sone ID instead of the Sone itself in the...
2010-10-13 David ‘Bombe’ RodenAdd name to the Sone.
2010-10-13 David ‘Bombe’ RodenAdd unique ID for the Sone.
2010-10-13 David ‘Bombe’ RodenUse traditional getter names.
2010-10-12 David ‘Bombe’ RodenOverride hashCode().
2010-10-12 David ‘Bombe’ RodenAdd friend Sones.
2010-10-12 David ‘Bombe’ RodenAdd Sone stub.
2010-10-12 David ‘Bombe’ RodenAdd post stub.
2010-10-11 David ‘Bombe’ RodenAdd stub of user.
2010-10-11 David ‘Bombe’ RodenAdd profile stub.