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
luigi 087ed84367
Optimize map { ... }.compact calls (#15513)
* Optimize map { ... }.compact

using Enumerable#filter_map, supported since Ruby 2.7

* Add poyfill for Enumerable#filter_map
5 years ago
..
v1 Optimize map { ... }.compact calls (#15513) 5 years ago
v2 Change local media attachments to perform heavy processing asynchronously (#13210) 6 years ago
web Fix not being able to enable status notifications in Web Push API (#14822) 5 years ago
base_controller.rb Add stoplight for object storage failures, return HTTP 503 (#13043) 5 years ago
oembed_controller.rb Fix OEmbed leaking information about existence of non-public statuses (#12930) 6 years ago
proofs_controller.rb Fix proofs API being inaccessible in secure mode (#12495) 6 years ago