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/controllers/api/v1
Eugen Rochko 27965ce5ed
Add trending statuses (#17431)
* Add trending statuses

* Fix dangling items with stale scores in localized sets

* Various fixes and improvements

- Change approve_all/reject_all to approve_accounts/reject_accounts
- Change Trends::Query methods to not mutate the original query
- Change Trends::Query#skip to offset
- Change follow recommendations to be refreshed in a transaction

* Add tests for trending statuses filtering behaviour

* Fix not applying filtering scope in controller
3 years ago
..
accounts Fix some flaky tests that randomly failed because of item ordering (#17509) 3 years ago
admin Refactor and improve tests (#17386) 3 years ago
announcements Add announcements (#12662) 5 years ago
apps
instances Add specs for Api::V1::Instances::PeersController (#9546) 6 years ago
lists Refactor and improve tests (#17386) 3 years ago
polls Refactor and improve tests (#17386) 3 years ago
push Add `policy` param to `POST /api/v1/push/subscriptions` (#16040) 4 years ago
statuses Refactor and improve tests (#17386) 3 years ago
timelines Refactor and improve tests (#17386) 3 years ago
trends Add trending statuses (#17431) 3 years ago
accounts_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
announcements_controller_spec.rb Add announcements (#12662) 5 years ago
apps_controller_spec.rb Fix app name, website and redirect URIs not having a maximum length (#16042) 4 years ago
blocks_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
bookmarks_controller_spec.rb Support min_id-based pagination for bookmarks (#12381) 5 years ago
conversations_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
custom_emojis_controller_spec.rb
domain_blocks_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
endorsements_controller_spec.rb Add spec for Api::V1::EndorsementsController (#9543) 6 years ago
favourites_controller_spec.rb Support min_id-based pagination in REST API (#8736) 7 years ago
filters_controller_spec.rb Add polls (#10111) 6 years ago
follow_requests_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
instances_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
lists_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
markers_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
media_controller_spec.rb Add editing for published statuses (#17320) 3 years ago
mutes_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
notifications_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
polls_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
reports_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
statuses_controller_spec.rb Add editing for published statuses (#17320) 3 years ago
streaming_controller_spec.rb Lint pass (#8876) 7 years ago
suggestions_controller_spec.rb