filesafe/controllers
Bobby Wibowo c113184385
Improved disk usage entry in statistics
Now will calculate usage as (total - avail).
In Linux, ext filesystems by default reserves 5% of the space to be
usable by root, making them essentially already "used" space.
Originally we didn't take that into account.

Disk usage percentage will now round down: Math.round() -> Math.floor().
The general behavior in other tools such as "df".
2020-09-08 19:04:12 +07:00
..
albumsController.js Improved albums public page cache and more 2020-06-03 10:44:24 +07:00
authController.js !!! RUN "yarn migrate" !!! 2020-05-16 22:32:32 +07:00
multerStorageController.js BLAZING FAST CHUNKED UPLOADS 🚀 2020-06-15 23:14:33 +07:00
pathsController.js Fixed racing condition in initial dirs creation 2020-05-28 23:10:56 +07:00
permissionController.js Added group bypass to virus scanning 2019-11-06 03:35:04 +07:00
tokenController.js Added client assets update detection 2020-04-30 05:56:28 +07:00
uploadController.js Allow sorting by original names 2020-07-25 16:39:04 +07:00
utilsController.js Improved disk usage entry in statistics 2020-09-08 19:04:12 +07:00