Go to file
Roeland Jago Douma 1c912f64ad
Merge pull request #19965 from nextcloud/enh/noid/how-to-use-github
Add text about subscribing issues and sync introduction to feature request
2020-03-23 22:09:19 +01:00
.github Merge pull request #19965 from nextcloud/enh/noid/how-to-use-github 2020-03-23 22:09:19 +01:00
.idea
.tx
3rdparty@a70e51b4cc Bump aws/aws-sdk-php from 3.133.23 to 3.133.27 2020-03-06 13:37:00 +01:00
apps Merge pull request #20117 from nextcloud/fix/noid/updatenotification-channel-click-outside 2020-03-23 22:08:09 +01:00
build Force compatible EventDispatcher version in integration tests 2020-03-12 10:45:23 +01:00
config Merge pull request #17684 from mlatief/support-no-proxy 2020-03-22 19:38:01 +01:00
contribute
core Add basic reverseproxy misconfig detection to setupchecks 2020-03-23 10:37:08 +01:00
lib Merge pull request #17684 from mlatief/support-no-proxy 2020-03-22 19:38:01 +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 #17684 from mlatief/support-no-proxy 2020-03-22 19:38:01 +01:00
themes
.codecov.yml
.drone.yml Move Compile Handlebars CI to GitHub Actions 2020-02-23 12:13:48 +08:00
.editorconfig Fix editor config for integration test files 2020-03-09 17:12:44 +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
.jshintrc
.mailmap Update license headers for 18 2019-12-20 09:23:25 +01:00
.scrutinizer.yml
.tag
.user.ini
AUTHORS Fix license headers 2020-01-13 14:23:49 +01:00
CHANGELOG.md
CODE_OF_CONDUCT.md
COPYING
COPYING-README
Makefile Use npm ci in Makefile 2020-02-17 12:24:40 +01:00
README.md Readme: fix typo 2020-02-27 14:56:54 -05:00
SECURITY.md Set up a security policy 2020-01-21 16:25:52 +01:00
autotest-checkers.sh
autotest-external.sh
autotest-js.sh
autotest.sh
babel.config.js
composer.json Lint on github actions 2020-02-10 09:32:45 +01:00
console.php Update license headers 2019-12-05 15:38:45 +01:00
cron.php cron: Adapt to 5 minutes recommendation 2020-02-17 21:47:19 +01:00
index.html
index.php Update license headers 2019-12-05 15:38:45 +01:00
occ
package-lock.json Bump @nextcloud/logger from 1.1.1 to 1.1.2, @nextcloud/router from 1.0.0 to 1.0.2, @nextcloud/axios from 1.3.1 to 1.3.2 and @babel/core from 7.8.7 to 7.9.0 2020-03-23 09:30:04 +01:00
package.json Bump @nextcloud/logger from 1.1.1 to 1.1.2, @nextcloud/router from 1.0.0 to 1.0.2, @nextcloud/axios from 1.3.1 to 1.3.2 and @babel/core from 7.8.7 to 7.9.0 2020-03-23 09:30:04 +01: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
webpack.prod.js

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 are moving 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/