aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ConfigController.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Provide a way to delete tagging rulesKévin Gomez2015-11-111-0/+27
|
* Add a form to create tagging rulesKévin Gomez2015-11-111-0/+21
|
* Fix form_enctype deprecationJeremy Benoist2015-11-071-5/+11
| | | | Use form_start instead
* Language selection on config screenNicolas Lœuillet2015-10-151-1/+1
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-1/+1
|
* * public registrationNicolas Lœuillet2015-10-031-8/+7
| | | | | * remove WSSE implementation * add oAuth2 implementation
* Enabled created user from ConfigJeremy Benoist2015-09-261-0/+2
| | | | | | By default, creating user with FOSUser are disabled by default. Fix #1423
* fix tests for FosUserNicolas Lœuillet2015-09-111-2/+2
|
* 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