Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/files/src/services/WebDavSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</d:select>
<d:from>
<d:scope>
<d:href>/files/${user.uid}${dir || ''}</d:href>
<d:href>/files/${user.uid}${dir ? escapeHTML(dir) : ''}</d:href>

Check failure on line 59 in apps/files/src/services/WebDavSearch.ts

View workflow job for this annotation

GitHub Actions / NPM lint

The global property or function escapeHTML was removed in Nextcloud 20.0.0
<d:depth>infinity</d:depth>
</d:scope>
</d:from>
Expand Down
Loading