aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/External
Commit message (Collapse)AuthorAgeFilesLines
...
| * Do proper DIRoeland Jago Douma2017-04-111-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-112-22/+29
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Update comments to NextcloudMorris Jobke2017-04-111-4/+4
|/ | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-083-25/+35
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Inject IHTTPClientServiceLukas Reschke2016-09-292-2/+3
| | | | | | | | | | Otherwise the unit test execution will do a ton of external HTTP requests which fail and then timeout… See https://blackfire.io/profiles/compare/3c67acfa-a11e-4aec-bcd4-c945b006f01e/graph for reference Pretty similar to https://github.com/nextcloud/server/pull/1565 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix fed share test call to return proper resultVincent Petry2016-09-201-1/+1
| | | | | | Fixes an issue where retrying a previously failed federated share would not properly reset the availability flag because the return value was undefined instead of "true".
* HTTPHelper is deprecatedRoeland Jago Douma2016-08-241-8/+22
| | | | Use the IClientService instead
* Update with robinJoas Schilling2016-07-217-7/+7
|
* Fix apps/Joas Schilling2016-07-217-9/+17
|
* Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-1/+1
| | | | | | * Fix getting the certificate bundle for dav external storages * Log the original exception in dav external storage
* handle unavailable fed shares while testing for availability (#25277)Robin Appelman2016-06-271-2/+17
| | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability
* 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-142-1/+43
|
* Update license headersLukas Reschke2016-05-264-5/+7
|
* Move lib/ to PSR-4Joas Schilling2016-05-256-0/+1130