mastodon/spec/lib
Eugen Rochko 839f893168
Change public accounts pages to mount the web UI ()
* Change public accounts pages to mount the web UI

* Fix handling of remote usernames in routes

- When logged in, serve web app
- When logged out, redirect to permalink
- Fix `app-body` class not being set sometimes due to name conflict

* Fix missing `multiColumn` prop

* Fix failing test

* Use `discoverable` attribute to control indexing directives

* Fix `<ColumnLoading />` not using `multiColumn`

* Add `noindex` to accounts in REST API

* Change noindex directive to not be rendered by default before a route is mounted

* Add loading indicator for detailed status in web UI

* Fix missing indicator appearing while account is loading in web UI
..
activitypub Refactor ActivityPub handling to prepare for non-Account actors ()
connection_pool Add request pool to improve delivery performance ()
ostatus Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
settings Add a test for Settings::Extend#settings ()
vacuum Add retention policy for cached content and media ()
delivery_failure_tracker_spec.rb Fix single Redis connection being used across all threads ()
emoji_formatter_spec.rb Change RSS feeds ()
entity_cache_spec.rb Fix cache_collection crashing when given an empty collection ()
extractor_spec.rb Spec Extractor ()
fast_ip_map_spec.rb Add IP-based rules ()
feed_manager_spec.rb Add ability to filter followed accounts' posts by language ()
hash_object_spec.rb Spec HashObject ()
hashtag_normalizer_spec.rb Change how hashtags are normalized ()
html_aware_formatter_spec.rb Fix test-related issues ()
link_details_extractor_spec.rb Add workaround for YouTube Shorts links ()
permalink_redirector_spec.rb Change public accounts pages to mount the web UI ()
plain_text_formatter_spec.rb Refactor formatter ()
request_pool_spec.rb Add request pool to improve delivery performance ()
request_spec.rb Fix typos ()
sanitize_config_spec.rb Prepare Mastodon for zeitwerk autoloader ()
scope_transformer_spec.rb Change authorized applications page ()
status_filter_spec.rb Record account suspend/silence time and keep track of domain blocks ()
status_finder_spec.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
status_reach_finder_spec.rb Add support for editing for published statuses ()
suspicious_sign_in_detector_spec.rb Remove sign-in token authentication, instead send e-mail about new sign-in ()
tag_manager_spec.rb Spelling ()
text_formatter_spec.rb Refactor formatter ()
user_settings_decorator_spec.rb Enable updating additional account information from user preferences via rest api ()
webfinger_resource_spec.rb Fix webfinger returning wrong status code on malformed or missing param ()