Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use IClientService to check for remote ownCloud instances | Lukas Reschke | 2015-08-22 | 1 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+19 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+19 |
| | |||||
* | Add callCheck to testremote.php | Lukas Reschke | 2015-02-02 | 1 | -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 link | Morris Jobke | 2015-01-05 | 1 | -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 testremote | Robin Appelman | 2014-06-17 | 1 | -3/+7 |
| | |||||
* | testremote is for public access | Robin Appelman | 2014-06-17 | 1 | -1/+0 |
| | |||||
* | Make testremote more robust | Robin Appelman | 2014-06-16 | 1 | -3/+8 |
| | |||||
* | Add some safety checks | Robin Appelman | 2014-06-16 | 1 | -1/+5 |
| | |||||
* | Add interface for adding a public share to a different ownCloud instance | Robin Appelman | 2014-06-14 | 1 | -0/+17 |