Sone.git
13 years agoMerge branch 'release-0.4' 0.4
David ‘Bombe’ Roden [Sat, 15 Jan 2011 22:14:09 +0000 (23:14 +0100)]
Merge branch 'release-0.4'

13 years agoSet version to 0.4.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 22:14:00 +0000 (23:14 +0100)]
Set version to 0.4.

13 years agoUpdate latest edition of the homepage.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 22:13:54 +0000 (23:13 +0100)]
Update latest edition of the homepage.

13 years agoRequire utils 0.7.8.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 22:12:48 +0000 (23:12 +0100)]
Require utils 0.7.8.

13 years agoDisable all original input fields when form is submitted.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 22:07:33 +0000 (23:07 +0100)]
Disable all original input fields when form is submitted.

This way only the generated input fields/textareas are submitted, and those
always contain the real value. Fixes #46.

13 years agoDon’t mark anything read if the Sone could not be found.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 21:45:34 +0000 (22:45 +0100)]
Don’t mark anything read if the Sone could not be found.

13 years agoLink to web of trust identity page. Fixes #36.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 21:36:31 +0000 (22:36 +0100)]
Link to web of trust identity page. Fixes #36.

13 years agoRequire snapshot of utils-0.7.8.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 20:52:40 +0000 (21:52 +0100)]
Require snapshot of utils-0.7.8.

13 years agoFix color of post deletion confirmation button.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 20:35:44 +0000 (21:35 +0100)]
Fix color of post deletion confirmation button.

13 years agoMerge branch 'edit-wot-trust' into next
David ‘Bombe’ Roden [Sat, 15 Jan 2011 20:30:26 +0000 (21:30 +0100)]
Merge branch 'edit-wot-trust' into next

Conflicts:
src/main/java/net/pterodactylus/sone/core/Core.java
src/main/java/net/pterodactylus/sone/web/OptionsPage.java
src/main/java/net/pterodactylus/sone/web/WebInterface.java

13 years agoMake web of trust comment configurable. (#24)
David ‘Bombe’ Roden [Sat, 15 Jan 2011 20:25:20 +0000 (21:25 +0100)]
Make web of trust comment configurable. (#24)

This also closes #1 for now.

13 years agoAdd configurable comment for trust assigned from Sone. (#24)
David ‘Bombe’ Roden [Sat, 15 Jan 2011 20:11:24 +0000 (21:11 +0100)]
Add configurable comment for trust assigned from Sone. (#24)

13 years agoAdd String options.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 20:10:35 +0000 (21:10 +0100)]
Add String options.

13 years agoMerge branch 'profile-fields' into next
David ‘Bombe’ Roden [Sat, 15 Jan 2011 14:48:28 +0000 (15:48 +0100)]
Merge branch 'profile-fields' into next

13 years agoDon’t mark everything as known when a “click to show” area was clicked.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 14:48:24 +0000 (15:48 +0100)]
Don’t mark everything as known when a “click to show” area was clicked.

13 years agoImplement moving the profile fields with Javascript.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 14:39:16 +0000 (15:39 +0100)]
Implement moving the profile fields with Javascript.

13 years agoAdd Javascript methods to add profile fields.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 14:39:01 +0000 (15:39 +0100)]
Add Javascript methods to add profile fields.

13 years agoAdd AJAX page to move a profile field.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 14:38:50 +0000 (15:38 +0100)]
Add AJAX page to move a profile field.

13 years agoShow the name of the profile field in Sone view.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 11:31:34 +0000 (12:31 +0100)]
Show the name of the profile field in Sone view.

13 years agoRemove “!important” rules, “!important” was not so important after all.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 00:10:13 +0000 (01:10 +0100)]
Remove “!important” rules, “!important” was not so important after all.

13 years agoAjaxify the edit button.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 00:09:50 +0000 (01:09 +0100)]
Ajaxify the edit button.

13 years agoAdd AJAX page that renames a profile field.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 00:09:30 +0000 (01:09 +0100)]
Add AJAX page that renames a profile field.

