Tim Hardeck
Tim Hardeck
By default all my my git commits are signed by gpg. I have added the following snippet to my `.gitconfig`: ``` [commit] gpgsign = true ``` The issue is when...
The release tarball from the Github release page does differ from the source.tar.gz provided by the Github Release Resource. If the tarball is downloaded from the Github release page, the...
So we are using json-schema to verify our json system description. We are using 2.2.5 by default but if 2.5.1 is installed it will be used automatically if it isn't...
## Issue: Refers to #43878 ## Problem URL generation in`pkg/controllers/dashboard/apiservice/setting.go` does not enclose IPv6 addresses in brackets. ## Solution Check for IPv6 addresses and enclose them in brackets. ## Testing...
Upgrade Helm SDK from v3 to [v4](https://github.com/helm/helm/releases/tag/v4.0.0) and adapt Fleet to breaking API changes: **Changes:** - Replace deprecated fields and types: * DryRun (bool) -> DryRunStrategy enum (None=execute, Client=dry-run) *...
fix newly reported issues. Also add additional potentially useful linters, one per commit with its according fixes.
…#4292) Issue: #4233 Make the number of concurrent bundle creation routines configurable via: - CLI flag: --bundle-creation-max-concurrency (default: 4) - Environment variable: FLEET_BUNDLE_CREATION_MAX_CONCURRENCY
Copy of the original issue #4144 by @manno, since it was kind of taken over by a similar but unrelated topic. To keep the context the issues are split. I...
## Summary This PR adds Thunderbird email client support to the Browserpass extension. It allows users to store and retrieve email credentials (IMAP, SMTP, POP3) and OAuth tokens (Gmail, Microsoft,...
## Summary This PR adds Thunderbird support by registering the native messaging host for Thunderbird in addition to Firefox. ## Usage After installing browserpass-native, register the host for Thunderbird: ```bash...