]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add IgnoreOriginRule-related entities, db migration, update config
authorKevin Decherf <kevin@kdecherf.com>
Sun, 23 Jun 2019 20:13:06 +0000 (22:13 +0200)
committerKevin Decherf <kevin@kdecherf.com>
Sat, 25 Apr 2020 13:59:23 +0000 (15:59 +0200)
commitc675bd11c66e60a1976dfd66484448dcc9d80f0f
tree609a1b8d355365ccf83b70bf5df6b140bb86e196
parent8a8a78a64c116caf81aaa4339906298bdc0e32e0
Add IgnoreOriginRule-related entities, db migration, update config

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>
app/DoctrineMigrations/Version20190826204730.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/Config.php
src/Wallabag/CoreBundle/Entity/IgnoreOriginInstanceRule.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/IgnoreOriginRuleInterface.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/IgnoreOriginUserRule.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/RuleInterface.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/TaggingRule.php
src/Wallabag/CoreBundle/Repository/IgnoreOriginInstanceRuleRepository.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/IgnoreOriginUserRuleRepository.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/config/services.yml