Example #1
0
 def get_shared_users_for_subdir(self, repo_id, path, from_user):
     """
     Get all users a path is shared to.
     Return: a list of SharedUser objects.
     """
     return seafserv_threaded_rpc.get_shared_users_for_subdir(
         repo_id, path, from_user)
Example #2
0
 def get_shared_users_for_subdir(self, repo_id, path, from_user):
     return seafserv_threaded_rpc.get_shared_users_for_subdir(repo_id, path, from_user)
Example #3
0
 def get_shared_users_for_subdir(self, repo_id, path, from_user):
     """
     Get all users a path is shared to.
     Return: a list of SharedUser objects.
     """
     return seafserv_threaded_rpc.get_shared_users_for_subdir(repo_id, path, from_user)
Example #4
0
File: api.py Project: zfjia/seafile
 def get_shared_users_for_subdir(self, repo_id, path, from_user):
     return seafserv_threaded_rpc.get_shared_users_for_subdir(repo_id, path, from_user)