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
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
..
controllers Private visibility on statuses prevents non-followers from seeing those 8 years ago
fabricators Adding embedded PuSH server 8 years ago
fixtures Adding test for ProcessFeedService 8 years ago
helpers Improved admin UI 8 years ago
javascript Remove broken test 8 years ago
lib Improved admin UI 8 years ago
mailers Adding unified streamable notifications 8 years ago
models Adding embedded PuSH server 8 years ago
services Removing external hub completely, fix #333 fixing digit-only hashtags, 8 years ago
i18n_spec.rb Localizations for most server-side strings 8 years ago
rails_helper.rb Discard misattributed remote statuses, improve timelines filter 8 years ago
spec_helper.rb Fix notifications in UI, added new API for fetching account relationships 8 years ago