Welcome to mirror list, hosted at ThFree Co, Russian Federation.

9223 « unreleased « changelog - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8411e96dbac82d80d1fa9cc0d8039fd0a0ad9f8 (plain)
1
2
3
4
5
6
7
8
9
10
Bugfix:  Display correct error message for files containign `\:?*"<>|`

While the error message was supposed to be:
`File names containing the character '%1' are not supported on this file system.`

We displayed:
`The file name is a reserved name on this file system.`

https://github.com/owncloud/client/pull/9223/