aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* fix tests for FosUserNicolas Lœuillet2015-09-111-15/+7
|
* implement FosUserNicolas Lœuillet2015-09-111-2/+2
|
* set material to default theme \o/Nicolas Lœuillet2015-08-041-1/+1
|
* Update to Symfony 2.7Jeremy Benoist2015-06-021-3/+3
| | | | And fix some deps instead of using dev tags
* Fix testsJeremy2015-04-011-1/+1
|
* Move API stuff in ApiBundleJeremy2015-04-011-2/+2
|
* Remove ability to change usernameJeremy2015-04-011-20/+17
| | | | | | | | | | 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
* Add testsJeremy2015-03-311-0/+126
| | | | and fix few mistakes
* Add LiipThemeBundleJeremy2015-03-011-4/+4
| | | | | | | | 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 :))
* Adding new userJeremy2015-02-221-1/+88
|
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-5/+84
|
* Handle password changeJeremy2015-02-171-3/+91
|
* Implement simple configJeremy2015-02-161-0/+96