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