mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-22 11:57:34 +00:00
Add group audit log 13 (#7661)
* add group audit log * Update mysql.sql * optimize parameters * update * update * update * optimize * code optimize * update * Update operation-logs.js * update * Update models.py * update --------- Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com> Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
This commit is contained in:
@@ -2235,6 +2235,15 @@ class SeafileAPI {
|
||||
return this.req.get(url, { params: params });
|
||||
}
|
||||
|
||||
sysAdminListGroupInviteLogs(page, perPage) {
|
||||
const url = this.server + '/api/v2.1/admin/logs/group-member-audit/';
|
||||
let params = {
|
||||
page: page,
|
||||
per_page: perPage
|
||||
};
|
||||
return this.req.get(url, { params: params });
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
let seafileAPI = new SeafileAPI();
|
||||
|
Reference in New Issue
Block a user