Commit graph

669 commits

Author SHA1 Message Date
Owen
c3723d0fce
Add semi 2025-08-10 10:14:04 -07:00
Owen
0edb3cd316
Merge branch 'main' of github.com:fosrl/pangolin into copilot/fix-1112 2025-08-10 10:11:19 -07:00
Owen
e9e6b0bc4f
Merge branch 'main' into copilot/fix-1112 2025-08-10 10:10:10 -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
Owen
101e462649
Merge branch 'main' into dev 2025-08-06 10:21:54 -07:00
Owen
d1404a2b07
Merge branch 'dev' of github.com:fosrl/pangolin into dev 2025-08-04 20:02:08 -07:00
Owen Schwartz
19902092ce
Merge pull request #1177 from Error-Gap/portbinding-fixes
Portbinding fixes
2025-08-03 11:37:30 -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
Pallavi
616dae2d8b code format 2025-08-03 12:26:21 +05:30
Pallavi
3fbfe50e09 Default language detection via browser language header 2025-08-03 12:21:41 +05:30
miloschwartz
84268e484d
update docs links 2025-08-01 22:34:02 -07:00
Owen
f75169fc26
Add missing langs 2025-08-01 11:08:30 -07:00
confusedalex
961008bbe1
fix: adapt nix run command 2025-08-01 11:31:29 +02:00
T Aviss
481714f095 Fix for issues with binding ports other than 80/443
server/routers/badger/verifySession.ts : verifyResourceSession() updated code behind "cleanHost" var to a regex which strips the trailing :port for any port (rather than a string match for 80/443)
src/app/auth/resource/[resourceId]/page.tsx : ResourceAuthPage() added a secondary match for serverResourceHost and redirectHost that accounts for ports
server/routers/badger/exchangeSession.ts : Updated exchangeSession() to use the same "cleanHost" type var (with port-stripping) as in verifyResourceSession(), replaced references to "host" with "cleanHost"
2025-07-30 22:16:46 -07:00
miloschwartz
d38656e026
add clients to int api 2025-07-30 21:31:16 -07:00
Owen
2f9994f600
Merge branch 'dev' of github.com:fosrl/pangolin into dev 2025-07-30 10:09:34 -07:00
Owen
1cca06a274
Add note about wintun 2025-07-29 23:09:49 -07:00
miloschwartz
8fdb3ea631
hide favicon 2025-07-29 10:46:08 -07:00
Owen
35823d5751
Fix adding sites to client 2025-07-28 22:40:27 -07:00
miloschwartz
adc0a81592
delete org domains and resources on org delete 2025-07-28 15:34:56 -07:00
Owen
a1e8211ba7
Dont send enableProxy 2025-07-28 12:53:13 -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
Milo Schwartz
bda2aa46b6
Merge pull request #1124 from adrianeastles/feature/member-resouce-landing-page
New Member Resource Landing Page
2025-07-28 14:33:09 -04:00
copilot-swe-agent[bot]
27ac204bb6 Fix variables incorrectly changed from let to const - revert to let where variables are reassigned
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com>
2025-07-28 17:43:40 +00:00
Owen Schwartz
6d9ba8dd2f
Merge pull request #1104 from jackrosenberg/nixos_newt
add nixos option for newt in site creation
2025-07-28 10:19:23 -07:00
Owen
28f8b05dbc
Basic clients working 2025-07-27 10:21:27 -07:00
Adrian Astles
350485612e This improves the user experience by automatically filling the email field
and preventing users from changing the email they were invited with.

- Update invite link generation to include email parameter in URL
- Modify signup form to pre-fill and lock email field when provided via invite
- Update invite page and status card to preserve email through redirect chain
- Ensure existing invite URLs continue to work without breaking changes
2025-07-25 22:46:40 +08:00
Adrian Astles
df31c13912 added real-time password validation to signup form. 2025-07-25 21:59:25 +08:00
Owen
15adfcca8c
Add remote subnets to ui 2025-07-24 22:01:22 -07:00
Owen
1466788f77
Clients ui done 2025-07-24 21:42:44 -07:00
Owen
760fe3aca9
Create client component done 2025-07-24 21:26:02 -07:00
Adrian Astles
6349406523 Removed member resouce sidebar to work with new sidebar. 2025-07-24 21:30:20 +08:00
Adrian Astles
bcc2c59f08 Add member portal functionality - extracted from feature/member-landing-page 2025-07-24 21:04:55 +08:00
jack
52d46f9879 add nixos option for newt in site creation 2025-07-23 10:02:58 +02:00
copilot-swe-agent[bot]
2259879595 Fix ESLint issues: prefer-const warnings and missing semicolons
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com>
2025-07-22 19:07:43 +00:00
miloschwartz
b54ccbfa2f
fix log in loading button 2025-07-21 17:26:02 -07:00
miloschwartz
114ce8997f
add tos and pp consent 2025-07-21 16:57:21 -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
Owen
0a2b1d9e53
Use a records for the wildcard 2025-07-17 16:17:01 -07:00
Owen
e562946308
Fix logic 2025-07-17 16:03:34 -07:00
Owen
398e15b3c6
Format 2025-07-17 15:59:28 -07:00
miloschwartz
d870a49381
change domain picker description and fix metadata title 2025-07-17 12:05:08 -07:00
miloschwartz
ccdcda7f1d
add screenshots and minor fixes 2025-07-16 22:18:11 -07:00