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
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
..
v1 Add /api/v1/admin/domain_allows (#18668) 3 years ago
v2 Fix error resposes for `from` search prefix (#17963) 3 years ago
web Refactor formatter (#17828) 3 years ago
base_controller.rb Fix suspended users being able to access APIs that don't require a user (#18524) 3 years ago
oembed_controller.rb Fix OEmbed leaking information about existence of non-public statuses (#12930) 6 years ago