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