nextcloud-server/lib/public/Files
Salvatore Martire fcdb28e4a3 feat: add IPartialMountProvider to support authoritative mounts
IMountProviders implementing this interface will be able to take
advantage of authoritative mounts.

The function `getMountsFromMountPoints` will receive the path that
the provider is asked to set-up and an array of IMountProviderArgs
providing information regarding the stored mount points and the
file cache data for the related root. The mount provider should verify
the validity of the mounts and return IMountPoints related to them.

Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-12-10 16:05:27 +07:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Cache refactor(IPropagator): Cleanup implementation 2025-10-08 17:15:18 +07:00
Config feat: add IPartialMountProvider to support authoritative mounts 2025-12-10 16:05:27 +07:00
Conversion fix(files): conversion api simplification and conflict check 2025-01-16 18:35:40 +07:00
Events fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archive 2024-09-29 13:29:04 +07:00
Lock chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
Mount feat(Files\Mount): Add IShareOwnerlessMount 2024-11-25 09:56:02 +07:00
Notify chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ObjectStore perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +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 perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +07:00
Template refactor(template-manager): Modernize template manager API 2025-11-24 10:00:47 +07:00
AlreadyExistsException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ConnectionLostException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
DavUtil.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
EmptyFileNameException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
EntityTooLargeException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
File.php fix(files): Always return a valid mimetype 2025-10-06 09:06:17 +07:00
FileInfo.php fix(files): Always return a valid mimetype 2025-10-06 09:06:17 +07:00
FileNameTooLongException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Folder.php feat: Add Folder::getOrCreateFolder api 2025-11-24 11:10:52 +07:00
ForbiddenException.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
GenericFileException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
IAppData.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
IFilenameValidator.php fix(FilenameValidator): use `_` as default replacement for invalid chars 2025-06-18 09:44:57 +07:00
IHomeStorage.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IMimeTypeDetector.php feat(core): add human readable mimes 2025-05-14 22:55:06 +07:00
IMimeTypeLoader.php fix: psalm and OCP @since declarations 2025-02-06 15:21:18 +07:00
IRootFolder.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
InvalidCharacterInPathException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
InvalidContentException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
InvalidDirectoryException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
InvalidPathException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
LockNotAcquiredException.php refactor: Replace __CLASS__ with ::class references 2024-09-15 21:40:55 +07:00
Node.php chore: Use more gender neutral language 2024-10-14 13:59:24 +07:00
NotEnoughSpaceException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NotFoundException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NotPermittedException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ReservedWordException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
StorageAuthException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
StorageBadConfigException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
StorageConnectionException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
StorageInvalidException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
StorageNotAvailableException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
StorageTimeoutException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
UnseekableException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00