[PR #1526] [MERGED] Dev to release #3281

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1526
Author: @KelvinTegelaar
Created: 5/5/2023
Status: Merged
Merged: 5/5/2023
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

32 files changed (+990 additions, -325 deletions)

View changed files

📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+32 -12)
📝 src/adminRoutes.js (+8 -0)
📝 src/components/header/AppHeaderSearch.js (+2 -2)
📝 src/components/layout/AppHeader.js (+36 -10)
📝 src/components/tables/CellDate.js (+44 -23)
📝 src/components/tables/CellGenericFormat.js (+0 -1)
📝 src/components/tables/CippDatatable.js (+3 -1)
📝 src/components/tables/CippTable.js (+49 -9)
📝 src/components/utilities/ReportImage.js (+0 -2)
📝 src/components/utilities/TenantSelector.js (+10 -2)
📝 src/data/standards.json (+78 -0)
📝 src/routes.js (+6 -0)
📝 src/scss/_custom.scss (+0 -1)
📝 src/scss/_tenantselector.scss (+1 -1)
📝 src/views/cipp/AppApproval.js (+11 -15)
📝 src/views/cipp/CIPPSettings.js (+63 -25)
📝 src/views/cipp/Setup.js (+66 -110)
📝 src/views/email-exchange/administration/MailboxesList.js (+1 -1)
📝 src/views/email-exchange/administration/ViewMobileDevices.js (+2 -2)

...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/1526 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 5/5/2023 **Status:** ✅ Merged **Merged:** 5/5/2023 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`2f42141`](https://github.com/KelvinTegelaar/CIPP/commit/2f42141de6fc3c3aae84d9c2e6579eb1f10c7439) Changed wording - [`806cd58`](https://github.com/KelvinTegelaar/CIPP/commit/806cd582e5d737f8f7768e7af40b26df4c2ba327) Merge pull request #1499 from BNWEIN/dev - [`1f7ff77`](https://github.com/KelvinTegelaar/CIPP/commit/1f7ff77baf6d883ded0c31248c246ba211d15320) Updated "tokens" references to token - [`5e2983d`](https://github.com/KelvinTegelaar/CIPP/commit/5e2983de16594e6a36d68784accba1481cb8fac8) Replaced AAD portal with Entra - [`5196a70`](https://github.com/KelvinTegelaar/CIPP/commit/5196a70d5dd47e4a961a658a01c412979287c6da) Merge pull request #1503 from rvdwegen/patch-4 - [`d0c54d4`](https://github.com/KelvinTegelaar/CIPP/commit/d0c54d49eef5043321661847c830d2b4a2285f03) Merge pull request #1504 from rvdwegen/patch-5 - [`9dead54`](https://github.com/KelvinTegelaar/CIPP/commit/9dead54376c2ff471234bb85c5d5d755102d377d) Update User365Management.js - [`02274d4`](https://github.com/KelvinTegelaar/CIPP/commit/02274d4df1d7043cd60c4659fafe511749e37db7) Update Tenants.js - [`04bf99c`](https://github.com/KelvinTegelaar/CIPP/commit/04bf99c4882593b4cc5436fd281504e85dc6baed) Update UserGroups.js - [`ac73017`](https://github.com/KelvinTegelaar/CIPP/commit/ac7301720e75538cc238dc828699724da460deb4) Update UserDevices.js ### 📊 Changes **32 files changed** (+990 additions, -325 deletions) <details> <summary>View changed files</summary> 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+32 -12) 📝 `src/adminRoutes.js` (+8 -0) 📝 `src/components/header/AppHeaderSearch.js` (+2 -2) 📝 `src/components/layout/AppHeader.js` (+36 -10) 📝 `src/components/tables/CellDate.js` (+44 -23) 📝 `src/components/tables/CellGenericFormat.js` (+0 -1) 📝 `src/components/tables/CippDatatable.js` (+3 -1) 📝 `src/components/tables/CippTable.js` (+49 -9) 📝 `src/components/utilities/ReportImage.js` (+0 -2) 📝 `src/components/utilities/TenantSelector.js` (+10 -2) 📝 `src/data/standards.json` (+78 -0) 📝 `src/routes.js` (+6 -0) 📝 `src/scss/_custom.scss` (+0 -1) 📝 `src/scss/_tenantselector.scss` (+1 -1) 📝 `src/views/cipp/AppApproval.js` (+11 -15) 📝 `src/views/cipp/CIPPSettings.js` (+63 -25) 📝 `src/views/cipp/Setup.js` (+66 -110) 📝 `src/views/email-exchange/administration/MailboxesList.js` (+1 -1) 📝 `src/views/email-exchange/administration/ViewMobileDevices.js` (+2 -2) _...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:38 +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#3281
No description provided.