mastodon/config
Claire 35588d09e2
Add /api/v1/admin/domain_allows ()
- `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
..
environments Fix parsing `TRUSTED_PROXY_IP` ()
initializers Fix CAS_DISPLAY_NAME, SAML_DISPLAY_NAME and OIDC_DISPLAY_NAME being ignored ()
locales New Crowdin updates ()
webpack Fix assets failing to build with OpenSSL 3 because of deprecated hash algorithm ()
application.rb Change search indexing to use batches to minimize resource usage ()
boot.rb Bump bootsnap from 1.6.0 to 1.8.1 ()
brakeman.ignore Fix IDN domains not being rendered correctly in a few left-over places ()
database.yml Format JSON and YAML using Prettier ()
deploy.rb Bump capistrano from 3.16.0 to 3.17.0 ()
environment.rb
i18n-tasks.yml Bump i18n-tasks from 0.9.37 to 1.0.8 ()
navigation.rb Add administrative webhooks ()
pghero.yml
puma.rb
routes.rb Add /api/v1/admin/domain_allows ()
secrets.yml
settings.yml Change e-mail notifications to only be sent when recipient is offline ()
sidekiq.yml Change search indexing to use batches to minimize resource usage ()
storage.yml Update Mastodon to Rails 6.1 ()
themes.yml
webpacker.yml