about summary refs log tree commit diff
path: root/app/models/domain_block.rb
AgeCommit message (Expand)Author
2020-02-21port tootsuite#11138 to monsterfork: Change domain blocks to automatically su...Eugen Rochko
2020-02-21(lazily) port tootsuite#11298 to monsterfork: Add public blocks to /about/blocksThibG
2020-02-17add a `manual_only` (manual trust only) moderation option + handle more `reje...multiple creatures
2020-02-14make secure mode also check for blocked subdomainsmultiple creatures
2019-12-07make domain policies templatablemultiple creatures
2019-12-01correctly detect domain policy changesmultiple creatures
2019-11-17Use `after_save` instead of `after_create`/`after_update` where methods shoul...multiple creatures
2019-11-17When domain policies are created or updated, set the `processing` flag from t...multiple creatures
2019-08-30use a scheduled task to batch domain policy changes + revert `29643fd6` to av...multiple creatures
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-07-31ability to add domain moderation notes, edit existing domain policies in-plac...multiple creatures
2019-07-30use a non-tabular domain policy list layout & paginatemultiple creatures
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...multiple creatures
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-05-03Provide a link to existing domain block when trying to block an already-block...ThibG
2019-02-18Add domain search/filter to the "Federation" (/admin/instances) page (#10071)ThibG
2018-12-26Create DomainNormalizable#normalize_domain (#9631)ysksn
2018-10-20Add option to block reports from domain (#8830)Eugen Rochko
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi
2017-11-18Lists (#5703)Eugen Rochko
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-10-02Make IdsToBigints (mostly!) non-blocking (#5088)aschmitz
2017-07-24Allow domain blocks that only reject media without silencing or suspending (#...sdukhovni
2017-07-13Fix boolean columns sometimes having a null value (#4162)Eugen Rochko
2017-05-02annotate models (#2697)yhirano
2017-04-25Punycode URI normalization (#2370)Eugen
2017-04-16I18n health warnings (#1949)Matt Jankowski
2017-04-16Make file attachment on MediaAttachment optional (#1865)Eugen
2017-02-19Split public timeline into "public timeline" which is local, andEugen Rochko
2017-01-23Domain blocks now have varying severity - auto-suspend vs auto-silenceEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-10-09Adding domain blocksEugen Rochko