Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: HemmeligOrg/Hemmelig.app

Tags

v7.3.2

Toggle v7.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
bjarneo bjarneo
Ensure managed settings works cross features

v7.3.1

Toggle v7.3.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: add generic OAuth provider support via better-auth plugin (#467)

* Initial plan

* chore: install dependencies

Co-authored-by: bjarneo <[email protected]>

* feat: add support for generic OAuth providers

- Add genericOAuth plugin from better-auth
- Support any OAuth 2.0 / OIDC provider (Authentik, Authelia, Keycloak, etc.)
- Configure via HEMMELIG_AUTH_GENERIC_OAUTH environment variable
- Update documentation with setup guides for popular providers

Co-authored-by: bjarneo <[email protected]>

* feat: add frontend support for generic OAuth providers

- Update SocialLoginButtons to handle generic OAuth providers
- Add GenericOAuthIcon for unknown providers
- Implement OAuth2 sign-in flow for generic providers
- Capitalize provider names for display
- Support mixed standard and generic providers

Co-authored-by: bjarneo <[email protected]>

* Potential fix for code scanning alert no. 338: Insecure randomness

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Set the correct order for the callback

* Fix pointer and better svg icon for the generic oauth

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: bjarneo <[email protected]>
Co-authored-by: bjarneo <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Bjarne Øverli <[email protected]>

v7.3.0

Toggle v7.3.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: add generic OAuth provider support via better-auth plugin (#467)

* Initial plan

* chore: install dependencies

Co-authored-by: bjarneo <[email protected]>

* feat: add support for generic OAuth providers

- Add genericOAuth plugin from better-auth
- Support any OAuth 2.0 / OIDC provider (Authentik, Authelia, Keycloak, etc.)
- Configure via HEMMELIG_AUTH_GENERIC_OAUTH environment variable
- Update documentation with setup guides for popular providers

Co-authored-by: bjarneo <[email protected]>

* feat: add frontend support for generic OAuth providers

- Update SocialLoginButtons to handle generic OAuth providers
- Add GenericOAuthIcon for unknown providers
- Implement OAuth2 sign-in flow for generic providers
- Capitalize provider names for display
- Support mixed standard and generic providers

Co-authored-by: bjarneo <[email protected]>

* Potential fix for code scanning alert no. 338: Insecure randomness

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Set the correct order for the callback

* Fix pointer and better svg icon for the generic oauth

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: bjarneo <[email protected]>
Co-authored-by: bjarneo <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Bjarne Øverli <[email protected]>

v7.2.2

Toggle v7.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
bjarneo bjarneo
Add managed and instance setting to disable user registration using e…

…mail and password

v7.2.1

Toggle v7.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
bjarneo bjarneo
Ensure correct wording

v7.2.0

Toggle v7.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
bjarneo bjarneo
Update vlaude

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
bjarneo bjarneo
Make the request secret sane

v7.0.20

Toggle v7.0.20's commit message

Verified

This commit was signed with the committer’s verified signature.
bjarneo bjarneo
Minor UX changes

v7.0.19

Toggle v7.0.19's commit message

Verified

This commit was signed with the committer’s verified signature.
bjarneo bjarneo
use RSS-based threshold (1GB) for memory health check instead of unre…

…liable heap

v7.0.18

Toggle v7.0.18's commit message

Verified

This commit was signed with the committer’s verified signature.
bjarneo bjarneo
Update Claude