mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
[web] Managed Group Audit Logs for github/dropbox (#29582)
GitOrigin-RevId: 9c2db408734469f67eaca7f4b7f0ebc6babcfcd4
This commit is contained in:
@@ -32,7 +32,15 @@ function _canHaveNoInitiatorId(operation, info) {
|
||||
}
|
||||
|
||||
// events that are visible to managed user admins in Group Audit Logs view
|
||||
const MANAGED_GROUP_USER_EVENTS = ['login', 'reset-password', 'update-password']
|
||||
const MANAGED_GROUP_USER_EVENTS = [
|
||||
'login',
|
||||
'reset-password',
|
||||
'update-password',
|
||||
'link-dropbox',
|
||||
'unlink-dropbox',
|
||||
'link-github',
|
||||
'unlink-github',
|
||||
]
|
||||
|
||||
/**
|
||||
* Add an audit log entry
|
||||
|
||||
Reference in New Issue
Block a user