[stable32] fix(core): use btoa() instead of window.Buffer.from() for base64 encoding#60158
Open
backportbot[bot] wants to merge 2 commits intostable32from
Open
[stable32] fix(core): use btoa() instead of window.Buffer.from() for base64 encoding#60158backportbot[bot] wants to merge 2 commits intostable32from
backportbot[bot] wants to merge 2 commits intostable32from
Conversation
a991cf6 to
c3bf6a1
Compare
Contributor
|
/compile amend |
miaulalala
approved these changes
May 5, 2026
nickvergessen
approved these changes
May 5, 2026
…ding Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
c3bf6a1 to
b56334c
Compare
dfe958d to
82d240c
Compare
Contributor
|
/compile amend |
- Add Electron to supported browsers regex so Electron-based environments (including Cypress) are not redirected to the unsupported browser page. The browserslist-useragent-regexp 4.1.4 upgrade stopped matching Electron implicitly; this mirrors the existing AscDesktopEditor special-case. - Fix TextProcessing mock: deleteOlderThan() returns int, not void. PHP 8.4 strict mock type enforcement causes a TypeError when the callback is declared void. AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
82d240c to
24efb20
Compare
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 #60148
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.