Sone.git
12 years agoAdd method to encode profile information of a Sone.
David ‘Bombe’ Roden [Wed, 11 May 2011 05:13:04 +0000 (07:13 +0200)]
Add method to encode profile information of a Sone.

12 years agoMake it possible to load an optional Sone from the parameters.
David ‘Bombe’ Roden [Wed, 11 May 2011 05:12:37 +0000 (07:12 +0200)]
Make it possible to load an optional Sone from the parameters.

12 years agoOverride Object.toString().
David ‘Bombe’ Roden [Wed, 11 May 2011 05:11:54 +0000 (07:11 +0200)]
Override Object.toString().

12 years agoAdd simple string encoding.
David ‘Bombe’ Roden [Wed, 11 May 2011 05:11:48 +0000 (07:11 +0200)]
Add simple string encoding.

SimpleFieldSet can not handle LF characters.

12 years agoMerge branch 'fcp-interface' into next
David ‘Bombe’ Roden [Wed, 11 May 2011 04:12:43 +0000 (06:12 +0200)]
Merge branch 'fcp-interface' into next

This fixes #21.

12 years agoChange FCP access rules to a tri-state.
David ‘Bombe’ Roden [Wed, 11 May 2011 04:09:50 +0000 (06:09 +0200)]
Change FCP access rules to a tri-state.

12 years agoMerge branch 'option-validation-196' into next
David ‘Bombe’ Roden [Tue, 10 May 2011 05:02:43 +0000 (07:02 +0200)]
Merge branch 'option-validation-196' into next

This fixes #196.

12 years agoAdd warnings to options page if an option value was not validated.
David ‘Bombe’ Roden [Tue, 10 May 2011 04:59:41 +0000 (06:59 +0200)]
Add warnings to options page if an option value was not validated.

12 years agoAdd contains filter to template contexts.
David ‘Bombe’ Roden [Tue, 10 May 2011 04:59:07 +0000 (06:59 +0200)]
Add contains filter to template contexts.

12 years agoAdd validators to options, validate options on loading.
David ‘Bombe’ Roden [Tue, 10 May 2011 04:58:43 +0000 (06:58 +0200)]
Add validators to options, validate options on loading.

12 years agoAdd validation methods to preferences.
David ‘Bombe’ Roden [Tue, 10 May 2011 04:58:13 +0000 (06:58 +0200)]
Add validation methods to preferences.

12 years agoAdd option validation.
David ‘Bombe’ Roden [Tue, 10 May 2011 04:57:23 +0000 (06:57 +0200)]
Add option validation.

12 years agoRequire a newer version of utils.
David ‘Bombe’ Roden [Tue, 10 May 2011 04:55:52 +0000 (06:55 +0200)]
Require a newer version of utils.

12 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Sun, 8 May 2011 20:13:47 +0000 (22:13 +0200)]
Merge branch 'master' into next

12 years agoMerge branch 'release-0.6.4' 0.6.4
David ‘Bombe’ Roden [Sun, 8 May 2011 18:13:20 +0000 (20:13 +0200)]
Merge branch 'release-0.6.4'

12 years agoSet version to 0.6.4.
David ‘Bombe’ Roden [Sun, 8 May 2011 18:12:48 +0000 (20:12 +0200)]
Set version to 0.6.4.

12 years agoSet latest known edition of homepage to 36.
David ‘Bombe’ Roden [Sun, 8 May 2011 18:12:35 +0000 (20:12 +0200)]
Set latest known edition of homepage to 36.

12 years agoDon’t post AJAX requests.
David ‘Bombe’ Roden [Sun, 8 May 2011 18:08:28 +0000 (20:08 +0200)]
Don’t post AJAX requests.

12 years agoCreate and use own AJAX override to allow error handling in user interface.
David ‘Bombe’ Roden [Sun, 8 May 2011 14:56:48 +0000 (16:56 +0200)]
Create and use own AJAX override to allow error handling in user interface.

This fixes #42.

12 years agoReturn 403 instead of 401, 401 is for HTTP authentication.
David ‘Bombe’ Roden [Sun, 8 May 2011 14:55:27 +0000 (16:55 +0200)]
Return 403 instead of 401, 401 is for HTTP authentication.

