nextcloud/core/src
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
..
components Wrap long productName on login form 2023-08-14 20:18:08 +00:00
files feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +01:00
jquery Move deprecation warnings to debug 2023-06-24 16:25:58 +00:00
mixins chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
OC fix: Revert change that made OC.Util.humanFileSize return base 10 instead of base 2 2023-09-24 17:13:00 +02:00
OCA Move deprecation warnings to debug 2023-06-24 16:25:58 +00:00
OCP chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
Polyfill Move deprecation warnings to debug 2023-06-24 16:25:58 +00:00
profile Add api to load additional section in profile page 2022-09-14 12:55:40 +02:00
services chore(deps): bump browserslist-useragent-regexp from 3.0.2 to 4.0.0 2023-04-22 12:16:01 +02:00
systemtags Revert "Add minimumInputLength for tags select" 2022-11-07 15:14:48 +01:00
tests chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
Util Rename a11y helper function 2022-06-09 00:25:13 +00:00
utils Generate proper URL for unsupported browsers page 2022-11-22 11:57:26 +01:00
views fix: content info footer on guest pages 2023-09-20 09:27:53 +02:00
globals.js Move deprecation warnings to debug 2023-06-24 16:25:58 +00:00
icons.js chore(eslint): replace node/no-unpublished-import by n/no-unpublished-import 2023-03-23 08:14:19 +01:00
init.js Add aria-hidden attr to the whole navigation depending on a sidebar state 2023-05-03 11:56:48 +02:00
install.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
logger.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
login.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
main.js feat: Add new Vue FilePicker from @nextcloud/dialogs and use it by default. 2023-08-10 23:47:40 +02:00
maintenance.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
profile.js Add api to load additional section in profile page 2022-09-14 12:55:40 +02:00
recommendedapps.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
session-heartbeat.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
unified-search.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
unsupported-browser-redirect.js Only check unsupported browsers on user rendering 2022-10-28 12:23:02 +02:00
unsupported-browser.js Only check unsupported browsers on user rendering 2022-10-28 12:23:02 +02:00