Sone.git
7 years agoMove all Kotlin files to the correct directory
David ‘Bombe’ Roden [Sun, 15 Jan 2017 12:37:30 +0000 (13:37 +0100)]
Move all Kotlin files to the correct directory

7 years agoAdd unit test for version command
David ‘Bombe’ Roden [Sun, 15 Jan 2017 12:35:54 +0000 (13:35 +0100)]
Add unit test for version command

7 years agoRewrite test for unlock sone command in Kotlin
David ‘Bombe’ Roden [Sun, 15 Jan 2017 11:38:52 +0000 (12:38 +0100)]
Rewrite test for unlock sone command in Kotlin

7 years agoFix imports
David ‘Bombe’ Roden [Sun, 15 Jan 2017 09:58:59 +0000 (10:58 +0100)]
Fix imports

7 years agoRewrite test for lock sone command in Kotlin
David ‘Bombe’ Roden [Sun, 15 Jan 2017 09:51:58 +0000 (10:51 +0100)]
Rewrite test for lock sone command in Kotlin

7 years agoFix whitespace
David ‘Bombe’ Roden [Sun, 15 Jan 2017 09:27:04 +0000 (10:27 +0100)]
Fix whitespace

7 years agoAdd some missing tests for write access
David ‘Bombe’ Roden [Sun, 15 Jan 2017 09:26:48 +0000 (10:26 +0100)]
Add some missing tests for write access

7 years agoAdd unit test for like reply command
David ‘Bombe’ Roden [Sun, 15 Jan 2017 09:22:33 +0000 (10:22 +0100)]
Add unit test for like reply command

7 years agoAdd unit test for like post command
David ‘Bombe’ Roden [Sun, 15 Jan 2017 09:12:04 +0000 (10:12 +0100)]
Add unit test for like post command

7 years agoAdd unit test for get sones command, fix some problems
David ‘Bombe’ Roden [Sat, 14 Jan 2017 23:40:14 +0000 (00:40 +0100)]
Add unit test for get sones command, fix some problems

a) Unify the reply of all sone-related commands.
b) Add a prefix for get sones command.

7 years agoAdd unit test for get sone command, fix some bugs
David ‘Bombe’ Roden [Fri, 13 Jan 2017 22:22:54 +0000 (23:22 +0100)]
Add unit test for get sone command, fix some bugs

a) Add a prefix for the sone being returned.
b) When asking for a local Sone, actually require it, too.
c) Fix the actual check for a local Sone.

7 years agoRemove unnecessary code
David ‘Bombe’ Roden [Fri, 13 Jan 2017 22:19:33 +0000 (23:19 +0100)]
Remove unnecessary code

7 years agoUse += operator to add values to parameters
David ‘Bombe’ Roden [Fri, 13 Jan 2017 19:29:14 +0000 (20:29 +0100)]
Use += operator to add values to parameters

7 years agoAdd unit test for get posts command
David ‘Bombe’ Roden [Fri, 13 Jan 2017 19:25:22 +0000 (20:25 +0100)]
Add unit test for get posts command

7 years agoUse methods from test base class
David ‘Bombe’ Roden [Fri, 13 Jan 2017 18:11:05 +0000 (19:11 +0100)]
Use methods from test base class

7 years agoFix comparison of post and reply texts
David ‘Bombe’ Roden [Fri, 13 Jan 2017 18:10:48 +0000 (19:10 +0100)]
Fix comparison of post and reply texts

7 years agoAdd unit test for get post feed command, add likes to replies
David ‘Bombe’ Roden [Fri, 13 Jan 2017 06:52:29 +0000 (07:52 +0100)]
Add unit test for get post feed command, add likes to replies

7 years agoMove createSone() method to test base class
David ‘Bombe’ Roden [Tue, 10 Jan 2017 06:04:03 +0000 (07:04 +0100)]
Move createSone() method to test base class

7 years agoAdd unit test for get post command
David ‘Bombe’ Roden [Sun, 8 Jan 2017 19:33:47 +0000 (20:33 +0100)]
Add unit test for get post command

