ownCloud offers file sharing and collaboration trusted by 200+ million users worldwide regardless of device or location.
For installing ownCloud, see the official ownCloud 10 installation manual.
Note that when doing a local development build, you need to have Composer v2 installed. If your OS provides a lower version than v2, you can install Composer v2 manually. As an example, which may be valid for other releases/distros too, see How to install Composer on Ubuntu 22.04 | 20.04 LTS.
You also must have installed yarn
and node
(v14 or higher).
https://owncloud.com/contribute/
To ease bringing commits into context, a CI job check that the commit message satisfies a specification for adding human and machine readable meaning to commit messages. For details see: Conventional Commits. Note that if conventional commits are not satisfied, CI will not be green. In this case, you need to rewrite the git commit history to meet the requirement.
You must at least provide a type
+ description
as described in the Examples section.
For a quickstart, the following types can be used:
fix:
, feat:
, build:
, chore:
, ci:
, docs:
, style:
, refactor:
, perf:
, test:
Learn about the different ways you can get support for ownCloud: https://owncloud.com/support/
Please submit translations via Transifex: https://explore.transifex.com/owncloud-org/
See the detailed information about translations here.