1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-02 07:54:27 +00:00

Add rpc get_group_shared_repo_by_path().

This commit is contained in:
cuihaikuo
2017-10-30 17:44:33 +08:00
parent fa1e439633
commit e195ab4178
10 changed files with 134 additions and 7 deletions

View File

@@ -601,6 +601,10 @@ class SeafServerThreadedRpcClient(ccnet.RpcClientBase):
pass
list_repo_shared_group = seafile_list_repo_shared_group
@searpc_func("object", ["string", "string", "int", "int"])
def get_group_shared_repo_by_path(repo_id, path, group_id, is_org):
pass
@searpc_func("objlist", ["string", "string", "string"])
def seafile_get_shared_users_for_subdir(repo_id, path, from_user):
pass