aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/SiteCredentialRepository.php
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to match many domains for credentialsJeremy Benoist2019-04-231-4/+4
| | | | | Instead of fetching one domain, we use the same method as in site config (to retrieve the matching file) and handle api.example.org, example.org, .org (yes the last one isn’t useful). If one of these match, we got it and use it.
* CSJeremy Benoist2019-02-111-1/+1
|
* 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