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 Bump doorkeeper from 5.3.3 to 5.4.0 (#13733) 6 years ago
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 Add support for reversible suspensions through ActivityPub (#14989) 5 years ago
account_unfollow_controller_spec.rb Add support for reversible suspensions through ActivityPub (#14989) 5 years ago
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 Change routing paths to use usernames in web UI (#16171) 4 years ago
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 Fix error when rendering public pages with media attachments (#16763) 4 years ago
media_proxy_controller_spec.rb Fix media attachments enumeration (#14254) 6 years ago
relationships_controller_spec.rb Remove PubSubHubbub-related columns from accounts table (#16170) 5 years ago
remote_follow_controller_spec.rb Add support for reversible suspensions through ActivityPub (#14989) 5 years ago
remote_interaction_controller_spec.rb Add specs for RemoteInteractionController (#9524) 7 years ago
shares_controller_spec.rb Fix blurhash and autoplay not working on public pages (#11585) 7 years ago
statuses_cleanup_controller_spec.rb Add feature to automatically delete old toots (#16529) 5 years ago
statuses_controller_spec.rb Spelling (#17705) 4 years ago
tags_controller_spec.rb Redesign public hashtag page to use a masonry layout (#9822) 7 years ago