aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax/testremote.php
Commit message (Collapse)AuthorAgeFilesLines
* Use IClientService to check for remote ownCloud instancesLukas Reschke2015-08-221-46/+0
| | | | | | | 1. Allows to set a timeout (though still not perfect but way better than before) 2. Allows to have unit tests 3. I also added unit tests for the existing controller code 4. Corrected PHPDoc on IClient
* Update license headersJenkins for ownCloud2015-03-261-4/+19
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+19
|
* Add callCheck to testremote.phpLukas Reschke2015-02-021-0/+1
| | | | Without CSRF check this file might be tricked into requesting itself which would result in an endless loop and thus potentially ending in a Denial of Service.
* Check for version before mounting a public linkMorris Jobke2015-01-051-1/+2
| | | | | | * ownCloud 7.0.0 is needed - version of merge of server <-> server sharing - https://github.com/owncloud/core/pull/8399 * adjust error message
* Better error handeling in testremoteRobin Appelman2014-06-171-3/+7
|
* testremote is for public accessRobin Appelman2014-06-171-1/+0
|
* Make testremote more robustRobin Appelman2014-06-161-3/+8
|
* Add some safety checksRobin Appelman2014-06-161-1/+5
|
* Add interface for adding a public share to a different ownCloud instanceRobin Appelman2014-06-141-0/+17