aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ConfigController.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsJeremy2015-04-011-1/+1
|
* Remove ability to change usernameJeremy2015-04-011-2/+2
| | | | | | | | | | 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-1/+1
| | | | and fix few mistakes
* Add rss for entriesJeremy2015-03-311-4/+54
| | | | will fix #1000
* Add LiipThemeBundleJeremy2015-03-011-3/+6
| | | | | | | | 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 :))
* Handle default value for new userJeremy2015-02-221-0/+8
|
* Adding new userJeremy2015-02-221-0/+20
|
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-2/+19
|
* Handle password changeJeremy2015-02-171-7/+32
|
* Implement simple configJeremy2015-02-161-0/+58