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/controllers/api/v1/admin
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
..
trends Fix admin API unconditionally requiring CSRF token (#17975) 3 years ago
account_actions_controller.rb Fix admin API unconditionally requiring CSRF token (#17975) 3 years ago
accounts_controller.rb Fix extremely rare race condition when deleting a toot or account (#17994) 3 years ago
dimensions_controller.rb Fix admin API unconditionally requiring CSRF token (#17975) 3 years ago
domain_allows_controller.rb Add /api/v1/admin/domain_allows (#18668) 3 years ago
domain_blocks_controller.rb Add /api/v1/admin/domain_blocks (#18247) 3 years ago
measures_controller.rb Fix admin API unconditionally requiring CSRF token (#17975) 3 years ago
reports_controller.rb Fix admin API unconditionally requiring CSRF token (#17975) 3 years ago
retention_controller.rb Fix admin API unconditionally requiring CSRF token (#17975) 3 years ago