Files
sogo/UI/MainUI/product.plist
Wolfgang Sourdeau e09ac2e383 Monotone-Parent: c33c456b52c6e6d4ee1f29bfd9ca57096b8d13be
Monotone-Revision: 5539e3c473023281dd04f7cb8a8fee051ac0735d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-11T19:08:58
Monotone-Branch: ca.inverse.sogo
2007-04-11 19:08:58 +00:00

99 lines
2.2 KiB
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoRootPage = {
superclass = "SoComponent";
protectedBy = "View";
defaultRoles = {
"View" = ( "Authenticated", "FreeBusy" );
};
};
SOGoUserFolder = {
superclass = "SOGoFolder";
protectedBy = "<public>";
defaultAccess = "allow";
/* 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" );
"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 = {
};
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 = {
};
};
};
}