1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-17 15:50:07 +00:00

Add batch del files RPC (#694)

* Add batch del files RPC

* Add pack multi-level files

* Go add pack multi-level files

* Use change set to batch del files

* Improve args

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
feiniks
2024-09-13 14:58:45 +08:00
committed by GitHub
parent b2bde11d89
commit c80bf17efb
15 changed files with 755 additions and 24 deletions

View File

@@ -754,6 +754,12 @@ seafile_del_file (const char *repo_id,
const char *user,
GError **error);
int
seafile_batch_del_files (const char *repo_id,
const char *file_list,
const char *user,
GError **error);
/**
* copy a file/directory from a repo to another on server.
*/