1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-08 18:59:03 +00:00

Get repo list add return virtual repos (#605)

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
feiniks
2023-03-20 10:11:57 +08:00
committed by GitHub
parent 6ca4f18d31
commit ad5ce70ffb
8 changed files with 48 additions and 40 deletions

View File

@@ -31,8 +31,8 @@ class SeafServerThreadedRpcClient(NamedPipeClient):
pass
remove_repo = seafile_destroy_repo
@searpc_func("objlist", ["int", "int"])
def seafile_get_repo_list(start, limit, order_by):
@searpc_func("objlist", ["int", "int", "string", "int"])
def seafile_get_repo_list(start, limit, order_by, ret_virt_repo):
pass
get_repo_list = seafile_get_repo_list