mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #2301] [MERGED] Windows Registry support #3871
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#3871
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/2301
Author: @fahadkhan-fk
Created: 10/2/2025
Status: ✅ Merged
Merged: 12/29/2025
Merged by: @wh1te909
Base:
develop← Head:feature-registry📝 Commits (10+)
2b04ed1feat: add endpoints related to browse, create and delete registry keydc75137feat: get path from query paramsac90905feat: add endpoint related to renaming key in registry12206d0feat: add endpoints related to create,delete,rename and modify valuecd3d74ffeat: enhance registry APIsb4d83e3feat: add tests related to registry0166f7cfeat: add can_use_registry permission in manageradfbb0eFix: resolve migration conflict and reapply can_use_registry field42f4be1add perms and add deferae18a9badd version check📊 Changes
7 files changed (+727 additions, -1 deletions)
View changed files
➕
api/tacticalrmm/accounts/migrations/0040_role_can_use_registry.py(+18 -0)📝
api/tacticalrmm/accounts/models.py(+1 -0)📝
api/tacticalrmm/agents/permissions.py(+10 -0)➕
api/tacticalrmm/agents/tests/test_registry.py(+364 -0)📝
api/tacticalrmm/agents/urls.py(+36 -0)📝
api/tacticalrmm/agents/utils.py(+41 -1)📝
api/tacticalrmm/agents/views.py(+257 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.