nextcloud/apps/settings/src
Ferdinand Thiessen c3c0137484
fix(settings): Correctly parse and display default quota
In the account management settings (default settings) the quota was
parsed not consistently with how we do it everywhere else.
Meaning `1 KB` should be 1024 bytes not 1000 bytes.

Also this fixes an issue where searching "1KB" does not yield any output
because of the space in the parsed value "1 KB".

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-01-16 20:32:43 +01:00
..
components fix(settings): Correctly parse and display default quota 2025-01-16 20:32:43 +01:00
composables WIP: migrate to Pinia, minor fixes 2024-10-29 20:54:08 +02:00
constants feat: add profile pronouns 2024-09-17 22:20:36 +02:00
mixins fix(users): Adapt UI code to new timestamp fields names 2025-01-07 16:30:23 +01:00
router fix(settings): disable Discover when appstore is disabled 2024-09-16 16:28:04 +02:00
service chore: Enable ESLint for apps and fix all errors 2024-07-09 17:13:30 +02:00
store feat: Show first login date in user list 2025-01-07 16:30:22 +01:00
utils fix(code-style): Adjust JS code to our code style 2024-10-16 22:11:59 +02:00
views fix: address review comments 2024-10-29 20:54:08 +02:00
admin-settings-sharing.ts chore: Add SPDX header 2024-06-03 20:33:31 +02:00
admin.js fix(settings): Fix mail server settings form 2025-01-14 16:24:24 +01:00
app-types.ts fix: address review comments 2024-10-29 20:54:08 +02:00
apps.js chore: Add SPDX header 2024-06-03 20:33:31 +02:00
logger.ts chore: Add SPDX header 2024-06-03 20:33:31 +02:00
main-admin-ai.js chore: Add SPDX header 2024-06-03 20:33:31 +02:00
main-admin-basic-settings.js chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00
main-admin-delegation.js chore: Add SPDX header 2024-06-03 20:33:31 +02:00
main-admin-security.js chore: Add SPDX header 2024-06-03 20:33:31 +02:00
main-apps-users-management.ts fix(app-store): Add back legacy store API used for update and removal 2024-11-11 21:52:31 +01:00
main-declarative-settings-forms.ts fix(code-style): Adjust JS code to our code style 2024-10-16 22:11:59 +02:00
main-nextcloud-pdf.js chore: Add SPDX header 2024-06-03 20:33:31 +02:00
main-personal-info.js feat: add profile pronouns 2024-09-17 22:20:36 +02:00
main-personal-password.js chore: Add SPDX header 2024-06-03 20:33:31 +02:00
main-personal-security.js chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00
main-personal-webauth.js chore: Add SPDX header 2024-06-03 20:33:31 +02:00
webpack.shim.d.ts chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00