Beispiel #1
0
 def get_shared_groups_for_subdir(self, repo_id, path, from_user):
     """
     Get all groups a path is shared to.
     Return: a list of SharedGroup objects.
     """
     return seafserv_threaded_rpc.get_shared_groups_for_subdir(
         repo_id, path, from_user)
Beispiel #2
0
 def get_shared_groups_for_subdir(self, repo_id, path, from_user):
     return seafserv_threaded_rpc.get_shared_groups_for_subdir(repo_id, path, from_user)
Beispiel #3
0
 def get_shared_groups_for_subdir(self, repo_id, path, from_user):
     """
     Get all groups a path is shared to.
     Return: a list of SharedGroup objects.
     """
     return seafserv_threaded_rpc.get_shared_groups_for_subdir(repo_id, path, from_user)
Beispiel #4
0
 def get_shared_groups_for_subdir(self, repo_id, path, from_user):
     return seafserv_threaded_rpc.get_shared_groups_for_subdir(repo_id, path, from_user)