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/app/models
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
..
concerns Private visibility on statuses prevents non-followers from seeing those 8 years ago
.keep Initial commit 9 years ago
account.rb Add suspend account functionality to admin UI 8 years ago
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 9 years ago
block.rb Private visibility on statuses prevents non-followers from seeing those 8 years ago
domain_block.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 9 years ago
favourite.rb Remove orphaned notifications, add scopes param to app create API 8 years ago
feed.rb Fix #248 - Reload all accounts when fetching from cache 8 years ago
follow.rb Remove Neo4J 8 years ago
media_attachment.rb Add OEmbed iframe HTML, convert emojis on public pages, increase size of attachment thumbnails 8 years ago
mention.rb Remove orphaned notifications, add scopes param to app create API 8 years ago
notification.rb Improve notification model 8 years ago
status.rb Private visibility on statuses prevents non-followers from seeing those 8 years ago
stream_entry.rb Private visibility on statuses prevents non-followers from seeing those 8 years ago
subscription.rb Adding backtracing to Salmon/Processing workers 8 years ago
tag.rb Removing external hub completely, fix #333 fixing digit-only hashtags, 8 years ago
user.rb Adding configurable e-mail blacklist 8 years ago