Alessandro (Ale) Segala
|
256f74d0a3
|
fix: don't use TOFU for logout callback URLs (#588)
|
2025-05-29 22:01:23 +02:00 |
|
Kyle Mendell
|
20d3f780a2
|
feat: auto detect callback url (#583)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-05-29 17:16:10 +02:00 |
|
Alessandro (Ale) Segala
|
6d6dc6646a
|
fix: run jobs at interval instead of specific time (#585)
|
2025-05-29 17:15:35 +02:00 |
|
Alessandro (Ale) Segala
|
3d402fc0ca
|
fix: small fixes in analytics_job (#582)
|
2025-05-28 11:12:44 -05:00 |
|
Kyle Mendell
|
b874681824
|
fix: show LAN for auditlog location for internal networks
|
2025-05-28 10:52:40 -05:00 |
|
Elias Schneider
|
e0ec607198
|
feat: add daily heartbeat request for counting Pocket ID instances (#578)
|
2025-05-28 11:19:45 +02:00 |
|
Elias Schneider
|
f03b80f9d7
|
fix: run user group count inside a transaction
|
2025-05-25 22:24:28 +02:00 |
|
Kyle Mendell
|
38d7ee4432
|
feat: show allowed group count on oidc client list (#567)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-05-25 19:22:25 +00:00 |
|
Kyle Mendell
|
f66e8e8b44
|
fix: use ldapAttributeUserUsername for finding group members (#565)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-05-25 20:37:17 +02:00 |
|
Elias Schneider
|
68e4b67bd2
|
feat: require user verification for passkey sign in
|
2025-05-25 17:09:05 +02:00 |
|
Alessandro (Ale) Segala
|
b71c84c355
|
refactor: some clean-up in OIDC service and controller (#550)
|
2025-05-24 22:55:46 +02:00 |
|
Alessandro (Ale) Segala
|
3896b7bb3b
|
chore: address linter's complaint in 1.0 branch (#546)
|
2025-05-24 22:55:46 +02:00 |
|
Alessandro (Ale) Segala
|
cb2a9f9f7d
|
refactor: replace create-one-time-access-token script with in-app functionality (#540)
|
2025-05-24 22:55:46 +02:00 |
|
Elias Schneider
|
f8a7467ec0
|
refactor!: serve the static frontend trough the backend (#520)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
|
2025-05-24 22:55:46 +02:00 |
|
Elias Schneider
|
bf710aec56
|
fix: custom logo not correctly loaded if UI configuration is disabled
|
2025-05-22 19:07:34 +02:00 |
|
Alessandro (Ale) Segala
|
21bf49c061
|
refactor: flaky unit test in db_bootstrap_test (#532)
|
2025-05-14 10:54:03 -05:00 |
|
Alessandro (Ale) Segala
|
a408ef797b
|
refactor: switch SQLite driver to pure-Go implementation (#530)
|
2025-05-14 09:29:04 +02:00 |
|
Kyle Mendell
|
f1154257c5
|
refactor!: remove old DB env variables, and jwk migrations logic (#529)
|
2025-05-13 23:05:54 +02:00 |
|
Elias Schneider
|
63a0c08696
|
fix: handle CORS correctly for endpoints that SPAs need (#513)
|
2025-05-08 21:56:17 +02:00 |
|
Kyle Mendell
|
73c82ae43a
|
tests: add e2e LDAP tests (#466)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-05-07 14:38:02 +00:00 |
|
Alessandro (Ale) Segala
|
3c87e4ec14
|
feat: add healthz endpoint (#494)
|
2025-05-06 22:14:18 +02:00 |
|
Daenney
|
6f54ee5d66
|
feat: OpenTelemetry tracing and metrics (#262) (#495)
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2025-05-05 15:59:44 +02:00 |
|
Elias Schneider
|
0b9cbf47e3
|
fix: allow LDAP users to update their locale
|
2025-05-03 23:32:56 +02:00 |
|
Alessandro (Ale) Segala
|
bda178c2bb
|
refactor: complete graceful shutdown implementation and add service runner (#493)
|
2025-05-03 23:25:22 +02:00 |
|
Elias Schneider
|
6bd6cefaa6
|
fix: non admin users weren't able to call the end session endpoint
|
2025-05-03 22:53:55 +02:00 |
|
Alessandro (Ale) Segala
|
3ec98736cf
|
refactor: graceful shutdown for server (#482)
|
2025-04-28 11:13:50 +02:00 |
|
Elias Schneider
|
ce24372c57
|
fix: do not require PKCE for public clients
|
2025-04-28 11:02:35 +02:00 |
|
Elias Schneider
|
4614769b84
|
refactor: reorganize imports
|
2025-04-28 10:49:54 +02:00 |
|
Elias Schneider
|
86d2b5f59f
|
fix: return correct error message if user isn't authorized
|
2025-04-28 10:39:17 +02:00 |
|
Elias Schneider
|
0a24ab8001
|
fix: updating scopes of an authorized client fails with Postgres
|
2025-04-28 09:29:18 +02:00 |
|
James Baker
|
990c8af3d1
|
Fix incorrectly swapped refreshToken and accessToken (#490)
|
2025-04-27 14:09:07 -05:00 |
|
Alessandro (Ale) Segala
|
4c33793678
|
fix: pass context to methods that were missing it (#487)
|
2025-04-26 12:32:42 -05:00 |
|
Kyle Mendell
|
22f7d64bf0
|
feat: device authorization endpoint (#270)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-04-25 12:14:51 -05:00 |
|
Kyle Mendell
|
630327c979
|
feat: make family name optional (#476)
|
2025-04-25 09:52:09 -05:00 |
|
Alessandro (Ale) Segala
|
270c30334d
|
fix: prevent deadlock when trying to delete LDAP users (#471)
|
2025-04-22 15:16:44 +02:00 |
|
Elias Schneider
|
9122e75101
|
feat: add ability to disable API key expiration email
|
2025-04-20 18:41:03 +02:00 |
|
Elias Schneider
|
fe1c4b18cd
|
feat: add ability to send login code via email (#457)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-04-20 18:32:40 +02:00 |
|
Kyle Mendell
|
26f01f205b
|
feat: send email to user when api key expires within 7 days (#451)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-04-20 14:40:20 +00:00 |
|
Elias Schneider
|
84f1d5c906
|
fix: user querying fails on global audit log page with Postgres
|
2025-04-18 18:33:14 +02:00 |
|
Kyle Mendell
|
c843a60131
|
feat: disable/enable users (#437)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-04-18 15:38:50 +00:00 |
|
Elias Schneider
|
56a8b5d0c0
|
feat: add gif support for logo and background image
|
2025-04-18 17:31:04 +02:00 |
|
Elias Schneider
|
f0dce41fbc
|
fix: callback URL doesn't get rejected if it starts with a different string
|
2025-04-17 20:52:58 +02:00 |
|
Elias Schneider
|
0111a58dac
|
fix: add "type" as reserved claim
|
2025-04-17 20:41:21 +02:00 |
|
Kyle Mendell
|
5a6dfd9e50
|
fix: profile picture empty for users without first or last name (#449)
|
2025-04-17 20:19:10 +02:00 |
|
Elias Schneider
|
adf74586af
|
fix: define token type as claim for better client compatibility
|
2025-04-16 15:58:38 +02:00 |
|
Kyle Mendell
|
b45cf68295
|
feat: disable animations setting toggle (#442)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-04-15 19:28:10 +00:00 |
|
Alessandro (Ale) Segala
|
796bc7ed34
|
fix: improve LDAP error handling (#425)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-04-12 18:38:19 -04:00 |
|
Alessandro (Ale) Segala
|
f83bab9e17
|
refactor: simplify app_config service and fix race conditions (#423)
|
2025-04-10 13:41:22 +02:00 |
|
Elias Schneider
|
4ba68938dd
|
fix: ignore profile picture cache after profile picture gets updated
|
2025-04-09 15:51:58 +02:00 |
|
Elias Schneider
|
658a9ca6dd
|
fix: add missing rollback for LDAP sync
|
2025-04-09 14:05:53 +02:00 |
|