nextcloud-server/apps/files/ajax
MichaIng ba1338e680 Return 404 when AJAX tries to list dir content but file given
Due to a code mistake, the expected 404 return when AJAX tries to list a directory content with a non-directory file path given, does not happen. It instead fails with another exception.

This commit restores the original intention to return 404 in the first place when passing a non-directory path with the "dir" parameter.

Signed-off-by: MichaIng <micha@dietpi.com>
2022-01-26 16:11:50 +07:00
..
download.php Update php licenses 2021-06-04 22:02:41 +07:00
list.php Return 404 when AJAX tries to list dir content but file given 2022-01-26 16:11:50 +07:00