Commit Graph

  • 57c573502d chore: bump go to 1.26.4 Stavros 2026-06-09 11:44:03 +03:00
  • 3c9817cf39 tests: fix oidc controller tests Stavros 2026-06-08 12:38:44 +03:00
  • ede6e8084d fix: support for oidc post (forgot that) Stavros 2026-06-08 12:35:13 +03:00
  • 4e671ed48c tests: fix proxy controller tests Stavros 2026-06-08 12:24:19 +03:00
  • a69d22bb0e feat: add new quick actions menu instead of individual dropdowns in frontend Stavros 2026-06-08 12:16:40 +03:00
  • ace64fa7ee tests: rework oidc tests and aim for better coverage Stavros 2026-06-07 18:57:41 +03:00
  • 5e954da5ff chore: go mod tidy Stavros 2026-06-06 18:05:48 +03:00
  • 47b7f1e6f2 feat: add back support for request oidc param Stavros 2026-06-06 18:01:59 +03:00
  • f078e3549e fix: fix oauth oidc flow Stavros 2026-06-06 17:02:06 +03:00
  • da9079246a Merge branch 'main' into refactor/oidc-authorize Stavros 2026-06-06 16:31:13 +03:00
  • 426eac2d0b refactor: rework oidc session storage (#913) Stavros 2026-06-06 16:26:08 +03:00
  • da17be400e chore(deps): bump the minor-patch group across 1 directory with 4 updates (#920) dependabot[bot] 2026-06-06 15:53:46 +03:00
  • 514fcb8fcc chore(deps): bump docker/setup-buildx-action from 4.0.0 to 4.1.0 (#901) dependabot[bot] 2026-06-06 15:53:24 +03:00
  • 831180c7fa chore(deps): bump docker/metadata-action from 6.0.0 to 6.1.0 (#900) dependabot[bot] 2026-06-06 15:53:10 +03:00
  • e0ab7c75bc chore(deps): bump node from 26.2-alpine3.23 to 26.3-alpine3.23 (#914) dependabot[bot] 2026-06-06 15:52:53 +03:00
  • 66546439fa chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (#902) dependabot[bot] 2026-06-06 15:52:38 +03:00
  • df742abb8d chore(deps): bump github.com/quic-go/quic-go from 0.59.0 to 0.59.1 (#917) dependabot[bot] 2026-06-06 15:52:18 +03:00
  • 57e1f963df chore(deps): bump github/codeql-action from 4.35.5 to 4.36.1 (#918) dependabot[bot] 2026-06-06 15:51:55 +03:00
  • d7c255948c chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#919) dependabot[bot] 2026-06-06 15:51:33 +03:00
  • 2454ba58ea refactor: use ticket approach for oidc flow Stavros 2026-06-01 17:04:08 +03:00
  • 97e0e0dfff wip: backend Stavros 2026-06-01 16:26:42 +03:00
  • b3c152fa1c chore: rabbit comments Stavros 2026-06-01 15:47:19 +03:00
  • 5caee887de fix: ensure no oidc code reuse Stavros 2026-06-01 12:22:49 +03:00
  • b5770ef305 fix: add memory back in the db bootstrap Stavros 2026-06-01 12:10:59 +03:00
  • 1c4ca8f436 chore: differentiate oauth userinfo from oidc userinfo Stavros 2026-06-01 12:02:11 +03:00
  • a72300484b tests: fix oidc service tests Stavros 2026-06-01 12:00:50 +03:00
  • 4fe5de241b chore: fix memory store Stavros 2026-06-01 11:55:47 +03:00
  • 83ed9ece57 feat: add db cleanup routine back Stavros 2026-06-01 11:47:17 +03:00
  • faa3156672 Merge branch 'main' into refactor/oidc-store Stavros 2026-05-31 20:11:37 +03:00
  • 695feca71c refactor: rework oidc session storage Stavros 2026-05-31 20:10:53 +03:00
  • dac844595d refactor: use new cache store in services (#912) Stavros 2026-05-31 18:55:06 +03:00
  • 82d21c3b28 Merge branch 'refactor/service-cache' into refactor/oidc-codes Stavros 2026-05-31 18:34:52 +03:00
  • fe8463890a fix: fix bugs in cache order Stavros 2026-05-31 18:29:14 +03:00
  • 940ba6dff7 fix: don't allow tagged devices in tailscale integration Stavros 2026-05-31 12:42:00 +03:00
  • ac9689dc9b tests: add cache store tests Stavros 2026-05-30 15:18:23 +03:00
  • 3e5757cfc9 fix: fix race conditions Stavros 2026-05-30 15:04:53 +03:00
  • ed94490efd refactor: use new cache store in auth service Stavros 2026-05-29 23:33:35 +03:00
  • faee58ca8e feat: use ding for ordered go routine shutdown order (#896) Stavros 2026-05-27 12:46:28 +03:00
  • e9b8ca3cf8 fix: cleanup acl logic to match stable one Stavros 2026-05-27 12:11:17 +03:00
  • f2c4e7932d chore: include debug symbols in nightly images (#908) Stavros 2026-05-27 11:43:43 +03:00
  • 4538922caf refactor: simplify error handling in oidc authorize handler (#907) Stavros 2026-05-27 11:27:10 +03:00
  • 672db84200 feat: make config file a stable feature (#897) Stavros 2026-05-27 11:26:09 +03:00
  • 359000f731 feat(db): add postgresql support (#892) Scott McKendry 2026-05-26 09:08:59 +12:00
  • 0a3e7bf265 fix: use policy engine in oauth whitelist check (#904) Stavros 2026-05-26 00:07:46 +03:00
  • bdc0a60116 CodeRabbit Generated Unit Tests: Add unit tests coderabbitai/utg/c346113 coderabbitai[bot] 2026-05-25 17:11:30 +00:00
  • f5b9d83360 📝 Add docstrings to feat/pgsql-driver coderabbitai/docstrings/40540ce coderabbitai[bot] 2026-05-25 17:05:38 +00:00
  • 40540ce133 feat(db): add postgresql support Scott McKendry 2026-05-23 17:20:02 +12:00
  • c3461131f5 feat: support provider-specific OAuth whitelists (#882) Puneet Dixit 2026-05-24 22:48:33 +05:30
  • 3f584ca741 New Crowdin updates (#798) Stavros 2026-05-24 19:16:29 +03:00
  • 36d0ffc2b5 chore(deps): bump sqlc-dev/setup-sqlc from 4 to 5 (#880) dependabot[bot] 2026-05-24 19:14:15 +03:00
  • 37b79735f0 chore(deps): bump the minor-patch group across 1 directory with 6 updates (#881) dependabot[bot] 2026-05-24 19:13:53 +03:00
  • 09540fbe6e chore(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 (#891) dependabot[bot] 2026-05-24 19:13:15 +03:00
  • 8e60a2e28e chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#879) dependabot[bot] 2026-05-24 19:12:51 +03:00
  • 9619024c37 chore(deps): bump github/codeql-action from 4.35.4 to 4.35.5 (#871) dependabot[bot] 2026-05-24 19:12:20 +03:00
  • 1c305bacca chore(deps): bump node from 26.1-alpine3.23 to 26.2-alpine3.23 (#883) dependabot[bot] 2026-05-24 19:11:55 +03:00
  • e532cde2b6 fix: potential nil pointer dereferences (#893) Scott McKendry 2026-05-25 02:23:48 +12:00
  • 2737a25227 fix: don't point to nil local users in bootstrap app Stavros 2026-05-23 20:24:51 +03:00
  • 7aa25210f5 feat(config): allow global bypass by ip (#889) Scott McKendry 2026-05-24 04:58:48 +12:00
  • 55bef72639 fix: ensure domain defined in acls is included in host rules (#884) Stavros 2026-05-23 17:13:41 +03:00
  • ae17bd3b66 fix: do not log user context not found errors in proxy controller Stavros 2026-05-23 16:43:03 +03:00
  • 8849d7e00f fix(frontend): tailscale prompt on every login (#888) Scott McKendry 2026-05-22 06:02:46 +12:00
  • c9e90547d4 chore: change project license to AGPL (#876) Stavros 2026-05-21 12:16:57 +03:00
  • 3194f4b987 chore: remove stale error from tailscale service Stavros 2026-05-20 23:04:38 +03:00
  • 9b50670925 fix: handle panics in tailscale service Stavros 2026-05-20 23:01:14 +03:00
  • 1166a15aa7 feat: tailscale integration (#847) Stavros 2026-05-20 20:10:38 +03:00
  • c855f9b8ac feat: add support for deny by default access controls (#852) Stavros 2026-05-19 18:07:55 +03:00
  • a56c349525 refactor(db): use new store interface (#831) Scott McKendry 2026-05-19 07:33:09 +12:00
  • 8b4ba23328 chore: remove stale bot Stavros 2026-05-18 14:32:50 +03:00
  • 8932f2ad46 feat: ensure public key pairs with private key in oidc service Stavros 2026-05-16 20:43:50 +03:00
  • 482ba9d99f fix: use yml instead of yaml files for issue templates Stavros 2026-05-16 20:27:48 +03:00
  • 1bcd1bb59a fix: fix feature request template and allow blank issues Stavros 2026-05-16 20:24:11 +03:00
  • 5349f21212 fix: use loaded public key in oidc service, fixes #860 Stavros 2026-05-16 17:09:21 +03:00
  • e8071a9d80 fix: bug fixes for issues #859, 860, 861, 862, 863, 864, 865, 866 (#867) Dreddy 2026-05-16 10:04:01 -04:00
  • 1f67797605 Update templates to use forms (#872) Ryc O'Chet 2026-05-16 15:01:18 +01:00
  • ca06099466 tests: fix tests for proxy controller Stavros 2026-05-15 18:43:18 +03:00
  • d4b4245017 chore: revert 4c741a5 and use 403 for acl errors Stavros 2026-05-15 18:39:12 +03:00
  • 4c741a5990 fix: use 401 errors instead of 403 for nginx responses Stavros 2026-05-15 18:12:15 +03:00
  • def539a40f refactor: replace bun with pnpm (#870) Stavros 2026-05-15 14:43:51 +03:00
  • e6b291d21c docs: enhance security policy with reporting guidelines (#868) Dreddy 2026-05-13 17:08:48 -04:00
  • 086e3af4e2 chore: add deepsec to gitignore Stavros 2026-05-13 19:11:39 +03:00
  • f9fff24ca5 fix: oidc open redirect (#854) Dreddy 2026-05-13 10:34:39 -04:00
  • a9eac7edd2 fix(ldap): pass through LDAP mail attribute instead of crafting email (#834) Ilyas 2026-05-11 14:40:15 +02:00
  • a6351790c3 chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 (#842) dependabot[bot] 2026-05-10 16:36:01 +03:00
  • 4f7335ed73 refactor: rework app logging, dependency injection and cancellation (#844) Stavros 2026-05-10 16:10:36 +03:00
  • 5649aea507 chore: add linter to ci feat/golanci Stavros 2026-05-09 18:02:08 +03:00
  • 3da9a5b18b feat: add golangci-lint for go linting Stavros 2026-05-09 18:00:41 +03:00
  • 1b18e68ce0 docs: regenerate readme sponsors list (#841) github-actions[bot] 2026-05-07 16:53:07 +03:00
  • 6602b52f85 feat: add support for oauth whitelist file (#817) (#826) djedditt 2026-05-07 15:35:38 +02:00
  • f8fb7d678b fix: fix conflicts feat/oauth-whitelist-file Stavros 2026-05-07 16:17:11 +03:00
  • 0c31fb0600 Merge branch 'main' into feat/oauth-whitelist-file Stavros 2026-05-07 16:17:01 +03:00
  • a8a98bd8d5 chore(deps): bump the minor-patch group across 1 directory with 3 updates (#827) dependabot[bot] 2026-05-07 16:13:04 +03:00
  • ca6a7fa551 feat: add option to run tinyauth on a top-level domain (#710) Jacek Kowalski 2026-05-07 15:12:24 +02:00
  • 5aeb886523 Merge branch 'main' into single-cookie-domain single-cookie-domain Stavros 2026-05-07 15:50:55 +03:00
  • 1382ab41e7 refactor: rework user context handling throughout tinyauth (#829) Stavros 2026-05-07 15:41:07 +03:00
  • 24f2da4e58 chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#837) dependabot[bot] 2026-05-06 18:49:37 +03:00
  • b06b60150f Merge branch 'main' into single-cookie-domain Stavros 2026-05-04 15:59:22 +03:00
  • 44c763c302 fix: narrow down action permissions to per-job ones fix/token-permissions Stavros 2026-04-29 16:41:24 +03:00
  • 956d2f55c3 feat(access-control): Add support for Kubernetes Label (#627) Contre 2026-04-29 15:16:21 +02:00
  • 5e822d99e1 chore: fix typos in oidc service Stavros 2026-04-29 16:08:21 +03:00
  • 373ee8806e chore: prefer errors.is instead of comparison Stavros 2026-04-29 16:04:27 +03:00