aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tests againsort-entriesNicolas Lœuillet2020-04-282-2/+6
|
* Fixed testsNicolas Lœuillet2020-04-281-0/+7
|
* Fixed translationNicolas Lœuillet2020-04-2817-17/+17
|
* Added testsNicolas Lœuillet2020-04-2818-42/+335
|
* First draft for testsNicolas Lœuillet2020-04-284-8/+59
|
* Fixed UINicolas Lœuillet2020-04-287-20/+29
|
* First draft for EntrySortTypeNicolas Lœuillet2020-04-284-26/+90
|
* Fix `getBuilderForUntaggedByUser`Jeremy Benoist2020-04-281-3/+7
|
* Fix displaying sidenavJeremy Benoist2020-04-283-1/+5
|
* Fix sortJeremy Benoist2020-04-286-8/+28
|
* Avoid overiding default values for sortJeremy Benoist2020-04-281-3/+5
|
* Added translations and tweak parametersThomas Citharel2020-04-2815-10/+129
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Validate sort fieldJeremy Benoist2020-04-282-14/+23
| | | | Just to avoid people to sort on crazy unexistant field
* Started an UI for sort formNicolas Lœuillet2020-04-282-0/+41
|
* Start work on sort function.Thomas Citharel2020-04-282-10/+16
| | | | Backend is ready. Needs tests and proper UI
* Merge pull request #4358 from JeanGauthier/masterJérémy Benoist2020-04-281-36/+36
|\ | | | | Update messages.oc.yml
| * Update messages.oc.ymlProfile moved2020-04-271-1/+1
| |
| * Update messages.oc.ymlProfile moved2020-04-271-1/+1
| |
| * Update messages.oc.ymlProfile moved2020-04-261-36/+36
| |
* | Merge pull request #4360 from wallabag/config-mass-deleteNicolas Lœuillet2020-04-2717-2/+18
|\ \ | | | | | | Added confirmation before mass deleting articles
| * | Added confirmation before mass deleting articlesNicolas Lœuillet2020-04-2717-2/+18
|/ /
* | Merge pull request #4309 from wallabag/fix/php-7.4Nicolas Lœuillet2020-04-274-80/+72
|\ \ | | | | | | Replace wallabag's fork of tcpdf with the original one, PHP 7.4 support
| * | Replace wallabag's fork of tcpdf with the original one, fix notices for PHP 7.4Kevin Decherf2020-04-264-80/+72
| |/ | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge pull request #4343 from wallabag/enhance-material-navJérémy Benoist2020-04-2721-40/+59
|\ \ | |/ |/| Enhanced navigation menu in material theme
| * Enhanced navigation menu in material themeNicolas Lœuillet2020-04-2621-40/+59
|/
* Merge pull request #4026 from wallabag/3760-ignorelist-dbKevin Decherf2020-04-2654-80/+2384
|\ | | | | Move Ignore Origin rules to database
| * tests: add a NetworkCalls group for tests making network callsKevin Decherf2020-04-253-5/+30
| | | | | | | | | | | | | | Excluding this group can decrease the run time of tests during development. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * views: Add doc and translations on ignore origin rules formsKevin Decherf2020-04-2520-0/+512
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Add controller, views and translations for ignore origin instance rulesKevin Decherf2020-04-2526-4/+673
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * ContentProxy: replace ignoreUrl with new RuleBasedIgnoreOriginProcessorKevin Decherf2020-04-252-60/+108
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Add default system-wide ignore origin rules with install supportKevin Decherf2020-04-255-0/+60
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Add new Helper to process Ignore Origin rules and RulerZ operatorKevin Decherf2020-04-256-4/+300
| | | | | | | | | | | | | | | | | | | | This commits adds a new helper like RuleBasedTagger for processing ignore origin rules. It also adds a new custom RulerZ operator for the '~' pattern matching rule. Renames 'pattern' with '_all' in IgnoreOriginRule entity. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Add new Ignore Origin rules tab, update ConfigControllerKevin Decherf2020-04-2520-13/+406
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Add IgnoreOriginRule-related entities, db migration, update configKevin Decherf2020-04-2510-1/+302
|/ | | | | | | | Add IgnoreOriginUserRule for user-defined rules and IgnoreOriginInstanceRule for system-wide rules. Add an interface for these two new entities. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #4326 from wallabag/mass-actionsNicolas Lœuillet2020-04-249-2/+191
|\ | | | | Added mass actions for Material design in list view
| * Added mass actions for Material design in list viewNicolas Lœuillet2020-04-249-2/+191
|/
* Merge pull request #4353 from ↵Jérémy Benoist2020-04-241-5/+5
|\ | | | | | | | | wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.7.4 Bump friendsofsymfony/rest-bundle from 2.7.3 to 2.7.4
| * Bump friendsofsymfony/rest-bundle from 2.7.3 to 2.7.4dependabot-preview[bot]2020-04-241-5/+5
| | | | | | | | | | | | | | | | Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle) from 2.7.3 to 2.7.4. - [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases) - [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/2.7.3...2.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #4354 from ↵Jérémy Benoist2020-04-241-10/+10
|\ \ | |/ |/| | | | | wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.8 Bump doctrine/doctrine-bundle from 1.12.7 to 1.12.8
| * Bump doctrine/doctrine-bundle from 1.12.7 to 1.12.8dependabot-preview[bot]2020-04-241-10/+10
|/ | | | | | | Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 1.12.7 to 1.12.8. - [Release notes](https://github.com/doctrine/DoctrineBundle/releases) - [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.12.7...1.12.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #4349 from wallabag/dependabot/composer/j0k3r/graby-2.2.0Jérémy Benoist2020-04-231-22/+21
|\ | | | | Bump j0k3r/graby from 2.1.1 to 2.2.0
| * Bump j0k3r/graby from 2.1.1 to 2.2.0dependabot-preview[bot]2020-04-231-22/+21
|/ | | | | | | Bumps [j0k3r/graby](https://github.com/j0k3r/graby) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/j0k3r/graby/releases) - [Commits](https://github.com/j0k3r/graby/compare/2.1.1...2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #4347 from wallabag/article-stats-greyNicolas Lœuillet2020-04-225-18/+21
|\ | | | | 🎨 Changed visibility for article stats
| * Fixed unit testsNicolas Lœuillet2020-04-221-2/+2
| |
| * Changed visibility for article statsNicolas Lœuillet2020-04-224-16/+19
|/
* Merge pull request #4346 from wallabag/add-color-coherenceNicolas Lœuillet2020-04-224-3/+7
|\ | | | | 🎨 Added more coherence with color links for material theme
| * Added more coherence with color links for material themeNicolas Lœuillet2020-04-214-3/+7
|/
* Merge pull request #4310 from wallabag/fix/4216Kevin Decherf2020-04-202-17/+239
|\ | | | | TagController: fix duplicated tags when renaming them
| * TagController: support merging labels when renaming one with label of anotherKevin Decherf2020-04-182-11/+143
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * TagController: prevent tag deletion when renaming a tag with the same labelKevin Decherf2020-04-182-6/+67
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>