[PR #1855] [CLOSED] Revert 3 main #3452

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/1855
Author: @kayvanaarssen
Created: 11/8/2023
Status: Closed

Base: mainHead: revert-3-main


📝 Commits (10+)

  • 3892124 ci: add Azure Static Web Apps workflow file
  • 726603d Merge branch 'KelvinTegelaar:main' into main
  • e37ec5a Merge branch 'KelvinTegelaar:main' into main
  • 98b59f7 Merge branch 'KelvinTegelaar:main' into main
  • 7ddf749 Merge branch 'KelvinTegelaar:main' into main
  • 2986f1f Merge branch 'KelvinTegelaar:main' into main
  • 34ecfb0 Merge branch 'KelvinTegelaar:main' into main
  • c6afddd Merge branch 'KelvinTegelaar:main' into main
  • 60479b7 Merge branch 'KelvinTegelaar:main' into main
  • dd6d0fe Merge branch 'KelvinTegelaar:main' into main

📊 Changes

24 files changed (+290 additions, -745 deletions)

View changed files

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

...and 4 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/1855 **Author:** [@kayvanaarssen](https://github.com/kayvanaarssen) **Created:** 11/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `revert-3-main` --- ### 📝 Commits (10+) - [`3892124`](https://github.com/KelvinTegelaar/CIPP/commit/3892124530748960172e096426fcc2c39c0d1121) ci: add Azure Static Web Apps workflow file - [`726603d`](https://github.com/KelvinTegelaar/CIPP/commit/726603ddbd91b9f2d23f9ffa83866a3574d5c634) Merge branch 'KelvinTegelaar:main' into main - [`e37ec5a`](https://github.com/KelvinTegelaar/CIPP/commit/e37ec5aefc1a793aa87f763ef9bfbdbf919f064c) Merge branch 'KelvinTegelaar:main' into main - [`98b59f7`](https://github.com/KelvinTegelaar/CIPP/commit/98b59f73c613e3f3ebc8d6ee015484c1bde39f69) Merge branch 'KelvinTegelaar:main' into main - [`7ddf749`](https://github.com/KelvinTegelaar/CIPP/commit/7ddf7492a58bcfc799e58c11a67c0f2a47b1bd62) Merge branch 'KelvinTegelaar:main' into main - [`2986f1f`](https://github.com/KelvinTegelaar/CIPP/commit/2986f1f6a643dcbb2ac188e08173ae11e88565b3) Merge branch 'KelvinTegelaar:main' into main - [`34ecfb0`](https://github.com/KelvinTegelaar/CIPP/commit/34ecfb0d462a049b4b932b83ad477e319dc75ed0) Merge branch 'KelvinTegelaar:main' into main - [`c6afddd`](https://github.com/KelvinTegelaar/CIPP/commit/c6afddd3f5c4db2c13e76223282649c266b576a1) Merge branch 'KelvinTegelaar:main' into main - [`60479b7`](https://github.com/KelvinTegelaar/CIPP/commit/60479b7457d31ade9e9af5f1f5dab7dfc5b9f33e) Merge branch 'KelvinTegelaar:main' into main - [`dd6d0fe`](https://github.com/KelvinTegelaar/CIPP/commit/dd6d0fe3968aa55d3f3ec6eefa2dcd2d25b670c8) Merge branch 'KelvinTegelaar:main' into main ### 📊 Changes **24 files changed** (+290 additions, -745 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/feature.yml` (+1 -1) ➖ `.github/pull.yml` (+0 -11) 📝 `.github/workflows/Close_Stale_Issues_and_PRs.yml` (+1 -1) 📝 `.github/workflows/Comment_on_Issues.yml` (+1 -1) ➕ `.github/workflows/azure-static-web-apps-purple-bush-089d75e03.yml` (+45 -0) 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+0 -19) 📝 `src/components/forms/RFFComponents.js` (+1 -1) 📝 `src/components/tables/CellGenericFormat.js` (+0 -3) 📝 `src/components/utilities/CippActionsOffcanvas.js` (+0 -7) 📝 `src/components/utilities/SharedModal.js` (+0 -5) 📝 `src/data/standards.json` (+27 -27) 📝 `src/routes.js` (+0 -14) 📝 `src/views/cipp/CIPPSettings.js` (+198 -238) 📝 `src/views/cipp/Setup.js` (+3 -3) ➖ `src/views/email-exchange/tools/MailboxRestoreWizard.js` (+0 -214) ➖ `src/views/email-exchange/tools/MailboxRestores.js` (+0 -170) 📝 `src/views/endpoint/intune/MEMAddPolicy.js` (+1 -3) 📝 `src/views/identity/administration/UserActions.js` (+1 -1) 📝 `src/views/tenant/administration/GDAPWizard.js` (+5 -1) _...and 4 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#3452
No description provided.