nextcloud-server/lib/public/Files
provokateurin 40973ddde0
chore: Set correct version for new UserMount events
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-05-20 13:13:49 +07:00
..
AppData
Cache feat: add getParentId to ICacheEntry 2025-03-28 16:47:07 +07:00
Config chore: Set correct version for new UserMount events 2025-05-20 13:13:49 +07:00
Conversion fix(files): conversion api simplification and conflict check 2025-01-16 18:35:40 +07:00
Events
Lock
Mount feat(Files\Mount): Add IShareOwnerlessMount 2024-11-25 09:56:02 +07:00
Notify
ObjectStore feat: store original storage id and path in object store metadata 2025-03-31 15:10:58 +07:00
Search
SimpleFS fix: annotate possible exceptions 2025-05-13 22:27:19 +07:00
Storage refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +07:00
Template feat: only load template fields when requested 2025-05-19 17:51:25 +07:00
AlreadyExistsException.php
ConnectionLostException.php
DavUtil.php
EmptyFileNameException.php
EntityTooLargeException.php
File.php
FileInfo.php
FileNameTooLongException.php
Folder.php
ForbiddenException.php
GenericFileException.php
IAppData.php
IFilenameValidator.php feat(FilenameValidator): allow to sanitize filenames 2025-05-13 14:14:17 +07:00
IHomeStorage.php
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
InvalidCharacterInPathException.php
InvalidContentException.php
InvalidDirectoryException.php
InvalidPathException.php
LockNotAcquiredException.php
Node.php chore: Use more gender neutral language 2024-10-14 13:59:24 +07:00
NotEnoughSpaceException.php
NotFoundException.php
NotPermittedException.php
ReservedWordException.php
StorageAuthException.php
StorageBadConfigException.php
StorageConnectionException.php
StorageInvalidException.php
StorageNotAvailableException.php
StorageTimeoutException.php
UnseekableException.php