Filename bug with double letters
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.5k
- Forks
- 1k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 13
Description
Steps to reproduce
- Open iOS Nextcloud app
- Upload any file with filename containing two letters in a row for example "Hammelstrasse__.jpg".
- The file on the cloud will be namend "Ha27mmelstra35e__0218.jpg" for example.
Expected behaviour
The filename should be the same like written in the upload-gui at the iOS app.
Actual behaviour
Some double letters in filenames are going to be replaced by numbers after uploaded.
Screenshots
No screenshot available.
Logs
No log available.
Reasoning or why should it be changed/implemented?
Environment data
iOS version: iOS 17.4.1
Nextcloud iOS app version: Hydrogen for iOS 5.2.7.0
Nextcloud Server: 27.1.9
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the upload in the iOS Nextcloud app using a filename with repeated letters, such as "Hammelstrasse__.jpg", and inspect the upload filename-handling entry point. Done means uploaded files retain exactly the filename entered in the app; no logs or specific tests are provided, so add regression coverage where the existing upload tests exercise this path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100