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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user