Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update file system tests to take the master key into account | Bjoern Schiessle | 2017-07-06 | 1 | -1/+2 | |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | use unmasked permissions during scanning | Robin Appelman | 2017-05-18 | 1 | -0/+47 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Make sure we use a new encryption module all the time | Joas Schilling | 2017-04-20 | 1 | -7/+16 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Simplify the test | Joas Schilling | 2017-04-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Optimize put - Dont try to fetch filecache for not existing filecache in ↵ | Piotr M | 2017-04-12 | 1 | -4/+9 | |
| | | | | encription | |||||
* | Dont use the permissions mask while scanning | Robin Appelman | 2017-04-10 | 1 | -0/+12 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #2411 from nextcloud/fix-encryption-home-storage | Morris Jobke | 2016-12-05 | 1 | -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 cache | Bjoern Schiessle | 2016-11-29 | 1 | -0/+94 | |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | | update test | Robin Appelman | 2016-12-02 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Proper DI of config | Roeland Jago Douma | 2016-10-28 | 1 | -3/+3 | |
| | | | | | | * Fixed comments Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Fix getMock QuotaTest | Roeland Jago Douma | 2016-09-13 | 1 | -9/+9 | |
| | ||||||
* | File getMock Files tests | Roeland Jago Douma | 2016-09-07 | 1 | -8/+11 | |
| | ||||||
* | Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+203 | |
| | ||||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 6 | -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 |