Commit Graph

2368 Commits

Author SHA1 Message Date
Owen Schwartz
2a478eef6f Merge pull request #3375 from fosrl/resource-launcher
Resource launcher
2026-07-01 21:19:19 -04:00
miloschwartz
db0a7cc1ce fix toolbar responsiveness and disable side panel 2026-07-01 15:14:29 -04:00
miloschwartz
0871a211ec open side panel on click 2026-07-01 14:30:43 -04:00
miloschwartz
5a1d5cb66e redirect to settings if org admin 2026-07-01 14:06:33 -04:00
miloschwartz
5a7ca5b542 add refresh button 2026-07-01 12:38:45 -04:00
miloschwartz
87e1a509ce show sites and labels for non admins 2026-07-01 12:17:36 -04:00
miloschwartz
75f481bc3d improve search bar debounce behavior 2026-07-01 11:53:11 -04:00
miloschwartz
97cdb2eb5a use proper label filter selector 2026-07-01 11:46:20 -04:00
miloschwartz
22dd4220fe fix ordering of buttons 2026-07-01 11:09:26 -04:00
Owen
e3ef592778 Adjust language 2026-07-01 10:39:41 -04:00
miloschwartz
3c37e10638 add mobile overflow menu 2026-07-01 10:11:17 -04:00
miloschwartz
561f75b6b1 improve responsiveness 2026-07-01 10:03:06 -04:00
miloschwartz
bc759c5c9e improve mobile responsiveness 2026-06-30 22:11:25 -04:00
miloschwartz
376dd465b3 show no site category 2026-06-30 21:49:08 -04:00
jaisinha77777
31f675f38c Fix broken toast on private resource delete failure
The delete-error handler in PrivateResourcesTable referenced two i18n
keys that do not exist in the message catalog:

- console.error used "resourceErrorDelete" (the catalog key is
  "resourceErrorDelte"), logging a raw key instead of the message.
- the toast description passed "v" to formatAxiosError, so a failed
  delete showed the user a bogus fallback title.

Point both at the existing "resourceErrorDelte" key, matching the
delete handlers in PublicResourcesTable and ResourcePoliciesTable. No
catalog/translation changes, so nothing changes for Crowdin.
2026-07-01 07:04:54 +05:30
miloschwartz
9f68be2a9b add empty state 2026-06-30 21:18:46 -04:00
miloschwartz
fed4ec42c4 add server side fetching 2026-06-30 21:15:03 -04:00
miloschwartz
f0efa4203b basic functionality 2026-06-30 21:03:19 -04:00
Owen
cfbbdedaf5 rework ui 2026-06-30 17:44:35 -04:00
Owen
686789ee4c Properly translate 2026-06-30 15:37:42 -04:00
Owen
3fda190ff6 Merge branch 'backhaul' into dev 2026-06-30 15:21:11 -04:00
Owen
9bb2d6cdc8 Prompt for the username on vnc 2026-06-30 12:16:58 -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
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
Owen
633d9031af Add labels input 2026-06-26 18:02:20 -04:00
Owen
05dc558c4a Add basic resources input on the remote node 2026-06-26 18:01:24 -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