summaryrefslogtreecommitdiffstats
path: root/lib/private/Remote
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-18/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove deprecated \OCP\APIRoeland Jago Douma2021-03-031-3/+3
| | | | | | | | Time to remove this forgood now. Remaining constant moved over The world is a tiny bit better Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-097-7/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-059-9/+27
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add some more tests for ocs remote apiRobin Appelman2017-12-082-6/+27
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* refuse to use http if we know a remote has httpsRobin Appelman2017-12-081-0/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* validate user responseRobin Appelman2017-12-081-1/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add more typehintsRobin Appelman2017-12-085-0/+16
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add public api for remote apiRobin Appelman2017-12-088-9/+145
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Some tests for the remote cloud apiRobin Appelman2017-12-082-3/+21
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add api clients for talking to remote cloudsRobin Appelman2017-12-086-0/+493
Signed-off-by: Robin Appelman <robin@icewind.nl>