nextcloud/core/src/OC
Ferdinand Thiessen eb73c0bafa fix: Revert change that made OC.Util.humanFileSize return base 10 instead of base 2
Previously the `OC.Util.humanFileSize` was returning file sizes base 2, meaning 1024 bytes = 1 KiB, but the `@nextcloud/files` library had a regression that set the default to base 10. Meaning 1000 bytes = 1 KB.

This is fixed for current `@nextcloud/libraries` but for stable27 we need to fix this manually by wrapping the function.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-09-24 17:13:00 +02:00
..
contactsmenu Replace custom tooltips with native ones of entries in contacts menu. 2023-03-29 10:41:53 +02:00
admin.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
appconfig.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
apps.js fix: restore AppsSlideToggle feature 2023-06-28 15:00:19 +00:00
appsettings.js Move deprecation warnings to debug 2023-06-24 16:25:58 +00:00
appswebroots.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
backbone-webdav.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
backbone.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
capabilities.js Move deprecation warnings to debug 2023-06-24 16:25:58 +00:00
config.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
constants.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
contactsmenu.js Replace custom tooltips with native ones of entries in contacts menu. 2023-03-29 10:41:53 +02:00
currentuser.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
debug.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
dialogs.js feat: Add new Vue FilePicker from @nextcloud/dialogs and use it by default. 2023-08-10 23:47:40 +02:00
eventsource.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
get_set.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
host.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
index.js fix: restore AppsSlideToggle feature 2023-06-28 15:00:19 +00:00
l10n.js Deprecate OC.L10N functions in favor of translation functions from @nextcloud/l10n 2023-02-20 15:03:21 +01:00
legacy-loader.js Move deprecation warnings to debug 2023-06-24 16:25:58 +00:00
menu.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
msg.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
navigation.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
notification.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
password-confirmation.js Fix(OC/password-confirmation): Hide the correct button 2023-07-04 14:20:49 +02:00
plugins.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
query-string.js Various fixes 2022-08-26 19:49:00 +02:00
requesttoken.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
routing.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
theme.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
util-history.js fix(deps): update webdav 5 usage 2023-04-06 14:49:32 +02:00
util.js fix: Revert change that made OC.Util.humanFileSize return base 10 instead of base 2 2023-09-24 17:13:00 +02:00
webroot.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
xhr-error.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00