[PR #1567] [MERGED] dev to release #3304

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1567
Author: @KelvinTegelaar
Created: 6/9/2023
Status: Merged
Merged: 6/9/2023
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

  • 3fec5d1 Update CippDatatable.js
  • 1e7531c Merge remote-tracking branch 'upstream/dev' into dev
  • d995c24 Added more functionality to editing mailboxes
  • 1955790 Update
  • 4a6acdf Updates
  • e5d6946 Added More functionality to editing a mailbox
  • 8d6d9ce Merge branch 'KelvinTegelaar:dev' into dev
  • ce81317 Merge remote-tracking branch 'upstream/dev' into dev
  • 1d7b46c Opened Portal links in new tabs
  • 97da4c0 Update Home.js

📊 Changes

28 files changed (+15734 additions, -120 deletions)

View changed files

📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+6 -2)
📝 src/assets/images/datto.png (+0 -0)
src/assets/images/rewst.png (+0 -0)
📝 src/components/layout/AppFooter.js (+4 -1)
src/components/tables/CellLicense.js (+24 -0)
src/components/tables/CellLogo.js (+20 -0)
📝 src/components/tables/CippDatatable.js (+27 -10)
📝 src/components/tables/CippTable.js (+84 -65)
📝 src/components/utilities/TenantSelector.js (+2 -7)
src/data/Extensions.json (+85 -0)
src/data/M365Licenses.json (+14074 -0)
📝 src/data/standards.json (+78 -11)
📝 src/routes.js (+9 -0)
📝 src/store/api/app.js (+2 -0)
📝 src/views/cipp/CIPPSettings.js (+264 -0)
📝 src/views/email-exchange/administration/EditMailboxPermissions.js (+519 -6)
📝 src/views/home/Home.js (+34 -1)
📝 src/views/identity/administration/EditGroup.js (+1 -1)
📝 src/views/identity/administration/Users.js (+32 -5)

...and 8 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/1567 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 6/9/2023 **Status:** ✅ Merged **Merged:** 6/9/2023 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`3fec5d1`](https://github.com/KelvinTegelaar/CIPP/commit/3fec5d111d7960a6a437775ac2b78946ae11d230) Update CippDatatable.js - [`1e7531c`](https://github.com/KelvinTegelaar/CIPP/commit/1e7531c13b34a37100f08b4a7b8dada4fdd7f0c7) Merge remote-tracking branch 'upstream/dev' into dev - [`d995c24`](https://github.com/KelvinTegelaar/CIPP/commit/d995c24dc305ae033a4e035dc4799eeb973fc3b1) Added more functionality to editing mailboxes - [`1955790`](https://github.com/KelvinTegelaar/CIPP/commit/19557902d605fdc49a474d6e37cc296380c37f30) Update - [`4a6acdf`](https://github.com/KelvinTegelaar/CIPP/commit/4a6acdfb494f94cf8edaeb795a02f407a2c4dc2c) Updates - [`e5d6946`](https://github.com/KelvinTegelaar/CIPP/commit/e5d6946dc5acedb801c7d6134e9d3d7c928db2ba) Added More functionality to editing a mailbox - [`8d6d9ce`](https://github.com/KelvinTegelaar/CIPP/commit/8d6d9ce866d5e04b7ea0bb0d2adc7b9c5158fc47) Merge branch 'KelvinTegelaar:dev' into dev - [`ce81317`](https://github.com/KelvinTegelaar/CIPP/commit/ce81317b6e48cf8b2b495f1214b7b60f193ce897) Merge remote-tracking branch 'upstream/dev' into dev - [`1d7b46c`](https://github.com/KelvinTegelaar/CIPP/commit/1d7b46c0432f1ffc6e9005fbdc1cae332784f7f8) Opened Portal links in new tabs - [`97da4c0`](https://github.com/KelvinTegelaar/CIPP/commit/97da4c0e98bdb13f59cf5377c41d28d2a3ef0586) Update Home.js ### 📊 Changes **28 files changed** (+15734 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+6 -2) 📝 `src/assets/images/datto.png` (+0 -0) ➕ `src/assets/images/rewst.png` (+0 -0) 📝 `src/components/layout/AppFooter.js` (+4 -1) ➕ `src/components/tables/CellLicense.js` (+24 -0) ➕ `src/components/tables/CellLogo.js` (+20 -0) 📝 `src/components/tables/CippDatatable.js` (+27 -10) 📝 `src/components/tables/CippTable.js` (+84 -65) 📝 `src/components/utilities/TenantSelector.js` (+2 -7) ➕ `src/data/Extensions.json` (+85 -0) ➕ `src/data/M365Licenses.json` (+14074 -0) 📝 `src/data/standards.json` (+78 -11) 📝 `src/routes.js` (+9 -0) 📝 `src/store/api/app.js` (+2 -0) 📝 `src/views/cipp/CIPPSettings.js` (+264 -0) 📝 `src/views/email-exchange/administration/EditMailboxPermissions.js` (+519 -6) 📝 `src/views/home/Home.js` (+34 -1) 📝 `src/views/identity/administration/EditGroup.js` (+1 -1) 📝 `src/views/identity/administration/Users.js` (+32 -5) _...and 8 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:44 +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#3304
No description provided.