aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into fixing-gallery-password-protected-access-masterThomas Müller2014-01-211-0/+1
|\
| * add first unit test for the versioning appBjoern Schiessle2014-01-211-0/+1
| |
* | fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller2014-01-211-0/+42
|/
* Merge pull request #6842 from owncloud/fix-quotes-again-masterJörn Friedrich Dreyer2014-01-201-0/+1
|\ | | | | Quote column names on adding description
| * adding a comment to the database schemaThomas Müller2014-01-201-0/+1
| |
* | Fixed quota wrapper to not wrap failed fopen streamsVincent Petry2014-01-191-0/+19
|/ | | | | | | | | | | | When calling fopen() on some storage types, these return false instead of throwing an exception. This fix makes sure that in case the stream wasn't opened (for example when a file doesn't exist any more) the stream isn't wrapped. Also added 'rb' as another case that doesn't need to be wrapped. Fixes #6832
* Merge pull request #6784 from owncloud/fix-activation-of-unknown-appsMorris Jobke2014-01-181-12/+12
|\ | | | | Fix activation of unknown apps
| * don't enable files_external testsThomas Müller2014-01-171-1/+1
| |
| * properly handle app activation for unit testingThomas Müller2014-01-151-12/+12
| |
* | Fix array access syntax for older PHPVincent Petry2014-01-171-2/+3
| | | | | | | | There was a syntax error when running tests in PHP 5.3.10.
* | Merge pull request #6644 from ben-denham/unshare-all-fixBjörn Schießle2014-01-161-4/+54
|\ \ | |/ |/| \OCP\Share::unshareAll() fix
| * updated the unit test for OCP\Share::unshareAll() to verify that shares by ↵ben-denham2014-01-101-4/+54
| | | | | | | | all users are removed for an item.
* | Merge pull request #6744 from owncloud/fix_ocs_response_messagesThomas Müller2014-01-151-11/+24
|\ \ | | | | | | keep response message
| * | extended test to also check the status messagesBjoern Schiessle2014-01-141-11/+24
| | |
* | | Merge pull request #6768 from owncloud/scanner-use-storage-mtimeVincent Petry2014-01-153-2/+19
|\ \ \ | | | | | | | | Use storage_mtime when determining if we can reuse cached data while scanning
| * | | update another testRobin Appelman2014-01-141-1/+1
| | | |
| * | | use different value for mtime and storage_mtime in testRobin Appelman2014-01-141-1/+1
| | | |
| * | | remove duplicate test classRobin Appelman2014-01-142-23/+17
| | | |
| * | | 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 size
| * | | Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-091-0/+45
| |/ / | | | | | | | | | | | | | | | The encrypted size was used when calculating folder sizes. This fix now also sums up the unencrypted size and shows that one when available.
* / / 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 command line option to get user number statistics
| * | add tests for user countingArthur Schiwon2014-01-081-0/+72
| |/
* | Prevent deleting storage rootVincent Petry2014-01-081-0/+42
| | | | | | | | | | | | | | | | Storage mount points are not deletable, so make sure that the unlink operation and its hooks aren't run in such cases. Note that some storages might recursively delete their contents when calling unlink on their root. This fix prevents that as well.
* | Merge pull request #6673 from ↵Vincent Petry2014-01-081-6/+12
|\ \ | | | | | | | | | | | | owncloud/master-quota-insufficientstorageforfilesfix Now also preventing to override "files" dir size with -1
| * | Now also preventing to override "files" dir size with -1Vincent Petry2014-01-071-6/+12
| | | | | | | | | | | | Fixes #6526
* | | Merge pull request #6565 from owncloud/enable-ldap-unit-tests-master-2Thomas Müller2014-01-071-0/+1
|\ \ \ | |/ / |/| | enable ldap tests
| * | enable ldap testsThomas Müller2013-12-241-0/+1
| | |
* | | Merge pull request #6290 from owncloud/files-androidcontentdispositionThomas Müller2014-01-071-0/+50
|\ \ \ | |_|/ |/| | Files androidcontentdisposition
| * | Added isUserAgent() method to requestVincent Petry2013-12-191-0/+50
| | | | | | | | | | | | | | | | | | - added isUserAgent() method to OC_Request which makes it possible to test it - OC_Response::setContentDisposition now uses OC_Request::isUserAgent()
* | | 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
|\ \ \ | | | | | | | | Re-add the config options to remove the ability for users to change their displayname
| * | | 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 tests
| * | | | Added test cleanup listener to detect untidy testsVincent Petry2013-12-192-0/+146
| |/ / / | | | | | | | | | | | | | | | | After each test suite, detects whether there are stray datafiles, hooks or proxies, then show a warning and clear them.
* | | | Merge pull request #6449 from owncloud/core-appsorderfixThomas Müller2013-12-242-1/+14
|\ \ \ \ | |_|_|/ |/| | | Fixed apps loading order
| * | | Fixed apps loading orderVincent Petry2013-12-202-1/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442
* / / 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
|\ \ | | | | | | DB tests: Test whether we can insert and read UTF8 data.
| * | 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
|/ /