Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test | Lukas Reschke | 2015-06-17 | 1 | -1/+1 |
| | |||||
* | Normalize path in View's lock methods | Vincent Petry | 2015-06-16 | 1 | -0/+22 |
| | |||||
* | Merge pull request #16892 from owncloud/lock-returnfullpath | Vincent Petry | 2015-06-16 | 1 | -0/+39 |
|\ | | | | | Rethrow LockedException with full path | ||||
| * | Rethrow LockedException with full path | Vincent Petry | 2015-06-16 | 1 | -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-fail | Joas Schilling | 2015-06-16 | 1 | -22/+42 |
|\ \ | | | | | | | Throw exception if memcache misconfigured or missing | ||||
| * | | Throw exception if memcache misconfigured or missing | Vincent Petry | 2015-06-12 | 1 | -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-convertinvalidpath | Joas Schilling | 2015-06-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Convert invalid path exception to sabre exception on MOVE | ||||
| * | | | Convert invalid path exception to sabre exception on MOVE | Vincent Petry | 2015-06-15 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Adjust NullCache tests | Lukas Reschke | 2015-06-15 | 1 | -3/+1 |
| | | | |||||
* | | | Add `no-store` to AppFramework | Lukas Reschke | 2015-06-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #16821 from owncloud/compare-and-delete-locking-watch | Thomas Müller | 2015-06-15 | 1 | -0/+12 |
|\ \ \ | |/ / |/| | | Compare and delete locking watch | ||||
| * | | add compare-and-delete to the memcache interface | Robin Appelman | 2015-06-12 | 1 | -0/+12 |
| | | | |||||
* | | | Merge pull request #16912 from owncloud/webdav-smalltransferlockfix | Thomas Müller | 2015-06-15 | 2 | -0/+115 |
|\ \ \ | |/ / |/| | | Webdav PUT small file lock must be shared during hooks | ||||
| * | | Webdav PUT small file lock must be shared during hooks | Vincent Petry | 2015-06-12 | 2 | -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-again | Vincent Petry | 2015-06-12 | 1 | -6/+56 |
|\ \ \ | |/ / |/| | | verify path when getting a node for sabredav | ||||
| * | | tests for getNodeForPath with invalid path | Robin Appelman | 2015-06-11 | 1 | -6/+56 |
| |/ | |||||
* / | Add return value to lock methods and check it in tests | Joas Schilling | 2015-06-12 | 1 | -8/+70 |
|/ | |||||
* | Merge pull request #16879 from jcfischer/jcf_fix_user_delete_message | Lukas Reschke | 2015-06-11 | 1 | -1/+1 |
|\ | | | | | Fix error message and add 'user' to it | ||||
| * | Fix test message and add 'user' to it | Jens-Christian Fischer | 2015-06-11 | 1 | -1/+1 |
| | | |||||
* | | Check the query() for all defined services | Joas Schilling | 2015-06-11 | 1 | -1/+112 |
| | | |||||
* | | Correctly import NullCache class | Joas Schilling | 2015-06-11 | 1 | -0/+51 |
|/ | |||||
* | Merge pull request #16803 from ↵ | Thomas Müller | 2015-06-09 | 1 | -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 keys | Joas Schilling | 2015-06-08 | 1 | -13/+46 |
| | | |||||
* | | Merge pull request #16382 from ↵ | Thomas Müller | 2015-06-08 | 16 | -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 Paroz | 2015-06-06 | 16 | -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-setup | Thomas Müller | 2015-06-08 | 2 | -1/+43 |
|\ \ | | | | | | | Call newly registered mount providers after the filesystem is setup | ||||
| * | | more type hints | Robin Appelman | 2015-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | phpdoc, strict and type hints | Robin Appelman | 2015-06-02 | 1 | -0/+7 |
| | | | |||||
| * | | call mount providers that are registered after the filesystem is setup | Robin Appelman | 2015-06-02 | 1 | -0/+35 |
| | | | |||||
* | | | Merge pull request #16402 from owncloud/issue-15956-slow-group-usercount | Thomas Müller | 2015-06-08 | 2 | -13/+14 |
|\ \ \ | |_|/ |/| | | Sort user groups by group name and hide the user count | ||||
| * | | Sort user groups by group name and hide the user count | Joas Schilling | 2015-05-18 | 2 | -13/+14 |
| | | | |||||
* | | | Merge pull request #16767 from owncloud/webdav-preventdeleteroot | Lukas Reschke | 2015-06-05 | 1 | -24/+15 |
|\ \ \ | | | | | | | | | Prevent deleting Webdav root | ||||
| * | | | Fix sabre directory test cases | Vincent Petry | 2015-06-05 | 1 | -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-jenkins | Thomas Müller | 2015-06-05 | 1 | -0/+78 |
|\ \ \ \ | |/ / / |/| | | | Fix chunked upload jenkins | ||||
| * | | | fix unit test | Thomas Müller | 2015-06-05 | 1 | -29/+22 |
| | | | | |||||
| * | | | Bring back unit tests for \OC\Cache\File | Thomas Müller | 2015-06-05 | 1 | -0/+85 |
| | | | | |||||
* | | | | Add unit tests for InvalidPath Exception being thrown | Joas Schilling | 2015-06-05 | 1 | -1/+27 |
|/ / / | |||||
* | | | Merge pull request #15895 from owncloud/dav-getremoteetag | Joas Schilling | 2015-06-03 | 1 | -0/+18 |
|\ \ \ | | | | | | | | | Get etag from remote OC server | ||||
| * | | | Disable update check test when testing wrappers | Vincent Petry | 2015-06-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | The checkUpdate test is intended for testing real storages, not wrappers. | ||||
| * | | | Added storage backend test for checkUpdate | Vincent Petry | 2015-06-02 | 1 | -0/+15 |
| | |/ | |/| | | | | | | | | | | This helps testing whether checkUpdate properly returns false when no change exists | ||||
* | | | Fix unit tests | Lukas Reschke | 2015-06-03 | 1 | -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 tests | Morris Jobke | 2015-06-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #16714 from owncloud/fix-cors-test | Lukas Reschke | 2015-06-03 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | Fix #16713 | ||||
| * | | | fix #16713 | Bernhard Posselt | 2015-06-03 | 1 | -0/+7 |
| | | | | |||||
* | | | | Merge pull request #16708 from owncloud/enc_fix_move_to_trash | Morris Jobke | 2015-06-03 | 1 | -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 target | Bjoern Schiessle | 2015-06-03 | 1 | -0/+39 |
| |/ / / | |||||
* / / / | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 24 | -73/+87 |
|/ / / | |||||
* / / | Add unit tests for wrapStorage | Joas Schilling | 2015-06-02 | 1 | -0/+45 |
|/ / | |||||
* | | Merge pull request #16200 from owncloud/kill-globalfilecache | Morris Jobke | 2015-06-02 | 4 | -259/+40 |
|\ \ | | | | | | | Drop file caching | ||||
| * | | add repair steps to get rid of old background jobs | Arthur Schiwon | 2015-05-12 | 1 | -0/+40 |
| | | |