Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(sharing): set name to target name in sharing cache | Max | 2023-10-23 | 1 | -0/+4 |
| | | | | | | Fixes #39879. Signed-off-by: Max <max@nextcloud.com> | ||||
* | pass the share to the cache instead of having to ask the storage | Robin Appelman | 2023-08-28 | 1 | -4/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix various other small psalm issues | Carl Schwan | 2022-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
| | | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Merge pull request #33574 from nextcloud/search-share-query-filter-no-init | Vincent Petry | 2022-08-23 | 1 | -2/+4 |
|\ | | | | | directly build the search filter for shared storage instead of setting up the source cache | ||||
| * | directly build the search filter for shared storage instead of setting up ↵ | Robin Appelman | 2022-08-17 | 1 | -2/+4 |
| | | | | | | | | | | | | the source cache Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | further pre-filter search result before setting up share source cache | Robin Appelman | 2022-08-17 | 1 | -0/+8 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Make DisplayNameCache return null if user doesn't exists | Carl Schwan | 2022-08-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Update cache when display name change | Carl Schwan | 2022-04-22 | 1 | -1/+1 |
| | | | | | | This improve the correctness of the data Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Cache display name | Carl Schwan | 2022-04-22 | 1 | -29/+11 |
| | | | | | | | | This should saves some query in the share backend when displaying the owner and it's not important if the display name is 10 minutes outdated as it is very rare that this gets changed. Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | cache the share owner name for formating cache entries | Robin Appelman | 2022-04-21 | 1 | -4/+14 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use DI for files_sharing Cache | Morris Jobke | 2021-06-17 | 1 | -10/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use proper methods for display name retrieval | Morris Jobke | 2021-06-17 | 1 | -1/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | use searchoperation for storage filter instead of db expression | Robin Appelman | 2021-06-14 | 1 | -8/+13 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | rework search api to allow searching on multiple caches at once | Robin Appelman | 2021-06-14 | 1 | -11/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fix search in nested jails | Robin Appelman | 2021-01-26 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Limit shared cache search if it is just a file | Roeland Jago Douma | 2020-11-19 | 1 | -0/+16 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | only get the permissions from the share source if it's not already cached | Robin Appelman | 2020-09-09 | 1 | -6/+5 |
| | | | | | | this prevents having to setup the share source when doing metadata stuff on the share root Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Correctly check for new default root | Joas Schilling | 2019-09-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Properly initialize the CacheJail for sharing | Julius Härtl | 2019-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | do not explode when getting permissions from a FailedStorage | Arthur Schiwon | 2018-09-26 | 1 | -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 cache | Roeland Jago Douma | 2018-09-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | delay calculating the shared cache root until it's used | Robin Appelman | 2017-12-04 | 1 | -17/+27 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use the correct root for shared jail when the source storage is also a jail | Robin Appelman | 2017-11-10 | 1 | -1/+14 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -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 Appelman | 2017-05-24 | 1 | -1/+8 |
| | | | | | | storage Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix shared storage numeric id | Robin Appelman | 2017-03-27 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | do not remove the method and only keep the tests | Morris Jobke | 2017-03-23 | 1 | -0/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove SharedCache::getNumericStorageId to let CacheWrapper do it | Vincent Petry | 2017-03-23 | 1 | -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-displayname | Lukas Reschke | 2016-11-18 | 1 | -1/+10 |
|\ | | | | | cache the displayname of the share owner | ||||
| * | cache the displayname of the share owner | Robin Appelman | 2016-11-18 | 1 | -1/+10 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | dont use the source cache/storage until needed | Robin Appelman | 2016-11-17 | 1 | -15/+9 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | reuse the known rootinfo in the shared cache when possible | Robin Appelman | 2016-11-17 | 1 | -0/+29 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Move OC\Files\Storage\Shared to the right namespace | Joas Schilling | 2016-10-20 | 1 | -2/+2 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | handle path not being set in shared cache (#24993) | Robin Appelman | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | Move lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+105 |