Owen
5d8486dd7f
Sure up some things with browserAccessType
2026-05-19 20:02:27 -07:00
Owen
3c25932787
Adjust page to be editable
2026-05-19 20:02:27 -07:00
miloschwartz
b6caeda0a5
improve targets round robin warning
2026-05-11 22:06:43 -07:00
Owen
2a9481023a
Dont show link when wildcard
2026-05-07 15:15:03 -07:00
Owen Schwartz
7436aebca7
Merge pull request #2893 from Fredkiss3/feat/roles-and-user-multi-selectors
...
feat: roles & users selector
2026-05-05 17:36:40 -07:00
Owen
d724f5bb5d
Add missing redirects and threshold to api
...
Fixes #2987
2026-05-04 10:46:11 -07:00
Fred KISSIE
39bf64bc35
Merge branch 'dev' into feat/roles-and-user-multi-selectors
2026-04-30 16:55:25 +02:00
miloschwartz
698cd868a8
show cert status in public reosurces table
2026-04-29 14:47:34 -07:00
Fred KISSIE
a3f30eff02
♻️ remove unused code and imports
2026-04-29 07:29:20 +02:00
Fred KISSIE
1bc7175dd4
✨ replace user select in resource auth and alert rule field
2026-04-29 05:19:23 +02:00
Owen
61aaa5a832
Wrap in transactions
2026-04-27 13:46:15 -07:00
Owen
512ba2150b
Fix sanitizing the domain causing problems
2026-04-27 13:46:15 -07:00
Owen
7563b37cd0
Add missing health column
2026-04-26 21:25:14 -07:00
miloschwartz
960ada4d66
add site column and filter to public resources
2026-04-24 16:24:26 -07:00
Owen
2a5d836747
Fix gear icon
2026-04-24 16:06:04 -07:00
Owen
e7a9a19816
Basic crud working?
2026-04-23 15:01:43 -07:00
miloschwartz
48b6e98bbc
visual improvements
2026-04-22 12:25:01 -07:00
miloschwartz
f71355fe7a
remove domain picker modal
2026-04-21 17:48:45 -07:00
Owen
b59262b7af
Merge branch 'dev' into alerting-rules
2026-04-20 21:21:03 -07:00
Owen
d7a9e1a517
Polish the create and link to table
2026-04-20 20:14:25 -07:00
Owen
1a36475afa
Add inline creation
2026-04-20 18:02:14 -07:00
miloschwartz
335de04a4e
adjust theme
2026-04-20 18:00:22 -07:00
Owen
bf1787acd5
Merge branch 'dev' into alerting-rules
2026-04-20 16:54:20 -07:00
miloschwartz
967de0b79f
fix metadata for public resources
2026-04-19 11:19:23 -07:00
miloschwartz
20ed9966b9
add better page metadata titles
2026-04-18 12:05:54 -07:00
Owen
a5b8a44e78
Add the status to the resources and ajust location
2026-04-17 17:40:00 -07:00
Owen
d6c15c8b81
Add resource column to hc and remove —
2026-04-16 17:42:30 -07:00
Owen
597cae2b78
Poll for status to show updates
2026-04-16 16:53:18 -07:00
Owen
a9d68bd0cf
Standardize the healch check form between the two
2026-04-16 16:20:30 -07:00
Owen
57579e635c
Working on alerting
2026-04-16 11:49:48 -07:00
miloschwartz
f91da2ec46
fix no default idp selector showing on ce closes #2813
2026-04-12 15:20:09 -07:00
miloschwartz
89471a0174
include site name in target dropdown in public resources table
2026-04-12 15:09:40 -07:00
Laurence
7d3d5b2b22
use targetid also on proxy create as that also has same issue
2026-04-06 14:17:04 +01:00
Laurence
81eba50c9a
fix: use targetId as row identifier
...
fix: 2797
2026-04-06 14:03:33 +01:00
Owen
d83fa63af5
Fix to null out the rewrite on the frontend too
2026-04-02 21:58:14 -04:00
Owen Schwartz
d08be59055
Merge pull request #2752 from fosrl/dev
...
1.17.0-rc.0
2026-03-31 15:24:25 -07:00
jaydeep-pipaliya
e06f2f47b1
fix: show contextual toast when saving with no targets
...
Instead of always showing "Settings updated" when saving, show
"Targets cleared" when the target list is empty. This gives the user
accurate feedback without blocking the save action.
Fixes #586
2026-03-31 11:48:56 +05:30
Owen
be3e066843
Merge branch 'dev' into feature/region-rules
2026-03-30 14:36:50 -07:00
Owen
073b89b355
make path the default
2026-03-30 14:18:10 -07:00
Owen
9808a48da0
Merge branch 'multi-role' into dev
2026-03-29 13:55:23 -07:00
miloschwartz
e13a076939
ui improvements
2026-03-26 16:37:31 -07:00
Fred KISSIE
572c9bf319
Merge branch 'dev' into feat/selector-filtering
2026-03-20 04:24:48 +01:00
Owen
991fed93ee
Add warning when creating resource with provided
2026-03-19 14:26:14 -07:00
Fred KISSIE
18ed38889f
♻️ filter sites server side in resource target
2026-03-17 04:07:02 +01:00
Owen
74f4751bcc
Dont show raw resource option unless remote node
2026-03-11 17:47:15 -07:00
Fizza-Mukhtar
1a2069a6d9
fix: prevent resource creation with dashboard domain to avoid redirect loop
2026-03-05 00:39:03 -08:00
Owen
db042e520e
Adjust language
2026-03-03 20:34:56 -08:00
Owen
fdeb891137
Fix pagination effecting drop downs
2026-02-28 12:07:42 -08:00
Abhinav-kodes
c600da71e3
fix: sync resource toggle states with context on initial load
...
- Replace defaultChecked with checked for controlled components
- Add useEffect to sync rulesEnabled, ssoEnabled, whitelistEnabled
when resource context hydrates after mount
- Add nullish coalescing fallback to prevent undefined initial state
2026-02-25 22:07:08 +05:30
Fred KISSIE
ab65bb6a8a
Merge branch 'dev' into refactor/paginated-tables
2026-02-13 06:03:09 +01:00