Sone.git
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

7 years agoAdd unit test for reply accessor
David ‘Bombe’ Roden [Thu, 17 Nov 2016 18:26:17 +0000 (19:26 +0100)]
Add unit test for reply accessor

7 years agoRemove unnecessary cast
David ‘Bombe’ Roden [Thu, 17 Nov 2016 18:04:18 +0000 (19:04 +0100)]
Remove unnecessary cast

7 years agoUse try-with-resources
David ‘Bombe’ Roden [Thu, 17 Nov 2016 06:27:21 +0000 (07:27 +0100)]
Use try-with-resources

7 years agoAdd unit test for profile accessor
David ‘Bombe’ Roden [Wed, 16 Nov 2016 20:42:10 +0000 (21:42 +0100)]
Add unit test for profile accessor

7 years agoAdd annotations to method-to-override
David ‘Bombe’ Roden [Wed, 16 Nov 2016 19:43:32 +0000 (20:43 +0100)]
Add annotations to method-to-override

7 years agoMake loading of linked images configurable
David ‘Bombe’ Roden [Mon, 14 Nov 2016 06:00:35 +0000 (07:00 +0100)]
Make loading of linked images configurable

7 years agoRename enum to better match its purpose
David ‘Bombe’ Roden [Sun, 13 Nov 2016 10:57:23 +0000 (11:57 +0100)]
Rename enum to better match its purpose

7 years agoMove enum to more appropriate class
David ‘Bombe’ Roden [Sun, 13 Nov 2016 10:52:42 +0000 (11:52 +0100)]
Move enum to more appropriate class

7 years agoFix multiple constructors with @Inject annotation
David ‘Bombe’ Roden [Sun, 13 Nov 2016 10:22:42 +0000 (11:22 +0100)]
Fix multiple constructors with @Inject annotation

7 years agoAdd failure cache to element loader
David ‘Bombe’ Roden [Sun, 13 Nov 2016 10:06:10 +0000 (11:06 +0100)]
Add failure cache to element loader

7 years agoTreat cancelled fetch request as failure
David ‘Bombe’ Roden [Sun, 13 Nov 2016 08:41:13 +0000 (09:41 +0100)]
Treat cancelled fetch request as failure

7 years agoCancel request early if it’s not an image
David ‘Bombe’ Roden [Sun, 13 Nov 2016 08:38:40 +0000 (09:38 +0100)]
Cancel request early if it’s not an image

7 years agoShow loading animation while loading elements
David ‘Bombe’ Roden [Sun, 13 Nov 2016 07:09:47 +0000 (08:09 +0100)]
Show loading animation while loading elements

7 years agoShow linked images under posts and replies
David ‘Bombe’ Roden [Fri, 11 Nov 2016 19:20:31 +0000 (20:20 +0100)]
Show linked images under posts and replies

7 years agoAdd test for guice creation of image loader
David ‘Bombe’ Roden [Fri, 11 Nov 2016 17:38:48 +0000 (18:38 +0100)]
Add test for guice creation of image loader

7 years agoRemove shortening from render filter
David ‘Bombe’ Roden [Fri, 11 Nov 2016 15:01:13 +0000 (16:01 +0100)]
Remove shortening from render filter

7 years agoAdd filter that shortens a number of parts
David ‘Bombe’ Roden [Fri, 11 Nov 2016 14:02:24 +0000 (15:02 +0100)]
Add filter that shortens a number of parts

7 years agoReplace most parts with Kotlin equivalents
David ‘Bombe’ Roden [Fri, 11 Nov 2016 13:21:29 +0000 (14:21 +0100)]
Replace most parts with Kotlin equivalents

7 years agoAdd filter for linked images
David ‘Bombe’ Roden [Fri, 11 Nov 2016 07:21:28 +0000 (08:21 +0100)]
Add filter for linked images

7 years agoAdd image loader
David ‘Bombe’ Roden [Fri, 11 Nov 2016 07:11:27 +0000 (08:11 +0100)]
Add image loader

7 years agoFix imports
David ‘Bombe’ Roden [Fri, 11 Nov 2016 06:28:11 +0000 (07:28 +0100)]
Fix imports

7 years agoAdd background fetch to freenet interface
David ‘Bombe’ Roden [Fri, 11 Nov 2016 06:27:57 +0000 (07:27 +0100)]
Add background fetch to freenet interface

