aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/User.php
Commit message (Collapse)AuthorAgeFilesLines
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-201/+0
|
* * public registrationNicolas Lœuillet2015-10-031-20/+2
| | | | | * remove WSSE implementation * add oAuth2 implementation
* Handle entry in languageJeremy Benoist2015-09-221-3/+2
| | | | Fix #1333
* implement FosUserNicolas Lœuillet2015-09-111-238/+12
|
* CSJeremy Benoist2015-08-201-6/+6
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* CSJeremy Benoist2015-05-301-27/+33
|
* Merge pull request #1164 from wallabag/v2-remove-username-in-configNicolas Lœuillet2015-04-011-0/+4
|\ | | | | Remove ability to change username
| * Remove ability to change usernameJeremy2015-04-011-0/+4
| | | | | | | | | | | | | | | | | | | | Since password are linked to username it was hard to change username while checking that the password is the good one. Instead of doing crazy things to achieve that, I act that user won't be able to update username. Also, username (and email) must be unique, since people logged in using username and can request a new password using email. This should fix #1149
* | Ability to prefix tablesJeremy2015-04-011-1/+1
|/ | | | Will fix #799
* Add rss for entriesJeremy2015-03-311-1/+1
| | | | will fix #1000
* Handle forgot passwordJeremy2015-03-081-0/+56
|
* 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