index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
api
/
v1
/
accounts
/
statuses_controller.rb
Age
Commit message (
Expand
)
Author
2022-03-08
Fix performance of account timelines (#17709)
Eugen Rochko
2022-01-17
Add support for private pinned posts (#16954)
Claire
2021-04-26
Further improve the media attached status query for accounts (#16106)
abcang
2021-04-25
Improve media attached status query (#16105)
abcang
2020-09-11
Change REST API to return empty data for suspended accounts (#14765)
Eugen Rochko
2020-08-28
Introduce ApplicationController#cache_collection_paginated_by_id (#14677)
Akihiko Odaki
2020-08-28
Replace incorrect use of distinct with group (#14675)
Akihiko Odaki
2020-03-06
Remove useless `respond_to` calls (#13208)
Eugen Rochko
2019-09-27
Improve status pin query (#11972)
abcang
2019-08-30
Fix error in REST API for an account's statuses (#11700)
Eugen Rochko
2019-08-08
Fix pinned statuses API returning pagination headers (#11526)
Eugen Rochko
2019-04-07
Improve blocked view of profiles (#10491)
Eugen Rochko
2019-04-01
Hide blocking accounts from blocked users (#10442)
ThibG
2019-03-13
Fix `tagged` param not being normalized before querying tags (#10249)
Eugen Rochko
2019-02-26
Improve account media query (#10121)
abcang
2019-02-04
Add featured hashtags to profiles (#9755)
Eugen Rochko
2018-12-27
Add exclude_reblogs option to account statuses API (#9640)
Eugen Rochko
2018-12-20
Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses (#...
Eugen Rochko
2018-09-28
Support min_id-based pagination in REST API (#8736)
Eugen Rochko
2018-07-05
Add more granular OAuth scopes (#7929)
Eugen Rochko
2018-05-16
Do not use permitted_for scope when querying pinned statuses (#7510)
Akihiko Odaki
2018-04-02
Fix unpermitted parameters warning when generating pagination URLs (#6995)
Eugen Rochko
2018-03-10
Improve performance of account_media_status_ids (#6729)
abcang
2018-03-01
Ensure that boolean params in the API are parsed for truthiness (#6575)
Eugen Rochko
2017-08-25
Pinned statuses (#4675)
Eugen Rochko
2017-07-07
Refactor JSON templates to be generated with ActiveModelSerializers instead o...
Eugen Rochko
2017-06-07
Clean up for api/base controller (#3629)
Matt Jankowski
2017-05-31
Spec coverage and refactor for the api/v1/accounts controllers (#3451)
Matt Jankowski