Add unit test for IdentityChangeEventSender.
[Sone.git] / src /
2014-02-28 David ‘Bombe’ RodenFix formatting.
2014-02-28 David ‘Bombe’ RodenRemove some impossible-to-trigger code.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary parameter.
2014-02-28 David ‘Bombe’ RodenVerify that a invalid Sone time causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that a missing protocol version does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that an image with invalid dimensions causes...
2014-02-28 David ‘Bombe’ RodenVerify that an invalid image causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid parent album causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid album causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that a missing <albums> section does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that a missing post-likes section does not cause...
2014-02-28 David ‘Bombe’ RodenRename test for invalid post times.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid reply times.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid replies.
2014-02-28 David ‘Bombe’ RodenVerify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe’ RodenAdd test for malformed post time.
2014-02-28 David ‘Bombe’ RodenAdd test for malformed post XML.
2014-02-28 David ‘Bombe’ RodenThrow special exception if a time can not be parsed.
2014-02-28 David ‘Bombe’ RodenThrow exception when a post misses something vital.
2014-02-28 David ‘Bombe’ RodenTest that a missing <posts> section does not cause...
2014-02-28 David ‘Bombe’ RodenAdd tests for invalid and duplicate fields.
2014-02-28 David ‘Bombe’ RodenThrow a duplicate field exception when a duplicate...
2014-02-28 David ‘Bombe’ RodenThrow malformed XML exception when fields can not be...
2014-02-28 David ‘Bombe’ RodenThrow the correct exception when a duplicate field...
2014-02-28 David ‘Bombe’ RodenAdd tests for missing and empty profiles.
2014-02-28 David ‘Bombe’ RodenFix imports.
2014-02-28 David ‘Bombe’ RodenUse exceptions to signal an error when parsing a Sone.
2014-02-28 David ‘Bombe’ RodenRevert "Return an optional from the Sone parser."
2014-02-28 David ‘Bombe’ RodenAdd test for an invalid client.
2014-02-28 David ‘Bombe’ RodenReturn absent() instead of null.
2014-02-28 David ‘Bombe’ RodenUse XML files for all error conditions, expand test...
2014-02-28 David ‘Bombe’ RodenUse the ID of a reply instead of a post.
2014-02-28 David ‘Bombe’ RodenAdd recipient for one of the posts.
2014-02-28 David ‘Bombe’ RodenRemove some very obvious javadoc comments.
2014-02-28 David ‘Bombe’ RodenAdd more tests.
2014-02-28 David ‘Bombe’ RodenDon’t use the fingerprint of a field that has a null...
2014-02-28 David ‘Bombe’ RodenTest setting a/no avatar.
2014-02-28 David ‘Bombe’ RodenDon’t throw exception when removing a field that is...
2014-02-28 David ‘Bombe’ RodenAdd lots of tests for the profile.
2014-02-28 David ‘Bombe’ RodenDon’t throw exceptions when moving up/down the first...
2014-02-28 David ‘Bombe’ RodenFix duplicate-field detection.
2014-02-28 David ‘Bombe’ RodenFix javadoc.
2014-02-28 David ‘Bombe’ RodenReturn optionals of fields.
2014-02-28 David ‘Bombe’ RodenMake profile fields immutable.
2014-02-28 David ‘Bombe’ RodenUse helper method.
2014-02-28 David ‘Bombe’ RodenAdd method to set the value of a field.
2014-02-28 David ‘Bombe’ RodenAdd test for adding a field.
2014-02-28 David ‘Bombe’ RodenUse renameField method to rename fields.
2014-02-28 David ‘Bombe’ RodenRename FieldTest to ProfileTest.
2014-02-28 David ‘Bombe’ RodenAdd method to rename a field.
2014-02-28 David ‘Bombe’ RodenAdd Field constructor that takes all values.
2014-02-28 David ‘Bombe’ RodenUse XML file to test a complete Sone.
2014-02-28 David ‘Bombe’ RodenUse a real XML file for testing.
2014-02-28 David ‘Bombe’ RodenStore all albums.
2014-02-28 David ‘Bombe’ RodenStore parent album ID in abstract album.
2014-02-28 David ‘Bombe’ RodenTest that a missing timestamp causes the Sone not to...
2014-02-28 David ‘Bombe’ RodenDon’t echo the HTML to stdout.
2014-02-28 David ‘Bombe’ RodenDeactivate the logger for the test.
2014-02-28 David ‘Bombe’ RodenReturn an optional from the Sone parser.
2014-02-28 David ‘Bombe’ RodenRemove declared exception.
2014-02-28 David ‘Bombe’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenRemove declared exception, it's never thrown.
2014-02-28 David ‘Bombe’ RodenVerify that a Sone with a too large protocol version...
2014-02-28 David ‘Bombe’ RodenAdd unit test for the Sone parser.
2014-02-28 David ‘Bombe’ RodenLog the content of the protocol version optionals.
2014-02-28 David ‘Bombe’ RodenOnly log the IDs of Sones.
2014-02-28 David ‘Bombe’ RodenStore the avatar ID differently in profile.
2014-02-28 David ‘Bombe’ RodenUse the given database instead of the core to load...
2014-02-28 David ‘Bombe’ RodenFix synchronisation.
2014-02-28 David ‘Bombe’ RodenAdd database parameter to Sone parser.
2014-02-28 David ‘Bombe’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenActually return a Sone builder.
2014-02-28 David ‘Bombe’ RodenStore replies to a post in a multimap.
2014-02-28 David ‘Bombe’ RodenUse a multimap to store the posts directed at a Sone.
2014-02-28 David ‘Bombe’ RodenUse a multimap to store the posts for a Sone.
2014-02-28 David ‘Bombe’ RodenDon’t store/parse post ID as UUID.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary parameter.
2014-02-28 David ‘Bombe’ RodenMove parsing of protocol version into its own method.
2014-02-28 David ‘Bombe’ RodenMove parsing of Sone XML into its own method.
2014-02-28 David ‘Bombe’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenMove parsing of client information into its own method.
2014-02-28 David ‘Bombe’ RodenSet client information in Sone builder.
2014-02-28 David ‘Bombe’ RodenUse a modifier to set the latest edition of a Sone.
2014-02-28 David ‘Bombe’ RodenRemove methods to manipulate a Sone’s request and inser...
2014-02-28 David ‘Bombe’ RodenAdd function that converts a Sone into its request...
2014-02-28 David ‘Bombe’ RodenUse isLocal() instead of checking the insert URI.
2014-02-28 David ‘Bombe’ RodenDon’t copy the insert URI into the parsed Sone.
2014-02-28 David ‘Bombe’ RodenDon’t parse the (non-existing!) request URI from the...
2014-02-28 David ‘Bombe’ RodenDon’t store the insert URI in the information used...
2014-02-28 David ‘Bombe’ RodenRestore the actual purpose of the code.
2014-02-28 David ‘Bombe’ RodenRemove setIdentity() from Sone.
2014-02-28 David ‘Bombe’ RodenAssign an empty name as default.
2014-02-28 David ‘Bombe’ RodenStore birth date in its own class, only update it via...
2014-02-28 David ‘Bombe’ RodenStore a Sone’s name in its own class, use a modifier...
2014-02-28 David ‘Bombe’ RodenMove Sone parsing into its own class.
2014-02-28 David ‘Bombe’ RodenActually declare the abstract reply builder as abstract.
2014-02-28 David ‘Bombe’ RodenRemove method to mark replies as known from the core.
2014-02-28 David ‘Bombe’ RodenAdd callback when reply is updated.
2014-02-28 David ‘Bombe’ RodenAdd modifier to post replies to mark them known.
next