aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v2' into v2-edit-titleNicolas Lœuillet2015-06-085-11/+14
|\
| * Update to Symfony 2.7Jeremy Benoist2015-06-025-11/+14
| | | | | | | | And fix some deps instead of using dev tags
* | Add basic title editionJeremy Benoist2015-06-022-1/+37
|/ | | | | Fix #218 I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
* Merge pull request #1167 from wallabag/v2-api-bundleNicolas Lœuillet2015-06-018-0/+8
|\ | | | | Move API stuff in ApiBundle
| * CSJeremy Benoist2015-05-308-0/+8
| |
* | name not requiredThomas Citharel2015-04-151-1/+1
| |
* | changed email fields with the email type and added required parameter on ↵Thomas Citharel2015-04-154-5/+6
|/ | | | some stuff
* Remove ability to change usernameJeremy2015-04-011-3/+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-312-2/+2
| | | | and fix few mistakes
* Add rss for entriesJeremy2015-03-311-0/+29
| | | | will fix #1000
* Handle forgot passwordJeremy2015-03-082-0/+86
|
* Add LiipThemeBundleJeremy2015-03-011-11/+14
| | | | | | | | 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-222-1/+41
|
* Updating logged in user (email, name, etc ..)Jeremy2015-02-173-6/+36
|
* Handle password changeJeremy2015-02-171-0/+40
|
* Use a form type for entryJeremy2015-02-161-0/+29
|
* Implement simple configJeremy2015-02-161-0/+41