2010-10-15 |
David ‘Bombe’ Roden | Allow Sone, Post, and Reply creation only through the... |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Add ID-only constructors. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Rename methods that add local and remote Sones. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Add parsing stub. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Allow method chaining in Profile. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Create a static file delivery page, use it to deliver... |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Enhance logging. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Only fetch Sone if the newest slot was found. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Start the Sone downloader, otherwise it can not be... |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Don’t access the Sone cache directly. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Remove the shell stuff, make objects mutable. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Stop logging when starting the plugin failed. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Don’t use the Sone’s ID but (maybe) also the Sone’s... |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Don’t create new shells all the time! |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Don’t let a Sone add itself as friend! |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Rename “friend Sone” to just “friend.” |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Don’t let a Sone follow itself! |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Show number of friends. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Output class name, we might be a Shell. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Rename template. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Load and save friends. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Add method to add remote Sones for watching. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Add javadoc. |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Don’t store a Shell if there is already the real thing... |
tree | commitdiff |
2010-10-15 |
David ‘Bombe’ Roden | Rename “add friend” action to “follow Sone” for now. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add logging. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add Sone downloader. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Create keys correctly. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Terminate the list of Sones as well. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Override Object.toString(). |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Terminate list of Posts and Replies (to prevent Ghost... |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Store more information about the Sone of replies. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Extract nice name formatting into its own method. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Update the edition numbers in the keys. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add method to update the suggested edition on the inser... |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Convert the keys to USK when creating the Sone. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Don’t try to get a null Sone. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Don’t add Sone twice. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Store all added Sones in the Sone cache. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add page that adds a friend. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Every time a Sone is fetched, see if it can be unshelled. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add “isFriend” and “isCurrent” properties. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Sort posts in Sones. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Return replies sorted. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Prevent NPEs when accessing an unset time. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Always return the replies sorted by time, oldest first. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add Sone accessor. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add page that views a Sone. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add method to return a Sone by its ID. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | The used UUIDs are an implementation detail. Hide it. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Always create Shells with IDs. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Load replies and store everything in caches. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Rewrite shell cache to create shells, if necessary. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Only allow unshelling a post if its Sone is not a shell. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Only allow unshelling a reply if both its post and... |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add some shell creators. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Change contract of Shell.getShelled(). |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add shell creator interface. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Save replies on stopping. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Use a more generic Shell-aware cache. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add Shell for Sone. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Remove obsolete User class. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add cache for Posts that is Shell-aware and throws... |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Wrap Post and Reply into a Shell. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add interface for not-yet-created objects. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Use all parameters for equality. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Use normal right-shift. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Use all available parameters for post equality. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Store all replies of a Sone in the Sone. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Store the Sone in the reply. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Return a Set because that’s what it is. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Store replies in post. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add container for replies. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Use the hashCode() of the ID. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add code comment. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Name service. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Change restart and wait logic. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Load/save all posts of a Sone on starting/stopping. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add a GUID to Post. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Move post creation back to CreatePostPage. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Show posts of Sone and friends on index page. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Check if post belongs to this Sone before trying to... |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Store the originating Sone in the post. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Move L10nFilter to own file, remove Sone template facto... |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add posting ability. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Prevent resource leaks. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Only show “create Sone” in menu when not logged in. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Fix parameter name. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add posts to Sone. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Override Object.hashCode() and Object.equals(). |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Use traditional getter method names. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Enhance logging. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Implement profile editing. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Reduce occurences of String concatenation. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Store a copy of the given profile. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Load and save profile information. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Show name fields on page. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Set a new profile for a newly created Sone. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add stub of “edit profile” page. |
tree | commitdiff |
2010-10-14 |
David ‘Bombe’ Roden | Add “is modified” flag. |
tree | commitdiff |
next |