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/controllers
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
4 years ago
..
activitypub Spelling (#17705) 4 years ago
admin Fix test-related issues (#17888) 4 years ago
api Add /api/v1/admin/domain_allows (#18668) 4 years ago
auth Fix suspicious sign-in mails never being sent (#18599) 4 years ago
concerns Fix single Redis connection being used across all threads (#18135) 4 years ago
disputes Add appeals (#17364) 4 years ago
oauth
settings Remove unused `filtered_languages` column (#18533) 4 years ago
well_known Remove Keybase integration (#17045) 4 years ago
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb Spelling (#17705) 4 years ago
application_controller_spec.rb Spelling (#17705) 4 years ago
authorize_interactions_controller_spec.rb Refactor and improve tests (#17386) 4 years ago
emojis_controller_spec.rb
follower_accounts_controller_spec.rb Add `/api/v1/accounts/familiar_followers` to REST API (#17700) 4 years ago
following_accounts_controller_spec.rb Add `/api/v1/accounts/familiar_followers` to REST API (#17700) 4 years ago
home_controller_spec.rb
instance_actors_controller_spec.rb Fix instance actor not being dereferenceable (#17457) 4 years ago
intents_controller_spec.rb
invites_controller_spec.rb
manifests_controller_spec.rb
media_controller_spec.rb
media_proxy_controller_spec.rb
relationships_controller_spec.rb
remote_follow_controller_spec.rb
remote_interaction_controller_spec.rb
shares_controller_spec.rb
statuses_cleanup_controller_spec.rb
statuses_controller_spec.rb Spelling (#17705) 4 years ago
tags_controller_spec.rb