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.
nyastodon/app/controllers/api
Claire 566fc90913
Add Ruby 3.0 support (#16046)
* Fix issues with POSIX::Spawn, Terrapin and Ruby 3.0

Also improve the Terrapin monkey-patch for the stderr/stdout issue.

* Fix keyword argument handling throughout the codebase

* Monkey-patch Paperclip to fix keyword arguments handling in validators

* Change validation_extensions to please CodeClimate

* Bump microformats from 4.2.1 to 4.3.1

* Allow Ruby 3.0

* Add Ruby 3.0 test target to CircleCI

* Add test for admin dashboard warnings

* Fix admin dashboard warnings on Ruby 3.0
3 years ago
..
v1 Add Ruby 3.0 support (#16046) 3 years ago
v2 Add cold-start follow recommendations (#15945) 3 years ago
web Add `policy` param to `POST /api/v1/push/subscriptions` (#16040) 3 years ago
base_controller.rb Add stoplight for object storage failures, return HTTP 503 (#13043) 3 years ago
oembed_controller.rb Fix OEmbed leaking information about existence of non-public statuses (#12930) 4 years ago
proofs_controller.rb