Commit Graph
1326 Commits
Author SHA1 Message Date
ItalyPaleAle eeaf77aaf9 feat: include Francis data in Pocket ID backups
Part of #1549

Data is exported in the portable format Francis uses
2026-08-03 21:39:11 -07:00
Elias Schneider 5d43c4aaeb feat: add ability to customize session duration of clients (#1641) 2026-08-03 23:23:29 +02:00
Elias Schneider 1238bf0f37 fix: explicitly require JSON for request bodies 2026-08-03 22:58:08 +02:00
Elias Schneider 69d55ada6c fix: explicitly set SameSite to Lax for cookies 2026-08-03 22:58:01 +02:00
Elias Schneider e3e0ddc192 chore: add deepsec to gitignore 2026-08-03 20:21:20 +02:00
Elias Schneider db64b150be fix: disable api key auth for webauthn register endpoints 2026-08-03 20:20:40 +02:00
Elias Schneider 71b8bf99bc chore(translations): update translations via Crowdin (#1632) 2026-08-03 19:07:36 +02:00
Elias Schneider 7a4d0dd275 refactor: standardize API error handling (#1635) 2026-08-02 23:36:06 +02:00
Elias Schneider 281bea54d3 tests(e2e): fix wrong database version in database.json 2026-08-02 18:43:54 +02:00
Elias Schneider 598895e7c5 fix: session revoke fails if orphaned session tokens exist 2026-08-02 18:31:15 +02:00
Jean-François RoyandElias Schneider 1934efa84c feat: implement OAuth Client ID Metadata Document (#1525) (#1526)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2026-08-02 15:05:39 +00:00
Elias Schneider 7c55bdf115 feat: make oauth access tokens RFC 9068 compliant 2026-08-02 15:59:21 +02:00
Elias Schneider b08ac7bf7d refactor: use paraglide markup instead of custom implementation 2026-08-01 15:49:45 +02:00
dependabot[bot] d24a68d24f chore(deps): Bump the "all-dependencies" group with 3 updates across multiple ecosystems (#1639) 2026-07-31 18:04:54 +02:00
Salvatore Catroppa 8815e5968b fix: one-time-access-token CLI fails with "RuntimePSKs is required" (#1637) 2026-07-31 00:09:10 +02:00
Elias Schneider 27199f61d4 fix: show more user-friendly error message if QR code has expired 2026-07-30 14:20:45 +02:00
Elias Schneider e35be309a3 fix: decrease QR code login session duration to 5 minutes 2026-07-30 12:34:02 +02:00
Elias Schneider 703969278b fix: retry qr code login polling for known transient gateway responses 2026-07-30 12:30:08 +02:00
Elias Schneider a1ebf4e98b chore: preserve tab indentation for package.json in release script 2026-07-30 12:22:35 +02:00
Elias Schneider b3fb8de5bc release: 2.12.0 v2.12.0 2026-07-30 00:59:25 +02:00
Elias Schneider 0c5e0149cd chore(deps): upgrade vulnerable dependencies 2026-07-30 00:43:11 +02:00
Elias Schneider 1b5e1a3727 chore(translations): update translations via Crowdin (#1630) 2026-07-30 00:22:59 +02:00
Elias Schneider 9e72bc1c70 feat: display country and city on qr code login approval screen 2026-07-30 00:22:31 +02:00
Elias Schneider 0c27f733b9 feat: drop user initiated one time access token login method 2026-07-29 23:49:08 +02:00
2ef7c93fee feat: migrate app locks to Francis (#1624)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
2026-07-29 22:15:40 +02:00
Elias Schneider 7d37089029 chore(translations): update translations via Crowdin (#1629) 2026-07-28 23:51:42 +02:00
Elias Schneider 9060291475 refactor: enforce eslint rules 2026-07-28 23:51:16 +02:00
Elias Schneider d5eb3fe62c chore: translations remove unused translation strings 2026-07-28 23:15:30 +02:00
Elias Schneider 29caf715e6 chore(translations): update translations via Crowdin (#1626) 2026-07-28 16:37:08 +02:00
Elias SchneiderandItalyPaleAle e1fd1d320f feat: add qr code alternative sign in method (#1594)
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2026-07-28 01:30:13 +02:00
Elias Schneider 968f97fa61 fix: fail early if webauthn session invalid 2026-07-28 00:42:41 +02:00
Elias Schneider ca28ddcb04 fix: race condition in initial admin setup 2026-07-28 00:19:01 +02:00
Daniel SandovalandChatGPT 96fac69304 Merge commit from fork
Co-authored-by: ChatGPT <chatgpt@openai.com>
2026-07-27 20:38:19 +02:00
Elias Schneider 91d37126fa chore: pin version of fosite fork 2026-07-27 20:37:09 +02:00
Elias Schneider 6bd058ac46 fix: make oidc device code redemption atomic 2026-07-27 20:32:42 +02:00
Elias Schneider 43aaccd5bf refactor: modularize email module and use actor for email verification (#1625) 2026-07-27 20:00:59 +02:00
Elias Schneider 6bd4679bab tests: correctly close filesystems 2026-07-26 23:30:36 +02:00
Elias Schneider 31d62c65e5 ci/cd: run unit tests on windows and linux 2026-07-26 23:11:32 +02:00
Elias Schneider 4743d5967a fix: enforce user verification for login assertions 2026-07-26 19:09:12 +02:00
Markus Schanz 9f559788a4 feat: add support for declaritive client secret configuration (#1619) 2026-07-26 16:27:42 +02:00
Alessandro (Ale) SegalaandElias Schneider a1b4e1d2b2 feat: migrate one-time and signup tokens to an actor (#1611)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2026-07-26 15:32:43 +02:00
Elias Schneider 531bb5f0cf chore(translations): update translations via Crowdin (#1623) 2026-07-26 15:24:56 +02:00
Markus Schanz 80c7c4aaf1 feat: add declaritive user id configuration (#1622) 2026-07-25 23:43:16 +02:00
Elias Schneider 8563934fd5 refactor: use NewTextHandler instead of NewHandler for tint 2026-07-24 17:27:54 +02:00
dependabot[bot]andlnx01 c57c27a004 chore(deps): Bump the "all-dependencies" group with 3 updates across multiple ecosystems (#1621)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-24 17:21:42 +02:00
Elias Schneider 6e859de2dd tests(e2e): fix missing data in database.json 2026-07-22 19:01:33 +02:00
2341f4fc4a fix: autofocus one time input fields (#1605)
Co-authored-by: james <james@goldfish.net>
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
2026-07-22 18:50:45 +02:00
Elias Schneider f6b02efe45 chore: upgrade vulnerable dependencies 2026-07-22 18:48:07 +02:00
Elias Schneider e10f66c07a fix: show only accessible clients on "My Apps" page 2026-07-22 18:33:57 +02:00
Elias Schneider ad06ea6e00 fix: datatype mismatch between postgres and sqlite causes import to fail 2026-07-22 18:13:13 +02:00