about summary refs log tree commit diff
path: root/app/views/statuses/show.html.haml
AgeCommit message (Collapse)Author
2022-10-20Change public accounts pages to mount the web UI (#19319)Eugen Rochko
* 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
2022-10-06Change public statuses pages to mount the web UI (#19301)Eugen Rochko
2020-09-24add og:published_time to opengraph meta tags (#14865)Jeremy Rose
2020-02-03Fix punycode being rendered instead of unicode in some places (#13030)Eugen Rochko
2019-07-28Prevent archiving when user set "noindex" (#11421)Jeong Arm
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ↵Eugen Rochko
(#11247)