[PR #1852] [MERGED] Dev to release - GDAP hotfix + new features #3451

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1852
Author: @KelvinTegelaar
Created: 11/3/2023
Status: Merged
Merged: 11/3/2023
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

  • 12c3056 GDAP Relationships
  • 7a52b0a All the link fixes in 1 commit
  • e79ed92 Fix wrongly used variable
  • 9ac1a99 Merge pull request #1845 from kris6673/mailbox-perm-button-fix
  • 056dbc9 Merge pull request #1844 from kris6673/docs-link-fix-v3
  • 7d73ace Merge pull request #1843 from johnduprey/dev
  • 798dd65 Add hover help text to standards radio buttons
  • 8db9bdc Merge pull request #1846 from kris6673/standards-helptext
  • 33582cf required field marker
  • f2376de added frontend changes

📊 Changes

22 files changed (+735 additions, -246 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/feature.yml (+1 -1)
📝 .github/workflows/Close_Stale_Issues_and_PRs.yml (+1 -1)
📝 .github/workflows/Comment_on_Issues.yml (+2 -2)
📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+19 -0)
📝 src/components/forms/RFFComponents.js (+1 -1)
📝 src/components/tables/CellGenericFormat.js (+3 -0)
📝 src/components/utilities/CippActionsOffcanvas.js (+7 -0)
📝 src/components/utilities/SharedModal.js (+5 -0)
📝 src/data/standards.json (+27 -27)
📝 src/routes.js (+14 -0)
📝 src/views/cipp/CIPPSettings.js (+238 -198)
📝 src/views/cipp/Setup.js (+3 -3)
src/views/email-exchange/tools/MailboxRestoreWizard.js (+214 -0)
src/views/email-exchange/tools/MailboxRestores.js (+170 -0)
📝 src/views/endpoint/intune/MEMAddPolicy.js (+3 -1)
📝 src/views/identity/administration/UserActions.js (+1 -1)
📝 src/views/tenant/administration/GDAPWizard.js (+1 -5)
📝 src/views/tenant/administration/ListGDAPRelationships.js (+21 -2)
📝 src/views/tenant/standards/ApplyStandard.js (+1 -1)

...and 2 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/1852 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 11/3/2023 **Status:** ✅ Merged **Merged:** 11/3/2023 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`12c3056`](https://github.com/KelvinTegelaar/CIPP/commit/12c30565340fb4a22f949008f538237878645944) GDAP Relationships - [`7a52b0a`](https://github.com/KelvinTegelaar/CIPP/commit/7a52b0a42db1664daa8468815da8367ee354dd1b) All the link fixes in 1 commit - [`e79ed92`](https://github.com/KelvinTegelaar/CIPP/commit/e79ed922ddd3b30a13b5618c6bf35deedeb989a2) Fix wrongly used variable - [`9ac1a99`](https://github.com/KelvinTegelaar/CIPP/commit/9ac1a9906af4e3a7170cd84a86279d61a1203077) Merge pull request #1845 from kris6673/mailbox-perm-button-fix - [`056dbc9`](https://github.com/KelvinTegelaar/CIPP/commit/056dbc9b8741f0ce85cb59b1e4c8d7e1fd3684a5) Merge pull request #1844 from kris6673/docs-link-fix-v3 - [`7d73ace`](https://github.com/KelvinTegelaar/CIPP/commit/7d73ace9cabb9a827a3d740155b87334791af4e3) Merge pull request #1843 from johnduprey/dev - [`798dd65`](https://github.com/KelvinTegelaar/CIPP/commit/798dd658c1dca6d7115eb5814f347b85964aa420) Add hover help text to standards radio buttons - [`8db9bdc`](https://github.com/KelvinTegelaar/CIPP/commit/8db9bdc1c95cc7c6bc83b159d6e652d402062cee) Merge pull request #1846 from kris6673/standards-helptext - [`33582cf`](https://github.com/KelvinTegelaar/CIPP/commit/33582cf3fbd781c5fe774ed490646df91c37427e) required field marker - [`f2376de`](https://github.com/KelvinTegelaar/CIPP/commit/f2376defc14f05558c01aafd24c6d345921a6070) added frontend changes ### 📊 Changes **22 files changed** (+735 additions, -246 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/feature.yml` (+1 -1) 📝 `.github/workflows/Close_Stale_Issues_and_PRs.yml` (+1 -1) 📝 `.github/workflows/Comment_on_Issues.yml` (+2 -2) 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+19 -0) 📝 `src/components/forms/RFFComponents.js` (+1 -1) 📝 `src/components/tables/CellGenericFormat.js` (+3 -0) 📝 `src/components/utilities/CippActionsOffcanvas.js` (+7 -0) 📝 `src/components/utilities/SharedModal.js` (+5 -0) 📝 `src/data/standards.json` (+27 -27) 📝 `src/routes.js` (+14 -0) 📝 `src/views/cipp/CIPPSettings.js` (+238 -198) 📝 `src/views/cipp/Setup.js` (+3 -3) ➕ `src/views/email-exchange/tools/MailboxRestoreWizard.js` (+214 -0) ➕ `src/views/email-exchange/tools/MailboxRestores.js` (+170 -0) 📝 `src/views/endpoint/intune/MEMAddPolicy.js` (+3 -1) 📝 `src/views/identity/administration/UserActions.js` (+1 -1) 📝 `src/views/tenant/administration/GDAPWizard.js` (+1 -5) 📝 `src/views/tenant/administration/ListGDAPRelationships.js` (+21 -2) 📝 `src/views/tenant/standards/ApplyStandard.js` (+1 -1) _...and 2 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:24 +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#3451
No description provided.