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/config
Claire 28329ba62f
Add /api/v1/admin/domain_blocks (#18247)
* Add /api/v1/admin/domain_blocks

Fixes #18140

- `GET /api/v1/admin/domain_blocks` lists domain blocks
- `GET /api/v1/admin/domain_blocks/:id` shows one by ID
- `DELETE /api/v1/admin/domain_blocks/:id` deletes a given domain block
- `POST /api/v1/admin/domain_blocks` to create a new domain block:
  if it conflicts with an existing one, returns an error with
  an attribute `existing_domain_block` with the rendered domain block

* Simplify conflict handling as suggested in review
3 years ago
..
environments Fix parsing `TRUSTED_PROXY_IP` (#18051) 3 years ago
initializers Fix confirmation redirect to app without `Location` header (#18523) 3 years ago
locales Add /api/v1/admin/domain_blocks (#18247) 3 years ago
webpack Fix assets failing to build with OpenSSL 3 because of deprecated hash algorithm (#17930) 3 years ago
application.rb Change search indexing to use batches to minimize resource usage (#18451) 3 years ago
boot.rb Bump bootsnap from 1.6.0 to 1.8.1 (#16677) 4 years ago
brakeman.ignore Fix IDN domains not being rendered correctly in a few left-over places (#17848) 3 years ago
database.yml Format JSON and YAML using Prettier (#17823) 3 years ago
deploy.rb Bump capistrano from 3.16.0 to 3.17.0 (#17774) 3 years ago
environment.rb
i18n-tasks.yml Bump i18n-tasks from 0.9.37 to 1.0.8 (#17993) 3 years ago
navigation.rb Add trending statuses (#17431) 3 years ago
pghero.yml Fix PgHero Content-Security-Policy when CDN_HOST is used (#13595) 5 years ago
puma.rb Add PERSISTENT_TIMEOUT option (#11756) 6 years ago
routes.rb Add /api/v1/admin/domain_blocks (#18247) 3 years ago
secrets.yml
settings.yml Change e-mail notifications to only be sent when recipient is offline (#17984) 3 years ago
sidekiq.yml Change search indexing to use batches to minimize resource usage (#18451) 3 years ago
storage.yml Update Mastodon to Rails 6.1 (#15910) 4 years ago
themes.yml
webpacker.yml