Audit Events
Complete list of audit event types in TMA Cloud.
Authentication Events
auth.signup- User creates accountauth.login- User logs inauth.login.failure- Failed login attemptauth.logout- Session logoutauth.logout_all- Logout from all devicesauth.suspicious_token- Token fingerprint mismatchauth.session_revoked- Single session revokedauth.other_sessions_revoked- All other sessions revoked
File Events
file.upload- File uploadedfile.upload.bulk- Multiple files uploaded in a single bulk operationfile.download- File downloaded (single)file.download.bulk- Multiple files/folders downloaded as ZIPfile.delete- File moved to trashfile.delete.permanent- File permanently deletedfile.restore- File restored from trashfile.rename- File/folder renamedfile.move- Files/folders movedfile.copy- Files/folders copiedfile.star- File starredfile.unstar- File unstarred
Folder Events
folder.create- Folder created
Share Events
share.create- Share link createdshare.delete- Share link removedshare.access- Public view of share (anonymous access)share.download- File or folder downloaded from share
Document Events (OnlyOffice)
document.open- Document opened in OnlyOfficedocument.save- Document saved from OnlyOffice
Admin Events
admin.settings.update- Admin setting changed (metadata:setting, e.g.signup_enabled,hide_file_extensions;newValueorhidden)admin.settings.read- Admin viewed protected settings (failure when unauthorized)admin.user.list- Admin listed all usersadmin.user.update- Admin updated user (e.g. storage limit)
Event Metadata
Each event includes metadata with relevant information:
- File Events:
fileId,fileName,fileSize,fileType. Forfile.upload.bulkandfile.download.bulk, metadata also includesfileIdsandfileCount. - User Events:
userId,email,ipAddress - Share Events:
shareLinkId,token,fileIds
Related Topics
- Audit Logs - Audit system guide
- Database Schema - Database structure