diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-06-27 18:23:49 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-06-27 18:23:49 +0200 |
commit | 76878e9943c4fc94ef8cdf7dee80fdaeca9b790e (patch) | |
tree | 5e903a57bec6b3f198890063eec8a7158d6164c4 /tests/phpunit.xml.dist | |
parent | 708c6268ad81b87b77d4b10cf783e2f84b4f6735 (diff) | |
download | nextcloud-server-76878e9943c4fc94ef8cdf7dee80fdaeca9b790e.tar.gz nextcloud-server-76878e9943c4fc94ef8cdf7dee80fdaeca9b790e.zip |
Add endpoint with list of OCS providers
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...
Diffstat (limited to 'tests/phpunit.xml.dist')
-rw-r--r-- | tests/phpunit.xml.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit.xml.dist b/tests/phpunit.xml.dist index 346c8f5f9c9..19fa38209a9 100644 --- a/tests/phpunit.xml.dist +++ b/tests/phpunit.xml.dist @@ -4,6 +4,7 @@ <directory suffix='.php'>lib/</directory> <directory suffix='.php'>settings/</directory> <directory suffix='.php'>core/</directory> + <directory suffix='.php'>ocs-provider/</directory> <file>apps.php</file> </testsuite> <!-- filters for code coverage --> |