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
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
..
assets Private visibility on statuses prevents non-followers from seeing those 8 years ago
channels Adding unified streamable notifications 8 years ago
controllers Private visibility on statuses prevents non-followers from seeing those 8 years ago
helpers Federated profile bio now formatted 8 years ago
lib Fixed AS delete verb 8 years ago
mailers Adding unified streamable notifications 8 years ago
models Private visibility on statuses prevents non-followers from seeing those 8 years ago
services Private visibility on statuses prevents non-followers from seeing those 8 years ago
views Private visibility on statuses prevents non-followers from seeing those 8 years ago
workers Adding some rescues to workers, e.g. don't fail removal job when status can't be found in the first place (already removed) 8 years ago