13 years agoAdd method that renames a profile field.
David ‘Bombe’ Roden [Sat, 15 Jan 2011 00:09:05 +0000 (01:09 +0100)]
Add method that renames a profile field.

13 years agoAdd comment.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 21:17:14 +0000 (22:17 +0100)]
Add comment.

13 years agoAjaxify the profile field delete button.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 21:14:50 +0000 (22:14 +0100)]
Ajaxify the profile field delete button.

13 years agoAdd function that deletes a profile field.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 21:14:31 +0000 (22:14 +0100)]
Add function that deletes a profile field.

13 years agoAdd AJAX page that deletes a profile field.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 21:14:11 +0000 (22:14 +0100)]
Add AJAX page that deletes a profile field.

13 years agoDo not require logins for some AJAX pages.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 20:50:49 +0000 (21:50 +0100)]
Do not require logins for some AJAX pages.

13 years agoRequire a login.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 20:50:31 +0000 (21:50 +0100)]
Require a login.

13 years agoTurn profile fields into their own container classes.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 20:24:49 +0000 (21:24 +0100)]
Turn profile fields into their own container classes.

13 years agoMark click area as known when the post is marked as known. Fixes #52.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 13:55:26 +0000 (14:55 +0100)]
Mark click area as known when the post is marked as known. Fixes #52.

13 years agoUse Javascript filter to print value.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 13:46:14 +0000 (14:46 +0100)]
Use Javascript filter to print value.

13 years agoAdd Javascript string filter.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 13:46:03 +0000 (14:46 +0100)]
Add Javascript string filter.

13 years agoAllow null field values.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 13:45:48 +0000 (14:45 +0100)]
Allow null field values.

13 years agoShow name of profile fields in empty fields.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 12:02:13 +0000 (13:02 +0100)]
Show name of profile fields in empty fields.

13 years agoOnly show “save profile” button after fields if there are any fields.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 12:01:59 +0000 (13:01 +0100)]
Only show “save profile” button after fields if there are any fields.

13 years agoUse shorter way of installing the handler.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 12:00:21 +0000 (13:00 +0100)]
Use shorter way of installing the handler.

13 years agoInsert profile fields.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 11:46:33 +0000 (12:46 +0100)]
Insert profile fields.

13 years agoRestructure HTML to let the enter key work better.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 11:41:10 +0000 (12:41 +0100)]
Restructure HTML to let the enter key work better.

13 years agoUse shorter name for button.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 11:40:48 +0000 (12:40 +0100)]
Use shorter name for button.

13 years agoFix some button spacings.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 11:39:29 +0000 (12:39 +0100)]
Fix some button spacings.

13 years agoRedirect back to profile after adding a field.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 11:39:08 +0000 (12:39 +0100)]
Redirect back to profile after adding a field.

13 years agoGo back to the profile after saving.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 11:38:51 +0000 (12:38 +0100)]
Go back to the profile after saving.

13 years agoAdd possibility to edit a field name.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 11:06:42 +0000 (12:06 +0100)]
Add possibility to edit a field name.

13 years agoAdd template for “something strange has happened.”
David ‘Bombe’ Roden [Fri, 14 Jan 2011 11:06:22 +0000 (12:06 +0100)]
Add template for “something strange has happened.”

13 years agoAdd method to rename a field.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 11:04:58 +0000 (12:04 +0100)]
Add method to rename a field.

13 years agoImplement profile field deletion.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 10:21:12 +0000 (11:21 +0100)]
Implement profile field deletion.

13 years agoAdd basic profile field editing.
David ‘Bombe’ Roden [Fri, 14 Jan 2011 10:07:29 +0000 (11:07 +0100)]
Add basic profile field editing.

13 years agoMerge branch 'next' into profile-fields
David ‘Bombe’ Roden [Fri, 14 Jan 2011 07:34:38 +0000 (08:34 +0100)]
Merge branch 'next' into profile-fields

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Fri, 14 Jan 2011 05:55:50 +0000 (06:55 +0100)]
Merge branch 'master' into next

