nextcloud/lib/private/Files
Andy Scherzinger fbe777abea
Some checks failed
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis (push) Has been cancelled
Psalm static code analysis / static-code-analysis-security (push) Has been cancelled
Psalm static code analysis / static-code-analysis-ocp (push) Has been cancelled
Psalm static code analysis / static-code-analysis-ncu (push) Has been cancelled
Merge pull request #59052 from nextcloud/backport/58724/stable31
[stable31] fix(files_sharing): respect config to skip certificate verification
2026-06-18 18:15:27 +02:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Cache fix: use unjailed source path when moving jailed files 2026-03-30 13:42:57 +00:00
Config fix(UserMountCache): Add back unique index for oc_mounts and use normal insert 2026-01-19 08:28:14 +01:00
Conversion fix: php lint extra tab fix 2025-01-17 21:37:39 +01:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Mount feat: move primary object store configuration to a single place 2025-09-24 18:39:21 +02:00
Node feat(file-info): encapsulate logic to get last activity in getLastActivity function 2026-03-26 08:06:00 +00:00
Notify chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ObjectStore feat: don't gate perBucket object store configuration behind multibucket 2026-01-05 15:50:10 +00:00
Search feat(recent-search): pass recent_limit config value to getRecentSearch function 2026-03-26 11:53:53 +00:00
SimpleFS chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Storage fix(files_sharing): respect config to skip certificate verification 2026-03-19 10:17:24 +01:00
Stream fix: $uid type in Encryption stream 2024-10-23 13:20:40 +02:00
Template fix: only skip template initialization when both skeletondirectory and templatedirectory are empty 2026-06-03 13:56:19 -04:00
Type fix(files): Make sure file pointer exists 2025-03-17 16:05:04 +00:00
Utils fix: better error message when trying to scan a folder that is already being scanned 2025-05-13 14:06:15 +02:00
FileInfo.php feat(file-info): encapsulate logic to get last activity in getLastActivity function 2026-03-26 08:06:00 +00:00
FilenameValidator.php fix(IFilenameValidator): correctly handle case insensitivity 2025-03-28 20:54:23 +01:00
Filesystem.php fix(Filesystem): use FilenameValidator for Filesystem::isFileBlacklisted 2025-09-03 14:24:48 +00:00
SetupManager.php fix: don't update cached mountpoints if the request doesn't have filesystem access 2025-08-01 16:04:20 +00:00
SetupManagerFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
View.php fix: check source and target when emitting copy event 2026-03-02 15:51:12 +00:00