mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: d5f8c52180a18aefe5556a8cc5be91ebecf23c37
Monotone-Revision: 13eeb49749c2fffd30ec7595581aa47c40de5671 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-01T20:35:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
+30
-12
@@ -15,21 +15,45 @@
|
||||
"View" = ( "Authenticated", "FreeBusy" );
|
||||
};
|
||||
};
|
||||
SOGoFolder = {
|
||||
superclass = "SOGoObject";
|
||||
SOGoObject = {
|
||||
protectedBy = "<public>";
|
||||
defaultAccess = "allow";
|
||||
defaultRoles = {
|
||||
"Add Documents, Images, and Files" = ( "Owner", "ObjectCreator" );
|
||||
"View" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"Access Contents Information" = ( "Owner", "ObjectViewer", "AuthorizedSubscriber" );
|
||||
"View" = ( "Owner", "ObjectViewer" );
|
||||
"Change Images And Files" = ( "Owner", "ObjectEditor" );
|
||||
"WebDAV Access" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"Access Contents Information" = ( "Owner", "ObjectReader" );
|
||||
"Add Documents, Images, and Files" = ( "Owner", "ObjectCreator" );
|
||||
"Add Folders" = ( "Owner", "FolderCreator" );
|
||||
"ReadAcls" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"SaveAcls" = ( "Owner" );
|
||||
"Delete Objects" = ( "Owner", "ObjectEraser" );
|
||||
};
|
||||
};
|
||||
SOGoContentObject = {
|
||||
superclass = "SOGoObject";
|
||||
protectedBy = "Access Object";
|
||||
defaultRoles = {
|
||||
"Access Object" = ( "Owner", "AuthorizedSubscriber" );
|
||||
};
|
||||
};
|
||||
SOGoFolder = {
|
||||
superclass = "SOGoObject";
|
||||
protectedBy = "Access Object";
|
||||
defaultRoles = {
|
||||
"Change Images And Files" = ( "Owner", "ObjectEditor" );
|
||||
"WebDAV Access" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"Access Object" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"Access Contents Information" = ( "Owner", "ObjectViewer" );
|
||||
};
|
||||
};
|
||||
SOGoUserFolder = {
|
||||
superclass = "SOGoFolder";
|
||||
protectedBy = "Access Contents Information";
|
||||
defaultRoles = {
|
||||
"Access Contents Information" = ( "Authenticated" );
|
||||
"WebDAV Access" = ( "Authenticated" );
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
categories = {
|
||||
@@ -48,12 +72,6 @@
|
||||
SOGoRootPage = {
|
||||
};
|
||||
SOGoUserFolder = {
|
||||
methods = {
|
||||
view = {
|
||||
protectedBy = "View";
|
||||
pageName = "SOGoUserHomePage";
|
||||
};
|
||||
};
|
||||
};
|
||||
SOGoGroupsFolder = {
|
||||
methods = {
|
||||
|
||||
Reference in New Issue
Block a user