summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Cache.php
Commit message (Expand)AuthorAgeFilesLines
* fix(sharing): set name to target name in sharing cacheMax2023-10-231-0/+4
* pass the share to the cache instead of having to ask the storageRobin Appelman2023-08-281-4/+12
* Fix various other small psalm issuesCarl Schwan2022-10-171-1/+1
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Merge pull request #33574 from nextcloud/search-share-query-filter-no-initVincent Petry2022-08-231-2/+4
|\
| * directly build the search filter for shared storage instead of setting up the...Robin Appelman2022-08-171-2/+4
* | further pre-filter search result before setting up share source cacheRobin Appelman2022-08-171-0/+8
|/
* Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-161-1/+1
* Update cache when display name changeCarl Schwan2022-04-221-1/+1
* Cache display nameCarl Schwan2022-04-221-29/+11
* cache the share owner name for formating cache entriesRobin Appelman2022-04-211-4/+14
* Use DI for files_sharing CacheMorris Jobke2021-06-171-10/+7
* Use proper methods for display name retrievalMorris Jobke2021-06-171-1/+8
* use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-141-8/+13
* rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-141-11/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* fix search in nested jailsRobin Appelman2021-01-261-0/+4
* Limit shared cache search if it is just a fileRoeland Jago Douma2020-11-191-0/+16
* only get the permissions from the share source if it's not already cachedRobin Appelman2020-09-091-6/+5
* Update license headersChristoph Wurst2019-12-051-1/+2
* Correctly check for new default rootJoas Schilling2019-09-041-3/+3
* Properly initialize the CacheJail for sharingJulius Härtl2019-09-031-1/+1
* do not explode when getting permissions from a FailedStorageArthur Schiwon2018-09-261-1/+9
* Fix shared cacheRoeland Jago Douma2018-09-061-1/+1
* delay calculating the shared cache root until it's usedRobin Appelman2017-12-041-17/+27
* Use the correct root for shared jail when the source storage is also a jailRobin Appelman2017-11-101-1/+14
* Update license headersMorris Jobke2017-11-061-0/+1
* dont die if we try to access the shared cache while setting up the shared sto...Robin Appelman2017-05-241-1/+8
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* fix shared storage numeric idRobin Appelman2017-03-271-0/+3
* do not remove the method and only keep the testsMorris Jobke2017-03-231-0/+8
* Remove SharedCache::getNumericStorageId to let CacheWrapper do itVincent Petry2017-03-231-8/+0
* Merge pull request #2196 from nextcloud/cache-owner-displaynameLukas Reschke2016-11-181-1/+10
|\
| * cache the displayname of the share ownerRobin Appelman2016-11-181-1/+10
* | dont use the source cache/storage until neededRobin Appelman2016-11-171-15/+9
|/
* reuse the known rootinfo in the shared cache when possibleRobin Appelman2016-11-171-0/+29
* 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