focalboard/server/utils
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
..
callbackqueue.go Implement permissions specs for mentions. (#2758) 2022-04-13 18:09:55 -04:00
callbackqueue_test.go
debug.go GH-2745 Don't init default templates when unit testing (#2748) 2022-04-08 13:46:16 +02:00
links.go
utils.go