summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/keymanager.php
Commit message (Expand)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-411/+0
* Update license headersJenkins for ownCloud2015-03-261-4/+25
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+24
* cache keys to read them only once from the hard discBjoern Schiessle2014-12-191-9/+28
* Correctly namespace encryption testsJoas Schilling2014-12-091-26/+24
* Use self:: instead of the class name in encryption testsJoas Schilling2014-12-091-68/+68
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-20/+22
* upgrade to new folder structureBjoern Schiessle2014-12-021-21/+2
* change private/public key names for consistency reasonsBjoern Schiessle2014-11-261-4/+9
* new folder structure for keysBjoern Schiessle2014-11-261-205/+57
* Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-171-7/+12
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-8/+0
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-0/+8
* Fix share key finding algorithm in various casesVincent Petry2014-09-231-13/+47
* add unit test for aes256/aes128Bjoern Schiessle2014-07-231-0/+32
* update existing unit testsBjoern Schiessle2014-07-231-2/+2
* add owner as parameter for delShareKeyBjoern Schiessle2014-07-041-2/+2
* unit testsBjoern Schiessle2014-06-271-19/+192
* fix unit testsBjoern Schiessle2014-06-251-2/+2
* always use a \OC\Files\ViewBjoern Schiessle2014-06-251-32/+33
* add unit testsBjoern Schiessle2014-06-241-1/+29
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-3/+3
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+4
* add function to extract filename from sharekey name + testsBjoern Schiessle2014-02-031-0/+20
* Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry2014-01-211-2/+2
* Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle2013-11-271-1/+1
|\
| * some small changes according to the review commentsBjoern Schiessle2013-11-271-1/+1
* | public upload now also works with encryption enabledBjoern Schiessle2013-11-211-1/+3
|/
* fixing tests for the new part file handlingBjoern Schiessle2013-11-121-17/+0
* Merge pull request #4537 from owncloud/no-realpathThomas Müller2013-08-221-13/+13
|\
| * Use __DIR__ instead of dirname(__FILE__).Andreas Fischer2013-08-211-13/+13
| * Also remove other unnecessary realpath() calls.Andreas Fischer2013-08-211-4/+4
| * Do not use realpath() on includes.Andreas Fischer2013-08-211-9/+9
* | Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-171-14/+4
|\|
| * adapt tests to the changes in crypt.phpBjoern Schiessle2013-08-081-14/+4
* | fixing some unit testsBjoern Schiessle2013-07-301-4/+4
* | adapt unit tests to the modified stream wrapperBjoern Schiessle2013-07-301-1/+1
|/
* don't rely on admin user but create a test user for Test_Encryption_KeymanagerThomas Müller2013-07-191-17/+15
* add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-101-0/+18
* added users for testsFlorin Peter2013-05-261-67/+68
* improved testFlorin Peter2013-05-261-94/+93
* improved testsFlorin Peter2013-05-221-18/+59
* reformat code added and changed phpdocFlorin Peter2013-05-201-70/+77
* cleanup testsFlorin Peter2013-05-191-1/+13
* fixed again key-manager testsFlorin Peter2013-05-181-20/+14
* fixed key-manager testsFlorin Peter2013-05-181-8/+15
* removed mockery from tests and changed class namesFlorin Peter2013-05-181-7/+2
* improved testsFlorin Peter2013-05-171-0/+23
* added tests for put content, get content, touch and fopenFlorin Peter2013-05-161-1/+1