Go to file
Joas Schilling f3319f6294
Allow to call the files even when you are in another instance atm
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-06 12:15:13 +02:00
.idea
3rdparty@cc365d1299 Update 3rdparty 2016-09-29 15:57:10 +02:00
apps Merge pull request #1518 from nextcloud/dav-fileshome-directory-properties 2016-10-06 00:21:44 +02:00
build Fix size 2016-10-02 21:18:20 +02:00
config Use the same URL everywhere 2016-09-27 14:52:22 +02:00
contribute Add Developer Certificate of Origin (DCO) 2016-09-22 09:08:21 +02:00
core Add icons to activity navigation 2016-10-05 11:38:06 +02:00
l10n add workflowengine l10n 2016-09-26 09:42:20 +02:00
lib Merge pull request #1586 from nextcloud/issue-1466-fix-multi-translation-names-and-descriptions 2016-10-05 19:06:22 +02:00
ocs Allow to call the files even when you are in another instance atm 2016-10-06 12:15:13 +02:00
ocs-provider Allow to call the files even when you are in another instance atm 2016-10-06 12:15:13 +02:00
resources update to proper icons and run occ command to update JS file 2016-08-30 10:33:43 +02:00
settings Merge pull request #1586 from nextcloud/issue-1466-fix-multi-translation-names-and-descriptions 2016-10-05 19:06:22 +02:00
tests Merge pull request #1624 from nextcloud/exclude_coverage_dirs 2016-10-05 14:49:13 +02:00
themes Svgo optimization 2016-09-27 20:56:26 +02:00
.bowerrc
.codecov.yml Add codecov 2016-09-28 21:08:17 +02:00
.drone.yml Generate coverage for quick DB tests 2016-10-05 13:55:44 +02:00
.gitignore add 2fa backup codes app 2016-09-05 08:51:13 +02:00
.gitmodules targets 3rdparty submodule from Nc instead of oC 2016-06-28 18:39:51 +02:00
.htaccess Make sure memory limit is > post size and upload filesize 2016-09-13 16:50:36 +02:00
.jshintrc
.lgtm
.mailmap Fix more mailmap entries 2016-07-21 17:32:03 +02:00
.mention-bot add nextcloud-bot to userBlacklist 2016-09-13 10:33:03 +02:00
.scrutinizer.yml
.tag
.user.ini Make sure memory limit is > post size and upload filesize 2016-09-13 16:50:36 +02:00
AUTHORS Update with robin 2016-07-21 18:13:58 +02:00
CONTRIBUTING.md add alias description 2016-09-29 16:03:37 +02:00
COPYING Rename COPYING-AGPL to COPYING 2016-09-13 22:51:02 +02:00
COPYING-README Rename COPYING-AGPL to COPYING 2016-09-13 22:51:02 +02:00
README.md use proper drone badge URL 2016-10-05 17:38:25 +02:00
autotest-external.sh Make tests work with 4.8 at least 2016-09-13 16:31:33 +02:00
autotest-hhvm.sh
autotest-js.sh always use local karma 2016-06-29 18:45:13 +02:00
autotest.sh Generate coverage for quick DB tests 2016-10-05 13:55:44 +02:00
bower.json Bump handlebars to version 4.0.5 2016-09-16 15:27:56 +02:00
buildjsdocs.sh
composer.json Use classmap to load core files 2016-07-18 14:46:54 +02:00
console.php Allow to call the files even when you are in another instance atm 2016-10-06 12:15:13 +02:00
cron.php Allow to call the files even when you are in another instance atm 2016-10-06 12:15:13 +02:00
db_structure.xml final db indexes 2016-08-16 13:21:59 +02:00
index.html
index.php Allow to call the files even when you are in another instance atm 2016-10-06 12:15:13 +02:00
issue_template.md Signing - there is no version under Nextcloud 9 2016-07-17 15:15:03 +02:00
occ
public.php Allow to call the files even when you are in another instance atm 2016-10-06 12:15:13 +02:00
remote.php Allow to call the files even when you are in another instance atm 2016-10-06 12:15:13 +02:00
robots.txt
status.php Allow to call the files even when you are in another instance atm 2016-10-06 12:15:13 +02:00
version.php increase core version number to trigger db ugprade and fix app manager tests 2016-09-05 08:51:13 +02:00

README.md

Nextcloud

Build Status irc irc

Please stay tuned while we get all the repositories up.

Meanwhile check out https://nextcloud.com and follow us on https://twitter.com/nextclouders

If you want to contribute, you are very welcome:

  • on our IRC channels #nextcloud & #nextcloud-dev irc://#nextcloud-dev@freenode.net (on freenode) and
  • our forum at https://help.nextcloud.com

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.

if you want to join the Github organization just let us know and well add you! :)

This is by the community, for the community. Everyone is welcome! :)

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 You share your data with others, and give them access to your latest photo galleries, your calendar or anything else you want them to see.
  • 🚀 Expandable with dozens of Apps ...like Calendar, Contacts, Mail or News.
  • ☁️ All Benefits of the Cloud ...on your own Server.
  • 🔒 Encryption You can encrypt data in transit with secure https connections. You can enable the encryption app to encrypt data on storage for improved security and privacy.
  • ...

Installation

Read the Full Installation Documentation

  1. Install yourself, use our appliances or find a provider
  2. Set permissions
  3. Sync your data via Desktop or Mobile App

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>)

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.

Nextcloud VM

If you're not familiar with Linux, or simply just want to get up and running on a pre-configured system in no time - we have developed a VM that you can download. Just extract it and mount it in VMware or VirtualBox and you're all set.

Download the latest version of the Nextcloud VM

Support

Learn about the different ways you can get support for Nextcloud: https://nextcloud.com/support/

Get in touch