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

return vrepo_id when share subdir

This commit is contained in:
cuihaikuo
2016-11-05 11:57:44 +08:00
parent 40c6706acc
commit 46b8d8fda9
5 changed files with 34 additions and 33 deletions

View File

@@ -554,7 +554,7 @@ class SeafServerThreadedRpcClient(ccnet.RpcClientBase):
pass
list_repo_shared_to = seafile_list_repo_shared_to
@searpc_func("int", ["string", "string", "string", "string", "string", "string"])
@searpc_func("string", ["string", "string", "string", "string", "string", "string"])
def share_subdir_to_user(repo_id, path, owner, share_user, permission, passwd):
pass
@@ -611,7 +611,7 @@ class SeafServerThreadedRpcClient(ccnet.RpcClientBase):
pass
get_shared_groups_for_subdir = seafile_get_shared_groups_for_subdir
@searpc_func("int", ["string", "string", "string", "int", "string", "string"])
@searpc_func("string", ["string", "string", "string", "int", "string", "string"])
def share_subdir_to_group(repo_id, path, owner, share_group, permission, passwd):
pass