]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
6 years agoMerge pull request #3137 from aaa2000/isolated-tests
Jérémy Benoist [Thu, 1 Jun 2017 05:58:17 +0000 (07:58 +0200)] 
Merge pull request #3137 from aaa2000/isolated-tests

Isolated tests

6 years agoMerge pull request #3077 from wallabag/add-tags-list-view
Nicolas Lœuillet [Wed, 31 May 2017 19:18:14 +0000 (21:18 +0200)] 
Merge pull request #3077 from wallabag/add-tags-list-view

Added tags on list view

6 years agoReduced border-radius for tags 3077/head
Nicolas Lœuillet [Wed, 31 May 2017 18:31:35 +0000 (20:31 +0200)] 
Reduced border-radius for tags

6 years agoMerge pull request #3106 from wallabag/api-content
Jérémy Benoist [Wed, 31 May 2017 15:26:05 +0000 (17:26 +0200)] 
Merge pull request #3106 from wallabag/api-content

Allow other fields to be send using API

6 years agoIsolated tests 3137/head
adev [Mon, 15 May 2017 18:47:59 +0000 (20:47 +0200)] 
Isolated tests

Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.

6 years agoAdd some flex magic
Thomas Citharel [Wed, 31 May 2017 12:34:46 +0000 (14:34 +0200)] 
Add some flex magic

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 years agoPR has been merged in graby 3106/head
Jérémy Benoist [Tue, 30 May 2017 16:11:55 +0000 (18:11 +0200)] 
PR has been merged in graby

6 years agoFix tests following rebase
Jeremy Benoist [Tue, 30 May 2017 08:08:50 +0000 (10:08 +0200)] 
Fix tests following rebase

6 years agoCS
Jeremy Benoist [Mon, 29 May 2017 08:14:01 +0000 (10:14 +0200)] 
CS

6 years agoForced date can now be a timestamp too
Jeremy Benoist [Wed, 24 May 2017 14:44:03 +0000 (16:44 +0200)] 
Forced date can now be a timestamp too

Add adding more tests for forced content

6 years agoImprove docs
Jeremy Benoist [Wed, 24 May 2017 14:02:49 +0000 (16:02 +0200)] 
Improve docs

6 years agoRemove htmlawed and use graby instead
Jeremy Benoist [Tue, 16 May 2017 21:11:20 +0000 (23:11 +0200)] 
Remove htmlawed and use graby instead

Instead of using htmlawed (which is already used in graby) use graby directly (which require some refacto on graby side).
Still needs some tests.

6 years agoReduce imported entries
Jeremy Benoist [Tue, 16 May 2017 19:17:10 +0000 (21:17 +0200)] 
Reduce imported entries

Down from 2.2 minutes to 1.39 minutes

6 years agoUse graby ContentExtractor to clean html
Jeremy Benoist [Fri, 12 May 2017 05:53:21 +0000 (07:53 +0200)] 
Use graby ContentExtractor to clean html

It might be better to re-use some graby functionalities to clean html instead of building a new system.

6 years agoAdd support for authors
Jeremy Benoist [Thu, 11 May 2017 18:10:22 +0000 (20:10 +0200)] 
Add support for authors

6 years agoAllow other fields to be send using API
Jeremy Benoist [Thu, 11 May 2017 06:14:29 +0000 (08:14 +0200)] 
Allow other fields to be send using API

Entry API can now have these new fields:
- content
- language
- preview_picture
- published_at

Re-use the ContentProxy to be able to do the same using the web UI (in the future).
htmLawed is used to clean stuff from content, I hope it’ll be enough to avoid security breach.

Lower content validation when we want to update an entry with content already defined. Before, language & content_type were required. If there weren’t provided, we re-fetched the content using graby. I think these fields aren’t required for an entry to be created. So I removed them.
Which means some import from the v1 export won’t be re-fetched since they provide content, url & title.

Also, remove liberation link from Readability import to avoid overlaping import (from wallabag v1, which had the same link)

