groups: add events to eventlog

This commit is contained in:
Girish Ramakrishnan
2024-12-04 09:48:25 +01:00
parent fdf8025a02
commit 3b9d617e37
13 changed files with 113 additions and 94 deletions

View File

@@ -53,6 +53,11 @@ exports = module.exports = {
ACTION_EXTERNAL_LDAP_CONFIGURE: 'externalldap.configure',
ACTION_GROUP_ADD: 'group.add',
ACTION_GROUP_REMOVE: 'group.remove',
ACTION_GROUP_UPDATE: 'group.update',
ACTION_GROUP_MEMBERSHIP: 'group.membership',
ACTION_INSTALL_FINISH: 'cloudron.install.finish',
ACTION_MAIL_LOCATION: 'mail.location',