7 years agoFix whitespace
David ‘Bombe’ Roden [Fri, 11 Nov 2016 06:26:25 +0000 (07:26 +0100)]
Fix whitespace

7 years agoUse request client builder
David ‘Bombe’ Roden [Fri, 11 Nov 2016 06:22:58 +0000 (07:22 +0100)]
Use request client builder

7 years agoRemove part container
David ‘Bombe’ Roden [Thu, 10 Nov 2016 20:34:54 +0000 (21:34 +0100)]
Remove part container

7 years agoReplace parser filter with separate filters
David ‘Bombe’ Roden [Thu, 10 Nov 2016 20:10:11 +0000 (21:10 +0100)]
Replace parser filter with separate filters

7 years agoRename test methods
David ‘Bombe’ Roden [Thu, 10 Nov 2016 19:53:23 +0000 (20:53 +0100)]
Rename test methods

7 years agoAdd helper functions for mocking
David ‘Bombe’ Roden [Thu, 10 Nov 2016 19:52:48 +0000 (20:52 +0100)]
Add helper functions for mocking

7 years agoAdd new render filter
David ‘Bombe’ Roden [Thu, 10 Nov 2016 19:02:37 +0000 (20:02 +0100)]
Add new render filter

This filter will be one of two to replace the ParserFilter.

7 years agoAdd Kotlin dependencies to build file
David ‘Bombe’ Roden [Thu, 10 Nov 2016 19:02:20 +0000 (20:02 +0100)]
Add Kotlin dependencies to build file

7 years agoAdd unit test for post acccessor
David ‘Bombe’ Roden [Thu, 10 Nov 2016 06:03:16 +0000 (07:03 +0100)]
Add unit test for post acccessor

7 years agoAdd unit test for parser filter
David ‘Bombe’ Roden [Wed, 9 Nov 2016 20:34:16 +0000 (21:34 +0100)]
Add unit test for parser filter

7 years agoChange tooltop of Freenet links
David ‘Bombe’ Roden [Wed, 9 Nov 2016 20:32:22 +0000 (21:32 +0100)]
Change tooltop of Freenet links

7 years agoOnly hide URL parameters in tooltip
David ‘Bombe’ Roden [Wed, 9 Nov 2016 20:30:26 +0000 (21:30 +0100)]
Only hide URL parameters in tooltip

7 years agoUse link as tooltip on internet links
David ‘Bombe’ Roden [Tue, 8 Nov 2016 17:07:32 +0000 (18:07 +0100)]
Use link as tooltip on internet links

7 years agoShow original freemail address in tooltip of link
David ‘Bombe’ Roden [Mon, 7 Nov 2016 20:54:25 +0000 (21:54 +0100)]
Show original freemail address in tooltip of link

7 years agoRender freemail links as links
David ‘Bombe’ Roden [Sat, 29 Oct 2016 08:21:32 +0000 (10:21 +0200)]
Render freemail links as links

7 years agoShorten bloated code
David ‘Bombe’ Roden [Fri, 28 Oct 2016 22:29:27 +0000 (00:29 +0200)]
Shorten bloated code

7 years agoParse freemail addresses
David ‘Bombe’ Roden [Fri, 28 Oct 2016 22:29:07 +0000 (00:29 +0200)]
Parse freemail addresses

7 years agoRemove useless non-null asserts
David ‘Bombe’ Roden [Fri, 28 Oct 2016 22:18:24 +0000 (00:18 +0200)]
Remove useless non-null asserts

7 years agoRemove useless local variables
David ‘Bombe’ Roden [Fri, 28 Oct 2016 22:16:10 +0000 (00:16 +0200)]
Remove useless local variables

7 years agoFix indentation
David ‘Bombe’ Roden [Fri, 28 Oct 2016 22:15:48 +0000 (00:15 +0200)]
Fix indentation

7 years agoIgnore question and exclamation marks at the end of links, too
David ‘Bombe’ Roden [Fri, 28 Oct 2016 16:24:22 +0000 (18:24 +0200)]
Ignore question and exclamation marks at the end of links, too

7 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Wed, 26 Oct 2016 16:52:52 +0000 (18:52 +0200)]
Merge branch 'master' into next

