-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow disabling file name sanitization
Some clients, like Cozy Desktop, do their own file name sanitization and don't expect `cozy-client` to do it for them. In fact, this sanitization would lead to issues down the road. To prevent these, we add a `sanitizeName` option to `FileCollection`'s methods to disable `cozy-client`'s sanitization. The option's value will be `true` by default so other clients don't have anything to do.
- Loading branch information
1 parent
3dcda50
commit c35efeb
Showing
4 changed files
with
648 additions
and
57 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.