mastodon/app
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
..
chewy Change algorithm of `tootctl search deploy` to improve performance (#18463) 2022-05-22 22:16:43 +02:00
controllers Add /api/v1/admin/domain_allows (#18668) 2022-06-23 23:12:01 +02:00
helpers Fix CDN_HOST not affected on full_asset_url (#18662) 2022-06-23 23:09:32 +02:00
javascript Fixed the setting page's logo that is not displayed on the smartphone (#18710) 2022-06-23 23:08:52 +02:00
lib Fix missing , (#18660) 2022-06-23 23:10:03 +02:00
mailers Prevent use locale with empty string (#18543) 2022-05-28 14:32:08 +02:00
models Add /api/v1/admin/domain_allows (#18668) 2022-06-23 23:12:01 +02:00
policies Add /api/v1/admin/domain_allows (#18668) 2022-06-23 23:12:01 +02:00
presenters Add administrative webhooks (#18510) 2022-06-09 21:57:36 +02:00
serializers Add /api/v1/admin/domain_allows (#18668) 2022-06-23 23:12:01 +02:00
services Add administrative webhooks (#18510) 2022-06-09 21:57:36 +02:00
validators Add administrative webhooks (#18510) 2022-06-09 21:57:36 +02:00
views Remove item titles from RSS feeds (#18640) 2022-06-12 02:48:03 +02:00
workers Add administrative webhooks (#18510) 2022-06-09 21:57:36 +02:00