chinwagsocial/app/views/api/v1
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
..
accounts Do not use expiring links after all 2016-12-04 13:02:43 +01:00
apps Fix #52 - Add API versioning (v1) 2016-09-27 16:59:08 +02:00
follows Fix #52 - Add API versioning (v1) 2016-09-27 16:59:08 +02:00
media Do not use expiring links after all 2016-12-04 13:02:43 +01:00
notifications Adding unified streamable notifications 2016-11-20 19:39:58 +01:00
statuses Private visibility on statuses prevents non-followers from seeing those 2016-12-21 20:04:13 +01:00
timelines Move timelines API from statuses to its own controller, add a check for 2016-11-08 23:29:08 +01:00