Skip to content

fix: umlauts in folder names [WPB-22692]#20744

Merged
e-maad merged 3 commits intodevfrom
fix/unlauts-in-folder-name-WPB-22692
Mar 18, 2026
Merged

fix: umlauts in folder names [WPB-22692]#20744
e-maad merged 3 commits intodevfrom
fix/unlauts-in-folder-name-WPB-22692

Conversation

@e-maad
Copy link
Contributor

@e-maad e-maad commented Mar 18, 2026

BugWPB-22692 [Web] Folders created on iOS with Umlaut (ü ä ö) are not correctly displayed on Web

Pull Request

Summary

Handled umlauts properly in folder names

Security Checklist (required)

  • External inputs are validated & sanitized on client and/or server where applicable.
  • API responses are validated; unexpected shapes are handled safely (fallbacks or errors).
  • No unsafe HTML is rendered; if unavoidable, sanitization is applied and documented where it happens.
  • Injection risks (XSS/SQL/command) are prevented via safe APIs and/or escaping.

Accessibility (required)

Standards Acknowledgement (required)


Screenshots or demo (if the user interface changed)

Notes for reviewers

  • Trade-offs:
  • Follow-ups (linked issues):
  • Linked PRs (e.g. web-packages):

thisisamir98
thisisamir98 previously approved these changes Mar 18, 2026
thisisamir98
thisisamir98 previously approved these changes Mar 18, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 18, 2026

🔗 Download Full Report Artifact

🧪 Playwright Test Summary

  • Passed: 10
  • Failed: 2
  • Skipped: 2
  • 🔁 Flaky: 0
  • 📊 Total: 14
  • Total Runtime: 543.1s (~ 9 min 3 sec)
specs/CriticalFlow/accountManagement-TC-8639.spec.ts (❌ 1 failed, ⚠️ 0 flaky)
  • ❌ Account Management (tags: TC-8639, crit-flow-web)
specs/CriticalFlow/backupRestoration-TC-8634.spec.ts (❌ 1 failed, ⚠️ 0 flaky)
  • ❌ Setting up new device with a backup (tags: TC-8634, crit-flow-web)

@e-maad e-maad enabled auto-merge March 18, 2026 14:51
zskhan
zskhan previously approved these changes Mar 18, 2026
@e-maad e-maad dismissed stale reviews from zskhan and thisisamir98 via 83b4aa3 March 18, 2026 15:15
@sonarqubecloud
Copy link

@e-maad e-maad added this pull request to the merge queue Mar 18, 2026
Merged via the queue into dev with commit 8f40aa7 Mar 18, 2026
86 of 89 checks passed
@e-maad e-maad deleted the fix/unlauts-in-folder-name-WPB-22692 branch March 18, 2026 15:28
e-maad added a commit that referenced this pull request Mar 18, 2026
* fix: umlauts in folder names [WPB-22692]

* PR feedback

* PR feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants