Commit Graph

2125 Commits

Author SHA1 Message Date
Owen 93998f9fd5 Fix ts issue 2026-04-13 12:27:29 -07:00
Owen a6e10e55cc Handle grandfather on the front end 2026-04-13 12:08:30 -07:00
Owen 9cb1043545 Push back date 2026-04-13 11:33:51 -07:00
miloschwartz 89471a0174 include site name in target dropdown in public resources table 2026-04-12 15:09:40 -07:00
miloschwartz e118e5b047 add list alises endpoint 2026-04-11 21:03:35 -07:00
miloschwartz 7e4e8ea266 add niceId to list user resources 2026-04-11 17:56:16 -07:00
Owen 2f386f8e47 Grandfather in old users 2026-04-11 16:59:43 -07:00
Owen Schwartz 825df7da63 Merge pull request #2806 from jbelke/fix-invite-email-encoding
Fix invite email encoding
2026-04-11 16:37:49 -07:00
Owen eac747849b Restrict namespaces to paid plans due to abuse 2026-04-11 14:22:00 -07:00
Owen 466f137590 Fix migration by testing for orphans 2026-04-09 10:29:51 -04:00
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 6b8a3c8d77 Revert #2570
Fix #2782
2026-04-03 22:37:42 -04:00
Owen eb4b2daaab Use the right encryption 2026-04-03 17:59:21 -04:00
Owen 8cbc8dec89 Generate address 2026-04-03 17:25:39 -04:00
Owen e89e60d50b Encrypt the streaming data 2026-04-03 15:33:29 -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 fee780cb81 Add siem to migration 2026-04-03 11:32:02 -04:00
Owen 5056cba85d Add siem to migration 2026-04-03 11:32:02 -04:00
miloschwartz dab38ff82c use debug log on log stream start 2026-04-03 11:16:56 -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 c1bd36231d Default to approved 2026-03-31 14:46:23 -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 29b272f5d5 Restrict saas 2026-03-31 14:08:50 -07:00
Owen 9162ac6d91 Add missing headers 2026-03-31 14:07:28 -07:00
Owen fe30bb280e Add option for how to batch 2026-03-31 14:04:58 -07:00
Owen a1e9396999 Handle backlog better 2026-03-31 13:47:32 -07:00
Owen d155d7e31b Update formatting 2026-03-31 12:26:31 -07:00
Owen 3dc258da16 Log streaming manager pass 1 2026-03-31 12:22:37 -07:00
Owen 0db1397f2f Add log connection audit dedicated file 2026-03-31 12:02:02 -07:00
Owen a73879ec7a Fix formatting 2026-03-30 21:35:37 -07:00
Owen 5150a2c386 Basic ui done 2026-03-30 21:00:05 -07:00
Owen ca0dd09964 Add crud 2026-03-30 20:35:00 -07:00
Owen 3ed72dd96b Add missing colums to migrations 2026-03-30 18:16:22 -07:00
Owen b8d7d5c910 Add name to provisioning 2026-03-30 17:18:38 -07:00
Owen 673b8b7af5 Add userInviteRoles migration 2026-03-30 17:03:12 -07:00
Owen a651e50759 Fix merge from main 2026-03-30 16:59:05 -07:00
Owen 6484e8e302 Make work for demo 2026-03-30 16:57:36 -07:00
Owen b01d266629 Migration 1.17 first pass 2026-03-30 16:55:37 -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 cb6c47678b Add regions to blueprints 2026-03-30 14:43:49 -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
Mark and Close Stale Issues / stale (push) Has been cancelled
Restart Runners / ec2-maintenance-prod (push) Has been cancelled
fix: persist user locale preference to database (#1547)
2026-03-30 14:29:15 -07:00
Owen 04943fb4a6 Fix access log 2026-03-30 11:58:48 -07:00
Owen e0c96e7224 Configure connection log retention time 2026-03-30 11:31:46 -07:00