Elias Schneider
|
5cf73e9309
|
fix: use quoted-printable encoding for mails to prevent line limitation
|
2025-11-08 17:34:43 +01:00 |
|
Elias Schneider
|
6a038fcf9a
|
fix: remove redundant indexes in Postgres
|
2025-11-06 15:02:39 +01:00 |
|
Elias Schneider
|
76e0192cee
|
fix: disabled property gets ignored when creating an user
|
2025-11-06 12:28:07 +01:00 |
|
Elias Schneider
|
ed2c7b2303
|
feat: add ability to set default profile picture (#1061)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
|
2025-11-04 13:40:00 +01:00 |
|
Elias Schneider
|
e03270eb9d
|
fix: sorting by PKCE and re-auth of OIDC clients
|
2025-11-04 13:27:05 +01:00 |
|
Elias Schneider
|
65616f65e5
|
fix: ignore trailing slashes in APP_URL
|
2025-10-27 10:48:27 +01:00 |
|
Quentin L'Hours
|
3f3b6b88fd
|
fix: use credProps to save passkey on firefox android (#1055)
|
2025-10-27 09:48:24 +01:00 |
|
Mufeed Ali
|
8f98d8c0b4
|
fix: Prevent blinding FOUC in dark mode (#1054)
|
2025-10-26 20:40:25 +01:00 |
|
Elias Schneider
|
6362ff9861
|
chore: upgrade dependencies
|
2025-10-24 12:18:38 +02:00 |
|
Kyle Mendell
|
028d1c858e
|
feat: add support for dark mode oidc client icons (#1039)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-10-24 09:57:12 +02:00 |
|
Alessandro (Ale) Segala
|
eb3963d0fc
|
fix: use constant time comparisons when validating PKCE challenges (#1047)
|
2025-10-24 08:30:50 +02:00 |
|
github-actions[bot]
|
32485f4c7c
|
chore: update AAGUIDs (#1041)
Co-authored-by: stonith404 <58886915+stonith404@users.noreply.github.com>
|
2025-10-20 08:43:27 +02:00 |
|
Elias Schneider
|
c20e93b55c
|
feat: add various improvements to the table component (#961)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-10-13 09:12:55 +00:00 |
|
Elias Schneider
|
9f0aa55be6
|
fix: ignore trailing slash in URL
|
2025-10-09 20:27:15 +02:00 |
|
Elias Schneider
|
cbf0e3117d
|
fix: mark any callback url as valid if they contain a wildcard (#1006)
|
2025-10-07 08:18:53 +02:00 |
|
CzBiX
|
694f266dea
|
fix: uploading a client logo with an URL fails (#1008)
|
2025-10-06 10:37:43 -05:00 |
|
Elias Schneider
|
ad8a90c839
|
fix: uploading a client logo with an URL fails if folder doesn't exist
|
2025-10-04 23:44:37 +02:00 |
|
Elias Schneider
|
22f4254932
|
fix: allow any image source but disallow base64
|
2025-10-03 11:50:39 +02:00 |
|
Elias Schneider
|
507f9490fa
|
feat: add the ability to make email optional (#994)
|
2025-10-03 11:24:53 +02:00 |
|
Elias Schneider
|
043cce615d
|
feat: add required indicator for required inputs (#993)
|
2025-10-01 13:44:17 +02:00 |
|
Alessandro (Ale) Segala
|
fe5917d96d
|
fix: tokens issued with refresh token flow don't contain groups (#989)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-09-30 09:44:38 +00:00 |
|
Kyle Mendell
|
6bdf5fa37a
|
feat: support for url based icons (#840)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-09-29 15:07:55 +00:00 |
|
Caian Benedicto
|
47bd5ba1ba
|
fix: remove previous socket file to prevent bind error (#979)
|
2025-09-24 10:10:05 +00:00 |
|
Elias Schneider
|
79989fb176
|
fix(email): display login location correctly if country or city is not present
|
2025-09-24 12:01:20 +02:00 |
|
Alessandro (Ale) Segala
|
549d219f44
|
fix(unit-tests): do not use cache=shared for in-memory SQLite (#971)
|
2025-09-21 19:32:41 -05:00 |
|
github-actions[bot]
|
ffe18db2fb
|
chore: update AAGUIDs (#972)
Co-authored-by: stonith404 <58886915+stonith404@users.noreply.github.com>
|
2025-09-21 19:31:44 -05:00 |
|
Elias Schneider
|
a3da943aa6
|
fix: decouple images from app config service (#965)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
|
2025-09-20 21:42:52 +02:00 |
|
Alessandro (Ale) Segala
|
cc34aca2a0
|
fix: do not treat certain failures in app images bootstrap as fatal (#966)
|
2025-09-20 21:32:00 +02:00 |
|
Elias Schneider
|
c55143d8c9
|
fix: embedded paths not found on windows
|
2025-09-19 13:43:49 +02:00 |
|
Elias Schneider
|
02249491f8
|
feat: allow uppercase usernames (#958)
|
2025-09-17 14:43:12 -05:00 |
|
Elias Schneider
|
99f31a7c26
|
fix: make environment variables case insensitive where necessary (#954)
fix #935
|
2025-09-17 08:21:54 -07:00 |
|
Kyle Mendell
|
68373604dd
|
feat: add user display name field (#898)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-09-17 17:18:27 +02:00 |
|
Elias Schneider
|
2d6d5df0e7
|
feat: add support for LOG_LEVEL env variable (#942)
|
2025-09-14 08:26:21 -07:00 |
|
Alessandro (Ale) Segala
|
a897b31166
|
chore: minify background image (#933)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-09-14 08:24:28 -07:00 |
|
Alessandro (Ale) Segala
|
c018f29ad7
|
fix: key-rotate doesn't work with database storage (#940)
|
2025-09-12 20:04:45 -05:00 |
|
Elias Schneider
|
6c9147483c
|
fix: add validation for callback URLs (#929)
|
2025-09-10 10:14:54 -07:00 |
|
Alessandro (Ale) Segala
|
307caaa3ef
|
feat: return new id_token when using refresh token (#925)
|
2025-09-09 11:31:50 +02:00 |
|
Alessandro (Ale) Segala
|
42155238b7
|
fix: ensure users imported from LDAP have fields validated (#923)
|
2025-09-09 09:31:49 +02:00 |
|
github-actions[bot]
|
e36499c483
|
chore: update AAGUIDs (#926)
Co-authored-by: stonith404 <58886915+stonith404@users.noreply.github.com>
|
2025-09-08 00:14:56 -05:00 |
|
Elias Schneider
|
6215e1ac01
|
feat: add CSP header (#908)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
|
2025-09-07 11:45:06 -07:00 |
|
Savely Krasovsky
|
901333f7e4
|
feat: client_credentials flow support (#901)
|
2025-09-02 18:33:01 -05:00 |
|
github-actions[bot]
|
6188dc6fb7
|
chore: update AAGUIDs (#903)
Co-authored-by: stonith404 <58886915+stonith404@users.noreply.github.com>
|
2025-08-31 19:40:23 -05:00 |
|
Kyle Mendell
|
802754c24c
|
refactor: use react email for email templates (#734)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-08-31 16:54:13 +00:00 |
|
Stephan H.
|
a3979f63e0
|
feat: add custom base url (#858)
Co-authored-by: Stephan Höhn <me@steph.ovh>
Co-authored-by: Kyle Mendell <ksm@ofkm.us>
|
2025-08-30 13:13:57 -05:00 |
|
Elias Schneider
|
641bbc9351
|
fix: apps showed multiple times if user is in multiple groups
|
2025-08-27 17:53:21 +02:00 |
|
github-actions[bot]
|
b9a20d2923
|
chore: update AAGUIDs (#885)
Co-authored-by: stonith404 <58886915+stonith404@users.noreply.github.com>
|
2025-08-25 08:13:32 +02:00 |
|
Elias Schneider
|
51222f5607
|
tests: add no tx wrap to unit tests
|
2025-08-24 23:16:49 +02:00 |
|
Elias Schneider
|
d6d1a4ced2
|
fix: sqlite migration drops allowed user groups
|
2025-08-24 23:07:50 +02:00 |
|
Alessandro (Ale) Segala
|
1f3550c9bd
|
fix: ensure SQLite has a writable temporary directory (#876)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-08-24 20:50:51 +02:00 |
|
dependabot[bot]
|
912008b048
|
chore(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 in /backend in the go_modules group across 1 directory (#879)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-08-24 20:50:30 +02:00 |
|