Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3161 from wallabag/scrutinizer-2.3 | Nicolas Lœuillet | 2017-05-31 | 4 | -87/+35 |
|\ | | | | | Fix some Scrutinizer issues | ||||
| * | CS | Jeremy Benoist | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | Use a better way to set input for command | Jeremy Benoist | 2017-05-30 | 2 | -77/+30 |
| | | | | | | | | | | | | Actually use the correct to way handle that http://symfony.com/doc/current/components/console/helpers/questionhelper.html#testing-a-command-that-expects-input | ||||
| * | Fix some Scrutinizer issues | Jeremy Benoist | 2017-05-30 | 3 | -10/+5 |
| | | |||||
* | | Merge pull request #3143 from wallabag/fix-wllbg2-import | Nicolas Lœuillet | 2017-05-31 | 3 | -3/+4 |
|\ \ | | | | | | | Fixed is_starred for wallabag v2 import | ||||
| * | | Add tests | Jeremy Benoist | 2017-05-30 | 3 | -3/+4 |
| | | | |||||
| * | | Fixed is_starred for wallabag v2 import | Nicolas Lœuillet | 2017-05-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3065 from wallabag/api-creation-endpoint | Jérémy Benoist | 2017-05-30 | 7 | -10/+284 |
|\ \ \ | |_|/ |/| | | Register through API | ||||
| * | | Avoid side effect on other tests | Jeremy Benoist | 2017-05-30 | 1 | -1/+13 |
| | | | |||||
| * | | Remove unknown validation_groups | Jeremy Benoist | 2017-05-30 | 2 | -5/+3 |
| | | | | | | | | | | | | The Profile validation_groups does not exist and then for validation to be skipped (like password length) | ||||
| * | | Re-use `NewUserType` to validate registration | Jeremy Benoist | 2017-05-30 | 4 | -44/+200 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | WIP | Thomas Citharel | 2017-05-29 | 3 | -0/+108 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-05-30 | 2 | -2/+2 |
|\ \ \ | |||||
| * \ \ | Merge pull request #3146 from DamienCassou/fix-doc-url | Jérémy Benoist | 2017-05-24 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Fix documentation URL for "How can I help to fix that?" | ||||
| | * | | | Fix documentation URL for "How can I help to fix that?" | Damien Cassou | 2017-05-24 | 2 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #3147 from wallabag/delete-confirm | Jérémy Benoist | 2017-05-30 | 17 | -20/+65 |
|\ \ \ \ | |_|/ / |/| | | | Add some deletion confirmation to avoid mistake | ||||
| * | | | Merge pull request #3160 from wallabag/mruminski-patch-1 | Jérémy Benoist | 2017-05-30 | 1 | -8/+8 |
| |\ \ \ | | | | | | | | | | | Update messages.pl.yml | ||||
| | * | | | Update messages.pl.yml | Mateusz Rumiński | 2017-05-29 | 1 | -8/+8 |
| |/ / / | | | | | | | | | add missing translation | ||||
| * | | | update :de: messages.de.yml | Sven Fischer | 2017-05-29 | 1 | -8/+8 |
| | | | | |||||
| * | | | Add some deletion confirmation to avoid mistake | Jeremy Benoist | 2017-05-24 | 17 | -8/+53 |
| | |/ | |/| | |||||
* | | | Merge pull request #3153 from wallabag/content-proxy-refactor | Thomas Citharel | 2017-05-28 | 20 | -202/+266 |
|\ \ \ | |/ / |/| | | Move Tags assigner to a separate file | ||||
| * | | CS | Thomas Citharel | 2017-05-28 | 1 | -6/+0 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | CS | Thomas Citharel | 2017-05-28 | 4 | -5/+1 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | Move Tags assigner to a separate file | Thomas Citharel | 2017-05-27 | 20 | -200/+274 |
|/ / | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Merge pull request #3145 from wallabag/fix-so | Jérémy Benoist | 2017-05-24 | 1 | -4/+4 |
|\ \ | | | | | | | Fix SO tests | ||||
| * | | Fix SO tests | Jeremy Benoist | 2017-05-24 | 1 | -4/+4 |
|/ / | | | | | | | SO switched to http yesterday | ||||
* | | Switch back to latest guzzle-site-authenticator | Jeremy Benoist | 2017-05-24 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3133 from wallabag/testing-travis-failure | Jérémy Benoist | 2017-05-19 | 3 | -37/+29 |
|\ \ | | | | | | | Let's play ! | ||||
| * | | Ensure download_images_enabled is disabled | Jeremy Benoist | 2017-05-19 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | 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) | ||||
| * | | Fold migrations & fixtures command on Travis | Jeremy Benoist | 2017-05-19 | 2 | -36/+9 |
|/ / | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-05-19 | 23 | -630/+753 |
|\| | |||||
| * | Merge pull request #3130 from X-dark/master | Jérémy Benoist | 2017-05-19 | 13 | -13/+13 |
| |\ | | | | | | | unify Download/Export wording. | ||||
| | * | modify key name as well | Cedric Girard | 2017-05-18 | 13 | -13/+13 |
| | | | |||||
| | * | unify Download/Export wording. | Cedric Girard | 2017-05-18 | 9 | -9/+9 |
| |/ | | | | | | | This fixes #2967 | ||||
| * | Merge pull request #3125 from wallabag/prepare-222 | Jérémy Benoist | 2017-05-17 | 2 | -601/+651 |
| |\ | | | | | | | Prepare wallabag 2.2.3 | ||||
| | * | Prepare wallabag 2.2.3 | Nicolas Lœuillet | 2017-05-17 | 2 | -601/+651 |
| |/ | |||||
| * | Merge pull request #3117 from wallabag/fix-doc | Nicolas Lœuillet | 2017-05-17 | 3 | -9/+10 |
| |\ | | | | | | | Fixed documentation URL | ||||
| | * | Fixed documentation URL | Nicolas Lœuillet | 2017-05-17 | 3 | -9/+10 |
| |/ | |||||
| * | Merge pull request #3124 from wallabag/lock-guzzle-auth | Nicolas Lœuillet | 2017-05-17 | 2 | -7/+1 |
| |\ | | | | | | | Lock guzzle-site-authenticator to avoid errors | ||||
| | * | Lock guzzle-site-authenticator to avoid error | Jeremy Benoist | 2017-05-16 | 2 | -7/+1 |
| |/ | |||||
| * | Merge pull request #3123 from X-dark/master | Jérémy Benoist | 2017-05-16 | 1 | -1/+1 |
| |\ | | | | | | | reorder contrib strings in about page | ||||
| | * | reorder contrib strings in about page | Cedric Girard | 2017-05-16 | 1 | -1/+1 |
| |/ | | | | | | | this fixes #2891 | ||||
| * | Merge pull request #3095 from aaa2000/api-error-on-fail-fetch-content | Thomas Citharel | 2017-05-10 | 2 | -4/+47 |
| |\ | | | | | | | Create a new entry via API even when its content can't be retrieved | ||||
| | * | Remove the created entry to avoid side effects on other tests | adev | 2017-05-09 | 1 | -8/+18 |
| | | | |||||
| | * | Create a new entry via API even when its content can't be retrieved | adev | 2017-05-08 | 2 | -4/+37 |
| | | | | | | | | | | | | Fix #2988 | ||||
| * | | Merge pull request #3076 from wallabag/hotfix/2979 | Nicolas Lœuillet | 2017-05-09 | 2 | -1/+30 |
| |\ \ | | | | | | | | | Disable negative numbers in filters | ||||
| | * | | Add some tests | Jeremy Benoist | 2017-05-09 | 2 | -3/+29 |
| | | | | |||||
| | * | | Disable negative numbers in filters | Maxime Marinel | 2017-05-03 | 1 | -0/+3 |
| | | | | |||||
* | | | | Update of the oc version of CoreBundle | Quent-in | 2017-05-18 | 1 | -13/+13 |
| | | | | | | | | | | | | I hope I didn't break everything with the ' and ". | ||||
* | | | | Merge pull request #3122 from wallabag/delete-doc | Thomas Citharel | 2017-05-17 | 143 | -11106/+0 |
|\ \ \ \ | | | | | | | | | | | Removed embedded documentation |