12 years agoAdd CSS definition of offline marker.
David ‘Bombe’ Roden [Sun, 8 May 2011 14:54:58 +0000 (16:54 +0200)]
Add CSS definition of offline marker.

12 years agoAdd offline-marker.
David ‘Bombe’ Roden [Sun, 8 May 2011 14:54:39 +0000 (16:54 +0200)]
Add offline-marker.

12 years agoRemove useless online/offline class from main Sone <div>.
David ‘Bombe’ Roden [Sun, 8 May 2011 14:53:15 +0000 (16:53 +0200)]
Remove useless online/offline class from main Sone <div>.

12 years agoAdd require-full-access option to Options page.
David ‘Bombe’ Roden [Sat, 7 May 2011 00:14:15 +0000 (02:14 +0200)]
Add require-full-access option to Options page.

This fixes #181.

12 years agoImplement full access requirement in all pages.
David ‘Bombe’ Roden [Sat, 7 May 2011 00:13:38 +0000 (02:13 +0200)]
Implement full access requirement in all pages.

12 years agoAdd option to require full access for Sone.
David ‘Bombe’ Roden [Sat, 7 May 2011 00:12:26 +0000 (02:12 +0200)]
Add option to require full access for Sone.

12 years agoAdd missing javadoc tags.
David ‘Bombe’ Roden [Fri, 6 May 2011 23:25:54 +0000 (01:25 +0200)]
Add missing javadoc tags.

12 years agoAdd missing semicolons.
David ‘Bombe’ Roden [Fri, 6 May 2011 23:25:47 +0000 (01:25 +0200)]
Add missing semicolons.

12 years agoUpdate Sone on “view Sone” page, too.
David ‘Bombe’ Roden [Fri, 6 May 2011 23:25:33 +0000 (01:25 +0200)]
Update Sone on “view Sone” page, too.

This fixes #156.

12 years agoUse post- and reply-visibility methods.
David ‘Bombe’ Roden [Fri, 6 May 2011 22:40:39 +0000 (00:40 +0200)]
Use post- and reply-visibility methods.

12 years agoUse a thread pool to download Sones.
David ‘Bombe’ Roden [Fri, 6 May 2011 21:50:51 +0000 (23:50 +0200)]
Use a thread pool to download Sones.

This fixes #192.

12 years agoUse a boolean instead of abusing ownIdentities.
David ‘Bombe’ Roden [Fri, 6 May 2011 21:34:00 +0000 (23:34 +0200)]
Use a boolean instead of abusing ownIdentities.

12 years agoPrevent partial updates when communication with the WoT is disrupted.
David ‘Bombe’ Roden [Fri, 6 May 2011 21:32:59 +0000 (23:32 +0200)]
Prevent partial updates when communication with the WoT is disrupted.

This fixes #193.

12 years agoShow arrow before links in notifications that link to the current page.
David ‘Bombe’ Roden [Fri, 6 May 2011 20:44:56 +0000 (22:44 +0200)]
Show arrow before links in notifications that link to the current page.

This fixes #145.

12 years agoRound times correctly.
David ‘Bombe’ Roden [Fri, 6 May 2011 20:12:44 +0000 (22:12 +0200)]
Round times correctly.

12 years agoRemove notification manager accessor, and displayed notifications from the template...
David ‘Bombe’ Roden [Fri, 6 May 2011 20:12:24 +0000 (22:12 +0200)]
Remove notification manager accessor, and displayed notifications from the template context.

12 years agoStore filtered notifications in all templates.
David ‘Bombe’ Roden [Fri, 6 May 2011 20:11:48 +0000 (22:11 +0200)]
Store filtered notifications in all templates.

12 years agoFilter notifications differently.
David ‘Bombe’ Roden [Fri, 6 May 2011 20:11:19 +0000 (22:11 +0200)]
Filter notifications differently.

12 years agoUse reply visibility check method.
David ‘Bombe’ Roden [Fri, 6 May 2011 13:29:01 +0000 (15:29 +0200)]
Use reply visibility check method.

