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

Support pagination in listing file histories.

Keep at least 2 versions (if exists) when listing file history.
This commit is contained in:
cuihaikuo
2017-12-08 11:58:24 +08:00
parent 21dbae0e2b
commit 936cfd8c74
11 changed files with 92 additions and 90 deletions

View File

@@ -83,6 +83,7 @@ func_table = [
[ "objlist", ["string", "string", "string", "int"] ],
[ "objlist", ["string", "string", "int", "int"] ],
[ "objlist", ["string", "string", "int", "int", "int"] ],
[ "objlist", ["string", "string", "string", "int", "int", "int"] ],
[ "objlist", ["int", "string", "string", "int", "int"] ],
[ "objlist", ["string", "int", "string", "string", "string"] ],
[ "objlist", ["string", "int", "string", "int", "int"] ],