aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3053 from wallabag/api-bulk-addNicolas Lœuillet2017-05-051-7/+56
|\ | | | | Added API endpoint to handle a list of URL
| * Little refacto and send 400 on reaching urls limitJeremy Benoist2017-05-051-4/+3
| |
| * Added limitNicolas Lœuillet2017-05-011-0/+23
| |
| * Fix tests (for real this time)Jeremy Benoist2017-05-011-2/+2
| |
| * Fix testsJeremy Benoist2017-05-011-4/+4
| |
| * Splitted the endpoint in twoNicolas Lœuillet2017-05-011-29/+26
| |
| * Added API endpoint to handle a list of URLNicolas Lœuillet2017-05-011-8/+38
| | | | | | | | By passing an array, you can add / delete URL in mass (bulk request)
* | Merge pull request #3080 from wallabag/use-username-to-importNicolas Lœuillet2017-05-041-8/+23
|\ \ | | | | | | Use username to import
| * | Use username to importThomas Citharel2017-05-041-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> add docs Signed-off-by: Thomas Citharel <tcit@tcit.fr> use username as default Signed-off-by: Thomas Citharel <tcit@tcit.fr> rename user to username typo Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #3060 from wallabag/search-usersThomas Citharel2017-05-041-4/+22
|\ \ \ | |/ / |/| | Search & paginate users
| * | rename index to listThomas Citharel2017-05-021-5/+5
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Fix testsThomas Citharel2017-05-021-4/+22
| |/ | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #3047 from wallabag/add-notmatches-operatorNicolas Lœuillet2017-05-0311-20/+18
|\ \ | |/ |/| Added notmatches operator for tagging rule
| * Changed export testNicolas Lœuillet2017-05-031-3/+1
| |
| * Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-2011-17/+17
| |
* | Fix testsJeremy Benoist2017-04-291-13/+13
| |
* | Added endpoint to handle URL list to add/delete tagsNicolas Lœuillet2017-04-241-11/+48
| |
* | Added API endpoint to handle a list of URL and to add/delete tagsNicolas Lœuillet2017-04-241-0/+31
|/
* Added test for multiple authorsNicolas Lœuillet2017-04-101-8/+39
|
* Added author of articleNicolas Lœuillet2017-04-091-1/+4
|
* Added publication dateNicolas Lœuillet2017-04-051-0/+1
|
* Renamed countAllEntriesByUsername methodNicolas Lœuillet2017-03-311-1/+1
|
* Allow to remove all archived entriesThomas Citharel2017-03-311-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-methodJérémy Benoist2017-03-301-2/+2
|\ | | | | Rename method
| * Rename method from *username to *userThomas Citharel2017-03-301-2/+2
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-03-283-2/+28
|\|
| * Import: we now skip messages when user is nullNicolas Lœuillet2017-02-202-2/+4
| |
| * Search by term: extend to entries urlKevin Decherf2017-02-161-0/+24
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | return id of article instead of true if entry existsThomas Citharel2017-02-241-2/+2
|/
* Fix phpcs and testsThomas Citharel2017-01-241-0/+1
|
* add filepath testThomas Citharel2017-01-221-0/+17
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* add cli exportThomas Citharel2017-01-221-0/+60
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix registration.submit testJeremy Benoist2017-01-101-1/+1
|
* Avoid false preview imageJeremy Benoist2017-01-101-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-uuidNicolas Lœuillet2016-12-291-6/+6
|\ | | | | Added index on entry.uuid
| * Renamed uuid to uidNicolas Lœuillet2016-12-291-6/+6
| |
| * Changed uuid type in databaseNicolas Lœuillet2016-12-251-1/+0
| |
| * Fixed index on entry.uuid and changed uuid field typeNicolas Lœuillet2016-12-251-0/+1
| |
* | Fixed export by tags with a tag which contains spaceNicolas Lœuillet2016-12-272-3/+3
|/
* Add default value for list_modeJeremy Benoist2016-12-121-0/+2
|
* Merge pull request #2680 from wallabag/taggingrule-255Nicolas Lœuillet2016-12-061-0/+23
|\ | | | | Limit rule to 255
| * Limit rule to 255Jeremy Benoist2016-12-031-0/+23
| | | | | | | | To avoid database error
* | Revert switch to KernelTestCase for ContentProxyTestJerome Charaoui2016-12-032-20/+4
| | | | | | | | | | Define the error string manually inside the test class instead of fetching it from app config.
* | Add missing CoreKernelTestCase classJerome Charaoui2016-12-031-0/+17
| |
* | Fix WallabagV1Controller testJerome Charaoui2016-12-031-4/+4
| | | | | | | | Account for URL redirection in refreshed entry.
* | Fix ContentProxy testsJerome Charaoui2016-12-031-17/+18
|/
* Hide article text on mobile with list modeNicolas Lœuillet2016-11-281-0/+2
|
* Added test for list viewNicolas Lœuillet2016-11-281-1/+18
|
* Merge pull request #2663 from wallabag/remove-fosuser-attributesNicolas Lœuillet2016-11-281-1/+0
|\ | | | | Removed FOSUser attributes removed in alpha4
| * Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-281-1/+0
| | | | | | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4