aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Storage/Wrapper
Commit message (Collapse)AuthorAgeFilesLines
...
* update file system tests to take the master key into accountBjoern Schiessle2017-07-061-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* use unmasked permissions during scanningRobin Appelman2017-05-181-0/+47
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Make sure we use a new encryption module all the timeJoas Schilling2017-04-201-7/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Simplify the testJoas Schilling2017-04-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Optimize put - Dont try to fetch filecache for not existing filecache in ↵Piotr M2017-04-121-4/+9
| | | | encription
* Dont use the permissions mask while scanningRobin Appelman2017-04-101-0/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #2411 from nextcloud/fix-encryption-home-storageMorris Jobke2016-12-051-0/+94
|\ | | | | check if the file should really be encrypted before we update the file cache
| * check if the file should really be encrypted before we update the file cacheBjoern Schiessle2016-11-291-0/+94
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | update testRobin Appelman2016-12-021-1/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Proper DI of configRoeland Jago Douma2016-10-281-3/+3
| | | | | | * Fixed comments Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix getMock QuotaTestRoeland Jago Douma2016-09-131-9/+9
|
* File getMock Files testsRoeland Jago Douma2016-09-071-8/+11
|
* Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4Joas Schilling2016-05-251-0/+203
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-206-0/+1480
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader