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
miloschwartz
31725eb3cc
display resource type in info card
2026-06-29 10:45:38 -04:00
miloschwartz
04d4e298e8
fix spacing on endpoint field on site
2026-06-29 10:42:25 -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
053ff1e799
Add utility subnet
2026-06-25 15:39:04 -04: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
d0defa380a
remove split by command and space in role form
2026-06-24 17:52:21 -04:00
miloschwartz
4eba51de72
support delete resources associated with site
2026-06-24 17:45:44 -04:00
miloschwartz
2b38658ea6
make sidebar notification failures more resilient
2026-06-24 15:55:29 -04:00
Fred KISSIE
bb7729df00
💄 show geoip flag in policy access rule tab
2026-06-23 23:45:59 +02:00
Owen
2a8ceeec1b
Restrict admin role
2026-06-23 17:45:42 -04:00
Owen
91ef0d0153
Show warning about the .local aliases
2026-06-23 17:44:18 -04:00
Fred KISSIE
e104489257
💄 Show GeoIp flag in site details page
2026-06-23 23:28:46 +02:00
Owen Schwartz
19faa3a29c
Merge pull request #3223 from Adityakk9031/#2867
...
fix: request logs not loading on initial page open in Community Editi…
2026-06-22 14:00:29 -07:00
Fred KISSIE
be888c3fc1
💄 Show the latest new update in machine client table
2026-06-22 16:57:47 -04:00
Fred KISSIE
3f2bb42221
♻️ lt instead of lte
2026-06-22 16:57:47 -04:00
Fred KISSIE
ffb6c64de0
💄 Show updates available in the frontend, on sites & user devices
2026-06-22 16:57:08 -04:00
Fred KISSIE
2cbc6fb128
🏷️ types
2026-06-22 16:57:08 -04:00
Fred KISSIE
75084028d7
♻️ Remove queries that prefetch 1000 users/roles in private resources form
2026-06-22 16:57:08 -04:00
copilot-swe-agent[bot]
e5e7b79712
test: add normalized ASN validation coverage
2026-06-22 15:11:51 -04:00
copilot-swe-agent[bot]
3f37408dae
fix: allow ALL ASN values in policy rule validation
2026-06-22 15:11:51 -04:00
Owen
34a0d2a68b
Remove NoNewPrivileges
...
Fixes https://github.com/fosrl/newt/issues/383
2026-06-22 15:11:50 -04:00
Owen
a08c6d70fe
Comment out
2026-06-14 14:44:08 -07:00
Owen
a1196d3da6
Remove supporter warning
2026-06-14 14:34:39 -07:00
Owen
ea1badf4e0
Add middleware for rewriting host headers
2026-06-14 12:04:02 -07:00
Owen
3fd5c98def
Fix #3252
2026-06-12 14:44:45 -07:00
miloschwartz
3fcfd3304f
fix address input width
2026-06-11 18:34:22 -07:00
Owen
820f66e58f
Properly hide things with disable enterprise flag
2026-06-11 16:10:29 -07:00
Owen
b0fdc10e06
Properly hide things with disable enterprise flag
2026-06-11 16:01:32 -07:00
miloschwartz
3e977ba00d
make paid alert position more consistent on resource
2026-06-11 12:38:08 -07:00
miloschwartz
aea7827c1a
fix paywalling
2026-06-11 12:26:01 -07:00
Owen
02f6e2a8c3
Add ; fix lint
2026-06-10 20:56:26 -07:00
Owen
1d9c4dd9e2
Fix padding
2026-06-10 20:46:53 -07:00
Owen
b9dd0c8e43
Add advantech install link
2026-06-10 20:46:43 -07:00
Owen
cd052976eb
Properly paywall the edit policy screen
2026-06-10 20:38:59 -07:00
Owen
cc498f0e33
Properly paywall ui for labels
2026-06-10 20:32:07 -07:00
Owen
1a942937e6
Remove precheck on websocket for now
2026-06-10 20:24:41 -07:00
Owen
d81d1a6b7f
Merge branch 'dev' of github.com:fosrl/pangolin into dev
2026-06-10 20:24:22 -07:00
Owen
f64d04e827
Add loading back to create resource
2026-06-10 18:23:01 -07:00
miloschwartz
540aee3fe2
update docs links
2026-06-10 17:52:42 -07:00
Owen
ce2fbef805
Filter only newt sites in the browser gateway
2026-06-10 16:16:42 -07:00
miloschwartz
6921447fab
fix typo
2026-06-10 11:55:20 -07:00
miloschwartz
fcf03854ff
fix tag input wrapping
2026-06-09 22:01:13 -07:00
miloschwartz
c789e967db
standardize client titles
2026-06-09 21:36:54 -07:00
miloschwartz
9c09019ddb
add protocol filter
2026-06-09 21:33:56 -07:00
miloschwartz
dd2c9f2a02
check resource policy in verifyResourceAccess middleware
2026-06-09 17:52:31 -07:00
miloschwartz
bdb38db5bc
fix form responsiveness
2026-06-09 16:52:18 -07:00
Owen
92b0340324
Merge branch 'dev' of github.com:fosrl/pangolin into dev
2026-06-09 16:10:35 -07:00
miloschwartz
9257ac01c7
add learn more links to auto update
2026-06-09 16:08:07 -07:00