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/spec
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
..
controllers Add /api/v1/admin/domain_blocks (#18247) 3 years ago
fabricators Fix report category not being saved in REST API (#17682) 3 years ago
features
fixtures Fix some link previews being incorrectly generated from other prior links (#16885) 4 years ago
helpers Spelling (#17705) 3 years ago
lib Change RSS feeds (#18356) 3 years ago
mailers Fix failure when sending warning emails with custom text (#17983) 3 years ago
models Change unapproved and unconfirmed account to not be accessible in the REST API (#17530) 3 years ago
policies Spelling (#17705) 3 years ago
presenters Add `/api/v1/accounts/familiar_followers` to REST API (#17700) 3 years ago
requests Further preparation for Rails 6 (#15916) 4 years ago
routing
serializers/activitypub
services Fix NoMethodError when resolving a link that redirects to a local post (#18314) 3 years ago
support Spelling (#17705) 3 years ago
validators Remove IP matching from e-mail domain blocks (#18190) 3 years ago
views Redesign /about when already logged in (#17348) 3 years ago
workers Fix single Redis connection being used across all threads (#18135) 3 years ago
rails_helper.rb Fix single Redis connection being used across all threads (#18135) 3 years ago
spec_helper.rb Improve tests involving push_bulk (#17508) 3 years ago