aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Enable PHPStanJeremy Benoist2019-01-184-9/+8
| | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-151-3/+8
|\
| * EntriesExport: sanitize filename and fix testsKevin Decherf2019-01-081-3/+8
| | | | | | | | | | | | | | | | Filename will now only use a-zA-Z0-9-' and space. Fixes remaining filename issue on #3811 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2018-11-251-3/+2
|\| | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js
| * Prepare 2.3.4 releaseJeremy Benoist2018-11-231-3/+2
| |
* | Merge pull request #3574 from shulard/feature/rename-tagsJérémy Benoist2018-10-151-0/+45
|\ \ | | | | | | Allow to rename tags from the web interface.
| * | Add tests about the tag renaming process.Stéphane HULARD2018-09-251-0/+45
| | |
* | | Ensure language is validJeremy Benoist2018-10-131-0/+35
| | | | | | | | | | | | | | | - Do not override locale if user has choosen a locale from the login screen. - Add some tests about locale url
* | | Jump to Symfony 3.4Jeremy Benoist2018-10-041-5/+7
|/ / | | | | | | | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* / Entry: add archived_at property and updateArchived methodSébastien Viande2018-09-212-5/+5
|/
* Liberation goes httpsJeremy Benoist2018-09-211-1/+2
|
* Fix testsJeremy Benoist2018-09-071-4/+4
|
* php-cs-fixerKevin Decherf2018-09-053-4/+4
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Removing failing test from TravisJeremy Benoist2018-08-191-4/+0
|
* Fix testsJeremy Benoist2018-06-062-9/+9
|
* Allow login by emailFloran Brutel2018-04-011-1/+11
|
* Replace zataz urlFloran Brutel2018-03-301-3/+3
|
* Use https instead of http for bild.de to fix testsFloran Brutel2018-03-291-1/+1
|
* Fixed testsNicolas Lœuillet2018-01-121-2/+2
|
* php-csKevin Decherf2017-12-311-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add test to prevent regression for #3534Kevin Decherf2017-12-311-0/+20
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix typoJeremy Benoist2017-12-181-3/+3
|
* Add test on EntryControllerTest for #3442Kevin Decherf2017-12-131-0/+49
| | | | 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 #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-211-0/+3
|\| | | | | Added internal setting to enable/disable headers storage
| * Added internal setting to enable/disable headers storageNicolas Lœuillet2017-11-201-0/+3
| |
* | Fix phpcsKevin Decherf2017-11-191-1/+1
| | | | | | | | 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>
* 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>
* Put the final URL in data testJeremy Benoist2017-07-241-1/+1
|
* Fix testsJeremy Benoist2017-07-032-6/+7
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-018-275/+275
|
* 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-202-0/+192
|\ | | | | 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-201-1/+1
| |
| * Add a live test for restricted articleJeremy Benoist2017-06-202-22/+75
| | | | | | | | | | | | | | 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-201-0/+140
| |
* | 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
| |