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/app
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
..
chewy Change `tootctl search deploy` algorithm (#14300) 5 years ago
controllers Explicitly set userVerification to discoraged (#16545) 4 years ago
helpers Change number_to_human calls to always use 3-digits precision (#16469) 4 years ago
javascript Fix follow request count to dynamically update (#16652) 4 years ago
lib Fix addressing of remote groups' followers (#16700) 4 years ago
mailers Prepare Mastodon for Rails 6 (#15911) 4 years ago
models Stop setting a shortcode to newly-created media attachments (#16730) 4 years ago
policies Add ability to skip sign-in token authentication for specific users (#16427) 4 years ago
presenters Add server rules (#15769) 4 years ago
serializers Stop setting a shortcode to newly-created media attachments (#16730) 4 years ago
services Fix remotely-suspended accounts' toots being merged back into timelines (#16628) 4 years ago
validators Add `configuration` attribute to `GET /api/v1/instance` (#16485) 4 years ago
views Stop setting a shortcode to newly-created media attachments (#16730) 4 years ago
workers Fix followers synchronization mechanism not working when URI has empty path (#16510) 4 years ago