Monotone-Parent: be54fe500757d5b3077ad04c8c9a43cf4088ec61

Monotone-Revision: 64210c1ed841d8f02caf31f0c0e336b0fa9e37df

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-26T01:13:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-26 01:13:55 +00:00
parent b13636f385
commit 4948aca14a
5 changed files with 75 additions and 104 deletions
+5 -5
View File
@@ -60,27 +60,27 @@
SOGoFolder = {
methods = {
subscribe = {
protectedBy = "View";
protectedBy = "<public>";
actionClass = "UIxFolderActions";
actionName = "subscribe";
};
unsubscribe = {
protectedBy = "View";
protectedBy = "<public>";
actionClass = "UIxFolderActions";
actionName = "unsubscribe";
};
canAccessContent = {
protectedBy = "View";
protectedBy = "<public>";
actionClass = "UIxFolderActions";
actionName = "canAccessContent";
};
activateFolder = {
protectedBy = "View";
protectedBy = "<public>";
actionClass = "UIxFolderActions";
actionName = "activateFolder";
};
deactivateFolder = {
protectedBy = "View";
protectedBy = "<public>";
actionClass = "UIxFolderActions";
actionName = "deactivateFolder";
};
+8 -28
View File
@@ -15,40 +15,20 @@
"View" = ( "Authenticated", "FreeBusy" );
};
};
SOGoUserFolder = {
superclass = "SOGoFolder";
SOGoFolder = {
superclass = "SOGoObject";
protectedBy = "<public>";
defaultAccess = "allow";
defaultRoles = {
"View" = ( "Owner" );
};
/* protectedBy = "HomePage Access"; */
};
SOGoFolder = {
superclass = "SOGoObject";
protectedBy = "Access Contents Information";
defaultRoles = {
"Add Documents, Images, and Files" = ( "Owner", "Delegate" );
"View" = ( "Owner", "Delegate", "Assistant" );
"WebDAV Access" = ( "Owner", "Delegate", "Assistant" );
"Access Contents Information" = ( "Owner", "Assistant", "Delegate" );
"ReadAcls" = ( "Owner", "Delegate", "Assistant" );
"Add Documents, Images, and Files" = ( "Owner", "ObjectCreator" );
"View" = ( "Owner", "AuthorizedSubscriber" );
"Access Contents Information" = ( "Owner", "AuthorizedSubscriber" );
"WebDAV Access" = ( "Owner", "AuthorizedSubscriber" );
"ReadAcls" = ( "Owner", "AuthorizedSubscriber" );
"SaveAcls" = ( "Owner" );
"Delete Objects" = ( "Owner", "Delegate" );
"Delete Objects" = ( "Owner", "ObjectEraser" );
};
};
SOGoGroupsFolder = {
superclass = "SOGoObject";
protectedBy = "View";
};
SOGoGroupFolder = {
superclass = "SOGoObject";
protectedBy = "View";
};
SOGoCustomGroupFolder = {
superclass = "SOGoGroupFolder";
protectedBy = "View";
};
};
categories = {
+21 -29
View File
@@ -111,12 +111,14 @@
pageName = "UIxCalUserRightsEditor";
};
saveUserRights = {
protectedBy = "ReadAcls";
protectedBy = "SaveAcls";
pageName = "UIxCalUserRightsEditor";
actionName = "saveUserRights";
actionName = "saveUserRights";
};
};
};
SOGoCalendarComponent = {
};
SOGoAppointmentObject = {
slots = {
@@ -127,47 +129,42 @@
};
methods = {
view = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxAppointmentView";
};
delete = {
protectedBy = "View";
protectedBy = "Delete Objects";
pageName = "UIxAppointmentView";
actionName = "delete";
};
edit = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxAppointmentEditor";
};
editAsAppointment = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxAppointmentEditor";
};
save = {
protectedBy = "View";
protectedBy = "ModifyComponent";
pageName = "UIxAppointmentEditor";
actionName = "save";
};
saveAsAppointment = {
protectedBy = "View";
protectedBy = "ModifyComponent";
pageName = "UIxAppointmentEditor";
actionName = "save";
};
accept = {
protectedBy = "View";
protectedBy = "RespondToComponent";
pageName = "UIxAppointmentEditor";
actionName = "accept";
};
decline = {
protectedBy = "View";
protectedBy = "RespondToComponent";
pageName = "UIxAppointmentEditor";
actionName = "decline";
};
test = {
protectedBy = "View";
pageName = "UIxAppointmentEditor";
actionName = "test";
};
};
};
@@ -180,52 +177,47 @@
};
methods = {
view = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxTaskView";
};
delete = {
protectedBy = "View";
protectedBy = "Delete Objects";
pageName = "UIxTaskView";
actionName = "delete";
};
edit = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxTaskEditor";
};
editAsTask = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxTaskEditor";
};
save = {
protectedBy = "Change Images and Files";
protectedBy = "ModifyComponent";
pageName = "UIxTaskEditor";
actionName = "save";
};
saveAsTask = {
protectedBy = "Change Images and Files";
protectedBy = "ModifyComponent";
pageName = "UIxTaskEditor";
actionName = "save";
};
changeStatus = {
protectedBy = "Change Images and Files";
protectedBy = "ModifyComponent";
pageName = "UIxTaskEditor";
actionName = "changeStatus";
};
accept = {
protectedBy = "Change Images and Files";
protectedBy = "RespondToComponent";
pageName = "UIxTaskEditor";
actionName = "accept";
};
decline = {
protectedBy = "Change Images and Files";
protectedBy = "RespondToComponent";
pageName = "UIxTaskEditor";
actionName = "decline";
};
test = {
protectedBy = "View";
pageName = "UIxTaskEditor";
actionName = "test";
};
};
};
};