[pull] main from KelvinTegelaar:main#40
Merged
TecharyJames merged 285 commits intoTechary:mainfrom Apr 14, 2026
Merged
Conversation
Signed-off-by: John Duprey <john@cyberdrain.com>
Show warning when TAP is not enabled in tenant in jit-admin add
feat: Add calendar options for out-of-office settings
Introduce webhook authentication options and related form fields for Notification settings. Imports CippFormCondition and useSettings, adds a webhookAuthTypes list, and loads additional webhook auth values (type, token, username, password, header name/value, headers) from API config. Adds conditional UI controls for Bearer, Basic, API Key Header, and Custom Headers (JSON). Updates effect deps to include dataUpdatedAt, changes Send Test Alert button disabling to depend on form dirty state, and includes currentTenant as tenantFilter in the test alert POST payload.
Add a Universal Search dialog to the top navigation and wire up CippUniversalSearchV2. This change introduces a button and Ctrl/Cmd+Shift+K keyboard shortcut to open the dialog, passes autoFocus to the search component, and resets the component via a key increment on close. CippUniversalSearchV2 was updated to support autoFocus, use placeholder instead of label, clear its input and call onConfirm when items are selected, and adjust internal layout alignment. The standalone Universal Search card was removed from the dashboard page.
Allow username templates to control how spaces are handled when generating usernames. CippAddEditUser.generateUsername now accepts spaceHandling (keep|remove|replace) and spaceReplacement parameters and applies them before lowercasing. The user defaults page adds two new fields: usernameSpaceHandling (autoComplete with Keep/Remove/Replace) and usernameSpaceReplacement (textField), and includes these keys in the saved/default field lists. This enables admins to configure whether generated usernames keep, remove, or replace spaces (with a custom character).
Add UI action to clear HIBP API key
feat: add tooltip for truncated logbook messages
…om-application-scripts Fix/variable entry on custom application scripts
chore: add react types, update ignore for jetbrains ides
Add username space handling and replacement
Feat: Add standardized schema toggle to form and authentication methods
Feat: Integrate Universal Search dialog in TopNav
…dashboard Feat: Exclude license from dashboard dropdown
feat: add "Create Template from User" action
Extend CippUniversalSearchV2 to support a new "Pages" search mode and improved keyboard navigation. Adds dynamic tabOptions loading, menu flattening, breadcrumb building and permission/role filtering so pages and tabs (including tabOptions.json entries) appear in search results. Implements arrow/Enter/Escape navigation, result highlighting/scroll-into-view, and UI tweaks (hide Search button for Pages, loading states). Update top-nav to open the universal search in different default modes (Ctrl/Cmd+K for Pages, Ctrl/Cmd+Shift+K for Users), add the magnifying icon, and pass defaultSearchType into the dialog. Remove the legacy CippCentralSearch component file.
Feat: Pages search & keyboard nav; remove central search
# Conflicts: # package.json
Added a new standard for Colleague Impersonation Alert with detailed configurations for transport rules. Signed-off-by: Chris Dewey <142454021+chris-dewey-1991@users.noreply.github.com>
Updated help text and documentation description for Exchange Online transport rules to clarify functionality and preserve existing exemptions. Signed-off-by: Chris Dewey <142454021+chris-dewey-1991@users.noreply.github.com>
Bumps [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) from 3.22.0 to 3.22.3. - [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.22.3/packages/pm) --- updated-dependencies: - dependency-name: "@tiptap/pm" dependency-version: 3.22.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.4 to 19.2.5. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 16.2.1 to 16.2.3. - [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.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 16.2.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.91.2 to 5.96.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.96.2/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.96.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tent URL paths (#5815) All Advanced menu children use /cipp/advanced/... except Super Admin, which used /cipp/super-admin/.... This moves the pages and updates all route references, relative imports, and navigation configs to align Super Admin with its sibling menu items. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bumps [react-apexcharts](https://github.com/apexcharts/react-apexcharts) from 1.9.0 to 2.1.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: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Zacgoose <107489668+Zacgoose@users.noreply.github.com>
Signed-off-by: John Duprey <john@cyberdrain.com>
Dev to hotfix
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.4)
Can you help keep this open source service alive? 💖 Please sponsor : )