fix(filepicker): use `@nextcloud/files` for name validation by susnux · Pull Request #2158 · nextcloud-libraries/nextcloud-dialogs

@susnux

The blacklist was deprecated and is now removed, instead re-use the logic from the files library.

@susnux

@codecov

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.85%. Comparing base (f6b4bbf) to head (4f15ec7).
⚠️ Report is 23 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2158   +/-   ##
=======================================
  Coverage   45.85%   45.85%           
=======================================
  Files          15       15           
  Lines         434      434           
  Branches       84       84           
=======================================
  Hits          199      199           
  Misses        207      207           
  Partials       28       28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@susnux

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>

ShGKme

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@susnux

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>

@susnux