owncloud / testing

🔧 app for testing ownCloud
GNU Affero General Public License v3.0
3 stars 4 forks source link

Add new routes for handling trusted servers in owncloud #102

Closed dpakach closed 5 years ago

dpakach commented 5 years ago

Currently there is no API or OCC command to administrate trusted federation server in owncloud. So for the acceptance tests to be able to handle the trusted servers properly we need to add new routes to the testing api. That way we will have new testing api for adding removing and listing the trusted servers in owncloud.

Related issue https://github.com/owncloud/core/issues/34742