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
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
9 years ago
..
admin Improved admin UI 9 years ago
api Private visibility on statuses prevents non-followers from seeing those 9 years ago
auth Add single user mode 9 years ago
concerns Per-status control for unlisted mode, also federation for unlisted mode 9 years ago
oauth Fix rubocop issues, introduce usage of frozen literal to improve performance 9 years ago
settings Add filters for suspended accounts 9 years ago
about_controller.rb Adding some localizations 9 years ago
accounts_controller.rb Private visibility on statuses prevents non-followers from seeing those 9 years ago
api_controller.rb X-RateLimit-Reset formatted with iso8601 9 years ago
application_controller.rb Add filters for suspended accounts 9 years ago
home_controller.rb Add single user mode 9 years ago
media_controller.rb Fix #249 - use window.location hack to let people login from sandboxed iOS homescreen 9 years ago
stream_entries_controller.rb Private visibility on statuses prevents non-followers from seeing those 9 years ago
tags_controller.rb Fix public tags page 9 years ago
xrd_controller.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 9 years ago