1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 23:19:36 +00:00

Convert origin repo path to available repo path.

This commit is contained in:
cuihaikuo
2018-08-07 18:19:46 +08:00
parent 2be53470b2
commit 1991a68bcf
8 changed files with 226 additions and 0 deletions

View File

@@ -1037,3 +1037,7 @@ class SeafServerThreadedRpcClient(ccnet.RpcClientBase):
@searpc_func("objlist", ["int", "string"])
def org_get_shared_users_by_repo (org_id, repo_id):
pass
@searpc_func("string", ["string", "string", "string", "int"])
def convert_repo_path(repo_id, path, user, is_org):
pass