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

Add last_modify field in form (#666)

* Add last_modify field in form

* Go add last_modify field in form

* Use rfc3339 time format

* Add mtime for upload_blks_api

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
feiniks
2024-07-23 18:52:15 +08:00
committed by GitHub
parent de3ddbce82
commit 6c056c1f6b
7 changed files with 181 additions and 13 deletions

View File

@@ -178,6 +178,7 @@ start_index_task (gpointer data, gpointer user_data)
idx_para->canon_path,
id_list,
size_list,
0,
NULL);
progress->status = ret;
if (idx_para->ret_json) {