summaryrefslogtreecommitdiffstats
path: root/lib/private/Remote/User.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
| | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | 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>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add some more tests for ocs remote apiRobin Appelman2017-12-081-0/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add public api for remote apiRobin Appelman2017-12-081-1/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add api clients for talking to remote cloudsRobin Appelman2017-12-081-0/+124
Signed-off-by: Robin Appelman <robin@icewind.nl>