mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Monotone-Parent: 040674761c27c58b25e81406da993b3e7189cf9c
Monotone-Revision: 7f5165a92f3e95ebbe203abdc6531d84a48f20af Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-02T22:51:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -11,9 +11,9 @@ MainUI_LANGUAGES = English French German Italian
|
||||
MainUI_OBJC_FILES += \
|
||||
MainUIProduct.m \
|
||||
SOGoRootPage.m \
|
||||
SOGoUserHomePage.m \
|
||||
SOGoGroupPage.m \
|
||||
SOGoGroupsPage.m \
|
||||
SOGoUserHomePage.m
|
||||
# SOGoGroupPage.m \
|
||||
# SOGoGroupsPage.m \
|
||||
|
||||
MainUI_RESOURCE_FILES += \
|
||||
Version \
|
||||
|
||||
+23
-21
@@ -26,7 +26,7 @@
|
||||
"Add Documents, Images, and Files" = ( "Owner", "ObjectCreator" );
|
||||
"Add Folders" = ( "Owner", "FolderCreator" );
|
||||
"ReadAcls" = ( "Owner" );
|
||||
"SaveAcls" = ( "Owner" );
|
||||
"Change Permissions" = ( "Owner" );
|
||||
"Delete Objects" = ( "Owner", "ObjectEraser" );
|
||||
"WebDAV Access" = ( "Owner", "ObjectViewer", "ObjectEditor", "ObjectCreator", "ObjectEraser" );
|
||||
};
|
||||
@@ -67,6 +67,8 @@
|
||||
defaultRoles = {
|
||||
"Access Contents Information" = ( "Authenticated" );
|
||||
"WebDAV Access" = ( "Authenticated" );
|
||||
"Add Folders" = ( "Owner" );
|
||||
"Delete Objects" = ( "Owner" );
|
||||
};
|
||||
};
|
||||
SOGoUserFolder = {
|
||||
@@ -136,22 +138,22 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
SOGoGroupsFolder = {
|
||||
methods = {
|
||||
index = {
|
||||
protectedBy = "View";
|
||||
pageName = "SOGoGroupsPage";
|
||||
};
|
||||
};
|
||||
};
|
||||
SOGoGroupFolder = {
|
||||
methods = {
|
||||
index = {
|
||||
protectedBy = "View";
|
||||
pageName = "SOGoGroupPage";
|
||||
};
|
||||
};
|
||||
};
|
||||
// SOGoGroupsFolder = {
|
||||
// methods = {
|
||||
// index = {
|
||||
// protectedBy = "View";
|
||||
// pageName = "SOGoGroupsPage";
|
||||
// };
|
||||
// };
|
||||
// };
|
||||
// SOGoGroupFolder = {
|
||||
// methods = {
|
||||
// index = {
|
||||
// protectedBy = "View";
|
||||
// pageName = "SOGoGroupPage";
|
||||
// };
|
||||
// };
|
||||
// };
|
||||
SOGoFreeBusyObject = {
|
||||
methods = {
|
||||
ajaxRead = {
|
||||
@@ -161,9 +163,9 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
SOGoCustomGroupFolder = {
|
||||
methods = {
|
||||
};
|
||||
};
|
||||
// SOGoCustomGroupFolder = {
|
||||
// methods = {
|
||||
// };
|
||||
// };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user