Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fallback to default solution if Imagick fails | Jeremy Benoist | 2019-05-10 | 1 | -4/+9 |
* | Use Imagick to keep GIF animation | Jeremy Benoist | 2019-05-10 | 1 | -1/+10 |
* | Fix tests & cs & migration | Jeremy Benoist | 2019-04-26 | 8 | -36/+35 |
* | Changed RSS to Atom feed and improve paging | Thomas Citharel | 2019-04-25 | 44 | -299/+336 |
* | Fix index on MySQL | Jeremy Benoist | 2019-04-01 | 1 | -1/+1 |
* | Some cleanup | Jeremy Benoist | 2019-04-01 | 2 | -9/+5 |
* | Use a better index for hashed_url | Jeremy Benoist | 2019-04-01 | 4 | -6/+4 |
* | Keep url in exists endpoint | Jeremy Benoist | 2019-04-01 | 4 | -9/+40 |
* | Hash the urls to check if they exist | Thomas Citharel | 2019-04-01 | 4 | -1/+127 |
* | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-04-01 | 3 | -20/+23 |
|\ | |||||
| * | Merge pull request #3909 from wallabag/fix/html-not-defined | Jérémy Benoist | 2019-03-18 | 1 | -7/+6 |
| |\ | |||||
| | * | Fix PHP warning | Jeremy Benoist | 2019-03-18 | 1 | -7/+6 |
| * | | epub: fix exception when articles have the same title | Kevin Decherf | 2019-03-17 | 1 | -1/+1 |
| |/ | |||||
| * | material: wrap card actions, remove class hiding of creation date | Kevin Decherf | 2019-03-03 | 1 | -5/+7 |
| * | epub export: fix missing cover image, only for exports of one article | Kevin Decherf | 2019-02-18 | 1 | -7/+9 |
| * | CS | Jeremy Benoist | 2019-02-11 | 3 | -3/+3 |
* | | Adding more tests | Jeremy Benoist | 2019-02-27 | 4 | -4/+4 |
* | | CS | Jeremy Benoist | 2019-02-27 | 1 | -1/+1 |
* | | Replace continue; with break; to avoid PHP 7.3 warnings | Thomas Citharel | 2019-02-27 | 4 | -4/+4 |
* | | Force default_protocol to generate an url input | Jeremy Benoist | 2019-02-08 | 2 | -0/+3 |
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-02-07 | 2 | -2/+2 |
|\| | |||||
| * | Add dedicated email for site config issue | Jeremy Benoist | 2019-01-18 | 2 | -2/+2 |
* | | Hash backup codes in the database using `password_hash`update-two-factor-bundle | Jeremy Benoist | 2019-01-23 | 3 | -9/+16 |
* | | CS | Jeremy Benoist | 2019-01-23 | 1 | -3/+1 |
* | | Change the way to enable 2FA | Jeremy Benoist | 2019-01-23 | 19 | -177/+536 |
* | | Update translation | Jeremy Benoist | 2019-01-23 | 14 | -14/+14 |
* | | Add backup codes | Jeremy Benoist | 2019-01-23 | 17 | -10/+34 |
* | | Better translations | Jeremy Benoist | 2019-01-23 | 15 | -35/+76 |
* | | Fix tests | Jeremy Benoist | 2019-01-23 | 3 | -18/+17 |
* | | Enable OTP 2FA | Jeremy Benoist | 2019-01-23 | 19 | -115/+190 |
* | | Create a dedicated tab to reset data | Jeremy Benoist | 2019-01-23 | 15 | -31/+46 |
* | | Update icon to `casino` | Jeremy Benoist | 2019-01-22 | 2 | -2/+2 |
* | | Handle no random result found | Jeremy Benoist | 2019-01-19 | 1 | -1/+6 |
* | | Move icon into the top menu bar | Jeremy Benoist | 2019-01-19 | 19 | -25/+40 |
* | | Redirect to the current view instead of homepage | Jeremy Benoist | 2019-01-19 | 2 | -19/+18 |
* | | Better icon | Jeremy Benoist | 2019-01-19 | 1 | -1/+1 |
* | | Better random function | Jeremy Benoist | 2019-01-19 | 1 | -9/+13 |
* | | Use only one method to randomize | Jeremy Benoist | 2019-01-19 | 3 | -85/+16 |
* | | Fix tests | Jeremy Benoist | 2019-01-19 | 2 | -99/+94 |
* | | Added random feature | Nicolas Lœuillet | 2019-01-19 | 18 | -10/+169 |
* | | Enable PHPStan | Jeremy Benoist | 2019-01-18 | 3 | -1/+20 |
* | | CS | Jeremy Benoist | 2019-01-15 | 2 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-01-15 | 26 | -185/+339 |
|\| | |||||
| * | Avoid error when a bad `order` parameter is given | Jeremy Benoist | 2019-01-14 | 1 | -1/+5 |
| * | Merge pull request #3826 from wallabag/epub-toc | Jérémy Benoist | 2019-01-11 | 16 | -29/+157 |
| |\ | |||||
| | * | EntriesExport: avoid else on $authors | Kevin Decherf | 2019-01-09 | 1 | -4/+2 |
| | * | EntriesExport: sanitize filename and fix tests | Kevin Decherf | 2019-01-08 | 1 | -10/+18 |
| | * | EntriesExport/pdf: move notice to the end, add metadata cover | Kevin Decherf | 2019-01-07 | 1 | -8/+25 |
| | * | Add translations | Kevin Decherf | 2019-01-07 | 14 | -1/+88 |
| | * | EntriesExport/epub: add metadata to each entry's cover | Kevin Decherf | 2019-01-07 | 1 | -1/+16 |