summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/external/storage.php
Commit message (Expand)AuthorAgeFilesLines
* Move lib/ to PSR-4Joas Schilling2016-05-251-339/+0
* ask for share-permissions on propfindBjörn Schießle2016-04-201-0/+16
* Delay check till scanner is usedLukas Reschke2016-03-091-4/+1
* Merge pull request #22972 from owncloud/use-httpclient-instead-of-file-get-co...Thomas Müller2016-03-091-27/+23
|\
| * Use HTTPClient instead of file_get_contentsLukas Reschke2016-03-081-27/+23
* | Use "hasKey" instead of checking the valueLukas Reschke2016-03-081-2/+2
|/
* Cache results of testRemoteUrlLukas Reschke2016-03-041-2/+19
* Merge pull request #22681 from owncloud/add-autodiscovery-for-ocsThomas Müller2016-03-011-1/+6
|\
| * Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-261-1/+7
* | Only use scanner if remote is an ownCloudLukas Reschke2016-03-011-1/+17
* | /shareinfo is not requiredLukas Reschke2016-03-011-0/+7
* | Add missing trailing slashLukas Reschke2016-03-011-1/+1
* | use ocs discover endpoint to test remoteRobin Appelman2016-03-011-4/+10
|/
* Properly trigger testRemote after getting a 404 from remote fed shareVincent Petry2016-02-181-0/+3
* Happy new year!Thomas Müller2016-01-121-1/+1
* Add reshare permission checksVincent Petry2015-12-081-0/+8
* Implement getOwner for external share storageRobin Appelman2015-11-181-1/+6
* Always detect remote changes for fed sharingVincent Petry2015-08-211-0/+2
* Throw storage not available on guzzle errorVincent Petry2015-07-131-1/+1
* Catch more error codes thrown by federated sharesVincent Petry2015-07-011-13/+7
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
* Fix converting Guzzle error codes in s2s storageVincent Petry2015-04-101-10/+13
* Catch more exceptions when connecting to remote DAV serverVincent Petry2015-04-101-0/+2
* Properly catch guzzle 503 when querying share infoVincent Petry2015-04-091-0/+5
* Update license headersJenkins for ownCloud2015-03-261-4/+21
* Add wrapper for GuzzleLukas Reschke2015-03-251-25/+11
* Fix external shares without password on oracleRobin Appelman2015-02-271-1/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+19
* Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-281-18/+38
|\
| * Catch storage exception in scanner for remote sharesVincent Petry2015-01-261-18/+38
* | Prevent double slash in shareinfo request URLVincent Petry2015-01-261-1/+1
|/
* avoid $this->cache being null - fixes #13491Thomas Müller2015-01-201-1/+1
* Root always existsRobin Appelman2014-12-171-0/+8
* Store curl error message directlyVincent Petry2014-11-041-5/+2
* Check for cert bundle existence before using itVincent Petry2014-11-041-1/+11
* fix indentionRobin Appelman2014-08-311-1/+1
* Make external shares work with imported self-signed certificatesRobin Appelman2014-08-311-1/+11
* Fix remote share when remote server is installed at the rootRobin Appelman2014-07-231-2/+7
* Remove invalid mounts from the active fsRobin Appelman2014-07-021-0/+1
* Remove external shares if the share is invalidRobin Appelman2014-07-011-1/+8
* Detect removed public sharesRobin Appelman2014-07-011-1/+76
* Improve commentRobin Appelman2014-06-271-1/+2
* Also check for updated permissions for webdav storagesRobin Appelman2014-06-271-0/+18
* Fix parsing of remote URL when mounting remote sharesVincent Petry2014-06-251-2/+2
* Fix undefined index errorRobin Appelman2014-06-141-6/+0
* Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-141-4/+8
* generate better storage idsRobin Appelman2014-06-141-1/+1
* Use the movable mount system for external sharesRobin Appelman2014-06-141-31/+2
* Scan the entire remote share at once by requesting the full file tree from th...Robin Appelman2014-06-141-0/+25