summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/external/manager.php
Commit message (Expand)AuthorAgeFilesLines
* Move lib/ to PSR-4Joas Schilling2016-05-251-453/+0
* remove reshares and the mapping in the federated_reshares table on unshare fr...Björn Schießle2016-05-201-1/+34
* close cursor after select to avoid db lockBjörn Schießle2016-05-201-0/+1
* apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-121-1/+1
* Update author informationLukas Reschke2016-03-011-0/+1
* Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-261-4/+14
* Remove the notification if accepting/declining failed because of 404Joas Schilling2016-02-111-3/+3
* Create the actions with the correct IDJoas Schilling2016-02-101-2/+2
* Revert "Disable the remote sharing notifications until they work properly"Joas Schilling2016-02-101-2/+2
* Move the notification API to public namespaceJoas Schilling2016-01-221-1/+1
* Happy new year!Thomas Müller2016-01-121-1/+1
* use hooks to auto add server to the list of trusted servers once a federated ...Björn Schießle2015-11-241-0/+2
* Update license headersLukas Reschke2015-10-261-2/+1
* 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