mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-16 07:10:07 +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:
@@ -2548,6 +2548,7 @@ seafile_post_multi_files (const char *repo_id,
|
||||
paths_json,
|
||||
user,
|
||||
replace_existed,
|
||||
0,
|
||||
&ret_json,
|
||||
NULL,
|
||||
error);
|
||||
@@ -2598,6 +2599,7 @@ seafile_put_file (const char *repo_id, const char *temp_file_path,
|
||||
seaf_repo_manager_put_file (seaf->repo_mgr, repo_id,
|
||||
temp_file_path, rpath,
|
||||
norm_file_name, user, head_id,
|
||||
0,
|
||||
&new_file_id, error);
|
||||
|
||||
out:
|
||||
|
Reference in New Issue
Block a user