mastodon/spec
Claire 18fb01ef7c
Fix possible race conditions when suspending/unsuspending accounts ()
* Fix possible race conditions when suspending/unsuspending accounts

* Fix tests

Tests were assuming SuspensionWorker and UnsuspensionWorker would do the
suspending/unsuspending themselves, but this has changed.
..
config/initializers Fix rate limiting for paths with formats ()
controllers Fix changing domain block severity not undoing individual account effects ()
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 home TL could contain post from who blocked me ()
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 Fix account URI in UpdatePollSerializer ()
services Fix possible race conditions when suspending/unsuspending accounts ()
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 Improve tests involving push_bulk ()