summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | dont delete cache entries if deleting an object from object store failedRobin Appelman2019-09-252-0/+79
| |/
* | adapt file hooks test to eventdispatcher utilizationArthur Schiwon2019-09-091-23/+66
* | adjust testsArthur Schiwon2019-08-261-41/+53
|/
* Merge pull request #16502 from nextcloud/bugfix/16474Morris Jobke2019-07-291-7/+14
|\
| * Check the if we can actually access the storage cache for recent filesJulius Härtl2019-07-241-7/+14
* | Remove deprecated searchByTagRoeland Jago Douma2019-07-262-121/+0
|/
* fix testsRobin Appelman2019-06-211-0/+3
* Check for free space on touchJulius Härtl2019-05-281-0/+5
* Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-061-0/+38
* Fix testsJulius Härtl2019-03-013-5/+8
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-015-20/+14
* Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma2019-02-151-49/+0