aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form
Commit message (Collapse)AuthorAgeFilesLines
* Fix createdAt date range filterKevin Decherf2020-03-221-4/+4
| | | | | | | | | | | - hiddenName has been disabled in order to fix the missing date range values when using the material theme - data format has been changed to 'Y-m-d' in order to comply with the browser date input default format - tests: date() and strtotime have been replaced with DateTime-related objects Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* misc: reindent EntryFilterTypeKevin Decherf2020-03-211-15/+14
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Update depsJeremy Benoist2019-11-121-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also CS (because cs-fixer got an update) Package operations: 0 installs, 26 updates, 0 removals - Updating twig/twig (v2.12.1 => v2.12.2) - Updating symfony/symfony (v3.4.33 => v3.4.34) - Updating doctrine/event-manager (v1.0.0 => 1.1.0) - Updating doctrine/collections (v1.6.2 => 1.6.3) - Updating doctrine/cache (v1.8.1 => 1.9.0) - Updating doctrine/persistence (1.1.1 => 1.2.0) - Updating doctrine/inflector (v1.3.0 => 1.3.1) - Updating symfony/mime (v4.3.5 => v4.3.7) - Updating swiftmailer/swiftmailer (v6.2.1 => v6.2.3) - Updating symfony/swiftmailer-bundle (v3.3.0 => v3.3.1) - Updating doctrine/dbal (v2.9.2 => v2.9.3) - Updating doctrine/instantiator (1.2.0 => 1.3.0) - Updating j0k3r/graby-site-config (1.0.93 => 1.0.94) - Updating phpoption/phpoption (1.5.0 => 1.5.2) - Updating symfony/http-client-contracts (v1.1.7 => v1.1.8) - Updating symfony/http-client (v4.3.5 => v4.3.7) - Updating sensiolabs/security-checker (v6.0.2 => v6.0.3) - Updating paragonie/constant_time_encoding (v2.2.3 => v2.3.0) - Updating scheb/two-factor-bundle (v4.7.1 => v4.8.0) - Updating symfony/phpunit-bridge (v4.3.6 => v4.3.7) - Updating composer/xdebug-handler (1.3.3 => 1.4.0) - Updating friendsofphp/php-cs-fixer (v2.15.3 => v2.16.0) - Updating doctrine/data-fixtures (v1.3.2 => 1.3.3) - Updating nette/schema (v1.0.0 => v1.0.1) - Updating nikic/php-parser (v4.2.4 => v4.3.0) - Updating sentry/sentry (2.2.2 => 2.2.4)
* Merge pull request #4053 from wallabag/feature/manual-input-reading-speedJérémy Benoist2019-07-092-10/+5
|\ | | | | Add ability to manually define the reading speed
| * Add ability to manually define the reading speedJeremy Benoist2019-07-082-10/+5
| | | | | | | | Instead of using a select, let the user decide its own speed.
* | Add ability to import/export tagging rulesJeremy Benoist2019-07-081-0/+29
|/ | | | | | | | | - Add missing translations - Add some tests - Add `/api/taggingrule/export` API endpoint - Add baggy theme - Add error message when importing tagging rules failed - Also fix all translations (I think we are good now)
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-5/+5
|
* CSJeremy Benoist2019-02-271-1/+1
|
* Force default_protocol to generate an url inputJeremy Benoist2019-02-082-0/+3
|
* Enable OTP 2FAJeremy Benoist2019-01-231-2/+7
| | | | | | | | | - Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa
* Rename Tag : Add a new FormTypeStéphane HULARD2018-09-251-0/+35
|
* php-cs-fixerKevin Decherf2018-09-051-2/+2
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* 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