aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/User.php
Commit message (Collapse)AuthorAgeFilesLines
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-2/+28
|
* first draft of hypermedia implementationNicolas Lœuillet2015-03-061-0/+4
|
* Add LiipThemeBundleJeremy2015-03-011-0/+27
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-6/+13
|
* Add custom auth encoder & providerJeremy2015-02-081-1/+5
| | | | These custom classes allow Wallabag v2 to be compatible with Wallabag v1 salted password
* add a real relation between user and entryNicolas Lœuillet2015-02-081-1/+28
|
* rename User entityNicolas Lœuillet2015-02-061-0/+285