cloudId->getRemote(), 2); $this->remote = $remote; $this->remoteUser = $this->cloudId->getUser(); parent::__construct($this->storage); } public function get($file) { $result = parent::get($file); if (!$result) { return false; } $result['displayname_owner'] = $this->cloudId->getDisplayId(); if (!$file || $file === '') { $result['is_share_mount_point'] = true; $mountPoint = rtrim($this->storage->getMountPoint()); $result['name'] = basename($mountPoint); } return $result; } public function getFolderContentsById($fileId) { $results = parent::getFolderContentsById($fileId); foreach ($results as &$file) { $file['displayname_owner'] = $this->cloudId->getDisplayId(); } return $results; } } r'>3rdparty/stable30/sabre-dav-itip-broker Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/logger.js
blob: 4a9c8623a7f815d83720c868c728d032361f0aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37