nextcloud-server/tests/lib
Vincent Petry b2b35cd335 Fixed ext storage webdav path encoding
- Some WebDAV servers like lighttpd need paths in URLs to be properly
encoded
- Added error log output when curl connection failed
- Added check for 'resourcetype' in case the WebDAV server doesn't
  support/return it
- Fixed touch() to return false if the server doesn't implement
  PROPPATCH
- Added optional delay in WebDAV unit tests to use when testing against
  lighttpd's WebDAV
2014-02-19 18:34:08 +01:00
..
appframework Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
archive
backgroundjob Add unit tests for JobList 2014-02-12 13:52:13 +01:00
cache
connector/sabre test cases added for create/remove Shared folder and file 2013-10-22 11:22:06 +02:00
db Increment number of columns by one 2013-12-18 00:37:09 +01:00
files Fixed ext storage webdav path encoding 2014-02-19 18:34:08 +01:00
group Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
hooks
memcache Ensure memcached extension is there before attempting to create an instance. 2013-12-09 14:33:26 +01:00
ocs Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
public
session
share Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
template Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
user add tests for user counting 2014-01-08 13:26:48 +01:00
api.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
app.php Fixed apps loading order 2013-12-20 17:16:57 +01:00
appconfig.php sort expected result in tests 2014-02-13 13:56:02 +01:00
archive.php
autoloader.php fix unit tests 2013-10-02 11:25:44 +02:00
avatar.php Make OC_Avatar unit tests independent of currently loggedin user 2014-01-02 16:08:08 +01:00
cache.php
config.php
db.php number as number 2014-02-12 09:09:45 +01:00
dbschema.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
errorHandler.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
geo.php
group.php Test that dispayNamesInGroup(s) always returns uid as key in the result array 2013-10-20 20:56:25 +02:00
helper.php adding test for binary file to test \OC_Helper::streamCopy() 2013-11-04 17:19:04 +01:00
image.php
l10n.php Some tests for OC_L10N::findLanguage() 2013-10-23 15:41:15 +02:00
migrate.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
preferences.php Add caching to OC\Preferences 2014-02-18 11:21:39 +01:00
preview.php fix failing preview test on master 2013-10-30 15:39:55 +01:00
request.php The regexp of the Freebox user agent is now more strict. 2014-01-29 10:58:34 +01:00
streamwrappers.php
tags.php
template.php Added unit tests for relative_modified_date, changed method signature 2013-10-03 13:55:05 +02:00
user.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
util.php Add 'mail_from_address' configuration 2014-01-24 14:04:37 +01:00
vobject.php