Commit Graph

845 Commits

Author SHA1 Message Date
Pallavi 7d5961cf50 Support unicode with subdomain sanitized 2025-08-31 22:45:42 +05:30
Hetav21 be16196058 feat: make version numbers link to GitHub releases and add Discord link 2025-08-31 21:19:34 +05:30
Pallavi 78f464f6ca Show/allow unicode domain name 2025-08-31 17:53:35 +05:30
Owen 9455adf61f Add list invitations to integration api
Fixes #1364
2025-08-30 21:18:22 -07:00
Pallavi 54764dfacd unify subdomain validation schema to handle edge cases 2025-08-30 01:14:03 +05:30
Pallavi e8a6efd079 subdomain validation consistent 2025-08-29 03:58:49 +05:30
Pallavi 18bb6caf8f allows typing flow while providing helpful validation 2025-08-29 02:44:39 +05:30
Pallavi bc335d15c0 preserve subdomain with sanitizeSubdomain and validateSubdomain 2025-08-29 01:12:12 +05:30
Owen 29fb5735e2 Add missing api endpoints to integration
Fixes #1344
2025-08-25 16:23:22 -07:00
Owen 49cb2ae260 Fixes for siteResources with clients 2025-08-20 18:49:58 -07:00
miloschwartz 36c0d9aba2 add hybrid splash 2025-08-17 21:29:21 -07:00
miloschwartz 200a7fcd40 fix sidebar spacing 2025-08-15 16:00:58 -07:00
miloschwartz 5c04b1e14a add site targets, client resources, and auto login 2025-08-14 18:24:21 -07:00
Owen d6d2e052dd Fix missing bracket 2025-08-10 10:04:41 -07:00
Elias Torstensen f0e2c8416d Merge branch 'dev' into translation-nb-NO 2025-08-08 21:41:43 +02:00
EliasT05 338b7a8c13 Added nb-NO to list of locals 2025-08-08 21:33:11 +02:00
miloschwartz 84268e484d update docs links 2025-08-01 22:34:02 -07:00
miloschwartz d38656e026 add clients to int api 2025-07-30 21:31:16 -07:00
miloschwartz adc0a81592 delete org domains and resources on org delete 2025-07-28 15:34:56 -07:00
miloschwartz 80aa7502af fix resource domain not required 2025-07-28 12:52:44 -07:00
miloschwartz 67bae76048 minor visual tweaks to member landing 2025-07-28 12:21:15 -07:00
miloschwartz b54ccbfa2f fix log in loading button 2025-07-21 17:26:02 -07:00
miloschwartz 9f2710185b center toast 2025-07-21 13:10:39 -07:00
miloschwartz 86a4656651 fix multi level subdomain conflict bug 2025-07-19 22:54:30 -07:00
miloschwartz 2ddb4ec905 allow multi level sudomains in domain picker 2025-07-18 15:48:23 -07:00
miloschwartz 7a59e3acf7 fix external user select box 2025-07-18 14:45:16 -07:00
miloschwartz b34c3db956 fix redirect bug for some accounts when disable create org is enabled 2025-07-18 12:59:57 -07:00
miloschwartz d870a49381 change domain picker description and fix metadata title 2025-07-17 12:05:08 -07:00
miloschwartz 665ef08733 minor fixes for release 2025-07-16 18:09:17 -07:00
miloschwartz 19d54778f5 add branding logo component 2025-07-15 16:24:16 -07:00
miloschwartz f1291d4d7d remove is base domain resource and flag 2025-07-15 15:07:34 -07:00
miloschwartz 83a4677026 don't allow deleting config managed domains 2025-07-15 13:20:44 -07:00
miloschwartz 2e510778be fix header 2025-07-14 22:37:08 -07:00
miloschwartz c492559010 fix profile icon merge issue 2025-07-14 22:32:42 -07:00
Owen 3dc79da2fa Merge branch 'dev' into clients-pops-dev 2025-07-14 16:59:00 -07:00
Owen 83b00c1cfa Fix domain picker build and copy in for domains 2025-07-14 16:37:54 -07:00
miloschwartz 3505342a8d style consistency changes to add security key form 2025-07-14 15:43:33 -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 7f227932da Domain picker support wildcard 2025-07-14 12:24:38 -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
Milo Schwartz 17b39d16a3 Merge branch 'dev' into feature-manage-2fa 2025-07-13 18:33:27 -04:00
Daeho Ro 1983d0067d Add Korean translations 2025-07-12 13:21:14 +09:00
J. Newing 2a6298e9eb Admins can enable 2FA
Added the feature for admins to force 2FA on accounts. The next time the
user logs in they will have to setup 2FA on their account.
2025-07-08 10:21:24 -04:00
Adrian Astles f0a1c10ec5 fix(auth): improve security key login flow.
- Fix login to verify password before showing security key prompt
- Add proper 2FA verification flow when deleting security keys

Previously, users with security keys would see the security key prompt
even if they entered an incorrect password. Now the password is verified
first. Additionally, security key deletion now properly handles 2FA
verification when enabled.
2025-07-07 17:48:23 +08:00
Adrian Astles a093c54b16 simplified security key management interface. 2025-07-06 20:41:26 +08:00
Adrian Astles 5009906385 renamed passkey to security key to stay aligned with the UI and other backend naming. 2025-07-05 21:51:31 +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