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
2016-12-21 20:04:13 +01:00
..
_media.rabl Downsize originals in media attachments, small fixes 2016-12-05 17:13:44 +01:00
_mention.rabl Enable caching for some rabl views 2016-11-03 13:28:36 +01:00
_show.rabl Private visibility on statuses prevents non-followers from seeing those 2016-12-21 20:04:13 +01:00
_tags.rabl Adding hashtags 2016-11-05 17:13:14 +01:00
accounts.rabl Fix reblogged/favourited caching; add API endpoints for who favd/reblogged status 2016-11-03 14:50:22 +01:00
context.rabl Caching should work correctly now (fingers crossed) 2016-11-03 14:12:45 +01:00
index.rabl Adding public timeline 2016-10-07 16:00:11 +02:00
show.rabl Fix reblogged/favourited caching; add API endpoints for who favd/reblogged status 2016-11-03 14:50:22 +01:00