1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-02 07:54:27 +00:00

Get nickname use seahub API (#670)

* Get nickname use seahub API

* Add parse site_root

* Use regex to match SECRET_KEY

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
feiniks
2024-07-30 17:58:18 +08:00
committed by GitHub
parent 7d26e0a8f4
commit 49c860b50d
11 changed files with 392 additions and 200 deletions

View File

@@ -45,4 +45,7 @@ http_post (Connection *conn, const char *url, const char *token,
void
http_tx_manager_init ();
char *
http_tx_manager_get_nickname (const char *modifier);
#endif