summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman2014-01-142-1/+24
| * | | | Merge pull request #6704 from owncloud/encryptedfoldersizecalcVincent Petry2014-01-141-0/+45
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-091-0/+45
| | |/ /
| * / / no warnings within unlinkDir() within the TestCleanupListenerThomas Müller2014-01-131-3/+3
| |/ /
| * | Merge pull request #6681 from owncloud/userreportblizzz2014-01-081-0/+72
| |\ \
| | * | add tests for user countingArthur Schiwon2014-01-081-0/+72
| | |/
| * | Prevent deleting storage rootVincent Petry2014-01-081-0/+42
| * | Merge pull request #6673 from owncloud/master-quota-insufficientstorageforfil...Vincent Petry2014-01-081-6/+12
| |\ \
| | * | Now also preventing to override "files" dir size with -1Vincent Petry2014-01-071-6/+12
| * | | Merge pull request #6565 from owncloud/enable-ldap-unit-tests-master-2Thomas Müller2014-01-071-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | enable ldap testsThomas Müller2013-12-241-0/+1
| * | | Merge pull request #6290 from owncloud/files-androidcontentdispositionThomas Müller2014-01-071-0/+50
| |\ \ \ | | |_|/ | |/| |
| | * | Added isUserAgent() method to requestVincent Petry2013-12-191-0/+50
| * | | Make OC_Avatar unit tests independent of currently loggedin userRobin Appelman2014-01-021-5/+13
| * | | Merge pull request #6513 from owncloud/user-no-change-displaynameicewind19912014-01-021-1/+4
| |\ \ \
| | * | | Pass config object in testGetHomeNotSupportedRobin Appelman2013-12-201-1/+4
| * | | | Merge pull request #6520 from owncloud/tests-testcleanuplistenerThomas Müller2013-12-242-0/+146
| |\ \ \ \
| | * | | | Added test cleanup listener to detect untidy testsVincent Petry2013-12-192-0/+146
| | |/ / /
| * | | | Merge pull request #6449 from owncloud/core-appsorderfixThomas Müller2013-12-242-1/+14
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fixed apps loading orderVincent Petry2013-12-202-1/+14
| | |/ /
| * / / Remove all uses of numRows().Andreas Fischer2013-12-213-14/+13
| |/ /
| * | Add unit tests for decimal type usageOliver Gasser2013-12-183-2/+33
| * | Increment number of columns by oneOliver Gasser2013-12-181-1/+1
| * | Typo fixedOliver Gasser2013-12-171-1/+1
| * | Add decimal(precision,scale) column to unit testsOliver Gasser2013-12-172-0/+9
| * | Merge pull request #6345 from owncloud/mysql-set-names-utf8-testsThomas Müller2013-12-171-0/+27
| |\ \
| | * | add missing quotes + field declarationsThomas Müller2013-12-171-1/+16
| | * | Use old school query style that actually works.Andreas Fischer2013-12-121-9/+8
| | * | DB tests: Test whether we can insert and read UTF8 data.Andreas Fischer2013-12-121-0/+13
| * | | adjust testArthur Schiwon2013-12-131-2/+13
| * | | remove unneeded ; in commentRobin Appelman2013-12-121-1/+1
| * | | Add test for having utf8 filenames in the cacheRobin Appelman2013-12-121-1/+31
| |/ /
| * | Merge pull request #6244 from owncloud/memcached-connectivity-testsThomas Müller2013-12-101-3/+9
| |\ \ | | |/ | |/|
| | * Ensure memcached extension is there before attempting to create an instance.Andreas Fischer2013-12-091-4/+3
| | * Only run memcached tests if server is available.Andreas Fischer2013-12-091-0/+7
| * | fix wrong test data in l10nMorris Jobke2013-12-073-3/+3
| |/
| * Merge pull request #6150 from owncloud/backgroundjob-log-exceptionblizzz2013-12-064-38/+105
| |\
| | * add test case for removing background jobs that are throwing exceptionsRobin Appelman2013-12-052-3/+59
| | * Dont use exceptions for the backgroundjob test casesRobin Appelman2013-12-042-35/+46
| * | get rid of failing test that don't cause additional downloadsRobin Appelman2013-12-062-25/+25
| * | extend test case for etag preservationRobin Appelman2013-12-061-2/+2
| * | reuse etags when doing a background scanRobin Appelman2013-12-051-0/+79
| * | Added unit test for the test() methodVincent Petry2013-12-031-0/+7
| |/
| * Merge pull request #6052 from owncloud/datetime-doctrineThomas Müller2013-12-011-38/+0
| |\
| | * Timestamp test is no longer necessary as we rely on Doctrine and DateTime.Andreas Fischer2013-11-261-38/+0
| * | Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-11-291-1/+13
| * | Redetect mime type whenever extension is renamedVincent Petry2013-11-271-0/+8
| * | Merge pull request #6058 from owncloud/ldap2avatarblizzz2013-11-262-0/+96
| |\ \
| | * | Enable user backends to provide avatar imagesArthur Schiwon2013-11-222-0/+96
| * | | Merge pull request #6060 from owncloud/fix-6050-oc6Björn Schießle2013-11-261-3/+8
| |\ \ \