aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-204-19/+15
* fix using FSEEK_END with SeekableHttpStream to get file sizeRobin Appelman2022-09-151-0/+14
* get quota for user only when neededRobin Appelman2022-09-011-84/+0
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-021-3/+4
* Fix codestyleCôme Chilliet2022-03-241-1/+0
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-7/+6
* Normalize directory entries in Encoding wrapperVincent Petry2021-11-171-1/+43
* Merge pull request #27440 from nextcloud/is-file-handleJohn Molakvoæ2021-10-231-2/+2
|\
| * Update Testsacsfer2021-10-221-1/+1
| * Tests updateacsfer2021-08-151-1/+1
* | ciRobin Appelman2021-10-151-0/+3
* | explicitly close source stream on local storageDaniel Kesselberg2021-09-211-1/+2
|/
* 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
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* | Cache the user backend info for 300sJoas Schilling2021-02-151-3/+19
|/
* 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-121-17/+17
* Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-301-0/+15
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-19/+17
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-8/+8
* Use the short array syntax, everywhereChristoph Wurst2020-03-268-68/+68
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-5/+5
* Add typed create user eventsChristoph Wurst2019-12-031-3/+4
* Mode to modern phpunitRoeland Jago Douma2019-11-275-19/+22
* More fixesRoeland Jago Douma2019-11-271-6/+15
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2711-19/+19
* Some php-cs fixesRoeland Jago Douma2019-11-223-3/+1
* 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
* | adjust testsArthur Schiwon2019-08-261-41/+53
|/
* Check for free space on touchJulius Härtl2019-05-281-0/+5
* Fix testsJulius Härtl2019-03-011-3/+4
* fix writeStream for jail wrapperRobin Appelman2018-10-311-0/+17
* Remove HHVM checkChristoph Wurst2018-10-091-1/+1
* Do not allow folder creation with quota of 0Roeland Jago Douma2018-05-031-0/+5
* Fix testsRoeland Jago Douma2018-04-041-0/+4
* reset encryptionVersion to '1' if a file was stream copied, because this mean...Bjoern Schiessle2018-04-031-1/+1
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+1
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-12/+4
* Use ::class in test mocks of encryption appMorris Jobke2017-10-261-4/+4
* Use ::class in test mocksMorris Jobke2017-10-242-2/+3
* Fix encryption testRoeland Jago Douma2017-08-091-2/+3
* Fix scan permissions with nested permissions masksRobin Appelman2017-07-131-0/+15