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/spec
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
..
controllers Add /api/v1/admin/domain_allows (#18668) 3 years ago
fabricators Fix suspicious sign-in mails never being sent (#18599) 3 years ago
features Add submit button to the top of preferences pages (#13068) 5 years ago
fixtures Fix some link previews being incorrectly generated from other prior links (#16885) 4 years ago
helpers Change brand color and logotypes (#18592) 3 years ago
lib Change RSS feeds (#18356) 3 years ago
mailers Fix failure when sending warning emails with custom text (#17983) 3 years ago
models Add administrative webhooks (#18510) 3 years ago
policies Spelling (#17705) 3 years ago
presenters Add StatusRelationshipsPresenter specs (#18588) 3 years ago
requests Further preparation for Rails 6 (#15916) 4 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
serializers/activitypub Fix account URI in UpdatePollSerializer (#11194) 6 years ago
services Fix NoMethodError when resolving a link that redirects to a local post (#18314) 3 years ago
support Spelling (#17705) 3 years ago
validators Add administrative webhooks (#18510) 3 years ago
views Redesign /about when already logged in (#17348) 3 years ago
workers Fix single Redis connection being used across all threads (#18135) 3 years ago
rails_helper.rb Fix single Redis connection being used across all threads (#18135) 3 years ago
spec_helper.rb Improve tests involving push_bulk (#17508) 3 years ago