[PR #2293] Site Branding #3873

Open
opened 2026-03-14 07:43:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/2293
Author: @sadnub
Created: 9/18/2025
Status: 🔄 Open

Base: developHead: feat-branding


📝 Commits (7)

📊 Changes

10 files changed (+206 additions, -23 deletions)

View changed files

api/tacticalrmm/core/migrations/0052_coresettings_branding.py (+18 -0)
📝 api/tacticalrmm/core/models.py (+1 -0)
📝 api/tacticalrmm/core/urls.py (+2 -1)
📝 api/tacticalrmm/ee/reporting/management/commands/get_webtar_url.py (+3 -21)
api/tacticalrmm/ee/whitelabel/__init__.py (+5 -0)
api/tacticalrmm/ee/whitelabel/apps.py (+12 -0)
api/tacticalrmm/ee/whitelabel/urls.py (+11 -0)
api/tacticalrmm/ee/whitelabel/views.py (+78 -0)
📝 api/tacticalrmm/tacticalrmm/settings.py (+1 -1)
📝 api/tacticalrmm/tacticalrmm/utils.py (+75 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm/pull/2293 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 9/18/2025 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `feat-branding` --- ### 📝 Commits (7) - [`5918992`](https://github.com/amidaware/tacticalrmm/commit/5918992be88e6cf778d03a14c17ef323d4c509c3) branding views - [`968cf3f`](https://github.com/amidaware/tacticalrmm/commit/968cf3fd24f3c800ba761f2adf384ec8b0f54899) move whitelabel to new app - [`18a61c2`](https://github.com/amidaware/tacticalrmm/commit/18a61c2e303f098c34c3ef0ab45ad08c9ed5c0f4) add downloading and extracting tar to view - [`356099f`](https://github.com/amidaware/tacticalrmm/commit/356099f75f05b872e3a2745b8937569a40d4d65a) blacked and some cleanup - [`61e7512`](https://github.com/amidaware/tacticalrmm/commit/61e751251f07784b3797fa79f758c4a6e37a2149) fix migrations - [`b8bdcd6`](https://github.com/amidaware/tacticalrmm/commit/b8bdcd6473cff8be500c96b309e35d692d88a09c) add toolbar color - [`9ece914`](https://github.com/amidaware/tacticalrmm/commit/9ece9140171747acf717f9cb839d00a0836fcbd5) add light colors ### 📊 Changes **10 files changed** (+206 additions, -23 deletions) <details> <summary>View changed files</summary> ➕ `api/tacticalrmm/core/migrations/0052_coresettings_branding.py` (+18 -0) 📝 `api/tacticalrmm/core/models.py` (+1 -0) 📝 `api/tacticalrmm/core/urls.py` (+2 -1) 📝 `api/tacticalrmm/ee/reporting/management/commands/get_webtar_url.py` (+3 -21) ➕ `api/tacticalrmm/ee/whitelabel/__init__.py` (+5 -0) ➕ `api/tacticalrmm/ee/whitelabel/apps.py` (+12 -0) ➕ `api/tacticalrmm/ee/whitelabel/urls.py` (+11 -0) ➕ `api/tacticalrmm/ee/whitelabel/views.py` (+78 -0) 📝 `api/tacticalrmm/tacticalrmm/settings.py` (+1 -1) 📝 `api/tacticalrmm/tacticalrmm/utils.py` (+75 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#3873
No description provided.