6 years agoFixed tags display on grid view
Nicolas Lœuillet [Mon, 29 May 2017 08:59:30 +0000 (10:59 +0200)] 
Fixed tags display on grid view

6 years agoMerge pull request #3168 from wallabag/instapaper-tags-import
Nicolas Lœuillet [Wed, 31 May 2017 10:32:09 +0000 (12:32 +0200)] 
Merge pull request #3168 from wallabag/instapaper-tags-import

Add support for tag in Instapaper import

6 years agoMerge pull request #3138 from Kdecherf/2835-tags
Nicolas Lœuillet [Wed, 31 May 2017 09:48:42 +0000 (11:48 +0200)] 
Merge pull request #3138 from Kdecherf/2835-tags

Ignore ActionMarkAsRead when removing tag from entry

6 years agoMerge pull request #3161 from wallabag/scrutinizer-2.3
Nicolas Lœuillet [Wed, 31 May 2017 09:46:41 +0000 (11:46 +0200)] 
Merge pull request #3161 from wallabag/scrutinizer-2.3

Fix some Scrutinizer issues

6 years agoEnsure retrieved data are fresh 3138/head
Jeremy Benoist [Wed, 31 May 2017 09:11:02 +0000 (11:11 +0200)] 
Ensure retrieved data are fresh

6 years agoCS & improve tags assertions 3168/head
Jeremy Benoist [Wed, 31 May 2017 08:38:15 +0000 (10:38 +0200)] 
CS & improve tags assertions

6 years agoAdd support for tag in Instapaper import
Jeremy Benoist [Wed, 31 May 2017 08:38:00 +0000 (10:38 +0200)] 
Add support for tag in Instapaper import

6 years agoMerge pull request #3143 from wallabag/fix-wllbg2-import
Nicolas Lœuillet [Wed, 31 May 2017 07:08:34 +0000 (09:08 +0200)] 
Merge pull request #3143 from wallabag/fix-wllbg2-import

Fixed is_starred for wallabag v2 import

6 years agoTagController: ignore ActionMarkAsRead when removing tag from entry
Kevin Decherf [Sun, 21 May 2017 14:35:06 +0000 (16:35 +0200)] 
TagController: ignore ActionMarkAsRead when removing tag from entry

Fixes #2835

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoAdd tests 3143/head
Jeremy Benoist [Tue, 30 May 2017 18:15:41 +0000 (20:15 +0200)] 
Add tests

6 years agoMerge pull request #3065 from wallabag/api-creation-endpoint
Jérémy Benoist [Tue, 30 May 2017 13:26:11 +0000 (15:26 +0200)] 
Merge pull request #3065 from wallabag/api-creation-endpoint

Register through API

6 years agoCS 3161/head
Jeremy Benoist [Tue, 30 May 2017 11:01:25 +0000 (13:01 +0200)] 
CS

6 years agoUse a better way to set input for command
Jeremy Benoist [Tue, 30 May 2017 10:47:25 +0000 (12:47 +0200)] 
Use a better way to set input for command

Actually use the correct to way handle that

http://symfony.com/doc/current/components/console/helpers/questionhelper.html#testing-a-command-that-expects-input

6 years agoFix some Scrutinizer issues
Jeremy Benoist [Tue, 30 May 2017 09:39:15 +0000 (11:39 +0200)] 
Fix some Scrutinizer issues

6 years agoMerge remote-tracking branch 'origin/master' into 2.3
Jeremy Benoist [Tue, 30 May 2017 07:59:06 +0000 (09:59 +0200)] 
Merge remote-tracking branch 'origin/master' into 2.3

6 years agoAvoid side effect on other tests 3065/head
Jeremy Benoist [Tue, 30 May 2017 07:57:57 +0000 (09:57 +0200)] 
Avoid side effect on other tests

6 years agoAdded tags on list view
Nicolas Lœuillet [Wed, 3 May 2017 09:48:43 +0000 (11:48 +0200)] 
Added tags on list view

