Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"fields": {
|
||||
"value": {
|
||||
"internal": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"fields": {
|
||||
"storage": {
|
||||
"readOnly": true
|
||||
},
|
||||
"source": {
|
||||
"readOnly": true
|
||||
},
|
||||
"sourceId": {
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"fields": {
|
||||
"username": {
|
||||
"readOnly": true
|
||||
},
|
||||
"portal": {
|
||||
"readOnly": true
|
||||
},
|
||||
"user": {
|
||||
"readOnly": true
|
||||
},
|
||||
"ipAddress": {
|
||||
"readOnly": true
|
||||
},
|
||||
"authToken": {
|
||||
"readOnly": true
|
||||
},
|
||||
"isDenied": {
|
||||
"readOnly": true
|
||||
},
|
||||
"denialReason": {
|
||||
"readOnly": true
|
||||
},
|
||||
"microtime": {
|
||||
"readOnly": true
|
||||
},
|
||||
"requestUrl": {
|
||||
"readOnly": true
|
||||
},
|
||||
"requestMethod": {
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
}
|
||||
34
application/Espo/Resources/metadata/entityAcl/AuthToken.json
Normal file
34
application/Espo/Resources/metadata/entityAcl/AuthToken.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"fields": {
|
||||
"hash": {
|
||||
"forbidden": true,
|
||||
"readOnly": true
|
||||
},
|
||||
"token": {
|
||||
"forbidden": true,
|
||||
"readOnly": true
|
||||
},
|
||||
"secret": {
|
||||
"forbidden": true,
|
||||
"readOnly": true
|
||||
},
|
||||
"portal": {
|
||||
"readOnly": true
|
||||
},
|
||||
"user": {
|
||||
"readOnly": true
|
||||
},
|
||||
"ipAddress": {
|
||||
"readOnly": true
|
||||
},
|
||||
"lastAccess": {
|
||||
"readOnly": true
|
||||
},
|
||||
"createdAt": {
|
||||
"readOnly": true
|
||||
},
|
||||
"modifiedAt": {
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
}
|
||||
15
application/Espo/Resources/metadata/entityAcl/Email.json
Normal file
15
application/Espo/Resources/metadata/entityAcl/Email.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"fields": {
|
||||
"users": {
|
||||
"readOnly": true
|
||||
},
|
||||
"messageId": {
|
||||
"readOnly": true
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"users": {
|
||||
"nonAdminReadOnly": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"fields": {
|
||||
"password": {
|
||||
"internal": true
|
||||
},
|
||||
"smtpPassword": {
|
||||
"internal": true
|
||||
},
|
||||
"imapHandler": {
|
||||
"forbidden": true
|
||||
},
|
||||
"smtpHandler": {
|
||||
"forbidden": true
|
||||
},
|
||||
"fetchData": {
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"fields": {
|
||||
"password": {
|
||||
"internal": true
|
||||
},
|
||||
"smtpPassword": {
|
||||
"internal": true
|
||||
},
|
||||
"imapHandler": {
|
||||
"internal": true
|
||||
},
|
||||
"smtpHandler": {
|
||||
"internal": true
|
||||
},
|
||||
"fetchData": {
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
}
|
||||
10
application/Espo/Resources/metadata/entityAcl/Note.json
Normal file
10
application/Espo/Resources/metadata/entityAcl/Note.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"teams": {
|
||||
"readOnly": true
|
||||
},
|
||||
"users": {
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"fields": {
|
||||
"accessToken": {
|
||||
"forbidden": true
|
||||
},
|
||||
"refreshToken": {
|
||||
"forbidden": true
|
||||
},
|
||||
"expiresAt": {
|
||||
"forbidden": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"fields": {
|
||||
"clientSecret": {
|
||||
"internal": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"fields": {
|
||||
"data": {
|
||||
"forbidden": true
|
||||
}
|
||||
}
|
||||
}
|
||||
101
application/Espo/Resources/metadata/entityAcl/User.json
Normal file
101
application/Espo/Resources/metadata/entityAcl/User.json
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"fields": {
|
||||
"userName": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"apiKey": {
|
||||
"onlyAdmin": true,
|
||||
"readOnly": true,
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"password": {
|
||||
"internal": true,
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"passwordConfirm": {
|
||||
"internal": true,
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"authLogRecordId": {
|
||||
"forbidden": true
|
||||
},
|
||||
"authMethod": {
|
||||
"onlyAdmin": true
|
||||
},
|
||||
"secretKey": {
|
||||
"readOnly": true,
|
||||
"onlyAdmin": true
|
||||
},
|
||||
"isActive": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"emailAddress": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"teams": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"defaultTeam": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"roles": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"portals": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"portalRoles": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"contact": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"workingTimeCalendar": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"layoutSet": {
|
||||
"onlyAdmin": true
|
||||
},
|
||||
"accounts": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"type": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"auth2FA": {
|
||||
"onlyAdmin": true
|
||||
},
|
||||
"userData": {
|
||||
"forbidden": true
|
||||
},
|
||||
"deleteId": {
|
||||
"forbidden": true
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"teams": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"roles": {
|
||||
"onlyAdmin": true
|
||||
},
|
||||
"workingTimeRanges": {
|
||||
"nonAdminReadOnly": true
|
||||
},
|
||||
"portalRoles": {
|
||||
"onlyAdmin": true
|
||||
},
|
||||
"accounts": {
|
||||
"onlyAdmin": true
|
||||
},
|
||||
"defaultTeam": {
|
||||
"onlyAdmin": true
|
||||
},
|
||||
"dashboardTemplate": {
|
||||
"onlyAdmin": true
|
||||
},
|
||||
"userData": {
|
||||
"forbidden": true
|
||||
}
|
||||
}
|
||||
}
|
||||
10
application/Espo/Resources/metadata/entityAcl/Webhook.json
Normal file
10
application/Espo/Resources/metadata/entityAcl/Webhook.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"fields": {
|
||||
"user": {
|
||||
"onlyAdmin": true
|
||||
},
|
||||
"secretKey": {
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user