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
ThibG f08f880f58
Fix media not being marked sensitive when client sets a CW but no text (#13277)
Mastodon enforces the “sensitive” flag on media attachments whenever a toot
is posted with a Content Warning. However, it does so *after* potentially
converting the Content Warning to toot text (when there is no toot text),
which leads to inconsistent and surprising behavior for API clients.
This commit fixes this inconsistency.
6 years ago
..
controllers Fix reported accounts not being whitelisted when resolving a spamcheck report (#13289) 6 years ago
fabricators Add announcements (#12662) 6 years ago
features Add submit button to the top of preferences pages (#13068) 6 years ago
fixtures
helpers
lib Fix rendering `<a>` without `href` when scheme unsupported (#13040) 6 years ago
mailers
models Search account domain in lowercase (#13016) 6 years ago
policies
presenters
requests
routing
serializers/activitypub
services Fix media not being marked sensitive when client sets a CW but no text (#13277) 6 years ago
support
validators Search account domain in lowercase (#13016) 6 years ago
views
workers
rails_helper.rb Bump sidekiq from 5.2.7 to 6.0.4 (#11727) 6 years ago
spec_helper.rb