Commit Graph

394 Commits

Author SHA1 Message Date
Johannes Zellner 86bad5cb3e fix ipv6 address label and clear errors always on submit 2025-06-09 20:52:37 +02:00
Girish Ramakrishnan 55dde26aae profile: add fallback when no avatar set 2025-06-09 09:35:54 +02:00
Johannes Zellner d47b947acf Bring back possibility to disable 2fa for a user from the users view 2025-06-04 10:48:57 +02:00
Johannes Zellner 9289d80e32 Indicate busy state in invitation dialog 2025-06-02 22:20:20 +02:00
Johannes Zellner 7c30c2f945 Ensure markdown style for checklist can be applied as not being scoped by vue 2025-06-02 14:52:22 +02:00
Johannes Zellner 4ae9821185 App restart is not a 'danger' operation 2025-06-01 10:18:59 +02:00
Johannes Zellner 2283c90da1 Show upstream and package version in install dialog 2025-05-29 11:36:56 +02:00
Johannes Zellner a32d2c6f4d Better handle app updates and show update errors in dialog 2025-05-29 11:27:37 +02:00
Johannes Zellner 208edfcebd Remove footer in filemanager 2025-05-28 16:59:00 +02:00
Johannes Zellner 6ec869505e Port filemanager to composition style api and sync filemanger/terminal/logs toolbar layout 2025-05-28 16:55:25 +02:00
Johannes Zellner 30b3be8194 Show app upstream version in info page 2025-05-28 09:40:23 +02:00
Johannes Zellner 46e6a048d4 Do not show actual long app id in storage selector 2025-05-27 15:43:39 +02:00
Johannes Zellner 83aaa9e8f0 Do not crash if graph data rendering tries to access already destroyed dom element 2025-05-27 14:34:13 +02:00
Johannes Zellner ac9ffa3f0f Fixup gcdns in domain/dns setup 2025-05-27 11:44:25 +02:00
Johannes Zellner 314e20ea18 Disable dns provider dropdown when busy 2025-05-26 14:35:59 +02:00
Johannes Zellner ff2cb31f0f Move cloudron.io account to its own view only for owners 2025-05-23 17:43:21 +02:00
Johannes Zellner 85fc467845 Add button to reset Cloudron registration if claimed 2025-05-23 16:49:00 +02:00
Girish Ramakrishnan 1289a6e14f graphs: fix memory graphs 2025-05-23 16:24:37 +02:00
Johannes Zellner a88d523559 Add button to reset the cloudron id if appstore token is invalid 2025-05-23 15:49:57 +02:00
Girish Ramakrishnan 56c671149e switch to linear scales entirely 2025-05-23 15:09:37 +02:00
Girish Ramakrishnan d37621044c graphs: do not re-create the graph object 2025-05-23 13:24:45 +02:00
Girish Ramakrishnan f3087773e3 graphs: cpu live graphs 2025-05-23 11:40:40 +02:00
Johannes Zellner 94681fd47d Redirect user to the claim/ route on the appstore 2025-05-23 11:31:47 +02:00
Girish Ramakrishnan c2678efc06 graphs: data can be x,y
the labels approach is really needed only for category style
2025-05-22 22:03:28 +02:00
Girish Ramakrishnan e682a77858 graphs: make live graphs better 2025-05-22 22:03:28 +02:00
Johannes Zellner d1afc9c10a Stack graphs vertically 2025-05-22 19:51:41 +02:00
Girish Ramakrishnan f3ac263238 graphs: only disable x grid 2025-05-22 18:17:42 +02:00
Girish Ramakrishnan 2d3c1b7702 graphs: switch to time type graphs
the default one is bound on data. when data is not available, it appears
buggy. it's better to show no data and always show the correct time line
in the x-axis
2025-05-22 18:15:47 +02:00
Johannes Zellner e028eadf60 Deal with unclaimed Cloudron state in CloudronAccount 2025-05-22 17:28:16 +02:00
Johannes Zellner f03b23497a Remove background grid in graphs 2025-05-22 16:14:43 +02:00
Johannes Zellner 1842afa7c6 Use generic 'Upgrade' term instead of plan names 2025-05-22 15:16:04 +02:00
Johannes Zellner 93261c63b5 Update frontend dependencies 2025-05-22 12:41:26 +02:00
Girish Ramakrishnan 95dfe5361d metrics: close stream on unmount 2025-05-22 12:27:19 +02:00
Girish Ramakrishnan 3c01673741 graphs: show swap 2025-05-22 11:12:27 +02:00
Johannes Zellner 28743efb60 Fold cpu and memory usage into one component 2025-05-21 18:42:28 +02:00
Girish Ramakrishnan eb201d3474 graphs: disable animation during live update 2025-05-21 18:38:01 +02:00
Girish Ramakrishnan b54d34127e cpu metrics: fix typo in null check 2025-05-21 18:31:46 +02:00
Girish Ramakrishnan c0f0084e56 metrics: add stream api for system info 2025-05-21 18:09:02 +02:00
Girish Ramakrishnan 8779de448d rename /graphs route to /metrics 2025-05-21 16:26:36 +02:00
Johannes Zellner f53180a960 Add experimental live cpu graph 2025-05-21 15:06:55 +02:00
Johannes Zellner 65405da8d1 Make it more obvious that the syndns and cert tasks actually finished 2025-05-21 11:47:44 +02:00
Johannes Zellner 68c1cd83a7 Add apitoken empty placeholder 2025-05-21 11:06:42 +02:00
Johannes Zellner 11f4b3d869 Block external ldap config based on features 2025-05-21 10:44:48 +02:00
Johannes Zellner 2ed7f152b7 Use the same graph style in app graphs as in system graphs 2025-05-21 09:25:59 +02:00
Johannes Zellner 6e21f19bd5 Add timeframe selector in cpu and memory graphs 2025-05-21 09:09:12 +02:00
Girish Ramakrishnan 8e205207b0 graphs: fix scaling of cpu graphs 2025-05-20 22:50:20 +02:00
Girish Ramakrishnan 892ff38a3f graphs: make interval configurable 2025-05-20 20:46:35 +02:00
Girish Ramakrishnan 64cb966683 graphs: fix cpu graphs 2025-05-20 20:46:35 +02:00
Johannes Zellner 8bcff36745 Add screenshot carousel handles for desktop/mouse usage 2025-05-20 17:57:30 +02:00
Girish Ramakrishnan 16f855f173 graphs: make memory graph work 2025-05-20 14:57:46 +02:00