mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #115] [MERGED] Added Audit Log Support #3479
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3479
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm/pull/115
Author: @sadnub
Created: 9/23/2020
Status: ✅ Merged
Merged: 9/24/2020
Merged by: @wh1te909
Base:
develop← Head:develop📝 Commits (10+)
86bfcb7docker dev and test changesfe8fb74totp setup rework2b2cb85core model changesd17f5dfWIP added audit logging support7030c18fix duplicate audit log entriese974845merge migration conflict5dd73e7fix testsf2516fefixed administration page and generated a unique signal uid per request2bd6d66fixed named parameter bug88fea13added auditing to user successful and failed attempts. Set audit log timezone to the default in core settings📊 Changes
53 files changed (+1354 additions, -288 deletions)
View changed files
➕
api/tacticalrmm/accounts/migrations/0003_auto_20200922_1344.py(+33 -0)📝
api/tacticalrmm/accounts/models.py(+11 -0)📝
api/tacticalrmm/accounts/views.py(+16 -6)➕
api/tacticalrmm/agents/migrations/0015_auto_20200922_1344.py(+33 -0)➕
api/tacticalrmm/agents/migrations/0016_merge_20200923_0225.py(+14 -0)📝
api/tacticalrmm/agents/models.py(+13 -0)📝
api/tacticalrmm/agents/urls.py(+1 -0)📝
api/tacticalrmm/agents/views.py(+37 -1)📝
api/tacticalrmm/api/urls.py(+0 -1)📝
api/tacticalrmm/api/views.py(+0 -24)➕
api/tacticalrmm/automation/migrations/0005_auto_20200922_1344.py(+33 -0)📝
api/tacticalrmm/automation/models.py(+11 -0)➕
api/tacticalrmm/autotasks/migrations/0006_auto_20200922_1344.py(+33 -0)📝
api/tacticalrmm/autotasks/models.py(+11 -0)➕
api/tacticalrmm/checks/migrations/0010_auto_20200922_1344.py(+33 -0)📝
api/tacticalrmm/checks/models.py(+11 -0)📝
api/tacticalrmm/checks/views.py(+0 -1)➕
api/tacticalrmm/clients/migrations/0005_auto_20200922_1344.py(+53 -0)📝
api/tacticalrmm/clients/models.py(+22 -0)📝
api/tacticalrmm/core/management/commands/initial_mesh_setup.py(+1 -0)...and 33 more files
📄 Description
The only thing that is broken is the django admin page. GET requests work, but if you try and delete, or edit any of the info there is an error message. The middleware is messing with it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.