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:
Wolfgang Sourdeau
2008-05-02 22:51:49 +00:00
parent 5c0e33e916
commit 061ac2aa45
5 changed files with 42 additions and 34 deletions
+3 -3
View File
@@ -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
View File
@@ -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 = {
// };
// };
};
}