aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/IgnoreOriginUserRule.php
Commit message (Collapse)AuthorAgeFilesLines
* Add new Helper to process Ignore Origin rules and RulerZ operatorKevin Decherf2020-04-251-2/+1
| | | | | | | | | | 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 IgnoreOriginRule-related entities, db migration, update configKevin Decherf2020-04-251-0/+98
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>