[PR #1765] [MERGED] Dev to release #3403

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

23 files changed (+1209 additions, -696 deletions)

View changed files

📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+5 -0)
📝 src/adminRoutes.js (+3 -0)
📝 src/components/forms/RFFComponents.js (+2 -1)
📝 src/components/layout/AppHeader.js (+15 -0)
📝 src/components/tables/CellBadge.js (+18 -0)
📝 src/components/tables/CellDate.js (+23 -28)
📝 src/components/tables/CippTable.js (+154 -96)
📝 src/components/utilities/CippCodeOffcanvas.js (+23 -14)
📝 src/components/utilities/CippFuzzySearch.js (+0 -1)
📝 src/views/cipp/CIPPSettings.js (+23 -19)
src/views/cipp/Scheduler.js (+384 -0)
📝 src/views/email-exchange/administration/EditMailboxPermissions.js (+459 -493)
📝 src/views/email-exchange/spamfilter/DeploySpamfilter.js (+1 -1)
📝 src/views/home/Home.js (+69 -23)
📝 src/views/identity/administration/Groups.js (+5 -5)
📝 src/views/identity/administration/Users.js (+3 -5)
📝 src/views/identity/administration/ViewBEC.js (+3 -2)
📝 src/views/tenant/administration/AlertWizard.js (+8 -0)
📝 src/views/tenant/administration/ListEnterpriseApps.js (+3 -5)

...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/1765 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 9/25/2023 **Status:** ✅ Merged **Merged:** 9/25/2023 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`927cf00`](https://github.com/KelvinTegelaar/CIPP/commit/927cf00cc6f85f8ed3fc95c6a8b5417ff367e603) remove duplicate - [`f529c98`](https://github.com/KelvinTegelaar/CIPP/commit/f529c982149ec35e0271b7f63f1709e4462b733a) Refactor to support new extensions in the future - [`9464af6`](https://github.com/KelvinTegelaar/CIPP/commit/9464af6eeff5c6e3b6fb632841715cb89a30d1ae) Merge pull request #1735 from lwhitelock/dev - [`0a097d5`](https://github.com/KelvinTegelaar/CIPP/commit/0a097d5895841f2d4154210fc0b16603d88c0e4a) Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP into dev - [`2812f32`](https://github.com/KelvinTegelaar/CIPP/commit/2812f32d6cb317d31949b63268bcf0a5b194bf17) Make user count cards on dashboard interactable - [`85548de`](https://github.com/KelvinTegelaar/CIPP/commit/85548de05a496cb3781c3d8e841557a3ff3722ba) Merge branch 'KelvinTegelaar:dev' into dev - [`53c9fd2`](https://github.com/KelvinTegelaar/CIPP/commit/53c9fd2ca068de94fbe0da92d48045256f3cea5e) Fix load Halo Backend Result - [`f55e066`](https://github.com/KelvinTegelaar/CIPP/commit/f55e06681644a70729052fa9a100eecab72b98fa) Merge branch 'KelvinTegelaar:dev' into dev - [`6b74e21`](https://github.com/KelvinTegelaar/CIPP/commit/6b74e21db6f6ddc3c47dbaa2def37064b5ca14bf) Merge pull request #1741 from lwhitelock/dev - [`518815c`](https://github.com/KelvinTegelaar/CIPP/commit/518815c6e38ff6da108826149e59ce2268586b13) Merge pull request #68 from KelvinTegelaar/dev ### 📊 Changes **23 files changed** (+1209 additions, -696 deletions) <details> <summary>View changed files</summary> 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+5 -0) 📝 `src/adminRoutes.js` (+3 -0) 📝 `src/components/forms/RFFComponents.js` (+2 -1) 📝 `src/components/layout/AppHeader.js` (+15 -0) 📝 `src/components/tables/CellBadge.js` (+18 -0) 📝 `src/components/tables/CellDate.js` (+23 -28) 📝 `src/components/tables/CippTable.js` (+154 -96) 📝 `src/components/utilities/CippCodeOffcanvas.js` (+23 -14) 📝 `src/components/utilities/CippFuzzySearch.js` (+0 -1) 📝 `src/views/cipp/CIPPSettings.js` (+23 -19) ➕ `src/views/cipp/Scheduler.js` (+384 -0) 📝 `src/views/email-exchange/administration/EditMailboxPermissions.js` (+459 -493) 📝 `src/views/email-exchange/spamfilter/DeploySpamfilter.js` (+1 -1) 📝 `src/views/home/Home.js` (+69 -23) 📝 `src/views/identity/administration/Groups.js` (+5 -5) 📝 `src/views/identity/administration/Users.js` (+3 -5) 📝 `src/views/identity/administration/ViewBEC.js` (+3 -2) 📝 `src/views/tenant/administration/AlertWizard.js` (+8 -0) 📝 `src/views/tenant/administration/ListEnterpriseApps.js` (+3 -5) _...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:58:11 +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#3403
No description provided.