aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* Add test on EntryControllerTest for #3442Kevin Decherf2017-12-132-0/+54
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix All RSS not accessible if not logged in + TestsChristophe VERGNE2017-12-111-0/+25
|
* Merge pull request #3401 from aaa2000/migration-initialJérémy Benoist2017-11-251-6/+2
|\ | | | | Add an initial doctrine migration
| * Fix installation commandadev2017-11-211-6/+2
| |
* | Merge pull request #3431 from wallabag/disable-site-credentialsJérémy Benoist2017-11-221-0/+14
|\ \ | |/ |/| Disable controller access if feature disabled
| * Disable controller access if feature disabledJeremy Benoist2017-11-221-0/+14
| | | | | | | | If `restricted_access` is disabled, accessing `/site-credentials/` must be disabled.
* | Merge pull request #3425 from wallabag/add-setting-for-headersNicolas Lœuillet2017-11-212-1/+5
|\| | | | | Added internal setting to enable/disable headers storage
| * Define storeArticleHeaders false by defaultJeremy Benoist2017-11-212-15/+16
| | | | | | | | | | Fix tests which must use `$storeArticleHeaders`. Fix CS
| * Added internal setting to enable/disable headers storageNicolas Lœuillet2017-11-202-13/+16
| |
* | CSJeremy Benoist2017-11-212-2/+2
| |
* | Fix phpcsKevin Decherf2017-11-192-2/+2
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Update EntryControllerTest to handle origin_urlKevin Decherf2017-11-191-2/+38
| | | | | | | | | | | | | | Set an origin_url in testEditUpdate Test origin_url deletion in testEditRemoveOriginUrl Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Twig: add removeSchemeAndWww filterKevin Decherf2017-11-191-0/+27
|/ | | | | | | | This twig filter removes scheme (only http and https are supported) and pass the result to removeWww filter to also remove 'www.' at the beginning of an url. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix phpcsadev2017-11-111-1/+1
|
* Fix testsadev2017-11-111-5/+6
|
* Fix MondeDiplo https urlJeremy Benoist2017-10-101-1/+1
|
* Jump to Symfony 3.3 & update others depsJeremy Benoist2017-10-091-2/+2
| | | | Also update tests urls
* Fix testsJeremy Benoist2017-09-061-1/+2
|
* Multiple tag search was broken from APIJeremy Benoist2017-09-062-4/+4
| | | | | | | | | | First, the setParameter() were done on the same parameter which in fact just duplicated the condition in the SQL query (like `where t.label = 'test' and t.label = 'test'`. Changed the parameter doesn't help because the query was then wrong. Changing the way to match associated tags for an entry and it worked.
* Tag: render tags case-insensitive by storing them in lowercaseKevin Decherf2017-08-271-2/+4
| | | | | | Fixes #2502 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add reload entry commandNicolas Hart2017-08-211-0/+115
|
* add search argument and limit option to list users commandNicolas Hart2017-07-311-1/+50
|
* Add list user commandNicolas Hart2017-07-301-0/+26
|
* Better rendering for all core commandsNicolas Hart2017-07-293-6/+8
|
* Put the final URL in data testJeremy Benoist2017-07-241-1/+1
|
* CSJeremy Benoist2017-07-031-5/+5
|
* Fix validateAndSetPreviewPictureJeremy Benoist2017-07-031-0/+35
| | | | Which wasn't covered by a test!
* Fix PATCH methodJeremy Benoist2017-07-031-5/+2
| | | | | The PATCH method for the entry should only update what user sent to us and not the whole entry as it was before. Also, sending tags when patching an entry will now remove all current tags & assocatied new ones.
* Fix testsJeremy Benoist2017-07-035-23/+18
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-0126-453/+453
|
* Fix testsJeremy Benoist2017-06-211-1/+1
|
* Add RSS tags feedsJeremy Benoist2017-06-211-8/+33
|
* Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-204-8/+283
|\ | | | | Store credentials in DB
| * Fix reviewsThomas Citharel2017-06-202-2/+1
| | | | | | | | | | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Crypt site credential passwordJeremy Benoist2017-06-203-3/+42
| |
| * Add a live test for restricted articleJeremy Benoist2017-06-203-25/+78
| | | | | | | | | | | | | | It is not aimed to test if we can get the full article (since we aren't using real login/password) but mostly to test the full work (with authentication, etc.) Do not clean fixtured to avoid SQLite to re-use id for entry tag relation 😓
| * Add menu access to site credentials CRUDJeremy Benoist2017-06-202-3/+187
| |
* | Fix empty language and preview picsThomas Citharel2017-06-121-3/+3
| |
* | Add isPublic filter on entriesJeremy Benoist2017-06-101-0/+14
|/
* Merge pull request #3173 from wallabag/domain-name-paramJérémy Benoist2017-06-101-1/+1
|\ | | | | remove craueconfig domain name setting and add a proper one in parame…
| * Promote httpsJeremy Benoist2017-06-091-1/+1
| |
| * ReviewJeremy Benoist2017-06-081-1/+1
| |
* | Cleanup testJeremy Benoist2017-06-091-1/+0
| | | | | | | | | | Looks like we didn't ALWAYS get a value for language from 20minutes. Ahem.
* | Convert - to _ in languageJeremy Benoist2017-06-091-4/+8
| | | | | | | | Mostly to increase language supports
* | Use Locale instead of LanguageJeremy Benoist2017-06-091-14/+78
| |
* | Validate language & preview picture fieldsJeremy Benoist2017-06-081-12/+117
| | | | | | | | | | Instead of saving the value of each field right into the content without any validation, it seems better to validate them. This might sounds obvious now we say that.
* | CSJeremy Benoist2017-06-071-2/+0
| |
* | Merge pull request #3184 from wallabag/better-way-image-extensionJérémy Benoist2017-06-072-0/+25
|\ \ | | | | | | Use an alternative way to detect images
| * | Use an alternative way to detect imageJeremy Benoist2017-06-052-0/+25
| |/ | | | | | | | | | | | | When parsing content to retrieve images to save locally, we only check for the content-type of the image response. In some case, that value is empty. Now we’re also checking for the first few bytes of the content as an alternative to detect if it’s an image wallabag can handle. We might get higher image supports using that alternative method.
* | Fix reviewThomas Citharel2017-06-041-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>