| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the way to enable 2FA | Jeremy Benoist | 2019-01-23 | 1 | -113/+81 |
* | Fix test for custom version of the tidy extension | Jeremy Benoist | 2019-01-23 | 1 | -7/+7 |
* | Enable OTP 2FA | Jeremy Benoist | 2019-01-23 | 4 | -10/+136 |
* | Factorize sendResponse between Api controllers | Jeremy Benoist | 2019-01-22 | 1 | -3/+2 |
* | [wallabag/wallabag#2611] Fix PHPCS lint errors | Craig Roberts | 2019-01-22 | 1 | -5/+2 |
* | Fixes [wallabag/wallabag#2611] Add a basic Search REST endpoint | Craig Roberts | 2019-01-22 | 1 | -0/+73 |
* | Use only one method to randomize | Jeremy Benoist | 2019-01-19 | 1 | -0/+26 |
* | Enable PHPStan | Jeremy Benoist | 2019-01-18 | 20 | -41/+46 |
* | Add a new endpoint to retrieve information from the wallabag instance | Jeremy Benoist | 2019-01-15 | 1 | -0/+17 |
* | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-01-15 | 12 | -11/+135 |
|\ |
|
| * | 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 |
| |/ |
|
* | | Fix utf8mb4 on vendor tables | Jeremy Benoist | 2018-11-28 | 1 | -5/+12 |
* | | Use our own fork for CraueConfigBundle | Jeremy Benoist | 2018-11-28 | 1 | -0/+1 |
* | | CS | Jeremy Benoist | 2018-11-28 | 2 | -3/+3 |
* | | Fix tests | Jeremy Benoist | 2018-11-28 | 4 | -47/+63 |
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2018-11-25 | 2 | -3/+373 |
|\| |
|
| * | 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 |
* | | Merge pull request #3574 from shulard/feature/rename-tags | Jérémy Benoist | 2018-10-15 | 1 | -0/+45 |
|\ \ |
|
| * | | Add tests about the tag renaming process. | Stéphane HULARD | 2018-09-25 | 1 | -0/+45 |
* | | | Ensure language is valid | Jeremy Benoist | 2018-10-13 | 3 | -1/+63 |
* | | | Jump to Symfony 3.4 | Jeremy Benoist | 2018-10-04 | 6 | -15/+17 |
|/ / |
|
* / | Entry: add archived_at property and updateArchived method | Sébastien Viande | 2018-09-21 | 3 | -5/+7 |
|/ |
|
* | 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 |