Cloud personnel
Find a file
Ferdinand Thiessen 9591ee2cba
Merge pull request #60347 from nextcloud/fix/workflow-engine-a11y
fix(workflowengine): use proper contrast colors for operations
2026-05-18 01:31:50 +02:00
.devcontainer
.github chore(deps): Bump the github-actions group with 3 updates 2026-05-15 09:59:16 +00:00
.idea
.tx
3rdparty@16dd9453d0 chore: Bump 3rdparty to last master commit 2026-05-15 10:30:36 +02:00
apps Merge pull request #60347 from nextcloud/fix/workflow-engine-a11y 2026-05-18 01:31:50 +02:00
build chore(deps-dev): Bump handlebars in /build/frontend-legacy 2026-05-17 13:28:12 +00:00
config fix(snowflake): fix wrong documentation about serverId 2026-05-12 10:47:44 +02:00
contribute
core fix(l10n): Update translations from Transifex 2026-05-16 00:24:00 +00:00
cypress fix(settings): apply consistent style by using proper components 2026-05-12 18:01:02 +02:00
dist Merge pull request #60347 from nextcloud/fix/workflow-engine-a11y 2026-05-18 01:31:50 +02:00
lib fix(l10n): Update translations from Transifex 2026-05-16 00:24:00 +00:00
LICENSES
ocs
ocs-provider
resources Merge pull request #60369 from nextcloud/automated/noid/master-update-ca-cert-bundle 2026-05-15 08:47:53 +02:00
tests test: Support -dev versions for apps 2026-05-15 11:11:12 +02:00
themes
vendor-bin chore(deps-dev): Bump rector/rector in /vendor-bin/rector 2026-05-15 09:47:14 +00:00
.editorconfig
.envrc
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.htaccess
.jshintrc
.mailmap
.nextcloudignore
.npmignore
.php-cs-fixer.dist.php
.pre-commit-config.yaml
.tag
.user.ini
__mocks__
__tests__
AUTHORS
autotest-checkers.sh
autotest-external.sh
autotest.sh
CHANGELOG.md
CODE_OF_CONDUCT.md
codecov.yml
composer.json
composer.lock
console.php
COPYING
COPYING-README
cron.php
custom.d.ts
cypress.config.ts test: try to unflaky 2026-05-11 00:38:55 +02:00
DESIGN.md
eslint.config.js
flake.lock
flake.nix
index.html
index.php
Makefile
occ
openapi.json chore(appstore): remove legacy warnings for now required attributes 2026-05-13 00:10:37 +02:00
package-lock.json Merge pull request #60374 from nextcloud/dependabot/npm_and_yarn/systeminformation-5.31.6 2026-05-17 16:10:26 +00:00
package.json Merge pull request #60431 from nextcloud/dependabot/npm_and_yarn/vue-3.5.34 2026-05-17 16:04:41 +00:00
psalm-ncu.xml
psalm-ocp.xml
psalm-strict.xml
psalm.xml
public.php
README.md
remote.php
REUSE.toml fix(reuse): add apps/appstore/l10n to REUSE.toml coverage 2026-05-07 19:40:49 +02:00
robots.txt
SECURITY.md
status.php
stylelint.config.js
tsconfig.json
version.php chore(release): Bump version to 35 2026-05-15 09:26:03 +02:00
vite.config.ts
vitest.config.ts
window.d.ts

Nextcloud Server ☁

REUSE status codecov CII Best Practices Design

A safe home for all your data.

Why is this so awesome? 🤩

  • 📁 Access your Data You can store your files, contacts, calendars, and more on a server of your choosing.
  • 🔄 Sync your Data You keep your files, contacts, calendars, and more synchronized amongst your devices.
  • 🙌 Share your Data …by giving others access to the stuff you want them to see or to collaborate with.
  • 🚀 Expandable with hundreds of Apps ...like Calendar, Contacts, Mail, Video Chat and all those you can discover in our App Store
  • 🔒 Security with our encryption mechanisms, HackerOne bounty program and two-factor authentication.

Do you want to learn more about how you can use Nextcloud to access, share, and protect your files, calendars, contacts, communication & more at home and in your organization? Learn about all our Features.

Get your Nextcloud 🚚

Enterprise? Public Sector or Education user? You may want to have a look into Nextcloud Enterprise provided by Nextcloud GmbH.

Get in touch 💬

You can also get support for Nextcloud!

Join the team 👪

There are many ways to contribute, of which development is only one! Find out how to get involved, including as a translator, designer, tester, helping others, and much more! 😍

Development setup 👩‍💻

  1. 🚀 Set up your local development environment
  2. 🐛 Pick a good first issue
  3. 👩‍🔧 Create a branch and make your changes. Remember to sign off your commits using git commit -sm "Your commit message"
  4. ⬆ Create a pull request and @mention the people from the issue to review
  5. 👍 Fix things that come up during a review
  6. 🎉 Wait for it to get merged!

Third-party components are handled as git submodules which have to be initialized first. So aside from the regular git checkout invoking git submodule update --init or a similar command is needed, for details see Git documentation.

Several apps that are included by default in regular releases such as First run wizard or Activity are missing in master and have to be installed manually by cloning them into the apps subfolder.

Otherwise, git checkouts can be handled the same as release archives, by using the stable* branches. Note they should never be used on production systems.

Tools we use 🛠

Helpful bots at GitHub 🤖

  • Comment on a pull request with /update-3rdparty to update the 3rd party submodule. It will update to the last commit of the 3rd party branch named like the PR target.

Ignore code style updates in git blame

git config blame.ignoreRevsFile .git-blame-ignore-revs

Contribution guidelines 📜

All contributions to this repository from June 16, 2016, and onward are considered to be licensed under the AGPLv3 or any later version.

Nextcloud doesn't require a CLA (Contributor License Agreement). The copyright belongs to all the individual contributors. Therefore we recommend that every contributor adds the following line to the AUTHORS file if they made substantial changes to the code:

- <your name> <your email address>

Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere and to explain how together we can strengthen and support each other.

Please review the guidelines for contributing to this repository.

More information on how to contribute: https://nextcloud.com/contribute/