aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form
Commit message (Collapse)AuthorAgeFilesLines
...
* Update bundle & stock fileJeremy Benoist2016-01-154-4/+6
| | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-159-33/+56
| | | | symfony-upgrade-fixer fix src/Wallabag/
* php csNicolas Lœuillet2015-12-082-6/+3
|
* Add tests for the StringToListTransformer classKévin Gomez2015-11-111-2/+12
|
* Add a form to create tagging rulesKévin Gomez2015-11-112-0/+87
|
* Language selection on config screenNicolas Lœuillet2015-10-151-3/+9
|
* 2factor authentication via emailNicolas Lœuillet2015-10-131-0/+1
|
* material design for register/login/recover pagesNicolas Lœuillet2015-10-051-24/+0
|
* CleanupJeremy Benoist2015-10-032-89/+0
| | | | | - remove unecessary routing for UserBundle - remove unused form type
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-033-3/+3
|
* * public registrationNicolas Lœuillet2015-10-032-1/+26
| | | | | * remove WSSE implementation * add oAuth2 implementation
* fix tests for FosUserNicolas Lœuillet2015-09-111-0/+7
|
* assign tags to an entryNicolas Lœuillet2015-08-221-0/+30
|
* CSJeremy Benoist2015-08-202-2/+2
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* 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