focalboard/mattermost-plugin/server
Doug Lauder 89cc947a21
Implement permissions specs for mentions. (#2758)
* Implement permissions specs for mentions.
- public boards: admin, editor, commenter can mention team members and auto-add them to board; guests can mention board members
- private boards:  admin, editor, commenter, guest can mention board members
- viewers cannot mention
2022-04-13 18:09:55 -04:00
..
.gitignore
configuration.go Implementation of Calendar MVP (#1741) 2021-11-24 14:00:20 -07:00
configuration_test.go
logtarget.go
main.go
manifest.go update to v0.16.0 (#2438) 2022-03-02 15:08:40 -07:00
notifications.go Implement permissions specs for mentions. (#2758) 2022-04-13 18:09:55 -04:00
plugin.go Implement permissions specs for mentions. (#2758) 2022-04-13 18:09:55 -04:00
plugin_test.go