discourse/spec/requests/api
Andrei Prigorshnev a76d864c51
FEATURE: Show live user status on inline mentions on posts (#18683)
Note that we don't have a database table and a model for post mentions yet, and I decided to implement it without adding one to avoid heavy data migrations. Still, we may want to add such a model later, that would be convenient, we have such a model for mentions in chat.

Note that status appears on all mentions on all posts in a topic except of the case when you just posted a new post, and it appeared on the bottom of the topic. On such posts, status won't be shown immediately for now (you'll need to reload the page to see the status). I'll take care of it in one of the following PRs.
2022-12-06 19:10:36 +04:00
..
schemas FEATURE: Show live user status on inline mentions on posts (#18683) 2022-12-06 19:10:36 +04:00
shared document user endpoints (#11894) 2021-01-29 11:27:11 -07:00
backups_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
badges_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
categories_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
groups_spec.rb DEV: Document create group api params (#18736) 2022-10-24 18:55:51 -06:00
invites_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
notifications_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
posts_spec.rb DEV: Add `before` parameter to `/posts.json` API docs (#18268) 2022-09-16 15:09:15 +01:00
private_messages_spec.rb DEV: Update rubocop (#18754) 2022-10-26 09:05:15 +08:00
search_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
site_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
tags_spec.rb DEV: Update rubocop (#18754) 2022-10-26 09:05:15 +08:00
topics_spec.rb DEV: Update rubocop (#18754) 2022-10-26 09:05:15 +08:00
uploads_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
user_badges_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
users_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00