aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
Commit message (Collapse)AuthorAgeFilesLines
* Add some testsJeremy Benoist2017-05-091-3/+9
|
* Disable negative numbers in filtersMaxime Marinel2017-05-031-0/+3
|
* Enforce lowercase on domain name filterKevin Decherf2016-11-261-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* 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
|/
* 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-221-1/+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-121-25/+25
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Convert english translation fileJeremy Benoist2016-03-201-3/+13
| | | | | | | - 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>`
* [#1604] First draft to fix SensioLabsInsight reportNicolas Lœuillet2016-01-221-0/+98