Nextcloud Server
Go to file
Lukas Reschke 2d68c1b945 Exclude custom data directory from integrity checker
We should not scan any custom data directory in the integrity checker as well. Otherwise this would lead to a massive increased update time that may likely exceed the timeout.

To test this:

1. Install ownCloud 8.2.2, set as data dir another folder than `data` such as `data-asdf`. Make sure that folder lives in the web root as well.
2. Update that instance to 9.0.0 beta2 => Errors are shown in the code integrity check
3. Apply this patch and trigger the rescan in the admin settings => No errors are shown anymore (can also do a new update with that patch applied)

Fixes https://github.com/owncloud/core/issues/22698
2016-03-01 17:16:10 +01:00
.idea
3rdparty@fc0c1159f4 Bump Zipstreamer 2016-02-18 11:27:27 +01:00
apps Merge pull request #22681 from owncloud/add-autodiscovery-for-ocs 2016-03-01 11:27:28 +01:00
build Merge pull request #22700 from owncloud/only_1_linkshare 2016-03-01 09:22:39 +01:00
config
core Merge pull request #22667 from owncloud/scrollbar 2016-03-01 08:26:51 +01:00
l10n Adding transifex to new core apps 2016-02-16 14:40:10 +01:00
lib Exclude custom data directory from integrity checker 2016-03-01 17:16:10 +01:00
ocs
ocs-provider Fix formatting of response 2016-02-25 19:05:05 +01:00
resources
settings Merge pull request #17451 from owncloud/apps-disablebrokenappafterenable 2016-03-01 11:26:18 +01:00
tests Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* 2016-02-29 09:44:40 +01:00
themes
.bowerrc
.gitignore
.gitmodules
.htaccess Exclude ocs-provider from rewrite rule 2016-02-25 18:47:09 +01:00
.jshintrc
.mailmap
.mention-bot
.scrutinizer.yml No more code coverage on scrutinizer 2016-02-16 08:22:57 +01:00
.tag
.travis.yml
.user.ini
AUTHORS
autotest-external.sh Add verbose flag to occ commands of autotest* 2016-02-23 09:31:31 +01:00
autotest-hhvm.sh
autotest-js.sh
autotest.sh Add verbose flag to occ commands of autotest* 2016-02-23 09:31:31 +01:00
bower.json
buildjsdocs.sh
console.php Don't show PCNTL warning if --no-warnings is passed 2016-02-25 10:05:34 +01:00
CONTRIBUTING.md
COPYING-AGPL
COPYING-README
cron.php
db_structure.xml exchange user_id_key for a unique one. 2016-02-26 01:02:22 +01:00
index.html
index.php
issue_template.md Fix wording 2016-02-29 09:49:11 +01:00
occ
public.php
README.md Fix a typo in Readme 2016-02-18 09:41:55 +05:30
remote.php
robots.txt
status.php
version.php exchange user_id_key for a unique one. 2016-02-26 01:02:22 +01:00

ownCloud Core

Build Status Scrutinizer Code Quality CodeClimate Coverity Dependency Status Dependency Status

ownCloud gives you freedom and control over your own data. A personal cloud which runs on your own server.

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 instructions

https://doc.owncloud.org/server/9.0/developer_manual/app/index.html

Contribution Guidelines

https://owncloud.org/contribute/

Support

Learn about the different ways you can get support for ownCloud: https://owncloud.org/support/

Get in touch

Important notice on translations

Please submit translations via Transifex: https://www.transifex.com/projects/p/owncloud/

Transifex

For more detailed information about translations: http://doc.owncloud.org/server/9.0/developer_manual/core/translation.html