[PR #971] [MERGED] Dev to release #3078

Closed
opened 2026-03-02 13:56:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/971
Author: @KelvinTegelaar
Created: 6/17/2022
Status: Merged
Merged: 6/17/2022
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

23 files changed (+1110 additions, -526 deletions)

View changed files

📝 package-lock.json (+2 -72)
📝 package.json (+1 -3)
📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+5 -0)
📝 src/components/forms/RFFComponents.js (+29 -12)
📝 src/components/utilities/UsageLocation.js (+7 -6)
📝 src/data/languageList.json (+160 -160)
📝 src/routes.js (+8 -0)
📝 src/scss/style.scss (+0 -2)
📝 src/store/api/app.js (+1 -0)
📝 src/views/cipp/CIPPSettings.js (+1 -1)
📝 src/views/cipp/Logs.js (+1 -1)
📝 src/views/cipp/Setup.js (+5 -1)
src/views/endpoint/applications/ApplicationsAddRMM.js (+309 -0)
📝 src/views/identity/administration/AddUser.js (+1 -1)
📝 src/views/identity/administration/EditUser.js (+1 -1)
📝 src/views/identity/reports/BasicAuthReport.js (+2 -2)
📝 src/views/tenant/administration/AlertWizard.js (+11 -2)
📝 src/views/tenant/administration/ListAlertsQueue.js (+8 -2)
📝 src/views/tenant/standards/ApplyStandard.js (+175 -72)

...and 3 more files

📄 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/KelvinTegelaar/CIPP/pull/971 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 6/17/2022 **Status:** ✅ Merged **Merged:** 6/17/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`ea67e0b`](https://github.com/KelvinTegelaar/CIPP/commit/ea67e0b44ee5de92257dd1c62f916a61f1f2f716) fixed usage location - [`79deeea`](https://github.com/KelvinTegelaar/CIPP/commit/79deeeaa7a435e90c8e89c5a8ea2f22c0e12f59c) fixed layout - [`d646ffa`](https://github.com/KelvinTegelaar/CIPP/commit/d646ffa5a9f2bc3d8d8e18ce31ba9af2c056acba) fixed issue with onchange - [`70d5da7`](https://github.com/KelvinTegelaar/CIPP/commit/70d5da709fa8d68b48c5f0f9dcc072e725a1b9ad) alerts improvements - [`a4f744b`](https://github.com/KelvinTegelaar/CIPP/commit/a4f744b750e6c1665876ce4e64928120b64553dd) Update IndividualDomain.js - [`3ae622e`](https://github.com/KelvinTegelaar/CIPP/commit/3ae622eae8d800a505082b301ca63766eb9d46b1) Add Quad9 dns - [`5a50b24`](https://github.com/KelvinTegelaar/CIPP/commit/5a50b2472615f78ec1e14060c55977d5c7bfcd64) Add RMM package base - [`c4d61cc`](https://github.com/KelvinTegelaar/CIPP/commit/c4d61ccd952b3bf79648a2b13e15a9fbd670c05a) added huntress agent - [`89abc23`](https://github.com/KelvinTegelaar/CIPP/commit/89abc239d6635275276d272041f098f68f2e94e8) finalise dns_quad9 - [`d91437a`](https://github.com/KelvinTegelaar/CIPP/commit/d91437aba6394dc47905d648592c9a554b6a758b) Merge branch 'dns_quad9' into HEAD ### 📊 Changes **23 files changed** (+1110 additions, -526 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+2 -72) 📝 `package.json` (+1 -3) 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+5 -0) 📝 `src/components/forms/RFFComponents.js` (+29 -12) 📝 `src/components/utilities/UsageLocation.js` (+7 -6) 📝 `src/data/languageList.json` (+160 -160) 📝 `src/routes.js` (+8 -0) 📝 `src/scss/style.scss` (+0 -2) 📝 `src/store/api/app.js` (+1 -0) 📝 `src/views/cipp/CIPPSettings.js` (+1 -1) 📝 `src/views/cipp/Logs.js` (+1 -1) 📝 `src/views/cipp/Setup.js` (+5 -1) ➕ `src/views/endpoint/applications/ApplicationsAddRMM.js` (+309 -0) 📝 `src/views/identity/administration/AddUser.js` (+1 -1) 📝 `src/views/identity/administration/EditUser.js` (+1 -1) 📝 `src/views/identity/reports/BasicAuthReport.js` (+2 -2) 📝 `src/views/tenant/administration/AlertWizard.js` (+11 -2) 📝 `src/views/tenant/administration/ListAlertsQueue.js` (+8 -2) 📝 `src/views/tenant/standards/ApplyStandard.js` (+175 -72) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 13:56:45 +03:00
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/CIPP#3078
No description provided.