sogo/UI/MainUI/product.plist
Wolfgang Sourdeau ea1efba0da Monotone-Parent: 68829b8813dea7e8e29d7bf891b487ac57d66bbe
Monotone-Revision: 96c27e14c931ea4da44d9e27355efd4f8b92a679

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-06T22:15:37
Monotone-Branch: ca.inverse.sogo
2007-09-06 22:15:37 +00:00

123 lines
2.9 KiB
Plaintext

{
requires = ( MAIN, CommonUI );
publicResources = (
);
factories = {
};
classes = {
SOGoRootPage = {
superclass = "SoComponent";
protectedBy = "<public>";
defaultRoles = {
"View" = ( "Authenticated" );
};
};
SOGoObject = {
protectedBy = "<public>";
defaultAccess = "allow";
defaultRoles = {
"View" = ( "Owner", "ObjectViewer" );
"Change Images And Files" = ( "Owner", "ObjectEditor" );
"Access Contents Information" = ( "Owner", "ObjectReader" );
"Add Documents, Images, and Files" = ( "Owner", "ObjectCreator" );
"Add Folders" = ( "Owner", "FolderCreator" );
"ReadAcls" = ( "Owner", "AuthorizedSubscriber" );
"SaveAcls" = ( "Owner" );
"Delete Objects" = ( "Owner", "ObjectEraser" );
};
};
SOGoContentObject = {
superclass = "SOGoObject";
protectedBy = "Access Object";
defaultRoles = {
"Access Object" = ( "Owner", "ObjectViewer" );
};
};
SOGoFolder = {
superclass = "SOGoObject";
protectedBy = "Access Object";
defaultRoles = {
"Change Images And Files" = ( "Owner", "ObjectEditor" );
"WebDAV Access" = ( "Owner", "AuthorizedSubscriber" );
"Access Object" = ( "Owner", "ObjectViewer" );
"Access Contents Information" = ( "Owner", "ObjectViewer" );
};
};
SOGoUserFolder = {
superclass = "SOGoFolder";
protectedBy = "Access Contents Information";
defaultRoles = {
"Access Contents Information" = ( "Authenticated" );
"WebDAV Access" = ( "Authenticated" );
};
};
};
categories = {
SOGo = { // TODO: move decls to class
methods = {
view = {
protectedBy = "<public>";
pageName = "SOGoRootPage";
};
connect = {
protectedBy = "<public>";
pageName = "SOGoRootPage";
actionName = "connect";
};
GET = { // more or less a hack, see README of dbd
protectedBy = "<public>";
pageName = "SOGoRootPage";
};
};
};
SOGoRootPage = {
};
SOGoUserFolder = {
methods = {
view = {
protectedBy = "<public>";
pageName = "SOGoUserHomePage";
};
logoff = {
protectedBy = "<public>";
pageName = "SOGoUserHomePage";
actionName = "logoff";
};
};
};
SOGoGroupsFolder = {
methods = {
index = {
protectedBy = "View";
pageName = "SOGoGroupsPage";
};
};
};
SOGoGroupFolder = {
methods = {
index = {
protectedBy = "View";
pageName = "SOGoGroupPage";
};
};
};
SOGoFreeBusyObject = {
methods = {
ajaxRead = {
protectedBy = "<public>";
pageName = "SOGoUserHomePage";
actionName = "readFreeBusy";
};
};
};
SOGoCustomGroupFolder = {
methods = {
};
};
};
}