[PR #1802] [MERGED] Dev to release #3423

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1802
Author: @KelvinTegelaar
Created: 10/13/2023
Status: Merged
Merged: 10/13/2023
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

41 files changed (+9125 additions, -420 deletions)

View changed files

📝 package-lock.json (+47 -3)
📝 package.json (+2 -0)
public/PermissionsList.json (+7973 -0)
📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+11 -6)
📝 src/adminRoutes.js (+0 -2)
📝 src/components/forms/RFFComponents.js (+56 -0)
📝 src/components/forms/index.js (+2 -0)
📝 src/components/layout/AppHeader.js (+66 -5)
📝 src/components/tables/CippDatatable.js (+2 -2)
📝 src/components/tables/CippTable.js (+28 -3)
📝 src/components/utilities/CippProfile.js (+0 -1)
📝 src/components/utilities/PageSizeSwitcher.js (+23 -16)
📝 src/components/utilities/ReportImage.js (+26 -31)
📝 src/components/utilities/TenantListSelector.js (+11 -20)
📝 src/components/utilities/ThemeSwitcher.js (+26 -19)
📝 src/components/utilities/UsageLocation.js (+5 -3)
📝 src/data/Extensions.json (+8 -1)
📝 src/data/portals.json (+9 -0)
📝 src/routes.js (+6 -0)

...and 21 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/1802 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 10/13/2023 **Status:** ✅ Merged **Merged:** 10/13/2023 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`72be80f`](https://github.com/KelvinTegelaar/CIPP/commit/72be80f363dd0260366df1edbefe576d8729285d) Shipped groupName - [`8ad8102`](https://github.com/KelvinTegelaar/CIPP/commit/8ad810204032521eb27ca9419dbdda62189ddf0d) Changed MFARergister OC to point to the Entra page - [`f876f70`](https://github.com/KelvinTegelaar/CIPP/commit/f876f70ba7c52689d86d55556460a4ce88e13e4f) new profile - [`f681cf4`](https://github.com/KelvinTegelaar/CIPP/commit/f681cf48572d90d67cb61ee835a00c221f67ff11) Merge pull request #1771 from Jr7468/dev - [`75432f2`](https://github.com/KelvinTegelaar/CIPP/commit/75432f2d130e1e0cda17cdbe4cda6d6acce218ae) Update Users.js - [`4f25cf9`](https://github.com/KelvinTegelaar/CIPP/commit/4f25cf9b65cd5731cd7249e327c65342a5e0852f) Update Users.js - [`d7b1a38`](https://github.com/KelvinTegelaar/CIPP/commit/d7b1a38b26ccda1d9efd30227219f799e1b06249) Add compliance portal - [`68a6e5f`](https://github.com/KelvinTegelaar/CIPP/commit/68a6e5fa7e669b029d9253df8ac566d65fb63165) Merge pull request #1775 from rvdwegen/patch-5 - [`b89295d`](https://github.com/KelvinTegelaar/CIPP/commit/b89295d688bc1e5b8bf7a985dac467104709f154) Merge pull request #82 from KelvinTegelaar/dev - [`2f600d6`](https://github.com/KelvinTegelaar/CIPP/commit/2f600d6348c6d7b8fc69f6e19e8d39a4dbddd5ae) CippTable Updates ### 📊 Changes **41 files changed** (+9125 additions, -420 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+47 -3) 📝 `package.json` (+2 -0) ➕ `public/PermissionsList.json` (+7973 -0) 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+11 -6) 📝 `src/adminRoutes.js` (+0 -2) 📝 `src/components/forms/RFFComponents.js` (+56 -0) 📝 `src/components/forms/index.js` (+2 -0) 📝 `src/components/layout/AppHeader.js` (+66 -5) 📝 `src/components/tables/CippDatatable.js` (+2 -2) 📝 `src/components/tables/CippTable.js` (+28 -3) 📝 `src/components/utilities/CippProfile.js` (+0 -1) 📝 `src/components/utilities/PageSizeSwitcher.js` (+23 -16) 📝 `src/components/utilities/ReportImage.js` (+26 -31) 📝 `src/components/utilities/TenantListSelector.js` (+11 -20) 📝 `src/components/utilities/ThemeSwitcher.js` (+26 -19) 📝 `src/components/utilities/UsageLocation.js` (+5 -3) 📝 `src/data/Extensions.json` (+8 -1) 📝 `src/data/portals.json` (+9 -0) 📝 `src/routes.js` (+6 -0) _...and 21 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:58:16 +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#3423
No description provided.