-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat(files): add command to automatically rename filenames #51608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4343ae9 to
0f0846f
Compare
0f0846f to
5f0e99a
Compare
|
Hello @susnux What do you think about a simulation-parameter? |
d2481e2 to
1ec65e7
Compare
This is implemented using |
1ec65e7 to
437349c
Compare
|
Can we please expose the sanitizeName method in OCP? By adding it directly to IFilenameValidator perhaps? This would be very useful for integration apps like integration_google, integration_dropbox etc |
Yes, but I would like to do that in a follow up to not overload the PR :) |
Co-authored-by: Ferdinand Thiessen <[email protected]> Co-authored-by: Côme Chilliet <[email protected]> Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
…docs Signed-off-by: Ferdinand Thiessen <[email protected]>
437349c to
3657c2a
Compare
|
Hello, can you please also backport this to 31? |
This comment was marked as resolved.
This comment was marked as resolved.
1 similar comment
|
/backport to stable31 |
Done and backport adjusted |
Summary
Make it easier for admins to rename all files when e.g. enabling Windows compatibility (ref #44963 ).
Checklist