PHP JavaScript Gherkin CSS Shell Perl
Permalink
Failed to load latest commit information.
.idea Add newline that was removed by 15be763 Dec 10, 2014
3rdparty @ 489bcf4 Update doctrine Jan 30, 2017
apps [tx-robot] updated from transifex Feb 17, 2017
build Add integration tests for legacy DAV endpoints Feb 10, 2017
config Merge pull request #3472 from nextcloud/enable-avatars-always Feb 14, 2017
contribute Add Developer Certificate of Origin (DCO) Sep 22, 2016
core [tx-robot] updated from transifex Feb 17, 2017
l10n add transifex config for sharebymail Feb 10, 2017
lib [tx-robot] updated from transifex Feb 18, 2017
ocs-provider Allow to call the files even when you are in another instance atm Oct 6, 2016
ocs log ocs exceptions Feb 8, 2017
resources Recognize .bat and .cmd files Feb 10, 2017
settings [tx-robot] updated from transifex Feb 18, 2017
tests add unit tests Feb 16, 2017
themes Prevent Example-Theme from using invalid URLs Jan 16, 2017
.bowerrc ability to add bower resources Nov 3, 2014
.codecov.yml Remove sunburst Nov 2, 2016
.drone.yml enable user_ldap app for tests Jan 20, 2017
.gitignore Fix JSUnit tests Jan 13, 2017
.gitmodules targets 3rdparty submodule from Nc instead of oC Jun 28, 2016
.htaccess Cache js, css and woff files for a week (#26591) Nov 14, 2016
.jshintrc enable laxbreak option in jshintrc to comply with our coding guide lines Nov 4, 2014
.lgtm Get rid of LGTM self approvals Jun 27, 2016
.mailmap Fix more mailmap entries Jul 21, 2016
.mention-bot add nextcloud-bot to userBlacklist Sep 13, 2016
.scrutinizer.yml Scrutinizer should not check generated composer files Mar 10, 2016
.tag Add .tag file to make tar balls tracable Jun 14, 2014
.user.ini Make sure memory limit is > post size and upload filesize Sep 13, 2016
AUTHORS Update with robin Jul 21, 2016
CHANGELOG.md let's add a date :D Dec 15, 2016
CONTRIBUTING.md fix dev manual link Jan 10, 2017
COPYING Rename COPYING-AGPL to COPYING Sep 13, 2016
COPYING-README Rename COPYING-AGPL to COPYING Sep 13, 2016
README.md Merge pull request #1960 from nextcloud/adjust-link-to-contributing.md Nov 2, 2016
autotest-external.sh Set exit code to 1 if integration test is failing Dec 20, 2016
autotest-hhvm.sh Combine autotest-hhvm.sh with autotest.sh May 4, 2015
autotest-js.sh Fix js tests Jan 6, 2017
autotest.sh add ci support for s3 object store Jan 2, 2017
bower.json Add marked Jan 13, 2017
buildjsdocs.sh Added OC.Files.Client Webdav-based files client Nov 22, 2015
composer.json Use classmap to load core files Jul 18, 2016
console.php handle errors in apps while registering commands Nov 24, 2016
cron.php Also check in cron for old php version Dec 19, 2016
db_structure.xml introduce accounts table and keep it up-to-date with the data added t… Nov 21, 2016
index.html Try to prefer index.php over index.html in the same directory Apr 24, 2013
index.php fix wrong method name Oct 20, 2016
issue_template.md Fix log formatting Feb 10, 2017
occ Use a more universal shebang Nov 19, 2014
public.php Allow to call the files even when you are in another instance atm Oct 6, 2016
remote.php Allow to call the files even when you are in another instance atm Oct 6, 2016
robots.txt Add robot.txt Jan 28, 2013
status.php Expose the needupgrade status (#26209) Oct 20, 2016
version.php Recognize .bat and .cmd files Feb 10, 2017

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.