Conversation
* share rust toolchain between shell and package * update inputs * update hash
* add boringtun hash * update inputs * update pnpm hash
update aur packages workflow
* APT signing test * typo fix * ready to release * add comments * more comments * rename step * Added ruby to path * Change secret name * for loop * typo * typo 2 * refresh html
* share rust toolchain between shell and package * update inputs * fix path * update inputs * combine compilation flags * update flake * implement client provisioning PoC * load provisioning config on startup * add command to fetch current provisioning config * handle provisioning explicitly in the frontend * wrap hook function in useCallback * put provisioning in a dedicated component * change into a wrapping component
* add initial script to fetch provisioning config from entra ID * update naming and return values * fetch provisioning config from AD extension attributes * update docstring * read data from a single extension attribute * pass extension attribute as argument * us an arbitrary AD attribute * remove unnecessary escape chars * run script during MSI install * add MSI properties to control script execution * test new MSI build * remove silent mode switch * fix provisioning fragment * restore upgrade code * add provisioning script logging * rename provisioning config file * ensure transcript stop * don't restore legacy file * simplify provisioning config file in PS script * restore script resources * try to sidestep windows encoding issues * strip BOM manually * test new MSI images * setup MSI banners * move DB migrations execution * change default AD attribute * restore release workflow * Update src-tauri/resources-windows/scripts/Get-ProvisioningConfig.ps1 Co-authored-by: Adam <adam@defguard.net> * restore EOF newlines --------- Co-authored-by: Adam <adam@defguard.net>
* vpn system status detection, logs, attempt 1 * clippy * Update appstate.rs * review * fix regex * fix vulnerability and other stuff * downgrade cargo deny
…t, other small fixes (#697) * fix * fixes * remove println * bump versions
moubctez
previously approved these changes
Dec 9, 2025
* Clean Apple API functions * Peer: don't encode/decode ephemeral fields * Smart sync with system settings
* update hash * try a different approach to submodules * remove duplicates * update nix flake
moubctez
approved these changes
Dec 15, 2025
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.
Merge release branch into main in preparation for 1.6 release
Related DefGuard/defguard#1736