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
/
statuses
Age
Commit message (
Expand
)
Author
2022-09-23
Add user content translations with configurable backends (#19218)
Eugen Rochko
2022-02-09
Add edit history to web UI (#17390)
Eugen Rochko
2022-01-19
Add support for editing for published statuses (#16697)
Eugen Rochko
2020-11-21
Fix not being able to unfavorite toots one has lost access to (#15192)
ThibG
2020-09-11
Change REST API to return empty data for suspended accounts (#14765)
Eugen Rochko
2020-08-19
Fix not being able to unbookmark toots when blocked by their author (#14604)
ThibG
2020-07-15
Fix being unable to unboost when blocked by their author (#14308)
ThibG
2020-05-03
Add more tests for ActivityPub controllers (#13585)
Eugen Rochko
2020-03-08
Add specific rate limits for posting and following (#13172)
Eugen Rochko
2020-03-06
Remove useless `respond_to` calls (#13208)
Eugen Rochko
2020-02-27
Fix leak of arbitrary statuses through unfavourite action in REST API (#13161)
Eugen Rochko
2019-12-31
Hide blocked users from more places (#12733)
ThibG
2019-11-13
Add bookmarks (#7107)
ThibG
2019-08-22
Add soft delete for statuses for instant deletes through API (#11623)
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-15
Add `visibility` param to reblog REST API (#9851)
Eugen Rochko
2019-01-18
Fix REST API showing non-public reblogs for a given status (#9850)
Eugen Rochko
2018-11-19
Extract counters from accounts table to account_stats table (#9295)
Eugen Rochko
2018-07-05
Add more granular OAuth scopes (#7929)
Eugen Rochko
2018-05-07
Fix distribute_add_activity and distribute_remove_activity (#7393)
abcang
2018-04-02
Fix unpermitted parameters warning when generating pagination URLs (#6995)
Eugen Rochko
2018-03-04
Federate pinned statuses over ActivityPub (#6610)
Eugen Rochko
2017-08-25
Pinned statuses (#4675)
Eugen Rochko
2017-07-14
Fix response of unreblog/unfavourite APIs (#4204)
unarist
2017-07-07
Refactor JSON templates to be generated with ActiveModelSerializers instead o...
Eugen Rochko
2017-06-10
Move create/destroy actions for api/v1/statuses to namespace (#3678)
Matt Jankowski
2017-06-09
Move reblogged_by and favourited_by actions out of api/v1/statuses and into u...
Matt Jankowski