nextcloud-server/tests/lib
Thomas Müller 832be7c908 Merge pull request #6052 from owncloud/datetime-doctrine
Get rid of date strings for DB. Completely use Doctrine and DateTime.
2013-12-01 01:29:35 +07:00
..
appframework Fix namespace for OCP\Appframework\Http 2013-10-23 05:57:34 +07:00
archive
backgroundjob
cache OC_Cache namespace changes and add UserCache to server container. 2013-09-17 17:46:33 +07:00
connector/sabre test cases added for create/remove Shared folder and file 2013-10-22 11:22:06 +07:00
db fix DB schema test - no default value 2013-11-12 13:45:28 +07:00
files Fixed FTP and SMB to use rmdir() when deleting folders 2013-11-29 13:01:01 +07:00
group
hooks
memcache
ocs testing update and delete 2013-10-31 11:09:52 +07:00
public
session
share Add tests for OCP\Share::unshareAll(). 2013-11-03 12:31:53 +07:00
template
user Enable user backends to provide avatar images 2013-11-22 13:25:20 +07:00
api.php make use of data providers 2013-11-14 15:37:30 +07:00
app.php
appconfig.php
archive.php
autoloader.php fix unit tests 2013-10-02 11:25:44 +07:00
avatar.php Round out Avatar Public API 2013-11-21 23:40:25 +07:00
cache.php updating php docs 2013-09-18 22:22:51 +07:00
config.php
db.php Timestamp test is no longer necessary as we rely on Doctrine and DateTime. 2013-11-26 12:22:08 +07:00
dbschema.php
geo.php
group.php Test that dispayNamesInGroup(s) always returns uid as key in the result array 2013-10-20 20:56:25 +07:00
helper.php adding test for binary file to test \OC_Helper::streamCopy() 2013-11-04 17:19:04 +07:00
image.php
l10n.php Some tests for OC_L10N::findLanguage() 2013-10-23 15:41:15 +07:00
preferences.php Convert OC_Preference to object interface 2013-09-19 18:13:06 +07:00
preview.php fix failing preview test on master 2013-10-30 15:39:55 +07:00
request.php fixes #6050 2013-11-26 14:13:33 +07:00
streamwrappers.php
tags.php Add factory class for the server container. 2013-09-24 17:10:01 +07:00
template.php Added unit tests for relative_modified_date, changed method signature 2013-10-03 13:55:05 +07:00
user.php Add unit tests 2013-10-08 16:33:56 +07:00
util.php Quota storage wrapper is now used for all users in sharing mode 2013-11-21 12:04:54 +07:00
vobject.php