Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove type declaration for PHP 5 compatibility | Tobi823 | 2018-09-21 | 1 | -1/+1 |
* | Bugfix: Sanitize the title of a saved webpage from invalid UTF-8 characters | Tobi823 | 2018-09-21 | 1 | -0/+23 |
* | php-cs-fixer | Kevin Decherf | 2018-09-05 | 7 | -13/+13 |
* | More robust srcset image attribute handling | Simounet | 2018-07-12 | 1 | -3/+8 |
* | Fix image downloading on null image path | Simounet | 2018-07-05 | 1 | -0/+4 |
* | Fix srcset attribute on images downloaded | Simounet | 2018-06-01 | 1 | -3/+33 |
* | Fix empty title and domain_name when exception is thrown during fetch | Kevin Decherf | 2017-12-13 | 1 | -4/+33 |
* | Define storeArticleHeaders false by default | Jeremy Benoist | 2017-11-21 | 1 | -1/+1 |
* | Added internal setting to enable/disable headers storage | Nicolas Lœuillet | 2017-11-20 | 1 | -2/+4 |
* | Properly run php-cs-fixer | Jeremy Benoist | 2017-10-28 | 1 | -23/+23 |
* | php-cs-fixer | Martin Trigaux | 2017-10-28 | 1 | -24/+24 |
* | Set the title in a separated chapter | Martin Trigaux | 2017-10-28 | 1 | -5/+4 |
* | add a title page | Martin Trigaux | 2017-10-28 | 1 | -1/+2 |
* | CS | Jeremy Benoist | 2017-10-11 | 1 | -3/+3 |
* | Fixed @j0k3r's review | Nicolas Lœuillet | 2017-10-11 | 1 | -0/+1 |
* | Fixed @tcitworld's review | Nicolas Lœuillet | 2017-10-11 | 1 | -6/+2 |
* | Translated first page of exported article | Nicolas Lœuillet | 2017-10-11 | 1 | -2/+7 |
* | CS | Jeremy Benoist | 2017-10-09 | 1 | -1/+1 |
* | Merge pull request #3332 from nclsHart/better-txt-export | Nicolas Lœuillet | 2017-09-06 | 1 | -1/+3 |
|\ | |||||
| * | better entry txt export using html2text | Nicolas Hart | 2017-08-27 | 1 | -1/+3 |
* | | Tag: render tags case-insensitive by storing them in lowercase | Kevin Decherf | 2017-08-27 | 1 | -1/+1 |
|/ | |||||
* | Fix some namespaces and phpdoc | Nicolas Hart | 2017-07-29 | 1 | -2/+2 |
* | Add a test for updatePublishedAt | Jeremy Benoist | 2017-07-24 | 1 | -3/+9 |
* | Fix updatePublishedAt on already parsed article's date | Simounet | 2017-07-24 | 1 | -1/+1 |
* | Merge pull request #3266 from egilli/export-domain-as-author | Jérémy Benoist | 2017-07-11 | 1 | -6/+31 |
|\ | |||||
| * | Make updateAuthor code simpler to read | Étienne Gilli | 2017-07-10 | 1 | -8/+10 |
| * | Use the article publisher as author for export | Étienne Gilli | 2017-07-09 | 1 | -2/+9 |
| * | Use the article domain as author for export files | Étienne Gilli | 2017-07-08 | 1 | -6/+22 |
* | | Add EntityTimestampsTrait to handle dates | Jeremy Benoist | 2017-07-06 | 1 | -0/+24 |
|/ | |||||
* | CS | Jeremy Benoist | 2017-07-03 | 1 | -70/+70 |
* | Fix validateAndSetPreviewPicture | Jeremy Benoist | 2017-07-03 | 1 | -4/+1 |
* | Fix PATCH method | Jeremy Benoist | 2017-07-03 | 1 | -37/+52 |
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 8 | -60/+60 |
* | Add RSS tags feeds | Jeremy Benoist | 2017-06-21 | 1 | -2/+6 |
* | Merge pull request #2683 from wallabag/credentials-in-db | Jérémy Benoist | 2017-06-20 | 1 | -0/+86 |
|\ | |||||
| * | Fix reviews | Thomas Citharel | 2017-06-20 | 1 | -2/+2 |
| * | Crypt site credential password | Jeremy Benoist | 2017-06-20 | 1 | -0/+86 |
* | | Fix empty language and preview pics | Thomas Citharel | 2017-06-12 | 1 | -2/+2 |
|/ | |||||
* | Convert - to _ in language | Jeremy Benoist | 2017-06-09 | 1 | -0/+4 |
* | Use Locale instead of Language | Jeremy Benoist | 2017-06-09 | 1 | -2/+2 |
* | CS | Jeremy Benoist | 2017-06-08 | 1 | -1/+2 |
* | Validate language & preview picture fields | Jeremy Benoist | 2017-06-08 | 1 | -11/+67 |
* | Merge pull request #3181 from wallabag/api-content-patch | Jérémy Benoist | 2017-06-07 | 1 | -1/+1 |
|\ | |||||
| * | Add ability to patch an entry with more fields | Jeremy Benoist | 2017-06-02 | 1 | -1/+1 |
* | | Use an alternative way to detect image | Jeremy Benoist | 2017-06-05 | 1 | -5/+45 |
|/ | |||||
* | Merge pull request #2708 from jcharaoui/import-disablecontentupdate | Jérémy Benoist | 2017-06-02 | 1 | -21/+27 |
|\ | |||||
| * | No need to catch that Exception | Jeremy Benoist | 2017-06-01 | 1 | -9/+2 |
| * | Rewrote code & fix tests | Jeremy Benoist | 2017-06-01 | 1 | -46/+20 |
| * | CS | Jeremy Benoist | 2017-06-01 | 1 | -3/+3 |
| * | Fix tests | Jeremy Benoist | 2017-06-01 | 1 | -8/+19 |