nextcloud-server/lib/private/Files
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-27 23:02:18 +07:00
..
AppData
Cache refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Config feat(mounts): optimize load of mounts by filtering on database side 2025-08-26 08:55:24 +07:00
Conversion chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Lock
Mount refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Node refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Notify chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ObjectStore feat(ObjectStore): Add option to limit the total size 2025-09-10 08:15:28 +07:00
Search chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
SimpleFS chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Storage refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Stream chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Template feat: only load template fields when requested 2025-05-19 17:51:25 +07:00
Type refactor(IMimeTypeDetector): streamline finfo usage + misc tidying 2025-08-04 11:24:58 +07:00
Utils refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
FileInfo.php fix(FileInfo): correctly implement `\ArrayAccess::offsetGet` 2024-09-06 03:58:00 +07:00
FilenameValidator.php fix(FilenameValidator): use `_` as default replacement for invalid chars 2025-06-18 09:44:57 +07:00
Filesystem.php fix(Filesystem): use FilenameValidator for `Filesystem::isFileBlacklisted` 2025-09-02 19:02:25 +07:00
SetupManager.php fix: don't update cached mountpoints if the request doesn't have filesystem access 2025-07-31 18:28:26 +07:00
SetupManagerFactory.php fix: Replace OC_App::loadApp calls by IAppManager 2025-07-10 11:40:27 +07:00
View.php perf: use more optimized node-by-id logic in View::getPath 2025-08-13 19:42:42 +07:00