12 years agoAdd method to check the visibility of a reply.
David ‘Bombe’ Roden [Fri, 6 May 2011 13:27:37 +0000 (15:27 +0200)]
Add method to check the visibility of a reply.

12 years agoUpdate documentation.
David ‘Bombe’ Roden [Fri, 6 May 2011 13:27:25 +0000 (15:27 +0200)]
Update documentation.

12 years agoEnhance Rescue Mode description.
David ‘Bombe’ Roden [Fri, 6 May 2011 10:37:14 +0000 (12:37 +0200)]
Enhance Rescue Mode description.

12 years agoSynchronize access on an identity’s trust cache.
David ‘Bombe’ Roden [Fri, 6 May 2011 03:56:58 +0000 (05:56 +0200)]
Synchronize access on an identity’s trust cache.

This should fix #194.

12 years agoReturn early if the Sone can not be found.
David ‘Bombe’ Roden [Wed, 4 May 2011 04:18:32 +0000 (06:18 +0200)]
Return early if the Sone can not be found.

NPE reported by saces and TheSeeker.

12 years agoThis can never work, duh.
David ‘Bombe’ Roden [Wed, 4 May 2011 04:18:09 +0000 (06:18 +0200)]
This can never work, duh.

12 years agoInitialize options of Sone before aborting loading an empty Sone.
David ‘Bombe’ Roden [Tue, 3 May 2011 17:43:05 +0000 (19:43 +0200)]
Initialize options of Sone before aborting loading an empty Sone.

12 years agoFix messages to recipients not working when a new-sone notification is displayed.
David ‘Bombe’ Roden [Mon, 2 May 2011 08:17:12 +0000 (10:17 +0200)]
Fix messages to recipients not working when a new-sone notification is displayed.

13 years agoFilter texts when inserting them, not when parsing.
David ‘Bombe’ Roden [Fri, 29 Apr 2011 05:22:25 +0000 (07:22 +0200)]
Filter texts when inserting them, not when parsing.

13 years agoAdd text filter for inserts.
David ‘Bombe’ Roden [Fri, 29 Apr 2011 05:22:11 +0000 (07:22 +0200)]
Add text filter for inserts.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Thu, 28 Apr 2011 20:24:34 +0000 (22:24 +0200)]
Merge branch 'master' into next

13 years agoMerge branch 'release-0.6.3' 0.6.3
David ‘Bombe’ Roden [Thu, 28 Apr 2011 19:38:55 +0000 (21:38 +0200)]
Merge branch 'release-0.6.3'

13 years agoUpdate latest known version.
David ‘Bombe’ Roden [Thu, 28 Apr 2011 19:29:24 +0000 (21:29 +0200)]
Update latest known version.

13 years agoSet version to 0.6.3.
David ‘Bombe’ Roden [Thu, 28 Apr 2011 19:24:39 +0000 (21:24 +0200)]
Set version to 0.6.3.

13 years agoRequire utils 0.9.5.
David ‘Bombe’ Roden [Thu, 28 Apr 2011 19:23:48 +0000 (21:23 +0200)]
Require utils 0.9.5.

13 years agoAlways show mark-as-read buttons in new-element notifications.
David ‘Bombe’ Roden [Thu, 28 Apr 2011 04:45:26 +0000 (06:45 +0200)]
Always show mark-as-read buttons in new-element notifications.

This fixes #186.

13 years agoDon’t link to unknown posts.
David ‘Bombe’ Roden [Thu, 28 Apr 2011 04:44:31 +0000 (06:44 +0200)]
Don’t link to unknown posts.

13 years agoUse post visibility method to filter the post feed.
David ‘Bombe’ Roden [Wed, 27 Apr 2011 19:47:19 +0000 (21:47 +0200)]
Use post visibility method to filter the post feed.

13 years agoUse method.
David ‘Bombe’ Roden [Wed, 27 Apr 2011 19:47:00 +0000 (21:47 +0200)]
Use method.

13 years agoAdd method to check a post’s visibility.
David ‘Bombe’ Roden [Wed, 27 Apr 2011 19:46:54 +0000 (21:46 +0200)]
Add method to check a post’s visibility.

