mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-09 05:39:52 -06:00
f01d56fe5fef946eb523db8d31d8d49ff1c4e7ff
When deleting a user using the OCS api we want to delete the users home space. Now to completely delete a space you need to send two requests. First to 'disable' a space and a second one to really purge it. This commit introduces this second purge request. Furthermore the OCS api now also deletes all spaces owned by the user not only the home space. This is needed since some tests create project spaces and then lookup the space by name. When doing multiple runs though the tests will find several spaces with the same name and will sometimes choose the wrong one which leads to test failures. The whole test tear down should be changed to correctly clean up the test setup.
ownCloud Infinite Scale
ownCloud Infinite Scale is currently in a technical preview state. It will be subject to a lot of changes and is not yet ready for general production deployments.
Run ownCloud Infinite Scale
Please see Getting Started
Development
Please see Development - Getting Started
Security
If you find a security issue please contact security@owncloud.com first
Contributing
Please refer to our Contribution Guidelines.
License
Apache-2.0
Copyright
Copyright (c) 2020-2021 ownCloud GmbH <https://owncloud.com>
Description
This is the main repository of the OpenCloud server. It contains the golang codebase for the backend services.
Languages
Go
48.3%
Gherkin
36.6%
PHP
12.4%
JavaScript
1.3%
Makefile
0.7%
Other
0.5%