nextcloud/lib/private/Files
Stephan Orbaugh 923b5605f8
Some checks failed
Integration sqlite / changes (push) Has been cancelled
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
Integration sqlite / integration-sqlite (8.1, stable30, --tags ~@large files_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, capabilities_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, collaboration_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, comments_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, dav_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, federation_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, filesdrop_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, ldap_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, openldap_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, openldap_numerical_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, remoteapi_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, setup_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, sharees_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, sharing_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, theming_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (8.1, stable30, videoverification_features) (push) Has been cancelled
Integration sqlite / integration-sqlite-summary (push) Has been cancelled
Merge pull request #59053 from nextcloud/backport/58724/stable30
[stable30] fix(files_sharing): respect config to skip certificate verification
2026-06-03 14:46:24 +02:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Cache feat(recent-search): pass recent_limit config value to getRecentSearch function 2026-03-26 09:42:47 -03:00
Config fix: cast fileid to string in getMountsForFileId 2025-11-18 14:15:03 +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-30 10:38:13 +02:00
Node feat(file-info): encapsulate logic to get last activity in getLastActivity function 2026-03-26 08:05:42 +00:00
Notify chore: apply code style 2025-04-30 19:04:59 +02:00
ObjectStore feat: don't gate perBucket object store configuration behind multibucket 2026-01-05 15:49:58 +00:00
Search feat(recent-search): pass recent_limit config value to getRecentSearch function 2026-03-26 09:42:47 -03:00
SimpleFS chore: apply code style 2025-04-30 19:04:59 +02:00
Storage chore: apply cs-fixer 2026-03-19 12:41:14 +01:00
Stream chore: apply code style 2025-04-30 19:04:59 +02:00
Template fix: validate filename when creating file from template 2025-11-04 16:23:17 +01:00
Type chore: apply code style 2025-04-30 19:04:59 +02:00
Utils chore: psalm fixes 2025-01-20 15:31:05 +01:00
FileInfo.php feat(file-info): encapsulate logic to get last activity in getLastActivity function 2026-03-26 08:05:42 +00:00
FilenameValidator.php fix(IFilenameValidator): correctly handle case insensitivity 2025-03-24 11:46:43 +00:00
Filesystem.php fix(Filesystem): use FilenameValidator for Filesystem::isFileBlacklisted 2025-09-03 14:24:35 +00:00
SetupManager.php fix: don't update cached mountpoints if the request doesn't have filesystem access 2025-08-01 16:04:33 +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 17:38:55 +01:00