owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
434 stars 159 forks source link

fix: multiple dav requests on public link page #11150

Closed JammingBen closed 2 months ago

JammingBen commented 3 months ago

Description

Reduces the amount of dav requests when resolving public links from 5 to 2. This is the least we can go since the first request is being used to correctly resolve the link and the second one is being used to list the content.

Related Issue

Types of changes

update-docs[bot] commented 3 months ago

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud