1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-01 07:26:37 +00:00

Merge branch '6.2'

This commit is contained in:
cuihaikuo
2018-05-18 10:47:55 +08:00
8 changed files with 126 additions and 1 deletions

View File

@@ -1029,3 +1029,11 @@ class SeafServerThreadedRpcClient(ccnet.RpcClientBase):
@searpc_func("int", ["string", "int"])
def repo_has_been_shared (repo_id, including_groups):
pass
@searpc_func("objlist", ["string"])
def get_shared_users_by_repo (repo_id):
pass
@searpc_func("objlist", ["int", "string"])
def org_get_shared_users_by_repo (org_id, repo_id):
pass