[PR #1640] [MERGED] Dev to release #3336

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1640
Author: @KelvinTegelaar
Created: 7/21/2023
Status: Merged
Merged: 7/21/2023
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

33 files changed (+1214 additions, -760 deletions)

View changed files

.github/pull.yml (+11 -0)
📝 package-lock.json (+222 -97)
📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+5 -0)
📝 src/adminRoutes.js (+2 -0)
📝 src/components/forms/RFFComponents.js (+9 -1)
📝 src/components/layout/AppHeader.js (+2 -7)
📝 src/components/tables/CippTable.js (+1 -1)
📝 src/data/Extensions.json (+19 -1)
src/data/portals.json (+66 -0)
📝 src/data/standards.json (+14 -0)
📝 src/scss/_tenantselector.scss (+7 -2)
📝 src/store/api/app.js (+10 -0)
📝 src/views/cipp/CIPPSettings.js (+2 -1)
📝 src/views/email-exchange/connectors/AddConnectorTemplate.js (+5 -5)
📝 src/views/email-exchange/connectors/ConnectorList.js (+1 -1)
📝 src/views/email-exchange/connectors/DeployConnector.js (+7 -7)
📝 src/views/email-exchange/connectors/ListConnectorTemplates.js (+4 -2)
📝 src/views/email-exchange/transport/DeployTransport.js (+10 -10)
📝 src/views/email-exchange/transport/ListTransportTemplates.js (+2 -2)

...and 13 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/1640 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 7/21/2023 **Status:** ✅ Merged **Merged:** 7/21/2023 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`0c06c9c`](https://github.com/KelvinTegelaar/CIPP/commit/0c06c9c9257282d1efd44b3e3ad88e1fc7ec9b6b) Merge pull request #8 from KelvinTegelaar/dev - [`a7975c6`](https://github.com/KelvinTegelaar/CIPP/commit/a7975c6f734c3519bd8c1caf30e4ed602190e8ea) fixed tenant selector https://github.com/KelvinTegelaar/CIPP/issues/1606 - [`3148bde`](https://github.com/KelvinTegelaar/CIPP/commit/3148bdeffd27f669f68e691eae88140fec5a877b) Merge pull request #12 from KelvinTegelaar/dev - [`728734f`](https://github.com/KelvinTegelaar/CIPP/commit/728734f1d12862cecd22cbc4ded3a1373e141d8f) Fixed issue with archive values - [`1195f47`](https://github.com/KelvinTegelaar/CIPP/commit/1195f474f935f481b0fd70584849c3eea3e4fab1) Merge pull request #1623 from BNWEIN/dev - [`1d7f177`](https://github.com/KelvinTegelaar/CIPP/commit/1d7f177b87e26f954a4cb948dd9f2707dcfd4bfb) Merge pull request #14 from KelvinTegelaar/dev - [`978c1f0`](https://github.com/KelvinTegelaar/CIPP/commit/978c1f05c9bc892af66202c7d2421391bc063e5a) Create pull.yml - [`974de05`](https://github.com/KelvinTegelaar/CIPP/commit/974de05e9d6608842c94e79f85ba0eab514c122d) Merge pull request #1627 from johnduprey/pull-automatic-updates - [`c74ce97`](https://github.com/KelvinTegelaar/CIPP/commit/c74ce976da02d88fc1b301c310d69012a8866328) added offboard link to dropdown menu - [`2f81f8b`](https://github.com/KelvinTegelaar/CIPP/commit/2f81f8b404b72828b5b5c606c212fc4854fde5dc) Merge pull request #17 from KelvinTegelaar/dev ### 📊 Changes **33 files changed** (+1214 additions, -760 deletions) <details> <summary>View changed files</summary> ➕ `.github/pull.yml` (+11 -0) 📝 `package-lock.json` (+222 -97) 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+5 -0) 📝 `src/adminRoutes.js` (+2 -0) 📝 `src/components/forms/RFFComponents.js` (+9 -1) 📝 `src/components/layout/AppHeader.js` (+2 -7) 📝 `src/components/tables/CippTable.js` (+1 -1) 📝 `src/data/Extensions.json` (+19 -1) ➕ `src/data/portals.json` (+66 -0) 📝 `src/data/standards.json` (+14 -0) 📝 `src/scss/_tenantselector.scss` (+7 -2) 📝 `src/store/api/app.js` (+10 -0) 📝 `src/views/cipp/CIPPSettings.js` (+2 -1) 📝 `src/views/email-exchange/connectors/AddConnectorTemplate.js` (+5 -5) 📝 `src/views/email-exchange/connectors/ConnectorList.js` (+1 -1) 📝 `src/views/email-exchange/connectors/DeployConnector.js` (+7 -7) 📝 `src/views/email-exchange/connectors/ListConnectorTemplates.js` (+4 -2) 📝 `src/views/email-exchange/transport/DeployTransport.js` (+10 -10) 📝 `src/views/email-exchange/transport/ListTransportTemplates.js` (+2 -2) _...and 13 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:57:53 +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#3336
No description provided.