nextcloud/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 Use storage filter when fetching previews to cleanup 2021-08-26 22:03:05 +02:00
Cache Switch logical operators 2021-12-03 16:05:19 +01:00
Config Merge pull request #26494 from rigrig/fix-php8-deprecations 2021-06-07 23:30:59 +02:00
Mount Implement multibucket shift for ObjectStore 2021-11-11 15:09:28 +01:00
Node fix Folder->getById() when a single storage is mounted multiple times 2021-07-28 17:21:04 +02:00
Notify Update php licenses 2021-06-04 22:02:41 +02:00
ObjectStore Make max size for single put uploads configurable 2021-12-29 13:30:22 +01:00
Search generate a better optimized query for path prefix search filters 2021-08-26 19:07:52 +02:00
SimpleFS Update php licenses 2021-06-04 22:02:41 +02:00
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 Update php licenses 2021-06-04 22:02:41 +02:00
Type Update php licenses 2021-06-04 22:02:41 +02:00
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