mastodon/app/serializers/rest/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
2022-06-23 23:12:01 +02:00
..
account_serializer.rb Remove IP tracking columns from users table (#16409) 2022-01-16 13:23:50 +01:00
cohort_serializer.rb Change `percent` to `rate` in retention metrics API (#16910) 2022-01-23 16:01:25 +01:00
dimension_serializer.rb Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
domain_allow_serializer.rb Add /api/v1/admin/domain_allows (#18668) 2022-06-23 23:12:01 +02:00
domain_block_serializer.rb Add /api/v1/admin/domain_blocks (#18247) 2022-06-01 17:31:36 +02:00
existing_domain_block_error_serializer.rb Add /api/v1/admin/domain_blocks (#18247) 2022-06-01 17:31:36 +02:00
ip_serializer.rb Remove IP tracking columns from users table (#16409) 2022-01-16 13:23:50 +01:00
measure_serializer.rb Change design of federation pages in admin UI (#17704) 2022-03-09 08:52:32 +01:00
report_serializer.rb Add administrative webhooks (#18510) 2022-06-09 21:57:36 +02:00
tag_serializer.rb Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
webhook_event_serializer.rb Add administrative webhooks (#18510) 2022-06-09 21:57:36 +02:00