aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type
Commit message (Collapse)AuthorAgeFilesLines
...
* Add unread filter to entries pagesDaniel Bartram2016-05-091-0/+12
| | | | Add the ability to filter for unread pages in the filters menu.
* Fix testsNicolas Lœuillet2016-04-241-0/+4
|
* Fix wrong reading time when apply filtersNicolas Lœuillet2016-04-241-0/+10
|
* Convert array + phpDocJeremy Benoist2016-04-1211-116/+116
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Add reading time translationJeremy Benoist2016-03-211-5/+5
|
* Add missing developer pageJeremy Benoist2016-03-201-2/+2
|
* Convert english translation fileJeremy Benoist2016-03-2010-35/+96
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Replace slider with selectNicolas Lœuillet2016-03-141-6/+6
|
* Added setting to have a personal reading timeNicolas Lœuillet2016-03-141-0/+8
|
* Add translationsJeremy Benoist2016-03-051-2/+2
|
* Cleanup formJeremy Benoist2016-03-051-1/+1
| | | | | | | - Avoid too much hidden data in the form (instead of manually define the submit button and hide the default, use the default one !) - Fix HTML syntax in client_parameters - Add developer link in baggy menu - Fix space between link in material footer
* Enhance documentation and create a form to create a new clientNicolas Lœuillet2016-02-291-0/+44
|
* CSJeremy Benoist2016-02-121-1/+1
|
* fix labels on new user promptThomas Citharel2016-02-111-0/+3
| | | | | | | | fix tests nl add translation validation length
* [#1604] First draft to fix SensioLabsInsight reportNicolas Lœuillet2016-01-222-5/+98
|
* Fix recent updateJeremy Benoist2016-01-151-1/+1
| | | | | | - some missing url parameters from WallabagRestController & EntryController - use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature) - update ImportBundle (url & form)
* 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-081-1/+0
|
* Add a form to create tagging rulesKévin Gomez2015-11-111-0/+38
|
* 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