6 years agoMerge pull request #3147 from wallabag/delete-confirm
Jérémy Benoist [Tue, 30 May 2017 07:42:56 +0000 (09:42 +0200)] 
Merge pull request #3147 from wallabag/delete-confirm

Add some deletion confirmation to avoid mistake

6 years agoMerge pull request #3160 from wallabag/mruminski-patch-1 3147/head
Jérémy Benoist [Tue, 30 May 2017 07:10:54 +0000 (09:10 +0200)] 
Merge pull request #3160 from wallabag/mruminski-patch-1

Update messages.pl.yml

6 years agoRemove unknown validation_groups
Jeremy Benoist [Tue, 30 May 2017 05:56:41 +0000 (07:56 +0200)] 
Remove unknown validation_groups

The Profile validation_groups does not exist and then for validation to be skipped (like password length)

6 years agoRe-use `NewUserType` to validate registration
Jeremy Benoist [Tue, 30 May 2017 05:56:01 +0000 (07:56 +0200)] 
Re-use `NewUserType` to validate registration

The only ugly things is how we handle error by generating the view and then parse the content to retrieve all errors…

Fix exposition fields in User entity

6 years agoUpdate messages.pl.yml 3160/head
Mateusz Rumiński [Mon, 29 May 2017 21:47:00 +0000 (23:47 +0200)] 
Update messages.pl.yml

add missing translation

6 years agoupdate :de: messages.de.yml
Sven Fischer [Mon, 29 May 2017 19:10:00 +0000 (21:10 +0200)] 
update :de: messages.de.yml

6 years agoWIP
Thomas Citharel [Sat, 29 Apr 2017 17:22:50 +0000 (19:22 +0200)] 
WIP

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 years agoMerge pull request #3153 from wallabag/content-proxy-refactor
Thomas Citharel [Sun, 28 May 2017 19:50:23 +0000 (21:50 +0200)] 
Merge pull request #3153 from wallabag/content-proxy-refactor

Move Tags assigner to a separate file

6 years agoCS 3153/head
Thomas Citharel [Sun, 28 May 2017 10:59:48 +0000 (12:59 +0200)] 
CS

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 years agoCS
Thomas Citharel [Sat, 27 May 2017 23:16:01 +0000 (01:16 +0200)] 
CS

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 years agoMove Tags assigner to a separate file
Thomas Citharel [Sat, 27 May 2017 20:08:14 +0000 (22:08 +0200)] 
Move Tags assigner to a separate file

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 years agoAdd some deletion confirmation to avoid mistake
Jeremy Benoist [Wed, 24 May 2017 19:33:37 +0000 (21:33 +0200)] 
Add some deletion confirmation to avoid mistake

6 years agoFixed is_starred for wallabag v2 import
Nicolas Lœuillet [Tue, 23 May 2017 15:07:26 +0000 (17:07 +0200)] 
Fixed is_starred for wallabag v2 import

6 years agoMerge pull request #3145 from wallabag/fix-so
Jérémy Benoist [Wed, 24 May 2017 12:33:58 +0000 (14:33 +0200)] 
Merge pull request #3145 from wallabag/fix-so

Fix SO tests

6 years agoMerge pull request #3146 from DamienCassou/fix-doc-url
Jérémy Benoist [Wed, 24 May 2017 11:54:57 +0000 (13:54 +0200)] 
Merge pull request #3146 from DamienCassou/fix-doc-url

Fix documentation URL for "How can I help to fix that?"

6 years agoFix documentation URL for "How can I help to fix that?" 3146/head
Damien Cassou [Wed, 24 May 2017 10:57:46 +0000 (12:57 +0200)] 
Fix documentation URL for "How can I help to fix that?"

6 years agoFix SO tests 3145/head
Jeremy Benoist [Wed, 24 May 2017 10:13:24 +0000 (12:13 +0200)] 
Fix SO tests

SO switched to http yesterday

6 years agoSwitch back to latest guzzle-site-authenticator
Jeremy Benoist [Wed, 24 May 2017 05:29:46 +0000 (07:29 +0200)] 
Switch back to latest guzzle-site-authenticator

