aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/Config
Commit message (Collapse)AuthorAgeFilesLines
* Remove ability to change usernameJeremy2015-04-011-8/+0
| | | | | | | | | | 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-5/+9
| | | | and fix few mistakes
* Add rss for entriesJeremy2015-03-311-48/+88
| | | | will fix #1000
* Cleanup & simplify themeJeremy2015-03-011-4/+0
|
* Adding new userJeremy2015-02-221-0/+32
|
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-1/+33
|
* Handle password changeJeremy2015-02-171-13/+45
|
* Implement simple configJeremy2015-02-161-0/+41