mastodon/app/serializers
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
2022-06-23 23:12:01 +02:00
..
activitypub
nodeinfo Add “services” and “metadata” to NodeInfo (#18563) 2022-06-01 16:24:07 +02:00
rest Add /api/v1/admin/domain_allows (#18668) 2022-06-23 23:12:01 +02:00
web
initial_state_serializer.rb
manifest_serializer.rb Change brand color and logotypes (#18592) 2022-06-09 22:25:23 +02:00
oembed_serializer.rb
webfinger_serializer.rb