aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/SiteCredentialRepository.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix reviewsThomas Citharel2017-06-201-1/+2
| | | | | | | | 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/+19
|
* Retrieve username/password from databaseJeremy Benoist2017-06-201-0/+18
| | | | Inject the current user & the repo to retrieve username/password from the database
* Update route & user verificationJeremy Benoist2017-06-201-3/+0
|
* Add CRUD for site credentialsJeremy Benoist2017-06-201-0/+13