aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form
Commit message (Collapse)AuthorAgeFilesLines
* Form: move url and origin_url to UrlTypeKevin Decherf2017-11-191-2/+3
|
* Entry: handle originUrl in edit form, update translationsKevin Decherf2017-11-191-0/+5
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* CSJeremy Benoist2017-10-091-1/+1
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-8/+8
|
* Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-201-0/+44
|\ | | | | Store credentials in DB
| * Fix reviewsThomas Citharel2017-06-201-0/+1
| | | | | | | | | | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Add CRUD for site credentialsJeremy Benoist2017-06-201-0/+43
| |
* | Add isPublic filter on entriesJeremy Benoist2017-06-101-0/+14
|/
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-1/+10
|\
| * Merge pull request #3076 from wallabag/hotfix/2979Nicolas Lœuillet2017-05-091-1/+10
| |\ | | | | | | Disable negative numbers in filters
| | * Add some testsJeremy Benoist2017-05-091-3/+9
| | |
| | * Disable negative numbers in filtersMaxime Marinel2017-05-031-0/+3
| | |
* | | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-092-0/+5
|\| |
| * | Fix display the form errors correctlyadev2017-05-053-0/+6
| |/ | | | | | | | | | | | | | | | | Use `property_path` form option to map underscored form fields to object properties @see https://github.com/symfony/symfony/issues/9162#issuecomment-25431148 Fix #3067
* / Removed is_public in Entry edit formNicolas Lœuillet2017-04-131-5/+0
|/
* Enforce lowercase on domain name filterKevin Decherf2016-11-261-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Added a simple search engineNicolas Lœuillet2016-11-191-0/+29
| | | | Fix #18
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-5/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * PHP CSNicolas Lœuillet2016-11-071-3/+2
| |
| * Replaced TokenStorage with TokenStorageInterfaceNicolas Lœuillet2016-11-071-2/+8
| |
* | Check if status code is OKNicolas Lœuillet2016-11-181-0/+13
| |
* | Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+3
| |
* | Added constants for redirection valuesNicolas Lœuillet2016-11-161-2/+3
| |
* | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+7
| | | | | | | | Fix #496
* | 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)