13 years agoMerge branch 'release-0.3.7' 0.3.7
David ‘Bombe’ Roden [Thu, 13 Jan 2011 20:31:48 +0000 (21:31 +0100)]
Merge branch 'release-0.3.7'

13 years agoSet version to 0.3.7.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 19:53:29 +0000 (20:53 +0100)]
Set version to 0.3.7.

13 years agoCatch some more (undocumented) exceptions by FreenetURI.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 20:31:24 +0000 (21:31 +0100)]
Catch some more (undocumented) exceptions by FreenetURI.

13 years agoChange all buttons’ appearance.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 13:13:15 +0000 (14:13 +0100)]
Change all buttons’ appearance.

13 years agoMerge branch 'reduce-loading' into next
David ‘Bombe’ Roden [Thu, 13 Jan 2011 18:15:26 +0000 (19:15 +0100)]
Merge branch 'reduce-loading' into next

13 years agoMove the pagination out of the HTML. This fixes #51.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:52:23 +0000 (15:52 +0100)]
Move the pagination out of the HTML. This fixes #51.

13 years agoCheck for post time at the correct place.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 15:00:33 +0000 (16:00 +0100)]
Check for post time at the correct place.

13 years agoReturn time of a post, and don’t load it if it’s older than the last post on the...
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:58:58 +0000 (15:58 +0100)]
Return time of a post, and don’t load it if it’s older than the last post on the page.

13 years agoDon’t show posts that are older than the last post on the page.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:51:54 +0000 (15:51 +0100)]
Don’t show posts that are older than the last post on the page.

13 years agoMerge branch 'reduce-loading' into next
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:34:29 +0000 (15:34 +0100)]
Merge branch 'reduce-loading' into next

13 years agoAdd more information to new reply information and don’t load replies if obviously...
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:05:07 +0000 (15:05 +0100)]
Add more information to new reply information and don’t load replies if obviously not necessary.

13 years agoAlso react correctly on a “view Sone” page.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:04:35 +0000 (15:04 +0100)]
Also react correctly on a “view Sone” page.

13 years agoThe posting Sone for a created post is always the logged in Sone.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:56:19 +0000 (14:56 +0100)]
The posting Sone for a created post is always the logged in Sone.

13 years agoReturn IDs of Sone and recipient when getting new posts.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:56:07 +0000 (14:56 +0100)]
Return IDs of Sone and recipient when getting new posts.

13 years agoAdd IDs of posting Sone and recipient to loadNewPost().
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:55:38 +0000 (14:55 +0100)]
Add IDs of posting Sone and recipient to loadNewPost().

13 years agoAdd function to extract ID of current Sone from HTML.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:55:13 +0000 (14:55 +0100)]
Add function to extract ID of current Sone from HTML.

13 years agoInclude ID of current Sone in HTML.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:53:00 +0000 (14:53 +0100)]
Include ID of current Sone in HTML.

13 years agoSmall optimization to prevent loading of a post if it’s obviously not necessary.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:48:15 +0000 (14:48 +0100)]
Small optimization to prevent loading of a post if it’s obviously not necessary.

13 years agoImprove link parser.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:36:29 +0000 (14:36 +0100)]
Improve link parser.

13 years agoName button differently (and all using the same style).
David ‘Bombe’ Roden [Thu, 13 Jan 2011 12:04:41 +0000 (13:04 +0100)]
Name button differently (and all using the same style).

13 years agoUse different classes for profile fields.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 11:33:45 +0000 (12:33 +0100)]
Use different classes for profile fields.

13 years agoRemove empty rule.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 11:32:29 +0000 (12:32 +0100)]
Remove empty rule.

13 years agoCopy field names, too.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 14:49:52 +0000 (15:49 +0100)]
Copy field names, too.

13 years agoParse profile fields from inserted Sone.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 13:39:49 +0000 (14:39 +0100)]
Parse profile fields from inserted Sone.

13 years agoRemove “changed” status.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 13:23:33 +0000 (14:23 +0100)]
Remove “changed” status.

