Go to file
Robin Appelman 50162e619c
disable part files for object stores
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-03-08 13:09:37 +01:00
.idea
.tx Remove old perl script to update l10n files 2018-02-08 18:22:42 +01:00
3rdparty@361584bd13 Improve zip support 2018-01-10 16:25:39 +01:00
apps Merge pull request #8679 from nextcloud/7707_12 2018-03-06 13:38:10 +01:00
build backport of #8355 to stable12 2018-03-02 00:32:48 +01:00
config Allow to skip data dir permission checks by config 2017-12-01 11:55:29 +01:00
contribute
core [tx-robot] updated from transifex 2018-03-06 01:13:03 +00:00
lib disable part files for object stores 2018-03-08 13:09:37 +01:00
ocs Nextcloud 12 is not compatible with newer than php 7.1 2018-02-07 13:38:37 +01:00
ocs-provider
resources Update CRL to revoke files_rightclick 2018-02-09 09:45:12 +01:00
settings [tx-robot] updated from transifex 2018-03-06 01:13:03 +00:00
tests Merge pull request #8130 from nextcloud/fix-own-avatar-not-updated-when-display-name-is-changed 2018-02-27 18:40:42 +01:00
themes Move styles.css to server.css 2017-06-20 19:29:10 +02:00
.bowerrc
.codecov.yml
.drone.yml fix postgresql tests 2017-10-09 13:20:29 +02:00
.gitignore Remove old perl script to update l10n files 2018-02-08 18:22:42 +01:00
.gitmodules
.htaccess Handle SSL certificate verifications for others than Let's Encrypt 2018-02-05 15:39:13 +01:00
.jshintrc
.lgtm
.mailmap
.mention-bot Add some ignores 2017-05-16 10:48:36 -05:00
.scrutinizer.yml
.tag
.user.ini
AUTHORS
CHANGELOG.md
CONTRIBUTING.md
COPYING
COPYING-README
README.md
autotest-checkers.sh Add test to check if new files are added to the root of the repository 2017-07-18 20:32:26 +02:00
autotest-external.sh
autotest-hhvm.sh
autotest-js.sh
autotest.sh Fix drone 2017-07-14 13:02:16 +02:00
bower.json Bump strengthify to 0.5.3 2018-01-11 16:33:38 +01:00
buildjsdocs.sh
composer.json
console.php Nextcloud 12 is not compatible with newer than php 7.1 2018-02-07 13:38:37 +01:00
cron.php Nextcloud 12 is not compatible with newer than php 7.1 2018-02-07 13:38:37 +01:00
db_structure.xml Add the column so we keep the value from before the update 2017-05-18 14:45:26 +02:00
index.html
index.php Nextcloud 12 is not compatible with newer than php 7.1 2018-02-07 13:38:37 +01:00
issue_template.md Rename config section 2017-04-05 11:00:33 +02:00
occ
public.php Nextcloud 12 is not compatible with newer than php 7.1 2018-02-07 13:38:37 +01:00
remote.php Nextcloud 12 is not compatible with newer than php 7.1 2018-02-07 13:38:37 +01:00
robots.txt
status.php Nextcloud 12 is not compatible with newer than php 7.1 2018-02-07 13:38:37 +01:00
version.php Allow upgrading from OC 10.0.6 & 10.0.7 2018-02-26 16:43:33 +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 dozens of Apps ...like Calendar, Contacts, Mail and all those you can discover in our App Store
  • 🔒 Security with our encryption mechanisms, HackerOne bounty program and two-factor authentification.

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 Enterprise? Learn about all our Features.

Get your Nextcloud

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

Get in touch

…learn more about how to get support for Nextcloud here!

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/

Running master checkouts

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 by default included in regular releases like firstrunwizard or gallery are missing in master and have to be installed manually as required.

That aside Git checkouts can be handled the same as release archives.

Note they should never be used on production systems.