Owen Schwartz
0035460712
New translations en-us.json (Dutch)
2025-07-16 23:06:45 -07:00
Owen Schwartz
cae57ffcd8
New translations en-us.json (Italian)
2025-07-16 23:06:43 -07:00
Owen Schwartz
b587ff663c
New translations en-us.json (German)
2025-07-16 23:06:42 -07:00
Owen Schwartz
531a888592
New translations en-us.json (Spanish)
2025-07-16 23:06:41 -07:00
Owen Schwartz
a13b167c41
New translations en-us.json (French)
2025-07-16 23:06:40 -07:00
Owen Schwartz
c1f9195a38
New translations en-us.json (Polish)
2025-07-16 23:06:38 -07:00
Owen Schwartz
e1ea7c6986
New translations en-us.json (Russian)
2025-07-16 23:06:37 -07:00
miloschwartz
ccdcda7f1d
add screenshots and minor fixes
2025-07-16 22:18:11 -07:00
Owen Schwartz
e99eb04e2f
New translations en-us.json (Korean)
2025-07-16 22:00:38 -07:00
Owen Schwartz
5fddd71fc2
New translations en-us.json (Czech)
2025-07-16 22:00:37 -07:00
Owen Schwartz
c682b03736
New translations en-us.json (Chinese Simplified)
2025-07-16 22:00:36 -07:00
Owen Schwartz
4008767e1b
New translations en-us.json (Turkish)
2025-07-16 22:00:35 -07:00
Owen Schwartz
74c768e2fb
New translations en-us.json (Portuguese)
2025-07-16 22:00:34 -07:00
Owen Schwartz
03b883c320
New translations en-us.json (Dutch)
2025-07-16 22:00:33 -07:00
Owen Schwartz
807ddaa0bb
New translations en-us.json (Italian)
2025-07-16 22:00:32 -07:00
Owen Schwartz
da9d555168
New translations en-us.json (German)
2025-07-16 22:00:31 -07:00
Owen Schwartz
05ba2c0103
New translations en-us.json (Spanish)
2025-07-16 22:00:29 -07:00
Owen Schwartz
de96b722d5
New translations en-us.json (French)
2025-07-16 22:00:28 -07:00
Owen Schwartz
afde493040
New translations en-us.json (Polish)
2025-07-16 22:00:27 -07:00
Owen Schwartz
cce440cf49
New translations en-us.json (Russian)
2025-07-16 22:00:26 -07:00
miloschwartz
665ef08733
minor fixes for release
2025-07-16 18:09:17 -07:00
miloschwartz
e99905e3c9
translate domains and prevent delete config domain
2025-07-15 15:51:37 -07:00
miloschwartz
83a4677026
don't allow deleting config managed domains
2025-07-15 13:20:44 -07:00
Owen
3dc79da2fa
Merge branch 'dev' into clients-pops-dev
2025-07-14 16:59:00 -07:00
miloschwartz
3505342a8d
style consistency changes to add security key form
2025-07-14 15:43:33 -07:00
Owen
78661799f2
Resources working with new picker
2025-07-14 15:36:15 -07:00
Owen
753027ffc7
Translate missing translations
2025-07-14 14:45:46 -07:00
Milo Schwartz
9075ecb007
Merge branch 'dev' into feat/internal-user-passkey-support
2025-07-14 17:43:01 -04:00
Owen
69d253fba3
Create wildcard domains
2025-07-14 12:18:12 -07:00
miloschwartz
915ccdc007
server admin enforce 2fa per user
2025-07-13 21:58:37 -07:00
Owen
98a261e38c
Pull up downstream changes
2025-07-13 21:57:24 -07:00
Adrian Astles
c9f5ffae42
Merge branch 'dev' into feat/internal-user-passkey-support
2025-07-14 07:20:33 +08:00
Daeho Ro
1983d0067d
Add Korean translations
2025-07-12 13:21:14 +09:00
Daeho Ro
bdaf48da20
Translated using Weblate (Korean)
...
Currently translated at 100.0% (1134 of 1134 strings)
Translated using Weblate (Korean)
Currently translated at 2.9% (33 of 1134 strings)
Translated using Weblate (Korean)
Currently translated at 2.9% (33 of 1134 strings)
Translated using Weblate (Korean)
Currently translated at 2.9% (33 of 1134 strings)
Added translation using Weblate (Korean)
Co-authored-by: Daeho Ro <40587651+daeho-ro@users.noreply.github.com>
Co-authored-by: Daeho Ro <email@daeho.ro>
Co-authored-by: OpenAI <noreply-mt-openai@weblate.org>
Co-authored-by: Weblate <noreply-mt-weblate@weblate.org>
Translate-URL: https://mini-i18n.daeho.ro/projects/pangolin/main/ko/
Translation: pangolin/main
2025-07-12 04:15:35 +00:00
Burzhui34
08fed8fe93
Fix plural forms for Russian language
...
Change =1/other to one/other format to support proper grammar in Russian
2025-07-06 21:04:27 +03:00
Adrian Astles
a093c54b16
simplified security key management interface.
2025-07-06 20:41:26 +08:00
Adrian Astles
6ccc05b183
Update security key error handling and user feedback. Improve user guidance for security key interactions and Implement proper error handling for permission denials and timing issues.
2025-07-05 18:56:32 +08:00
Adrian Astles
5130071a60
improved security key management interface, also updated locales
2025-07-05 18:27:04 +08:00
Adrian Astles
f31717145f
feat(passkeys): Add password verification for passkey management
...
- Add password verification requirement when registering passkeys
- Add password verification requirement when deleting passkeys
- Add support for 2FA verification if enabled
- Add new delete confirmation dialog with password field
- Add recommendation message when only one passkey is registered
- Improve dialog styling and user experience
- Fix type issues with WebAuthn credential descriptors
Security: This change ensures that sensitive passkey operations require
password verification, similar to 2FA management, preventing unauthorized
modifications to authentication methods.
2025-07-03 22:57:29 +08:00
Adrian Astles
db76558944
refactor: rename passkeyChallenge to webauthnChallenge
...
- Renamed table for consistency with webauthnCredentials
- Created migration script 1.8.1.ts for table rename
- Updated schema definitions in SQLite and PostgreSQL
- Maintains WebAuthn standard naming convention
2025-07-03 21:53:07 +08:00
miloschwartz
1e5141c27c
add newt version update available to table
2025-06-30 13:59:30 -07:00
miloschwartz
4ffdd6f74f
clean up a few save buttons
2025-06-30 12:28:27 -07:00
miloschwartz
a0381eb2c6
clean up ui pass 1
2025-06-30 09:34:14 -07:00
miloschwartz
809a135721
add refresh sites button
2025-06-27 16:43:14 -04:00
miloschwartz
0e87b6e48b
Merge branch 'dev' into clients-pops
2025-06-22 17:50:39 -04:00
miloschwartz
317a15b649
Merge branch 'dev' into clients-pops
2025-06-20 16:34:49 -04:00
Owen Schwartz
7748fb682d
New translations en-us.json (Chinese Simplified)
2025-06-20 10:03:31 -04:00
Owen Schwartz
6f601c7814
New translations en-us.json (Turkish)
2025-06-20 10:03:30 -04:00
Owen Schwartz
c63dcd89b5
New translations en-us.json (Portuguese)
2025-06-20 10:03:29 -04:00
Owen Schwartz
8c6e3be8ce
New translations en-us.json (Polish)
2025-06-20 10:03:27 -04:00