7 years agoAdd unit test for get local sones command
David ‘Bombe’ Roden [Sun, 8 Jan 2017 17:55:08 +0000 (18:55 +0100)]
Add unit test for get local sones command

7 years agoFix javadoc
David ‘Bombe’ Roden [Sun, 8 Jan 2017 14:58:04 +0000 (15:58 +0100)]
Fix javadoc

7 years agoRemove bucket and access type from command interface
David ‘Bombe’ Roden [Sun, 8 Jan 2017 14:57:57 +0000 (15:57 +0100)]
Remove bucket and access type from command interface

7 years agoRemove unused data and bucket from FCP response
David ‘Bombe’ Roden [Sun, 8 Jan 2017 14:50:58 +0000 (15:50 +0100)]
Remove unused data and bucket from FCP response

7 years agoExtract access authorizer and add unit test
David ‘Bombe’ Roden [Sun, 8 Jan 2017 14:47:26 +0000 (15:47 +0100)]
Extract access authorizer and add unit test

7 years agoExtract class for supplying commands, improve tests for FCP interface
David ‘Bombe’ Roden [Sun, 8 Jan 2017 14:07:32 +0000 (15:07 +0100)]
Extract class for supplying commands, improve tests for FCP interface

7 years agoAdd some more tests for FCP interface and refactor
David ‘Bombe’ Roden [Sun, 8 Jan 2017 12:54:42 +0000 (13:54 +0100)]
Add some more tests for FCP interface and refactor

7 years agoConvert FCP interface test to Kotlin
David ‘Bombe’ Roden [Sun, 8 Jan 2017 00:44:45 +0000 (01:44 +0100)]
Convert FCP interface test to Kotlin

7 years agoRefactor FCP interface test slightly
David ‘Bombe’ Roden [Sun, 8 Jan 2017 00:34:15 +0000 (01:34 +0100)]
Refactor FCP interface test slightly

7 years agoAdd test for delete reply command and actually delete the reply
David ‘Bombe’ Roden [Sat, 7 Jan 2017 23:55:56 +0000 (00:55 +0100)]
Add test for delete reply command and actually delete the reply

7 years agoExtract method and move it to test base class
David ‘Bombe’ Roden [Sat, 7 Jan 2017 23:54:05 +0000 (00:54 +0100)]
Extract method and move it to test base class

7 years agoFix test with Java 1.8
David ‘Bombe’ Roden [Sat, 7 Jan 2017 22:46:04 +0000 (23:46 +0100)]
Fix test with Java 1.8

7 years agoUpdate to Kotlin 1.0.6
David ‘Bombe’ Roden [Sat, 7 Jan 2017 22:43:33 +0000 (23:43 +0100)]
Update to Kotlin 1.0.6

7 years agoAdd unit test for delete post command and actually delete the post
David ‘Bombe’ Roden [Sat, 7 Jan 2017 21:49:49 +0000 (22:49 +0100)]
Add unit test for delete post command and actually delete the post

7 years agoAdd unit test for create reply command
David ‘Bombe’ Roden [Sat, 7 Jan 2017 21:22:55 +0000 (22:22 +0100)]
Add unit test for create reply command

7 years agoExtract common test methods for all commands
David ‘Bombe’ Roden [Sat, 7 Jan 2017 08:52:24 +0000 (09:52 +0100)]
Extract common test methods for all commands

7 years agoAdd unit test for create post command
David ‘Bombe’ Roden [Fri, 6 Jan 2017 19:26:41 +0000 (20:26 +0100)]
Add unit test for create post command

7 years agoSimplify ternary operator expressions
David ‘Bombe’ Roden [Fri, 6 Jan 2017 19:26:28 +0000 (20:26 +0100)]
Simplify ternary operator expressions

7 years agoUse diamond operator
David ‘Bombe’ Roden [Fri, 6 Jan 2017 19:26:15 +0000 (20:26 +0100)]
Use diamond operator

7 years agoAdd auto-closeable bucket wrapper and use try-with-resources
David ‘Bombe’ Roden [Fri, 6 Jan 2017 19:26:04 +0000 (20:26 +0100)]
Add auto-closeable bucket wrapper and use try-with-resources

