sogo/UI/MainUI/product.plist
Wolfgang Sourdeau 39c23d6bec Monotone-Parent: 0a6c3c0f6c27c1e6de388cc4e18f577038a7c7e8
Monotone-Revision: 9872e5c9f4b4743d4200582f8f35e0d7b2d28614

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-22T17:38:32
Monotone-Branch: ca.inverse.sogo
2007-03-22 17:38:32 +00:00

109 lines
2.6 KiB
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoRootPage = {
superclass = "SoComponent";
protectedBy = "View";
defaultRoles = {
"View" = ( "Authenticated", "FreeBusy" );
};
};
SOGoUserFolder = {
superclass = "SOGoFolder";
protectedBy = "HomePage Access";
defaultRoles = {
"Homepage Access" = ( "Owner", "Assistant", "Delegate", "FreeBusy" );
"WebDAV Access" = ( "Owner", "Assistant", "Delegate", "FreeBusy" );
"Access Contents Information" = ( "Owner", "Assistant", "Delegate",
"FreeBusy" );
};
};
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" );
"SaveAcls" = ( "Owner" );
"Delete Objects" = ( "Owner", "Delegate" );
};
};
SOGoGroupsFolder = {
superclass = "SOGoObject";
protectedBy = "View";
};
SOGoGroupFolder = {
superclass = "SOGoObject";
protectedBy = "View";
};
SOGoCustomGroupFolder = {
superclass = "SOGoGroupFolder";
protectedBy = "View";
};
};
categories = {
SOGo = { // TODO: move decls to class
methods = {
index = {
protectedBy = "View";
pageName = "SOGoRootPage";
};
GET = { // more or less a hack, see README of dbd
protectedBy = "View";
pageName = "SOGoRootPage";
};
};
};
SOGoRootPage = {
};
SOGoUserFolder = {
methods = {
view = {
protectedBy = "View";
pageName = "SOGoUserHomePage";
};
};
};
SOGoGroupsFolder = {
methods = {
index = {
protectedBy = "View";
pageName = "SOGoGroupsPage";
};
};
};
SOGoGroupFolder = {
methods = {
index = {
protectedBy = "View";
pageName = "SOGoGroupPage";
};
};
};
SOGoFreeBusyObject = {
methods = {
ajaxRead = {
protectedBy = "View";
pageName = "SOGoUserHomePage";
actionName = "readFreeBusy";
};
};
};
SOGoCustomGroupFolder = {
methods = {
};
};
};
}