[PR #656] [MERGED] Upgrading Dev to Release #2954

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/656
Author: @KelvinTegelaar
Created: 1/21/2022
Status: Merged
Merged: 1/21/2022
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

16 files changed (+156 additions, -77 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/components/tables/CippTable.js (+30 -0)
📝 src/scss/_themes.scss (+5 -22)
📝 src/store/api/app.js (+0 -20)
📝 src/views/cipp/CIPPSettings.js (+21 -9)
📝 src/views/endpoint/defender/ListDefender.js (+1 -1)
📝 src/views/identity/administration/AddUser.js (+3 -1)
📝 src/views/identity/administration/User365Management.js (+2 -0)
📝 src/views/identity/administration/UserSigninLogs.js (+13 -0)
📝 src/views/identity/administration/Users.js (+3 -0)
📝 src/views/identity/administration/ViewBEC.js (+23 -2)
📝 src/views/identity/reports/MFAReport.js (+0 -2)
📝 src/views/tenant/standards/DomainsAnalyser.js (+16 -15)
📝 src/views/tenant/standards/IndividualDomain.js (+1 -1)
📝 src/views/tenant/standards/ListAppliedStandards.js (+36 -2)
📝 version_latest.txt (+1 -1)

📄 Description

for 2.0.1


🔄 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/656 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 1/21/2022 **Status:** ✅ Merged **Merged:** 1/21/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`bc4c3e7`](https://github.com/KelvinTegelaar/CIPP/commit/bc4c3e7ae27ad10b75bfcade858ed3c445822a34) fix for domain permissions - [`e3e514e`](https://github.com/KelvinTegelaar/CIPP/commit/e3e514e7ad99daf9669d8ed010da3905a516f550) fixed permission check - [`188201d`](https://github.com/KelvinTegelaar/CIPP/commit/188201d9d9563004b4bf35940fcd1784f875ac7c) removed booleanformatter from non bool values - [`542041b`](https://github.com/KelvinTegelaar/CIPP/commit/542041b33e355300efc40fc27efb5044bcab1241) fixes #630 - [`55de8c6`](https://github.com/KelvinTegelaar/CIPP/commit/55de8c66ba3e57c70b4f061dcb2bf970c63c9d79) added exportselectors - [`0165050`](https://github.com/KelvinTegelaar/CIPP/commit/0165050f282b2215a5462ca6ab36da18ef6567f9) Updated the start command in dev - [`2130a95`](https://github.com/KelvinTegelaar/CIPP/commit/2130a9525b9f21e106ff4903daa028afc7863c9e) Merge pull request #642 from gavsto/dev - [`83f7df6`](https://github.com/KelvinTegelaar/CIPP/commit/83f7df60ccc50ecc35ef03c0be8b09eeb15414b5) UX: Minimum width so columns don't cut off - [`ab52616`](https://github.com/KelvinTegelaar/CIPP/commit/ab526168fd6d1d2be1f3ca3279529e644e7fd0b3) Merge pull request #645 from gavsto/dev - [`b76c7ea`](https://github.com/KelvinTegelaar/CIPP/commit/b76c7eac732c54e8744e43e4420f03b97012f4ca) adduser list instead of line breaks ### 📊 Changes **16 files changed** (+156 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/components/tables/CippTable.js` (+30 -0) 📝 `src/scss/_themes.scss` (+5 -22) 📝 `src/store/api/app.js` (+0 -20) 📝 `src/views/cipp/CIPPSettings.js` (+21 -9) 📝 `src/views/endpoint/defender/ListDefender.js` (+1 -1) 📝 `src/views/identity/administration/AddUser.js` (+3 -1) 📝 `src/views/identity/administration/User365Management.js` (+2 -0) 📝 `src/views/identity/administration/UserSigninLogs.js` (+13 -0) 📝 `src/views/identity/administration/Users.js` (+3 -0) 📝 `src/views/identity/administration/ViewBEC.js` (+23 -2) 📝 `src/views/identity/reports/MFAReport.js` (+0 -2) 📝 `src/views/tenant/standards/DomainsAnalyser.js` (+16 -15) 📝 `src/views/tenant/standards/IndividualDomain.js` (+1 -1) 📝 `src/views/tenant/standards/ListAppliedStandards.js` (+36 -2) 📝 `version_latest.txt` (+1 -1) </details> ### 📄 Description for 2.0.1 --- <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:12 +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#2954
No description provided.