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/controllers/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
8 years ago
..
accounts_controller.rb Private visibility on statuses prevents non-followers from seeing those 8 years ago
apps_controller.rb Performance improvement for notifications API 8 years ago
follows_controller.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 8 years ago
media_controller.rb Extract filename obfuscation into module 8 years ago
notifications_controller.rb Unify collection caching code 8 years ago
statuses_controller.rb Private visibility on statuses prevents non-followers from seeing those 8 years ago
timelines_controller.rb Fix pt translations, improve pre-cache queries, removing will_paginate 8 years ago