Stavros
3a435de109
New translations en.json (Dutch)
...
[ci skip]
2026-07-09 19:00:55 +03:00
Stavros
e0b8151f66
New translations en.json (Korean)
...
[ci skip]
2026-07-09 19:00:54 +03:00
Stavros
0d94c16bff
New translations en.json (Japanese)
...
[ci skip]
2026-07-09 19:00:53 +03:00
Stavros
097efe9d42
New translations en.json (Italian)
...
[ci skip]
2026-07-09 19:00:52 +03:00
Stavros
8d84b3e6af
New translations en.json (Hungarian)
...
[ci skip]
2026-07-09 19:00:51 +03:00
Stavros
c7edf79a6d
New translations en.json (Hebrew)
...
[ci skip]
2026-07-09 19:00:49 +03:00
Stavros
f6188f6a8d
New translations en.json (Finnish)
...
[ci skip]
2026-07-09 19:00:48 +03:00
Stavros
7235855061
New translations en.json (Greek)
...
[ci skip]
2026-07-09 19:00:47 +03:00
Stavros
768eb29292
New translations en.json (German)
...
[ci skip]
2026-07-09 19:00:45 +03:00
Stavros
9743fe71cc
New translations en.json (Danish)
...
[ci skip]
2026-07-09 19:00:44 +03:00
Stavros
93e2a6a7fa
New translations en.json (Czech)
...
[ci skip]
2026-07-09 19:00:43 +03:00
Stavros
1649a96cd6
New translations en.json (Catalan)
...
[ci skip]
2026-07-09 19:00:42 +03:00
Stavros
2cb606e5aa
New translations en.json (Arabic)
...
[ci skip]
2026-07-09 19:00:40 +03:00
Stavros
229a5ae3c3
New translations en.json (Afrikaans)
...
[ci skip]
2026-07-09 19:00:39 +03:00
Stavros
122e02811a
New translations en.json (Spanish)
...
[ci skip]
2026-07-09 19:00:38 +03:00
Stavros
cf97a7a251
New translations en.json (French)
...
[ci skip]
2026-07-09 19:00:37 +03:00
Stavros
82189617b8
New translations en.json (Romanian)
...
[ci skip]
2026-07-09 19:00:35 +03:00
Stavros
82993624ba
chore: remove dup i18n key
2026-07-09 18:40:37 +03:00
Stavros
0812bc3869
fix: truncate forgot password text if it's too big
2026-07-09 16:18:28 +03:00
Stavros
09ec40cb76
feat: show provider in quick actions ( #955 )
2026-06-28 17:58:11 +03:00
Stavros
69f4206f65
refactor: remove concurrent listeners and rework cookie logic ( #950 )
2026-06-23 13:35:29 +03:00
Stavros
7f18b45e21
feat: support for the prompt parameter in the oidc flow ( #948 )
2026-06-20 00:04:41 +03:00
Stavros
a0e74cd5f2
refactor: move oidc handling to backend and add support for oidc post ( #923 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-13 16:45:12 +03:00
Stavros
3f584ca741
New Crowdin updates ( #798 )
2026-05-24 19:16:29 +03:00
Scott McKendry
8849d7e00f
fix(frontend): tailscale prompt on every login ( #888 )
2026-05-21 21:02:46 +03:00
Stavros
1166a15aa7
feat: tailscale integration ( #847 )
2026-05-20 20:10:38 +03:00
Scott McKendry
5d95123dcb
feat(oidc): support for all in-spec attributes and scopes ( #777 )
...
* feat(oidc): support for all in-spec attributes and scopes
* add tests
* assert phone/email verified when either is set
* update tests
* add claims back to userinfo
* remove redundant column drop in migration
* fix duplicate migration id
* fix clobbered imports post-rebase
2026-04-27 19:25:52 +03:00
Stavros
c364b8682c
feat: preserve login params in forgot password screen ( #819 )
2026-04-26 18:03:25 +03:00
Stavros
36c7872a94
New Crowdin updates ( #797 )
...
* New translations en.json (Romanian)
* New translations en.json (Spanish)
* New translations en.json (Afrikaans)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Serbian (Cyrillic))
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Korean)
* New translations en.json (Arabic)
* New translations en.json (Catalan)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Dutch)
* New translations en.json (Chinese Traditional)
2026-04-15 23:24:47 +03:00
Stavros
93d6191139
fix: lighthouse fixes
2026-04-14 13:16:15 +03:00
Scott McKendry
18c8413ea3
feat: support unsigned oidc request objects ( #785 )
2026-04-12 19:19:47 +03:00
Stavros
1117f35496
refactor: use plain input for totp input to fix autofill issues ( #790 )
...
* fix(ui): allow pw manager extensions to autofill totp
* chore: small ui fixes
* fix: prevent double totp submissions
---------
Co-authored-by: Scott McKendry <me@scottmckendry.tech >
2026-04-12 19:12:21 +03:00
Stavros
8b91ce09bd
refactor: use zod for oidc params ( #771 )
...
* refactor: use zod for oidc params
* fix: review comments
* fix: use min instead of nonempty
2026-04-10 16:05:22 +03:00
Stavros
2c1b62f464
feat: preserve oidc params in oauth flow ( #772 )
2026-04-10 15:58:31 +03:00
Stavros
165197e472
feat: add pkce support to oidc server ( #766 )
...
* feat: add pkce support to oidc server
* tests: add test cases for pkce
* fix: review comments
* chore: remove debug line
* chore: remove simple logger from testing
* tests: add test for invalid challenge method
* chore: fix typo
2026-04-07 19:04:20 +03:00
Stavros
cec0a7327a
New translations en.json (Ukrainian) ( #740 )
2026-04-01 15:43:23 +03:00
Stavros
9eb2d33064
New translations en.json (French) ( #702 )
2026-03-11 16:49:20 +02:00
Stavros
1d76cb84b9
New Crowdin updates ( #684 )
...
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Chinese Simplified)
2026-03-04 19:41:21 +02:00
Stavros
6bf444010b
feat: add nonce claim support to oidc server ( #686 )
...
* feat: add nonce claim support to oidc server
* fix: review feedback
2026-03-04 15:34:11 +02:00
Stavros
af5a8bc452
fix: handle empty client name in authorize page
2026-03-03 22:48:44 +02:00
Stavros
189ad7115a
New translations en.json (Serbian (Cyrillic)) ( #683 )
2026-03-02 20:17:41 +02:00
Stavros
cd410b6cdf
refactor: categorize leftover config options ( #682 )
...
* refactor: categorize leftover config options
* chore: update config description
2026-03-02 19:49:59 +02:00
Stavros
414fab11fb
New Crowdin updates ( #678 )
...
* New translations en.json (Polish)
* New translations en.json (Dutch)
2026-03-02 16:03:43 +02:00
Stavros
c48181a8d8
refactor: use lowercase translated placeholders in login form
2026-03-02 15:58:52 +02:00
Stavros
06a26e976b
fix: fix authorize app initial box not being a box
2026-03-02 15:50:08 +02:00
Stavros
27d14d6b21
New Crowdin updates ( #676 )
...
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Afrikaans)
* New translations en.json (Arabic)
* New translations en.json (Catalan)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Serbian (Cyrillic))
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
2026-03-01 13:56:21 +02:00
Stavros
4bed73d0fb
refactor: pass all search params to correct domain in domain warning
2026-03-01 13:42:52 +02:00
Stavros
d0e39c6149
refactor: card title and layout tweaks ( #675 )
...
* refactor: card title and layout tweaks
* chore: review comments
* refactor: update domain warning screen
2026-03-01 13:36:43 +02:00
Stavros
89da4028bb
New Crowdin updates ( #674 )
...
* New translations en.json (French)
* New translations en.json (Ukrainian)
2026-02-28 15:02:16 +02:00
Stavros
14c08172d8
New Crowdin updates ( #669 )
...
* New translations en.json (Serbian (Cyrillic))
* chore: apply bot suggestion
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-02-26 17:30:41 +02:00