aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/SharedStorage.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-231-7/+7
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-3/+4
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-13/+16
* refactor(files_sharing): Add Storage parameter strong typesprovokateurin2024-10-071-28/+22
* fix(files_sharing): Fix all IStorage return typesprovokateurin2024-09-261-45/+18
* fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-171-16/+0
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-171-1/+1
* fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-161-3/+4
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-121-2/+3
* fix: try to find non-recursive share sourceRobin Appelman2024-07-301-6/+18
* fix: fix recursive share checkRobin Appelman2024-07-301-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-06-061-29/+3
* fix: add extra check to ensure wrapped shared storage is setRobin Appelman2024-03-201-0/+10
* chore: improve typing for SharedStorage::$storageRobin Appelman2024-03-141-0/+9
* fix: don't return null for SharedStorage::getWrapperStorage with share recursionRobin Appelman2024-03-141-0/+10
* fix: add some recrusive detection/preventionRobin Appelman2024-03-081-1/+15
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-3/+1
* Merge branch 'master' into share-external-watcherJohn Molakvoæ2024-02-231-9/+9
|\
| * also improe cache ci for shared cacheRobin Appelman2024-02-091-3/+3
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* | improve logic for getting the watcher for a shared external storageRobin Appelman2023-09-111-8/+17
|/
* pass the share to the cache instead of having to ask the storageRobin Appelman2023-08-181-1/+2
* Migrate files sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-061-6/+4
* Fix inherited parameter namesjld31032023-04-031-6/+6
* Put back the variable but make sure it is properly declaredCôme Chilliet2022-12-051-1/+6
* Remove dymanic var $mountOptions to fix PHP 8.2 compatibilityCôme Chilliet2022-11-241-3/+0
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-7/+7
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Cache display nameCarl Schwan2022-04-221-1/+2
* also apply the fix for the other storage typesRobin Appelman2022-04-211-1/+11
* improve optimization for SharedStorage::instanceOfStorage(Common)Robin Appelman2022-04-211-1/+2
* use UserFolder to get the share source nodeRobin Appelman2022-04-041-11/+30
* Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-221-3/+22
|\
| * Return proper watcher if SharedStorage originates from ExternalMountJohn Molakvoæ (skjnldsv)2021-09-101-1/+16
| * Use DI for files_sharing CacheMorris Jobke2021-06-171-1/+6
| * Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* | dont return private storage interface from public mount interfaceRobin Appelman2021-03-231-5/+0
|/
* Add some typing to SharedStorageRoeland Jago Douma2021-03-041-22/+23
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
|/
* Merge pull request #22898 from nextcloud/fix/16696/add-spaces-and-fix-variabl...Morris Jobke2020-09-171-2/+2
|\
| * Fix variable name and add spaces around path in info log lineMorris Jobke2020-09-171-2/+2
* | Merge pull request #22902 from nextcloud/fix/16696/proper-target-path-for-sha...Morris Jobke2020-09-171-1/+1
|\ \
| * | Create proper target path for shared storage fopen eventMorris Jobke2020-09-171-1/+1
| |/
* | optimize View::getPath if we already know the storage idRobin Appelman2020-09-161-5/+5
* | disable update checking for shared storagesRobin Appelman2020-09-151-6/+13
|/
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-1/+0