Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #3944 from shtrom/always-hash-exists-url | Jérémy Benoist | 2019-05-28 | 4 | -14/+33 | |
|\ \ | ||||||
| * | | Remove useless methods | Jeremy Benoist | 2019-05-24 | 1 | -26/+0 | |
| * | | Change the way to define algorithm for hashing url | Jeremy Benoist | 2019-05-24 | 3 | -11/+11 | |
| * | | Add Wallabag\CoreBundle\Helper\UrlHasher | Olivier Mehani | 2019-05-24 | 4 | -3/+56 | |
| * | | Delegate findByUrlAndUserId to findByHashedUrlAndUserId | Olivier Mehani | 2019-05-24 | 1 | -11/+3 | |
* | | | Fix tests after rebase | Jeremy Benoist | 2019-05-28 | 1 | -2/+4 | |
* | | | Fix some tests | Jeremy Benoist | 2019-05-28 | 1 | -8/+11 | |
* | | | CS | Jeremy Benoist | 2019-05-28 | 2 | -2/+2 | |
* | | | Configure timeout | adev | 2019-05-28 | 1 | -3/+7 | |
* | | | Fix because of some breaking changes of Graby 2.0 | adev | 2019-05-28 | 1 | -11/+9 | |
* | | | Use httplug | adev | 2019-05-28 | 3 | -35/+44 | |
* | | | Set first picture as preview picture | nicofrand | 2019-05-21 | 2 | -12/+37 | |
|/ / | ||||||
* | | Merge pull request #3960 from wallabag/api-entries-2817 | Jérémy Benoist | 2019-05-21 | 1 | -1/+16 | |
|\ \ | ||||||
| * | | api/entries: add parameter detail to exclude or include content in response | Kevin Decherf | 2019-05-18 | 1 | -1/+16 | |
| |/ | ||||||
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-05-15 | 20 | -28/+62 | |
|\ \ | |/ |/| | ||||||
| * | Merge pull request #3922 from burkemw3/patch-5 | Jérémy Benoist | 2019-05-13 | 1 | -3/+0 | |
| |\ | ||||||
| | * | Remove preview picture from share view page for #1875 | Matt Burke | 2019-05-12 | 1 | -3/+0 | |
| * | | Enable no-referrer on img tags, enable strict-origin-when-cross-origin by def... | Kevin Decherf | 2019-05-10 | 2 | -0/+2 | |
| |/ | ||||||
| * | material: add metadata to list view | Kevin Decherf | 2019-05-01 | 2 | -2/+5 | |
| * | Adding more tests to cover different scenario | Jeremy Benoist | 2019-04-24 | 2 | -16/+38 | |
| * | Add ability to match many domains for credentials | Jeremy Benoist | 2019-04-23 | 14 | -17/+27 | |
* | | 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 |