nextcloud/lib/private/Files
Carl Schwan 59b9ef6bab
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, 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 #59552 from nextcloud/backport/59511/stable33
[stable33] Only mask the permissions for the users home directory for public shares
2026-04-15 15:09:32 +02:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Cache feat: add permissions mask variant that only masks one directory 2026-04-09 23:54:38 +00:00
Config Revert "[stable33] Stable33 authoritative share" 2026-03-24 16:41:26 +01:00
Conversion chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Mount Revert "[stable33] Stable33 authoritative share" 2026-03-24 16:41:26 +01:00
Node perf: don't fetch child mounts when getting node parent 2026-04-15 06:55:29 +00:00
Notify chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ObjectStore fix: make objectstore copy consistent with changed local storage behavior 2026-03-10 18:12:28 +01:00
Search feat(file-info): encapsulate logic to get last activity in getLastActivity function 2026-03-26 08:06:33 +00:00
SimpleFS chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Storage feat: add permissions mask variant that only masks one directory 2026-04-09 23:54:38 +00:00
Stream fix(files): decrement quota by actual bytes written in stream_write 2025-10-13 18:26:48 -04:00
Template fix(templates): deduplicate provider templates 2025-12-10 16:06:21 -05:00
Type fix(file/types): Preserve keys (including numeric-looking ones) 2025-12-09 09:22:04 -05:00
Utils fix(preview): Fix files:app-data-scan for previews 2026-02-12 01:54:36 +01:00
FileInfo.php feat(file-info): encapsulate logic to get last activity in getLastActivity function 2026-03-26 08:06:33 +00:00
FilenameValidator.php fix(FilenameValidator): use _ as default replacement for invalid chars 2025-06-18 09:44:57 +02:00
Filesystem.php perf(normalization): Optimize path normalization 2026-01-26 00:21:56 +01:00
SetupManager.php Revert "[stable33] Stable33 authoritative share" 2026-03-24 16:41:26 +01:00
SetupManagerFactory.php feat: implement support for authoritative mount providers 2025-12-10 16:05:27 +01:00
View.php Merge pull request #58455 from nextcloud/backport/57878/stable33 2026-03-19 16:05:27 +01:00