summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/external
Commit message (Expand)AuthorAgeFilesLines
* ask for share-permissions on propfindBjörn Schießle2016-04-201-0/+16
* apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-121-1/+1
* Delay check till scanner is usedLukas Reschke2016-03-092-5/+5
* 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
* Update author informationLukas Reschke2016-03-011-0/+1
* Merge pull request #22681 from owncloud/add-autodiscovery-for-ocsThomas Müller2016-03-012-5/+20
|\
| * Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-262-5/+21
* | Only use scanner if remote is an ownCloudLukas Reschke2016-03-011-1/+17
* | /shareinfo is not requiredLukas Reschke2016-03-012-0/+8
* | Add missing trailing slashLukas Reschke2016-03-011-1/+1
* | use ocs discover endpoint to test remoteRobin Appelman2016-03-011-4/+10
|/
* inject the correct external share manager into the storageRobin Appelman2016-02-251-3/+4
* Properly trigger testRemote after getting a 404 from remote fed shareVincent Petry2016-02-181-0/+3
* 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-126-6/+6
* Add reshare permission checksVincent Petry2015-12-081-0/+8
* use hooks to auto add server to the list of trusted servers once a federated ...Björn Schießle2015-11-241-0/+2
* Implement getOwner for external share storageRobin Appelman2015-11-181-1/+6
* Update license headersLukas Reschke2015-10-261-2/+1
* Merge pull request #19589 from owncloud/shares-external-mount-providerThomas Müller2015-10-072-45/+84
|\
| * sanitize mountpointRobin Appelman2015-10-051-1/+1
| * extract the mount provider from the managerRobin Appelman2015-10-052-23/+79
| * Make the external share manager a mount providerRobin Appelman2015-10-051-39/+22
* | update licence headers via scriptMorris Jobke2015-10-052-0/+2
|/
* 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
* Always detect remote changes for fed sharingVincent Petry2015-08-211-0/+2
* Throw storage not available on guzzle errorVincent Petry2015-07-131-1/+1
* Add OCS api to get, accept and decline remote sharesJoas Schilling2015-07-031-0/+10
* Fix duplicated line in doc blockJoas Schilling2015-07-021-1/+0
* Fix scanFile signature to avoid boring warningVincent Petry2015-07-011-1/+3
* Catch more error codes thrown by federated sharesVincent Petry2015-07-011-13/+7
* Signature of overriding method should match the parentOlivier Paroz2015-06-261-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
* 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
* 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-265-20/+101
* Add wrapper for GuzzleLukas Reschke2015-03-251-25/+11