summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/external
Commit message (Expand)AuthorAgeFilesLines
* 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