forked from 0x2620/pandora
update capabilites
This commit is contained in:
parent
8fc8207776
commit
26bf1f1350
1 changed files with 18 additions and 18 deletions
|
@ -29,29 +29,29 @@
|
||||||
"canDeleteItems": {"admin": true},
|
"canDeleteItems": {"admin": true},
|
||||||
"canDownloadVideo": {"guest": -1, "member": -1, "student": -1, "staff": -1, "admin": -1},
|
"canDownloadVideo": {"guest": -1, "member": -1, "student": -1, "staff": -1, "admin": -1},
|
||||||
"canEditAnnotations": {"staff": true, "admin": true},
|
"canEditAnnotations": {"staff": true, "admin": true},
|
||||||
"canEditEvents": {"staff": true, "admin": true},
|
"canEditEvents": {"student": true, "staff": true, "admin": true},
|
||||||
"canEditFeaturedLists": {"staff": true, "admin": true},
|
"canEditFeaturedEdits": {"student": true, "staff": true, "admin": true},
|
||||||
"canEditFeaturedTexts": {"staff": true, "admin": true},
|
"canEditFeaturedLists": {"student": true, "staff": true, "admin": true},
|
||||||
"canEditFeaturedEdits": {"staff": true, "admin": true},
|
"canEditFeaturedTexts": {"student": true, "staff": true, "admin": true},
|
||||||
"canEditMetadata": {"staff": true, "admin": true},
|
"canEditMetadata": {"student", true, "staff": true, "admin": true},
|
||||||
"canEditPlaces": {"staff": true, "admin": true},
|
"canEditPlaces": {"student": true, "staff": true, "admin": true},
|
||||||
"canEditSitePages": {"staff": true, "admin": true},
|
"canEditSitePages": {"staff": true, "admin": true},
|
||||||
"canEditUsers": {"admin": true},
|
"canEditUsers": {"staff": true, "admin": true},
|
||||||
"canImportAnnotations": {},
|
"canImportAnnotations": {},
|
||||||
"canManageTitlesAndNames": {"staff": true, "admin": true},
|
"canManagePlacesAndEvents": {"student": true, "staff": true, "admin": true},
|
||||||
"canManagePlacesAndEvents": {"staff": true, "admin": true},
|
"canManageTitlesAndNames": {"student": true, "staff": true, "admin": true},
|
||||||
"canManageUsers": {"staff": true, "admin": true},
|
"canManageUsers": {"staff": true, "admin": true},
|
||||||
"canPlayClips": {"guest": 2, "member": 2, "student": 4, "staff": 4, "admin": 4},
|
"canPlayClips": {"guest": 2, "member": 2, "student": 4, "staff": 4, "admin": 4},
|
||||||
"canPlayVideo": {"guest": 1, "member": 1, "student": 4, "staff": 4, "admin": 4},
|
"canPlayVideo": {"guest": 1, "member": 1, "student": 4, "staff": 4, "admin": 4},
|
||||||
"canSeeAccessed": {"staff": true, "admin": true},
|
"canSeeAccessed": {"student": true, "staff": true, "admin": true},
|
||||||
"canSeeDebugMenu": {"staff": true, "admin": true},
|
"canSeeDebugMenu": {"student": true, "staff": true, "admin": true},
|
||||||
"canSeeExtraItemViews": {"staff": true, "admin": true},
|
"canSeeExtraItemViews": {"student": true, "staff": true, "admin": true},
|
||||||
"canSeeFiles": {"staff": true, "admin": true},
|
"canSeeFiles": {"student": true, "staff": true, "admin": true},
|
||||||
"canSeeItem": {"guest": 3, "member": 3, "student": 4, "staff": 4, "admin": 4},
|
"canSeeItem": {"guest": 3, "member": 3, "student": 4, "staff": 4, "admin": 4},
|
||||||
"canSeeSize": {"student": true, "staff": true, "admin": true},
|
"canSeeSize": {"student": true, "staff": true, "admin": true},
|
||||||
"canSeeSoftwareVersion": {"staff": true, "admin": true},
|
"canSeeSoftwareVersion": {"student": true, "staff": true, "admin": true},
|
||||||
"canSendMail": {"staff": true, "admin": true},
|
"canSendMail": {"staff": true, "admin": true},
|
||||||
"canUploadVideo": {"guest": false, "member": false, "staff": true, "admin": true}
|
"canUploadVideo": {"guest": false, "member": false, "student": true, "staff": true, "admin": true}
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
clipKeys are the properties that clips can by sorted by.
|
clipKeys are the properties that clips can by sorted by.
|
||||||
|
@ -668,12 +668,12 @@
|
||||||
],
|
],
|
||||||
"sendReferrer": false,
|
"sendReferrer": false,
|
||||||
"site": {
|
"site": {
|
||||||
"description": "Indiancine.ma proposes is an entirely new approach to visualizing and navigating moving images, and we hope that it can serve as a point of reference for individuals and institutions who are dealing with large collections of films.",
|
"description": "Indiancine.ma - A Project by Pad.ma",
|
||||||
// FIXME: "from" and "to" would be more intuitive as keys here
|
// FIXME: "from" and "to" would be more intuitive as keys here
|
||||||
"email": {
|
"email": {
|
||||||
// E-mail address in contact form (to)
|
// E-mail address in contact form (to)
|
||||||
"contact": "contact@indiancine.ma",
|
"contact": "indiancine.ma@indiancine.ma",
|
||||||
"footer": "-- \nIndian Cinema - https://indiancine.ma",
|
"footer": "-- \nIndiancine.ma - https://indiancine.ma",
|
||||||
"prefix": "Indiancine.ma News -",
|
"prefix": "Indiancine.ma News -",
|
||||||
// E-mail address uses by the system (from)
|
// E-mail address uses by the system (from)
|
||||||
"system": "system@indiancine.ma"
|
"system": "system@indiancine.ma"
|
||||||
|
|
Loading…
Reference in a new issue