-
_horde_addGroup
-
Adds a group to the groups system.
-
_horde_addGroupPermissions
-
Gives a group certain privileges for a share.
-
_horde_addShare
-
Adds a share to the shares system.
-
_horde_addUserPermissions
-
Gives a user certain privileges for a share.
-
_horde_addUsersToGroup
-
Adds multiple users to a group.
-
_horde_addUserToGroup
-
Adds a user to a group.
-
_horde_admin_list
-
Returns a list of adminstrative links
-
_horde_block
-
Helper method to return an instance of the Horde_Block class. This should not be exposed directly in the API; it is used by _horde_blockTitle and _horde_BlockContent.
-
_horde_blockContent
-
Returns a Horde_Block's content.
-
_horde_blocks
-
Returns a pretty printed list of all available blocks.
-
_horde_blockTitle
-
Returns a Horde_Block's title.
-
_horde_getPreference
-
Returns the value of the requested preference.
-
_horde_listAPIs
-
Returns all available registry APIs.
-
_horde_listApps
-
Returns a list of the installed and registered applications.
-
_horde_listGroupPermissions
-
Returns an array of all group permissions on a share.
-
_horde_listGroupsOfShare
-
Returns a list of groups which have have certain permissions on a share.
-
_horde_listSharesOfOwner
-
Returns an array of all shares that $userName is the owner of.
-
_horde_listUserPermissions
-
Returns an array of all user permissions on a share.
-
_horde_listUsersOfGroup
-
Returns a list of users that are part of this group (and only this group)
-
_horde_listUsersOfShare
-
Returns a list of users which have have certain permissions on a share.
-
_horde_perms
-
Returns a list of available permissions.
-
_horde_removeGroup
-
Removes a group from the groups system.
-
_horde_removeGroupPermissions
-
Removes a group from a share.
-
_horde_removeShare
-
Removes a share from the shares system permanently.
-
_horde_removeUserData
-
Removes user data.
-
_horde_removeUserDataFromAllApplications
-
Removes user data from all applications.
-
_horde_removeUserFromGroup
-
Removes a user from a group.
-
_horde_removeUserPermissions
-
Removes a user from a share.
-
_horde_removeUsersFromGroup
-
Removes multiple users from a group.
-
_horde_setPreference
-
Sets a preference to the specified value, if the preference is allowed to be modified.