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
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
..
activitypub Fix some flaky tests that randomly failed because of item ordering (#17509) 3 years ago
admin Change e-mail domain blocks to block IPs dynamically (#17635) 3 years ago
api Add trending statuses (#17431) 3 years ago
auth Refactor and improve tests (#17386) 3 years ago
concerns Change public profile pages to be disabled for unconfirmed users (#17385) 3 years ago
disputes Add appeals (#17364) 3 years ago
oauth
settings Fix various typos (#17621) 3 years ago
well_known Remove Keybase integration (#17045) 3 years ago
about_controller_spec.rb
account_follow_controller_spec.rb Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
account_unfollow_controller_spec.rb Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
accounts_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
application_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
authorize_interactions_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
emojis_controller_spec.rb
follower_accounts_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
following_accounts_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
home_controller_spec.rb Change routing paths to use usernames in web UI (#16171) 4 years ago
instance_actors_controller_spec.rb Fix instance actor not being dereferenceable (#17457) 3 years ago
intents_controller_spec.rb
invites_controller_spec.rb
manifests_controller_spec.rb
media_controller_spec.rb Fix error when rendering public pages with media attachments (#16763) 3 years ago
media_proxy_controller_spec.rb
relationships_controller_spec.rb Remove PubSubHubbub-related columns from accounts table (#16170) 4 years ago
remote_follow_controller_spec.rb Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
remote_interaction_controller_spec.rb
shares_controller_spec.rb
statuses_cleanup_controller_spec.rb Add feature to automatically delete old toots (#16529) 4 years ago
statuses_controller_spec.rb Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
tags_controller_spec.rb