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/spec/requests/api/v1
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`
8 months ago
..
accounts Change `read:me` scope to `profile` scope (#30357) 9 months ago
admin Fix SQL error in admin measures API (#30753) 9 months ago
announcements Convert more API specs from controller->request style (#29004) 1 year ago
apps Support multiple redirect_uris when creating OAuth 2.0 Applications (#29192) 10 months ago
emails Migrate to request specs in `/api/v1/emails/confirmations` (#25686) 2 years ago
featured_tags Fix results/query in `api/v1/featured_tags/suggestions` (#29597) 12 months ago
instances Remove unneeded settings cleanup from specs (#28425) 1 year ago
lists Reduce `.times` usage in request and controller specs (#27949) 1 year ago
notifications Use integers and not numbers in notification policy API counters (#29810) 11 months ago
peers Add coverage for `api/v1/peers/search` endpoint and extract controller query to Instance scope (#28796) 1 year ago
polls Convert more API specs from controller->request style (#29004) 1 year ago
push Fix add validation to webpush subscription keys (#30542) 9 months ago
statuses Merge pull request from GHSA-58x8-3qxw-6hm7 8 months ago
timelines Merge pull request from GHSA-58x8-3qxw-6hm7 8 months ago
trends Move `api/v1/trends/*` to request specs (#28949) 1 year ago
accounts_spec.rb Change `ids` param to `id` in `/api/v1/statuses` and `/api/v1/accounts` for consistency (#30465) 10 months ago
announcements_spec.rb Convert more API specs from controller->request style (#29004) 1 year ago
apps_spec.rb Support multiple redirect_uris when creating OAuth 2.0 Applications (#29192) 10 months ago
blocks_spec.rb Add `include_pagination_headers` matcher to check `Link` header in api specs (#29596) 1 year ago
bookmarks_spec.rb Add `include_pagination_headers` matcher to check `Link` header in api specs (#29596) 1 year ago
conversations_spec.rb Add notification policies and notification requests (#29366) 1 year ago
csp_spec.rb Specs for minimal CSP policy in `Api::` controllers (#27845) 1 year ago
custom_emojis_spec.rb Improve spec coverage for `models/announcement` class (#28350) 1 year ago
directories_spec.rb Convert `api/v1/directories` controller spec to request spec (#28356) 1 year ago
domain_blocks_spec.rb DB speedup in `API::` controller/request specs (#25516) 1 year ago
endorsements_spec.rb Convert `api/v1/endorsements` controller spec to request spec (#27984) 1 year ago
favourites_spec.rb Add `include_pagination_headers` matcher to check `Link` header in api specs (#29596) 1 year ago
featured_tags_spec.rb Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 1 year ago
filters_spec.rb Convert more API specs from controller->request style (#29004) 1 year ago
follow_requests_spec.rb Reduce `.times` usage in request and controller specs (#27949) 1 year ago
followed_tags_spec.rb Add `include_pagination_headers` matcher to check `Link` header in api specs (#29596) 1 year ago
instance_spec.rb Convert `/instances/*` controller specs to request specs (#27988) 1 year ago
lists_spec.rb Remove triple subject call in `api/v1/lists` spec (#28210) 1 year ago
markers_spec.rb Update markers API spec for error case (#29096) 1 year ago
media_spec.rb Combine double subject in `api/v1/media` shared example (#28943) 1 year ago
mutes_spec.rb Add `include_pagination_headers` matcher to check `Link` header in api specs (#29596) 1 year ago
notifications_spec.rb Add `include_pagination_headers` matcher to check `Link` header in api specs (#29596) 1 year ago
polls_spec.rb Migrate to request specs in `/api/v1/polls` (#25596) 2 years ago
preferences_spec.rb Convert `api/v1/preferences` controller spec to request spec (#27987) 1 year ago
profiles_spec.rb Refactor `Api::V1::ProfilesController` into two separate controllers (#26573) 2 years ago
reports_spec.rb Use `sidekiq_inline` in requests/api/v1/reports spec (#30564) 9 months ago
scheduled_status_spec.rb Merge pull request from GHSA-58x8-3qxw-6hm7 8 months ago
statuses_spec.rb fix: Return HTTP 422 when scheduled status time is less than 5 minutes (#30584) 9 months ago
streaming_spec.rb Convert more API specs from controller->request style (#29004) 1 year ago
suggestions_spec.rb Change algorithm of follow recommendations (#28314) 1 year ago
tags_spec.rb DB speedup in `API::` controller/request specs (#25516) 1 year ago