Exemple #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)
Exemple #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)
Exemple #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)
Exemple #4
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)