Commit graph

35 commits

Author SHA1 Message Date
Owen
7bf98c0c40
Merge branch 'dev' into hybrid 2025-08-16 12:04:16 -07:00
miloschwartz
79ce93d578
Merge branch 'site-targets-auto-login' into dev 2025-08-15 16:42:09 -07:00
Pallavi
b56db41d0b add missing hostmeta export for PG schema 2025-08-15 21:23:07 +05:30
miloschwartz
5c04b1e14a
add site targets, client resources, and auto login 2025-08-14 18:24:21 -07:00
Owen
d5a11edd0c
Remove orgId 2025-08-14 10:38:22 -07:00
Owen
b573d63648
Add cols to exit node 2025-08-13 20:41:29 -07:00
Owen
eeb1d4954d
Use an epoch number for the clients online to fix query 2025-08-13 20:27:57 -07:00
Owen
285e24cdc7
Use an epoch number for the clients online to fix query 2025-08-13 20:26:50 -07:00
Owen
4c463de45f
Version does not need to be notNull 2025-08-13 14:47:03 -07:00
Owen
1f4a7a7f6f
Add olm version 2025-08-13 12:35:09 -07:00
Owen
4f3cd71e1e
Merge branch 'feature/setup-token-security' of github.com:adrianeastles/pangolin into adrianeastles-feature/setup-token-security 2025-08-12 21:12:55 -07:00
Owen
1a9de1e5c5
Move endpoint to per site 2025-08-04 20:17:35 -07:00
Adrian Astles
69baa6785f feat: Add setup token security for initial server setup
- Add setupTokens database table with proper schema
- Implement setup token generation on first server startup
- Add token validation endpoint and modify admin creation
- Update initial setup page to require setup token
- Add migration scripts for both SQLite and PostgreSQL
- Add internationalization support for setup token fields
- Implement proper error handling and logging
- Add CLI command for resetting user security keys

This prevents unauthorized access during initial server setup by requiring
a token that is generated and displayed in the server console.
2025-08-03 21:17:18 +08:00
Owen
ea6f803e78
Add createdAt to org 2025-07-31 17:51:30 -07:00
Owen
4d7e25f97b
Complete migrations 2025-07-28 17:22:53 -07:00
Owen
28f8b05dbc
Basic clients working 2025-07-27 10:21:27 -07:00
Owen
15adfcca8c
Add remote subnets to ui 2025-07-24 22:01:22 -07:00
miloschwartz
114ce8997f
add tos and pp consent 2025-07-21 16:57:21 -07:00
Owen
f1bba3b958
Fix issues in pg schema 2025-07-21 16:32:13 -07:00
Owen
021bc073a2
Make org subnet optional 2025-07-16 11:35:38 -07:00
miloschwartz
f1291d4d7d
remove is base domain resource and flag 2025-07-15 15:07:34 -07:00
Owen
3dc79da2fa
Merge branch 'dev' into clients-pops-dev 2025-07-14 16:59:00 -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
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
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
d45443258b
update selection algorithm 2025-06-22 17:19:40 -04:00
Owen
9680260104
Add domain type 2025-06-22 12:58:33 -04:00
Owen
bd7e96b8af
Send version and try to be reverse compatible 2025-06-19 16:40:02 -04:00
miloschwartz
21e9edd201
move max connections from config to db 2025-06-17 15:53:57 -04:00
miloschwartz
f6d81c3a23
update schema 2025-06-16 12:30:15 -04:00
miloschwartz
717dfae26c
look for ipv6 in brackets and fix cors headers in install config 2025-06-04 15:56:16 -04:00
miloschwartz
2cca561e51
support postgresql as database option 2025-06-04 12:02:07 -04:00