- Oct 02, 2013
-
-
Raghu Nayyar authored
Whitespace fix for share.css
-
Morris Jobke authored
-
Frank Karlitschek authored
Design finetune
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Morris Jobke authored
Fix require in apps/files/ajax/rawlist.php
-
Christopher Schäpers authored
Thanks @tanghus for pointing out the unneccessity of it.
-
Christopher Schäpers authored
-
Thomas Müller authored
Fix autoloader regression
-
Morris Jobke authored
-
Owen Winkler authored
Fixing broken layout in master due to APC enabled
-
- Oct 01, 2013
-
-
Victor Dubiniuk authored
-
Thomas Müller authored
-
Morris Jobke authored
Public API OC6 - introduce lib/private
-
Thomas Müller authored
-
Thomas Müller authored
put the current version and edition into a seperate file to simplify
-
Frank Karlitschek authored
-
Frank Karlitschek authored
-
- Sep 30, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
Conflicts: lib/util.php
-
Frank Karlitschek authored
put the current version and edition into a seperate file to simplify packaging. introduce update channels and build version for automated channel updates. More about that later Conflicts: lib/ocsclient.php lib/util.php
-
Frank Karlitschek authored
Shoudn't make a difference in this case but just in case Conflicts: lib/ocsclient.php
-
Frank Karlitschek authored
-
Thomas Müller authored
don't remember login if the encrypion app is enabled
-
Thomas Müller authored
-
Thomas Müller authored
Conflicts: lib/private/vcategories.php
-
Jenkins for ownCloud authored
-
Morris Jobke authored
check not only if the keyfile folder exists but also if it contains keyfiles
-
Thomas Müller authored
Public API for OC6+ (includes AppFramework)
-
Thomas Müller authored
Move aborted upload detection into it's own sabedav plugin
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
adding privilege check on move and rename operations
-
Thomas Müller authored
cURL does not honour default_socket_timeout
-
Evgeni Golov authored
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.
-
- Sep 29, 2013
-
-
Andreas Fischer authored
add blacklist to txt preview backend * owncloud/text_preview_blacklist: rename variable in testIsTransparent rename testTxtBlacklist to txtBlacklist move fileView object initialization to testIsTransparent use dataProvider for txt blacklist test add test for txt blacklist add test data for cal and contact preview add blacklist to txt preview backend
-