You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/policies
Claire 35588d09e2
Add /api/v1/admin/domain_allows (#18668)
- `GET /api/v1/admin/domain_allows` lists allowed domains
- `GET /api/v1/admin/domain_allows/:id` shows one by ID
- `DELETE /api/v1/admin/domain_allows/:id` deletes a given domain from the list
  of allowed domains
- `POST /api/v1/admin/domain_allows` to allow a new domain:
  if that domain is already allowed, the existing DomainAllow will be returned
3 years ago
..
account_moderation_note_policy.rb
account_policy.rb Add trending statuses (#17431) 3 years ago
account_warning_policy.rb Fix issues when attempting to appeal an old strike (#17554) 3 years ago
account_warning_preset_policy.rb
announcement_policy.rb
appeal_policy.rb
application_policy.rb
backup_policy.rb
custom_emoji_policy.rb
delivery_policy.rb
domain_allow_policy.rb Add /api/v1/admin/domain_allows (#18668) 3 years ago
domain_block_policy.rb
email_domain_block_policy.rb
follow_recommendation_policy.rb
instance_policy.rb
invite_policy.rb
ip_block_policy.rb
poll_policy.rb
preview_card_policy.rb Add trending statuses (#17431) 3 years ago
preview_card_provider_policy.rb Add trending statuses (#17431) 3 years ago
relay_policy.rb
report_note_policy.rb
report_policy.rb
rule_policy.rb
settings_policy.rb
status_policy.rb Add trending statuses (#17431) 3 years ago
tag_policy.rb Add trending statuses (#17431) 3 years ago
user_policy.rb Remove sign-in token authentication, instead send e-mail about new sign-in (#17970) 3 years ago
webhook_policy.rb Add administrative webhooks (#18510) 3 years ago