Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: disable direct download for sharesno-shared-direct-download | Robin Appelman | 2025-04-11 | 1 | -0/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #50769 from nextcloud/checkStorageIdSetCache | Christoph Wurst | 2025-02-14 | 1 | -3/+2 |
|\ | | | | | fix(SharedStorage): Check if storage ID is set on cache | ||||
| * | fix(SharedStorage): Check if storage ID is set on cachecheckStorageIdSetCache | Git'Fellow | 2025-02-13 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 1 | -4/+5 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: don't use cached root info from shared cache if the watcher has ↵ | Robin Appelman | 2025-02-06 | 1 | -0/+5 |
| | | | | | | detected an update Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | perf: improve performance of SharedStorage::getWatcher | Robin Appelman | 2024-11-29 | 1 | -13/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | refactor(Storage): Align all Storage constructorsrefactor/storage/constructors | provokateurin | 2024-10-23 | 1 | -7/+7 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -3/+4 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 1 | -13/+16 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor(files_sharing): Add Storage parameter strong types | provokateurin | 2024-10-07 | 1 | -28/+22 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(files_sharing): Fix all IStorage return types | provokateurin | 2024-09-26 | 1 | -45/+18 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritance | provokateurin | 2024-09-17 | 1 | -16/+0 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Fix other uses of removed Storage interface | Côme Chilliet | 2024-09-16 | 1 | -3/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | feat: Make `ISharedStorage` public API and reuse where possible | Ferdinand Thiessen | 2024-08-12 | 1 | -2/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: try to find non-recursive share source | Robin Appelman | 2024-07-30 | 1 | -6/+18 |
| | | | | | | instead of always picking the first one, try to find one that won't blow up Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: fix recursive share check | Robin Appelman | 2024-07-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 1 | -29/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: add extra check to ensure wrapped shared storage is set | Robin Appelman | 2024-03-20 | 1 | -0/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: improve typing for SharedStorage::$storage | Robin Appelman | 2024-03-14 | 1 | -0/+9 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: don't return null for SharedStorage::getWrapperStorage with share recursion | Robin Appelman | 2024-03-14 | 1 | -0/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: add some recrusive detection/prevention | Robin Appelman | 2024-03-08 | 1 | -1/+15 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -3/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge branch 'master' into share-external-watcher | John Molakvoæ | 2024-02-23 | 1 | -9/+9 |
|\ | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | also improe cache ci for shared cache | Robin Appelman | 2024-02-09 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -5/+5 |
| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | improve logic for getting the watcher for a shared external storage | Robin Appelman | 2023-09-11 | 1 | -8/+17 |
|/ | | | | | | with the new-ish lazy mount loading the underlying mount might not be loaded yet, so ask the mount cache instead Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | pass the share to the cache instead of having to ask the storage | Robin Appelman | 2023-08-18 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Migrate files sharing to PSR LoggerInterface | Benjamin Gaussorgues | 2023-07-06 | 1 | -6/+4 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Fix inherited parameter names | jld3103 | 2023-04-03 | 1 | -6/+6 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Put back the variable but make sure it is properly declared | Côme Chilliet | 2022-12-05 | 1 | -1/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove dymanic var $mountOptions to fix PHP 8.2 compatibility | Côme Chilliet | 2022-11-24 | 1 | -3/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 1 | -7/+7 |
| | | | | 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> | ||||
* | Cache display name | Carl Schwan | 2022-04-22 | 1 | -1/+2 |
| | | | | | | | | 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> | ||||
* | also apply the fix for the other storage types | Robin Appelman | 2022-04-21 | 1 | -1/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | improve optimization for SharedStorage::instanceOfStorage(Common) | Robin Appelman | 2022-04-21 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | use UserFolder to get the share source node | Robin Appelman | 2022-04-04 | 1 | -11/+30 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge branch 'master' into imountpoint-ocp-storage | John Molakvoæ | 2021-10-22 | 1 | -3/+22 |
|\ | |||||
| * | Return proper watcher if SharedStorage originates from ExternalMount | John Molakvoæ (skjnldsv) | 2021-09-10 | 1 | -1/+16 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Use DI for files_sharing Cache | Morris Jobke | 2021-06-17 | 1 | -1/+6 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | dont return private storage interface from public mount interface | Robin Appelman | 2021-03-23 | 1 | -5/+0 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add some typing to SharedStorage | Roeland Jago Douma | 2021-03-04 | 1 | -22/+23 |
| | | | | | | Makes psalm a bit more happy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -1/+1 |
|\ | | | | | Unify links to php.net | ||||
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com> | ||||
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #22898 from ↵ | Morris Jobke | 2020-09-17 | 1 | -2/+2 |
|\ | | | | | | | | | nextcloud/fix/16696/add-spaces-and-fix-variable-name Fix variable name and add spaces around path in info log line |