| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: fix broken session clients for rest entry deletion tests | Kevin Decherf | 2019-02-20 | 1 | -4/+13 |
* | EntryRestController: add support of expect parameter to delete action | Kevin Decherf | 2019-02-20 | 1 | -5/+16 |
* | tests: create entry for testDeleteEntry, fix missing id | Kevin Decherf | 2019-02-17 | 1 | -7/+29 |
* | Improve checks & add tests | Jeremy Benoist | 2019-01-28 | 1 | -0/+7 |
* | Avoid error when a bad `order` parameter is given | Jeremy Benoist | 2019-01-14 | 1 | -0/+9 |
* | Merge pull request #3826 from wallabag/epub-toc | Jérémy Benoist | 2019-01-11 | 1 | -3/+8 |
|\ |
|
| * | EntriesExport: sanitize filename and fix tests | Kevin Decherf | 2019-01-08 | 1 | -3/+8 |
* | | Merge pull request #3831 from wallabag/fix/api-bad-client-id | Jérémy Benoist | 2019-01-10 | 1 | -0/+14 |
|\ \
| |/
|/| |
|
| * | Cast client id to avoid PG error | Jeremy Benoist | 2019-01-09 | 1 | -0/+14 |
* | | Merge pull request #3820 from lizyn/bugfix/incorrect-calculation-of-CJK-chara... | Jérémy Benoist | 2019-01-07 | 8 | -6/+60 |
|\ \ |
|
| * | | Counting two characters together as a word in CJK | lizyn | 2019-01-06 | 3 | -4/+4 |
| * | | Improve reading time tests | Jeremy Benoist | 2019-01-04 | 8 | -6/+39 |
| * | | fix incorrect reading time calculation for entries with CJK characters | lizyn | 2018-12-25 | 3 | -0/+21 |
| |/ |
|
* | | TagRestController: fix test for tag without entries | Kevin Decherf | 2018-12-30 | 1 | -2/+12 |
* | | TagRestController: add tests to ensure that other user's tags are unreachable | Kevin Decherf | 2018-12-30 | 1 | -0/+32 |
|/ |
|
* | Prepare 2.3.4 release | Jeremy Benoist | 2018-11-23 | 1 | -3/+2 |
* | updateOriginUrl: remove 'query string' case from ignore list | Kevin Decherf | 2018-10-24 | 1 | -10/+2 |
* | ignoreOriginUrl: add initial support of ignore lists | Kevin Decherf | 2018-10-22 | 1 | -1/+33 |
* | updateOriginUrl: add behavior when diff is fragment and query | Kevin Decherf | 2018-10-22 | 1 | -0/+8 |
* | Refactor updateOriginUrl to include new behaviors behaviors | Kevin Decherf | 2018-10-22 | 1 | -26/+95 |
* | ContentProxy: swap entry url to origin_url and set new url according to graby... | Kevin Decherf | 2018-10-21 | 1 | -0/+26 |
* | Run php-cs-fixer for fixing coding standard issues (on ContentProxyTest) | Tobi823 | 2018-09-23 | 1 | -11/+19 |
* | Make helper methods strToHex and hexToStr in ContentProxyTest.php private | Tobi823 | 2018-09-21 | 1 | -2/+2 |
* | Add tests for logic | Tobi823 | 2018-09-21 | 1 | -0/+236 |
* | 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 |
* | 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 |
* | Replace SO url by lemonde | Jeremy Benoist | 2018-07-05 | 2 | -6/+6 |
* | 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 |
* | Add test to prevent regression for #3534 | Kevin Decherf | 2017-12-31 | 1 | -0/+20 |
* | 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 |
* | Add test on EntryControllerTest for #3442 | Kevin Decherf | 2017-12-13 | 2 | -0/+54 |
* | Fix empty title and domain_name when exception is thrown during fetch | Kevin Decherf | 2017-12-13 | 1 | -0/+2 |
* | Fix All RSS not accessible if not logged in + Tests | Christophe VERGNE | 2017-12-11 | 1 | -0/+25 |