| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug when we delete entry via API | Nicolas Lœuillet | 2020-04-06 | 1 | -6/+6 |
* | Optionnal quote because the frontend does not use it | adev | 2019-11-27 | 1 | -2/+2 |
* | API return an error with empty quote | adev | 2019-11-27 | 1 | -1/+1 |
* | Update deps | Jeremy Benoist | 2019-11-12 | 4 | -17/+0 |
* | Add ability to import/export tagging rules | Jeremy Benoist | 2019-07-08 | 2 | -0/+44 |
* | Fix some Scrutinizer issues | Jeremy Benoist | 2019-05-29 | 3 | -4/+4 |
* | Merge pull request #3944 from shtrom/always-hash-exists-url | Jérémy Benoist | 2019-05-28 | 1 | -33/+47 |
|\ |
|
| * | Remove useless methods | Jeremy Benoist | 2019-05-24 | 1 | -2/+2 |
| * | Add Wallabag\CoreBundle\Helper\UrlHasher | Olivier Mehani | 2019-05-24 | 1 | -18/+23 |
| * | EntryRestController::getEntriesExistsAction: always find by hashed url | Olivier Mehani | 2019-05-24 | 1 | -31/+40 |
* | | Fix because of some breaking changes of Graby 2.0 | adev | 2019-05-28 | 1 | -3/+1 |
|/ |
|
* | Merge pull request #3960 from wallabag/api-entries-2817 | Jérémy Benoist | 2019-05-21 | 1 | -1/+5 |
|\ |
|
| * | api/entries: add parameter detail to exclude or include content in response | Kevin Decherf | 2019-05-18 | 1 | -1/+5 |
* | | Cascade delete on oauth2 table when deleting a user | Jeremy Benoist | 2019-05-10 | 3 | -0/+3 |
|/ |
|
* | Fix ApiDoc about md5/sha1 | Jérémy Benoist | 2019-04-02 | 1 | -2/+2 |
* | Some cleanup | Jeremy Benoist | 2019-04-01 | 1 | -1/+0 |
* | Keep url in exists endpoint | Jeremy Benoist | 2019-04-01 | 1 | -25/+30 |
* | Hash the urls to check if they exist | Thomas Citharel | 2019-04-01 | 1 | -11/+25 |
* | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-04-01 | 1 | -4/+17 |
|\ |
|
| * | EntryRestController: add support of expect parameter to delete action | Kevin Decherf | 2019-02-20 | 1 | -4/+17 |
* | | Force default_protocol to generate an url input | Jeremy Benoist | 2019-02-08 | 1 | -0/+1 |
* | | Fix third argument to Route | Jeremy Benoist | 2019-01-22 | 2 | -4/+2 |
* | | Factorize sendResponse between Api controllers | Jeremy Benoist | 2019-01-22 | 3 | -38/+19 |
* | | [wallabag/wallabag#2611] Fix PHPCS lint errors | Craig Roberts | 2019-01-22 | 1 | -6/+0 |
* | | Fixes [wallabag/wallabag#2611] Add a basic Search REST endpoint | Craig Roberts | 2019-01-22 | 2 | -0/+96 |
* | | Add a new endpoint to retrieve information from the wallabag instance | Jeremy Benoist | 2019-01-15 | 1 | -0/+20 |
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-01-15 | 4 | -25/+49 |
|\| |
|
| * | Avoid error when a bad `order` parameter is given | Jeremy Benoist | 2019-01-14 | 1 | -13/+18 |
| * | Merge pull request #3831 from wallabag/fix/api-bad-client-id | Jérémy Benoist | 2019-01-10 | 2 | -1/+20 |
| |\ |
|
| | * | Cast client id to avoid PG error | Jeremy Benoist | 2019-01-09 | 2 | -1/+20 |
| * | | TagRestController: rewrite delete actions to only retrieve tags related to th... | Kevin Decherf | 2018-12-30 | 1 | -11/+11 |
| |/ |
|
* | | Fix utf8mb4 on vendor tables | Jeremy Benoist | 2018-11-28 | 3 | -0/+48 |
* | | Jump to Symfony 3.4 | Jeremy Benoist | 2018-10-04 | 1 | -1/+1 |
* | | Entry: add sort parameter archived | Sébastien Viande | 2018-09-21 | 1 | -1/+1 |
* | | Entry: add archived_at property and updateArchived method | Sébastien Viande | 2018-09-21 | 1 | -2/+2 |
|/ |
|
* | php-cs-fixer | Kevin Decherf | 2018-09-05 | 2 | -6/+6 |
* | api: copy entry object before sending, to keep id | Kevin Decherf | 2017-12-17 | 1 | -1/+4 |
* | Fix empty title and domain_name when exception is thrown during fetch | Kevin Decherf | 2017-12-13 | 1 | -0/+16 |
* | Fix bad key matching | Jeremy Benoist | 2017-12-08 | 1 | -1/+1 |
* | Improve origin_url field description and translations | Kevin Decherf | 2017-11-19 | 1 | -2/+2 |
* | Add originUrl property to Entry, handle that in EntryRestController, handle m... | Kevin Decherf | 2017-11-19 | 1 | -0/+11 |
* | Fix #3361 Entry Rest controller getEntries cast tags params to string | Sébastien Viande | 2017-10-13 | 1 | -1/+1 |
* | CS | Jeremy Benoist | 2017-10-09 | 1 | -1/+1 |
* | Jump to Symfony 3.3 & update others deps | Jeremy Benoist | 2017-10-09 | 4 | -9/+9 |
* | Set a starred_at field when an entry is starred. | François D | 2017-08-25 | 1 | -2/+2 |
* | Fix some namespaces and phpdoc | Nicolas Hart | 2017-07-29 | 1 | -0/+1 |
* | Merge pull request #3266 from egilli/export-domain-as-author | Jérémy Benoist | 2017-07-11 | 1 | -0/+1 |
|\ |
|
| * | Use the article domain as author for export files | Étienne Gilli | 2017-07-08 | 1 | -0/+1 |
* | | Revert client_credentials grant types | Jeremy Benoist | 2017-07-08 | 1 | -1/+1 |
|/ |
|
* | CS | Jeremy Benoist | 2017-07-03 | 1 | -6/+6 |