mastodon/app/controllers/api
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
..
v1 Private visibility on statuses prevents non-followers from seeing those 2016-12-21 20:04:13 +01:00
oembed_controller.rb Adjusting public display of statuses to look similar to logged-in UI, 2016-12-18 19:47:11 +01:00
push_controller.rb Adding embedded PuSH server 2016-11-28 13:36:47 +01:00
salmon_controller.rb Move Salmon processing to background as well as PuSH 2016-11-18 23:24:57 +01:00
subscriptions_controller.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 2016-11-15 16:56:29 +01:00