[PR #136] [MERGED] Upgrading Dev to Release #2695

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

18 files changed (+789 additions, -113 deletions)

View changed files

📝 AddESP.html (+1 -1)
📝 AddUser.html (+10 -0)
BestPracticeAnalyserList.html (+100 -0)
DeviceList.html (+90 -0)
📝 Documentation/Contributions.md (+8 -5)
📝 Documentation/Installation.md (+49 -0)
📝 EditUser.html (+11 -1)
📝 MFAReport.html (+3 -0)
📝 OffboardUser.html (+41 -56)
📝 index.html (+6 -1)
js/Userlist.js (+45 -0)
📝 js/datatables/datatablesBasicAuth.js (+46 -41)
js/datatables/datatablesBestPracticeAnalyser.js (+230 -0)
js/datatables/datatablesDevices.js (+105 -0)
📝 js/datatables/datatablesMFAReport.js (+1 -0)
📝 js/datatables/datatablesusers.js (+26 -0)
📝 staticwebapp.config.json (+16 -7)
📝 version_latest.txt (+1 -1)

📄 Description

Big moment. This is our new release. Version 1.2.0 PR :)


🔄 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/136 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 10/27/2021 **Status:** ✅ Merged **Merged:** 10/27/2021 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`46c3f76`](https://github.com/KelvinTegelaar/CIPP/commit/46c3f76d6a850d845711c54d0505ae721de23410) Merge pull request #105 from KelvinTegelaar/master - [`784a5c3`](https://github.com/KelvinTegelaar/CIPP/commit/784a5c36798724193581bdf91008d38a5f753bad) NEW FEATURE: Azure AD Device List + Version Number Add - [`8fb516f`](https://github.com/KelvinTegelaar/CIPP/commit/8fb516fd79093643d1a3435663933ece6f283a66) Merge pull request #106 from gavsto/dev - [`b4e9fc7`](https://github.com/KelvinTegelaar/CIPP/commit/b4e9fc72730e3cfdc85bbecfe640fec7b9dbe37b) added offboard user preview - [`9c310df`](https://github.com/KelvinTegelaar/CIPP/commit/9c310dfea798dd811605cf15e4233aef8a73af4d) added prevention of extra call - [`7469bbc`](https://github.com/KelvinTegelaar/CIPP/commit/7469bbca44ad5f92353887869519fdea10bf52a7) fixed layout - [`27a3b55`](https://github.com/KelvinTegelaar/CIPP/commit/27a3b55a916903b516b966af336813e0859e767b) changed layout slightly - [`22e9ffd`](https://github.com/KelvinTegelaar/CIPP/commit/22e9ffd5262273165109428be7e6519183641f92) added offboarding wizard to menu - [`6f57ead`](https://github.com/KelvinTegelaar/CIPP/commit/6f57ead51328b32f3158a46cd4344cb3f1b91d61) correct spelling. Fixes #114 - [`60d0a5f`](https://github.com/KelvinTegelaar/CIPP/commit/60d0a5fe796c42ddb2337d1c047003af94385f53) updated docs ### 📊 Changes **18 files changed** (+789 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `AddESP.html` (+1 -1) 📝 `AddUser.html` (+10 -0) ➕ `BestPracticeAnalyserList.html` (+100 -0) ➕ `DeviceList.html` (+90 -0) 📝 `Documentation/Contributions.md` (+8 -5) 📝 `Documentation/Installation.md` (+49 -0) 📝 `EditUser.html` (+11 -1) 📝 `MFAReport.html` (+3 -0) 📝 `OffboardUser.html` (+41 -56) 📝 `index.html` (+6 -1) ➕ `js/Userlist.js` (+45 -0) 📝 `js/datatables/datatablesBasicAuth.js` (+46 -41) ➕ `js/datatables/datatablesBestPracticeAnalyser.js` (+230 -0) ➕ `js/datatables/datatablesDevices.js` (+105 -0) 📝 `js/datatables/datatablesMFAReport.js` (+1 -0) 📝 `js/datatables/datatablesusers.js` (+26 -0) 📝 `staticwebapp.config.json` (+16 -7) 📝 `version_latest.txt` (+1 -1) </details> ### 📄 Description Big moment. This is our new release. Version 1.2.0 PR :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 13:55:03 +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#2695
No description provided.