☁️ Nextcloud server, a safe home for all your data
Go to file
Ferdinand Thiessen ff1195664b
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-08 14:35:19 +02:00
__mocks__
__tests__ chore: add drag and drop recursion and FilesystemAPI testing 2024-04-04 13:33:10 +02:00
.devcontainer docs: added codespace link 2024-03-18 15:41:41 +01:00
.github feat: drop support for php 8.0 2024-04-08 11:28:54 +02:00
.idea
.tx
3rdparty@fe17c4147f fix(deps): Update doctrine/dbal to 3.8.3 2024-04-08 09:49:27 +02:00
apps fix: Fix new psalm errors from update 2024-04-08 11:29:09 +02:00
build chore: Add 3rdparty error to baseline. Also removed fixed errors. 2024-04-08 11:29:09 +02:00
config feat(settings): Allow to sort groups in the account management alphabetically 2024-03-27 12:04:03 +01:00
contribute
core chore: Compile assets 2024-04-08 14:35:19 +02:00
cypress chore: add drag and drop recursion and FilesystemAPI testing 2024-04-04 13:33:10 +02:00
dist build(deps): bump libphonenumber-js from 1.10.58 to 1.10.60 2024-04-05 16:38:19 +02:00
lib Merge pull request #44705 from nextcloud/fix/issue-44702 2024-04-08 07:32:36 -04:00
ocs
ocs-provider
resources fix(security): Update code signing revocation list 2024-03-28 02:15:15 +00:00
tests fix(federation): ICloudId->getRemote() should contain the protocol 2024-04-02 17:55:16 +02:00
themes
vendor-bin build(deps): bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-04-02 14:16:21 +02:00
.drone.yml chore(drone): Update drone file signature 2024-04-08 11:35:05 +02:00
.editorconfig
.eslintignore
.eslintrc.js
.gitattributes
.gitignore chore: add cypress video recording 2024-04-04 13:33:10 +02:00
.gitmodules
.htaccess
.jshintrc
.mailmap
.npmignore
.php-cs-fixer.dist.php
.pre-commit-config.yaml
.scrutinizer.yml
.tag
.user.ini
AUTHORS
autotest-checkers.sh
autotest-external.sh
autotest.sh
babel.config.js
CHANGELOG.md
CODE_OF_CONDUCT.md
codecov.yml
composer.json feat: drop support for php 8.0 2024-04-08 11:28:54 +02:00
composer.lock
console.php
COPYING
COPYING-README
cron.php fix: Cron misrepresenting itself as console 2024-03-13 11:05:23 +01:00
custom.d.ts
cypress.config.ts chore: add cypress video recording 2024-04-04 13:33:10 +02:00
cypress.d.ts
DESIGN.md
index.html
index.php
jest.config.ts chore: add drag and drop recursion and FilesystemAPI testing 2024-04-04 13:33:10 +02:00
Makefile
occ
package-lock.json Merge pull request #44537 from nextcloud/dependabot/npm_and_yarn/typescript-5.4.3 2024-04-06 15:37:44 +00:00
package.json Merge pull request #44537 from nextcloud/dependabot/npm_and_yarn/typescript-5.4.3 2024-04-06 15:37:44 +00:00
psalm-ocp.xml
psalm.xml
public.php
README.md
remote.php
robots.txt
SECURITY.md
status.php
tsconfig.json
version.php feat(release)!: Bump Server version to 30 2024-03-28 11:21:17 +01:00
webpack.common.js
webpack.config.js
webpack.modules.js feat: Add declarative settings 2024-03-12 13:56:54 +02:00

Nextcloud Server ☁

Scrutinizer Code Quality 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.

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 header of a file if they changed it substantially:

@copyright Copyright (c) <year>, <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/