mirror of
https://ghfast.top/https://github.com/discourse/discourse-shared-edits.git
synced 2026-07-15 11:17:01 +08:00
Some checks failed
Discourse Plugin / ci (push) Has been cancelled
Allow sites to choose which groups can enable or disable shared edits instead of hardcoding staff and TL4 users. Expose the permission on the current user serializer so the admin menu can hide toggle actions for unauthorized users. Add rate limits to privileged reset and recover endpoints, and update specs, acceptance tests, docs, and settings copy for the new permission model. * Update config/settings.yml Co-authored-by: Martin Brennan <martin@discourse.org> * fix spec --------- Co-authored-by: Martin Brennan <martin@discourse.org>
6 lines
401 B
Markdown
6 lines
401 B
Markdown
# Discourse Shared Edits Plugin
|
|
|
|
Discourse shared edits allows multiple users to collaboratively edit posts in real time.
|
|
This feature is disabled by default and can be enabled explicitly on posts by users in the `shared_edits_toggle_allowed_groups` site setting, which defaults to staff and trust level 4.
|
|
|
|
For more information, please see: https://meta.discourse.org/t/discourse-shared-edits/167583
|