nextcloud-server/lib/private/Files
Ferdinand Thiessen d5efd17942
fix(IMimeTypeDetector): use correct return type
In PHP array keys that are integers are always kept as integer,
meaning the type of the key of `$a = ["1" => "one"]` will be integer not
string.
While are hacks to circumvent this (case std object with string keys to
an assoc. array) those hacks are performance wise awefull and also not
needed as in PHP you can always access that element with `$a[1]` or
`$a["1"]`.

So TL;DR;: do not lie about return types.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-18 15:34:28 +07:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Cache perf(files): faster query to fetch incomplete directories 2025-02-13 10:11:02 +07:00
Config chore(db): Apply query prepared statements 2024-10-17 20:30:47 +07:00
Conversion fix: php lint extra tab fix 2025-01-17 21:37:39 +07:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Mount fix: use proper way to get numeric storage id for mountpoint 2025-01-13 17:59:17 +07:00
Node fix: fix getNodeFromCacheEntryAndMount using relative path 2025-03-10 18:19:20 +07:00
Notify chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ObjectStore Merge branch 'master' into feat/support-aws-session-token 2025-03-04 18:27:54 +07:00
Search chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
SimpleFS chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Storage fix: restore updated encrypted version when copying versions 2025-01-03 15:21:01 +07:00
Stream fix: $uid type in Encryption stream 2024-10-23 13:20:40 +07:00
Template fix(TemplateManager): Remove warning message 2025-01-20 13:05:28 +07:00
Type fix(IMimeTypeDetector): use correct return type 2025-03-18 15:34:28 +07:00
Utils fix(PathHelper): Remove null bytes when normalizing path 2025-01-13 15:21:21 +07:00
FileInfo.php fix(FileInfo): correctly implement `\ArrayAccess::offsetGet` 2024-09-06 03:58:00 +07:00
FilenameValidator.php fix: Also validate parent path in `verifyPath` 2024-08-28 17:22:20 +07:00
Filesystem.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
SetupManager.php fix: fix availability wrapper not applying 2024-11-26 17:44:58 +07:00
SetupManagerFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
View.php fix: No IFactory in constructor 2025-03-05 11:04:55 +07:00