[stable34] fix(settings): display birthday correctly regardless of browsers timezone#61737
Merged
Conversation
odzhychko
force-pushed
the
backport/61586/stable34
branch
from
July 3, 2026 07:27
cf8c233 to
b9de75e
Compare
odzhychko
approved these changes
Jul 3, 2026
odzhychko
marked this pull request as ready for review
July 3, 2026 07:28
odzhychko
force-pushed
the
backport/61586/stable34
branch
from
July 3, 2026 08:27
b9de75e to
7c7cfb4
Compare
odzhychko
enabled auto-merge
July 3, 2026 09:05
odzhychko
force-pushed
the
backport/61586/stable34
branch
from
July 6, 2026 03:18
7c7cfb4 to
3657946
Compare
GVodyanov
approved these changes
Jul 7, 2026
Contributor
|
/compile rebase |
`savePrimaryAccountProperty` does only allow `string | boolean`. Incidentally, relying on `@nextcloud/axios` default serialization, `Date`s where serialized using `toISOString`. See https://github.com/axios/axios/blob/a7d7a714498452e611943d9d8e5c2ed8b00aa6b9/lib/helpers/toFormData.js#L134 This change corrects the usage of `savePrimaryAccountProperty` and makes serialization explicit. Signed-off-by: Oleksandr Dzhychko <hey@oleks.dev>
…zone This also avoid shifting dates after user input. Resolves #49828 Signed-off-by: Oleksandr Dzhychko <hey@oleks.dev>
AndyScherzinger
force-pushed
the
backport/61586/stable34
branch
from
July 8, 2026 19:39
3657946 to
3f781d7
Compare
Member
|
/compile |
Contributor
|
@ChristophWurst Could please force merge this? |
AndyScherzinger
disabled auto-merge
July 9, 2026 13:00
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #61586
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.