This commit is contained in:
112
default_role_permissions.json
Normal file
112
default_role_permissions.json
Normal file
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"reader": [
|
||||
"shout:read",
|
||||
"topic:read",
|
||||
"collection:read",
|
||||
"community:read",
|
||||
"bookmark:read",
|
||||
"bookmark:create",
|
||||
"bookmark:update_own",
|
||||
"bookmark:delete_own",
|
||||
"invite:read",
|
||||
"invite:accept",
|
||||
"invite:decline",
|
||||
"chat:read",
|
||||
"chat:create",
|
||||
"chat:update_own",
|
||||
"chat:delete_own",
|
||||
"message:read",
|
||||
"message:create",
|
||||
"message:update_own",
|
||||
"message:delete_own",
|
||||
"reaction:read:COMMENT",
|
||||
"reaction:create:COMMENT",
|
||||
"reaction:update_own:COMMENT",
|
||||
"reaction:delete_own:COMMENT",
|
||||
"reaction:read:QUOTE",
|
||||
"reaction:create:QUOTE",
|
||||
"reaction:update_own:QUOTE",
|
||||
"reaction:delete_own:QUOTE",
|
||||
"reaction:read:LIKE",
|
||||
"reaction:create:LIKE",
|
||||
"reaction:update_own:LIKE",
|
||||
"reaction:delete_own:LIKE",
|
||||
"reaction:read:DISLIKE",
|
||||
"reaction:create:DISLIKE",
|
||||
"reaction:update_own:DISLIKE",
|
||||
"reaction:delete_own:DISLIKE",
|
||||
"reaction:read:CREDIT",
|
||||
"reaction:read:PROOF",
|
||||
"reaction:read:DISPROOF",
|
||||
"reaction:read:AGREE",
|
||||
"reaction:read:DISAGREE"
|
||||
],
|
||||
"author": [
|
||||
"draft:read",
|
||||
"draft:create",
|
||||
"draft:update_own",
|
||||
"draft:delete_own",
|
||||
"shout:create",
|
||||
"shout:update_own",
|
||||
"shout:delete_own",
|
||||
"collection:create",
|
||||
"collection:update_own",
|
||||
"collection:delete_own",
|
||||
"invite:create",
|
||||
"invite:update_own",
|
||||
"invite:delete_own",
|
||||
"reaction:create:SILENT",
|
||||
"reaction:read:SILENT",
|
||||
"reaction:update_own:SILENT",
|
||||
"reaction:delete_own:SILENT"
|
||||
],
|
||||
"artist": [
|
||||
"reaction:create:CREDIT",
|
||||
"reaction:read:CREDIT",
|
||||
"reaction:update_own:CREDIT",
|
||||
"reaction:delete_own:CREDIT"
|
||||
],
|
||||
"expert": [
|
||||
"reaction:create:PROOF",
|
||||
"reaction:read:PROOF",
|
||||
"reaction:update_own:PROOF",
|
||||
"reaction:delete_own:PROOF",
|
||||
"reaction:create:DISPROOF",
|
||||
"reaction:read:DISPROOF",
|
||||
"reaction:update_own:DISPROOF",
|
||||
"reaction:delete_own:DISPROOF",
|
||||
"reaction:create:AGREE",
|
||||
"reaction:read:AGREE",
|
||||
"reaction:update_own:AGREE",
|
||||
"reaction:delete_own:AGREE",
|
||||
"reaction:create:DISAGREE",
|
||||
"reaction:read:DISAGREE",
|
||||
"reaction:update_own:DISAGREE",
|
||||
"reaction:delete_own:DISAGREE"
|
||||
],
|
||||
"editor": [
|
||||
"shout:delete_any",
|
||||
"shout:update_any",
|
||||
"topic:delete_any",
|
||||
"topic:update_any",
|
||||
"reaction:delete_any:*",
|
||||
"reaction:update_any:*",
|
||||
"invite:delete_any",
|
||||
"invite:update_any",
|
||||
"collection:delete_any",
|
||||
"collection:update_any",
|
||||
"community:create",
|
||||
"community:update_own",
|
||||
"community:delete_own",
|
||||
"draft:delete_any",
|
||||
"draft:update_any"
|
||||
],
|
||||
"admin": [
|
||||
"author:delete_any",
|
||||
"author:update_any",
|
||||
"chat:delete_any",
|
||||
"chat:update_any",
|
||||
"message:delete_any",
|
||||
"message:update_any"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user