summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix testLukas Reschke2015-06-171-1/+1
|
* Normalize path in View's lock methodsVincent Petry2015-06-161-0/+22
|
* Merge pull request #16892 from owncloud/lock-returnfullpathVincent Petry2015-06-161-0/+39
|\ | | | | Rethrow LockedException with full path
| * Rethrow LockedException with full pathVincent Petry2015-06-161-0/+39
| | | | | | | | | | Because the path is converted to md5 from the original exception, rethrow the exception with the correct full path
* | Merge pull request #16832 from owncloud/memcache-failJoas Schilling2015-06-161-22/+42
|\ \ | | | | | | Throw exception if memcache misconfigured or missing
| * | Throw exception if memcache misconfigured or missingVincent Petry2015-06-121-22/+42
| | | | | | | | | | | | | | | | | | Instead of falling back to null memcache, throw exceptions. Also throw file locking specific exceptions in case the class is not available.
* | | Merge pull request #16943 from owncloud/sabre-convertinvalidpathJoas Schilling2015-06-161-1/+1
|\ \ \ | | | | | | | | Convert invalid path exception to sabre exception on MOVE
| * | | Convert invalid path exception to sabre exception on MOVEVincent Petry2015-06-151-1/+1
| | |/ | |/|
* | | Adjust NullCache testsLukas Reschke2015-06-151-3/+1
| | |
* | | Add `no-store` to AppFrameworkLukas Reschke2015-06-151-1/+1
| | |
* | | Merge pull request #16821 from owncloud/compare-and-delete-locking-watchThomas Müller2015-06-151-0/+12
|\ \ \ | |/ / |/| | Compare and delete locking watch
| * | add compare-and-delete to the memcache interfaceRobin Appelman2015-06-121-0/+12
| | |
* | | Merge pull request #16912 from owncloud/webdav-smalltransferlockfixThomas Müller2015-06-152-0/+115
|\ \ \ | |/ / |/| | Webdav PUT small file lock must be shared during hooks
| * | Webdav PUT small file lock must be shared during hooksVincent Petry2015-06-122-0/+115
| | | | | | | | | | | | | | | | | | | | | | | | Fixed code path for Webdav PUT of small files to use shared locks during hook execution, and exclusive during the file operation This makes it possible for versions to be copied by accessing the file in a post_write hook.
* | | Merge pull request #16886 from owncloud/webdav-verify-path-againVincent Petry2015-06-121-6/+56
|\ \ \ | |/ / |/| | verify path when getting a node for sabredav
| * | tests for getNodeForPath with invalid pathRobin Appelman2015-06-111-6/+56
| |/
* / Add return value to lock methods and check it in testsJoas Schilling2015-06-121-8/+70
|/
* Merge pull request #16879 from jcfischer/jcf_fix_user_delete_messageLukas Reschke2015-06-111-1/+1
|\ | | | | Fix error message and add 'user' to it
| * Fix test message and add 'user' to itJens-Christian Fischer2015-06-111-1/+1
| |
* | Check the query() for all defined servicesJoas Schilling2015-06-111-1/+112
| |
* | Correctly import NullCache classJoas Schilling2015-06-111-0/+51
|/
* Merge pull request #16803 from ↵Thomas Müller2015-06-091-13/+46
|\ | | | | | | | | owncloud/issue/16801-group-reshare-part-file-enc-keys Check if the part files has keys when the original file does not
| * Add a test for the fallback to the part file keysJoas Schilling2015-06-081-13/+46
| |
* | Merge pull request #16382 from ↵Thomas Müller2015-06-0816-160/+1451
|\ \ | |/ |/| | | | | oparoz/providers-are-responsible-for-the-size-of-their-preview Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly
| * Fix max preview, some resizing and caching issues and force preview ↵Olivier Paroz2015-06-0616-160/+1451
| | | | | | | | | | | | | | | | | | | | providers to resize their previews properly * introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box * adds the method to all key providers so that they can do their job, as expected by the Preview class * improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space * fixes some long standing issues * **contains mostly tests**
* | Merge pull request #16158 from owncloud/mountprovider-after-setupThomas Müller2015-06-082-1/+43
|\ \ | | | | | | Call newly registered mount providers after the filesystem is setup
| * | more type hintsRobin Appelman2015-06-021-1/+1
| | |
| * | phpdoc, strict and type hintsRobin Appelman2015-06-021-0/+7
| | |
| * | call mount providers that are registered after the filesystem is setupRobin Appelman2015-06-021-0/+35
| | |
* | | Merge pull request #16402 from owncloud/issue-15956-slow-group-usercountThomas Müller2015-06-082-13/+14
|\ \ \ | |_|/ |/| | Sort user groups by group name and hide the user count
| * | Sort user groups by group name and hide the user countJoas Schilling2015-05-182-13/+14
| | |
* | | Merge pull request #16767 from owncloud/webdav-preventdeleterootLukas Reschke2015-06-051-24/+15
|\ \ \ | | | | | | | | Prevent deleting Webdav root
| * | | Fix sabre directory test casesVincent Petry2015-06-051-24/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - rely on a mock subfolder instead of the root - remove obsolete "Shared" limitation tests which did pass but not for the right reasons - added test for the prevention of root deletion
* | | | Merge pull request #16765 from owncloud/fix-chunked-upload-jenkinsThomas Müller2015-06-051-0/+78
|\ \ \ \ | |/ / / |/| | | Fix chunked upload jenkins
| * | | fix unit testThomas Müller2015-06-051-29/+22
| | | |
| * | | Bring back unit tests for \OC\Cache\FileThomas Müller2015-06-051-0/+85
| | | |
* | | | Add unit tests for InvalidPath Exception being thrownJoas Schilling2015-06-051-1/+27
|/ / /
* | | Merge pull request #15895 from owncloud/dav-getremoteetagJoas Schilling2015-06-031-0/+18
|\ \ \ | | | | | | | | Get etag from remote OC server
| * | | Disable update check test when testing wrappersVincent Petry2015-06-021-0/+3
| | | | | | | | | | | | | | | | | | | | The checkUpdate test is intended for testing real storages, not wrappers.
| * | | Added storage backend test for checkUpdateVincent Petry2015-06-021-0/+15
| | |/ | |/| | | | | | | | | | This helps testing whether checkUpdate properly returns false when no change exists
* | | Fix unit testsLukas Reschke2015-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Regression caused by https://github.com/owncloud/core/pull/16721 Failed the unit tests as per https://ci.owncloud.org/job/server-master-linux/database=sqlite,label=SLAVE/1994/testReport/junit/(root)/Test_Encryption_ManagerTest/testGetEncryptionModuleUnknown/: ``` Test\Encryption\ManagerTest::testGetEncryptionModuleUnknown Failed asserting that exception message 'Module with id: unknown does not exist.' contains 'Module with id: unknown does not exists.' ```
* | | use not deprecated method in testsMorris Jobke2015-06-031-1/+1
| | |
* | | Merge pull request #16714 from owncloud/fix-cors-testLukas Reschke2015-06-031-0/+7
|\ \ \ | | | | | | | | Fix #16713
| * | | fix #16713Bernhard Posselt2015-06-031-0/+7
| | | |
* | | | Merge pull request #16708 from owncloud/enc_fix_move_to_trashMorris Jobke2015-06-031-0/+39
|\ \ \ \ | | | | | | | | | | make sure that we always use the correct owner for both source and target
| * | | | make sure that we always use the correct owner for both source and targetBjoern Schiessle2015-06-031-0/+39
| |/ / /
* / / / Move the helpful method to the TestCase classJoas Schilling2015-06-0324-73/+87
|/ / /
* / / Add unit tests for wrapStorageJoas Schilling2015-06-021-0/+45
|/ /
* | Merge pull request #16200 from owncloud/kill-globalfilecacheMorris Jobke2015-06-024-259/+40
|\ \ | | | | | | Drop file caching
| * | add repair steps to get rid of old background jobsArthur Schiwon2015-05-121-0/+40
| | |