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/api/v1
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
..
accounts_controller_spec.rb Remove Neo4J 8 years ago
apps_controller_spec.rb Fix tests, update goldfinger to catch XML errors 8 years ago
follows_controller_spec.rb Removing external hub completely, fix #333 fixing digit-only hashtags, 8 years ago
media_controller_spec.rb Fix #52 - Add API versioning (v1) 8 years ago
notifications_controller_spec.rb Add suspend account functionality to admin UI 8 years ago
statuses_controller_spec.rb Private visibility on statuses prevents non-followers from seeing those 8 years ago
timelines_controller_spec.rb Move timelines API from statuses to its own controller, add a check for 8 years ago