Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | Jeremy Benoist | 2017-05-01 | 1 | -4/+4 |
| | |||||
* | Splitted the endpoint in two | Nicolas Lœuillet | 2017-05-01 | 1 | -29/+26 |
| | |||||
* | Added API endpoint to handle a list of URL | Nicolas Lœuillet | 2017-05-01 | 1 | -8/+38 |
| | | | | By passing an array, you can add / delete URL in mass (bulk request) | ||||
* | Fix tests | Jeremy Benoist | 2017-04-29 | 1 | -13/+13 |
| | |||||
* | Added endpoint to handle URL list to add/delete tags | Nicolas Lœuillet | 2017-04-24 | 1 | -11/+48 |
| | |||||
* | Added API endpoint to handle a list of URL and to add/delete tags | Nicolas Lœuillet | 2017-04-24 | 1 | -0/+31 |
| | |||||
* | Added test for multiple authors | Nicolas Lœuillet | 2017-04-10 | 1 | -8/+39 |
| | |||||
* | Added author of article | Nicolas Lœuillet | 2017-04-09 | 1 | -1/+4 |
| | |||||
* | Added publication date | Nicolas Lœuillet | 2017-04-05 | 1 | -0/+1 |
| | |||||
* | Renamed countAllEntriesByUsername method | Nicolas Lœuillet | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | Allow to remove all archived entries | Thomas Citharel | 2017-03-31 | 1 | -0/+76 |
| | | | | | | Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Merge pull request #3021 from wallabag/rename-method | Jérémy Benoist | 2017-03-30 | 1 | -2/+2 |
|\ | | | | | Rename method | ||||
| * | Rename method from *username to *user | Thomas Citharel | 2017-03-30 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-03-28 | 3 | -2/+28 |
|\| | |||||
| * | Import: we now skip messages when user is null | Nicolas Lœuillet | 2017-02-20 | 2 | -2/+4 |
| | | |||||
| * | Search by term: extend to entries url | Kevin Decherf | 2017-02-16 | 1 | -0/+24 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | return id of article instead of true if entry exists | Thomas Citharel | 2017-02-24 | 1 | -2/+2 |
|/ | |||||
* | Fix phpcs and tests | Thomas Citharel | 2017-01-24 | 1 | -0/+1 |
| | |||||
* | add filepath test | Thomas Citharel | 2017-01-22 | 1 | -0/+17 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | add cli export | Thomas Citharel | 2017-01-22 | 1 | -0/+60 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Fix registration.submit test | Jeremy Benoist | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | Avoid false preview image | Jeremy Benoist | 2017-01-10 | 1 | -0/+41 |
| | | | | | If the website doesn't provide an og_image, the value will be false and so it'll be saved like that in the database. We prefer to leave it as null instead of false. | ||||
* | Merge pull request #2702 from wallabag/add-index-uuid | Nicolas Lœuillet | 2016-12-29 | 1 | -6/+6 |
|\ | | | | | Added index on entry.uuid | ||||
| * | Renamed uuid to uid | Nicolas Lœuillet | 2016-12-29 | 1 | -6/+6 |
| | | |||||
| * | Changed uuid type in database | Nicolas Lœuillet | 2016-12-25 | 1 | -1/+0 |
| | | |||||
| * | Fixed index on entry.uuid and changed uuid field type | Nicolas Lœuillet | 2016-12-25 | 1 | -0/+1 |
| | | |||||
* | | Fixed export by tags with a tag which contains space | Nicolas Lœuillet | 2016-12-27 | 2 | -3/+3 |
|/ | |||||
* | Add default value for list_mode | Jeremy Benoist | 2016-12-12 | 1 | -0/+2 |
| | |||||
* | Merge pull request #2680 from wallabag/taggingrule-255 | Nicolas Lœuillet | 2016-12-06 | 1 | -0/+23 |
|\ | | | | | Limit rule to 255 | ||||
| * | Limit rule to 255 | Jeremy Benoist | 2016-12-03 | 1 | -0/+23 |
| | | | | | | | | To avoid database error | ||||
* | | Revert switch to KernelTestCase for ContentProxyTest | Jerome Charaoui | 2016-12-03 | 2 | -20/+4 |
| | | | | | | | | | | Define the error string manually inside the test class instead of fetching it from app config. | ||||
* | | Add missing CoreKernelTestCase class | Jerome Charaoui | 2016-12-03 | 1 | -0/+17 |
| | | |||||
* | | Fix WallabagV1Controller test | Jerome Charaoui | 2016-12-03 | 1 | -4/+4 |
| | | | | | | | | Account for URL redirection in refreshed entry. | ||||
* | | Fix ContentProxy tests | Jerome Charaoui | 2016-12-03 | 1 | -17/+18 |
|/ | |||||
* | Hide article text on mobile with list mode | Nicolas Lœuillet | 2016-11-28 | 1 | -0/+2 |
| | |||||
* | Added test for list view | Nicolas Lœuillet | 2016-11-28 | 1 | -1/+18 |
| | |||||
* | Merge pull request #2663 from wallabag/remove-fosuser-attributes | Nicolas Lœuillet | 2016-11-28 | 1 | -1/+0 |
|\ | | | | | Removed FOSUser attributes removed in alpha4 | ||||
| * | Removed FOSUser attributes removed in alpha4 | Nicolas Lœuillet | 2016-11-28 | 1 | -1/+0 |
| | | | | | | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4 | ||||
* | | Merge pull request #2659 from ↵ | Nicolas Lœuillet | 2016-11-28 | 4 | -0/+53 |
|\ \ | |/ |/| | | | | | akovalyov/bugfix/non-latin-characters-in-reading-time-calculation Fix incorrect reading time calculation for entries in non-latin languages. | ||||
| * | Fix incorrect reading time calculation for entries in languages with | Andrew Kovalyov | 2016-11-28 | 4 | -0/+53 |
| | | | | | | | | non-latin chars subset. | ||||
* | | Enforce lowercase on domain name filter | Kevin Decherf | 2016-11-26 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Re-use FOSUser master branch | Jeremy Benoist | 2016-11-22 | 1 | -4/+4 |
| | | |||||
* | | Added authentication for restricted access articles | Bertrand Dunogier | 2016-11-22 | 1 | -0/+85 |
| | | | | | | | | Fix #438. Thank you so much @bdunogier | ||||
* | | Return 304 when content isn't reloaded using the API | Jeremy Benoist | 2016-11-22 | 1 | -5/+1 |
| | | | | | | | | | | | | Previously it was a 400 but this is more related to a real error. Using the API user should only know the content got reloaded or not. If reloaded: 200 otherwise: 304. | ||||
* | | Return an explicit error if reload fail | Jeremy Benoist | 2016-11-20 | 1 | -1/+5 |
| | | |||||
* | | Fixing tests | Jeremy Benoist | 2016-11-20 | 1 | -3/+2 |
| | | |||||
* | | Add ability to reload entry from API | Jeremy Benoist | 2016-11-20 | 1 | -0/+37 |
| | | |||||
* | | Fix tests | Jeremy Benoist | 2016-11-20 | 1 | -9/+5 |
| | | |||||
* | | Add RSS pagination | Jeremy Benoist | 2016-11-20 | 1 | -4/+53 |
| | | | | | | | | Following https://tools.ietf.org/html/rfc5005#page-4 | ||||
* | | Added shortcut | Nicolas Lœuillet | 2016-11-19 | 1 | -2/+2 |
| | |