Changelog
- f6e8341 Add PR link to changelog
- a3f18f2 Add internal mockoidc command
- 3abca99 Add logs for issues in Actions
- 2462989 Add new config option to cli integration tests
- 256b6cb Add new option to config-example
- 98e7842 Add nix overlay to flake
- 90e840c Add reverse proxy documentation
- 60cc9dd Add test for autoApprovers feature
- 3a04247 Add web sockets section
- dc18d64 Add websockets config
- b27b789 Added base config file template
- 2e97119 Added derp config to OIDC etc
- 95948e0 Added indication of workaround for #814
- 41353a5 Added integration tests for OIDC on Makefile
- b117ca7 Added missing TLS key for testing
- 7a171cf Added sleep to workaround #814
- 791272e Adds grpc/cli support for preauthkey tags
- dbe58e5 Allow headscale to start if oidc setup fails.
- 45df6e7 Apply suggestions from code review
- 1c267f7 Capture listen error on mockoidc
- fc4361b Delete FUNDING.yml
- b3a53bf Do not load the config for CLI mockoidc (and version)
- 6faa1d2 Fix tests broken by preauthkey tags
- 804d9d8 Format nix with alejandra
- e286ba8 Format reverse-proxy.md
- 5774b32 Include OIDC in the full execution
- fca3805 Initial work on OIDC tests
- 083d2a8 Linting fixes
- a9da953 Merge branch 'main' into autoapprovers
- 5b12ab9 Merge branch 'main' into autoapprovers
- 548551c Merge branch 'main' into autoapprovers
- adb352e Merge branch 'main' into autoapprovers
- 6d2cfd5 Merge branch 'main' into autoapprovers
- 9810d84 Merge branch 'main' into autoapprovers
- 84c4b03 Merge branch 'main' into fix-https-listen
- ed58b2e Merge branch 'main' into fix-https-listen
- 1a30bcb Merge branch 'main' into nix-overlay
- d83a28b Merge branch 'main' into oidc-integration-testing
- 8aa0eef Merge branch 'main' into oidc-integration-testing
- f6153a9 Merge branch 'main' into preauthkey-tags
- 8a1c0e0 Merge branch 'main' into preauthkey-tags
- 470c493 Merge branch 'main' into preauthkey-tags
- e056b86 Merge branch 'main' into preauthkey-tags
- 09863b5 Merge branch 'main' into preauthkey-tags
- 2c73f8e Merge branch 'main' into remove-gin-references
- ddd9282 Merge branch 'main' into remove-gin-references
- 12d5b6a Merge branch 'main' into remove-sponsorship
- e3f1fd1 Merge branch 'main' into remove-sponsorship
- aca1c1b Merge branch 'main' into remove-sponsorship
- 6fe86df Merge branch 'main' into remove-sponsorship
- becf918 Merge branch 'main' into remove-sponsorship
- 31662bc Merge branch 'main' into reverse-proxy
- 9b1dcb2 Merge branch 'main' into reverse-proxy
- e6e5872 Merge branch 'main' into reverse-proxy
- 44be239 Merge branch 'main' into reverse-proxy
- 7092a3e Merge branch 'oidc-integration-testing' of https://github.com/juanfont/headscale into oidc-integration-testing
- a507a04 Merge pull request #763 from tsujamin/autoapprovers
- 8fa05c1 Merge pull request #767 from tsujamin/preauthkey-tags
- c9b39da Merge pull request #790 from mike-lloyd03/reverse-proxy
- a46170e Merge pull request #793 from juanfont/remove-sponsorship
- bd6282d Merge pull request #801 from juanfont/oidc-integration-testing
- 22c68ff Merge pull request #815 from juanfont/remove-gin-references
- 5f975cb Merge pull request #829 from kradalby/oidc-dependency
- 8fbba1a Merge pull request #830 from kradalby/nix-overlay
- 5fe6538 Merge pull request #831 from kradalby/fix-https-listen
- 71b7123 Minor change on the base config for OIDC
- 9088521 Move lets enc listener into go routine
- 0fe3c21 Move map block out of server block
- 94be5ca Nix update
- 9c0cf45 OIDC integration tests working
- f33e3e3 Parse the OIDC login URL
- fb25a06 Preserve current behaviour with a config flag
- c21479c Print docker network config
- 91e3039 Remove --rm flag from Docker example
- ce25a1e Remove sponsor buttons
- e87b470 Removed fmt.Println for linting
- f2928d7 Removed gin from go.sum (Github security notice)
- 5f384c6 Removed old code and minor changes
- 9c58395 Removed unused param after routes fix
- 6953598 Return stderr too in ExecuteCommand
- cb70d7c Return the results on error
- fc6a1e1 Revert overlay overlapping
- b2f3ffb Run integration tests in Actions
- ac18723 Set tags as part of handleAuthKeyCommon
- 7653ad4 Split GetRouteApprovers from EnableAutoApprovedRoutes
- 6b4d533 Update changelog
- e5decbd Update changelog
- d764f52 Update changelog
- 02ab3a2 Update changelog
- 99307d1 Update nix sum
- 1563d75 Use Headscale container to run mockoidc
- 8dcc82c Use oidc if it initialised, not if it is configured
- d0e945f _ unused variable
- e27a4db add acl_tags to PreAuthKey proto
- 7761a7b fix autoapprover test following tagged authkey change
- 72a4300 fix broken preauth-key tag test
- 8a8ec74 fix linting issues in preauthkey tags
- 688cba7 fix linting mistakes
- 81dd9b2 format
- 004ebca initial implementation of autoApprovers support
- c52e3aa remove unnecessary checks on slices
- 842c28a replace netaddr usage with netip