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/spec/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
8 years ago
..
admin Improved admin UI 8 years ago
api Private visibility on statuses prevents non-followers from seeing those 8 years ago
auth Fix #148 - Devise mailer fixed, test spec added so it won't slip past again 9 years ago
oauth Fix OAuth authorization page and add a spec for it 8 years ago
settings E-mail preferences page 9 years ago
about_controller_spec.rb Fix OAuth authorization page and add a spec for it 8 years ago
accounts_controller_spec.rb Small rubocop offences removed 9 years ago
home_controller_spec.rb Fix OAuth authorization page and add a spec for it 8 years ago
stream_entries_controller_spec.rb Fixing atom feeds for accounts, adding tests that would catch such bugs in future 9 years ago
tags_controller_spec.rb Fix OAuth authorization page and add a spec for it 8 years ago
xrd_controller_spec.rb Fixing atom feeds for accounts, adding tests that would catch such bugs in future 9 years ago