aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form
Commit message (Collapse)AuthorAgeFilesLines
* Added new tag form in mobile view for Material themeNicolas Lœuillet2016-11-081-1/+10
| | | | Fix #2376
* Ensure access_token are removedJeremy Benoist2016-10-081-46/+0
| | | | | | | | When we remove the client, we should ensure that access_token are also removed. To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error. Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)
* Cleanup & add link on baggy menuJeremy Benoist2016-10-021-58/+0
|
* Moved Pocket token to user configJeremy Benoist2016-09-161-0/+3
|
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-222-2/+4
|\
| * CSJeremy Benoist2016-08-172-2/+4
| |
* | Added name on clientThomas Citharel2016-08-221-1/+3
|/ | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171
* fixup! Handle only upper or only lower reading filterJeremy Benoist2016-06-231-2/+2
|
* Handle only upper or only lower reading filterJeremy Benoist2016-06-231-7/+16
| | | | When we select only one value in the reading time filter, we need to perform a query with only one value (greater than OR lower than).
* Jump to Symfony 3.1Jeremy Benoist2016-06-222-3/+0
|
* 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-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