aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/External/Storage.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-2/+2
* feat(ocm): signing ocm requestsMaxence Lange2024-12-041-0/+1
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-2/+2
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+4
* refactor(files_sharing): Add Storage parameter strong typesprovokateurin2024-10-071-9/+10
* fix(files_sharing): Fix all IStorage return typesprovokateurin2024-09-261-22/+12
* fix(files_sharing): Check if propfind response is valid before accessing shar...fix/files_sharing/ocm-permissionsprovokateurin2024-09-261-0/+4
* refactor(files_sharing): Make permissions prop checks less error proneprovokateurin2024-09-261-6/+9
* fix(files_sharing): Parse OCM share permissions from OCM and not OCS propprovokateurin2024-09-261-1/+1
* fix(federation): Do not overwrite certificate bundlefix/federation-certificate-storeJulius Härtl2024-09-201-14/+17
* fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-171-5/+0
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-171-1/+1
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-0/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-6/+6
* chore: Add SPDX headerAndy Scherzinger2024-06-061-30/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config ...Joas Schilling2023-10-111-0/+4
* set authType to basicMaxence Lange2023-09-201-0/+1
* ocm controllerMaxence Lange2023-09-201-39/+53
* fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-121-2/+3
* Refactors "strpos" calls in /apps/files_sharing to improve code readability.Faraz Samapoor2023-06-021-1/+1
* perf(federation): Only request root share info for checking availabilityJulius Härtl2023-01-311-3/+3
* Fix permission not being intCarl Schwan2022-10-171-4/+4
* only request free space once for external sharesRobin Appelman2022-04-041-0/+4
* use all possible permissions dav propertiesRobin Appelman2022-04-041-0/+2
* don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-041-1/+2
* improve errors for external share availability checkRobin Appelman2022-02-211-7/+5
* Improve api documentation for file sharing external storageCarl Schwan2022-01-031-28/+24
* Handle external share with invalid hostCarl Schwan2021-12-201-3/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Pass $path to ocmPermissions2ncPermissionsDaniel Kesselberg2020-06-251-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+1
* Catch Request exception in testRemoteUrlRoeland Jago Douma2019-02-151-0/+3
* Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-291-1/+2
* look for correct OCM permissionsBjoern Schiessle2018-07-021-6/+56
* Use an actual function of the storage to determine needsPartFileRoeland Jago Douma2018-05-011-0/+3
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* Also cache invalid DiscoveryService responseRoeland Jago Douma2017-12-131-1/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-121-9/+7
|\
| * Do proper DIRoeland Jago Douma2017-04-111-1/+1