[PR #940] [CLOSED] Dev to main - new release #3063

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/940
Author: @KelvinTegelaar
Created: 5/25/2022
Status: Closed

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

28 files changed (+692 additions, -258 deletions)

View changed files

📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+5 -0)
src/assets/images/CIPP_Dark.png (+0 -0)
📝 src/components/buttons/CsvButton.js (+1 -2)
📝 src/components/buttons/PdfButton.js (+1 -2)
📝 src/components/layout/AppHeader.js (+28 -20)
📝 src/components/layout/AppSidebar.js (+1 -7)
📝 src/components/layout/CippPage.js (+46 -72)
📝 src/components/layout/CippWizard.js (+1 -1)
📝 src/components/tables/CippTable.js (+28 -17)
📝 src/components/utilities/TenantSelector.js (+60 -27)
📝 src/layout/DefaultLayout.js (+3 -2)
📝 src/routes.js (+15 -1)
📝 src/scss/_custom.scss (+135 -12)
📝 src/scss/_themes.scss (+45 -5)
📝 src/scss/_variables.scss (+1 -1)
📝 src/views/cipp/Logs.js (+18 -11)
src/views/email-exchange/administration/AddSharedMailbox.js (+98 -0)
📝 src/views/email-exchange/administration/MailboxesList.js (+6 -0)
📝 src/views/email-exchange/reports/MessageTrace.js (+18 -11)

...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/940 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 5/25/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`5e2a54c`](https://github.com/KelvinTegelaar/CIPP/commit/5e2a54c29039178332db53d33cc65360e418accf) Merge pull request #937 from KelvinTegelaar/main - [`b1653b5`](https://github.com/KelvinTegelaar/CIPP/commit/b1653b55dc3869e4cdedf3590f5abc00a6670afa) fixed minor issues - [`982559c`](https://github.com/KelvinTegelaar/CIPP/commit/982559c618331b9005a8a12cbdb3577dcfcfa74a) minor fixes - [`f4214d8`](https://github.com/KelvinTegelaar/CIPP/commit/f4214d862fa63b073c0d8b92c5240d83da7c422d) interface fixes - [`a224a6b`](https://github.com/KelvinTegelaar/CIPP/commit/a224a6bfc5bd51df4508b859d27afefb94f45010) remove unused - [`7425859`](https://github.com/KelvinTegelaar/CIPP/commit/7425859c42a70f66a6b3b2c52144f447e7019139) fix bug with exclusion - [`9a220d3`](https://github.com/KelvinTegelaar/CIPP/commit/9a220d3859dff4cea8aec09cdff529a8b127fa80) push design changes to dev - [`c866364`](https://github.com/KelvinTegelaar/CIPP/commit/c866364a3b3ddc655c94da280585fb398f5919e6) minor theme changes - [`e6145d9`](https://github.com/KelvinTegelaar/CIPP/commit/e6145d9a6051e34302a27a00a720b87ea2a70f06) changed filter - [`3eed9d8`](https://github.com/KelvinTegelaar/CIPP/commit/3eed9d8a2aa293df7bffc2c9de56af93319f53dd) prettier filter icon ### 📊 Changes **28 files changed** (+692 additions, -258 deletions) <details> <summary>View changed files</summary> 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+5 -0) ➕ `src/assets/images/CIPP_Dark.png` (+0 -0) 📝 `src/components/buttons/CsvButton.js` (+1 -2) 📝 `src/components/buttons/PdfButton.js` (+1 -2) 📝 `src/components/layout/AppHeader.js` (+28 -20) 📝 `src/components/layout/AppSidebar.js` (+1 -7) 📝 `src/components/layout/CippPage.js` (+46 -72) 📝 `src/components/layout/CippWizard.js` (+1 -1) 📝 `src/components/tables/CippTable.js` (+28 -17) 📝 `src/components/utilities/TenantSelector.js` (+60 -27) 📝 `src/layout/DefaultLayout.js` (+3 -2) 📝 `src/routes.js` (+15 -1) 📝 `src/scss/_custom.scss` (+135 -12) 📝 `src/scss/_themes.scss` (+45 -5) 📝 `src/scss/_variables.scss` (+1 -1) 📝 `src/views/cipp/Logs.js` (+18 -11) ➕ `src/views/email-exchange/administration/AddSharedMailbox.js` (+98 -0) 📝 `src/views/email-exchange/administration/MailboxesList.js` (+6 -0) 📝 `src/views/email-exchange/reports/MessageTrace.js` (+18 -11) _...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:56:41 +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#3063
No description provided.