7 years agoMerge branch 'release-0.9.6' 0.9.6
David ‘Bombe’ Roden [Wed, 26 Oct 2016 16:48:04 +0000 (18:48 +0200)]
Merge branch 'release-0.9.6'

7 years agoUpdate latest homepage edition
David ‘Bombe’ Roden [Wed, 26 Oct 2016 16:47:57 +0000 (18:47 +0200)]
Update latest homepage edition

7 years agoUpdate version of Sone plugin
David ‘Bombe’ Roden [Wed, 26 Oct 2016 16:47:45 +0000 (18:47 +0200)]
Update version of Sone plugin

7 years agoAdd test for CreateSonePage
David ‘Bombe’ Roden [Tue, 25 Oct 2016 18:50:08 +0000 (20:50 +0200)]
Add test for CreateSonePage

7 years agoAdd test for CreateReplyPage
David ‘Bombe’ Roden [Mon, 24 Oct 2016 16:56:07 +0000 (18:56 +0200)]
Add test for CreateReplyPage

7 years agoVerify that configuration is saved after an album was created
David ‘Bombe’ Roden [Thu, 20 Oct 2016 17:37:50 +0000 (19:37 +0200)]
Verify that configuration is saved after an album was created

7 years agoVerify that posts are sorted correctly
David ‘Bombe’ Roden [Thu, 20 Oct 2016 17:37:35 +0000 (19:37 +0200)]
Verify that posts are sorted correctly

7 years agoRename comparator for posts
David ‘Bombe’ Roden [Thu, 20 Oct 2016 17:22:07 +0000 (19:22 +0200)]
Rename comparator for posts

7 years agoChange SoneTemplatePage request handling
David ‘Bombe’ Roden [Thu, 20 Oct 2016 17:18:42 +0000 (19:18 +0200)]
Change SoneTemplatePage request handling

7 years agoAdd test for CreatePostPage
David ‘Bombe’ Roden [Thu, 20 Oct 2016 09:05:19 +0000 (11:05 +0200)]
Add test for CreatePostPage

7 years agoUse member variable directly
David ‘Bombe’ Roden [Thu, 20 Oct 2016 09:04:58 +0000 (11:04 +0200)]
Use member variable directly

7 years agoCompare hit scores correctly
David ‘Bombe’ Roden [Thu, 20 Oct 2016 09:04:16 +0000 (11:04 +0200)]
Compare hit scores correctly

7 years agoRemove misplaced file from repository
David ‘Bombe’ Roden [Thu, 20 Oct 2016 07:07:14 +0000 (09:07 +0200)]
Remove misplaced file from repository

7 years agoRemove Maven configuration file
David ‘Bombe’ Roden [Thu, 20 Oct 2016 07:03:40 +0000 (09:03 +0200)]
Remove Maven configuration file

7 years agoRemove commons-lang dependency
David ‘Bombe’ Roden [Thu, 20 Oct 2016 07:03:26 +0000 (09:03 +0200)]
Remove commons-lang dependency

7 years agoAdd whitespace
David ‘Bombe’ Roden [Thu, 20 Oct 2016 06:54:02 +0000 (08:54 +0200)]
Add whitespace

7 years agoUse longer form of dependency
David Roden [Tue, 20 Sep 2016 09:20:57 +0000 (11:20 +0200)]
Use longer form of dependency

7 years agoAdd Gradle build file
David ‘Bombe’ Roden [Wed, 19 Oct 2016 20:05:16 +0000 (22:05 +0200)]
Add Gradle build file

7 years agoSimplify and improve link parsing
David ‘Bombe’ Roden [Wed, 19 Oct 2016 17:20:52 +0000 (19:20 +0200)]
Simplify and improve link parsing

7 years agoAdd test for create album page
David ‘Bombe’ Roden [Thu, 13 Oct 2016 20:12:04 +0000 (22:12 +0200)]
Add test for create album page

7 years agoAdd default value for all HTTP parameters
David ‘Bombe’ Roden [Thu, 13 Oct 2016 20:11:08 +0000 (22:11 +0200)]
Add default value for all HTTP parameters

7 years agoAdd interface to mark dirty code
David ‘Bombe’ Roden [Thu, 13 Oct 2016 20:07:24 +0000 (22:07 +0200)]
Add interface to mark dirty code

7 years agoAdd test for page that shows bookmarked posts
David ‘Bombe’ Roden [Wed, 12 Oct 2016 20:10:16 +0000 (22:10 +0200)]
Add test for page that shows bookmarked posts

