[PR #1455] [CLOSED] Removed Exchange token from dashboard & setup #3238

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1455
Author: @rvdwegen
Created: 3/30/2023
Status: Closed

Base: mainHead: patch-1


📝 Commits (10+)

  • ee38906 added filter
  • 7693782 Update routes.js
  • b8a08b8 Updated "BasicAuthReport" to "InActiveUserReport"
  • 75f7629 Merge pull request #1434 from BNWEIN/dev
  • 98a80d7 Added CopyForSentItems Function
  • f528a9e Merge pull request #1441 from BNWEIN/dev
  • b9ae134 Added User Mailbox Rules to the Users Page
  • cc5db48 Update UserMailboxRuleList.js
  • 32ee3f2 Fixed GranularDelegetedAdminPrivileges spelling mistake
  • c2cc9f8 Merge pull request #1444 from rvdwegen/patch-2

📊 Changes

17 files changed (+397 additions, -111 deletions)

View changed files

📝 deployment/AzureDeploymentTemplate.json (+0 -16)
📝 deployment/AzureDeploymentTemplate_regionoptions.json (+0 -16)
📝 deployment/DevAzureDeploymentTemplate.json (+0 -23)
📝 deployment/DevAzureDeploymentTemplate_regionoptions.json (+0 -23)
📝 src/_nav.js (+5 -0)
📝 src/routes.js (+17 -3)
📝 src/views/cipp/CIPPSettings.js (+1 -1)
📝 src/views/cipp/Logs.js (+23 -8)
📝 src/views/cipp/Setup.js (+0 -10)
📝 src/views/email-exchange/administration/MailboxesList.js (+14 -0)
src/views/email-exchange/reports/SharedMailboxEnabledAccount.js (+65 -0)
📝 src/views/home/Home.js (+1 -5)
src/views/identity/administration/InviteGuest.js (+151 -0)
src/views/identity/administration/UserMailboxRuleList.js (+98 -0)
📝 src/views/identity/administration/Users.js (+16 -4)
📝 src/views/identity/administration/ViewUser.js (+4 -0)
📝 src/views/identity/reports/InactiveUsers.js (+2 -2)

📄 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/1455 **Author:** [@rvdwegen](https://github.com/rvdwegen) **Created:** 3/30/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`ee38906`](https://github.com/KelvinTegelaar/CIPP/commit/ee3890695427093f0e9a09d2c138b8f122fe43ff) added filter - [`7693782`](https://github.com/KelvinTegelaar/CIPP/commit/7693782fa71085e8cdb63fc62665efbbac829fcb) Update routes.js - [`b8a08b8`](https://github.com/KelvinTegelaar/CIPP/commit/b8a08b82b10724f305a16190cd7a491f88a8b982) Updated "BasicAuthReport" to "InActiveUserReport" - [`75f7629`](https://github.com/KelvinTegelaar/CIPP/commit/75f762986f5ca0beb7de991cf9e0974300365aac) Merge pull request #1434 from BNWEIN/dev - [`98a80d7`](https://github.com/KelvinTegelaar/CIPP/commit/98a80d735203e020f7fd35de493896f92f63cada) Added CopyForSentItems Function - [`f528a9e`](https://github.com/KelvinTegelaar/CIPP/commit/f528a9e2107120988e3fcdc51d6caa099bf29112) Merge pull request #1441 from BNWEIN/dev - [`b9ae134`](https://github.com/KelvinTegelaar/CIPP/commit/b9ae134f89841a687f18f1746c9c9d6e95830965) Added User Mailbox Rules to the Users Page - [`cc5db48`](https://github.com/KelvinTegelaar/CIPP/commit/cc5db48f7a6daa0a122ec60d3f8de6eb13c76210) Update UserMailboxRuleList.js - [`32ee3f2`](https://github.com/KelvinTegelaar/CIPP/commit/32ee3f23ba0e8b3a4030054275a8d388d52b15fe) Fixed GranularDelegetedAdminPrivileges spelling mistake - [`c2cc9f8`](https://github.com/KelvinTegelaar/CIPP/commit/c2cc9f822b6ca1d7c57fd74b9cf40f53c7214ed8) Merge pull request #1444 from rvdwegen/patch-2 ### 📊 Changes **17 files changed** (+397 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `deployment/AzureDeploymentTemplate.json` (+0 -16) 📝 `deployment/AzureDeploymentTemplate_regionoptions.json` (+0 -16) 📝 `deployment/DevAzureDeploymentTemplate.json` (+0 -23) 📝 `deployment/DevAzureDeploymentTemplate_regionoptions.json` (+0 -23) 📝 `src/_nav.js` (+5 -0) 📝 `src/routes.js` (+17 -3) 📝 `src/views/cipp/CIPPSettings.js` (+1 -1) 📝 `src/views/cipp/Logs.js` (+23 -8) 📝 `src/views/cipp/Setup.js` (+0 -10) 📝 `src/views/email-exchange/administration/MailboxesList.js` (+14 -0) ➕ `src/views/email-exchange/reports/SharedMailboxEnabledAccount.js` (+65 -0) 📝 `src/views/home/Home.js` (+1 -5) ➕ `src/views/identity/administration/InviteGuest.js` (+151 -0) ➕ `src/views/identity/administration/UserMailboxRuleList.js` (+98 -0) 📝 `src/views/identity/administration/Users.js` (+16 -4) 📝 `src/views/identity/administration/ViewUser.js` (+4 -0) 📝 `src/views/identity/reports/InactiveUsers.js` (+2 -2) </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:27 +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#3238
No description provided.