⚠️ This issue respects the following points: ⚠️
Bug description
There is a bug when you're trying to move files inside of a full access link share. The modal "Choose target files" not getting directory listing for move or copy target, because the userid and path for DAV request is missing in the context of link share.
Steps to reproduce
- Create directory
d1
- Create directory
d2 inside of d1
- Create file
f1.txt inside of d1
- Create link share of
d1 with full access (Can edit)
- Open link share in other browser (does not matter if you are being logged in to Nextcloud)
- Select
f1.txt
- Try to move
f1.txt into d2 via actions -> move or copy
- See error: "Choose target folder" modal list is not loading
Expected behavior
The files in "Choose target folder" modal displayed correctly with only shared items to perform operations allowed with "Full access link share", and these operations are successfully made.
Installation method
None
Nextcloud Server version
27
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
From browser console:
`PROPFIND https://stable27.local/remote.php/dav/files/undefined/`
Additional info

Bug description
There is a bug when you're trying to move files inside of a full access link share. The modal "Choose target files" not getting directory listing for move or copy target, because the
useridandpathfor DAV request is missing in the context of link share.Steps to reproduce
d1d2inside ofd1f1.txtinside ofd1d1with full access (Can edit)f1.txtf1.txtintod2viaactions -> move or copyExpected behavior
The files in "Choose target folder" modal displayed correctly with only shared items to perform operations allowed with "Full access link share", and these operations are successfully made.
Installation method
None
Nextcloud Server version
27
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
From browser console: `PROPFIND https://stable27.local/remote.php/dav/files/undefined/`Additional info