mastodon/app
Claire d3791cca0c
Improve modal flow and back button handling ()
* Refactor shouldUpdateScroll passing

So far, shouldUpdateScroll has been manually passed down from the very top of
the React component hierarchy even though it is a static function common to
all ScrollContainer instances, so replaced that with a custom class extending
ScrollContainer.

* Generalize “press back to close modal” to any modal and to public pages

* Fix boost confirmation modal closing media modal
..
chewy Change `tootctl search deploy` algorithm ()
controllers Add ability to skip sign-in token authentication for specific users ()
helpers Change number_to_human calls to always use 3-digits precision ()
javascript Improve modal flow and back button handling ()
lib Fix some RedisLocks auto-releasing too fast ()
mailers Prepare Mastodon for Rails 6 ()
models Add ability to filter reports by origin of target account ()
policies Add ability to skip sign-in token authentication for specific users ()
presenters Add server rules ()
serializers Add `configuration` attribute to `GET /api/v1/instance` ()
services Fix some RedisLocks auto-releasing too fast ()
validators Add `configuration` attribute to `GET /api/v1/instance` ()
views Add ability to filter reports by origin of target account ()
workers Fix newlines in accout notes added by the Move handler ()