Go to file
Ruben Barkow be506f7b29
Set up a security policy
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
2020-01-21 16:25:52 +01:00
.github Move away from fixupbot 2019-12-06 11:46:10 +01:00
.idea
.tx Add accessibility translations 2019-03-03 19:49:44 +01:00
3rdparty@642cd66f3d Update ID3Parser to v1.1.0 for php7.4 compat 2020-01-07 16:02:49 +01:00
apps Set up a security policy 2020-01-21 16:25:52 +01:00
build Set up a security policy 2020-01-21 16:25:52 +01:00
config Make auto accepting the default and provide setting to enforce the share acceptance process 2020-01-16 22:07:51 +01:00
contribute Move GitHub files to .github directory 2018-10-09 11:35:46 +02:00
core Merge pull request #18842 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.0.1 2020-01-21 08:28:29 +01:00
lib Merge pull request #19017 from nextcloud/bugfix/noid/increase-timeout-for-downloads 2020-01-20 21:40:42 +01:00
ocm-provider
ocs Update license headers 2019-12-05 15:38:45 +01:00
ocs-provider
resources Bump ca-bundle 2020-01-02 20:01:14 +01:00
tests Merge pull request #19035 from nextcloud/bugfix/noid/increase-timeout-for-downloads 2020-01-21 10:53:08 +01:00
themes Properly theme firstrunwizard logo in example theme 2019-02-22 11:23:42 +01:00
.codecov.yml
.drone.yml Bump integration to php7.3 with redis 2019-11-28 12:34:24 +01:00
.editorconfig Remove special php setting as it is the default 2019-11-12 17:48:17 +01:00
.eslintrc.js Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 2019-12-19 11:55:33 +01:00
.gitattributes Add a transfer ownership background job 2019-12-02 15:28:47 +01:00
.gitignore Ignore .phpunit.result.cache 2019-12-04 13:22:25 +01:00
.gitmodules
.htaccess +nodeinfo public service 2019-08-29 16:21:16 -01:00
.jshintrc
.mailmap Update license headers for 18 2019-12-20 09:23:25 +01:00
.scrutinizer.yml Migrate Scrutinizer to new PHP Analysis 2018-10-17 19:46:38 +02:00
.tag
.user.ini Remove the upload and memory setting 2019-03-04 12:14:22 +01:00
AUTHORS Fix license headers 2020-01-13 14:23:49 +01:00
CHANGELOG.md
CODE_OF_CONDUCT.md
COPYING
COPYING-README
Makefile Add OCA.Files.Sidebar 2019-10-29 12:56:00 +01:00
README.md Update README.md 2019-10-05 15:16:17 +02:00
SECURITY.md Set up a security policy 2020-01-21 16:25:52 +01:00
autotest-checkers.sh Move settings to an app 2019-09-28 09:39:28 +00:00
autotest-external.sh
autotest-js.sh
autotest.sh No need to wait 10 minutes for the DB to get up. 2019-09-03 15:38:52 +02:00
babel.config.js Transpile also dependencies in node_modules 2019-10-29 12:56:00 +01:00
composer.json Move settings to an app 2019-09-28 09:39:28 +00:00
console.php Update license headers 2019-12-05 15:38:45 +01:00
cron.php Update license headers 2019-12-05 15:38:45 +01:00
index.html
index.php Update license headers 2019-12-05 15:38:45 +01:00
occ
package-lock.json Bump @nextcloud/l10n from 1.0.0 to 1.0.1 2020-01-20 21:08:47 +00:00
package.json Bump @nextcloud/l10n from 1.0.0 to 1.0.1 2020-01-20 21:08:47 +00:00
public.php Update license headers 2019-12-05 15:38:45 +01:00
remote.php Update license headers 2019-12-05 15:38:45 +01:00
robots.txt
status.php Update license headers 2019-12-05 15:38:45 +01:00
version.php NC 19 development 2020-01-21 14:00:58 +01:00
webpack.common.js Transpile the nextcloud-vue-collection package 2019-12-10 18:10:35 +01:00
webpack.dev.js Move webpack config to root 2019-02-13 09:03:11 +01:00
webpack.prod.js Move webpack config to root 2019-02-13 09:03:11 +01:00

README.md

Nextcloud Server ☁

Scrutinizer Code Quality codecov CII Best Practices irc irc

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.

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 at 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 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 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.

Building front-end code 🏗

We move more and more towards using Vue.js in the frontend, starting with Settings. For building the code on changes, use these terminal commands in the root folder:

# install dependencies
make dev-setup

# build for development
make build-js

# build for development and watch edits
make watch-js

# build for production with minification
make build-js-production

When making changes, also commit the compiled files!

We still use Handlebars templates some places in Files and Settings. We will replace these step-by-step with Vue.js, but in the meantime you need to compile them separately.

If you dont have Handlebars installed yet, you can do it with this terminal command:

sudo npm install -g handlebars

Then inside the root folder of your local Nextcloud development installation, run this command in the terminal every time you changed a .handlebars file to compile it:

./build/compile-handlebars-templates.sh

Tools we use 🛠

Contribution guidelines 📜

All contributions to this repository from June, 16 2016 on 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 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 how to contribute: https://nextcloud.com/contribute/