aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19346 from owncloud/drop-passwords-from-exception-logThomas Müller2015-09-251-0/+44
|\
| * Remove passwords from logged exception stack tracesMorris Jobke2015-09-241-0/+44
* | Merge pull request #19297 from owncloud/fix_19119Thomas Müller2015-09-251-0/+37
|\ \
| * | Do not blindy copy expiration date on reshareRoeland Jago Douma2015-09-251-0/+37
* | | Move the filtering of sensitive data to the config classJoas Schilling2015-09-251-9/+16
|/ /
* | Merge pull request #19306 from owncloud/app-code-check-versionThomas Müller2015-09-2410-0/+127
|\ \ | |/ |/|
| * [App Code Check] add check for version and mandatory fieldsMorris Jobke2015-09-2410-0/+127
* | Merge pull request #19335 from owncloud/phil-davis-view-typosThomas Müller2015-09-241-3/+3
|\ \
| * | Comment typos in tests/lib/files/view.phpPhil Davis2015-09-241-3/+3
* | | only check if the user exists if a user was added as parameterBjoern Schiessle2015-09-241-6/+10
* | | Merge pull request #19303 from owncloud/usecorrectvariableThomas Müller2015-09-241-0/+25
|\ \ \ | |/ / |/| |
| * | add is* storage testsJörn Friedrich Dreyer2015-09-231-0/+25
| |/
* | Merge pull request #19326 from owncloud/issue-19314-querybuilder-set-nullThomas Müller2015-09-241-0/+4
|\ \
| * | Allow `set('column', 'null')` to work like in DoctrineJoas Schilling2015-09-241-0/+4
| |/
* | Merge pull request #16479 from owncloud/core-fixgetrelativepathwrongmatchesThomas Müller2015-09-241-28/+103
|\ \ | |/ |/|
| * Add more tests for relativePathJoas Schilling2015-09-221-23/+91
| * Prevent wrong matches in getRelativePathVincent Petry2015-09-221-10/+17
* | Merge pull request #19236 from owncloud/call_dot_directories_functionThomas Müller2015-09-232-2/+2
|\ \
| * | Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-222-2/+2
* | | Merge pull request #19247 from owncloud/fix_locking_copy_operationThomas Müller2015-09-231-0/+43
|\ \ \ | |/ / |/| |
| * | catch excexptions during the copy operation and make sure that we free the lo...Bjoern Schiessle2015-09-221-0/+43
| |/
* | Move mimetype files into /resources/config/Lukas Reschke2015-09-221-31/+35
* | Move dummy backend to Tests namespaceLukas Reschke2015-09-2222-112/+281
|/
* Merge pull request #19221 from owncloud/improved_error_messagesThomas Müller2015-09-211-0/+15
|\
| * improved error message if user doesn't existsBjoern Schiessle2015-09-211-0/+15
* | Merge pull request #19081 from owncloud/prevent0bytedownloadsRobin Appelman2015-09-211-0/+17
|\ \ | |/ |/|
| * add unit testRobin Appelman2015-09-171-0/+17
* | Merge pull request #19148 from owncloud/issue-19113-stop-setting-single-user-...Thomas Müller2015-09-212-3/+8
|\ \
| * | Do not set single user in constructorJoas Schilling2015-09-182-3/+8
* | | Merge pull request #19098 from owncloud/db-lock-no-transactionThomas Müller2015-09-181-1/+55
|\ \ \
| * | | expire old lock rowsRobin Appelman2015-09-171-1/+55
| | |/ | |/|
* | | Merge pull request #18901 from owncloud/encryption-dav-testsThomas Müller2015-09-185-9/+143
|\ \ \
| * | | reuse the same datadirRobin Appelman2015-09-181-1/+2
| * | | Add tests for doing dav requests with encryption enabledRobin Appelman2015-09-181-0/+25
| * | | Add trait to enable encryption for a unit testRobin Appelman2015-09-181-0/+104
| * | | create new mounts every time the mount provider is calledRobin Appelman2015-09-181-2/+4
| * | | clear up tests a bitRobin Appelman2015-09-181-6/+8
| | |/ | |/|
* | | Add repair step for outdated OCS IDsLukas Reschke2015-09-181-0/+80
* | | Merge pull request #19017 from owncloud/dav-download-testsThomas Müller2015-09-182-1/+61
|\ \ \ | |/ / |/| |
| * | fix tests with empty response bodyRobin Appelman2015-09-161-1/+1
| * | Add tests for downloading files over davRobin Appelman2015-09-162-1/+61
* | | Add a Sabre plugin that emits an event for appsJoas Schilling2015-09-171-1/+2
| |/ |/|
* | Fix the singleuser config casing in new encryption codeJoas Schilling2015-09-172-6/+6
|/
* Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-161-1/+2
* Merge pull request #18938 from owncloud/occ_decrypt_all2Thomas Müller2015-09-164-2/+538
|\
| * occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-154-2/+538
* | Merge pull request #19052 from owncloud/revert-14856-remote_avatarsThomas Müller2015-09-161-17/+12
|\ \ | |/ |/|
| * Revert "Allow Remote avatars"Thomas Müller2015-09-151-17/+12
* | Merge pull request #18915 from owncloud/node-getfoldercontents-use-view-logicRobin Appelman2015-09-151-30/+7
|\ \
| * | Use the view logic for getFolderContent for the node apiRobin Appelman2015-09-081-30/+7