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/app/views/api/v1/statuses
Eugen Rochko 80e02b90e4 Private visibility on statuses prevents non-followers from seeing those
Filters out hidden stream entries from Atom feed
Blocks now generate hidden stream entries, can be used to federate blocks
Private statuses cannot be reblogged (generates generic 422 error for now)
POST /api/v1/statuses now takes visibility=(public|unlisted|private) param instead of unlisted boolean
Statuses JSON now contains visibility=(public|unlisted|private) field
8 years ago
..
_media.rabl Downsize originals in media attachments, small fixes 8 years ago
_mention.rabl Enable caching for some rabl views 8 years ago
_show.rabl Private visibility on statuses prevents non-followers from seeing those 8 years ago
_tags.rabl Adding hashtags 8 years ago
accounts.rabl Fix reblogged/favourited caching; add API endpoints for who favd/reblogged status 8 years ago
context.rabl Caching should work correctly now (fingers crossed) 8 years ago
index.rabl Adding public timeline 8 years ago
show.rabl Fix reblogged/favourited caching; add API endpoints for who favd/reblogged status 8 years ago