Skip to content

Commit

Permalink
Merge pull request #229 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
[pull] dev from KelvinTegelaar:dev
  • Loading branch information
JohnDuprey authored Jan 16, 2025
2 parents dc72eb4 + 241a339 commit 19cc490
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 14 deletions.
2 changes: 1 addition & 1 deletion public/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "7.0.3"
"version": "7.0.4"
}
2 changes: 1 addition & 1 deletion src/components/CippComponents/CippTenantSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const CippTenantSelector = (props) => {
icon: <Laptop />,
},
{
label: "Sharepoint Portal",
label: "SharePoint Portal",
link: `https://admin.microsoft.com/Partner/beginclientsession.aspx?CTID=${currentTenant?.addedFields?.customerId}&CSDEST=SharePoint`,
icon: <Share />,
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/CippComponents/CippTranslations.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const CippTranslations = {
portal_intune: "Intune Portal",
portal_security: "Security Portal",
portal_compliance: "Compliance Portal",
portal_sharepoint: "Sharepoint Portal",
portal_sharepoint: "SharePoint Portal",
"@odata.type": "Type",
roleDefinitionId: "GDAP Role",
FromIP: "From IP",
Expand Down
9 changes: 9 additions & 0 deletions src/components/CippFormPages/CippAddEditUser.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,15 @@ const CippAddEditUser = (props) => {
formControl={formControl}
/>
</Grid>
<Grid item xs={12} md={6}>
<CippFormComponent
type="textField"
fullWidth
label="Alternate Email Address"
name="otherMails"
formControl={formControl}
/>
</Grid>
{userSettingsDefaults?.userAttributes?.map((attribute, idx) => (
<Grid item xs={6} key={idx}>
<CippFormComponent
Expand Down
2 changes: 1 addition & 1 deletion src/data/CIPPDefaultGDAPRoles.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"value": "69091246-20e8-4a56-aa4d-066075b2a7a8"
},
{
"label": "Sharepoint Administrator",
"label": "SharePoint Administrator",
"value": "f28a1f50-f6e7-4571-818b-6a12f2af6b6c"
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/data/intuneCollection.json
Original file line number Diff line number Diff line change
Expand Up @@ -73017,7 +73017,7 @@
},
{
"id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludesharepoint",
"displayName": "Include Sharepoint",
"displayName": "Include SharePoint",
"options": [
{
"id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludesharepoint_0",
Expand Down Expand Up @@ -209011,7 +209011,7 @@
},
{
"id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_disablesharepointintegrationinoutlook",
"displayName": "Do not allow Sharepoint-Outlook integration (User)",
"displayName": "Do not allow SharePoint-Outlook integration (User)",
"options": [
{
"id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_disablesharepointintegrationinoutlook_0",
Expand Down
4 changes: 2 additions & 2 deletions src/data/portals.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"icon": "shield-alt"
},
{
"label": "Sharepoint Admin",
"name": "Sharepoint_Admin",
"label": "SharePoint Admin",
"name": "SharePoint_Admin",
"url": "https://admin.microsoft.com/Partner/beginclientsession.aspx?CTID=customerId&CSDEST=SharePoint",
"variable": "customerId",
"target": "_blank",
Expand Down
8 changes: 4 additions & 4 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
"name": "standards.DisableM365GroupUsers",
"cat": "Entra (AAD) Standards",
"tag": ["lowimpact"],
"helpText": "Restricts M365 group creation to certain admin roles. This disables the ability to create Teams, Sharepoint sites, Planner, etc",
"helpText": "Restricts M365 group creation to certain admin roles. This disables the ability to create Teams, SharePoint sites, Planner, etc",
"docsDescription": "Users by default are allowed to create M365 groups. This restricts M365 group creation to certain admin roles. This disables the ability to create Teams, SharePoint sites, Planner, etc",
"addedComponent": [],
"label": "Disable M365 Group creation by users",
Expand Down Expand Up @@ -1682,7 +1682,7 @@
"name": "standards.AtpPolicyForO365",
"cat": "Defender Standards",
"tag": ["lowimpact", "CIS"],
"helpText": "This creates a Atp policy that enables Defender for Office 365 for Sharepoint, OneDrive and Microsoft Teams.",
"helpText": "This creates a Atp policy that enables Defender for Office 365 for SharePoint, OneDrive and Microsoft Teams.",
"addedComponent": [
{
"type": "switch",
Expand Down Expand Up @@ -2360,7 +2360,7 @@
"name": "standards.sharingCapability",
"cat": "SharePoint Standards",
"tag": ["highimpact", "CIS"],
"helpText": "Sets the default sharing level for OneDrive and Sharepoint. This is a tenant wide setting and overrules any settings set on the site level",
"helpText": "Sets the default sharing level for OneDrive and SharePoint. This is a tenant wide setting and overrules any settings set on the site level",
"addedComponent": [
{
"type": "autoComplete",
Expand All @@ -2387,7 +2387,7 @@
]
}
],
"label": "Set Sharing Level for OneDrive and Sharepoint",
"label": "Set Sharing Level for OneDrive and SharePoint",
"impact": "High Impact",
"impactColour": "danger",
"powershellEquivalent": "Update-MgBetaAdminSharepointSetting",
Expand Down
13 changes: 13 additions & 0 deletions src/pages/cipp/settings/tenants.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,19 @@ const Page = () => {
actions={actions}
offCanvas={offCanvas}
simpleColumns={columns}
filters={[
{
filterName: "Included tenants",
//true or false filters by yes/no
value: [{ id: "Excluded", value: "No" }],
type: "column",
},
{
filterName: "Excluded tenants",
value: [{ id: "Excluded", value: "Yes" }],
type: "column",
},
]}
/>
<CippApiDialog
title="Force Refresh Tenant"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const Page = () => {
apiData={{
Endpoint: "deviceAppManagement/managedAppPolicies",
$orderby: "displayName",
manualPagination: true,
}}
apiDataKey="Results"
actions={actions}
Expand Down
1 change: 1 addition & 0 deletions src/pages/endpoint/MEM/list-compliance-policies/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ const Page = () => {
$orderby: "displayName",
$count: true,
$expand: "assignments",
manualPagination: true,
}}
actions={actions}
offCanvas={offCanvas}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/identity/administration/groups/edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const EditGroup = () => {
<CippFormPage
formControl={formControl}
queryKey={`ListGroups-${groupId}`}
title="Group"
title={`Group: ${groupInfo.data?.groupInfo?.displayName || ''}`}
formPageType="Edit"
backButtonTitle="Group Overview"
postUrl="/api/EditGroup"
Expand Down
3 changes: 2 additions & 1 deletion src/pages/identity/administration/users/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Page = () => {
},
{
//tested
label: "Rerequire MFA registration",
label: "Re-require MFA registration",
type: "GET",
icon: <PhonelinkSetup />,
url: "/api/ExecResetMFA",
Expand Down Expand Up @@ -322,6 +322,7 @@ const Page = () => {
"department", // Department
"onPremisesLastSyncDateTime", // OnPrem Last Sync
"id", // Unique ID
"otherMails", // Alternate Email Addresses
],
actions: actions,
};
Expand Down
1 change: 1 addition & 0 deletions src/pages/identity/reports/risk-detections/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const Page = () => {
Endpoint: "identityProtection/riskDetections",
manualPagination: true,
$count: true,
$orderby: "detectedDateTime desc",
$top: 500,
}}
apiDataKey="Results"
Expand Down

0 comments on commit 19cc490

Please sign in to comment.