[PR #104] [MERGED] Apply minor bug fixes, added functionality. #2681

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/104
Author: @KelvinTegelaar
Created: 10/22/2021
Status: Merged
Merged: 10/22/2021
Merged by: @KelvinTegelaar

Base: masterHead: dev


📝 Commits (10+)

  • fb87edf ci: add Azure Static Web Apps workflow file
  • 6ef749d ci: add Azure Static Web Apps workflow file
  • 4390eb0 TeamsActivityReport
  • f04470d Merge branch 'master' of github.com:msp4msps/CIPP
  • 09c49db Add Teams Activity to left hand nav
  • 947f4f2 Update to ajax url
  • 83ffeff updates to AJAX urlk
  • 4631e95 removed old yml file
  • 4f28f27 updates to AJAX url
  • e2a4b0e updates to databasetable TeamActivity style

📊 Changes

17 files changed (+645 additions, -93 deletions)

View changed files

BasicAuth.html (+66 -0)
📝 IntunePolicyList.html (+1 -1)
📝 MFAReport.html (+0 -1)
OffboardUser.html (+274 -0)
TeamsActivity.html (+70 -0)
📝 index.html (+13 -12)
📝 js/UserFormOptions.js (+12 -1)
📝 js/datatables/datatablesAPDevices.js (+4 -4)
js/datatables/datatablesBasicAuth.js (+47 -0)
📝 js/datatables/datatablesMFAReport.js (+66 -53)
📝 js/datatables/datatablesStandards.js (+4 -4)
js/datatables/datatablesTeamsActivity.js (+55 -0)
📝 js/datatables/datatablesallapps.js (+7 -7)
📝 js/datatables/datatablesusers.js (+12 -5)
📝 js/scripts.js (+11 -2)
📝 js/tenantexclusionlist.js (+2 -2)
📝 version_latest.txt (+1 -1)

📄 Description

This is a multipurpose PR, first to check if all checks work, secondly to update the version number to 1.1.4 as we've applied minor bugfixes.


🔄 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/104 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 10/22/2021 **Status:** ✅ Merged **Merged:** 10/22/2021 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`fb87edf`](https://github.com/KelvinTegelaar/CIPP/commit/fb87edf5c9f574a1e384775100deddc7ab11e24c) ci: add Azure Static Web Apps workflow file - [`6ef749d`](https://github.com/KelvinTegelaar/CIPP/commit/6ef749d337291efe96c34ba8f376a7cbc61fcfd3) ci: add Azure Static Web Apps workflow file - [`4390eb0`](https://github.com/KelvinTegelaar/CIPP/commit/4390eb052d4b5289deb7f72b7e814ad71513e124) TeamsActivityReport - [`f04470d`](https://github.com/KelvinTegelaar/CIPP/commit/f04470dcaf520826e2164a2aa6b40523c26e26c0) Merge branch 'master' of github.com:msp4msps/CIPP - [`09c49db`](https://github.com/KelvinTegelaar/CIPP/commit/09c49db6441223c499ca0731f6f761085c048c6b) Add Teams Activity to left hand nav - [`947f4f2`](https://github.com/KelvinTegelaar/CIPP/commit/947f4f2b61cb7b9d9614c98ee387bcf3d2fc254f) Update to ajax url - [`83ffeff`](https://github.com/KelvinTegelaar/CIPP/commit/83ffeffc52230a6eab4ca1e66c3ad8ca324e2512) updates to AJAX urlk - [`4631e95`](https://github.com/KelvinTegelaar/CIPP/commit/4631e9582d12215aaeae6058bbb4cacd9797f860) removed old yml file - [`4f28f27`](https://github.com/KelvinTegelaar/CIPP/commit/4f28f2779e872e08316484dd0a2f3b8428fd22b3) updates to AJAX url - [`e2a4b0e`](https://github.com/KelvinTegelaar/CIPP/commit/e2a4b0eb86522bf09e48285c0bbf3c89580d309f) updates to databasetable TeamActivity style ### 📊 Changes **17 files changed** (+645 additions, -93 deletions) <details> <summary>View changed files</summary> ➕ `BasicAuth.html` (+66 -0) 📝 `IntunePolicyList.html` (+1 -1) 📝 `MFAReport.html` (+0 -1) ➕ `OffboardUser.html` (+274 -0) ➕ `TeamsActivity.html` (+70 -0) 📝 `index.html` (+13 -12) 📝 `js/UserFormOptions.js` (+12 -1) 📝 `js/datatables/datatablesAPDevices.js` (+4 -4) ➕ `js/datatables/datatablesBasicAuth.js` (+47 -0) 📝 `js/datatables/datatablesMFAReport.js` (+66 -53) 📝 `js/datatables/datatablesStandards.js` (+4 -4) ➕ `js/datatables/datatablesTeamsActivity.js` (+55 -0) 📝 `js/datatables/datatablesallapps.js` (+7 -7) 📝 `js/datatables/datatablesusers.js` (+12 -5) 📝 `js/scripts.js` (+11 -2) 📝 `js/tenantexclusionlist.js` (+2 -2) 📝 `version_latest.txt` (+1 -1) </details> ### 📄 Description This is a multipurpose PR, first to check if all checks work, secondly to update the version number to 1.1.4 as we've applied minor bugfixes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 13:54:59 +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#2681
No description provided.