Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests/lib
AgeCommit message (Expand)Author
2014-01-21fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller
2014-01-19Fixed quota wrapper to not wrap failed fopen streamsVincent Petry
2014-01-17Fix array access syntax for older PHPVincent Petry
2014-01-16Merge pull request #6644 from ben-denham/unshare-all-fixBjörn Schießle
2014-01-15Merge pull request #6744 from owncloud/fix_ocs_response_messagesThomas Müller
2014-01-15Merge pull request #6768 from owncloud/scanner-use-storage-mtimeVincent Petry
2014-01-14update another testRobin Appelman
2014-01-14extended test to also check the status messagesBjoern Schiessle
2014-01-14use different value for mtime and storage_mtime in testRobin Appelman
2014-01-14remove duplicate test classRobin Appelman
2014-01-14Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman
2014-01-10updated the unit test for OCP\Share::unshareAll() to verify that shares by al...ben-denham
2014-01-09Fix calculated folder size to use unencrypted sizeVincent Petry
2014-01-08Merge pull request #6681 from owncloud/userreportblizzz
2014-01-08add tests for user countingArthur Schiwon
2014-01-08Prevent deleting storage rootVincent Petry
2014-01-08Now also preventing to override "files" dir size with -1Vincent Petry
2014-01-07Merge pull request #6290 from owncloud/files-androidcontentdispositionThomas Müller
2014-01-02Make OC_Avatar unit tests independent of currently loggedin userRobin Appelman
2014-01-02Merge pull request #6513 from owncloud/user-no-change-displaynameicewind1991
2013-12-25Merge pull request #6449 from owncloud/core-appsorderfixThomas Müller
2013-12-21Remove all uses of numRows().Andreas Fischer
2013-12-20Fixed apps loading orderVincent Petry
2013-12-20Pass config object in testGetHomeNotSupportedRobin Appelman
2013-12-19Added isUserAgent() method to requestVincent Petry
2013-12-19Add unit tests for decimal type usageOliver Gasser
2013-12-18Increment number of columns by oneOliver Gasser
2013-12-18Typo fixedOliver Gasser
2013-12-18Add decimal(precision,scale) column to unit testsOliver Gasser
2013-12-17Merge pull request #6345 from owncloud/mysql-set-names-utf8-testsThomas Müller
2013-12-17add missing quotes + field declarationsThomas Müller
2013-12-13adjust testArthur Schiwon
2013-12-12Use old school query style that actually works.Andreas Fischer
2013-12-12remove unneeded ; in commentRobin Appelman
2013-12-12Add test for having utf8 filenames in the cacheRobin Appelman
2013-12-12DB tests: Test whether we can insert and read UTF8 data.Andreas Fischer
2013-12-09Ensure memcached extension is there before attempting to create an instance.Andreas Fischer
2013-12-09Only run memcached tests if server is available.Andreas Fischer
2013-12-06Merge pull request #6150 from owncloud/backgroundjob-log-exceptionblizzz
2013-12-06get rid of failing test that don't cause additional downloadsRobin Appelman
2013-12-06extend test case for etag preservationRobin Appelman
2013-12-05reuse etags when doing a background scanRobin Appelman
2013-12-05add test case for removing background jobs that are throwing exceptionsRobin Appelman
2013-12-04Dont use exceptions for the backgroundjob test casesRobin Appelman
2013-12-03Added unit test for the test() methodVincent Petry
2013-12-01Merge pull request #6052 from owncloud/datetime-doctrineThomas Müller
2013-11-29Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry
2013-11-28Redetect mime type whenever extension is renamedVincent Petry
2013-11-27Merge pull request #6058 from owncloud/ldap2avatarblizzz
2013-11-26Merge pull request #6060 from owncloud/fix-6050-oc6Björn Schießle