7 years agoConfigure XML output format for mutation report
David ‘Bombe’ Roden [Wed, 12 Oct 2016 05:31:34 +0000 (07:31 +0200)]
Configure XML output format for mutation report

7 years agoDon’t write PIT reports to timestamped directory
David ‘Bombe’ Roden [Wed, 12 Oct 2016 05:04:29 +0000 (07:04 +0200)]
Don’t write PIT reports to timestamped directory

7 years agoAdd test for bookmark page
David ‘Bombe’ Roden [Tue, 11 Oct 2016 19:41:35 +0000 (21:41 +0200)]
Add test for bookmark page

7 years agoSetup core and web interface separately
David ‘Bombe’ Roden [Tue, 11 Oct 2016 19:38:59 +0000 (21:38 +0200)]
Setup core and web interface separately

7 years agoAdd test for about page
David ‘Bombe’ Roden [Tue, 11 Oct 2016 19:11:14 +0000 (21:11 +0200)]
Add test for about page

7 years agoUse common base class for web page tests
David ‘Bombe’ Roden [Tue, 11 Oct 2016 19:08:56 +0000 (21:08 +0200)]
Use common base class for web page tests

7 years agoDon’t use deprecated class anymore
David ‘Bombe’ Roden [Sat, 8 Oct 2016 10:05:15 +0000 (12:05 +0200)]
Don’t use deprecated class anymore

7 years agoUpdate mockito dependency to 2.1.0
David ‘Bombe’ Roden [Sat, 8 Oct 2016 10:04:29 +0000 (12:04 +0200)]
Update mockito dependency to 2.1.0

7 years agoUse correct mockito dependency
David ‘Bombe’ Roden [Sat, 8 Oct 2016 08:52:02 +0000 (10:52 +0200)]
Use correct mockito dependency

7 years agoAdd test for FreenetRequest
David ‘Bombe’ Roden [Thu, 6 Oct 2016 20:01:10 +0000 (22:01 +0200)]
Add test for FreenetRequest

7 years agoUse try-with-resources instead of Closer
David ‘Bombe’ Roden [Thu, 6 Oct 2016 20:00:41 +0000 (22:00 +0200)]
Use try-with-resources instead of Closer

7 years agoRemove request from parser context
David ‘Bombe’ Roden [Thu, 6 Oct 2016 18:38:11 +0000 (20:38 +0200)]
Remove request from parser context

7 years agoRefactor text parser
David ‘Bombe’ Roden [Thu, 6 Oct 2016 18:34:34 +0000 (20:34 +0200)]
Refactor text parser

7 years agoIncrease test coverage for Sone text parser
David ‘Bombe’ Roden [Thu, 6 Oct 2016 17:33:09 +0000 (19:33 +0200)]
Increase test coverage for Sone text parser

7 years agoUse hamcrest matchers correctly
David ‘Bombe’ Roden [Wed, 5 Oct 2016 19:54:52 +0000 (21:54 +0200)]
Use hamcrest matchers correctly

7 years agoDon’t allow null for Sone in SonePart
David ‘Bombe’ Roden [Wed, 5 Oct 2016 19:19:34 +0000 (21:19 +0200)]
Don’t allow null for Sone in SonePart

7 years agoAdd test for SonePart
David ‘Bombe’ Roden [Wed, 5 Oct 2016 19:18:00 +0000 (21:18 +0200)]
Add test for SonePart

7 years agoDon’t allow null for the post of a PostPart
David ‘Bombe’ Roden [Wed, 5 Oct 2016 19:14:06 +0000 (21:14 +0200)]
Don’t allow null for the post of a PostPart

7 years agoAdd test for PostPart
David ‘Bombe’ Roden [Wed, 5 Oct 2016 19:12:21 +0000 (21:12 +0200)]
Add test for PostPart

7 years agoDon’t allow null for the text attribute of PlainTextPart
David ‘Bombe’ Roden [Wed, 5 Oct 2016 19:09:56 +0000 (21:09 +0200)]
Don’t allow null for the text attribute of PlainTextPart

7 years agoAdd test for PlainTextPart
David ‘Bombe’ Roden [Wed, 5 Oct 2016 19:08:24 +0000 (21:08 +0200)]
Add test for PlainTextPart