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 |
|
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 |
|
Elias Schneider
|
c55143d8c9
|
fix: embedded paths not found on windows
|
2025-09-19 13:43:49 +02: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 |
|
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
|
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 |
|
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 |
|
Elias Schneider
|
51222f5607
|
tests: add no tx wrap to unit tests
|
2025-08-24 23:16:49 +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 |
|
Alessandro (Ale) Segala
|
7ab0fd3028
|
fix: for one-time access tokens and signup tokens, pass TTLs instead of absolute expiration date (#855)
|
2025-08-22 08:02:56 +02:00 |
|
Elias Schneider
|
3188e92257
|
feat: display all accessible oidc clients in the dashboard (#832)
Co-authored-by: Kyle Mendell <ksm@ofkm.us>
|
2025-08-17 22:47:34 +02:00 |
|
Alessandro (Ale) Segala
|
0a3b1c6530
|
feat: support reading secret env vars from _FILE (#799)
Co-authored-by: Kyle Mendell <ksm@ofkm.us>
|
2025-07-30 11:59:25 -05:00 |
|
Alessandro (Ale) Segala
|
42a861d206
|
refactor: complete conversion of log calls to slog (#787)
|
2025-07-27 04:34:23 +00:00 |
|
Alessandro (Ale) Segala
|
78266e3e4c
|
feat: Support OTel and JSON for logs (via log/slog) (#760)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-07-27 01:03:52 +00:00 |
|
Alessandro (Ale) Segala
|
7b4ccd1f30
|
fix: ensure user inputs are normalized (#724)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-07-13 16:15:57 +00:00 |
|
Alessandro (Ale) Segala
|
8c8fc2304d
|
feat: add "key-rotate" command (#709)
|
2025-07-03 22:23:24 +02:00 |
|
Alessandro (Ale) Segala
|
5550729120
|
feat: encrypt private keys saved on disk and in database (#682)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-07-03 13:34:34 -05:00 |
|
Elias Schneider
|
5814549cbe
|
refactor: run formatter
|
2025-06-16 16:06:11 +02:00 |
|
Elias Schneider
|
2e5d268798
|
fix: explicitly cache images to prevent unexpected behavior
|
2025-06-16 15:59:14 +02:00 |
|
Elias Schneider
|
fd3c76ffa3
|
refactor: run formatter
|
2025-06-10 14:43:56 +02:00 |
|
Elias Schneider
|
1bcb50edc3
|
fix: allow images with uppercase file extension
|
2025-06-10 11:11:03 +02:00 |
|
Alessandro (Ale) Segala
|
b62b61fb01
|
feat: allow introspection and device code endpoints to use Federated Client Credentials (#640)
|
2025-06-09 21:17:55 +02:00 |
|
Kyle Mendell
|
c111b79147
|
feat: oidc client data preview (#624)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-06-09 15:46:03 +00:00 |
|
Elias Schneider
|
ea4e48680c
|
docs: fix pagination API docs
|
2025-06-08 16:04:58 +02:00 |
|
Alessandro (Ale) Segala
|
05bfe00924
|
feat: JWT bearer assertions for client authentication (#566)
Co-authored-by: Kyle Mendell <ksm@ofkm.us>
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-06-06 12:23:51 +02:00 |
|
Alessandro (Ale) Segala
|
bda178c2bb
|
refactor: complete graceful shutdown implementation and add service runner (#493)
|
2025-05-03 23:25:22 +02:00 |
|
Alessandro (Ale) Segala
|
3ec98736cf
|
refactor: graceful shutdown for server (#482)
|
2025-04-28 11:13:50 +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 |
|
Elias Schneider
|
56a8b5d0c0
|
feat: add gif support for logo and background image
|
2025-04-18 17:31:04 +02:00 |
|
Elias Schneider
|
ccc18d716f
|
fix: use UUID for temporary file names
|
2025-04-06 15:11:19 +02:00 |
|
Alessandro (Ale) Segala
|
ec626ee797
|
fix: use transactions when operations involve multiple database queries (#392)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-04-06 15:04:08 +02:00 |
|
Alessandro (Ale) Segala
|
2f7646105e
|
fix: ensure file descriptors are closed + other bugs (#413)
|
2025-04-04 10:04:36 +02:00 |
|
Kyle Mendell
|
b65e693e12
|
feat: global audit log (#320)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-04-03 10:11:49 -05:00 |
|
Kyle Mendell
|
734c6813ea
|
fix: create reusable default profile pictures (#406)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-04-03 08:06:56 -05:00 |
|
Rich
|
b935a4824a
|
ci/cd: migrate backend linter to v2. fixed unit test workflow (#400)
|
2025-03-28 04:00:55 -05:00 |
|
Alessandro (Ale) Segala
|
96876a99c5
|
feat: add support for ECDSA and EdDSA keys (#359)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-03-27 18:20:39 +01:00 |
|
Elias Schneider
|
5c198c280c
|
refactor: fix code smells
|
2025-03-27 17:46:10 +01:00 |
|
Rich
|
4ac1196d8d
|
ci/cd: add basic static analysis for backend (#389)
|
2025-03-27 16:13:56 +01:00 |
|
Alessandro (Ale) Segala
|
26b2de4f00
|
refactor: use atomic renames for uploaded files (#372)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-03-23 20:21:44 +00:00 |
|
Kyle Mendell
|
041c565dc1
|
feat(passkeys): name new passkeys based on agguids (#332)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-03-20 15:35:08 +00:00 |
|
Alessandro (Ale) Segala
|
a7c9741802
|
feat: store keys as JWK on disk (#339)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-03-18 21:08:33 +01:00 |
|
Viktor Szépe
|
a0f93bda49
|
chor: correct misspellings (#352)
|
2025-03-18 12:54:39 +01:00 |
|
Alexander Lehmann
|
39b7f6678c
|
fix: emails are considered as medium spam by rspamd (#337)
|
2025-03-16 17:46:45 +01:00 |
|
Alessandro (Ale) Segala
|
348192b9d7
|
fix: Fixes and performance improvements in utils package (#331)
|
2025-03-14 19:21:24 -05:00 |
|
Kyle Mendell
|
62915d863a
|
feat: api key authentication (#291)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-03-11 19:16:42 +00:00 |
|
Elias Schneider
|
a9713cf6a1
|
feat: increase default item count per page
|
2025-03-10 12:39:42 +01:00 |
|
Savely Krasovsky
|
91f254c7bb
|
feat: enable sd_notify support (#277)
|
2025-03-06 17:42:12 +01:00 |
|
Elias Schneider
|
1026ee4f5b
|
fix: profile picture orientation if image is rotated with EXIF
|
2025-03-03 09:06:52 +01:00 |
|
Elias Schneider
|
652ee6ad5d
|
feat: add ability to upload a profile picture (#244)
|
2025-02-19 14:28:45 +01:00 |
|