Commit Graph

27 Commits

Author SHA1 Message Date
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
5f0889c281 Remove duplicate string in terminal 2021-02-03 20:10:07 +01:00
Johannes Zellner
397a2b8803 Always prepend the version to assets when sourcing to avoid cache hits on update 2020-12-08 15:38:02 +01:00
Johannes Zellner
bf2965dba0 Use new translation argument passing 2020-11-12 23:13:52 +01:00
Johannes Zellner
a809d3fecb Set logs, filemanager and terminal title programmatically to avoid angular template leaks 2020-11-09 23:32:47 +01:00
Johannes Zellner
2ddb26761a Add terminal translations 2020-11-09 11:23:07 +01:00
Johannes Zellner
f8229ba53b Ensure all views using client.js have required dependencies 2020-11-08 10:48:30 +01:00
Girish Ramakrishnan
08f116486a update showndown to 1.9.1
this has openLinksInNewWindow which is smart enough that internal links
open in same tab and external links open in new tab
2020-08-08 21:58:44 -07:00
Johannes Zellner
1c8352ec56 Fontawesome SVG fonts don't play well with angular1
Essentially SVG fonts use JS to inject elements.
This does not work with ng-show/hide
2020-07-31 09:17:55 +02:00
Johannes Zellner
4fb94ea162 Update xtermjs to latest v4.8.1 2020-07-30 14:39:30 +02:00
Johannes Zellner
d24340f221 Update to fontawesome 5.14.0 and use svg fonts 2020-07-30 13:20:28 +02:00
Johannes Zellner
8b160cbbfd Share markdown angular filter via client.js 2020-07-10 15:20:53 +02:00
Johannes Zellner
0410ba51ca Add a proper async library 2020-06-03 22:59:17 +02:00
Johannes Zellner
589ee2d0c5 Always use binary byte units 2020-06-02 14:34:38 +02:00
Girish Ramakrishnan
5542393eb5 branding: fix login page title 2020-03-28 22:59:07 -07:00
Girish Ramakrishnan
f0730f595f rework the repair view 2019-12-16 19:24:32 -08:00
Johannes Zellner
57f1751309 Fix terminal restart and other state issues 2019-09-27 19:13:08 +02:00
Girish Ramakrishnan
24888dfad5 terminal: repair -> pause 2019-09-26 22:16:37 -07:00
Girish Ramakrishnan
6ffa00026e pending_configure is dead 2019-09-19 17:36:31 -07:00
Johannes Zellner
48f63ec761 Update angular-ui-notification and show unread notifications 2019-01-07 17:23:26 +01:00
Johannes Zellner
c319fd5862 Fix all animated spinners for new fontawesome 2018-11-16 17:03:21 +01:00
Johannes Zellner
c57b9b4fa3 Update fontawesome from v3 to v5 2018-11-15 17:42:29 +01:00
Johannes Zellner
1a31fb78e5 Add homescreen icons for mobile 2018-07-30 22:05:20 +02:00
Johannes Zellner
f05967d871 Fix terminal resize on window resize
This still does not update the terminal COLUMNS and ROWS
2018-05-15 18:31:54 +02:00
Johannes Zellner
6605a38eab Add scheduler addon dropdown to webterminal 2018-05-11 10:40:11 +02:00
Johannes Zellner
5cc298555a Ensure assets have proper tag attributes and always source from / 2018-04-10 14:49:49 +02:00
Johannes Zellner
df15f63424 Remove unneccessary dashboard/ subfolder 2018-04-10 13:28:55 +02:00