summaryrefslogtreecommitdiffstats
path: root/lib/public/Remote
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate OCP\RemoteLukas Reschke2021-06-288-0/+34
| | | | | | | | This is unused. Fixes https://github.com/nextcloud/server/issues/25780 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-16/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersChristoph Wurst2019-12-058-8/+24
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add more typehintsRobin Appelman2017-12-081-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add public api for remote apiRobin Appelman2017-12-088-0/+417
Signed-off-by: Robin Appelman <robin@icewind.nl>