aboutsummaryrefslogtreecommitdiffstats
path: root/ocs-provider
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Allow to call the files even when you are in another instance atmJoas Schilling2016-10-061-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move OCS Provider to PSR-4 namespaceJoas Schilling2016-05-192-96/+1
|
* Fix formatting of responseLukas Reschke2016-02-251-2/+4
| | | | The elements are expected to be within a `service` array as per specification.
* Reference v2 in the provider listLukas Reschke2015-10-131-10/+10
|
* Add endpoint with list of OCS providersLukas Reschke2015-06-272-0/+126
This adds a OCS provider list at `ocs-provider/` to enable a somewhat autodiscovery of services. In the moment it is not possible for applications to add own entries and it is basically hard-coded in the controller. I'm aware that this is not an optimal solution and I'm happy for any pragmatic input that won't pollute our public API too much. (and is not a big super hack, this is already hacky enough ;-)) That said, I'd consider it as a first step also feasible to go with this somewhat hard-coded list and see if this gets adopted...