aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke2021-04-061-4/+14
|\
| * Update EncryptionTest.phpJasper Knockaert2021-01-051-3/+3
| * 2nd attempt to fix testsJasper Knockaert2021-01-051-7/+11
| * attemtp to fix testJasper Knockaert2021-01-051-1/+7
* | Set umask before operations that create local filesRobin Appelman2021-03-231-3/+34
* | handle ordering in folder searchRobin Appelman2021-03-191-20/+34
* | folder filtering in sqlRobin Appelman2021-03-191-1/+0
* | cleanup fileinfo creationRobin Appelman2021-03-191-60/+30
* | handle limit and offset in folder file searchRobin Appelman2021-03-181-41/+157
* | only require user to be set in a query that handles tagsRobin Appelman2021-03-181-16/+11
* | Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry2021-03-151-0/+70
|\ \
| * | fix search in nested jailsRobin Appelman2021-01-261-0/+18
| * | fix cachjail searching for rootRobin Appelman2021-01-261-2/+17
| * | do cachejail search filtering in sqlRobin Appelman2021-01-261-0/+37
* | | apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-091-0/+24
* | | Add some typing to SharedStorageRoeland Jago Douma2021-03-041-5/+4
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-185-26/+26
* | | Cache the user backend info for 300sJoas Schilling2021-02-153-5/+28
|/ /
* | Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-2/+2
* | Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-1/+2
* | Fix writeStream mockingJulius Härtl2021-01-051-1/+1
|/
* Replace static call to Share::unshare with ShareManager->deleteShare in testsMorris Jobke2020-11-301-1/+3
* use in objectstore copyRobin Appelman2020-11-243-0/+24
* Don't leave cursors open when tests failJoas Schilling2020-11-092-2/+9
* Use query builder instead of OC_DB in OC\Files\*Joas Schilling2020-11-091-11/+15
* Fix code styleMorris Jobke2020-09-091-1/+0
* Make sure tests cover the new mkdir behaviour on 0 quotaJulius Härtl2020-09-081-1/+11
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1213-117/+117
* Add config option to enable multibucket preview distributionMorris Jobke2020-08-061-14/+21
* Mount the old previews in a separate folder for the multi bucket setup and ch...Morris Jobke2020-08-061-0/+106
* use exceptions for error signaling in writeStreamRobin Appelman2020-07-231-1/+0
* rollback cache rename if trashbin move failsRobin Appelman2020-07-231-7/+2
* Merge pull request #21360 from nextcloud/root-storage-prevent-scanningRoeland Jago Douma2020-07-021-0/+59
|\
| * prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-111-0/+59
* | Fix testsJoas Schilling2020-06-241-1/+0
* | Update share type constant usageJoas Schilling2020-06-241-5/+5
|/
* Add lazy events for the Node APIRoeland Jago Douma2020-05-281-38/+97
* Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-301-0/+15
* Run cs:fix and fix HashWrapper codeMorris Jobke2020-04-151-1/+3
* Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-131-0/+55
* Add visibility to all constantsChristoph Wurst2020-04-102-4/+4
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-1010-39/+39
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1022-51/+31
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-096-15/+15
* Use a blank line after the opening tagChristoph Wurst2020-04-094-3/+10
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-094-4/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Merge pull request #20033 from nextcloud/s3-seekable-streamRoeland Jago Douma2020-04-062-4/+20
|\