David ‘Bombe’ Roden [Tue, 30 Sep 2014 05:11:36 +0000 (07:11 +0200)]
Add static method to create range.
David ‘Bombe’ Roden [Mon, 29 Sep 2014 16:28:27 +0000 (18:28 +0200)]
Move option interface and default implementation to top-level classes.
David ‘Bombe’ Roden [Sun, 28 Sep 2014 20:38:45 +0000 (22:38 +0200)]
Remove option watcher, it’s not used anymore.
David ‘Bombe’ Roden [Sun, 28 Sep 2014 20:36:51 +0000 (22:36 +0200)]
Clean up some imports.
David ‘Bombe’ Roden [Sun, 28 Sep 2014 20:23:12 +0000 (22:23 +0200)]
Use event bus to change FCP interface configuration.
David ‘Bombe’ Roden [Sun, 28 Sep 2014 18:47:00 +0000 (20:47 +0200)]
Use event bus to activate and deactivate the FCP interface.
David ‘Bombe’ Roden [Sun, 28 Sep 2014 18:21:57 +0000 (20:21 +0200)]
Use an atomic reference instead of volatile.
David ‘Bombe’ Roden [Sun, 28 Sep 2014 18:19:56 +0000 (20:19 +0200)]
Use an atomic boolean instead of a volatile boolean.
David ‘Bombe’ Roden [Sun, 28 Sep 2014 14:00:59 +0000 (16:00 +0200)]
Use events to communicate changes to insertion delay configuration.
David ‘Bombe’ Roden [Sun, 28 Sep 2014 12:01:23 +0000 (14:01 +0200)]
Clean imports.
David ‘Bombe’ Roden [Sun, 28 Sep 2014 11:57:19 +0000 (13:57 +0200)]
Set latest edition on the insert URI, too.
This should prevent ridiculously large editions when creating insert
keys from the identity keys.
David ‘Bombe’ Roden [Sun, 28 Sep 2014 11:56:36 +0000 (13:56 +0200)]
Don’t set the request URI anymore, either.
It can also be calculcated from the identity’s key, together with the
latest edition of the Sone.
David ‘Bombe’ Roden [Sat, 27 Sep 2014 18:40:48 +0000 (20:40 +0200)]
Verify that the insert URI is not null.
David ‘Bombe’ Roden [Sat, 27 Sep 2014 18:40:38 +0000 (20:40 +0200)]
Return a copy of the Sones.
David ‘Bombe’ Roden [Sat, 27 Sep 2014 18:40:14 +0000 (20:40 +0200)]
Store Sones in database only.
David ‘Bombe’ Roden [Sat, 27 Sep 2014 18:31:57 +0000 (20:31 +0200)]
Don’t set insert URI of a Sone, let it be generated from the identity.
David ‘Bombe’ Roden [Sat, 27 Sep 2014 18:25:51 +0000 (20:25 +0200)]
Don't access the Sone in the constructor.
Because of the initialization of a local Sone and its inserter the Sone
is currently not ready when the inserter and the modification detector
are being created. This needs to be fixed.
David ‘Bombe’ Roden [Sat, 27 Sep 2014 18:23:29 +0000 (20:23 +0200)]
Remove the possibility to create Sones from the getLocalSone() method.
NOTE: the code of this commit does not compile, it’s part of a larger
commit.
David ‘Bombe’ Roden [Sat, 27 Sep 2014 18:16:19 +0000 (20:16 +0200)]
Use a special Sone implementation that only stores the Sone ID.
David ‘Bombe’ Roden [Fri, 26 Sep 2014 19:59:30 +0000 (21:59 +0200)]
Don’t store a Sone in the Sone inserter.
The information is readily available from the core, we just need the ID.
David ‘Bombe’ Roden [Thu, 25 Sep 2014 20:35:59 +0000 (22:35 +0200)]
Simply show the Sone ID instead of extracting parts of the request URI.
David ‘Bombe’ Roden [Sun, 21 Sep 2014 11:21:51 +0000 (13:21 +0200)]
Fix changed import.
David ‘Bombe’ Roden [Sun, 21 Sep 2014 10:26:21 +0000 (12:26 +0200)]
Use database methods where possible.
David ‘Bombe’ Roden [Sun, 21 Sep 2014 10:18:34 +0000 (12:18 +0200)]
Store Sones in the database, too.
David ‘Bombe’ Roden [Fri, 19 Sep 2014 20:35:37 +0000 (22:35 +0200)]
Fix parsing of latest edition when it’s not present.
David ‘Bombe’ Roden [Fri, 19 Sep 2014 05:47:41 +0000 (07:47 +0200)]
Use Sone change detector in core to send notifications.
David ‘Bombe’ Roden [Fri, 19 Sep 2014 05:46:42 +0000 (07:46 +0200)]
Add sone change detector that finds new and removed elements.
David ‘Bombe’ Roden [Thu, 18 Sep 2014 19:41:20 +0000 (21:41 +0200)]
Add function that returns all images for a Sone.
David ‘Bombe’ Roden [Thu, 18 Sep 2014 16:45:48 +0000 (18:45 +0200)]
Move test builders to their own top-level classes.
David ‘Bombe’ Roden [Wed, 17 Sep 2014 20:25:43 +0000 (22:25 +0200)]
Don’t store post replies sorted by post.
Yes, this will also reduce performance in the short run, which will
magically fix itself once a database retrieves all the data which will
then be accessed via an index.
David ‘Bombe’ Roden [Wed, 17 Sep 2014 20:24:37 +0000 (22:24 +0200)]
Refactor post mocking into its own method.
David ‘Bombe’ Roden [Wed, 17 Sep 2014 20:02:19 +0000 (22:02 +0200)]
Don’t store posts by recipient, generate them on the fly.
Yes, this will result in worse performance of these methods as long as
there is no real database behind it. But there will be a database
behind all this. Some day.
David ‘Bombe’ Roden [Wed, 17 Sep 2014 18:35:33 +0000 (20:35 +0200)]
Small optimization when an identity is removed.
David ‘Bombe’ Roden [Wed, 17 Sep 2014 18:35:13 +0000 (20:35 +0200)]
Add more tests for FreenetInterface.
David ‘Bombe’ Roden [Wed, 17 Sep 2014 16:56:22 +0000 (18:56 +0200)]
Disallow empty album titles, too.
David ‘Bombe’ Roden [Mon, 15 Sep 2014 19:46:31 +0000 (21:46 +0200)]
Abort editing an image if title is empty.
David ‘Bombe’ Roden [Mon, 15 Sep 2014 19:25:19 +0000 (21:25 +0200)]
Don’t allow changing an image’s title into an empty string.
David ‘Bombe’ Roden [Mon, 15 Sep 2014 18:24:05 +0000 (20:24 +0200)]
Redirect to “no permission” page if parent album or current Sone is incorrect.
David ‘Bombe’ Roden [Mon, 15 Sep 2014 16:26:53 +0000 (18:26 +0200)]
Use real image parsing in Sone downloader test.
David ‘Bombe’ Roden [Mon, 15 Sep 2014 16:25:07 +0000 (18:25 +0200)]
Store parsed images locally only, get avatar from local images.
David ‘Bombe’ Roden [Mon, 15 Sep 2014 16:23:56 +0000 (18:23 +0200)]
Create images using the core’s image builder.
David ‘Bombe’ Roden [Mon, 15 Sep 2014 16:21:36 +0000 (18:21 +0200)]
Store all albums from configuration in database.
David ‘Bombe’ Roden [Sun, 14 Sep 2014 16:04:31 +0000 (18:04 +0200)]
Store all albums and images in the database after loading them from the configuration.
David ‘Bombe’ Roden [Sun, 14 Sep 2014 16:03:56 +0000 (18:03 +0200)]
Load avatar image correctly.
David ‘Bombe’ Roden [Sat, 13 Sep 2014 17:00:57 +0000 (19:00 +0200)]
Further reduce dependencies on a Sone for downloading.
David ‘Bombe’ Roden [Fri, 12 Sep 2014 20:54:26 +0000 (22:54 +0200)]
Remove Sone instance from SoneUpdater interface.
This will probably allow the Sone parameter in the registerUsk() method
in the FreenetInterface to be removed rather soonish.
David ‘Bombe’ Roden [Fri, 12 Sep 2014 20:35:57 +0000 (22:35 +0200)]
Add interface between freenet interface and Sone downloader.
David ‘Bombe’ Roden [Fri, 12 Sep 2014 19:53:35 +0000 (21:53 +0200)]
Use fetch action instead of custom Runnable.
David ‘Bombe’ Roden [Fri, 12 Sep 2014 19:42:11 +0000 (21:42 +0200)]
Move parsing of latest edition out of the synchronized block.
David ‘Bombe’ Roden [Tue, 9 Sep 2014 19:25:55 +0000 (21:25 +0200)]
Store albums and images per-Sone in database.
David ‘Bombe’ Roden [Tue, 9 Sep 2014 18:24:37 +0000 (20:24 +0200)]
Move image parsing to new configuration parser.
David ‘Bombe’ Roden [Tue, 9 Sep 2014 17:09:33 +0000 (19:09 +0200)]
Move album parsing to new configuration parser.
David ‘Bombe’ Roden [Mon, 8 Sep 2014 18:43:58 +0000 (20:43 +0200)]
Set Sone in album builder, remote getOrCreate method from core.
David ‘Bombe’ Roden [Mon, 8 Sep 2014 17:09:56 +0000 (19:09 +0200)]
Move friend parsing to new configuration parser.
David ‘Bombe’ Roden [Mon, 8 Sep 2014 17:05:07 +0000 (19:05 +0200)]
Move liked post reply IDs to new configuration parser.
David ‘Bombe’ Roden [Mon, 8 Sep 2014 16:59:44 +0000 (18:59 +0200)]
Return sets instead of collections for posts and replies.
David ‘Bombe’ Roden [Mon, 8 Sep 2014 16:59:31 +0000 (18:59 +0200)]
Move liked post IDs parsing to new configuration parser.
David ‘Bombe’ Roden [Sun, 7 Sep 2014 19:43:39 +0000 (21:43 +0200)]
Move post reply parsing to new configuration parser.
David ‘Bombe’ Roden [Sun, 7 Sep 2014 17:16:27 +0000 (19:16 +0200)]
Start moving parsing a Sone from a configuration to a specialized parser.
David ‘Bombe’ Roden [Sun, 7 Sep 2014 13:12:13 +0000 (15:12 +0200)]
Move parsing the profile to its own method.
David ‘Bombe’ Roden [Sun, 7 Sep 2014 12:48:57 +0000 (14:48 +0200)]
Remove unused methods in core.
David ‘Bombe’ Roden [Sun, 7 Sep 2014 12:38:21 +0000 (14:38 +0200)]
Rename method that creates albums if they don’t exist.
David ‘Bombe’ Roden [Fri, 29 Aug 2014 16:26:20 +0000 (18:26 +0200)]
Move dependency injection configuration closer to where it’s useful.
David ‘Bombe’ Roden [Mon, 25 Aug 2014 18:56:27 +0000 (20:56 +0200)]
Return own identities even if they don’t have the correct context.
David ‘Bombe’ Roden [Mon, 25 Aug 2014 18:55:31 +0000 (20:55 +0200)]
Add Sone-specific options object.
David ‘Bombe’ Roden [Sun, 10 Aug 2014 10:35:35 +0000 (12:35 +0200)]
Extract identity manager interface.
David ‘Bombe’ Roden [Sun, 10 Aug 2014 10:30:00 +0000 (12:30 +0200)]
Extract interface for Sone downloader.
David ‘Bombe’ Roden [Sat, 9 Aug 2014 12:23:23 +0000 (14:23 +0200)]
Whitespace.
David ‘Bombe’ Roden [Sat, 9 Aug 2014 12:23:18 +0000 (14:23 +0200)]
Remove test that can not guarantee its success.
David ‘Bombe’ Roden [Sat, 9 Aug 2014 09:52:46 +0000 (11:52 +0200)]
Extract interface from the web of trust updater.
This allows way easier testing in CoreTest.
David ‘Bombe’ Roden [Thu, 7 Aug 2014 19:27:09 +0000 (21:27 +0200)]
Fix own identities without trust identities from disappearing.
David ‘Bombe’ Roden [Thu, 7 Aug 2014 17:22:03 +0000 (19:22 +0200)]
Add test for Sone downloader.
David ‘Bombe’ Roden [Wed, 6 Aug 2014 15:13:02 +0000 (17:13 +0200)]
Restrict access to methods.
David ‘Bombe’ Roden [Tue, 5 Aug 2014 16:46:15 +0000 (18:46 +0200)]
Add equals() implementation.
David ‘Bombe’ Roden [Tue, 5 Aug 2014 15:59:34 +0000 (17:59 +0200)]
Description can never be null.
David ‘Bombe’ Roden [Tue, 5 Aug 2014 00:22:22 +0000 (02:22 +0200)]
Check the argument, not the state.
David ‘Bombe’ Roden [Tue, 5 Aug 2014 00:22:04 +0000 (02:22 +0200)]
Trim field name before using it.
David ‘Bombe’ Roden [Mon, 4 Aug 2014 22:25:53 +0000 (00:25 +0200)]
Remove unused method.
David ‘Bombe’ Roden [Mon, 4 Aug 2014 16:32:34 +0000 (18:32 +0200)]
Add unit test for preferences.
David ‘Bombe’ Roden [Mon, 4 Aug 2014 09:37:47 +0000 (11:37 +0200)]
Add tests for web of trust updater.
David ‘Bombe’ Roden [Mon, 4 Aug 2014 09:10:54 +0000 (11:10 +0200)]
Remove unnecessary method.
David ‘Bombe’ Roden [Sun, 3 Aug 2014 18:58:00 +0000 (20:58 +0200)]
Remove unused method.
David ‘Bombe’ Roden [Sun, 3 Aug 2014 18:55:33 +0000 (20:55 +0200)]
No need to check for the stop job.
The stop job can not be in the queue without stop() having been called.
David ‘Bombe’ Roden [Sun, 3 Aug 2014 17:42:55 +0000 (19:42 +0200)]
Add unit test for “set trust” job.
David ‘Bombe’ Roden [Sun, 3 Aug 2014 17:42:20 +0000 (19:42 +0200)]
Update identities only after the WOT has been modified.
David ‘Bombe’ Roden [Sun, 3 Aug 2014 17:25:15 +0000 (19:25 +0200)]
Require that truster and trustee are always non-null.
David ‘Bombe’ Roden [Sun, 3 Aug 2014 17:22:04 +0000 (19:22 +0200)]
Actually remove trust when setting it null.
David ‘Bombe’ Roden [Sun, 3 Aug 2014 17:09:58 +0000 (19:09 +0200)]
Remove unnecessary casts.
David ‘Bombe’ Roden [Sun, 3 Aug 2014 16:31:35 +0000 (18:31 +0200)]
Add unit test for sone rescuer.
David ‘Bombe’ Roden [Sun, 3 Aug 2014 08:43:17 +0000 (10:43 +0200)]
Suppress some warnings.
David ‘Bombe’ Roden [Sat, 2 Aug 2014 14:54:04 +0000 (16:54 +0200)]
Make delay configurable in test constructor to allow faster testing.
David ‘Bombe’ Roden [Sat, 2 Aug 2014 11:09:04 +0000 (13:09 +0200)]
Add more tests of sone inserter.
David ‘Bombe’ Roden [Sat, 2 Aug 2014 09:49:50 +0000 (11:49 +0200)]
“sone” can never be null, the constructor would balk.
David ‘Bombe’ Roden [Sat, 2 Aug 2014 09:40:45 +0000 (11:40 +0200)]
Add test for “set property” job.
David ‘Bombe’ Roden [Sat, 2 Aug 2014 09:40:22 +0000 (11:40 +0200)]
Add test for insert token.
David ‘Bombe’ Roden [Fri, 1 Aug 2014 17:12:54 +0000 (19:12 +0200)]
Increase test coverage.
David ‘Bombe’ Roden [Fri, 1 Aug 2014 00:44:40 +0000 (02:44 +0200)]
Increase test coverage.
David ‘Bombe’ Roden [Fri, 1 Aug 2014 00:22:30 +0000 (02:22 +0200)]
Add unit test for the insert token supplier.
David ‘Bombe’ Roden [Fri, 1 Aug 2014 00:20:17 +0000 (02:20 +0200)]
Add unit test for image inserter.
David ‘Bombe’ Roden [Fri, 1 Aug 2014 00:19:06 +0000 (02:19 +0200)]
Use a supplier to generate insert tokens for images.