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 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
..
controllers Stop setting a shortcode to newly-created media attachments (#16730) 4 years ago
fabricators
features
fixtures
helpers
lib Fix addressing of remote groups' followers (#16700) 4 years ago
mailers
models Fix followers synchronization mechanism not working when URI has empty path (#16510) 4 years ago
policies
presenters
requests
routing
serializers/activitypub
services Fix processing mentions to domains with non-ascii TLDs (#16689) 4 years ago
support
validators
views
workers Fix followers synchronization mechanism not working when URI has empty path (#16510) 4 years ago
rails_helper.rb
spec_helper.rb