summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/external/manager.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19589 from owncloud/shares-external-mount-providerThomas Müller2015-10-071-45/+9
|\
| * extract the mount provider from the managerRobin Appelman2015-10-051-23/+4
| * Make the external share manager a mount providerRobin Appelman2015-10-051-39/+22
* | update licence headers via scriptMorris Jobke2015-10-051-0/+1
|/
* Do not return unneeded infoRoeland Jago Douma2015-10-021-2/+4
* Added '../remote_shares' endpointRoeland Jago Douma2015-10-021-2/+11
* Disable the remote sharing notifications until they work properlyJoas Schilling2015-09-171-2/+2
* Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-081-1/+1
* Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-081-1/+23
* Add OCS api to get, accept and decline remote sharesJoas Schilling2015-07-031-0/+10
* Correctly send Federate-Cloud Share Feedback against the remote share IDJoas Schilling2015-04-281-6/+6
* Correctly generate the feedback URL for remote shareJoas Schilling2015-04-281-1/+1
* Update license headersJenkins for ownCloud2015-03-261-4/+22
* *cough*Joas Schilling2015-03-241-1/+1
* Add a unit test for the naming conflict on the mountpoint nameJoas Schilling2015-03-171-6/+25
* Use insertIfNotExists() instead of manual logicJoas Schilling2015-03-171-24/+31
* Correctly get the unique mountpoint name when mounting the shareJoas Schilling2015-03-171-6/+37
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
* certificate manager should always use a \OC\Files\View otherwise we will get ...Bjoern Schiessle2015-01-261-1/+26
* certificate manager only needs the user-id, no need to pass on the complete u...Bjoern Schiessle2015-01-261-1/+1
* use uid provided by setupfs hook to mount server2server shares, otherwise mou...Bjoern Schiessle2015-01-261-28/+25
* delete all server-to-server shares if a user gets deletedBjoern Schiessle2015-01-211-0/+27
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-11/+125
* Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-081-3/+3
|\
| * Add public api for mount configurationsRobin Appelman2014-12-041-3/+3
* | OCS API for server-to-server sharingBjoern Schiessle2014-12-041-9/+3
|/
* Make external shares work with imported self-signed certificatesRobin Appelman2014-08-311-1/+3
* Merge pull request #9311 from owncloud/storage-not-availableVincent Petry2014-07-021-0/+2
|\
| * Remove external shares if the share is invalidRobin Appelman2014-07-011-0/+2
* | 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
|/
* Setup the external share manager in a hookVincent Petry2014-06-231-1/+11
* Fix multiple users having the same external share mountpointRobin Appelman2014-06-161-4/+6
* block server-to-server share if files_external is not activates, can be rever...Bjoern Schiessle2014-06-141-0/+6
* Fix deleting of external sharesRobin Appelman2014-06-141-0/+1
* Use the movable mount system for external sharesRobin Appelman2014-06-141-8/+11
* Save mountpoints relative to the userRobin Appelman2014-06-141-6/+15
* 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-141-0/+90