aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php
Commit message (Collapse)AuthorAgeFilesLines
* 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