[pull] main from KelvinTegelaar:main - #21
Open
pull[bot] wants to merge 3186 commits into
Open
Conversation
Remove the helperText styling change to CippFormComponent.jsx per maintainer feedback (core component, internal-only). Trim the HaloPSA integration and PSA Ticket Strategy helper texts so they read cleanly with the default styling.
[pull] dev from KelvinTegelaar:dev
Introduce a new `CippMessageDeliveryInfo` component that parses message headers to show hop-by-hop delivery timing and authentication results (SPF/DKIM/DMARC/etc.) in the message viewer. Update the Message Viewer page to support both EML upload and pasted raw headers/source, with an analyze action and collapsible paste input to streamline header troubleshooting.
…users ux(halopsa): expose user-linking toggle and clean up integration settings
Feat: Alerts on dashboard
[pull] dev from KelvinTegelaar:dev
feat: ability to add/remove nested groups in group memberships
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.101.0 to 5.101.2. - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.101.2/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.101.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 16.2.3 to 16.2.10. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 16.2.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) from 3.22.3 to 3.27.1. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/pm/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.27.1/packages/pm) --- updated-dependencies: - dependency-name: "@tiptap/pm" dependency-version: 3.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-apexcharts](https://github.com/apexcharts/react-apexcharts) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/apexcharts/react-apexcharts/releases) - [Commits](https://github.com/apexcharts/react-apexcharts/commits/v2.1.1) --- updated-dependencies: - dependency-name: react-apexcharts dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 9.2.0 to 9.3.0. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](reduxjs/react-redux@v9.2.0...v9.3.0) --- updated-dependencies: - dependency-name: react-redux dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [LanceMcCarthy/Action-AzureBlobUpload](https://github.com/lancemccarthy/action-azureblobupload) from 3.12.0 to 3.15.0. - [Release notes](https://github.com/lancemccarthy/action-azureblobupload/releases) - [Commits](LanceMcCarthy/Action-AzureBlobUpload@v3.12.0...v3.15.0) --- updated-dependencies: - dependency-name: LanceMcCarthy/Action-AzureBlobUpload dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
[pull] dev from KelvinTegelaar:dev
Shows the mailboxes a user has access to (inverse of the existing Mailbox Permissions card) from the cached permission report, with bulk removal. Also refetch the mailbox permissions report after a removal - the API now keeps the cache in sync, so both views can reflect changes immediately instead of waiting for a full sync.
Guest UPNs contain #EXT#, which truncated the query string and made the Mailbox Access card claim no access for guests. A failed or unsynced permission report also rendered identically to "no access"; the card subtext now distinguishes the error state.
feat: bulk remove mailbox permissions
…dev/tanstack/react-query-5.101.2 chore(deps): bump @tanstack/react-query from 5.101.0 to 5.101.2
…dev/eslint-config-next-16.2.10 chore(deps-dev): bump eslint-config-next from 16.2.3 to 16.2.10
…s/dev/LanceMcCarthy/Action-AzureBlobUpload-3.15.0 chore(deps): bump LanceMcCarthy/Action-AzureBlobUpload from 3.12.0 to 3.15.0
…dev/react-redux-9.3.0 chore(deps): bump react-redux from 9.2.0 to 9.3.0
…dev/react-apexcharts-2.1.1 chore(deps): bump react-apexcharts from 2.1.0 to 2.1.1
query-sync-storage-persister will save clientPrincipal:null into localstorage causing a 401 after a successful login. added authmecipp as exclusion to stop this part, and second, added early return on private route to show loading page instead of 401 when user roles are still loading
invalidate previous caches to prevent 401 loops with changes in private route
Fix: login 401 flash
Feat: Add applicationTemplateId to service principal query
…ig requires it at load time
chore: restore typescript devDependency, eslint-config-next flat config requires it
fix: Dev to hotfix
feat: add needed workflows and issue templates Synced from CyberDrain/CIPP@d4ac274
Dev to release Synced from CyberDrain/CIPP@75e5558
Dev to hf Synced from CyberDrain/CIPP@7d7036e
Dev to release 10.7.2 Synced from CyberDrain/CIPP@f93842c
chore: bump version to 10.7.2 Synced from CyberDrain/CIPP@5b38b39
fix: Dev to hotfix Synced from CyberDrain/CIPP@6e9f3e5
Dev to docs update and clean branch Synced from CyberDrain/CIPP@f15aa84
fix: dev to hotfix Synced from CyberDrain/CIPP@7d168d0
fix: dev to hotfix Synced from CyberDrain/CIPP@f17f1df
Dev to release Synced from CyberDrain/CIPP@041b123
Signed-off-by: KelvinTegelaar <49186168+KelvinTegelaar@users.noreply.github.com>
Dev to hf Synced from CyberDrain/CIPP@272c490
Signed-off-by: KelvinTegelaar <49186168+KelvinTegelaar@users.noreply.github.com>
fix: dev to hotfix Synced from CyberDrain/CIPP@e4a0143
Signed-off-by: John Duprey <john@cyberdrain.com>
fix: dev to hotfix Synced from CyberDrain/CIPP@037779e
Updated Node.js and jsdom versions in package.json. Signed-off-by: John Duprey <john@cyberdrain.com>
fix: Dev to hotfix Synced from CyberDrain/CIPP@c64f881
Signed-off-by: John Duprey <john@cyberdrain.com>
fix: dev to hotfix Synced from CyberDrain/CIPP@674a80d
Downgrade Node.js and jsdom versions in package.json Signed-off-by: John Duprey <john@cyberdrain.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )