Nextcloud Server
Go to file
Evgeni Golov b6fc143074 cURL does not honour default_socket_timeout
SabreDAV uses cURL for the requests and as this does not honour
default_socket_timeout, setting it is useless and confusing as
people will expect the request to timeout faster than it actually
will do.

One has to use
 curl_setopt($curl, CURLOPT_TIMEOUT, x)
or
 curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, x)
but there is currently no way to make SabreDAV pass this to cURL.
2013-09-30 07:56:54 +02:00
3rdparty@98fdc3a4e2 Use more object oriented way for console commands 2013-09-01 16:40:50 +02:00
apps [tx-robot] updated from transifex 2013-09-29 00:03:26 -04:00
build Update build.xml 2013-07-17 15:25:41 +02:00
config Merge branch 'master' into oc_avatars 2013-09-03 04:43:11 +02:00
core followup of #4032 - makes the settings-button bigger and adds again padding at bottom of app-navigation 2013-09-29 01:46:23 -04:00
files
l10n [tx-robot] updated from transifex 2013-09-29 00:03:26 -04:00
lib cURL does not honour default_socket_timeout 2013-09-30 07:56:54 +02:00
ocs remove the activity call here. it is not implemented anyways. This will be provided by Activity app in the future. 2013-08-31 18:14:46 +02:00
search add fixme 2013-09-17 18:45:38 +02:00
settings [tx-robot] updated from transifex 2013-09-29 00:03:26 -04:00
tests Merge pull request #4966 from owncloud/text_preview_blacklist 2013-09-29 23:20:34 +02:00
themes
.gitignore fix gitignore for all apps* folders 2013-09-16 12:11:15 +02:00
.gitmodules
.htaccess
AUTHORS Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
autotest.cmd
autotest.sh collect coverage for all databases again - ci.owncloud.org has more RAM available 2013-09-25 14:41:13 +02:00
console.php Add copyright, remove starting blank line 2013-09-19 19:12:16 +02:00
CONTRIBUTING.md
COPYING-AGPL
COPYING-README Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
cron.php fixing typo 2013-09-23 21:08:58 -04:00
db_structure.xml setting a default on filecache column unencrypted_size 2013-09-20 20:47:24 +02:00
index.html
index.php
issue_template.md
occ adding executable script occ (ownCloud console) 2013-08-05 14:03:11 +02:00
public.php Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
README.md update 'get in touch' links 2013-07-16 09:50:06 +02:00
remote.php Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
robots.txt
status.php replace ident spaces with tabs 2013-08-29 15:03:16 -03:00
upgrade.php Add message about completed update 2013-07-19 14:39:47 +02:00

ownCloud

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

Build Status on Jenkins CI

Git master: Build Status

Installation instructions

http://doc.owncloud.org/server/5.0/developer_manual/app/gettingstarted.html

Contribution Guidelines

http://owncloud.org/dev/contribute/

Get in touch

Important notice on translations

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

For more detailed information about translations: http://owncloud.org/dev/translation/