summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Cache.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Correctly check for new default rootJoas Schilling2019-09-041-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Properly initialize the CacheJail for sharingJulius Härtl2019-09-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* do not explode when getting permissions from a FailedStorageArthur Schiwon2018-09-261-1/+9
| | | | | | | for instance if a user of an external user backend is not available currently, the whole Files UI would be frozen. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix shared cacheRoeland Jago Douma2018-09-061-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* delay calculating the shared cache root until it's usedRobin Appelman2017-12-041-17/+27
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use the correct root for shared jail when the source storage is also a jailRobin Appelman2017-11-101-1/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* dont die if we try to access the shared cache while setting up the shared ↵Robin Appelman2017-05-241-1/+8
| | | | | | storage Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix shared storage numeric idRobin Appelman2017-03-271-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* do not remove the method and only keep the testsMorris Jobke2017-03-231-0/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove SharedCache::getNumericStorageId to let CacheWrapper do itVincent Petry2017-03-231-8/+0
| | | | | | The CacheWrapper will properly forward the call to the wrapped cache. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #2196 from nextcloud/cache-owner-displaynameLukas Reschke2016-11-181-1/+10
|\ | | | | cache the displayname of the share owner
| * cache the displayname of the share ownerRobin Appelman2016-11-181-1/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | dont use the source cache/storage until neededRobin Appelman2016-11-171-15/+9
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* reuse the known rootinfo in the shared cache when possibleRobin Appelman2016-11-171-0/+29
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-2/+2
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* handle path not being set in shared cache (#24993)Robin Appelman2016-06-061-1/+1
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Move lib/ to PSR-4Joas Schilling2016-05-251-0/+105