[PR #1103] [MERGED] Dev to release #3122

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1103
Author: @KelvinTegelaar
Created: 9/2/2022
Status: Merged
Merged: 9/2/2022
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

23 files changed (+598 additions, -193 deletions)

View changed files

📝 package-lock.json (+266 -126)
📝 package.json (+2 -0)
📝 public/version_latest.txt (+1 -1)
📝 src/components/buttons/PdfButton.js (+0 -1)
📝 src/components/layout/AppHeader.js (+0 -1)
📝 src/components/tables/CippTable.js (+42 -10)
📝 src/components/utilities/Loading.js (+2 -0)
📝 src/scss/_themes.scss (+4 -4)
📝 src/views/cipp/Logs.js (+9 -0)
📝 src/views/email-exchange/administration/MailboxesList.js (+8 -0)
📝 src/views/email-exchange/reports/MessageTrace.js (+2 -2)
📝 src/views/identity/administration/AddGroup.js (+14 -1)
📝 src/views/identity/administration/AddUser.js (+0 -2)
📝 src/views/identity/administration/EditGroup.js (+9 -1)
📝 src/views/identity/administration/Groups.js (+13 -0)
📝 src/views/identity/administration/OffboardingWizard.js (+6 -1)
📝 src/views/identity/administration/UserOneDriveUsage.js (+0 -1)
📝 src/views/identity/administration/Users.js (+8 -0)
📝 src/views/tenant/administration/Tenants.js (+177 -39)
📝 src/views/tenant/standards/ApplyStandard.js (+4 -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/1103 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 9/2/2022 **Status:** ✅ Merged **Merged:** 9/2/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`040c618`](https://github.com/KelvinTegelaar/CIPP/commit/040c618897b83d91956f3a61505fbab657c3daf8) fixes csv export - [`7d51523`](https://github.com/KelvinTegelaar/CIPP/commit/7d51523a32bddfb0f28eaf74b0d6b4a79b4bd76a) removed console.logs - [`22e5362`](https://github.com/KelvinTegelaar/CIPP/commit/22e53628bfacbae88e1fdcd7b5ae16b51b9ff99d) adding some filter options - [`207f2c8`](https://github.com/KelvinTegelaar/CIPP/commit/207f2c89391aaaf2d6f2f499f0f6bfbcd5a10f4f) added filters groups - [`abd98dd`](https://github.com/KelvinTegelaar/CIPP/commit/abd98dd6a61294d09e85a40ad0862294af577c0f) Legacy MFA cleanup standard - [`60415d5`](https://github.com/KelvinTegelaar/CIPP/commit/60415d58637fbaf8b3392aefdbc94553abc33e19) fixed unused vars - [`667d635`](https://github.com/KelvinTegelaar/CIPP/commit/667d635a1ec01ca49f0dec45f2e3c26fad123b5f) Merge pull request #1095 from johnduprey/dev - [`92a5caa`](https://github.com/KelvinTegelaar/CIPP/commit/92a5caadeb47cce0efb07df9015e6675eab8f516) added show direct urls button - [`b46cf5a`](https://github.com/KelvinTegelaar/CIPP/commit/b46cf5aab749acd45d29a4e2417e131cfe07df5d) Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP into dev - [`8f0cf0e`](https://github.com/KelvinTegelaar/CIPP/commit/8f0cf0e973602222eaaadc8250c516b4fc1ca0d6) show/hide ### 📊 Changes **23 files changed** (+598 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+266 -126) 📝 `package.json` (+2 -0) 📝 `public/version_latest.txt` (+1 -1) 📝 `src/components/buttons/PdfButton.js` (+0 -1) 📝 `src/components/layout/AppHeader.js` (+0 -1) 📝 `src/components/tables/CippTable.js` (+42 -10) 📝 `src/components/utilities/Loading.js` (+2 -0) 📝 `src/scss/_themes.scss` (+4 -4) 📝 `src/views/cipp/Logs.js` (+9 -0) 📝 `src/views/email-exchange/administration/MailboxesList.js` (+8 -0) 📝 `src/views/email-exchange/reports/MessageTrace.js` (+2 -2) 📝 `src/views/identity/administration/AddGroup.js` (+14 -1) 📝 `src/views/identity/administration/AddUser.js` (+0 -2) 📝 `src/views/identity/administration/EditGroup.js` (+9 -1) 📝 `src/views/identity/administration/Groups.js` (+13 -0) 📝 `src/views/identity/administration/OffboardingWizard.js` (+6 -1) 📝 `src/views/identity/administration/UserOneDriveUsage.js` (+0 -1) 📝 `src/views/identity/administration/Users.js` (+8 -0) 📝 `src/views/tenant/administration/Tenants.js` (+177 -39) 📝 `src/views/tenant/standards/ApplyStandard.js` (+4 -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:56 +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#3122
No description provided.