[PR #1172] [MERGED] Dev to release #3138

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1172
Author: @KelvinTegelaar
Created: 10/28/2022
Status: Merged
Merged: 10/28/2022
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

32 files changed (+1286 additions, -352 deletions)

View changed files

📝 public/version_latest.txt (+1 -1)
📝 src/App.js (+62 -60)
📝 src/_nav.js (+40 -25)
📝 src/components/forms/RFFComponents.js (+6 -1)
📝 src/components/layout/CippContentCard.js (+1 -1)
📝 src/components/utilities/ErrorBoundary.js (+4 -12)
📝 src/components/utilities/Toasts.js (+4 -2)
src/components/utilities/UniversalSearch.js (+101 -0)
📝 src/routes.js (+52 -7)
📝 src/store/api/app.js (+2 -1)
📝 src/views/cipp/CIPPSettings.js (+23 -7)
src/views/email-exchange/connectors/AddConnectorTemplate.js (+61 -0)
src/views/email-exchange/connectors/ConnectorList.js (+160 -0)
src/views/email-exchange/connectors/DeployConnector.js (+202 -0)
src/views/email-exchange/connectors/ListConnectorTemplates.js (+112 -0)
📝 src/views/email-exchange/transport/ListTransportTemplates.js (+25 -36)
📝 src/views/endpoint/applications/ApplicationsAddRMM.js (+1 -3)
📝 src/views/endpoint/intune/Devices.js (+0 -13)
📝 src/views/endpoint/intune/MEMAddPolicy.js (+34 -8)
📝 src/views/endpoint/intune/MEMAddPolicyTemplate.js (+1 -1)

...and 12 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/1172 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 10/28/2022 **Status:** ✅ Merged **Merged:** 10/28/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`da9ad34`](https://github.com/KelvinTegelaar/CIPP/commit/da9ad342ac3b99254811490e8cd2604f9328fcd7) added list vunl - [`2f8ffaa`](https://github.com/KelvinTegelaar/CIPP/commit/2f8ffaa210ca22014f51475a33c75a435c47d121) added cve link - [`a6e931d`](https://github.com/KelvinTegelaar/CIPP/commit/a6e931dbb9387ff3e9fe72464cd623ad93af92f8) minor changes - [`8f59c8e`](https://github.com/KelvinTegelaar/CIPP/commit/8f59c8ef9b5eb908c91c910d61d7dd1330e4a469) added replacement of variables - [`5bd7878`](https://github.com/KelvinTegelaar/CIPP/commit/5bd78787abd9e2dda2e46208b87f18a9f9f3d246) replacement - [`84dfc75`](https://github.com/KelvinTegelaar/CIPP/commit/84dfc756971f98bb8ca00d77ae542003faa3226c) typo - [`7271999`](https://github.com/KelvinTegelaar/CIPP/commit/727199959cd7a657f526dc356dce7a716111d5d2) added variables - [`9115af4`](https://github.com/KelvinTegelaar/CIPP/commit/9115af440731bc0aa10600a8f51608213e647ba0) allow tenant only cache clear - [`a1af5eb`](https://github.com/KelvinTegelaar/CIPP/commit/a1af5ebe5b06de78133ba6066d9902c05935a45a) tenants only does not clear local storage - [`5ab6ae0`](https://github.com/KelvinTegelaar/CIPP/commit/5ab6ae02fbb152a81a009bf83dd8660674838635) Much prettier error handling ### 📊 Changes **32 files changed** (+1286 additions, -352 deletions) <details> <summary>View changed files</summary> 📝 `public/version_latest.txt` (+1 -1) 📝 `src/App.js` (+62 -60) 📝 `src/_nav.js` (+40 -25) 📝 `src/components/forms/RFFComponents.js` (+6 -1) 📝 `src/components/layout/CippContentCard.js` (+1 -1) 📝 `src/components/utilities/ErrorBoundary.js` (+4 -12) 📝 `src/components/utilities/Toasts.js` (+4 -2) ➕ `src/components/utilities/UniversalSearch.js` (+101 -0) 📝 `src/routes.js` (+52 -7) 📝 `src/store/api/app.js` (+2 -1) 📝 `src/views/cipp/CIPPSettings.js` (+23 -7) ➕ `src/views/email-exchange/connectors/AddConnectorTemplate.js` (+61 -0) ➕ `src/views/email-exchange/connectors/ConnectorList.js` (+160 -0) ➕ `src/views/email-exchange/connectors/DeployConnector.js` (+202 -0) ➕ `src/views/email-exchange/connectors/ListConnectorTemplates.js` (+112 -0) 📝 `src/views/email-exchange/transport/ListTransportTemplates.js` (+25 -36) 📝 `src/views/endpoint/applications/ApplicationsAddRMM.js` (+1 -3) 📝 `src/views/endpoint/intune/Devices.js` (+0 -13) 📝 `src/views/endpoint/intune/MEMAddPolicy.js` (+34 -8) 📝 `src/views/endpoint/intune/MEMAddPolicyTemplate.js` (+1 -1) _...and 12 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:57:00 +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#3138
No description provided.