[PR #835] [MERGED] Dev to release #3037

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/835
Author: @KelvinTegelaar
Created: 3/18/2022
Status: Merged
Merged: 3/18/2022
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

  • c278ca3 Add slightly more spacing to sidebar menu. Reintroduce rounded borders.
  • 5f9d680 added edge debugging
  • 9ac8aa6 fixes external link bug #773
  • b3b35d3 ENHANCEMENT: URL Fixed, file count sort, added root template
  • 4282648 Merge pull request #788 from gavsto/dev
  • 6c6423f ENHANCEMENT: Added display name instead of SKU to BPA
  • 23c1865 Merge pull request #790 from gavsto/dev
  • ceaaeee FEATURE: Token Verification
  • ae21556 Update launch.json
  • a1310d4 Update CIPPSettings.js

📊 Changes

38 files changed (+3777 additions, -2748 deletions)

View changed files

📝 .github/workflows/CodeQL_Analyser.yml (+1 -3)
📝 .github/workflows/Node_Project_Check.yml (+1 -5)
📝 .github/workflows/Run_Linters.yml (+1 -6)
📝 .vscode/launch.json (+15 -0)
📝 package-lock.json (+2456 -2222)
📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+27 -13)
📝 src/components/layout/CippContentCard.js (+3 -0)
📝 src/components/layout/CippMasonry.js (+42 -3)
📝 src/components/tables/CippTable.js (+5 -12)
📝 src/components/utilities/CippActionsOffcanvas.js (+29 -16)
📝 src/routes.js (+14 -0)
📝 src/scss/_custom.scss (+9 -1)
📝 src/scss/_themes.scss (+2 -2)
📝 src/store/api/app.js (+6 -0)
📝 src/store/api/domains.js (+3 -3)
📝 src/store/api/mailbox.js (+18 -1)
📝 src/views/cipp/CIPPSettings.js (+107 -10)
src/views/email-exchange/administration/EditCalendarPermissions.js (+209 -0)
📝 src/views/email-exchange/administration/MailboxesList.js (+5 -0)

...and 18 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/835 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 3/18/2022 **Status:** ✅ Merged **Merged:** 3/18/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`c278ca3`](https://github.com/KelvinTegelaar/CIPP/commit/c278ca3eb3d3b9da798ed1e96f5cd773d9e0352f) Add slightly more spacing to sidebar menu. Reintroduce rounded borders. - [`5f9d680`](https://github.com/KelvinTegelaar/CIPP/commit/5f9d680dd60325e7fc99b093bba2eac402e069ad) added edge debugging - [`9ac8aa6`](https://github.com/KelvinTegelaar/CIPP/commit/9ac8aa6bb3b5041e60e886d784f89221116aa12f) fixes external link bug #773 - [`b3b35d3`](https://github.com/KelvinTegelaar/CIPP/commit/b3b35d3bcc196c321c534321152d8018aba0f91e) ENHANCEMENT: URL Fixed, file count sort, added root template - [`4282648`](https://github.com/KelvinTegelaar/CIPP/commit/42826483c5f10b7111b2e37b11ae5fa4040be453) Merge pull request #788 from gavsto/dev - [`6c6423f`](https://github.com/KelvinTegelaar/CIPP/commit/6c6423f68484ceb485ce9a16901091613bb1be58) ENHANCEMENT: Added display name instead of SKU to BPA - [`23c1865`](https://github.com/KelvinTegelaar/CIPP/commit/23c186568848a30be886d2fd06cc3093dbcb0a90) Merge pull request #790 from gavsto/dev - [`ceaaeee`](https://github.com/KelvinTegelaar/CIPP/commit/ceaaeee496434b3fbe8b00a0887cfb59d1fc042b) FEATURE: Token Verification - [`ae21556`](https://github.com/KelvinTegelaar/CIPP/commit/ae21556ea116aa17c58b520d39065c9d439f3275) Update launch.json - [`a1310d4`](https://github.com/KelvinTegelaar/CIPP/commit/a1310d49c9e2fa6784e9c4cbf22ee940a4806d6c) Update CIPPSettings.js ### 📊 Changes **38 files changed** (+3777 additions, -2748 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/CodeQL_Analyser.yml` (+1 -3) 📝 `.github/workflows/Node_Project_Check.yml` (+1 -5) 📝 `.github/workflows/Run_Linters.yml` (+1 -6) 📝 `.vscode/launch.json` (+15 -0) 📝 `package-lock.json` (+2456 -2222) 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+27 -13) 📝 `src/components/layout/CippContentCard.js` (+3 -0) 📝 `src/components/layout/CippMasonry.js` (+42 -3) 📝 `src/components/tables/CippTable.js` (+5 -12) 📝 `src/components/utilities/CippActionsOffcanvas.js` (+29 -16) 📝 `src/routes.js` (+14 -0) 📝 `src/scss/_custom.scss` (+9 -1) 📝 `src/scss/_themes.scss` (+2 -2) 📝 `src/store/api/app.js` (+6 -0) 📝 `src/store/api/domains.js` (+3 -3) 📝 `src/store/api/mailbox.js` (+18 -1) 📝 `src/views/cipp/CIPPSettings.js` (+107 -10) ➕ `src/views/email-exchange/administration/EditCalendarPermissions.js` (+209 -0) 📝 `src/views/email-exchange/administration/MailboxesList.js` (+5 -0) _...and 18 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:56:34 +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#3037
No description provided.