Marc Becker
Marc Becker
Start menu links for documentation and utilities (static key generation) created by `NSIS` setup are not removed by `MSI` installer during update. Doc link issue is masked by default as...
The code flow for **OAuth-only** authMode must report back credential expiry correctly. If neither of the supported modes is selected, this constitutes an invalid configuration anyway. Better let more sophisticated...
Missing the update of single-use-tokens will lead to continuous re-registration requirement for GCM. Check is done correctly for new value. Just the storage step used the old value instead of...
Not checking for expired tokens triggers failures on first fetch/push after expiration. Many Oauth2 implementations use JWT, where expiration time stamp is stored in structured data. Fixes #268 Fixes #1408...
A new `pkcs11-helper` [release](https://github.com/OpenSC/pkcs11-helper/releases) `1.31` dropped. The patch set for `RFC7512` applied to OpenVPN Windows builds also gained an [additional fix](https://github.com/OpenSC/pkcs11-helper/pull/4#issuecomment-2386674821). Seems to be a notation issue and not effect...
For alias resolution (e.g. to be used from `.gitattributes`) linguist uses [hyphens](https://github.com/github-linguist/linguist/blob/2409807814a3ff386294b1f217b886a1594642cd/docs/overrides.md#using-gitattributes) to replace whitespace in language names. Current approach in `enry` utilizes [underscores](https://github.com/go-enry/go-enry/blob/4a80f7a1d1c73b102bbde484a8f0fa4317d428c1/internal/code-generator/generator/aliases.go#L51) to generate normalized language aliases. This...