[PR #857] [MERGED] Dev to release #3046

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/857
Author: @KelvinTegelaar
Created: 4/1/2022
Status: Merged
Merged: 4/1/2022
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

  • 69252d8 fixed issue with securescore report and pagination
  • ce22615 Experimental: Setup of SAM via CIPP
  • 583b8d7 removed some unsued vars
  • 3d3f801 fixed bug with out of date API on dashboard
  • 79ff605 added prettier wait to sam setup
  • d919e45 added urls to setup wizars
  • 180c6d0 need referer so no blank tab
  • 55cf2a1 prettier loading etc
  • 16ca9c8 text changes
  • 7ffbe2a improvements to routes and nav

📊 Changes

23 files changed (+1821 additions, -480 deletions)

View changed files

📝 package-lock.json (+157 -255)
📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+72 -8)
📝 src/adminRoutes.js (+3 -0)
📝 src/components/utilities/CippActionsOffcanvas.js (+40 -13)
📝 src/routes.js (+64 -4)
src/views/cipp/Setup.js (+278 -0)
📝 src/views/email-exchange/administration/EditCalendarPermissions.js (+8 -8)
src/views/email-exchange/transport/AddTransportTemplate.js (+61 -0)
src/views/email-exchange/transport/DeployTransport.js (+204 -0)
src/views/email-exchange/transport/ListTransportTemplates.js (+108 -0)
src/views/email-exchange/transport/TransportRules.js (+129 -0)
📝 src/views/home/Home.js (+66 -52)
📝 src/views/security/reports/ListAlerts.js (+7 -7)
src/views/tenant/administration/ConditionalAccess.js (+0 -122)
📝 src/views/tenant/administration/GraphExplorer.js (+1 -1)
src/views/tenant/administration/ServiceHealth.js (+39 -0)
src/views/tenant/conditional/AddCATemplate.js (+63 -0)
src/views/tenant/conditional/ConditionalAccess.js (+208 -0)
src/views/tenant/conditional/DeployCA.js (+203 -0)

...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/857 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 4/1/2022 **Status:** ✅ Merged **Merged:** 4/1/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`69252d8`](https://github.com/KelvinTegelaar/CIPP/commit/69252d8aea4e5d40964451b3fe34286b07cf7024) fixed issue with securescore report and pagination - [`ce22615`](https://github.com/KelvinTegelaar/CIPP/commit/ce226158bdb473519670830a6395a6d6d12612e2) Experimental: Setup of SAM via CIPP - [`583b8d7`](https://github.com/KelvinTegelaar/CIPP/commit/583b8d779b97368c570543ce7977f89552448833) removed some unsued vars - [`3d3f801`](https://github.com/KelvinTegelaar/CIPP/commit/3d3f801956158043e49d74af88c72439f805c3f4) fixed bug with out of date API on dashboard - [`79ff605`](https://github.com/KelvinTegelaar/CIPP/commit/79ff6050de4fcfd016d1e5fda2536626a7a26498) added prettier wait to sam setup - [`d919e45`](https://github.com/KelvinTegelaar/CIPP/commit/d919e45601ca0d5b42b3baada9741154759b4fff) added urls to setup wizars - [`180c6d0`](https://github.com/KelvinTegelaar/CIPP/commit/180c6d04d91d7aae87321384556ccca78d5f1162) need referer so no blank tab - [`55cf2a1`](https://github.com/KelvinTegelaar/CIPP/commit/55cf2a1351e620f2c69d29fb826536d9eb2e78df) prettier loading etc - [`16ca9c8`](https://github.com/KelvinTegelaar/CIPP/commit/16ca9c8d544a3a1985a6917964ad8cb9ce90bede) text changes - [`7ffbe2a`](https://github.com/KelvinTegelaar/CIPP/commit/7ffbe2ab660179919d282bb23d73447483ea005f) improvements to routes and nav ### 📊 Changes **23 files changed** (+1821 additions, -480 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+157 -255) 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+72 -8) 📝 `src/adminRoutes.js` (+3 -0) 📝 `src/components/utilities/CippActionsOffcanvas.js` (+40 -13) 📝 `src/routes.js` (+64 -4) ➕ `src/views/cipp/Setup.js` (+278 -0) 📝 `src/views/email-exchange/administration/EditCalendarPermissions.js` (+8 -8) ➕ `src/views/email-exchange/transport/AddTransportTemplate.js` (+61 -0) ➕ `src/views/email-exchange/transport/DeployTransport.js` (+204 -0) ➕ `src/views/email-exchange/transport/ListTransportTemplates.js` (+108 -0) ➕ `src/views/email-exchange/transport/TransportRules.js` (+129 -0) 📝 `src/views/home/Home.js` (+66 -52) 📝 `src/views/security/reports/ListAlerts.js` (+7 -7) ➖ `src/views/tenant/administration/ConditionalAccess.js` (+0 -122) 📝 `src/views/tenant/administration/GraphExplorer.js` (+1 -1) ➕ `src/views/tenant/administration/ServiceHealth.js` (+39 -0) ➕ `src/views/tenant/conditional/AddCATemplate.js` (+63 -0) ➕ `src/views/tenant/conditional/ConditionalAccess.js` (+208 -0) ➕ `src/views/tenant/conditional/DeployCA.js` (+203 -0) _...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:37 +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#3046
No description provided.