aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix SO testsJeremy Benoist2017-05-241-4/+4
| | | | SO switched to http yesterday
* Ensure download_images_enabled is disabledJeremy Benoist2017-05-191-1/+20
| | | | | Even if the tests fail, that config must stay disabled after the test. Otherwise it might timeout on other test (because it'll try to save all other images)
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-192-0/+54
|\
| * Merge pull request #3095 from aaa2000/api-error-on-fail-fetch-contentThomas Citharel2017-05-101-0/+34
| |\ | | | | | | Create a new entry via API even when its content can't be retrieved
| | * Remove the created entry to avoid side effects on other testsadev2017-05-091-8/+18
| | |
| | * Create a new entry via API even when its content can't be retrievedadev2017-05-081-0/+24
| | | | | | | | | | | | Fix #2988
| * | Merge pull request #3076 from wallabag/hotfix/2979Nicolas Lœuillet2017-05-091-0/+20
| |\ \ | | | | | | | | Disable negative numbers in filters
| | * | Add some testsJeremy Benoist2017-05-091-0/+20
| | |/
* | | Added tests on logs recordsNicolas Lœuillet2017-05-121-3/+22
| | |
* | | Fixed testsNicolas Lœuillet2017-05-121-1/+7
| | |
* | | Replaced json_array with arrayNicolas Lœuillet2017-05-111-1/+1
| | | | | | | | | | | | And fixed failing test due to @j0k3r :trollface:
* | | Added headers field in EntryNicolas Lœuillet2017-05-111-0/+1
| | |
* | | Merge pull request #3101 from wallabag/credentials-new-extrafieldsJérémy Benoist2017-05-101-13/+27
|\ \ \ | | | | | | | | Skip auth when no credentials are found
| * | | Skip auth when no credentials are foundJeremy Benoist2017-05-091-13/+27
| | | | | | | | | | | | | | | | If we can’t find a credential for the current host, even if it required login, we won’t add them and website will be fetched without any login.
* | | | Retrieve tag / tags value from query or requestJeremy Benoist2017-05-091-4/+26
|/ / / | | | | | | | | | | | | It allows to request to delete a tag using query string instead of body parameter (which seems to be the standard). Instead of breaking the previous behavior, I used a generic way to retrieve parameter (which looks into request attributes, query parameters and request parameters)
* | | Merge pull request #2751 from bdunogier/2.2-guzzle_subscribers_improvementJérémy Benoist2017-05-091-1/+1
|\ \ \ | | | | | | | | Improved Guzzle subscribers extensibility
| * | | Changed parsing of login_extra_fields in guzzle authBertrand Dunogier2017-05-041-1/+1
| | | |
* | | | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-091-0/+16
|\ \ \ \ | | |/ / | |/| |
| * | | Fix API pagination is broken if perPage is custom valueadev2017-05-081-0/+16
| | |/ | |/| | | | | | | Fix #2720
* | | Merge pull request #3088 from wallabag/execute-migrations-after-installJérémy Benoist2017-05-052-5/+10
|\ \ \ | | | | | | | | Added migrations execution after fresh install
| * | | Added migrations execution after fresh installNicolas Lœuillet2017-05-054-7/+12
| | | |
* | | | Merge pull request #2920 from wallabag/cleanduplicatescommandJérémy Benoist2017-05-053-2/+110
|\ \ \ \ | |/ / / |/| | | Clean Duplicates Command
| * | | Fixed testNicolas Lœuillet2017-05-051-0/+4
| | | |
| * | | Fixed @j0k3r reviewNicolas Lœuillet2017-05-051-3/+3
| | | |
| * | | Added test for deduplicationNicolas Lœuillet2017-05-053-3/+48
| | | |
| * | | Add basic testsThomas Citharel2017-05-011-0/+59
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | 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