Joshua Belke
028df8bf27
fix: remove encodeURIComponent from invite link email parameter
...
The @ symbol in email addresses was being encoded as %40 when
constructing invite URLs, causing broken or garbled links when
copied/shared by users.
- Remove encodeURIComponent(email) from server-side invite link
construction in inviteUser.ts (both new invite and regenerate paths)
- Remove encodeURIComponent(email) from client-side redirect URLs in
InviteStatusCard.tsx (login, signup, and useEffect redirect paths)
- Valid Zod-validated email addresses do not contain characters that
require URL encoding for safe query parameter use (@ is permitted
in query strings per RFC 3986 §3.4)
2026-04-07 14:58:27 -04:00
Owen
d948d2ec33
Try to prevent deadlocks
2026-04-03 22:55:04 -04:00
Owen
8cbc8dec89
Generate address
2026-04-03 17:25:39 -04:00
Owen
8ce45a1acd
Update casting again
2026-04-03 12:34:37 -04:00
Owen
73e96b1b28
Type cast data
2026-04-03 12:15:39 -04:00
Owen
08e4afaef0
Update hp log message
2026-03-31 17:06:56 -07:00
Owen
69aa6e2d1d
Prevent increase in writes on reconnect
2026-03-31 17:00:06 -07:00
Owen
547865e0da
Mark targets unhealthy when site is down
...
Fix #2675
Fix #2700
Fix #1742
2026-03-31 16:24:53 -07:00
Owen
2cee723f0e
Handle online and offline for wireguard sites
2026-03-31 14:41:02 -07:00
Owen
edfeec900d
Define db type
2026-03-31 14:25:47 -07:00
Owen
b8d7d5c910
Add name to provisioning
2026-03-30 17:18:38 -07:00
Owen
a651e50759
Fix merge from main
2026-03-30 16:59:05 -07:00
Owen
4465b05404
Merge branch 'provisioning-room' into dev
2026-03-30 16:19:11 -07:00
Owen
d1182c3a59
Merge branch 'main' into dev
2026-03-30 15:53:46 -07:00
Owen
be3e066843
Merge branch 'dev' into feature/region-rules
2026-03-30 14:36:50 -07:00
Owen Schwartz
e345c6ee6e
Merge pull request #2627 from shreyaspapi/fix/1547-persist-user-locale
...
fix: persist user locale preference to database (#1547 )
2026-03-30 14:29:15 -07:00
Owen
e0c96e7224
Configure connection log retention time
2026-03-30 11:31:46 -07:00
Owen
caacd1e677
Remove rewrite if match is removed
2026-03-30 11:11:18 -07:00
Owen
c995c5a674
Dont batch set on sqlite
2026-03-30 11:02:09 -07:00
Owen
fcf92d4e2c
Add basic provisioning room v1 and update keys
2026-03-29 16:28:51 -07:00
Owen
77cef554be
Provisioning room basics done
2026-03-29 14:20:58 -07:00
Owen
9dc9b6a2c3
Merge branch 'logging-provision' into dev
2026-03-29 13:59:14 -07:00
Owen
9808a48da0
Merge branch 'multi-role' into dev
2026-03-29 13:55:23 -07:00
Milo Schwartz
8a6960d9c3
Merge pull request #2670 from Fredkiss3/feat/selector-filtering
...
Feat: selector filtering
2026-03-29 12:26:51 -07:00
Milo Schwartz
ed97cf5d97
Merge pull request #2697 from Fredkiss3/feat/modify-private-resource-niceid
...
feat: edit niceid in private resources
2026-03-29 12:18:21 -07:00
Owen
a3b088f8d2
Merge branch 'dev' into logging-provision
2026-03-29 12:18:13 -07:00
miloschwartz
2828dee94c
support multi role on create user and invites
2026-03-29 12:11:22 -07:00
Owen Schwartz
bdc45887f9
Add chainId to dedup messages ( #2737 )
...
* ChainId send through on sensitive messages
2026-03-29 12:08:29 -07:00
Owen
757bb39622
Support overriding badger for testing
2026-03-28 21:24:13 -07:00
Owen
00ef6d617f
Handle the roles better in the verify session
2026-03-28 21:24:13 -07:00
miloschwartz
6ab0555148
respect full rbac feature in auto provisioning
2026-03-28 18:09:36 -07:00
miloschwartz
c6f269b3fa
set roles 1:1 on auto provision
2026-03-28 17:29:01 -07:00
miloschwartz
7bcb852dba
add google and azure templates to global idp
2026-03-27 18:10:19 -07:00
Owen
04dfbd0a14
Chainid send through
2026-03-27 12:04:41 -07:00
Owen
a143b7de7c
Merge branch 'multi-role' of github.com:fosrl/pangolin into multi-role
2026-03-26 21:47:13 -07:00
Owen
63372b174f
Merge branch 'dev' into multi-role
2026-03-26 21:46:29 -07:00
miloschwartz
ad7d68d2b4
basic idp mapping builder
2026-03-26 21:46:01 -07:00
miloschwartz
13eadeaa8f
support legacy one role per user
2026-03-26 18:19:10 -07:00
Owen
19a686b3e4
Add restrictions around provisioning key
2026-03-26 16:49:43 -07:00
miloschwartz
d046084e84
delete role move to new role
2026-03-26 16:44:30 -07:00
miloschwartz
e13a076939
ui improvements
2026-03-26 16:37:31 -07:00
Owen
6b3a6fa380
Add typecasts
2026-03-25 22:11:56 -07:00
Owen
1f01108b62
Batch set bandwidth
2026-03-25 21:53:20 -07:00
Owen
c80c7df1d0
Batch set bandwidth
2026-03-25 20:44:08 -07:00
Owen
9b84623d0c
Cache token for thundering hurd
2026-03-25 20:44:08 -07:00
Owen
6bb6cf8a48
Clean up
2026-03-25 20:44:08 -07:00
Owen
348fcbcabf
Try to solve th problem
2026-03-25 20:44:08 -07:00
Owen
395cab795c
Batch set bandwidth
2026-03-25 20:35:21 -07:00
miloschwartz
0fecbe704b
Merge branch 'dev' into multi-role
2026-03-24 22:01:13 -07:00
Owen
ce59a8a52b
Merge branch 'main' into dev
2026-03-24 20:38:16 -07:00