nextcloud-libraries / nextcloud-dialogs

Nextcloud dialog helpers https://npmjs.org/@nextcloud/dialogs
https://nextcloud-libraries.github.io/nextcloud-dialogs/
GNU Affero General Public License v3.0
19 stars 9 forks source link

fix(FilePicker): Cleanup DAV handling and properly handle `currentFolder` #1378

Closed susnux closed 2 months ago

susnux commented 2 months ago

Instead of fetching the directory in a second request we simply do it like the file app and always request the content together with its root. This also allows to remove some functions by refactoring.

susnux commented 2 months ago

Will make Cypress on server less flaky