summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add endpoint with list of OCS providersLukas Reschke2015-06-273-0/+172
* Merge pull request #17191 from owncloud/issue-17188-group-share-part-fileThomas Müller2015-06-261-8/+18
|\
| * Correctly check if the real file exists, otherwise try the part fileJoas Schilling2015-06-261-8/+18
* | Merge pull request #17008 from owncloud/fix-17006Björn Schießle2015-06-262-26/+76
|\ \ | |/ |/|
| * Use \OC\HintException and translate the hintJoas Schilling2015-06-222-1/+30
| * Merge spliteUserRemote with fixRemoteUrlInShareWithJoas Schilling2015-06-221-49/+31
| * make sure that we split username and server address at the first '@' from the...Bjoern Schiessle2015-06-221-0/+39
* | Merge pull request #17070 from owncloud/lock-movemountbugVincent Petry2015-06-241-0/+91
|\ \
| * | Fix locked paths in the moveMount caseVincent Petry2015-06-241-0/+91
* | | Merge pull request #17045 from owncloud/enc_improvementsBjörn Schießle2015-06-231-3/+60
|\ \ \
| * | | make sure that we always read the header from the original fileBjoern Schiessle2015-06-231-3/+60
* | | | Make an assertion in risky test testGetNodeForPathRootJoas Schilling2015-06-221-1/+2
| |_|/ |/| |
* | | Merge pull request #12546 from oparoz/patch-1Björn Schießle2015-06-221-0/+20
|\ \ \ | |_|/ |/| |
| * | Remove unneeded returns from private cropping methodsOlivier Paroz2015-06-191-4/+3
| * | Move media type icon preview creation to its own methodOlivier Paroz2015-06-181-0/+21
* | | Merge pull request #16657 from owncloud/view-emit-pathThomas Müller2015-06-221-0/+29
|\ \ \
| * | | emit hooks from a view as long as the path is inside the default rootRobin Appelman2015-06-021-0/+29
* | | | Merge pull request #17056 from owncloud/appframework-type-castBernhard Posselt2015-06-221-0/+14
|\ \ \ \
| * | | | AppFramework annotation whitespace unit testRobin McCorkell2015-06-211-0/+14
| | |_|/ | |/| |
* | | | Merge pull request #17025 from owncloud/sftp-rmdir-emptydirRobin McCorkell2015-06-211-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Workaround for empty dir deletion for SFTPVincent Petry2015-06-181-0/+7
* | | | Merge pull request #16889 from owncloud/group-sorting-fixesJoas Schilling2015-06-191-1/+95
|\ \ \ \ | |/ / / |/| | |
| * | | Only sort by group name when LDAP is involvedJoas Schilling2015-06-161-1/+95
* | | | 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 pathVincent Petry2015-06-161-0/+39
* | | | Merge pull request #16832 from owncloud/memcache-failJoas Schilling2015-06-161-22/+42
|\ \ \ \
| * | | | Throw exception if memcache misconfigured or missingVincent Petry2015-06-121-22/+42
* | | | | Merge pull request #16943 from owncloud/sabre-convertinvalidpathJoas Schilling2015-06-161-1/+1
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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 hooksVincent Petry2015-06-122-0/+115
* | | | Merge pull request #16886 from owncloud/webdav-verify-path-againVincent Petry2015-06-121-6/+56
|\ \ \ \ | |/ / / |/| | |
| * | | 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 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 owncloud/issue/16801-group-reshare-part-file-e...Thomas Müller2015-06-091-13/+46
|\ \
| * | Add a test for the fallback to the part file keysJoas Schilling2015-06-081-13/+46
* | | Merge pull request #16382 from oparoz/providers-are-responsible-for-the-size-...Thomas Müller2015-06-0816-160/+1451
|\ \ \ | |/ / |/| |
| * | Fix max preview, some resizing and caching issues and force preview providers...Olivier Paroz2015-06-0616-160/+1451
* | | Merge pull request #16158 from owncloud/mountprovider-after-setupThomas Müller2015-06-082-1/+43
|\ \ \
| * | | more type hintsRobin Appelman2015-06-021-1/+1