Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable26] fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english #42935

Draft
wants to merge 3 commits into
base: stable26
Choose a base branch
from

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Jan 18, 2024

Backport of #42172

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Remove all the empty commits
  • Amend HEAD commit to remove [skip ci] tag

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

…runcated in locales other than english

fixes #18468

Signed-off-by: Marcel Klehr <mklehr@gmx.net>

[skip ci]
@backportbot backportbot bot added the 3. to review Waiting for reviews label Jan 18, 2024
@backportbot backportbot bot added this to the Nextcloud 26.0.11 milestone Jan 18, 2024
@blizzz blizzz changed the title [stable26] [stable27] fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english [stable26] fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english Jan 18, 2024
…runcated in locales other than english

fixes #18468

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
@marcelklehr marcelklehr marked this pull request as ready for review January 18, 2024 14:42
@Pytal
Copy link
Member

Pytal commented Jan 18, 2024

/compile /

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@@ -44,7 +44,7 @@
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^4.0.0-beta.2",
"@nextcloud/event-bus": "^3.0.2",
"@nextcloud/files": "^3.0.0-beta.5",
"@nextcloud/files": "^3.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a breaking change and not allowed for old stable branches

This was referenced Feb 14, 2024
@skjnldsv skjnldsv added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Feb 22, 2024
@skjnldsv
Copy link
Member

Moving to 26.0.13

@skjnldsv skjnldsv marked this pull request as draft February 29, 2024 10:37
@Altahrim Altahrim mentioned this pull request Mar 21, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants