1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-07 18:30:27 +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

@@ -66,6 +66,9 @@ public class Commit : Object {
public string device_name { get; set; }
public string client_version { get; set; }
//Only used for file history pagination
public string next_start_commit { get; set; }
}
} // namespace