6 years agoMerge pull request #3133 from wallabag/testing-travis-failure
Jérémy Benoist [Fri, 19 May 2017 11:58:37 +0000 (13:58 +0200)] 
Merge pull request #3133 from wallabag/testing-travis-failure

Let's play !

6 years agoEnsure download_images_enabled is disabled 3133/head
Jeremy Benoist [Fri, 19 May 2017 10:41:31 +0000 (12:41 +0200)] 
Ensure download_images_enabled is disabled

Even if the tests fail, that config must stay disabled after the test.
Otherwise it might timeout on other test (because it'll try to save all other images)

6 years agoFold migrations & fixtures command on Travis
Jeremy Benoist [Fri, 19 May 2017 09:41:10 +0000 (11:41 +0200)] 
Fold migrations & fixtures command on Travis

6 years agoMerge remote-tracking branch 'origin/master' into 2.3
Jeremy Benoist [Fri, 19 May 2017 09:25:19 +0000 (11:25 +0200)] 
Merge remote-tracking branch 'origin/master' into 2.3

6 years agoMerge pull request #3130 from X-dark/master
Jérémy Benoist [Fri, 19 May 2017 08:07:01 +0000 (10:07 +0200)] 
Merge pull request #3130 from X-dark/master

unify Download/Export wording.

6 years agomodify key name as well 3130/head
Cedric Girard [Thu, 18 May 2017 15:17:21 +0000 (17:17 +0200)] 
modify key name as well

6 years agounify Download/Export wording.
Cedric Girard [Thu, 18 May 2017 13:23:48 +0000 (15:23 +0200)] 
unify Download/Export wording.

This fixes #2967

6 years agoUpdate of the oc version of CoreBundle
Quent-in [Thu, 18 May 2017 08:44:15 +0000 (10:44 +0200)] 
Update of the oc version of CoreBundle

I hope I didn't break everything with the ' and ".

6 years agoMerge pull request #3125 from wallabag/prepare-222
Jérémy Benoist [Wed, 17 May 2017 15:48:51 +0000 (17:48 +0200)] 
Merge pull request #3125 from wallabag/prepare-222

Prepare wallabag 2.2.3

6 years agoPrepare wallabag 2.2.3 3125/head
Nicolas Lœuillet [Wed, 17 May 2017 12:43:17 +0000 (14:43 +0200)] 
Prepare wallabag 2.2.3

6 years agoMerge pull request #3122 from wallabag/delete-doc
Thomas Citharel [Wed, 17 May 2017 09:57:28 +0000 (11:57 +0200)] 
Merge pull request #3122 from wallabag/delete-doc

Removed embedded documentation

6 years agoMerge pull request #3117 from wallabag/fix-doc
Nicolas Lœuillet [Wed, 17 May 2017 08:40:35 +0000 (10:40 +0200)] 
Merge pull request #3117 from wallabag/fix-doc

Fixed documentation URL

6 years agoFixed documentation URL 3117/head
Nicolas Lœuillet [Sat, 13 May 2017 07:33:19 +0000 (09:33 +0200)] 
Fixed documentation URL

6 years agoMerge pull request #3124 from wallabag/lock-guzzle-auth
Nicolas Lœuillet [Wed, 17 May 2017 07:02:22 +0000 (09:02 +0200)] 
Merge pull request #3124 from wallabag/lock-guzzle-auth

Lock guzzle-site-authenticator to avoid errors

6 years agoLock guzzle-site-authenticator to avoid error 3124/head
Jeremy Benoist [Tue, 16 May 2017 21:34:42 +0000 (23:34 +0200)] 
Lock guzzle-site-authenticator to avoid error

6 years agoMerge pull request #3123 from X-dark/master
Jérémy Benoist [Tue, 16 May 2017 12:50:25 +0000 (14:50 +0200)] 
Merge pull request #3123 from X-dark/master

reorder contrib strings in about page

6 years agoreorder contrib strings in about page 3123/head
Cedric Girard [Tue, 16 May 2017 12:17:13 +0000 (14:17 +0200)] 
reorder contrib strings in about page

this fixes #2891

6 years agoRemoved embedded documentation 3122/head
Nicolas Lœuillet [Tue, 16 May 2017 11:09:40 +0000 (13:09 +0200)] 
Removed embedded documentation

6 years agoMerge pull request #3120 from aaa2000/fix-delete-annotation-user
Jérémy Benoist [Mon, 15 May 2017 09:42:05 +0000 (11:42 +0200)] 
Merge pull request #3120 from aaa2000/fix-delete-annotation-user

Fix delete annotation when username is defined

6 years agoMerge pull request #3113 from wallabag/upgrade-craue
Jérémy Benoist [Mon, 15 May 2017 07:05:08 +0000 (09:05 +0200)] 
Merge pull request #3113 from wallabag/upgrade-craue

Upgraded CraueConfigBundle to 2.0

6 years agoFix delete annotation when username is defined 3120/head
adev [Sun, 14 May 2017 09:38:02 +0000 (11:38 +0200)] 
Fix delete annotation when username is defined

When an user set his name in "Config" > "User Information", he
can't delete or update an annotation

Fix #2382

6 years agoUpgraded CraueConfigBundle to 2.0 3113/head
Nicolas Lœuillet [Fri, 12 May 2017 14:33:12 +0000 (16:33 +0200)] 
Upgraded CraueConfigBundle to 2.0

6 years agoMerge pull request #3110 from wallabag/add-logger-matching-rules
Nicolas Lœuillet [Fri, 12 May 2017 14:17:48 +0000 (16:17 +0200)] 
Merge pull request #3110 from wallabag/add-logger-matching-rules

Added logger when we match Tagging rules

6 years agoAdded tests on logs records 3110/head
Nicolas Lœuillet [Fri, 12 May 2017 13:01:18 +0000 (15:01 +0200)] 
Added tests on logs records

6 years agoFixed tests
Nicolas Lœuillet [Fri, 12 May 2017 11:47:53 +0000 (13:47 +0200)] 
Fixed tests

6 years agoAdded logger when we match Tagging rules
Nicolas Lœuillet [Fri, 12 May 2017 11:13:19 +0000 (13:13 +0200)] 
Added logger when we match Tagging rules

7 years agoMerge pull request #3108 from wallabag/store-headers
Nicolas Lœuillet [Thu, 11 May 2017 15:39:21 +0000 (17:39 +0200)] 
Merge pull request #3108 from wallabag/store-headers

Added headers field in Entry

7 years agoReplaced json_array with array 3108/head
Nicolas Lœuillet [Thu, 11 May 2017 12:53:56 +0000 (14:53 +0200)] 
Replaced json_array with array
And fixed failing test due to @j0k3r :trollface:

7 years agoAdded headers field in Entry
Nicolas Lœuillet [Thu, 11 May 2017 12:18:21 +0000 (14:18 +0200)] 
Added headers field in Entry

7 years agoMerge pull request #3104 from wallabag/migration-username-length
Jérémy Benoist [Wed, 10 May 2017 09:24:59 +0000 (11:24 +0200)] 
Merge pull request #3104 from wallabag/migration-username-length

Added migration to change length for user fields

7 years agoMerge pull request #3101 from wallabag/credentials-new-extrafields
Jérémy Benoist [Wed, 10 May 2017 08:58:19 +0000 (10:58 +0200)] 
Merge pull request #3101 from wallabag/credentials-new-extrafields

Skip auth when no credentials are found

7 years agoAdded migration to change length for user fields 3104/head
Nicolas Lœuillet [Wed, 10 May 2017 08:46:32 +0000 (10:46 +0200)] 
Added migration to change length for user fields

7 years agoHandle empty configuration 3101/head
Jeremy Benoist [Wed, 10 May 2017 08:37:53 +0000 (10:37 +0200)] 
Handle empty configuration

7 years agoUpdate composer.json
Jérémy Benoist [Wed, 10 May 2017 08:23:08 +0000 (10:23 +0200)] 
Update composer.json

7 years agoMerge pull request #3095 from aaa2000/api-error-on-fail-fetch-content
Thomas Citharel [Wed, 10 May 2017 07:38:55 +0000 (09:38 +0200)] 
Merge pull request #3095 from aaa2000/api-error-on-fail-fetch-content

Create a new entry via API even when its content can't be retrieved

7 years agoMerge pull request #3103 from wallabag/api-delete-tag-query
Jérémy Benoist [Wed, 10 May 2017 07:32:27 +0000 (09:32 +0200)] 
Merge pull request #3103 from wallabag/api-delete-tag-query

Retrieve tag / tags value from query or request

7 years agoMerge pull request #3102 from wallabag/cache-yarn
Jérémy Benoist [Wed, 10 May 2017 06:53:04 +0000 (08:53 +0200)] 
Merge pull request #3102 from wallabag/cache-yarn

Cache yarn cache in Travis

7 years agoRemove the created entry to avoid side effects on other tests 3095/head
adev [Tue, 9 May 2017 21:19:24 +0000 (23:19 +0200)] 
Remove the created entry to avoid side effects on other tests

7 years agoRetrieve tag / tags value from query or request 3103/head
Jeremy Benoist [Tue, 9 May 2017 21:15:25 +0000 (23:15 +0200)] 
Retrieve tag / tags value from query or request

It allows to request to delete a tag using query string instead of body parameter (which seems to be the standard).
Instead of breaking the previous behavior, I used a generic way to retrieve parameter (which looks into request attributes, query parameters and request parameters)

7 years agoSkip auth when no credentials are found
Jeremy Benoist [Tue, 9 May 2017 20:25:18 +0000 (22:25 +0200)] 
Skip auth when no credentials are found

If we can’t find a credential for the current host, even if it required login, we won’t add them and website will be fetched without any login.

7 years agoCache yarn cache in Travis 3102/head
Jeremy Benoist [Tue, 9 May 2017 20:53:01 +0000 (22:53 +0200)] 
Cache yarn cache in Travis

7 years agoMerge pull request #2751 from bdunogier/2.2-guzzle_subscribers_improvement
Jérémy Benoist [Tue, 9 May 2017 15:10:03 +0000 (17:10 +0200)] 
Merge pull request #2751 from bdunogier/2.2-guzzle_subscribers_improvement

Improved Guzzle subscribers extensibility

7 years agoMerge pull request #3076 from wallabag/hotfix/2979
Nicolas Lœuillet [Tue, 9 May 2017 11:56:44 +0000 (13:56 +0200)] 
Merge pull request #3076 from wallabag/hotfix/2979

Disable negative numbers in filters

7 years agoMerge remote-tracking branch 'origin/master' into 2.3
Jeremy Benoist [Tue, 9 May 2017 11:55:31 +0000 (13:55 +0200)] 
Merge remote-tracking branch 'origin/master' into 2.3

7 years agoAdd some tests 3076/head
Jeremy Benoist [Tue, 9 May 2017 10:12:23 +0000 (12:12 +0200)] 
Add some tests

7 years agoMerge pull request #3022 from wallabag/webpack
Thomas Citharel [Tue, 9 May 2017 09:43:48 +0000 (11:43 +0200)] 
Merge pull request #3022 from wallabag/webpack

Adds Webpack support and remove Grunt

7 years agoCS 2751/head
Jeremy Benoist [Tue, 9 May 2017 09:17:09 +0000 (11:17 +0200)] 
CS

7 years agoicon mail a bit better 3022/head
Thomas Citharel [Tue, 9 May 2017 09:04:02 +0000 (11:04 +0200)] 
icon mail a bit better

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 years agoMerge pull request #3097 from wallabag/update-license
Jérémy Benoist [Tue, 9 May 2017 07:47:20 +0000 (09:47 +0200)] 
Merge pull request #3097 from wallabag/update-license

Update graby* licenses