0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-03-21 17:39:31 +00:00
mastodon/app/controllers/api/v1/accounts
Akihiko Odaki 77cd6b5096 Do not use permitted_for scope when querying pinned statuses ()
permitted_for scope is slow when combined with pinned status scope.
Fortunately permitted_for scope can safely be removed because a pinned
status is always public.
2018-05-16 12:30:14 +02:00
..
credentials_controller.rb Bot nameplates () 2018-05-07 09:31:07 +02:00
follower_accounts_controller.rb Fix unpermitted parameters warning when generating pagination URLs () 2018-04-02 02:09:50 +02:00
following_accounts_controller.rb Fix unpermitted parameters warning when generating pagination URLs () 2018-04-02 02:09:50 +02:00
lists_controller.rb Fix - Add GET /api/v1/accounts/:id/lists () 2017-12-12 03:55:39 +01:00
relationships_controller.rb Fix bug in relationships API introduced by () 2018-02-21 23:22:12 +01:00
search_controller.rb Ensure that boolean params in the API are parsed for truthiness () 2018-03-01 02:47:59 +01:00
statuses_controller.rb Do not use permitted_for scope when querying pinned statuses () 2018-05-16 12:30:14 +02:00