discourse/app
Roman Rizzi 1630dae2db
FEATURE: Publish read state on group messages. (#7989)
* Enable or disable read state based on group attribute

* When read state needs to be published, the minimum unread count is calculated in the topic query. This way, we can know if someone reads the last post

* The option can be enabled/disabled from the UI

* The read indicator will live-updated using message bus

* Show read indicator on every post

* The read indicator now shows read count and can be expanded to see user avatars

* Read count gets updated everytime someone reads a message

* Simplify topic-list read indicator logic

* Unsubscribe from message bus on willDestroyElement, removed unnecesarry values from post-menu, and added a comment to explain where does minimum_unread_count comes from
2019-08-20 09:46:57 -03:00
..
assets FEATURE: Publish read state on group messages. (#7989) 2019-08-20 09:46:57 -03:00
controllers FEATURE: Publish read state on group messages. (#7989) 2019-08-20 09:46:57 -03:00
helpers SECURITY: add rate limiting to anon JS error reporting 2019-08-20 11:29:11 +10:00
jobs DEV: Refactor helper methods for upload markdown 2019-07-25 16:36:35 +02:00
mailers FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
models FEATURE: Publish read state on group messages. (#7989) 2019-08-20 09:46:57 -03:00
serializers FEATURE: Publish read state on group messages. (#7989) 2019-08-20 09:46:57 -03:00
services FIX: Various watched words improvements 2019-08-02 15:29:12 +01:00
views FEATURE: Embed topics list on remote sites via Javascript API. (#8008) 2019-08-15 13:41:06 -04:00