1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/spec/requests
Claire 502cf75b16
Merge pull request from GHSA-58x8-3qxw-6hm7
* Fix insufficient permission checking for public timeline endpoints

Note that this changes unauthenticated access failure code from 401 to 422

* Add more tests for public timelines

* Require user token in `/api/v1/statuses/:id/translate` and `/api/v1/scheduled_statuses`
2024-07-04 16:26:49 +02:00
..
api Merge pull request from GHSA-58x8-3qxw-6hm7 2024-07-04 16:26:49 +02:00
well_known Use existing config access to local_domain value (#30509) 2024-06-03 09:15:58 +00:00
account_show_page_spec.rb Drop favicon.ico generation (#30375) 2024-06-26 13:44:08 +00:00
accounts_spec.rb
anonymous_cookies_spec.rb
backups_spec.rb
cache_spec.rb
catch_all_route_request_spec.rb
content_security_policy_spec.rb Consolidate system specs into single directory, use rspec tags for configuration (#30206) 2024-05-10 12:36:09 +00:00
custom_css_spec.rb
disabled_oauth_endpoints_spec.rb
follower_accounts_spec.rb
following_accounts_spec.rb
invite_spec.rb
link_headers_spec.rb
localization_spec.rb
mail_subscriptions_spec.rb
omniauth_callbacks_spec.rb
remote_interaction_helper_spec.rb
self_destruct_spec.rb Add more tests for self-destruct mode (#30374) 2024-05-20 10:06:51 +00:00
signature_verification_spec.rb