13 years agoChange all buttons’ appearance.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 13:13:15 +0000 (14:13 +0100)]
Change all buttons’ appearance.

13 years agoMerge branch 'next' into profile-fields
David ‘Bombe’ Roden [Wed, 12 Jan 2011 12:44:07 +0000 (13:44 +0100)]
Merge branch 'next' into profile-fields

13 years agoLoad and save profile fields.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 12:02:23 +0000 (13:02 +0100)]
Load and save profile fields.

13 years agoAssign a name to the save button, react only to that name.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 11:19:51 +0000 (12:19 +0100)]
Assign a name to the save button, react only to that name.

13 years agoAdd method to set a field by its index.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 09:32:00 +0000 (10:32 +0100)]
Add method to set a field by its index.

13 years agoMove “fields” functionality into Profile, remove ProfileAccessor.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 09:28:44 +0000 (10:28 +0100)]
Move “fields” functionality into Profile, remove ProfileAccessor.

13 years agoShow profile fields on Sone page.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 09:02:30 +0000 (10:02 +0100)]
Show profile fields on Sone page.

13 years agoRemove modified tracker from Profile.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 09:00:33 +0000 (10:00 +0100)]
Remove modified tracker from Profile.

13 years agoRender templates in a thread-safe way.
David ‘Bombe’ Roden [Mon, 10 Jan 2011 20:09:45 +0000 (21:09 +0100)]
Render templates in a thread-safe way.

13 years agoAdd accessor for profile fields.
David ‘Bombe’ Roden [Mon, 10 Jan 2011 11:10:39 +0000 (12:10 +0100)]
Add accessor for profile fields.

13 years agoAdd custom fields to profile.
David ‘Bombe’ Roden [Mon, 10 Jan 2011 11:10:30 +0000 (12:10 +0100)]
Add custom fields to profile.

13 years agoImplement Fingerprintable interface in Profile.
David ‘Bombe’ Roden [Mon, 10 Jan 2011 08:06:06 +0000 (09:06 +0100)]
Implement Fingerprintable interface in Profile.

13 years agoAdd Fingerprintable interface.
David ‘Bombe’ Roden [Sat, 1 Jan 2011 13:31:53 +0000 (14:31 +0100)]
Add Fingerprintable interface.

13 years agoMerge branch 'show-versions' into next
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:52:44 +0000 (21:52 +0100)]
Merge branch 'show-versions' into next

13 years agoNotify all core listeners when a new version was found.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:51:14 +0000 (21:51 +0100)]
Notify all core listeners when a new version was found.

13 years agoAdd version information to all templates.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:51:01 +0000 (21:51 +0100)]
Add version information to all templates.

13 years agoAdd “new version” notification, set current and latest version in all templates.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:50:51 +0000 (21:50 +0100)]
Add “new version” notification, set current and latest version in all templates.

13 years agoAdd “update found” event to core listener.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:50:01 +0000 (21:50 +0100)]
Add “update found” event to core listener.

13 years agoAdd update checker to core.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:48:47 +0000 (21:48 +0100)]
Add update checker to core.

13 years agoAdd update checker.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:48:06 +0000 (21:48 +0100)]
Add update checker.

13 years agoCatch exceptions in the whole startup sequence.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:13:42 +0000 (21:13 +0100)]
Catch exceptions in the whole startup sequence.

13 years agoAdd possibility to register arbitrary USKs for watching.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 15:22:46 +0000 (16:22 +0100)]
Add possibility to register arbitrary USKs for watching.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Sun, 9 Jan 2011 12:22:50 +0000 (13:22 +0100)]
Merge branch 'master' into next

13 years agoMerge branch 'release-0.3.6.5' 0.3.6.5
David ‘Bombe’ Roden [Sun, 9 Jan 2011 12:20:43 +0000 (13:20 +0100)]
Merge branch 'release-0.3.6.5'

13 years agoSet version to 0.3.6.5.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 12:20:36 +0000 (13:20 +0100)]
Set version to 0.3.6.5.