mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-19 01:17:26 +00:00
Add json exp (#699)
* Add json exp * Add json exp and add gen jwt token * Gen seahub and notif jwt token * Add exp for gen jwt token * Delete gen_jwt_token API * Delete set exp to 72 hour --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
@@ -1155,9 +1155,6 @@ seafile_search_files (const char *repo_id, const char *str, GError **error);
|
||||
GList *
|
||||
seafile_search_files_by_path (const char *repo_id, const char *path, const char *str, GError **error);
|
||||
|
||||
char *
|
||||
seafile_generate_notif_server_jwt (const char *repo_id, const char *username, GError **error);
|
||||
|
||||
/*Following is ccnet rpc*/
|
||||
int
|
||||
ccnet_rpc_add_emailuser (const char *email, const char *passwd,
|
||||
|
Reference in New Issue
Block a user