aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/SiteCredential.php
Commit message (Collapse)AuthorAgeFilesLines
* Enable PHPStanJeremy Benoist2019-01-181-0/+17
| | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
* 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