[Pkg-owncloud-commits] [owncloud] 08/59: Expose the user manager in the public server container

David Prévot taffit at moszumanska.debian.org
Fri Jul 18 16:19:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 36360a6e8a134128cf96f5b5a831faf6f4833453
Author: Robin Appelman <icewind at owncloud.com>
Date:   Wed Jul 9 15:43:06 2014 +0200

    Expose the user manager in the public server container
---
 lib/public/iservercontainer.php | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php
index 8bf9782..f3dbc18 100644
--- a/lib/public/iservercontainer.php
+++ b/lib/public/iservercontainer.php
@@ -93,6 +93,13 @@ interface IServerContainer {
 	function getAppFolder();
 
 	/**
+	 * Returns a user manager
+	 *
+	 * @return \OCP\IUserManager
+	 */
+	function getUserManager();
+
+	/**
 	 * Returns the user session
 	 *
 	 * @return \OCP\IUserSession

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list