Commit Graph

  • 44f35af3bf refactor: move oauth providers into services (non-working) Stavros 2025-08-25 17:50:34 +03:00
  • dfdc656145 refactor: use controller approach in handlers Stavros 2025-08-25 16:40:06 +03:00
  • e1d8ce3cb5 refactor: use context fom middleware in handlers Stavros 2025-08-25 14:19:52 +03:00
  • ace22acdb2 wip: add middlewares Stavros 2025-08-25 13:28:30 +03:00
  • 4979121395 chore(deps): bump golang from 1.24-alpine3.21 to 1.25-alpine3.21 (#311) dependabot[bot] 2025-08-19 12:37:08 +03:00
  • 97020e6e32 chore(deps-dev): bump @vitejs/plugin-react in /frontend (#309) dependabot[bot] 2025-08-19 12:36:47 +03:00
  • 9f5a02b9f5 chore(deps): bump oven/bun from 1.2.19-alpine to 1.2.20-alpine (#308) dependabot[bot] 2025-08-19 12:32:52 +03:00
  • ef25962a93 refactor: use whoami router name in development compose Stavros 2025-08-19 12:07:43 +03:00
  • cc3ce93100 Update whoami router name in docker-compose.example.yml to make it easier to understand (#317) Hack It U.P. 2025-08-19 21:01:33 +12:00
  • b44cef2865 chore(deps): bump the minor-patch group across 1 directory with 9 updates (#303) dependabot[bot] 2025-08-09 11:45:41 +03:00
  • fda0f7b3ff chore(deps): bump golang.org/x/crypto in the minor-patch group (#302) dependabot[bot] 2025-08-09 11:44:43 +03:00
  • 256f63af05 chore(deps): bump the minor-patch group in /frontend with 4 updates (#295) dependabot[bot] 2025-08-04 11:56:41 +03:00
  • 707dcb649d chore(deps): bump the minor-patch group in /frontend with 5 updates (#294) dependabot[bot] 2025-08-01 10:56:35 +03:00
  • 351fe1759d chore(deps): bump github.com/cenkalti/backoff/v5 (#293) dependabot[bot] 2025-08-01 10:56:00 +03:00
  • c968b67af4 chore(deps): bump the minor-patch group across 1 directory with 11 updates (#291) dependabot[bot] 2025-07-29 23:16:05 +03:00
  • 39f6f5392a chore(deps): bump github.com/docker/docker (#292) dependabot[bot] 2025-07-29 23:15:36 +03:00
  • 0102f3146f chore(deps): bump the minor-patch group across 1 directory with 4 updates (#284) dependabot[bot] 2025-07-24 01:08:52 +03:00
  • c3a84dad9a chore(deps): bump oven/bun from 1.2.18-alpine to 1.2.19-alpine (#283) dependabot[bot] 2025-07-24 01:08:27 +03:00
  • 2fc1260163 chore(deps-dev): bump @vitejs/plugin-react (#279) dependabot[bot] 2025-07-20 01:38:12 +03:00
  • 4dacb46a8e fix: fix typo in codecov config Stavros 2025-07-17 15:15:47 +03:00
  • 5f7f88421e refactor: move user logging to oauth callback handler v3.6.2 Stavros 2025-07-17 15:07:05 +03:00
  • bc941cb248 refactor: make reconnect operation return connection Stavros 2025-07-17 15:06:00 +03:00
  • 00d15de44f New Crowdin updates (#269) Stavros 2025-07-17 13:58:38 +03:00
  • a4f17de0d1 chore(deps): bump the minor-patch group in /frontend with 2 updates (#277) dependabot[bot] 2025-07-17 13:52:56 +03:00
  • 6867667de6 chore: format server package v3.6.2-beta.4 Stavros 2025-07-17 00:46:28 +03:00
  • 079886b54c feat: better health check and less log noise (#274) ElevenNotes 2025-07-16 23:44:05 +02:00
  • 19eb8f3064 refactor: handle oauth groups response as an any array of any Stavros 2025-07-17 00:31:24 +03:00
  • 1a13936693 refactor: log parsed user in generic provider v3.6.2-beta.3 Stavros 2025-07-16 01:38:54 +03:00
  • af26d705cd fix: add auto complete information to auth forms Stavros 2025-07-16 01:29:07 +03:00
  • 2d4ceda12f chore(deps): bump the minor-patch group across 1 directory with 6 updates (#270) dependabot[bot] 2025-07-15 13:19:12 +03:00
  • 4a87af4463 refactor: make ldap user not found errors be warnings Stavros 2025-07-15 13:18:37 +03:00
  • 88d918d608 fix: don't fail app if LDAP is not configured Stavros 2025-07-15 02:24:09 +03:00
  • 5854d973ea i18n: internationalize required error v3.6.2-beta.2 Stavros 2025-07-15 02:15:17 +03:00
  • f25ab72747 refactor: check cookie prior to basiv auth in context hook Stavros 2025-07-15 02:10:16 +03:00
  • 2233557990 tests: move handlers test to handlers package v3.6.2-beta.1 Stavros 2025-07-15 01:38:01 +03:00
  • d3bec635f8 fix: make tinyauth not "eat" the authorization header Stavros 2025-07-15 01:34:25 +03:00
  • 6519644fc1 fix: handle type string for oauth groups Stavros 2025-07-15 00:17:41 +03:00
  • 736f65b7b2 refactor: close connection before trying to reconnect Stavros 2025-07-14 20:10:15 +03:00
  • 63d39b5500 feat: try to reconnect to ldap server if heartbeat fails Stavros 2025-07-14 20:02:16 +03:00
  • b735ab6f39 New Crowdin updates (#260) v3.6.1 Stavros 2025-07-12 16:23:13 +03:00
  • 232c50eaef chore: stop codeconv from failing status checks Stavros 2025-07-12 16:13:51 +03:00
  • 52b12abeb2 refactor: make heartbeat log message only appear in debug logs Stavros 2025-07-12 13:31:53 +03:00
  • 48b4d78a7c refactor: split handlers into smaller purpose specific files v3.6.1-beta.3 Stavros 2025-07-12 13:23:25 +03:00
  • 8ebed0ac9a chore: remove meaningless comments Stavros 2025-07-12 13:17:06 +03:00
  • e742603c15 fix: add logging to user parse failure Stavros 2025-07-12 11:49:37 +03:00
  • 3215bb6baa refactor: simplify ldap heartbeat v3.6.1-beta.2 Stavros 2025-07-12 00:21:22 +03:00
  • d0be4a2654 feat: add version information to login screen feat/login-screen-version Stavros 2025-07-12 00:08:24 +03:00
  • a11aba72d8 feat: add heartbeat to keep ldap connection alive v3.6.1-beta.1 Stavros 2025-07-11 23:16:09 +03:00
  • 10d1b48505 chore: add dlv for debugging in dev workflow Stavros 2025-07-11 17:15:32 +03:00
  • f73eb9571f fix: fix password reset message translations Stavros 2025-07-11 16:16:44 +03:00
  • da2877a682 chore(deps): bump the minor-patch group across 1 directory with 3 updates (#259) dependabot[bot] 2025-07-11 16:06:17 +03:00
  • 33cbfef02a chore(deps): bump the minor-patch group across 1 directory with 2 updates (#258) dependabot[bot] 2025-07-11 16:05:54 +03:00
  • c1a6428ed3 chore(deps): bump zod from 3.25.76 to 4.0.2 in /frontend (#254) dependabot[bot] 2025-07-11 16:05:34 +03:00
  • 2ee7932cba docs: regenerate readme sponsors list (#249) github-actions[bot] 2025-07-10 02:28:58 +03:00
  • fe440a6f2e New translations en.json (Arabic) (#245) v3.6.0-beta.2 v3.6.0 Stavros 2025-07-10 01:00:34 +03:00
  • 0ace88a877 feat: add support for bypassing authentication for specific IPs Stavros 2025-07-10 00:53:22 +03:00
  • 476ed6964d fix: fix docker label matching logic v3.6.0-beta.1 Stavros 2025-07-10 00:34:04 +03:00
  • b3dca0429f New translations en.json (French) (#243) Stavros 2025-07-09 23:36:55 +03:00
  • 9e4b68112c fix: i18n zh-TW locale updates (#242) Vincent Young 2025-07-10 04:30:37 +08:00
  • 364f0e221e chore(deps): bump the minor-patch group in /frontend with 3 updates (#239) v3.5.0 dependabot[bot] 2025-07-09 18:05:55 +03:00
  • 09635666aa New Crowdin updates (#240) Stavros 2025-07-09 18:05:28 +03:00
  • 9f02710114 feat: add support for comma list in label domain check Stavros 2025-07-09 17:49:13 +03:00
  • 64bdab5e5b chore(deps-dev): bump the minor-patch group in /frontend with 2 updates (#237) v3.5.0-alpha.2 dependabot[bot] 2025-07-08 23:50:31 +03:00
  • 0f4a6b5924 tests: fix parse header tests Stavros 2025-07-08 00:54:36 +03:00
  • c662b9e222 tests: extend tests in utils and server Stavros 2025-07-08 00:47:01 +03:00
  • a4722db7d7 chore(deps): bump zod in /frontend in the minor-patch group (#236) dependabot[bot] 2025-07-07 23:37:16 +03:00
  • f48bb65d7b feat: add support for using secret files for basic auth password Stavros 2025-07-07 23:31:51 +03:00
  • 7e604419ab New Crowdin updates (#192) v3.5.0-alpha.1 Stavros 2025-07-06 01:14:09 +03:00
  • 60cd0a216f chore(deps): bump the minor-patch group across 1 directory with 11 updates (#233) dependabot[bot] 2025-07-06 01:13:29 +03:00
  • ec6e3aa718 chore: update readme Stavros 2025-07-06 01:09:09 +03:00
  • 6dc57ddf0f refactor: change basic auth label to username instead of user Stavros 2025-07-06 01:02:08 +03:00
  • f780e81ec2 fix: fix error state look in login form Stavros 2025-07-06 00:46:59 +03:00
  • 8b70ab47a4 chore(deps): bump the minor-patch group across 1 directory with 2 updates (#223) dependabot[bot] 2025-07-05 18:20:03 +03:00
  • b800359bb2 chore(deps-dev): bump vite from 6.3.5 to 7.0.0 in /frontend (#213) dependabot[bot] 2025-07-05 18:19:31 +03:00
  • 6ec8c9766c feat: add ldap support (#232) Stavros 2025-07-05 18:17:39 +03:00
  • dc3b2bc83e refactor: bot suggestions feat/ldap Stavros 2025-07-05 15:37:48 +03:00
  • c671ef13b8 fix: fix error message in ldap search result Stavros 2025-07-05 15:23:24 +03:00
  • 01042a3003 feat: add configurable search filter Stavros 2025-07-05 15:22:09 +03:00
  • 0e43c50ac0 test: fix tests Stavros 2025-07-05 14:46:56 +03:00
  • 3fe17cb4ec fix: recognize ldap as a username provider Stavros 2025-07-05 03:02:37 +03:00
  • e55f29ccf9 feat: add insecure option for self-signed certificates Stavros 2025-07-05 02:53:16 +03:00
  • 1e413e671f feat: add ldap support Stavros 2025-07-05 02:20:12 +03:00
  • 4524e3322c chore(deps): bump oven/bun from 1.2.17-alpine to 1.2.18-alpine (#229) dependabot[bot] 2025-07-04 12:05:46 +03:00
  • 1941de1125 refactor: remove init functions from methods (#228) Stavros 2025-07-04 02:35:09 +03:00
  • 59d2bce189 refactor: remove init functions from methods refactor/remove-init Stavros 2025-07-04 02:29:02 +03:00
  • 49c4c7a455 feat: add codeconv to ci Stavros 2025-07-04 01:48:38 +03:00
  • c10bff55de fix: encrypt the cookie in sessions (#225) Stavros 2025-07-04 01:43:36 +03:00
  • acc3ad97cd fix: coderabbit suggestions fix/sessions Stavros 2025-07-04 01:31:23 +03:00
  • 5409aa5f7f tests: use new auth config in tests Stavros 2025-07-04 01:18:22 +03:00
  • ebcf6e6aa6 fix: encrypt the cookie in sessions Stavros 2025-07-04 01:08:17 +03:00
  • 7640e956c2 chore: run nightly workflow every day Stavros 2025-07-03 12:54:17 +03:00
  • 5dda1d22e7 chore: run nightly workflow every day feat/ip-allow-block Stavros 2025-07-03 12:53:48 +03:00
  • 4c18a4c44d chore(deps): bump github.com/go-viper/mapstructure/v2 (#215) dependabot[bot] 2025-07-01 15:55:23 +03:00
  • 87a5c0f3f1 chore(deps): bump the minor-patch group across 1 directory with 12 updates (#218) dependabot[bot] 2025-07-01 15:52:47 +03:00
  • 84d4c84ed2 feat: allow or block an ip/range of ips using labels (#211) Stavros 2025-06-25 20:35:48 +03:00
  • 1770eb3e8e refactor: redirect to root page when no username or ip is provided in the unauthorized page Stavros 2025-06-25 20:26:57 +03:00
  • 9008b67f7d chore(deps): bump the minor-patch group across 1 directory with 8 updates (#210) dependabot[bot] 2025-06-25 17:20:27 +03:00
  • 47980a3dd0 chore(deps): bump github.com/docker/docker in the minor-patch group (#209) dependabot[bot] 2025-06-25 17:19:59 +03:00
  • 6cbb9e93c0 chore(deps): bump oven/bun from 1.2.16-alpine to 1.2.17-alpine (#205) dependabot[bot] 2025-06-25 17:19:32 +03:00
  • fae5e7919a feat: allow or block an ip/range of ips using labels Stavros 2025-06-25 17:18:52 +03:00