7 years agoAdd unit test for sone template page and fix parameter encoding
David ‘Bombe’ Roden [Fri, 6 Jan 2017 19:14:23 +0000 (20:14 +0100)]
Add unit test for sone template page and fix parameter encoding

7 years agoAdd unit test for search page
David ‘Bombe’ Roden [Fri, 16 Dec 2016 22:52:25 +0000 (23:52 +0100)]
Add unit test for search page

7 years agoWhitespace fixes
David ‘Bombe’ Roden [Tue, 6 Dec 2016 21:18:58 +0000 (22:18 +0100)]
Whitespace fixes

7 years agoUse new redirect verification
David ‘Bombe’ Roden [Tue, 6 Dec 2016 21:18:28 +0000 (22:18 +0100)]
Use new redirect verification

7 years agoSuppress warnings about unchecked casts
David ‘Bombe’ Roden [Tue, 6 Dec 2016 21:12:27 +0000 (22:12 +0100)]
Suppress warnings about unchecked casts

7 years agoAdd unit test for rescue page
David ‘Bombe’ Roden [Tue, 6 Dec 2016 20:42:51 +0000 (21:42 +0100)]
Add unit test for rescue page

7 years agoAdd unit test for reloading page
David ‘Bombe’ Roden [Tue, 6 Dec 2016 20:11:42 +0000 (21:11 +0100)]
Add unit test for reloading page

7 years agoComplete unit test for options page
David ‘Bombe’ Roden [Mon, 5 Dec 2016 20:43:58 +0000 (21:43 +0100)]
Complete unit test for options page

7 years agoAdd unit test for mark as known page and slightly improve the logic
David ‘Bombe’ Roden [Mon, 28 Nov 2016 20:47:35 +0000 (21:47 +0100)]
Add unit test for mark as known page and slightly improve the logic

7 years agoAdd unit test for logout page
David ‘Bombe’ Roden [Mon, 28 Nov 2016 19:37:02 +0000 (20:37 +0100)]
Add unit test for logout page

7 years agoConvert and complete unit test and fix bug in page
David ‘Bombe’ Roden [Mon, 28 Nov 2016 17:43:20 +0000 (18:43 +0100)]
Convert and complete unit test and fix bug in page

7 years agoAdd unit test for login page
David ‘Bombe’ Roden [Mon, 28 Nov 2016 06:27:16 +0000 (07:27 +0100)]
Add unit test for login page

7 years agoAdd unit test for lock sone page
David ‘Bombe’ Roden [Sun, 27 Nov 2016 14:12:50 +0000 (15:12 +0100)]
Add unit test for lock sone page

7 years agoAdd unit test for like page
David ‘Bombe’ Roden [Sun, 27 Nov 2016 13:57:36 +0000 (14:57 +0100)]
Add unit test for like page

7 years agoAdd unit test for known sones page
David ‘Bombe’ Roden [Sun, 27 Nov 2016 13:18:25 +0000 (14:18 +0100)]
Add unit test for known sones page

7 years agoAdd unit test for index page
David ‘Bombe’ Roden [Sun, 27 Nov 2016 11:06:41 +0000 (12:06 +0100)]
Add unit test for index page

7 years agoActually verify that the album is deleted
David ‘Bombe’ Roden [Sun, 27 Nov 2016 01:22:55 +0000 (02:22 +0100)]
Actually verify that the album is deleted

7 years agoFix a FindBugs warning by making the non-nullable type explicit
David ‘Bombe’ Roden [Sun, 27 Nov 2016 00:57:45 +0000 (01:57 +0100)]
Fix a FindBugs warning by making the non-nullable type explicit

7 years agoAdd unit test for image browser page
David ‘Bombe’ Roden [Sun, 27 Nov 2016 00:54:19 +0000 (01:54 +0100)]
Add unit test for image browser page

7 years agoAdd unit test for get image page
David ‘Bombe’ Roden [Sat, 26 Nov 2016 22:32:05 +0000 (23:32 +0100)]
Add unit test for get image page

