summaryrefslogtreecommitdiffstats
path: root/lib/public/OCS
Commit message (Collapse)AuthorAgeFilesLines
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix PHPDocMorris Jobke2018-04-181-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow to skip retrieving from cache in the DiscoveryServiceRoeland Jago Douma2018-04-181-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Strict DiscoveryServiceRoeland Jago Douma2018-01-161-1/+2
| | | | | | | | * Made strict * Type hints * Return types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* provide public discovery service to discover OCS end-points on another serverBjoern Schiessle2017-04-111-0/+48
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>