mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
Storages that do not have a dedicated owner (e.g. groupfolders, external storages) currently always assume the current session user as the owner. This leads to several issues when there is no user session but a node is obtained through a user folder. In order to have the correct user available we need to pass the user that is used to setup a mountpoint along to the storage layer as we generally assume that an owner is available for those. Signed-off-by: Julius Härtl <jus@bitgrid.net> |
||
|---|---|---|
| .. | ||
| AppData | ||
| Cache | ||
| Config | ||
| Events | ||
| Lock | ||
| Mount | ||
| Notify | ||
| ObjectStore | ||
| Search | ||
| SimpleFS | ||
| Storage | ||
| Template | ||
| AlreadyExistsException.php | ||
| ConnectionLostException.php | ||
| DavUtil.php | ||
| EmptyFileNameException.php | ||
| EntityTooLargeException.php | ||
| File.php | ||
| FileInfo.php | ||
| FileNameTooLongException.php | ||
| Folder.php | ||
| ForbiddenException.php | ||
| GenericFileException.php | ||
| IAppData.php | ||
| IHomeStorage.php | ||
| IMimeTypeDetector.php | ||
| IMimeTypeLoader.php | ||
| InvalidCharacterInPathException.php | ||
| InvalidContentException.php | ||
| InvalidDirectoryException.php | ||
| InvalidPathException.php | ||
| IRootFolder.php | ||
| LockNotAcquiredException.php | ||
| Node.php | ||
| NotEnoughSpaceException.php | ||
| NotFoundException.php | ||
| NotPermittedException.php | ||
| ReservedWordException.php | ||
| Storage.php | ||
| StorageAuthException.php | ||
| StorageBadConfigException.php | ||
| StorageConnectionException.php | ||
| StorageInvalidException.php | ||
| StorageNotAvailableException.php | ||
| StorageTimeoutException.php | ||
| UnseekableException.php | ||