aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/SiteCredential.php
Commit message (Collapse)AuthorAgeFilesLines
* Add EntityTimestampsTrait to handle datesJeremy Benoist2017-07-061-10/+3
| | | | Refactorize timestamps() method to avoid re-writing it on each entity
* CSJeremy Benoist2017-07-031-1/+1
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* Fix reviewsThomas Citharel2017-06-201-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-2/+1
|
* Add CRUD for site credentialsJeremy Benoist2017-06-201-0/+197