2014-09-30 |
David ‘Bombe’ Roden | Move preferences loading and saving out of the core.
|
commit | commitdiff | tree |
2014-09-30 |
David ‘Bombe’ Roden | Clean up import.
|
commit | commitdiff | tree |
2014-09-30 |
David ‘Bombe’ Roden | Move test Value implementation to top-level class.
|
commit | commitdiff | tree |
2014-09-30 |
David ‘Bombe’ Roden | Add static method to create range.
|
commit | commitdiff | tree |
2014-09-29 |
David ‘Bombe’ Roden | Move option interface and default implementation to...
|
commit | commitdiff | tree |
2014-09-28 |
David ‘Bombe’ Roden | Remove option watcher, it’s not used anymore.
|
commit | commitdiff | tree |
2014-09-28 |
David ‘Bombe’ Roden | Clean up some imports.
|
commit | commitdiff | tree |
2014-09-28 |
David ‘Bombe’ Roden | Use event bus to change FCP interface configuration.
|
commit | commitdiff | tree |
2014-09-28 |
David ‘Bombe’ Roden | Use event bus to activate and deactivate the FCP interface.
|
commit | commitdiff | tree |
2014-09-28 |
David ‘Bombe’ Roden | Use an atomic reference instead of volatile.
|
commit | commitdiff | tree |
2014-09-28 |
David ‘Bombe’ Roden | Use an atomic boolean instead of a volatile boolean.
|
commit | commitdiff | tree |
2014-09-28 |
David ‘Bombe’ Roden | Use events to communicate changes to insertion delay...
|
commit | commitdiff | tree |
2014-09-28 |
David ‘Bombe’ Roden | Clean imports.
|
commit | commitdiff | tree |
2014-09-28 |
David ‘Bombe’ Roden | Set latest edition on the insert URI, too.
|
commit | commitdiff | tree |
2014-09-28 |
David ‘Bombe’ Roden | Don’t set the request URI anymore, either.
|
commit | commitdiff | tree |
2014-09-27 |
David ‘Bombe’ Roden | Verify that the insert URI is not null.
|
commit | commitdiff | tree |
2014-09-27 |
David ‘Bombe’ Roden | Return a copy of the Sones.
|
commit | commitdiff | tree |
2014-09-27 |
David ‘Bombe’ Roden | Store Sones in database only.
|
commit | commitdiff | tree |
2014-09-27 |
David ‘Bombe’ Roden | Don’t set insert URI of a Sone, let it be generated...
|
commit | commitdiff | tree |
2014-09-27 |
David ‘Bombe’ Roden | Don't access the Sone in the constructor.
|
commit | commitdiff | tree |
2014-09-27 |
David ‘Bombe’ Roden | Remove the possibility to create Sones from the getLocalSone...
|
commit | commitdiff | tree |
2014-09-27 |
David ‘Bombe’ Roden | Use a special Sone implementation that only stores...
|
commit | commitdiff | tree |
2014-09-26 |
David ‘Bombe’ Roden | Don’t store a Sone in the Sone inserter.
|
commit | commitdiff | tree |
2014-09-25 |
David ‘Bombe’ Roden | Simply show the Sone ID instead of extracting parts...
|
commit | commitdiff | tree |
2014-09-21 |
David ‘Bombe’ Roden | Fix changed import.
|
commit | commitdiff | tree |
2014-09-21 |
David ‘Bombe’ Roden | Use database methods where possible.
|
commit | commitdiff | tree |
2014-09-21 |
David ‘Bombe’ Roden | Store Sones in the database, too.
|
commit | commitdiff | tree |
2014-09-19 |
David ‘Bombe’ Roden | Fix parsing of latest edition when it’s not present.
|
commit | commitdiff | tree |
2014-09-19 |
David ‘Bombe’ Roden | Use Sone change detector in core to send notifications.
|
commit | commitdiff | tree |
2014-09-19 |
David ‘Bombe’ Roden | Add sone change detector that finds new and removed...
|
commit | commitdiff | tree |
2014-09-18 |
David ‘Bombe’ Roden | Add function that returns all images for a Sone.
|
commit | commitdiff | tree |
2014-09-18 |
David ‘Bombe’ Roden | Move test builders to their own top-level classes.
|
commit | commitdiff | tree |
2014-09-17 |
David ‘Bombe’ Roden | Don’t store post replies sorted by post.
|
commit | commitdiff | tree |
2014-09-17 |
David ‘Bombe’ Roden | Refactor post mocking into its own method.
|
commit | commitdiff | tree |
2014-09-17 |
David ‘Bombe’ Roden | Don’t store posts by recipient, generate them on the...
|
commit | commitdiff | tree |
2014-09-17 |
David ‘Bombe’ Roden | Small optimization when an identity is removed.
|
commit | commitdiff | tree |
2014-09-17 |
David ‘Bombe’ Roden | Add more tests for FreenetInterface.
|
commit | commitdiff | tree |
2014-09-17 |
David ‘Bombe’ Roden | Disallow empty album titles, too.
|
commit | commitdiff | tree |
2014-09-17 |
David ‘Bombe’ Roden | Abort editing an image if title is empty.
|
commit | commitdiff | tree |
2014-09-17 |
David ‘Bombe’ Roden | Don’t allow changing an image’s title into an empty...
|
commit | commitdiff | tree |
2014-09-15 |
David ‘Bombe’ Roden | Redirect to “no permission” page if parent album or...
|
commit | commitdiff | tree |
2014-09-15 |
David ‘Bombe’ Roden | Use real image parsing in Sone downloader test.
|
commit | commitdiff | tree |
2014-09-15 |
David ‘Bombe’ Roden | Store parsed images locally only, get avatar from local...
|
commit | commitdiff | tree |
2014-09-15 |
David ‘Bombe’ Roden | Create images using the core’s image builder.
|
commit | commitdiff | tree |
2014-09-15 |
David ‘Bombe’ Roden | Store all albums from configuration in database.
|
commit | commitdiff | tree |
2014-09-14 |
David ‘Bombe’ Roden | Store all albums and images in the database after loading...
|
commit | commitdiff | tree |
2014-09-14 |
David ‘Bombe’ Roden | Load avatar image correctly.
|
commit | commitdiff | tree |
2014-09-13 |
David ‘Bombe’ Roden | Further reduce dependencies on a Sone for downloading.
|
commit | commitdiff | tree |
2014-09-12 |
David ‘Bombe’ Roden | Remove Sone instance from SoneUpdater interface.
|
commit | commitdiff | tree |
2014-09-12 |
David ‘Bombe’ Roden | Add interface between freenet interface and Sone downloader.
|
commit | commitdiff | tree |
2014-09-12 |
David ‘Bombe’ Roden | Use fetch action instead of custom Runnable.
|
commit | commitdiff | tree |
2014-09-12 |
David ‘Bombe’ Roden | Move parsing of latest edition out of the synchronized...
|
commit | commitdiff | tree |
2014-09-09 |
David ‘Bombe’ Roden | Store albums and images per-Sone in database.
|
commit | commitdiff | tree |
2014-09-09 |
David ‘Bombe’ Roden | Move image parsing to new configuration parser.
|
commit | commitdiff | tree |
2014-09-09 |
David ‘Bombe’ Roden | Move album parsing to new configuration parser.
|
commit | commitdiff | tree |
2014-09-08 |
David ‘Bombe’ Roden | Set Sone in album builder, remote getOrCreate method...
|
commit | commitdiff | tree |
2014-09-08 |
David ‘Bombe’ Roden | Move friend parsing to new configuration parser.
|
commit | commitdiff | tree |
2014-09-08 |
David ‘Bombe’ Roden | Move liked post reply IDs to new configuration parser.
|
commit | commitdiff | tree |
2014-09-08 |
David ‘Bombe’ Roden | Return sets instead of collections for posts and replies.
|
commit | commitdiff | tree |
2014-09-08 |
David ‘Bombe’ Roden | Move liked post IDs parsing to new configuration parser.
|
commit | commitdiff | tree |
2014-09-07 |
David ‘Bombe’ Roden | Move post reply parsing to new configuration parser.
|
commit | commitdiff | tree |
2014-09-07 |
David ‘Bombe’ Roden | Start moving parsing a Sone from a configuration to...
|
commit | commitdiff | tree |
2014-09-07 |
David ‘Bombe’ Roden | Move parsing the profile to its own method.
|
commit | commitdiff | tree |
2014-09-07 |
David ‘Bombe’ Roden | Remove unused methods in core.
|
commit | commitdiff | tree |
2014-09-07 |
David ‘Bombe’ Roden | Rename method that creates albums if they don’t exist.
|
commit | commitdiff | tree |
2014-08-29 |
David ‘Bombe’ Roden | Move dependency injection configuration closer to where...
|
commit | commitdiff | tree |
2014-08-25 |
David ‘Bombe’ Roden | Return own identities even if they don’t have the correct...
|
commit | commitdiff | tree |
2014-08-25 |
David ‘Bombe’ Roden | Add Sone-specific options object.
|
commit | commitdiff | tree |
2014-08-10 |
David ‘Bombe’ Roden | Extract identity manager interface.
|
commit | commitdiff | tree |
2014-08-10 |
David ‘Bombe’ Roden | Extract interface for Sone downloader.
|
commit | commitdiff | tree |
2014-08-09 |
David ‘Bombe’ Roden | Whitespace.
|
commit | commitdiff | tree |
2014-08-09 |
David ‘Bombe’ Roden | Remove test that can not guarantee its success.
|
commit | commitdiff | tree |
2014-08-09 |
David ‘Bombe’ Roden | Extract interface from the web of trust updater.
|
commit | commitdiff | tree |
2014-08-07 |
David ‘Bombe’ Roden | Fix own identities without trust identities from disappearing.
|
commit | commitdiff | tree |
2014-08-07 |
David ‘Bombe’ Roden | Add test for Sone downloader.
|
commit | commitdiff | tree |
2014-08-06 |
David ‘Bombe’ Roden | Restrict access to methods.
|
commit | commitdiff | tree |
2014-08-05 |
David ‘Bombe’ Roden | Add equals() implementation.
|
commit | commitdiff | tree |
2014-08-05 |
David ‘Bombe’ Roden | Description can never be null.
|
commit | commitdiff | tree |
2014-08-05 |
David ‘Bombe’ Roden | Check the argument, not the state.
|
commit | commitdiff | tree |
2014-08-05 |
David ‘Bombe’ Roden | Trim field name before using it.
|
commit | commitdiff | tree |
2014-08-04 |
David ‘Bombe’ Roden | Remove unused method.
|
commit | commitdiff | tree |
2014-08-04 |
David ‘Bombe’ Roden | Add unit test for preferences.
|
commit | commitdiff | tree |
2014-08-04 |
David ‘Bombe’ Roden | Add tests for web of trust updater.
|
commit | commitdiff | tree |
2014-08-04 |
David ‘Bombe’ Roden | Remove unnecessary method.
|
commit | commitdiff | tree |
2014-08-03 |
David ‘Bombe’ Roden | Remove unused method.
|
commit | commitdiff | tree |
2014-08-03 |
David ‘Bombe’ Roden | No need to check for the stop job.
|
commit | commitdiff | tree |
2014-08-03 |
David ‘Bombe’ Roden | Add unit test for “set trust” job.
|
commit | commitdiff | tree |
2014-08-03 |
David ‘Bombe’ Roden | Update identities only after the WOT has been modified.
|
commit | commitdiff | tree |
2014-08-03 |
David ‘Bombe’ Roden | Require that truster and trustee are always non-null.
|
commit | commitdiff | tree |
2014-08-03 |
David ‘Bombe’ Roden | Actually remove trust when setting it null.
|
commit | commitdiff | tree |
2014-08-03 |
David ‘Bombe’ Roden | Remove unnecessary casts.
|
commit | commitdiff | tree |
2014-08-03 |
David ‘Bombe’ Roden | Add unit test for sone rescuer.
|
commit | commitdiff | tree |
2014-08-03 |
David ‘Bombe’ Roden | Suppress some warnings.
|
commit | commitdiff | tree |
2014-08-02 |
David ‘Bombe’ Roden | Make delay configurable in test constructor to allow...
|
commit | commitdiff | tree |
2014-08-02 |
David ‘Bombe’ Roden | Add more tests of sone inserter.
|
commit | commitdiff | tree |
2014-08-02 |
David ‘Bombe’ Roden | “sone” can never be null, the constructor would balk.
|
commit | commitdiff | tree |
2014-08-02 |
David ‘Bombe’ Roden | Add test for “set property” job.
|
commit | commitdiff | tree |
2014-08-02 |
David ‘Bombe’ Roden | Add test for insert token.
|
commit | commitdiff | tree |
2014-08-01 |
David ‘Bombe’ Roden | Increase test coverage.
|
commit | commitdiff | tree |
2014-08-01 |
David ‘Bombe’ Roden | Increase test coverage.
|
commit | commitdiff | tree |
next |