aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/External/Storage.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| * remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-9/+7
* | Update comments to NextcloudMorris Jobke2017-04-111-4/+4
|/
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-17/+14
* Inject IHTTPClientServiceLukas Reschke2016-09-291-2/+2
* Fix fed share test call to return proper resultVincent Petry2016-09-201-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-1/+3
* handle unavailable fed shares while testing for availability (#25277)Robin Appelman2016-06-271-2/+17
* Increase fed share timeout from 3 to 10 + unit testsVincent Petry2016-06-221-4/+4
* Add timeouts to make the UI usable again when a remote share is unreachableJoas Schilling2016-06-221-2/+9
* disable cleanFolder for the federated share storageRobin Appelman2016-06-141-1/+10
* Update license headersLukas Reschke2016-05-261-1/+2
* Move lib/ to PSR-4Joas Schilling2016-05-251-0/+339