summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/external
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-082-5/+6
|\
| * Add public api for mount configurationsRobin Appelman2014-12-042-5/+6
* | OCS API for server-to-server sharingBjoern Schiessle2014-12-041-9/+3
|/
* 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-312-2/+14
* Remove no longer existing files from the cache when scanning external storageRobin Appelman2014-08-141-1/+11
* Fix remote share when remote server is installed at the rootRobin Appelman2014-07-231-2/+7
* Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry2014-07-021-0/+1
|\
| * don't move a share mount point into a different mount pointBjoern Schiessle2014-07-011-0/+1
* | Merge pull request #9311 from owncloud/storage-not-availableVincent Petry2014-07-023-18/+87
|\ \
| * | Remove invalid mounts from the active fsRobin Appelman2014-07-021-0/+1
| * | Remove external shares if the share is invalidRobin Appelman2014-07-012-1/+10
| * | Detect removed public sharesRobin Appelman2014-07-012-18/+77
* | | add missing backticksJörn Friedrich Dreyer2014-07-011-7/+21
| |/ |/|
* | no longer check if the external storage app is enabled, we use no the webdav ...Bjoern Schiessle2014-06-301-3/+2
|/
* 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
* Setup the external share manager in a hookVincent Petry2014-06-231-1/+11
* Prevent warningRobin Appelman2014-06-161-1/+1
* Fix multiple users having the same external share mountpointRobin Appelman2014-06-161-4/+6
* Always send a POST bodyRobin Appelman2014-06-141-4/+2
* Fix undefined index errorRobin Appelman2014-06-141-6/+0
* block server-to-server share if files_external is not activates, can be rever...Bjoern Schiessle2014-06-141-0/+6
* Properly expose read only public shares as read onlyRobin Appelman2014-06-141-0/+4
* Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-141-4/+8
* Fix deleting of external sharesRobin Appelman2014-06-141-0/+1
* generate better storage idsRobin Appelman2014-06-141-1/+1
* Use the movable mount system for external sharesRobin Appelman2014-06-143-39/+66
* Save mountpoints relative to the userRobin Appelman2014-06-141-6/+15
* Scan the entire remote share at once by requesting the full file tree from th...Robin Appelman2014-06-142-0/+77
* Fix removing remote sharesRobin Appelman2014-06-141-0/+18
* Add interface for accpeting external sharesRobin Appelman2014-06-141-0/+1
* Add coments to database and dont use sql keywords as table namesRobin Appelman2014-06-141-3/+4
* add remote/add external shares to managerRobin Appelman2014-06-141-0/+27
* Add server<->server sharing backendRobin Appelman2014-06-143-0/+228