Commit Graph

2989 Commits

Author SHA1 Message Date
Johannes Zellner
ea9b03f885 Add initial community package confirm modal 2022-11-10 17:44:11 +01:00
Johannes Zellner
53222919c2 Add capitalize filter 2022-11-10 17:43:50 +01:00
Johannes Zellner
997c596251 Make the appstore filter toolbar work with repositories 2022-11-09 15:45:34 +01:00
Johannes Zellner
7f37de0dd1 add basic repository support 2022-11-09 15:17:52 +01:00
Girish Ramakrishnan
e15024f46c get previous du task if any 2022-11-09 15:04:34 +01:00
Girish Ramakrishnan
4e35df5567 lint 2022-11-09 15:04:34 +01:00
Johannes Zellner
3322a611af Collapse app backup options into dropdown 2022-11-05 14:13:17 +01:00
Johannes Zellner
06a71f77c5 Remove left over translated string 2022-11-05 13:13:29 +01:00
Johannes Zellner
81d3b75b9d Better indicator if a disk is also a volume 2022-11-04 22:47:51 +01:00
Johannes Zellner
e97cf1ac76 Remove a volume as content if it is the volume of that disk 2022-11-04 20:53:07 +01:00
Johannes Zellner
778c52c547 Do not show logs button for volumes in filemanager 2022-11-04 15:16:23 +01:00
Johannes Zellner
5f4b33c6f8 Do not use extra uib-collapse in volume add dialog 2022-11-04 15:01:27 +01:00
Johannes Zellner
5126dfeaf3 mute the free space label in the progress bar 2022-11-04 12:50:19 +01:00
Johannes Zellner
8fdcba55e4 Further improve disk usage layout 2022-11-04 12:05:21 +01:00
Johannes Zellner
b9dc3777cf Improve disk usage display for long mount points 2022-11-04 11:55:56 +01:00
Johannes Zellner
2a91b509d4 Do not calculate used disk space in UI but use the backend value 2022-11-04 10:45:28 +01:00
Johannes Zellner
05f29097a7 Update translations 2022-11-04 10:23:55 +01:00
Johannes Zellner
e0900aeba1 Add button to download tgz backups 2022-11-04 10:23:42 +01:00
Johannes Zellner
338c89aa7f Update translations 2022-10-28 18:00:19 +02:00
Johannes Zellner
878dda4e54 Improve layout in app update view 2022-10-28 18:00:08 +02:00
Girish Ramakrishnan
014c63fc48 relay: office365 auth 2022-10-27 23:13:57 +02:00
Johannes Zellner
68650f0cf0 Show remaining disk space in usage graph 2022-10-26 14:44:00 +02:00
Johannes Zellner
59d90a0b9e Make users and groups available for the new app link dialog 2022-10-24 17:34:20 +02:00
Johannes Zellner
6d0557a152 Use localestring to ensure maximum fraction digits on graph ticks of 6 instead of always rounding 2022-10-21 13:27:31 +02:00
Johannes Zellner
e2861f5756 Update translations 2022-10-18 23:16:23 +02:00
Johannes Zellner
0e876a7999 Improve app update view 2022-10-18 23:16:17 +02:00
Girish Ramakrishnan
5e727e4311 Fix typo 2022-10-15 16:25:12 +02:00
Girish Ramakrishnan
0cddc9ca29 app: default graphs to 6 hours 2022-10-15 10:28:52 +02:00
Johannes Zellner
9c224d2b54 Only set graph stepSize for specific graphs 2022-10-14 22:22:34 +02:00
Johannes Zellner
9829a0b906 Still make sure we round to two digits in memory graph y scale 2022-10-14 21:41:48 +02:00
Johannes Zellner
76c2a978c9 Improve memory graph y axis labeling 2022-10-14 21:39:34 +02:00
Johannes Zellner
4b995bb414 Make I/O totals translatable 2022-10-14 12:43:24 +02:00
Johannes Zellner
80ede073b1 Update translations 2022-10-14 12:32:03 +02:00
Johannes Zellner
ac446d5bd5 Avoid shoing empty disk usage entries for uninstalled apps 2022-10-14 12:31:53 +02:00
Johannes Zellner
5b24cdaf77 Better labeling for I/O 2022-10-14 12:22:05 +02:00
Johannes Zellner
0b8a19fd62 Show total I/O in graphs 2022-10-14 12:12:28 +02:00
Johannes Zellner
aae3208e5f Use new graphs api response 2022-10-14 11:50:06 +02:00
Johannes Zellner
0f52db5dfe More distinct graph colors 2022-10-14 01:03:00 +02:00
Johannes Zellner
1c0043feff Ensure we get more bold graph colors 2022-10-14 00:18:57 +02:00
Johannes Zellner
647460408a Fixup disk usage of other 2022-10-13 23:30:55 +02:00
Johannes Zellner
682db92d22 update translations 2022-10-13 23:22:22 +02:00
Johannes Zellner
76f028fcfe Show cpu graph subtext 2022-10-13 23:22:17 +02:00
Girish Ramakrishnan
7985ed4b7d mail: Fix crash when setting quota 2022-10-13 23:08:08 +02:00
Johannes Zellner
2a9e177a38 Use cpuCount in graphs 2022-10-13 23:05:10 +02:00
Johannes Zellner
6533f9e98f Always show app search bar to be consistent with filters 2022-10-13 22:27:52 +02:00
Girish Ramakrishnan
41604feb02 Fix slider steps with the unit changes 2022-10-13 22:22:12 +02:00
Johannes Zellner
60f8ab9030 Better y axis labels 2022-10-13 22:16:35 +02:00
Girish Ramakrishnan
db1056112c Fix SI and Decimal unit usage
SI: For 1000, it is kB, MB, GB
IEC: For 1024, it is KiB, MiB, GiB

JEDEC: For 1024, it is KB, MB (conflicts with SI, of course)

Ultimately, what we decided is for RAM use IEC and for Disk use SI.
This is what docker does and also suggested here -
https://stackoverflow.com/questions/8632269/displaying-file-size-1000b-1kb-or-1024b-1kb
2022-10-13 21:53:11 +02:00
Johannes Zellner
da1653cc77 Fixup crash if dns preflight check fails 2022-10-13 21:10:55 +02:00
Johannes Zellner
43300c9f69 Only show My Apps header if an app is installed 2022-10-13 20:19:58 +02:00