aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/encryption/keys
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-513/+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
* Fix file name in tests/lib/encryptionJoas Schilling2016-05-181-0/+0
|
* make system root of key storage configurableBjoern Schiessle2015-08-301-6/+53
|
* Add a test for the fallback to the part file keysJoas Schilling2015-06-081-13/+46
|
* use not deprecated method in testsMorris Jobke2015-06-031-1/+1
|
* Merge pull request #16708 from owncloud/enc_fix_move_to_trashMorris Jobke2015-06-031-0/+39
|\ | | | | make sure that we always use the correct owner for both source and target
| * make sure that we always use the correct owner for both source and targetBjoern Schiessle2015-06-031-0/+39
| |
* | Move the helpful method to the TestCase classJoas Schilling2015-06-031-1/+1
|/
* Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storagesVincent Petry2015-05-281-12/+28
|\ | | | | [encryption] fix move versions between storages
| * distinguish between source and target mount point to allow copy/rename ↵Bjoern Schiessle2015-05-211-12/+28
| | | | | | | | between system wide mount points and user specific mountpoints
* | remove part file extension before we read a filekey to reuse a existing key ↵Bjoern Schiessle2015-05-221-1/+3
|/ | | | if possible, otherwise stuff like versioning will break
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-14/+13
|
* Check if the key exists, before trying to delete itJoas Schilling2015-04-091-0/+16
|
* add unit tests to the keystorageBjoern Schiessle2015-04-071-40/+45
|
* implement webdav copyBjoern Schiessle2015-04-071-0/+76
|
* implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-261-0/+280
encryption modules