Sone.git
2014-03-26 David ‘Bombe... Move parsing of boolean options into its own method. refactoring
2014-03-26 David ‘Bombe... Fix notifications.
2014-03-26 David ‘Bombe... Turn the database exception into a runtime exception.
2014-03-26 David ‘Bombe... Move saving known posts into its own method.
2014-03-26 David ‘Bombe... Remove Service interface.
2014-03-26 David ‘Bombe... Use static import for String.format.
2014-03-08 David ‘Bombe... Fix display of a last and new post.
2014-03-08 David ‘Bombe... Save configuration after stopping all databases.
2014-03-08 David ‘Bombe... Extract memory-based identity database into its own...
2014-03-08 David ‘Bombe... Extract memory-backed post database into its own class.
2014-03-05 David ‘Bombe... Inner interfaces are always static.
2014-03-05 David ‘Bombe... Add helper method to clear up intent.
2014-03-05 David ‘Bombe... Use static imports.
2014-03-05 David ‘Bombe... Include Sone ID in downloader thread name.
2014-03-05 David ‘Bombe... Move callback wrapper to inner class.
2014-03-05 David ‘Bombe... Move USK callback to inner class.
2014-03-05 David ‘Bombe... Store the “known” status of a post in the database.
2014-03-05 David ‘Bombe... Don’t process a download if the downloader was aborted.
2014-03-05 David ‘Bombe... Use forceful, non-blocking shutdown of thread pool.
2014-03-04 David ‘Bombe... Don’t store Sones in core.
2014-03-04 David ‘Bombe... Remove request and insert URI from default Sone impleme...
2014-03-04 David ‘Bombe... Add storeSone() method to sone database.
2014-03-01 David ‘Bombe... Free all buckets after the insert has finished.
2014-03-01 David ‘Bombe... Store the insert URI in the information used for inserting.
2014-03-01 David ‘Bombe... Add function that converts a Sone into its insert URI.
2014-03-01 David ‘Bombe... Make it possible to mock a Sone’s insert URI.
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...
next