Owen
108cb6216c
Add migration to fix policy delete issues
...
Ref #3257
2026-07-01 10:39:41 -04:00
Owen
3fda190ff6
Merge branch 'backhaul' into dev
2026-06-30 15:21:11 -04:00
Owen
b41c1f5b27
Add restart button
2026-06-29 21:10:49 -04:00
Owen
e5652cdb8a
Dont enable admin routes
2026-06-29 20:45:38 -04:00
Owen
ccabddc225
Add logging for access for new public resources
2026-06-29 18:05:29 -04:00
Owen
42d98fa83b
Comment back in the sync command
2026-06-29 16:34:10 -04:00
Owen
2f2b7f43c1
Add usage tracking to blueprints
2026-06-29 16:13:12 -04:00
Owen
528bbeca26
Implement usage tracking on resources, clients
2026-06-29 15:39:30 -04:00
Owen
d60c15b0ae
Fix typo
2026-06-29 15:24:16 -04:00
Owen
ff89a64453
Rename to limit id
2026-06-29 15:22:35 -04:00
Owen
4718c489d3
Add concurrency guard calculateUserClientsForOrgs
2026-06-29 15:02:41 -04:00
Owen
d5d99a4804
Add org rebuild rate limit
2026-06-29 14:59:05 -04:00
Owen
9c18936be7
Filter the nodes based on the preference labels
2026-06-29 11:40:25 -04:00
Owen
eac7c67dcc
Send down remote subnets
2026-06-26 18:09:56 -04:00
miloschwartz
7506c0420d
properly pass org policy error message in olm register
2026-06-26 17:11:32 -04:00
Owen Schwartz
5572822c4a
Merge pull request #3351 from fosrl/copilot/fix-rest-ruleid-changing
...
fix: preserve rule IDs when saving policy rules via the GUI
2026-06-26 15:05:31 -04:00
Owen
ea3f1c341b
Move hashing outside of transaction
2026-06-26 14:40:39 -04:00
copilot-swe-agent[bot]
5428bf4ed0
fix: preserve rule IDs when saving policy rules through the GUI
...
The `setResourcePolicyRules` endpoint was deleting all existing rules and
re-inserting them on every save, causing all ruleIDs to change.
Backend: Accept an optional `ruleId` per rule in the request body and
perform an upsert — update existing rules (matched by ruleId), insert
new ones (no ruleId), and delete only rules absent from the incoming list.
Frontend: Include `ruleId` in the rules payload for existing (non-new)
rules so the backend can match and preserve them.
2026-06-26 14:37:34 +00:00
Owen Schwartz
e0d0c5dcbf
Merge pull request #3331 from Fredkiss3/feat/geoip-tag-in-tables
...
feat: Show GeoIp country flags in site & rules page
2026-06-25 11:23:42 -07:00
miloschwartz
4eba51de72
support delete resources associated with site
2026-06-24 17:45:44 -04:00
miloschwartz
6fe4eee336
improve org policy error message responses
2026-06-24 16:32:58 -04:00
Owen
d303fa05cb
Comment out the sync
2026-06-24 15:50:54 -04:00
Owen
80b66cf9b9
Add locks to rebuilds
2026-06-24 14:13:11 -04:00
Owen
034bcbd271
Reorg
2026-06-24 11:54:56 -04:00
Owen
bc63747efe
Refactor out transactions and always call rebuild on update
2026-06-23 18:12:51 -04:00
Fred KISSIE
e104489257
💄 Show GeoIp flag in site details page
2026-06-23 23:28:46 +02:00
Owen
7731849a2f
Standardize db rebuildClientAssociationsFromClient
2026-06-23 17:14:40 -04:00
Owen
c11d24e10a
Standardize db rebuildClientAssociationsFromClient
2026-06-23 17:14:40 -04:00
Owen
a9b7cce49b
Improve efficiency of calculateUserClientsForOrgs
2026-06-23 17:14:40 -04:00
Owen
f48a4f7bc0
Enforce strick query params
...
Fixes #3313
2026-06-23 12:22:47 -04:00
Owen
ce3c2f7583
Fix #3314
2026-06-23 12:05:47 -04:00
Owen
51c357e6c7
Merge branch 'main' into dev
2026-06-23 11:30:46 -04:00
Owen Schwartz
7ae29612d4
Merge pull request #3302 from RitwijParmar/codex/resource-update-inline-policy-response
...
Fix inline policy fields in resource update response
2026-06-23 08:30:31 -07:00
Owen
da794adb7d
Merge branch 'main' into dev
2026-06-23 11:26:03 -04:00
Owen
8004ae6870
Use the policy when updating rule
...
Fixes #3273
2026-06-23 11:25:53 -04:00
Owen Schwartz
e6f7cd6da9
Merge pull request #3206 from gmpinder/fix-idp-delete
...
fix: Add DELETE /idp/{idpId} to integration API
2026-06-22 14:01:47 -07:00
Owen
1b634955d8
Merge branch 'refactor/show-if-client-needs-update' of github.com:Fredkiss3/pangolin into dev
2026-06-22 16:58:50 -04:00
Fred KISSIE
5dc3ae4c7f
♻️ sites & clients should not get latest versions on the server
2026-06-22 16:57:45 -04:00
Owen
6b56c00782
Pull the listing out of the queue
2026-06-22 15:24:31 -04:00
Owen
ee42846c90
Add batch messaging functions to rebuild function
2026-06-22 15:12:07 -04:00
copilot-swe-agent[bot]
22ac711dc6
refactor: tighten ws batch typing and queue cleanup logging
2026-06-22 15:12:07 -04:00
copilot-swe-agent[bot]
d09668b20b
feat: batch redis ws direct messages and dedupe rebuild queue jobs
2026-06-22 15:12:07 -04:00
Owen
476d92b3ac
Convert things to regional cache
2026-06-22 15:11:51 -04:00
Owen Schwartz
62c7e0a13e
Merge pull request #3251 from kshitijshresth/fix-path-rule-regex-escaping
...
Fix unescaped regex metacharacters in PATH rule matching causing request failures
2026-06-22 07:40:00 -07:00
Ritwij Aryan Parmar
95c3f74a33
Fix inline policy fields in resource update response
2026-06-17 14:36:34 -04:00
miloschwartz
a6568692b7
force set supporter status to true in server info endpoint
2026-06-14 14:40:37 -07:00
Owen
50da863bb7
Add maintence page support for remote nodes
2026-06-13 21:45:52 -07:00
Owen
c6ddd5c402
Open up holepunch requirements
2026-06-13 14:14:34 -07:00
Owen
0fb5ace9c7
Support the browser gateways on the remote nodes
2026-06-13 14:08:03 -07:00
kshitijshresth
b136bd2246
Escape regex metacharacters in PATH rule wildcard matching
...
isValidUrlGlobPattern accepts characters like ( ) [ ] { } | . + ^ $ in PATH rule values, but isPathAllowed converted wildcard segments to regex without escaping them. A rule value such as /(api* produced an invalid regex and threw on every request to the resource, surfacing as a 500 from verifySession. Literal characters like . and + also changed matching semantics. isPathAllowed is extracted to server/lib/pathMatch.ts as a pure module, metacharacters are escaped before wildcard substitution, compiled segment regexes are cached, and the test suite now imports the real implementation instead of a stale copy, with added coverage for special characters.
2026-06-12 11:21:21 +03:00