sogo/UI/MainUI/product.plist
Wolfgang Sourdeau ad44460f9f Monotone-Parent: eb3a293c7b6e644d0c97e3f1954550bb78ebb5ef
Monotone-Revision: 57c23145f32ca331b252396523bd85f31ce56f35

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-26T00:16:56
Monotone-Branch: ca.inverse.sogo
2006-10-26 00:16:56 +00:00

97 lines
2.1 KiB
Plaintext

{
requires = ( MAIN );
publicResources = (
);
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";
};
connect = {
protectedBy = "View";
pageName = "SOGoRootPage";
actionName = "connect";
};
};
};
};
classes = {
SOGoRootPage = {
superclass = "SoComponent";
protectedBy = "View";
defaultRoles = {
"View" = "Authenticated";
};
};
SOGoUserFolder = {
superclass = "SOGoFolder";
defaultRoles = {
"HomePage Access" = "Owner";
};
methods = {
view = {
protectedBy = "HomePage Access";
pageName = "SOGoUserHomePage";
};
edit = {
protectedBy = "HomePage Access";
pageName = "SOGoUserHomePage";
actionName = "saveInternetAccessState";
};
/*
GET = { // more or less a hack, see README of dbd
protectedBy = "HomePage Access";
pageName = "SOGoUserHomePage";
};
*/
};
};
SOGoGroupsFolder = {
superclass = "SOGoObject";
methods = {
index = {
protectedBy = "View";
pageName = "SOGoGroupsPage";
};
};
};
SOGoGroupFolder = {
superclass = "SOGoObject";
methods = {
index = {
protectedBy = "View";
pageName = "SOGoGroupPage";
};
};
};
SOGoFreeBusyObject = {
superclass = "SOGoObject";
methods = {
ajaxRead = {
protectedBy = "View";
pageName = "SOGoUserHomePage";
actionName = "readFreeBusy";
};
};
};
SOGoCustomGroupFolder = {
superclass = "SOGoGroupFolder";
methods = {
};
};
};
}