1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-20 10:41:22 +00:00

Add friendly_name parameter

This commit is contained in:
杨赫然
2024-07-03 18:27:47 +08:00
parent 4ca723d183
commit d5ba518e79
20 changed files with 259 additions and 299 deletions

View File

@@ -3793,6 +3793,7 @@ create_repo_common (SeafRepoManager *mgr,
commit = seaf_commit_new (NULL, repo->id,
EMPTY_SHA1, /* root id */
user, /* creator */
NULL,
EMPTY_SHA1, /* creator id */
"Created library", /* description */
0); /* ctime */
@@ -4154,6 +4155,7 @@ retry:
repo->id,
parent->root_id,
user,
NULL,
EMPTY_SHA1,
"Changed library name or description",
0);