summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-08-091-68/+30
* add test for searching within a "root jail"Robin Appelman2021-07-291-0/+18
* Run s3 tests againJulius Härtl2021-07-051-6/+1
* Set umask before operations that create local filesRobin Appelman2021-06-041-3/+34
* handle ordering in folder searchRobin Appelman2021-03-231-20/+34
* folder filtering in sqlRobin Appelman2021-03-231-1/+0
* cleanup fileinfo creationRobin Appelman2021-03-231-60/+30
* handle limit and offset in folder file searchRobin Appelman2021-03-231-41/+157
* only require user to be set in a query that handles tagsRobin Appelman2021-03-231-16/+11
* Merge pull request #26090 from nextcloud/backport/25722/stable21Morris Jobke2021-03-171-0/+24
|\
| * apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-121-0/+24
* | fix search in nested jailsRobin Appelman2021-03-151-0/+18
* | fix cachjail searching for rootRobin Appelman2021-03-151-2/+17
* | do cachejail search filtering in sqlRobin Appelman2021-03-151-0/+37
|/
* Cache the user backend info for 300sJoas Schilling2021-02-173-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
|\
| * add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman2020-04-012-4/+20
* | fix testsRobin Appelman2020-04-011-6/+26
|/
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-2710-16/+0
|\