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 Refactor formatter (#17828) 3 years ago
base_controller.rb Fix suspended users being able to access APIs that don't require a user (#18524) 3 years ago
oembed_controller.rb Fix OEmbed leaking information about existence of non-public statuses (#12930) 5 years ago