aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/SiteCredentialController.php
Commit message (Collapse)AuthorAgeFilesLines
* 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