summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/keymanager.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | The cache isn't cleared properly because unlink() doesn't remove the cache entry which caused side-effects when reusing the same file name (which randomly happens when time() returns the same value) This fix first makes sure the unit tests don't fail any more. The unlink() case with the cache will be investigated separately.
* Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle2013-11-271-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/helper.php apps/files_encryption/lib/keymanager.php apps/files_encryption/lib/stream.php apps/files_encryption/lib/util.php apps/files_encryption/tests/keymanager.php
| * 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
|\ | | | | Do not use realpath() on includes.
| * Use __DIR__ instead of dirname(__FILE__).Andreas Fischer2013-08-211-13/+13
| | | | | | | | This is possible because we require PHP 5.3 or higher.
| * Also remove other unnecessary realpath() calls.Andreas Fischer2013-08-211-4/+4
| |
| * Do not use realpath() on includes.Andreas Fischer2013-08-211-9/+9
| | | | | | | | | | | | | | If the file does not exist, realpath() returns false and "include false;" produces "Failed opening '' for inclusion" which is a useless error message. 'include' works just fine with symlinks, "./" and "../".
* | Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-171-14/+4
|\| | | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php
| * 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
| | | | reformat code to meet coding guidelines
* improved testFlorin Peter2013-05-261-94/+93
| | | | | | - fixed testPermanentDeleteFile sometimes failed - speed optimization - reformat code
* 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
|
* improved files_encryption testsFlorin Peter2013-05-151-1/+1
|
* improved tests and added new tests for file rename and moveFlorin Peter2013-05-151-8/+17
|
* added helperFlorin Peter2013-05-091-0/+1
|
* fixed some testsFlorin Peter2013-05-011-2/+5
|
* revert changes to fbbc76f281f50afa3072d99e4e0d413df835b3d3 because master is ↵Florin Peter2013-05-011-5/+2
| | | | very unstable right now
* fixed tests after merge against masterFlorin Peter2013-04-301-2/+5
|
* improved key length testsFlorin Peter2013-04-301-5/+15
|
* fixed tests, now tests should work via autotest.shFlorin Peter2013-04-301-2/+2
| | | | files_encryption app is now enabled in enable_all.php
* rename folder to testsFlorin Peter2013-04-301-0/+143