13 years agoOnly allow posts that have been downloaded.
David ‘Bombe’ Roden [Wed, 27 Apr 2011 18:43:48 +0000 (20:43 +0200)]
Only allow posts that have been downloaded.

13 years agoCheck a reply’s post and its Sone before using those values.
David ‘Bombe’ Roden [Mon, 25 Apr 2011 20:52:04 +0000 (22:52 +0200)]
Check a reply’s post and its Sone before using those values.

13 years agoRemove a Sone if no own identity trusts it anymore.
David ‘Bombe’ Roden [Sun, 24 Apr 2011 14:35:38 +0000 (16:35 +0200)]
Remove a Sone if no own identity trusts it anymore.

13 years agoAdd link to Sone homepage.
David ‘Bombe’ Roden [Sun, 24 Apr 2011 12:37:23 +0000 (14:37 +0200)]
Add link to Sone homepage.

This fixes #174.

13 years agoStore current edition in template context for inserted files.
David ‘Bombe’ Roden [Sun, 24 Apr 2011 12:37:06 +0000 (14:37 +0200)]
Store current edition in template context for inserted files.

13 years agoStrip links to local node, leaving only the keys (or an invalid link).
David ‘Bombe’ Roden [Sun, 24 Apr 2011 12:29:31 +0000 (14:29 +0200)]
Strip links to local node, leaving only the keys (or an invalid link).

This fixes #175.

13 years agoStore request in link parser context.
David ‘Bombe’ Roden [Sun, 24 Apr 2011 12:29:01 +0000 (14:29 +0200)]
Store request in link parser context.

13 years agoStore request in template context when rendering posts and replies.
David ‘Bombe’ Roden [Sun, 24 Apr 2011 12:28:27 +0000 (14:28 +0200)]
Store request in template context when rendering posts and replies.

13 years agoShow link to WoT profile more prominently.
David ‘Bombe’ Roden [Sun, 24 Apr 2011 10:51:08 +0000 (12:51 +0200)]
Show link to WoT profile more prominently.

This fixes #178.

13 years agoEnhance text for auto-follow option.
David ‘Bombe’ Roden [Sat, 23 Apr 2011 23:56:58 +0000 (01:56 +0200)]
Enhance text for auto-follow option.

This fixes #171.

13 years agoAlways follow the official Sone when creating a new Sone.
David ‘Bombe’ Roden [Sat, 23 Apr 2011 23:45:06 +0000 (01:45 +0200)]
Always follow the official Sone when creating a new Sone.

13 years agoDon’t save Sone twice, especially not while synchronizing on the Sone.
David ‘Bombe’ Roden [Wed, 20 Apr 2011 17:01:42 +0000 (19:01 +0200)]
Don’t save Sone twice, especially not while synchronizing on the Sone.

This causes deadlocks.

13 years agoDownload a Sone as USK when it’s the first time.
David ‘Bombe’ Roden [Mon, 18 Apr 2011 18:35:22 +0000 (20:35 +0200)]
Download a Sone as USK when it’s the first time.

13 years agoUse Mappers instead of Converters.
David ‘Bombe’ Roden [Wed, 20 Apr 2011 12:28:57 +0000 (14:28 +0200)]
Use Mappers instead of Converters.

13 years agoRequire a more recent version of utils.
David ‘Bombe’ Roden [Wed, 20 Apr 2011 12:26:48 +0000 (14:26 +0200)]
Require a more recent version of utils.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Sun, 17 Apr 2011 12:17:41 +0000 (14:17 +0200)]
Merge branch 'master' into next

13 years agoMerge branch 'release-0.6.2' 0.6.2
David ‘Bombe’ Roden [Sun, 17 Apr 2011 11:47:39 +0000 (13:47 +0200)]
Merge branch 'release-0.6.2'

13 years agoSet version to 0.6.2.
David ‘Bombe’ Roden [Sun, 17 Apr 2011 11:45:47 +0000 (13:45 +0200)]
Set version to 0.6.2.

