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
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 Add single user mode 2016-12-06 17:19:26 +01:00
concerns Per-status control for unlisted mode, also federation for unlisted mode 2016-11-30 21:34:59 +01:00
oauth Fix rubocop issues, introduce usage of frozen literal to improve performance 2016-11-15 16:56:29 +01:00
settings Add filters for suspended accounts 2016-12-06 18:03:30 +01:00
about_controller.rb Adding some localizations 2016-11-15 23:02:57 +01:00
accounts_controller.rb Private visibility on statuses prevents non-followers from seeing those 2016-12-21 20:04:13 +01:00
api_controller.rb X-RateLimit-Reset formatted with iso8601 2016-11-25 15:21:22 +01:00
application_controller.rb Add filters for suspended accounts 2016-12-06 18:03:30 +01:00
home_controller.rb Add single user mode 2016-12-06 17:19:26 +01:00
media_controller.rb Fix #249 - use window.location hack to let people login from sandboxed iOS homescreen 2016-12-21 00:13:13 +01:00
stream_entries_controller.rb Private visibility on statuses prevents non-followers from seeing those 2016-12-21 20:04:13 +01:00
tags_controller.rb Fix public tags page 2016-12-04 16:56:45 +01:00
xrd_controller.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 2016-11-15 16:56:29 +01:00