7 years agoAdd unit test for follow sone page
David ‘Bombe’ Roden [Sat, 26 Nov 2016 21:58:21 +0000 (22:58 +0100)]
Add unit test for follow sone page

7 years agoAdd unit test for edit profile page
David ‘Bombe’ Roden [Sat, 26 Nov 2016 20:55:32 +0000 (21:55 +0100)]
Add unit test for edit profile page

7 years agoAdd unit test for edit profile field page and fix logic in page
David ‘Bombe’ Roden [Sat, 26 Nov 2016 15:41:08 +0000 (16:41 +0100)]
Add unit test for edit profile field page and fix logic in page

7 years agoAdd unit test for edit image page
David ‘Bombe’ Roden [Sat, 26 Nov 2016 14:35:28 +0000 (15:35 +0100)]
Add unit test for edit image page

7 years agoAllow to cancel download by size
David ‘Bombe’ Roden [Sat, 26 Nov 2016 11:18:46 +0000 (12:18 +0100)]
Allow to cancel download by size

7 years agoAdd unit test for edit album page
David ‘Bombe’ Roden [Fri, 25 Nov 2016 22:13:20 +0000 (23:13 +0100)]
Add unit test for edit album page

7 years agoAdd unit test for distrust page
David ‘Bombe’ Roden [Fri, 25 Nov 2016 19:09:54 +0000 (20:09 +0100)]
Add unit test for distrust page

7 years agoAdd unit test for dismiss notification page
David ‘Bombe’ Roden [Thu, 24 Nov 2016 20:29:29 +0000 (21:29 +0100)]
Add unit test for dismiss notification page

7 years agoAdd unit test for delete sone page
David ‘Bombe’ Roden [Thu, 24 Nov 2016 20:14:20 +0000 (21:14 +0100)]
Add unit test for delete sone page

7 years agoRemove unnecessary code
David ‘Bombe’ Roden [Thu, 24 Nov 2016 19:42:28 +0000 (20:42 +0100)]
Remove unnecessary code

7 years agoAdd unit test for delete profile field page
David ‘Bombe’ Roden [Thu, 24 Nov 2016 19:41:56 +0000 (20:41 +0100)]
Add unit test for delete profile field page

7 years agoAdd unit test for delete post page and fix bug
David ‘Bombe’ Roden [Thu, 24 Nov 2016 18:30:10 +0000 (19:30 +0100)]
Add unit test for delete post page and fix bug

7 years agoAdd unit test for delete image page
David ‘Bombe’ Roden [Wed, 23 Nov 2016 06:16:07 +0000 (07:16 +0100)]
Add unit test for delete image page

7 years agoInclude templates for rendering linked elements
David ‘Bombe’ Roden [Tue, 22 Nov 2016 20:55:44 +0000 (21:55 +0100)]
Include templates for rendering linked elements

7 years agoAdd unit test for delete album page
David ‘Bombe’ Roden [Tue, 22 Nov 2016 20:08:03 +0000 (21:08 +0100)]
Add unit test for delete album page

7 years agoImprove coverage of linked element renderer filter
David ‘Bombe’ Roden [Sun, 20 Nov 2016 15:56:10 +0000 (16:56 +0100)]
Improve coverage of linked element renderer filter

7 years agoAdd unit test for image accessor
David ‘Bombe’ Roden [Sun, 20 Nov 2016 15:15:22 +0000 (16:15 +0100)]
Add unit test for image accessor

7 years agoSimplify code, improve coverage
David ‘Bombe’ Roden [Sun, 20 Nov 2016 15:00:50 +0000 (16:00 +0100)]
Simplify code, improve coverage

7 years agoAdd unit test for unknown date filter
David ‘Bombe’ Roden [Sun, 20 Nov 2016 12:52:26 +0000 (13:52 +0100)]
Add unit test for unknown date filter

7 years agoAdd unit test for unique element filter
David ‘Bombe’ Roden [Sun, 20 Nov 2016 12:27:40 +0000 (13:27 +0100)]
Add unit test for unique element filter

