Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Liberation goes https | Jeremy Benoist | 2018-09-21 | 5 | -11/+14 |
| | |||||
* | Fix tests | Jeremy Benoist | 2018-09-07 | 1 | -4/+4 |
| | |||||
* | php-cs-fixer | Kevin Decherf | 2018-09-05 | 13 | -31/+31 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Removing failing test from Travis | Jeremy Benoist | 2018-08-19 | 1 | -4/+0 |
| | |||||
* | More robust srcset image attribute handling | Simounet | 2018-07-12 | 1 | -0/+25 |
| | | | | Linked to HTMLawed PR https://github.com/kesar/HTMLawed/pull/17 | ||||
* | Replace SO url by lemonde | Jeremy Benoist | 2018-07-05 | 2 | -6/+6 |
| | | | | Looks like we got a lot of random failing while grabing SO content, replacing it might fix the problem. | ||||
* | Fix image downloading on null image path | Simounet | 2018-07-05 | 1 | -0/+23 |
| | |||||
* | Fix tests | Jeremy Benoist | 2018-06-06 | 8 | -31/+30 |
| | |||||
* | Fix srcset attribute on images downloaded | Simounet | 2018-06-01 | 1 | -0/+21 |
| | |||||
* | Allow login by email | Floran Brutel | 2018-04-01 | 1 | -1/+11 |
| | |||||
* | Fix CS in UtilsTest.php | Floran Brutel | 2018-03-31 | 1 | -1/+1 |
| | |||||
* | Replace zataz url | Floran Brutel | 2018-03-30 | 3 | -9/+9 |
| | |||||
* | Use https instead of http for bild.de to fix tests | Floran Brutel | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | 20 Minutes is now https | Jeremy Benoist | 2018-02-24 | 2 | -2/+2 |
| | |||||
* | Fixed tests | Nicolas Lœuillet | 2018-01-12 | 3 | -6/+6 |
| | |||||
* | php-cs | Kevin Decherf | 2017-12-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Add test to prevent regression for #3534 | Kevin Decherf | 2017-12-31 | 1 | -0/+20 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Add missing assertion in tests | Jeremy Benoist | 2017-12-18 | 1 | -0/+3 |
| | |||||
* | Fix countable in tests | Jeremy Benoist | 2017-12-18 | 1 | -4/+12 |
| | |||||
* | Add missing TestCase namespace | Jeremy Benoist | 2017-12-18 | 5 | -5/+10 |
| | |||||
* | Fix typo | Jeremy Benoist | 2017-12-18 | 1 | -3/+3 |
| | |||||
* | Use namespaced PHPUnit classes | Jeremy Benoist | 2017-12-18 | 23 | -23/+46 |
| | |||||
* | api: copy entry object before sending, to keep id | Kevin Decherf | 2017-12-17 | 1 | -0/+1 |
| | | | | | | Workaround for https://github.com/wallabag/android-app/issues/646 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Add test on EntryControllerTest for #3442 | Kevin Decherf | 2017-12-13 | 2 | -0/+54 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Fix empty title and domain_name when exception is thrown during fetch | Kevin Decherf | 2017-12-13 | 1 | -0/+2 |
| | | | | | | | | | | Add a new helper to set a default title when it's empty: 1/ use basename part of entry's path, if any 2/ or use domain name Fixes #2053 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Fix All RSS not accessible if not logged in + Tests | Christophe VERGNE | 2017-12-11 | 1 | -0/+25 |
| | |||||
* | Merge pull request #3401 from aaa2000/migration-initial | Jérémy Benoist | 2017-11-25 | 1 | -6/+2 |
|\ | | | | | Add an initial doctrine migration | ||||
| * | Fix installation command | adev | 2017-11-21 | 1 | -6/+2 |
| | | |||||
* | | Merge pull request #3431 from wallabag/disable-site-credentials | Jérémy Benoist | 2017-11-22 | 1 | -0/+14 |
|\ \ | |/ |/| | Disable controller access if feature disabled | ||||
| * | Disable controller access if feature disabled | Jeremy Benoist | 2017-11-22 | 1 | -0/+14 |
| | | | | | | | | If `restricted_access` is disabled, accessing `/site-credentials/` must be disabled. | ||||
* | | Merge pull request #3425 from wallabag/add-setting-for-headers | Nicolas Lœuillet | 2017-11-21 | 2 | -1/+5 |
|\| | | | | | Added internal setting to enable/disable headers storage | ||||
| * | Define storeArticleHeaders false by default | Jeremy Benoist | 2017-11-21 | 3 | -16/+17 |
| | | | | | | | | | | Fix tests which must use `$storeArticleHeaders`. Fix CS | ||||
| * | Added internal setting to enable/disable headers storage | Nicolas Lœuillet | 2017-11-20 | 2 | -13/+16 |
| | | |||||
* | | CS | Jeremy Benoist | 2017-11-21 | 3 | -3/+3 |
| | | |||||
* | | Fix phpcs | Kevin Decherf | 2017-11-19 | 3 | -19/+19 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Improve EntryRestControllerTest for origin_url | Kevin Decherf | 2017-11-19 | 1 | -0/+55 |
| | | | | | | | | | | | | | | | | Ensure that origin_url is initially null Ensure patching entry with origin_url='' Ensure patching entry with origin_url=null Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Update EntryControllerTest to handle origin_url | Kevin Decherf | 2017-11-19 | 1 | -2/+38 |
| | | | | | | | | | | | | | | Set an origin_url in testEditUpdate Test origin_url deletion in testEditRemoveOriginUrl Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Add some tests for OriginUrl in EntryRestController | Kevin Decherf | 2017-11-19 | 1 | -0/+73 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Twig: add removeSchemeAndWww filter | Kevin Decherf | 2017-11-19 | 1 | -0/+27 |
|/ | | | | | | | | This twig filter removes scheme (only http and https are supported) and pass the result to removeWww filter to also remove 'www.' at the beginning of an url. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Fix phpcs | adev | 2017-11-11 | 1 | -1/+1 |
| | |||||
* | Fix tests | adev | 2017-11-11 | 2 | -6/+7 |
| | |||||
* | Merge pull request #3362 from sviande/fix_3361_api_warning | Jérémy Benoist | 2017-10-18 | 1 | -0/+7 |
|\ | | | | | Fix #3361 check type for tags in entry repository | ||||
| * | CS | Jeremy Benoist | 2017-10-12 | 1 | -1/+1 |
| | | |||||
| * | Fix #3361 add test | Sébastien Viande | 2017-10-12 | 1 | -0/+7 |
| | | |||||
* | | Replace kernel.root_dir by kernel.project_dir | Nicolas Hart | 2017-10-14 | 1 | -2/+2 |
|/ | | | | | kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3. See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information. | ||||
* | Fix MondeDiplo https url | Jeremy Benoist | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | Jump to Symfony 3.3 & update others deps | Jeremy Benoist | 2017-10-09 | 10 | -9/+24 |
| | | | | Also update tests urls | ||||
* | Fix tests | Jeremy Benoist | 2017-09-06 | 1 | -1/+2 |
| | |||||
* | Multiple tag search was broken from API | Jeremy Benoist | 2017-09-06 | 3 | -4/+7 |
| | | | | | | | | | | First, the setParameter() were done on the same parameter which in fact just duplicated the condition in the SQL query (like `where t.label = 'test' and t.label = 'test'`. Changed the parameter doesn't help because the query was then wrong. Changing the way to match associated tags for an entry and it worked. | ||||
* | Merge pull request #3139 from Kdecherf/2502-tag-case | Jérémy Benoist | 2017-09-03 | 3 | -4/+6 |
|\ | | | | | Ignore tag's case |