nextcloud/lib/public/Files
Robin Appelman c08592de28
fix: properly expose rename permissions over dav
Signed-off-by: Robin Appelman <robin@icewind.nl>
2026-03-26 18:18:55 +01:00
..
AppData
Cache perf(file-cache): Add mimetype filter on getFolderContents 2026-02-12 00:36:18 +01:00
Config refactor(mount-provider): Refactor share mount provider 2026-02-04 12:46:14 +01:00
Conversion
Events feat(dav): allow extending propfind properties via event 2026-02-02 11:45:10 +01:00
Lock
Mount
Notify chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ObjectStore perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +01:00
Search chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
SimpleFS fix(InMemoryFile): allow to stream read the contents 2026-02-06 17:29:26 +01:00
Storage fix(IStorage): Use correct return type for stat 2026-02-17 06:43:16 +01:00
Template refactor(template-manager): Modernize template manager API 2025-11-24 10:00:47 +01:00
AlreadyExistsException.php
ConnectionLostException.php
DavUtil.php fix: properly expose rename permissions over dav 2026-03-26 18:18:55 +01:00
EmptyFileNameException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
EntityTooLargeException.php
File.php fix(files): Always return a valid mimetype 2025-10-06 09:06:17 +02:00
FileInfo.php feat(file-info): encapsulate logic to get last activity in getLastActivity function 2026-03-24 15:15:34 -03:00
FileNameTooLongException.php
Folder.php perf: Allow filtering the directory content by mimetype 2026-02-12 00:35:48 +01:00
ForbiddenException.php
GenericFileException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
IAppData.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
IFilenameValidator.php fix(FilenameValidator): use _ as default replacement for invalid chars 2025-06-18 09:44:57 +02:00
IHomeStorage.php
IMimeTypeDetector.php feat(core): add human readable mimes 2025-05-14 22:55:06 +02:00
IMimeTypeLoader.php fix: psalm and OCP @since declarations 2025-02-06 15:21:18 +01:00
InvalidCharacterInPathException.php
InvalidContentException.php
InvalidDirectoryException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
InvalidPathException.php
IRootFolder.php
ISetupManager.php refactor(setup-manager): Use ISetupManager instead of SetupManager 2026-01-27 15:19:19 +01:00
LockNotAcquiredException.php
Node.php
NotEnoughSpaceException.php
NotFoundException.php
NotPermittedException.php
ReservedWordException.php
StorageAuthException.php
StorageBadConfigException.php
StorageConnectionException.php
StorageInvalidException.php
StorageNotAvailableException.php
StorageTimeoutException.php
UnseekableException.php