mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:37:26 +08:00
Previously, workflows could not read or modify Discourse users, so there was no way to fetch a profile or update fields like bio_raw, title, or trust_level as part of a workflow. This change adds a `action:user` node supporting get and edit operations, with all changes performed through a configurable actor's Guardian so permissions are enforced. Note this commit also contains improvements to the "fields" UI. --------- Co-authored-by: chapoi <101828855+chapoi@users.noreply.github.com> Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com> |
||
|---|---|---|
| .. | ||
| admin/assets/javascripts | ||
| app | ||
| assets | ||
| config | ||
| db/migrate | ||
| lib | ||
| spec | ||
| test/javascripts | ||
| plugin.rb | ||
| USE_CASES.md | ||