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
James Tucker 78a6b871fe
Improve performance by avoiding regex construction (#20215)
```ruby
10.times { p /#{FOO}/.object_id }
10.times { p FOO_RE.object_id }
```
3 years ago
..
v1 Improve performance by avoiding regex construction (#20215) 3 years ago
v2 Change post-processing to be deferred only for large media types (#19617) 3 years ago
web Refactor formatter (#17828) 3 years ago
base_controller.rb Change `AUTHORIZED_FETCH` to not block unauthenticated REST API access (#19803) 3 years ago
oembed_controller.rb Fix OEmbed leaking information about existence of non-public statuses (#12930) 6 years ago