mirror of
https://github.com/knadh/listmonk.git
synced 2025-11-08 08:41:34 +08:00
This commit splits roles into two, user roles and list roles, both of which are attached separately to a user. List roles are collection of lists each with read|write permissions, while user roles now have all permissions except for per-list ones. This allows for easier management of roles, eliminating the need to clone and create new roles just to adjust specific list permissions. |
||
|---|---|---|
| .. | ||
| bounces.go | ||
| campaigns.go | ||
| core.go | ||
| dashboard.go | ||
| lists.go | ||
| media.go | ||
| roles.go | ||
| settings.go | ||
| subscribers.go | ||
| subscriptions.go | ||
| templates.go | ||
| users.go | ||