7 years agoRemove code that is never used
David ‘Bombe’ Roden [Sun, 20 Nov 2016 12:13:37 +0000 (13:13 +0100)]
Remove code that is never used

7 years agoAdd unit test for trust accessor
David ‘Bombe’ Roden [Sun, 20 Nov 2016 12:13:17 +0000 (13:13 +0100)]
Add unit test for trust accessor

7 years agoAdd unit test for substring filter and fix bug in filter
David ‘Bombe’ Roden [Sun, 20 Nov 2016 11:56:54 +0000 (12:56 +0100)]
Add unit test for substring filter and fix bug in filter

7 years agoAdd equals() and hashCode() to JSON return object
David ‘Bombe’ Roden [Sun, 20 Nov 2016 10:36:48 +0000 (11:36 +0100)]
Add equals() and hashCode() to JSON return object

7 years agoRemove debug output
David ‘Bombe’ Roden [Sun, 20 Nov 2016 01:35:41 +0000 (02:35 +0100)]
Remove debug output

7 years agoNormalize URI in element loader
David ‘Bombe’ Roden [Sun, 20 Nov 2016 01:30:45 +0000 (02:30 +0100)]
Normalize URI in element loader

7 years agoAdd some logging to element loader
David ‘Bombe’ Roden [Sun, 20 Nov 2016 00:14:04 +0000 (01:14 +0100)]
Add some logging to element loader

7 years agoUse new loading animation
David ‘Bombe’ Roden [Sat, 19 Nov 2016 22:45:36 +0000 (23:45 +0100)]
Use new loading animation

7 years agoUse time text converter to display “last updated” text
David ‘Bombe’ Roden [Sat, 19 Nov 2016 15:38:29 +0000 (16:38 +0100)]
Use time text converter to display “last updated” text

7 years agoIncrase maximum size for content to 2 MiB
David ‘Bombe’ Roden [Sat, 19 Nov 2016 15:32:58 +0000 (16:32 +0100)]
Incrase maximum size for content to 2 MiB

7 years agoAdd unit test for JSON return object
David ‘Bombe’ Roden [Sat, 19 Nov 2016 08:32:34 +0000 (09:32 +0100)]
Add unit test for JSON return object

7 years agoReplace unit test for “get times” AJAX page
David ‘Bombe’ Roden [Fri, 18 Nov 2016 23:24:12 +0000 (00:24 +0100)]
Replace unit test for “get times” AJAX page

7 years agoAdd unit test for Sone accessor
David ‘Bombe’ Roden [Fri, 18 Nov 2016 23:00:59 +0000 (00:00 +0100)]
Add unit test for Sone accessor

7 years agoRefactor l10n filter
David ‘Bombe’ Roden [Fri, 18 Nov 2016 19:32:32 +0000 (20:32 +0100)]
Refactor l10n filter

7 years agoAdd l10n text and parameter container
David ‘Bombe’ Roden [Fri, 18 Nov 2016 19:23:14 +0000 (20:23 +0100)]
Add l10n text and parameter container

7 years agoAdd unit test for l10n filter
David ‘Bombe’ Roden [Fri, 18 Nov 2016 19:12:10 +0000 (20:12 +0100)]
Add unit test for l10n filter

7 years agoAdd unit test for request change filter
David ‘Bombe’ Roden [Thu, 17 Nov 2016 20:18:22 +0000 (21:18 +0100)]
Add unit test for request change filter

7 years agoSimplify code
David ‘Bombe’ Roden [Thu, 17 Nov 2016 19:38:31 +0000 (20:38 +0100)]
Simplify code

7 years agoRemove superfluous code
David ‘Bombe’ Roden [Thu, 17 Nov 2016 19:37:42 +0000 (20:37 +0100)]
Remove superfluous code

7 years agoUse diamond operator for constructor calls
David ‘Bombe’ Roden [Thu, 17 Nov 2016 19:37:08 +0000 (20:37 +0100)]
Use diamond operator for constructor calls

7 years agoAdd unit test for reply group filter
David ‘Bombe’ Roden [Thu, 17 Nov 2016 19:36:08 +0000 (20:36 +0100)]
Add unit test for reply group filter