Sone.git
2014-03-01 David ‘Bombe... Store identities in database.
2014-03-01 David ‘Bombe... Initialize new remote Sones with a dummy Client.
2014-02-28 David ‘Bombe... Add test for javascript filter.
2014-02-28 David ‘Bombe... Add unit test for DeletePostAjaxPage.
2014-02-28 David ‘Bombe... Fix import.
2014-02-28 David ‘Bombe... Add test for list notifications.
2014-02-28 David ‘Bombe... Add test for creating replies via AJAX.
2014-02-28 David ‘Bombe... Add test for creating a post via AJAX.
2014-02-28 David ‘Bombe... If no current Sone exists, return an error.
2014-02-28 David ‘Bombe... Clean up imports.
2014-02-28 David ‘Bombe... Make mocked posts retrievable.
2014-02-28 David ‘Bombe... Add concept of a current Sone.
2014-02-28 David ‘Bombe... Mock some post database interactions.
2014-02-28 David ‘Bombe... Implement getLocalSone in mocked Core.
2014-02-28 David ‘Bombe... Mock the HTTP request, too.
2014-02-28 David ‘Bombe... Remove unused methods.
2014-02-28 David ‘Bombe... Add test case for JsonPage.
2014-02-28 David ‘Bombe... Add default options to mocked core.
2014-02-28 David ‘Bombe... Add test for no-login requirement.
2014-02-28 David ‘Bombe... Refactor test, move mocks and verifiers to their respec...
2014-02-28 David ‘Bombe... Move verifiers to different package.
2014-02-28 David ‘Bombe... Fix javadoc.
2014-02-28 David ‘Bombe... Use a single constant for the string to be encoded.
2014-02-28 David ‘Bombe... Fix shadow creation.
2014-02-28 David ‘Bombe... Add unit test for ReceivedReplyEvent.
2014-02-28 David ‘Bombe... Add unit test for PluginConnector.
2014-02-28 David ‘Bombe... Move field set matcher to Matchers.
2014-02-28 David ‘Bombe... Add unit test for IdentityEvent and OwnIdentityEvent.
2014-02-28 David ‘Bombe... Add unit test for StringBucket.
2014-02-28 David ‘Bombe... Add unit test for IdentityChangeEventSender.
2014-02-28 David ‘Bombe... Move more of identity change detection into an easily...
2014-02-28 David ‘Bombe... Implement hashCode() and equals().
2014-02-28 David ‘Bombe... Use identity helpers.
2014-02-28 David ‘Bombe... Add helper methods for creating identities.
2014-02-28 David ‘Bombe... Move InputStream matcher to Matchers.
2014-02-28 David ‘Bombe... Add unit test for SimpleFieldSetBuilder.
2014-02-28 David ‘Bombe... Add matchers for iterators.
2014-02-28 David ‘Bombe... Add unit test for PluginStoreConfigurationBackend.
2014-02-28 David ‘Bombe... Add unit test for L10nFilter.
2014-02-28 David ‘Bombe... Increase coverage of default identity.
2014-02-28 David ‘Bombe... Add class with Sone-specific matchers.
2014-02-28 David ‘Bombe... Add unit tests for identity events.
2014-02-28 David ‘Bombe... Remove empty line.
2014-02-28 David ‘Bombe... Increase test coverage of Trust.
2014-02-28 David ‘Bombe... Add unit test for Identity.
2014-02-28 David ‘Bombe... Convert an Identity into a Map, not a Collection of...
2014-02-28 David ‘Bombe... Use the identity loader for loading identities.
2014-02-28 David ‘Bombe... Remove sync object, simply sync on own identities.
2014-02-28 David ‘Bombe... Add an identity loader.
2014-02-28 David ‘Bombe... Add tests that verify that a non-existing identity...
2014-02-28 David ‘Bombe... Allow method chaining when changing identities.
2014-02-28 David ‘Bombe... Remove unused code.
2014-02-28 David ‘Bombe... Add unit test for WebOfTrustConnector.
2014-02-28 David ‘Bombe... Remove unused method.
2014-02-28 David ‘Bombe... Add equals() and hashCode() implementation.
2014-02-28 David ‘Bombe... Add unit test for ImageLinkFilter.
2014-02-28 David ‘Bombe... Add unit test for ImageAccessor.
2014-02-28 David ‘Bombe... React correctly when parameters are not given.
2014-02-28 David ‘Bombe... Add unit test for IdentityAccessor.
2014-02-28 David ‘Bombe... Add unit test for HttpRequestAccessor.
2014-02-28 David ‘Bombe... Add unit test for CssClassNameFilter.
2014-02-28 David ‘Bombe... Remove unused plugin.
2014-02-28 David ‘Bombe... Use Joiner and TO_NICE_NAME to concatenate the Sone...
2014-02-28 David ‘Bombe... Add function that transforms a Sone into its nice name.
2014-02-28 David ‘Bombe... Use ComparisonChain for nice name comparator.
2014-02-28 David ‘Bombe... Add unit test for CollectionAccessor.
2014-02-28 David ‘Bombe... Extract some functionality into their own methods.
2014-02-28 David ‘Bombe... Add unit test for AlbumAccessor.
2014-02-28 David ‘Bombe... Expose Link class.
2014-02-28 David ‘Bombe... Add tests for isFreenetLink() and isPlainText().
2014-02-28 David ‘Bombe... Rework the text parser.
2014-02-28 David ‘Bombe... Remove modifier from interface.
2014-02-28 David ‘Bombe... Extract functions to detect long-enough links.
2014-02-28 David ‘Bombe... Extract function to detect whether a freenet link match...
2014-02-28 David ‘Bombe... Extract removal of trailing whitespace parts into its...
2014-02-28 David ‘Bombe... Extract finding next whitespace into its own method.
2014-02-28 David ‘Bombe... Always use the correct length of the scheme.
2014-02-28 David ‘Bombe... Move finding the next link into its own method.
2014-02-28 David ‘Bombe... Add test case for multiple different links in one line.
2014-02-28 David ‘Bombe... Store in link type whether a link is an internet link.
2014-02-28 David ‘Bombe... Remove unnecessary cast.
2014-02-28 David ‘Bombe... Remove unused cast.
2014-02-28 David ‘Bombe... Store in link type whether a link is a freenet link.
2014-02-28 David ‘Bombe... Rewrite parser tests.
2014-02-28 David ‘Bombe... Remove unused request.
2014-02-28 David ‘Bombe... Add unit test for SonePart.
2014-02-28 David ‘Bombe... Use static import.
2014-02-28 David ‘Bombe... Add unit test for PostPart.
2014-02-28 David ‘Bombe... Override equals() and hashCode().
2014-02-28 David ‘Bombe... Add unit test for FreenetLinkPart.
2014-02-28 David ‘Bombe... Add unit test for LinkPart.
2014-02-28 David ‘Bombe... Add unit test for PlainTextPart.
2014-02-28 David ‘Bombe... Remove unused import.
2014-02-28 David ‘Bombe... Override hashCode() and equals().
2014-02-28 David ‘Bombe... Override Object methods.
2014-02-28 David ‘Bombe... Add hashCode() and equals().
2014-02-28 David ‘Bombe... Override Object methods.
2014-02-28 David ‘Bombe... Add unit test for PartContainer.
2014-02-28 David ‘Bombe... Add unit test for TextFilter.
2014-02-28 David ‘Bombe... Add unit test for IntegerRangePredicate.
next