Commit Graph

2398 Commits

Author SHA1 Message Date
miloschwartz 8e3b5688d5 allow server admins to generate password reset code 2025-12-05 16:27:08 -05:00
Fred KISSIE bfd1293847 🚨 fix lint errors 2025-12-05 22:16:55 +01:00
Fred KISSIE 889b381e96 ♻️ only show product updates if the user is an admin or the owner 2025-12-05 21:33:35 +01:00
miloschwartz a3b852ef45 Merge branch 'dev' into clients-user 2025-12-05 15:17:32 -05:00
Owen 89ee57cdf9 Enforce fqdn 2025-12-05 12:03:00 -05:00
miloschwartz 8726a7f931 remove device code ip check and fix edit resource dialog state issue 2025-12-05 11:47:59 -05:00
Owen 35f9c67cfe Merge branch 'main' into dev 2025-12-05 09:45:17 -05:00
Owen b1b0702886 Make query optional 2025-12-04 22:07:48 -05:00
miloschwartz 761ed1de9a ensure unique niceId for site resources and normal resources 2025-12-04 21:07:14 -05:00
Fred KISSIE ba9048a377 Merge branch 'dev' into feat/login-page-customization 2025-12-04 23:56:16 +01:00
Owen 53ab51691a update packages 2025-12-04 17:26:24 -05:00
miloschwartz 6e6fa77625 bump version 2025-12-04 17:10:59 -05:00
Varun Narravula ca9273c9ea feat(healthcheck): add SNI input field to target healthcheck config 2025-12-04 12:11:25 -05:00
Varun Narravula f33be1434b feat(schema): add TLS server name column to target healthcheck tables 2025-12-04 12:00:40 -05:00
miloschwartz 77306e8c97 add integration routes 2025-12-04 11:48:01 -05:00
miloschwartz a746ef36a8 Merge branch 'dev' into clients-user 2025-12-04 11:38:05 -05:00
Owen 8eec122114 Fixing holepunching and other bugs 2025-12-03 20:31:37 -05:00
miloschwartz 4b580105cd change default sort on logs tables closes #1907 2025-12-03 18:20:28 -05:00
miloschwartz a61c82570a add logs routes to integration api routes closes #1963 2025-12-03 17:45:19 -05:00
miloschwartz e49d796b06 fix headers getting cleared on resource save and hide domain type without pangolin dns 2025-12-03 16:04:44 -05:00
miloschwartz 5afff3c662 add extra org policy checks to middlewares 2025-12-03 15:50:24 -05:00
miloschwartz 357f297a3e remove enable_clients flag from config 2025-12-03 15:02:39 -05:00
Milo Schwartz 8b0491eb52 Merge pull request #1960 from Fredkiss3/refactor/separate-tables
refactor: separate tables
2025-12-03 11:28:21 -08:00
miloschwartz 0032634004 add owner devices to org on create org 2025-12-03 14:19:18 -05:00
Fred KISSIE 3870ced635 Merge branch 'clients-user' into refactor/separate-tables 2025-12-03 17:01:50 +01:00
Fred KISSIE f5bfddd262 🚨 run eslint --fix 2025-12-03 16:58:12 +01:00
Owen 152fb47ca4 Handle unrelay and relaying better 2025-12-02 11:17:08 -05:00
Fred KISSIE 3d400b2321 ♻️ ignore hydrateSaas script and exit(0) on PG migrations 2025-12-02 16:06:10 +01:00
Owen a7e32d4013 Fix bugs with updating a resource 2025-12-01 19:57:23 -05:00
Owen beea28daf3 Handle hp oddities 2025-12-01 16:20:10 -05:00
Owen b5e94d44ae Fix switching orgs having connections from other orgs 2025-12-01 15:44:25 -05:00
Owen a623604e96 Improve holepunching 2025-12-01 13:54:30 -05:00
miloschwartz 8c62dfa706 respond with relative code expiration time 2025-12-01 12:36:13 -05:00
Julien Breton 46ed27a218 Fix: Extend Basic Auth compatibility with browsers 2025-12-01 01:18:09 +01:00
Owen 92125611e9 Add validation and fix thrown error from updatePeerData 2025-11-30 17:49:55 -05:00
Owen 096da391e5 Add a utility subnet 2025-11-30 17:38:12 -05:00
Owen dd6b1d88d3 Update peer data when HP changes 2025-11-30 11:39:40 -05:00
Owen 79f0d60533 Start working on HP IP changes 2025-11-30 11:39:40 -05:00
Marc Schäfer 336d31ce39 fix(validators): restore 2+ char domain label requirement
- Replace (?:[a-z\\d-]{0,61}[a-z\\d])? with (?:[a-z\\d-]{1,61}[a-z\\d]) to keep labels 2–63 chars
- Avoid unintentionally allowing single-character labels (e.g. a.com) introduced by the previous regex change

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-30 02:41:03 +01:00
Marc Schäfer 8df62e8b6a Potential fix for code scanning alert no. 19: Inefficient regular expression
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-11-29 23:40:20 +01:00
Marc Schäfer fbbab60956 Potential fix for code scanning alert no. 7: Insecure randomness
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-11-29 23:39:41 +01:00
Pavan Kumar 18070a37a8 fix: keep custom header values when editing resource 2025-11-28 19:06:09 +05:30
miloschwartz 5bd31f87f0 only allow one device auth per session 2025-11-26 15:48:49 -05:00
Owen de83cf9d8c Handle delete org and checking org policy 2025-11-26 15:35:33 -05:00
Owen ceae787cf5 Attempt to handle creating/deleting clients and role 2025-11-25 18:20:02 -05:00
Owen ce6afd0019 Merge branch 'clients-user' of github.com:fosrl/pangolin into clients-user 2025-11-25 15:47:19 -05:00
miloschwartz ac68dbd545 add my-device and force login 2025-11-25 10:51:53 -05:00
Owen 73b0411e1c Add alias config 2025-11-24 20:43:26 -05:00
Fred KISSIE 3f440f0f7a 🏷️ fix type for SQLite 2025-11-21 06:10:01 +01:00
Fred KISSIE ba6defa87c Add request by day chart 2025-11-21 06:03:34 +01:00