about summary refs log tree commit diff
path: root/app/models/domain_block.rb
AgeCommit message (Expand)Author
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-20Autofix Rubocop Rails/EnumHash (#23737)Nick Schonning
2022-11-17Support for import/export of instance-level domain blocks/allows for 4.x w/ a...lenore gilbert
2022-10-13Change about page to be mounted in the web UI (#19345)Eugen Rochko
2022-08-25Add audit log entries for user roles (#19040)Eugen Rochko
2022-06-01Add /api/v1/admin/domain_blocks (#18247)Claire
2022-03-10Fix a type error in domain_block policies (#17735)Takeshi Umeda
2022-03-09Change design of federation pages in admin UI (#17704)Eugen Rochko
2020-12-18Add option to obfuscate domain name in public list of domain blocks (#15355)Eugen Rochko
2020-12-14Fix performance on instances list in admin UI (#15282)Eugen Rochko
2020-06-01Fix admin page crashing when trying to block an invalid domain name (#13884)ThibG
2020-01-08Allow blocking TLDs, and fix TLD blocks not being editable (#12805)ThibG
2019-09-19Add table of contents to about page (#11885)Eugen Rochko
2019-08-19Add public blocks to /about/blocks (#11298)ThibG
2019-08-08Fix crash when saving invalid domain name (#11528)Eugen Rochko
2019-08-07Add domain block notes (#11515)ThibG
2019-06-22Change domain blocks to automatically support subdomains (#11138)Eugen Rochko
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