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/controllers/api
Claire 726931fe4a
Fix /api/v1/tags/:id route constraints (#18854)
The constraint was applied prior to decoding, and rejected anything containing
the '%' character, which would be used for anything with non-ASCII unicode
characters.
3 years ago
..
v1 Fix /api/v1/tags/:id route constraints (#18854) 3 years ago
v2 Add customizable user roles (#18641) 3 years ago
web
base_controller.rb
oembed_controller.rb