You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Eugen Rochko 839f893168
Change public accounts pages to mount the web UI (#19319)
* 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
3 years ago
..
controllers Change public accounts pages to mount the web UI (#19319) 3 years ago
fabricators Add support for language preferences for trending statuses and links (#18288) 3 years ago
features Change public accounts pages to mount the web UI (#19319) 3 years ago
fixtures Fix some link previews being incorrectly generated from other prior links (#16885) 4 years ago
helpers Add audit log entries for user roles (#19040) 3 years ago
lib Change public accounts pages to mount the web UI (#19319) 3 years ago
mailers Add support for language preferences for trending statuses and links (#18288) 3 years ago
models Add support for language preferences for trending statuses and links (#18288) 3 years ago
policies Add customizable user roles (#18641) 3 years ago
presenters Add image processing and generate blurhash for server thumbnail (#19348) 3 years ago
requests Change public accounts pages to mount the web UI (#19319) 3 years ago
routing Change public accounts pages to mount the web UI (#19319) 3 years ago
serializers/activitypub Fix account URI in UpdatePollSerializer (#11194) 6 years ago
services Add tests to ActivityPub::FetchRemoteKeyService (#19226) 3 years ago
support Spelling (#17705) 3 years ago
validators Add administrative webhooks (#18510) 3 years ago
views/statuses Redirect non-logged-in user to owner statuses on single user mode (#19333) 3 years ago
workers Add retention policy for cached content and media (#19232) 3 years ago
rails_helper.rb Fix single Redis connection being used across all threads (#18135) 3 years ago
spec_helper.rb Improve tests involving push_bulk (#17508) 3 years ago