[pull] dev from KelvinTegelaar:dev#30
Open
pull[bot] wants to merge 5332 commits intoComputusAustralis:devfrom
Open
[pull] dev from KelvinTegelaar:dev#30pull[bot] wants to merge 5332 commits intoComputusAustralis:devfrom
pull[bot] wants to merge 5332 commits intoComputusAustralis:devfrom
Conversation
|
Added "deploy to custom group" function for auth policies, allowed app IDs to be copyable to the clipboard
Improve Exchange info card and user page safety: parse forwardingAddress as an array or string, strip case-insensitive "smtp:" prefixes, join multiple addresses, and infer External vs Internal targets with a safe fallback to String(). Add a typeof check for group.displayName before using startsWith to avoid runtime errors. Also include minor formatting/trailing-comma cleanup in a few calls.
Enforce tenant selection for drift templates by removing the previous skip: step2 now always checks tenantFilter, and isSaveDisabled requires a non-empty tenantFilter and currentStep >= 4 for both drift and non-drift flows (also preserves drift conflict check). Also includes non-functional cleanups: reformat lazy import, add trailing commas, fix filter/search predicate punctuation, and adjust some JSX ternary indentation to satisfy linting/style.
Add three new default GDAP role entries to src/data/CIPPDefaultGDAPRoles.json: Billing Administrator (b0f54661-2d74-4c50-afa3-1ec803f12efe), Domain Name Administrator (8329153b-31d0-4727-b945-745eb3bc5f31), and Global Reader (f2ef992c-3afb-46b9-b7cf-a126ee74c451). These extend the list of roles available for GDAP configuration.
Rename page title from "JIT Admin Table" to "JIT Admins" for clearer UI. Extend getCippFormatting's matchDateTime regex to include "startDate" (case-insensitive) so startDate fields are recognized and formatted as date/time. Files changed: src/pages/identity/administration/jit-admin/index.js, src/utils/get-cipp-formatting.js.
Fix enable/disable actions for transport rules
Add servicePrincipalLockConfiguration to the app manifest when appDisplayName === "CIPP-SAM" (isEnabled: true, allProperties: true) so SAM gets a service principal lock applied. Also apply minor formatting and lint cleanup across CippAppPermissionBuilder.jsx (trailing commas, callback/parameter fixes and small code-style adjustments) with no other functional changes.
Bumps [formik](https://github.com/jaredpalmer/formik) from 2.4.6 to 2.4.9. - [Release notes](https://github.com/jaredpalmer/formik/releases) - [Commits](https://github.com/jaredpalmer/formik/compare/formik@2.4.6...formik@2.4.9) --- updated-dependencies: - dependency-name: formik dependency-version: 2.4.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [simplebar](https://github.com/grsmto/simplebar/tree/HEAD/packages/simplebar) from 6.3.2 to 6.3.3. - [Release notes](https://github.com/grsmto/simplebar/releases) - [Changelog](https://github.com/Grsmto/simplebar/blob/master/packages/simplebar/CHANGELOG.md) - [Commits](https://github.com/grsmto/simplebar/commits/simplebar@6.3.3/packages/simplebar) --- updated-dependencies: - dependency-name: simplebar dependency-version: 6.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) from 3.13.0 to 3.19.0. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-table/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.19.0/packages/extension-table) --- updated-dependencies: - dependency-name: "@tiptap/extension-table" dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 15.5.2 to 16.1.6. - [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.1.6/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 16.1.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 8.25.0 to 8.27.0. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v8.27.0/packages/x-date-pickers) --- updated-dependencies: - dependency-name: "@mui/x-date-pickers" dependency-version: 8.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…op, and lock - Add SideNavBookmarks component with collapsible bookmark list in sidebar and mobile nav - Rewrite top-nav bookmark popover with non-destructive sort (custom/asc/desc), configurable reorder mode (arrows/drag-and-drop), and animated arrow transitions - Add lock toggle to prevent accidental reorder/removal with flash feedback - Add mobile touch drag-and-drop support via drag handle icon - Fix bookmark removal bug: use path-based lookup instead of display index - Add Navigation Settings UI in preferences (sidebar toggle, popover toggle, reorder mode) with immediate apply via localStorage - Store all navigation/bookmark settings per-device only (localStorage), excluded from server sync to prevent cross-device/user overwrite - Preserve device-local bookmark settings when server settings are loaded - Add info alert about per-device scope in settings sidebar - Enforce maximum bookmark limit of 50 - Add bounds validation for touch drag indices
- Changed workflow name to "Issue volunteer assignment" - Updated trigger to listen for created issue comments - Updated action version from bhermann/issue-volunteer@v0.1.20 to kris6673/issue-volunteer@v0.2.0
feat: Add standalone vacation mode wizard with mailbox permissions and OOO support
Improved Bookmarks
feat: Update issue assignment workflow
…dev/react-hook-form-7.71.2 Bump react-hook-form from 7.71.1 to 7.71.2
feat: Add validation to user forms and update form modes
…dev/react-error-boundary-6.1.1 Bump react-error-boundary from 6.1.0 to 6.1.1
Bumps [react-grid-layout](https://github.com/STRML/react-grid-layout) from 1.5.3 to 2.2.2. - [Release notes](https://github.com/STRML/react-grid-layout/releases) - [Changelog](https://github.com/react-grid-layout/react-grid-layout/blob/master/CHANGELOG.md) - [Commits](react-grid-layout/react-grid-layout@1.5.3...2.2.2) --- updated-dependencies: - dependency-name: react-grid-layout dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-apexcharts](https://github.com/apexcharts/react-apexcharts) from 1.7.0 to 1.9.0. - [Release notes](https://github.com/apexcharts/react-apexcharts/releases) - [Commits](https://github.com/apexcharts/react-apexcharts/commits) --- updated-dependencies: - dependency-name: react-apexcharts dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…dev/react-grid-layout-2.2.2 Bump react-grid-layout from 1.5.3 to 2.2.2
…dev/react-apexcharts-1.9.0 Bump react-apexcharts from 1.7.0 to 1.9.0
[pull] dev from KelvinTegelaar:dev
…nd stepper visibility
- Add smooth RAF-based scroll animation to sidebar with isolated wheel events - Close account popover when switching theme or navigating to preferences - Replace Scrollbar component with native overflow for better control - Add viewport constraints to prevent body scroll interference - Set overscroll-behavior to contain scroll within layout container
Feat: Incident Report and Attachment options
feat: add "Include disabled admin accounts" option to MFAAdmins alert
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 : )