mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: 341e1374ed8368a3de3e24945489029ce3e3665d
Monotone-Revision: 9e2e995eb604942e9edbf2912d76bd919419a6b9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-12T00:30:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
superclass = "SOGoFolder";
|
||||
protectedBy = "<public>";
|
||||
defaultAccess = "allow";
|
||||
defaultRoles = {
|
||||
"View" = ( "Owner" );
|
||||
};
|
||||
/* protectedBy = "HomePage Access"; */
|
||||
};
|
||||
SOGoFolder = {
|
||||
@@ -64,6 +67,12 @@
|
||||
SOGoRootPage = {
|
||||
};
|
||||
SOGoUserFolder = {
|
||||
methods = {
|
||||
view = {
|
||||
protectedBy = "View";
|
||||
pageName = "SOGoUserHomePage";
|
||||
};
|
||||
};
|
||||
};
|
||||
SOGoGroupsFolder = {
|
||||
methods = {
|
||||
|
||||
Reference in New Issue
Block a user