[PR #1243] [MERGED] Dev #3151

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1243
Author: @KelvinTegelaar
Created: 12/2/2022
Status: Merged
Merged: 12/2/2022
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

28 files changed (+1322 additions, -167 deletions)

View changed files

📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+56 -31)
📝 src/components/buttons/PdfButton.js (+7 -7)
📝 src/components/forms/RFFComponents.js (+4 -1)
src/components/tables/CellGenericFormat.js (+82 -0)
📝 src/components/tables/CippTable.js (+45 -41)
📝 src/components/utilities/CippProfile.js (+7 -0)
src/components/utilities/ReportImage.js (+53 -0)
📝 src/routes.js (+31 -2)
📝 src/scss/_themes.scss (+7 -5)
📝 src/store/features/app.js (+4 -0)
📝 src/views/cipp/CIPPSettings.js (+87 -4)
📝 src/views/cipp/Logs.js (+0 -8)
📝 src/views/cipp/Setup.js (+8 -7)
src/views/email-exchange/spamfilter/AddSpamfilterTemplate.js (+61 -0)
src/views/email-exchange/spamfilter/DeploySpamfilter.js (+202 -0)
src/views/email-exchange/spamfilter/ListSpamfilterTemplates.js (+124 -0)
src/views/email-exchange/spamfilter/Spamfilter.js (+186 -0)
📝 src/views/endpoint/applications/ApplicationsAddChocoApp.js (+91 -4)
📝 src/views/endpoint/applications/ApplicationsAddWinGet.js (+135 -40)

...and 8 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/1243 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 12/2/2022 **Status:** ✅ Merged **Merged:** 12/2/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`8d61fd7`](https://github.com/KelvinTegelaar/CIPP/commit/8d61fd7ec6bdbd27ae0bb4620569da774ed4b242) fixed #1223 - [`61b6eba`](https://github.com/KelvinTegelaar/CIPP/commit/61b6eba703a525f83ee4684cb41d683fd2e5eeb8) hover fix - [`30b55a0`](https://github.com/KelvinTegelaar/CIPP/commit/30b55a0b00ba5f9589a651bd4b86bc979430291b) backups - [`db3167e`](https://github.com/KelvinTegelaar/CIPP/commit/db3167e4e9d40007345373fc258ff16471b38d55) added custom filters - [`25d19be`](https://github.com/KelvinTegelaar/CIPP/commit/25d19bebf7c0ba6ee2a70d07b6243db65040b409) removes startdate var - [`4e89308`](https://github.com/KelvinTegelaar/CIPP/commit/4e893087029ad95f9b73949206b23fce8435a735) updated link to exchange - [`95d52d3`](https://github.com/KelvinTegelaar/CIPP/commit/95d52d3fef61bb9dc310e477339e3202473cbf9f) updated frontend for keys - [`949ffb9`](https://github.com/KelvinTegelaar/CIPP/commit/949ffb9bd5cee8ca3e60827019fd0a6db5f3b558) added - [`2b9c210`](https://github.com/KelvinTegelaar/CIPP/commit/2b9c210eaa01e4fd505139d7abbf7af4157b6f67) fixed weird graph explorer bugs - [`b6f99c6`](https://github.com/KelvinTegelaar/CIPP/commit/b6f99c6341923339c4ee50f6a72660ee3fe2e0ec) flip boolean ### 📊 Changes **28 files changed** (+1322 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+56 -31) 📝 `src/components/buttons/PdfButton.js` (+7 -7) 📝 `src/components/forms/RFFComponents.js` (+4 -1) ➕ `src/components/tables/CellGenericFormat.js` (+82 -0) 📝 `src/components/tables/CippTable.js` (+45 -41) 📝 `src/components/utilities/CippProfile.js` (+7 -0) ➕ `src/components/utilities/ReportImage.js` (+53 -0) 📝 `src/routes.js` (+31 -2) 📝 `src/scss/_themes.scss` (+7 -5) 📝 `src/store/features/app.js` (+4 -0) 📝 `src/views/cipp/CIPPSettings.js` (+87 -4) 📝 `src/views/cipp/Logs.js` (+0 -8) 📝 `src/views/cipp/Setup.js` (+8 -7) ➕ `src/views/email-exchange/spamfilter/AddSpamfilterTemplate.js` (+61 -0) ➕ `src/views/email-exchange/spamfilter/DeploySpamfilter.js` (+202 -0) ➕ `src/views/email-exchange/spamfilter/ListSpamfilterTemplates.js` (+124 -0) ➕ `src/views/email-exchange/spamfilter/Spamfilter.js` (+186 -0) 📝 `src/views/endpoint/applications/ApplicationsAddChocoApp.js` (+91 -4) 📝 `src/views/endpoint/applications/ApplicationsAddWinGet.js` (+135 -40) _...and 8 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:04 +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#3151
No description provided.