Commit Graph

8 Commits (490e4969a1a657cefbc9e4a9c11d5bffb5dc7a50)

Author SHA1 Message Date
Matt Jankowski 4207c95d4f
Fix haml-lint Rubocop `Style/SlicingWithRange` cop ()
Bramus! e617ee7fd9
Add user profile OG tag on status page ()
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
Eugen Rochko 62782babd0
Change public statuses pages to mount the web UI ()
Jeremy Rose 03b6b034b9
add og:published_time to opengraph meta tags ()
Eugen Rochko c253f5c57e
Fix punycode being rendered instead of unicode in some places ()
Jeong Arm 6a1f08d29a Prevent archiving when user set "noindex" ()
Eugen Rochko b851456139
Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()