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
2016-12-21 20:04:13 +01:00
..
admin Improved admin UI 2016-12-13 13:42:10 +01:00
api Private visibility on statuses prevents non-followers from seeing those 2016-12-21 20:04:13 +01:00
auth Fix #148 - Devise mailer fixed, test spec added so it won't slip past again 2016-11-17 12:29:11 +01:00
oauth Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
settings E-mail preferences page 2016-10-14 02:28:49 +02:00
about_controller_spec.rb Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
accounts_controller_spec.rb Small rubocop offences removed 2016-09-18 13:42:24 +02:00
home_controller_spec.rb Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
stream_entries_controller_spec.rb Fixing atom feeds for accounts, adding tests that would catch such bugs in future 2016-09-08 00:33:07 +02:00
tags_controller_spec.rb Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
xrd_controller_spec.rb Fixing atom feeds for accounts, adding tests that would catch such bugs in future 2016-09-08 00:33:07 +02:00