13 years agoRequire utils 0.9.4.
David ‘Bombe’ Roden [Sun, 17 Apr 2011 11:44:46 +0000 (13:44 +0200)]
Require utils 0.9.4.

13 years agoFix logging of expression.
David ‘Bombe’ Roden [Sun, 17 Apr 2011 10:16:44 +0000 (12:16 +0200)]
Fix logging of expression.

13 years agoFormatting and whitespace fixes.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 14:51:27 +0000 (16:51 +0200)]
Formatting and whitespace fixes.

13 years agoRemove references to Freetalk.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 14:42:24 +0000 (16:42 +0200)]
Remove references to Freetalk.

The web interface was originally created for Freetalk but never completed
there.

13 years agoFix more project names in headers.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 14:41:42 +0000 (16:41 +0200)]
Fix more project names in headers.

13 years agoFix filenames in license headers.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 14:39:05 +0000 (16:39 +0200)]
Fix filenames in license headers.

13 years agoAdd missing license headers.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 14:38:27 +0000 (16:38 +0200)]
Add missing license headers.

13 years agoFix wrong project name in file headers.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 14:24:58 +0000 (16:24 +0200)]
Fix wrong project name in file headers.

13 years agoSet the latest edition of a Sone when the identity is updated.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 14:02:48 +0000 (16:02 +0200)]
Set the latest edition of a Sone when the identity is updated.

13 years agoDownlad SSKs instead of USKs to prevent triggering another search.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 14:02:37 +0000 (16:02 +0200)]
Downlad SSKs instead of USKs to prevent triggering another search.

13 years agoMerge branch 'fix-post-inserts-167' into next
David ‘Bombe’ Roden [Sat, 16 Apr 2011 11:22:33 +0000 (13:22 +0200)]
Merge branch 'fix-post-inserts-167' into next

This fixes #167.

13 years agoReturn page 1 for pages without pagination.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 11:21:39 +0000 (13:21 +0200)]
Return page 1 for pages without pagination.

13 years agoDo not insert posts if we’re not on the first page of a pagination.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 11:20:10 +0000 (13:20 +0200)]
Do not insert posts if we’re not on the first page of a pagination.

13 years agoAdd method to get the current page of a pagination.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 11:19:49 +0000 (13:19 +0200)]
Add method to get the current page of a pagination.

13 years agoAdd pagination name on post feed.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 11:19:38 +0000 (13:19 +0200)]
Add pagination name on post feed.

13 years agoAdd name of pagination as CSS class.
David ‘Bombe’ Roden [Sat, 16 Apr 2011 11:19:26 +0000 (13:19 +0200)]
Add name of pagination as CSS class.

13 years agoMove permalinks behind the time, insert comment links after permalinks.
David ‘Bombe’ Roden [Fri, 15 Apr 2011 04:55:42 +0000 (06:55 +0200)]
Move permalinks behind the time, insert comment links after permalinks.

13 years agoAdd logging.
David ‘Bombe’ Roden [Fri, 15 Apr 2011 04:19:56 +0000 (06:19 +0200)]
Add logging.

13 years agoUse double instead of int for score calculation, weigh position of hit more.
David ‘Bombe’ Roden [Fri, 15 Apr 2011 04:19:44 +0000 (06:19 +0200)]
Use double instead of int for score calculation, weigh position of hit more.

13 years agoFix Sone marking.
David ‘Bombe’ Roden [Thu, 14 Apr 2011 19:04:02 +0000 (21:04 +0200)]
Fix Sone marking.

13 years agoFilter by correct element.
David ‘Bombe’ Roden [Thu, 14 Apr 2011 19:03:55 +0000 (21:03 +0200)]
Filter by correct element.

13 years agoAdd permalinks for posts and authors.
David ‘Bombe’ Roden [Thu, 14 Apr 2011 18:39:11 +0000 (20:39 +0200)]
Add permalinks for posts and authors.

This fixes #136.

13 years agoMerge branch 'relative-timestamps-150' into next
David ‘Bombe’ Roden [Thu, 14 Apr 2011 18:26:35 +0000 (20:26 +0200)]
Merge branch 'relative-timestamps-150' into next

This fixes #150.