aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/SiteCredentialController.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.4Jeremy Benoist2018-10-041-10/+5
| | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* Disable controller access if feature disabledJeremy Benoist2017-11-221-0/+18
| | | | If `restricted_access` is disabled, accessing `/site-credentials/` must be disabled.
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-4/+4
|
* Fix reviewsThomas Citharel2017-06-201-10/+28
| | | | | | | | 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-0/+2
|
* Add a live test for restricted articleJeremy Benoist2017-06-201-3/+1
| | | | | | | 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 😓
* Update route & user verificationJeremy Benoist2017-06-201-9/+27
|
* Add CRUD for site credentialsJeremy Benoist2017-06-201-0/+138