aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* add command testhash-exist-urlThomas Citharel2017-05-281-0/+101
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Hash the urls to check if they existThomas Citharel2017-05-286-20/+150
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #3145 from wallabag/fix-soJérémy Benoist2017-05-241-4/+4
|\ | | | | Fix SO tests
| * Fix SO testsJeremy Benoist2017-05-241-4/+4
|/ | | | SO switched to http yesterday
* Switch back to latest guzzle-site-authenticatorJeremy Benoist2017-05-241-1/+1
|
* Merge pull request #3133 from wallabag/testing-travis-failureJérémy Benoist2017-05-193-37/+29
|\ | | | | Let's play !
| * 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)
| * Fold migrations & fixtures command on TravisJeremy Benoist2017-05-192-36/+9
|/
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-1923-630/+753
|\
| * Merge pull request #3130 from X-dark/masterJérémy Benoist2017-05-1913-13/+13
| |\ | | | | | | unify Download/Export wording.
| | * modify key name as wellCedric Girard2017-05-1813-13/+13
| | |
| | * unify Download/Export wording.Cedric Girard2017-05-189-9/+9
| |/ | | | | | | This fixes #2967
| * Merge pull request #3125 from wallabag/prepare-222Jérémy Benoist2017-05-172-601/+651
| |\ | | | | | | Prepare wallabag 2.2.3
| | * Prepare wallabag 2.2.3Nicolas Lœuillet2017-05-172-601/+651
| |/
| * Merge pull request #3117 from wallabag/fix-docNicolas Lœuillet2017-05-173-9/+10
| |\ | | | | | | Fixed documentation URL
| | * Fixed documentation URLNicolas Lœuillet2017-05-173-9/+10
| |/
| * Merge pull request #3124 from wallabag/lock-guzzle-authNicolas Lœuillet2017-05-172-7/+1
| |\ | | | | | | Lock guzzle-site-authenticator to avoid errors
| | * Lock guzzle-site-authenticator to avoid errorJeremy Benoist2017-05-162-7/+1
| |/
| * Merge pull request #3123 from X-dark/masterJérémy Benoist2017-05-161-1/+1
| |\ | | | | | | reorder contrib strings in about page
| | * reorder contrib strings in about pageCedric Girard2017-05-161-1/+1
| |/ | | | | | | this fixes #2891
| * Merge pull request #3095 from aaa2000/api-error-on-fail-fetch-contentThomas Citharel2017-05-102-4/+47
| |\ | | | | | | 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-082-4/+37
| | | | | | | | | | | | Fix #2988
| * | Merge pull request #3076 from wallabag/hotfix/2979Nicolas Lœuillet2017-05-092-1/+30
| |\ \ | | | | | | | | Disable negative numbers in filters
| | * | Add some testsJeremy Benoist2017-05-092-3/+29
| | | |
| | * | Disable negative numbers in filtersMaxime Marinel2017-05-031-0/+3
| | | |
* | | | Update of the oc version of CoreBundleQuent-in2017-05-181-13/+13
| | | | | | | | | | | | I hope I didn't break everything with the ' and ".
* | | | Merge pull request #3122 from wallabag/delete-docThomas Citharel2017-05-17143-11106/+0
|\ \ \ \ | | | | | | | | | | Removed embedded documentation
| * | | | Removed embedded documentationNicolas Lœuillet2017-05-16143-11106/+0
|/ / / /
* | | | Merge pull request #3120 from aaa2000/fix-delete-annotation-userJérémy Benoist2017-05-153-2/+7
|\ \ \ \ | | | | | | | | | | Fix delete annotation when username is defined
| * | | | Fix delete annotation when username is definedadev2017-05-143-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an user set his name in "Config" > "User Information", he can't delete or update an annotation Fix #2382
* | | | | Merge pull request #3113 from wallabag/upgrade-craueJérémy Benoist2017-05-155-13/+14
|\ \ \ \ \ | | | | | | | | | | | | Upgraded CraueConfigBundle to 2.0
| * | | | | Upgraded CraueConfigBundle to 2.0Nicolas Lœuillet2017-05-125-13/+14
| |/ / / /
* | | | | Merge pull request #3110 from wallabag/add-logger-matching-rulesNicolas Lœuillet2017-05-123-2/+35
|\ \ \ \ \ | |/ / / / |/| | | | Added logger when we match Tagging rules
| * | | | Added tests on logs recordsNicolas Lœuillet2017-05-121-3/+22
| | | | |
| * | | | Fixed testsNicolas Lœuillet2017-05-121-1/+7
| | | | |
| * | | | Added logger when we match Tagging rulesNicolas Lœuillet2017-05-122-1/+9
|/ / / /
* | | | Merge pull request #3108 from wallabag/store-headersNicolas Lœuillet2017-05-114-4/+93
|\ \ \ \ | | | | | | | | | | Added headers field in Entry
| * | | | Replaced json_array with arrayNicolas Lœuillet2017-05-112-5/+5
| | | | | | | | | | | | | | | | | | | | And fixed failing test due to @j0k3r :trollface:
| * | | | Added headers field in EntryNicolas Lœuillet2017-05-114-1/+90
|/ / / /
* | | | Merge pull request #3104 from wallabag/migration-username-lengthJérémy Benoist2017-05-101-0/+60
|\ \ \ \ | | | | | | | | | | Added migration to change length for user fields
| * | | | Added migration to change length for user fieldsNicolas Lœuillet2017-05-101-0/+60
| | | | |
* | | | | Merge pull request #3101 from wallabag/credentials-new-extrafieldsJérémy Benoist2017-05-104-22/+58
|\ \ \ \ \ | |/ / / / |/| | | | Skip auth when no credentials are found
| * | | | Handle empty configurationJeremy Benoist2017-05-101-1/+1
| | | | |
| * | | | Update composer.jsonJérémy Benoist2017-05-101-1/+1
| | | | |
| * | | | Skip auth when no credentials are foundJeremy Benoist2017-05-095-23/+59
| | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #3103 from wallabag/api-delete-tag-queryJérémy Benoist2017-05-102-6/+28
|\ \ \ \ \ | | | | | | | | | | | | Retrieve tag / tags value from query or request
| * | | | | Retrieve tag / tags value from query or requestJeremy Benoist2017-05-092-6/+28
| |/ / / / | | | | | | | | | | | | | | | | | | | | 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 #3102 from wallabag/cache-yarnJérémy Benoist2017-05-101-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | Cache yarn cache in Travis
| * | | | Cache yarn cache in TravisJeremy Benoist2017-05-091-0/+1
|/ / / /