summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Remove unused importsChristoph Wurst2020-03-2510-16/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2630-326/+326
* | Merge pull request #20172 from nextcloud/techdebt/phpunit-short-returnChristoph Wurst2020-03-2612-215/+215
|\ \
| * | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-2512-215/+215
| |/
* / Use lowercase true, false and null constantsChristoph Wurst2020-03-251-2/+2
|/
* better tests for SimpleFolderRobin Appelman2020-02-281-71/+48
* Add typed events for the filesystem/scannerChristoph Wurst2019-12-132-9/+11
* REVERT ME: comment out failing gz detection testRoeland Jago Douma2019-12-121-1/+1
* Update the unit test to dataProvidersJoas Schilling2019-12-101-42/+77
* Move custom definition logic into methodDaniel Kesselberg2019-12-091-3/+2
* Ensure that we don't merge broken json.Daniel Kesselberg2019-12-091-8/+14
* Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-041-0/+11
|\
| * dont set folder size to negative values during propagationRobin Appelman2019-11-261-0/+11
* | Merge pull request #18028 from nextcloud/enhancement/user-create-eventsRoeland Jago Douma2019-12-033-5/+8
|\ \
| * | Add typed create user eventsChristoph Wurst2019-12-033-5/+8
* | | Fix testsJohn Molakvoæ (skjnldsv)2019-12-021-2/+4
|/ /
* | Mode to modern phpunitRoeland Jago Douma2019-11-2728-172/+186
* | More fixesRoeland Jago Douma2019-11-271-6/+15
* | More fixesRoeland Jago Douma2019-11-271-2/+6
* | Make phpunit8 compatibleRoeland Jago Douma2019-11-2743-66/+66
* | Files first to use own GenericEventArthur Schiwon2019-11-262-4/+8
|/
* Some php-cs fixesRoeland Jago Douma2019-11-2217-13/+15
* fix folder deleteRobin Appelman2019-11-131-0/+2
* dont create empty filecache extended rowsRobin Appelman2019-11-131-1/+8
* expose filecache extension data in FileInfoRobin Appelman2019-11-131-213/+236
* store filecache extension fieldsRobin Appelman2019-11-131-0/+61
* Merge pull request #17264 from nextcloud/move-from-storage-wrappersRoeland Jago Douma2019-09-261-20/+97
|\
| * handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman2019-09-251-20/+97
* | Merge pull request #17262 from nextcloud/objectstore-remove-cache-on-deleteRoeland Jago Douma2019-09-262-0/+79
|\ \