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 db57bff11d
Stop setting a shortcode to newly-created media attachments (#16730)
* Stop setting a shortcode to newly-created media attachments

The WebUI has stopped using the “short media URL” in ages. This isn't used
anywhere except for mail notifications.

Deprecating it would allow us to eventually get rid of at least a database
column and corruption-prone index, as well as a controller.

* Fix tests
4 years ago
..
activitypub Fix anonymous access to outbox not being cached by the reverse proxy (#16458) 4 years ago
admin Add ability to skip sign-in token authentication for specific users (#16427) 4 years ago
api
auth Fix authentication failures after going halfway through a sign-in attempt (#16607) 4 years ago
concerns
oauth
settings Fix user email address being banned on self-deletion (#16503) 4 years ago
well_known Fix anonymous access to outbox not being cached by the reverse proxy (#16458) 4 years ago
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb
application_controller_spec.rb
authorize_interactions_controller_spec.rb
emojis_controller_spec.rb
follower_accounts_controller_spec.rb Fix serialization of followers/following counts when user hides their network (#16418) 4 years ago
following_accounts_controller_spec.rb Fix serialization of followers/following counts when user hides their network (#16418) 4 years ago
home_controller_spec.rb
intents_controller_spec.rb
invites_controller_spec.rb
manifests_controller_spec.rb
media_controller_spec.rb Stop setting a shortcode to newly-created media attachments (#16730) 4 years ago
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 Add feature to automatically delete old toots (#16529) 4 years ago
statuses_controller_spec.rb
tags_controller_spec.rb