aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php
Commit message (Collapse)AuthorAgeFilesLines
* move some files to UserBundleNicolas Lœuillet2015-10-031-50/+0
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-2/+2
|
* * public registrationNicolas Lœuillet2015-10-031-2/+3
| | | | | * remove WSSE implementation * add oAuth2 implementation
* implement FosUserNicolas Lœuillet2015-09-111-0/+2
|
* CSJeremy Benoist2015-08-201-2/+2
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* Handle password changeJeremy2015-02-171-2/+2
|
* Add more tests on Entry controllerJeremy2015-02-101-1/+14
| | | | Also add more fixtures
* Add some fixturesJeremy2015-02-081-0/+34
Improve test, so user can login Fix some leftJoin Cleanup EntryController