1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-01 23:46:53 +00:00

Add repo sort function

This commit is contained in:
杨赫然
2019-12-30 16:19:33 +08:00
parent 28223c17a3
commit 3230c31dff
11 changed files with 124 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ class SeafServerThreadedRpcClient(NamedPipeClient):
remove_repo = seafile_destroy_repo
@searpc_func("objlist", ["int", "int"])
def seafile_get_repo_list(start, limit):
def seafile_get_repo_list(start, limit, order_by):
pass
get_repo_list = seafile_get_repo_list
@@ -464,6 +464,10 @@ class SeafServerThreadedRpcClient(NamedPipeClient):
def check_quota(repo_id, delta):
pass
@searpc_func("objlist", [])
def list_user_quota_usage():
pass
# password management
@searpc_func("int", ["string", "string"])
def seafile_check_passwd(repo_id, magic):