mastodon/spec
Claire 21a1a8ee88
Fix crash when marking statuses as sensitive while some statuses are deleted ()
* Do not offer to mark statuses as sensitive if there is no undeleted status with media attachments

* Fix crash when marking statuses as sensitive while some statuses are deleted

Fixes 

* Fix multiple strikes being created for a single report when selecting “Mark as sensitive”

* Add tests
..
config/initializers Fix rate limiting for paths with formats ()
controllers Fix crash when marking statuses as sensitive while some statuses are deleted ()
fabricators png optimization(loss less) ()
features Change public accounts pages to mount the web UI ()
fixtures Support for import/export of instance-level domain blocks/allows for 4.x w/ additional fixes ()
helpers Use Rails tag API to build RSS feed for spoilers and polls ()
lib Fix sanitizer parsing link text as HTML when stripping unsupported links ()
mailers Add support for language preferences for trending statuses and links ()
models Fix ・ detection in hashtag regex to construct hashtag correctly ()
policies Add ability to view previous edits of a status in admin UI ()
presenters Add follow request banner on account header ()
requests Change public accounts pages to mount the web UI ()
routing Change public accounts pages to mount the web UI ()
serializers/activitypub
services fix: allow verification when page size exceeds 1MB (using HTML5 parser) ()
support Validate nodeinfo response by schema ()
validators Add administrative webhooks ()
views/statuses Fix style for hashes ()
workers Fix followers count not being updated when migrating follows ()
rails_helper.rb Fix single Redis connection being used across all threads ()
spec_helper.rb