summaryrefslogtreecommitdiffstats
path: root/tests/lib/traits
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-203-194/+0
| | | | | | | | | | | | | | | | | | | | * 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
* Merge pull request #22791 from owncloud/enc_master_key_improvementsVincent Petry2016-04-211-1/+1
|\ | | | | Enc master key improvements
| * only create and update user specific key if no master key is enabledBjoern Schiessle2016-03-181-1/+1
| |
* | fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-8/+8
|/ | | | | | in order to create a 1:1 copy of a file if a version gets created we need to store this information on copyBetweenStorage(). This allows us to by-pass the encryption wrapper if we read the source file.
* Move dummy backend to Tests namespaceLukas Reschke2015-09-221-2/+2
|
* Add trait to enable encryption for a unit testRobin Appelman2015-09-181-0/+104
|
* create new mounts every time the mount provider is calledRobin Appelman2015-09-181-2/+4
| | | | important for storage wrappers
* add test mountprovider logic to a traitRobin Appelman2015-08-201-0/+56
|
* allow moving common test logic into traitsRobin Appelman2015-08-201-0/+32