mastodon/spec
ThibG f08f880f58
Fix media not being marked sensitive when client sets a CW but no text ()
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.
..
controllers Fix reported accounts not being whitelisted when resolving a spamcheck report ()
fabricators Add announcements ()
features Add submit button to the top of preferences pages ()
fixtures Add noopener and/or noreferrer ()
helpers Split AccountsHelper from StatusesHelper ()
lib Fix rendering `<a>` without `href` when scheme unsupported ()
mailers Add password challenge to 2FA settings, e-mail notifications ()
models Search account domain in lowercase ()
policies Change admin UI for hashtags and add back whitelisted trends ()
presenters Admission-based registrations mode ()
requests Fix localization test failing due to order of locale definitions ()
routing Move create/destroy actions for api/v1/statuses to namespace ()
serializers/activitypub Fix account URI in UpdatePollSerializer ()
services Fix media not being marked sensitive when client sets a CW but no text ()
support Fix base64-encoded file uploads not being possible ()
validators Search account domain in lowercase ()
views Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
workers Fix RefollowWorker not keeping show_reblogs setting ()
rails_helper.rb Bump sidekiq from 5.2.7 to 6.0.4 ()
spec_helper.rb Move rspec examples to tmp dir ()