Commit Graph

255 Commits

Author SHA1 Message Date
Michael Quigley
d0cedaf6e5
infrastructure for detecting limited accounts (#320) 2023-05-16 12:05:30 -04:00
Michael Quigley
9591f5150e
new overview response for '/overview' endpoint (#320) 2023-05-16 11:51:03 -04:00
Michael Quigley
d718e8c9ff
the icon overlay remains 'limited red', even when the node is selected (#320) 2023-05-15 14:27:39 -04:00
Michael Quigley
7d48683df7
support for displaying limited shares in red in the visualizer (#320) 2023-05-15 14:14:52 -04:00
Michael Quigley
ebcbeeb900
visual lint 2023-05-12 13:30:14 -04:00
Michael Quigley
8bf2173c49
tweaks to get environment sparklines running (#327) 2023-05-12 13:24:29 -04:00
Michael Quigley
2655eaefc0
roughed in environment sparklines backend (#327) 2023-05-12 11:57:34 -04:00
Michael Quigley
6259b62a8a
separating out tabs in account detail (#327) 2023-05-12 11:10:29 -04:00
Michael Quigley
714b0b11d1
lint 2023-05-11 16:18:22 -04:00
Michael Quigley
ce4eac8e4c
metrics improvements (#234) 2023-05-11 15:56:29 -04:00
Michael Quigley
d1688c450d
'activity' (#234) 2023-05-11 15:41:21 -04:00
Michael Quigley
d0a565d769
better environment/shares tab responsive sizing (#234) 2023-05-11 15:38:18 -04:00
Michael Quigley
7f4517963b
metrics tab; not the default (#324) 2023-05-11 15:25:01 -04:00
Michael Quigley
4341f60ce6
basis, oops (#325) 2023-05-11 15:22:21 -04:00
Michael Quigley
bb2b7c3da7
new sparkline implementation (#325) 2023-05-11 15:21:10 -04:00
Michael Quigley
4c4f0c30f0
polish (#324) 2023-05-11 12:02:01 -04:00
Michael Quigley
761f595c33
cleaner metrics component design (#324) 2023-05-11 11:58:09 -04:00
Michael Quigley
273a680b04
reduce metrics view code duplication (#324) 2023-05-11 11:50:42 -04:00
Michael Quigley
945090f3e8
share metrics (#324) 2023-05-10 15:15:09 -04:00
Michael Quigley
43e6c56ec1
environment metrics wired in and working (#324) 2023-05-10 14:51:46 -04:00
Michael Quigley
0f6d05f449
metrics tab first, active by default (#234) 2023-05-10 14:23:32 -04:00
Michael Quigley
b5b3385b46
recharts; account metrics (#319, #321) 2023-05-10 14:17:10 -04:00
Michael Quigley
02c996b545
environment metrics handler (#319) 2023-05-09 16:36:50 -04:00
Michael Quigley
9f29bb59c7
alternate metrics model with sample objects (#319) 2023-05-09 16:22:30 -04:00
Michael Quigley
6b078abcd7
account metrics endpoint (#319) 2023-05-09 14:16:01 -04:00
Michael Quigley
21fdaf8e3c
duration parameter (#319) 2023-05-09 11:36:53 -04:00
Michael Quigley
58a225284d
new definitions for metrics api endpoints; strawman (#319) 2023-05-08 14:33:15 -04:00
Michael Quigley
a4b6313b2d
tweaks (#234) 2023-05-08 13:56:27 -04:00
Michael Quigley
645537934e
colors; amirite? (#234) 2023-05-08 13:51:47 -04:00
Michael Quigley
94d02dd64c
replace 'react-sparklines' with 'recharts' to handle more intensive metrics representations (#234) 2023-05-08 13:49:20 -04:00
Michael Quigley
2da4f58f81
explorer (visualizer) updates to include overlaid icons; updated react-force-graph (#234) 2023-05-04 14:44:26 -04:00
Michael Quigley
0f4a975495
responsive layout (#234) 2023-05-03 14:11:09 -04:00
Michael Quigley
f0daa9371e
initial layout and design tweaks (#234) 2023-05-03 12:42:56 -04:00
Michael Quigley
28916e8d2a
merged tui for tcpTunnel (#307) 2023-05-01 12:19:06 -04:00
Cam Otts
b7623f80f6
moved token requirement to metadata and provide fields based on that 2023-04-11 18:41:40 -05:00
Michael Quigley
c2e9016f61
updated svgo to v3.0.2; removed unused react-flow-renderer; lint 2023-04-03 14:29:38 -04:00
Cam Otts
20a0ecacde
added two linter suppressions on useEffect deps 2023-03-16 14:59:38 -05:00
Cam Otts
33de5a21d1
updated package.json and cleaned up some linter warnings 2023-02-03 10:27:31 -06:00
Michael Quigley
708ace1845
Merge pull request #200 from openziti/favicon
favicon (#198)
2023-02-01 10:08:09 -05:00
Cam Otts
58c017fcc6
added favicon 2023-01-31 13:17:38 -06:00
Michael Quigley
75af1eb879
minor tou revisions (#184) 2023-01-31 14:04:42 -05:00
Cam Otts
cd08b98a0a
added configuration endpoint which sends tou link and version info 2023-01-31 12:44:03 -06:00
Michael Quigley
7d3eeff885
forgot -> reset; password reset testing & tweaks (#65) 2023-01-20 12:08:40 -05:00
Cam Otts
2bbf404bae
added maintenance cleanup for expired password reset requests 2023-01-20 10:00:46 -06:00
Cam Otts
a07c4a519c
initial pass for forgot password 2023-01-18 13:05:10 -06:00
Michael Quigley
4e4bd1c876
limitless flag on accounts (#96) 2023-01-13 13:16:10 -05:00
Michael Quigley
f40e6efb24
ui lint 2023-01-12 14:48:50 -05:00
Cam Otts
ee078a9e10
pr comments 2023-01-10 12:26:22 -06:00
Cam Otts
bb3d488212
move token generation to admin and add needed security to it 2023-01-10 09:53:41 -06:00
Cam Otts
0734e7b511
pr comments 2023-01-09 13:23:02 -06:00
Cam Otts
e5b749be71
initial rough pass for a stored token implementation 2023-01-09 11:00:37 -06:00
Michael Quigley
bd0212ba09
SecretToggle (#142) 2023-01-05 16:22:40 -05:00
Michael Quigley
918fa06ca0
polish/org 2023-01-05 16:11:09 -05:00
Michael Quigley
bd8ca333f7
lint 2023-01-05 16:05:59 -05:00
Michael Quigley
1708f5ed75
better delete action wiring for shares and environments (#142) 2023-01-05 15:59:51 -05:00
Michael Quigley
ee89cb6b36
delete environment action (#142) 2023-01-05 15:25:30 -05:00
Michael Quigley
c474094766
better environment detail organization; actions-tab (#142) 2023-01-05 13:52:00 -05:00
Michael Quigley
e9c888f41d
elide secrets; tidy messes (#107) 2023-01-05 13:40:34 -05:00
Michael Quigley
8c2f71d28a
tooltip in enable modal (#146) 2023-01-05 13:03:28 -05:00
Michael Quigley
9de293adef
tooltip indicating copy success on registration success page (#146) 2023-01-04 15:21:01 -05:00
Michael Quigley
3943aef40a
service -> share (#144) 2023-01-04 14:42:58 -05:00
Michael Quigley
74b9786a61
more services -> shares (#144) 2023-01-04 14:21:23 -05:00
Michael Quigley
fe89551bfb
massive services -> share boatload (#144) 2023-01-04 13:43:37 -05:00
Michael Quigley
fcb0873784
no shares in environment (#141) 2023-01-04 13:00:04 -05:00
Michael Quigley
db10a8882f
stylin (#143) 2023-01-03 17:36:45 -05:00
Michael Quigley
0033021139
revamped registration infrastructure (#143) 2023-01-03 17:33:00 -05:00
Michael Quigley
63f2049c2c
revised login form (#143) 2023-01-03 16:16:34 -05:00
Michael Quigley
ea50a833aa
endpoints in share details (#141) 2023-01-03 15:05:59 -05:00
Michael Quigley
2b5e4dda21
activity -> shares (#141) 2023-01-03 14:58:19 -05:00
Michael Quigley
67dabbf73a
always tabs; always blue (#141) 2023-01-03 14:23:58 -05:00
Michael Quigley
5d27c608a3
custom peroprties in property table (#141) 2023-01-03 14:21:26 -05:00
Michael Quigley
1aa003ce44
property table and friends (#141) 2023-01-03 13:58:46 -05:00
Michael Quigley
f019cd7fa8
more detail elaboration (#141) 2023-01-03 13:28:11 -05:00
Michael Quigley
0dac9f4f34
detail card details (#141) 2023-01-03 11:36:31 -05:00
Michael Quigley
cbae0d1d21
tweaks, polish, and lint removal (#107) 2022-12-23 15:54:15 -05:00
Michael Quigley
1c2cfe710a
little ui details 2022-12-23 00:25:22 -05:00
Michael Quigley
0756e48841
roughed in ServiceDetail (#107) 2022-12-22 15:18:51 -05:00
Michael Quigley
a125c4b40b
/detail/service backend (#107) 2022-12-22 15:09:37 -05:00
Michael Quigley
d8b73e1748
AccountDetail (#107) 2022-12-22 14:59:06 -05:00
Michael Quigley
3856d6eb61
roughed in environment details (#107) 2022-12-22 14:56:19 -05:00
Michael Quigley
a0fd3a9c63
/detail/environmment; environment detail api backend (#107) 2022-12-22 13:51:29 -05:00
Michael Quigley
988ef9bec3
zoom to fit icon (#107) 2022-12-22 13:21:06 -05:00
Michael Quigley
8d81eee3b0
detail view scaffolding; selection management (#107) 2022-12-22 12:32:40 -05:00
Michael Quigley
dcf662ebff
account added to network graph; rounded rectangles (#107) 2022-12-22 11:40:44 -05:00
Michael Quigley
bbb4fd0656
tighten up the graph merging code a little bit more (#107) 2022-12-21 21:39:06 -05:00
Michael Quigley
25ee45f460
we really only need to check to see if the _nodes_ are different (#107) 2022-12-21 21:27:51 -05:00
Michael Quigley
24c4f88363
more graph manipulation pain (#107) 2022-12-21 17:50:15 -05:00
Michael Quigley
fb431ac870
evolving the graph manipulation (#107) 2022-12-21 15:52:09 -05:00
Michael Quigley
0377214761
lint (#107) 2022-12-21 15:36:39 -05:00
Michael Quigley
b05733b602
better merge algorithm (#107) 2022-12-21 15:08:24 -05:00
Michael Quigley
f6b36f3ca7
login is part of the console (#107) 2022-12-21 14:33:13 -05:00
Michael Quigley
c724699dd8
let's get rid of the olde (#107) 2022-12-21 14:10:10 -05:00
Michael Quigley
a7349802c6
new console infrastructure (#107) 2022-12-21 14:05:17 -05:00
Michael Quigley
f15b0a2952
layout and arrangement for the visualizer in the ui (#107) 2022-12-21 12:18:54 -05:00
Michael Quigley
fe1c118a0a
start of visualizer scaffolding; dependencies (#107) 2022-12-21 10:55:10 -05:00
Michael Quigley
afe435f87f
updated boostrap theme (#107) 2022-12-20 17:49:42 -05:00
Michael Quigley
195210d868
responsive breakpoints; lint (#107) 2022-12-20 17:47:33 -05:00
Michael Quigley
13261011d9
ui lint (#107) 2022-12-20 17:37:25 -05:00
Michael Quigley
b5c44e15e6
new console scaffolding (#107) 2022-12-20 17:24:32 -05:00
Michael Quigley
9a8b22e15c
fix for vulnerabilities in ui 2022-12-13 11:14:43 -05:00