[PR #1318] [MERGED] Dev to release #3182

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1318
Author: @KelvinTegelaar
Created: 1/20/2023
Status: Merged
Merged: 1/20/2023
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

  • cfd83b7 ci: add Azure Static Web Apps workflow file
  • 18ac2fd Merge branch 'KelvinTegelaar:main' into main
  • 053e228 Merge branch 'KelvinTegelaar:main' into main
  • 597149e fixed duplicate standards
  • 1dd3045 added generic formatter for #1269
  • 460b372 fixed added columns causing crashes when object
  • 95c2bbc add bitlocker key retrevial.
  • 655744b fix logout issues
  • 3d6eace fix logout redirect
  • 1332240 fix usage location bug if usage location has been prefilled

📊 Changes

26 files changed (+339 additions, -157 deletions)

View changed files

📝 public/version_latest.txt (+1 -1)
📝 src/App.js (+2 -0)
📝 src/components/tables/CellGenericFormat.js (+4 -1)
📝 src/components/tables/CippTable.js (+2 -0)
📝 src/data/standards.json (+8 -1)
📝 src/routes.js (+3 -0)
📝 src/store/api/app.js (+2 -0)
📝 src/store/api/users.js (+9 -0)
📝 src/views/cipp/CIPPSettings.js (+90 -93)
📝 src/views/email-exchange/administration/ContactsList.js (+39 -8)
📝 src/views/email-exchange/administration/EditMailboxPermissions.js (+19 -2)
📝 src/views/email-exchange/administration/MailboxesList.js (+20 -0)
📝 src/views/endpoint/autopilot/AutopilotAddDevice.js (+0 -1)
📝 src/views/endpoint/intune/Devices.js (+7 -0)
📝 src/views/identity/administration/EditGroup.js (+29 -10)
📝 src/views/identity/administration/EditUser.js (+4 -3)
📝 src/views/identity/administration/OffboardingWizard.js (+26 -18)
📝 src/views/identity/administration/UserEmailSettings.js (+1 -1)
📝 src/views/identity/administration/Users.js (+26 -0)
📝 src/views/identity/reports/MFAReport.js (+1 -1)

...and 6 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/1318 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 1/20/2023 **Status:** ✅ Merged **Merged:** 1/20/2023 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`cfd83b7`](https://github.com/KelvinTegelaar/CIPP/commit/cfd83b76234d65390714d0b786f0041a12b61650) ci: add Azure Static Web Apps workflow file - [`18ac2fd`](https://github.com/KelvinTegelaar/CIPP/commit/18ac2fddf12d1b22f867f3cebdd7042c9dfda04c) Merge branch 'KelvinTegelaar:main' into main - [`053e228`](https://github.com/KelvinTegelaar/CIPP/commit/053e228087951025dd133468d7d5cd4dbd9ee8f2) Merge branch 'KelvinTegelaar:main' into main - [`597149e`](https://github.com/KelvinTegelaar/CIPP/commit/597149e31ada5316c1319086a76be86b5b0b871e) fixed duplicate standards - [`1dd3045`](https://github.com/KelvinTegelaar/CIPP/commit/1dd304528ba5127b4a066a0c3f4a4912b5f700da) added generic formatter for #1269 - [`460b372`](https://github.com/KelvinTegelaar/CIPP/commit/460b372f213ec2bbf139eb51e0c998e6867944db) fixed added columns causing crashes when object - [`95c2bbc`](https://github.com/KelvinTegelaar/CIPP/commit/95c2bbceb4ae498eb0184542210e02fa518a3655) add bitlocker key retrevial. - [`655744b`](https://github.com/KelvinTegelaar/CIPP/commit/655744b3afe3e79bc7fe29fd1440be5e171ddaa3) fix logout issues - [`3d6eace`](https://github.com/KelvinTegelaar/CIPP/commit/3d6eaced6a13da6c11b2d5f6167b06f8225da698) fix logout redirect - [`1332240`](https://github.com/KelvinTegelaar/CIPP/commit/1332240628f7c9c08e8b07007c40d83a0c00388b) fix usage location bug if usage location has been prefilled ### 📊 Changes **26 files changed** (+339 additions, -157 deletions) <details> <summary>View changed files</summary> 📝 `public/version_latest.txt` (+1 -1) 📝 `src/App.js` (+2 -0) 📝 `src/components/tables/CellGenericFormat.js` (+4 -1) 📝 `src/components/tables/CippTable.js` (+2 -0) 📝 `src/data/standards.json` (+8 -1) 📝 `src/routes.js` (+3 -0) 📝 `src/store/api/app.js` (+2 -0) 📝 `src/store/api/users.js` (+9 -0) 📝 `src/views/cipp/CIPPSettings.js` (+90 -93) 📝 `src/views/email-exchange/administration/ContactsList.js` (+39 -8) 📝 `src/views/email-exchange/administration/EditMailboxPermissions.js` (+19 -2) 📝 `src/views/email-exchange/administration/MailboxesList.js` (+20 -0) 📝 `src/views/endpoint/autopilot/AutopilotAddDevice.js` (+0 -1) 📝 `src/views/endpoint/intune/Devices.js` (+7 -0) 📝 `src/views/identity/administration/EditGroup.js` (+29 -10) 📝 `src/views/identity/administration/EditUser.js` (+4 -3) 📝 `src/views/identity/administration/OffboardingWizard.js` (+26 -18) 📝 `src/views/identity/administration/UserEmailSettings.js` (+1 -1) 📝 `src/views/identity/administration/Users.js` (+26 -0) 📝 `src/views/identity/reports/MFAReport.js` (+1 -1) _...and 6 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:12 +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#3182
No description provided.