Commit Graph
6 Commits
Author SHA1 Message Date
Jean-Baptiste PENRATH 21255a4c4a (global) allow thread assignation (#645)
As a follow-up of the mention feature, we build upon ThreadEvent & UserEvent
models a feature to assign users to a thread.
We allow to filter mailboxe's inbox through assignation state (assigned to me, unassigned).
The thread share modal has been forked from ui-kit to be able to list users of each
mailbox and add a cta to assign them to the thread. A section above shows assigned users.
2026-05-19 14:44:26 +02:00
jbpenrath a1fdca19b2 Revert "(global) allow thread assignation"
This reverts commit 267372520d.
2026-04-27 18:14:09 +02:00
jbpenrath 682530b3b7 Revert "fixup! (global) allow thread assignation"
This reverts commit b04b07a465.
2026-04-27 18:14:01 +02:00
jbpenrath b04b07a465 fixup! (global) allow thread assignation 2026-04-23 20:21:20 +02:00
jbpenrath 267372520d (global) allow thread assignation
As a follow-up of the mention feature, we build upon ThreadEvent & UserEvent
models a feature to assign users to a thread.
We allow to filter mailboxe's inbox through assignation state (assigned to me, unassigned).
The thread share modal has been forked from ui-kit to be able to list users of each
mailbox and add a cta to assign them to the thread. A section above shows assigned users.
2026-04-22 20:21:31 +02:00
Sylvain ZimmerandGitHub 9a48eda9c6 ♻️(permissions) refactor some permissions code for viewsets (#503)
We want to avoid relying on role__gte, so we add role list aliases.
2026-01-24 13:48:43 +01:00