nextcloud-server/lib/private/Files
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 +01:00
..
AppData
Cache Switch logical operators 2021-12-03 16:05:19 +01:00
Config
Mount Implement multibucket shift for ObjectStore 2021-11-11 15:09:28 +01:00
Node
Notify
ObjectStore Make max size for single put uploads configurable 2021-12-29 13:30:22 +01:00
Search
SimpleFS
Storage Remove redundant if clause 2022-01-25 16:53:35 +01:00
Stream Support seeking also from the end of file on S3 storage 2021-09-11 17:43:50 +03:00
Template
Type
Utils background scan the source storage when a background scan on a storage jail is triggered 2021-12-02 17:34:58 +01:00
FileInfo.php Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +01:00
Filesystem.php Return 404 when AJAX tries to list dir content but file given 2022-01-26 16:11:50 +01:00
View.php Merge pull request #29866 from nextcloud/isset-size 2022-01-17 10:59:52 +01:00