Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add unit test for aes256/aes128 | Bjoern Schiessle | 2014-07-23 | 1 | -0/+32 |
| | |||||
* | update existing unit tests | Bjoern Schiessle | 2014-07-23 | 1 | -2/+2 |
| | |||||
* | add owner as parameter for delShareKey | Bjoern Schiessle | 2014-07-04 | 1 | -2/+2 |
| | |||||
* | unit tests | Bjoern Schiessle | 2014-06-27 | 1 | -19/+192 |
| | |||||
* | fix unit tests | Bjoern Schiessle | 2014-06-25 | 1 | -2/+2 |
| | |||||
* | always use a \OC\Files\View | Bjoern Schiessle | 2014-06-25 | 1 | -32/+33 |
| | |||||
* | add unit tests | Bjoern Schiessle | 2014-06-24 | 1 | -1/+29 |
| | |||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -3/+3 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+4 |
| | |||||
* | add function to extract filename from sharekey name + tests | Bjoern Schiessle | 2014-02-03 | 1 | -0/+20 |
| | |||||
* | Replaced time() with uniqid() to make sure the file name is unique | Vincent Petry | 2014-01-21 | 1 | -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_upload | Bjoern Schiessle | 2013-11-27 | 1 | -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 comments | Bjoern Schiessle | 2013-11-27 | 1 | -1/+1 |
| | | |||||
* | | public upload now also works with encryption enabled | Bjoern Schiessle | 2013-11-21 | 1 | -1/+3 |
|/ | |||||
* | fixing tests for the new part file handling | Bjoern Schiessle | 2013-11-12 | 1 | -17/+0 |
| | |||||
* | Merge pull request #4537 from owncloud/no-realpath | Thomas Müller | 2013-08-22 | 1 | -13/+13 |
|\ | | | | | Do not use realpath() on includes. | ||||
| * | Use __DIR__ instead of dirname(__FILE__). | Andreas Fischer | 2013-08-21 | 1 | -13/+13 |
| | | | | | | | | This is possible because we require PHP 5.3 or higher. | ||||
| * | Also remove other unnecessary realpath() calls. | Andreas Fischer | 2013-08-21 | 1 | -4/+4 |
| | | |||||
| * | Do not use realpath() on includes. | Andreas Fischer | 2013-08-21 | 1 | -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_again | Bjoern Schiessle | 2013-08-17 | 1 | -14/+4 |
|\| | | | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php | ||||
| * | adapt tests to the changes in crypt.php | Bjoern Schiessle | 2013-08-08 | 1 | -14/+4 |
| | | |||||
* | | fixing some unit tests | Bjoern Schiessle | 2013-07-30 | 1 | -4/+4 |
| | | |||||
* | | adapt unit tests to the modified stream wrapper | Bjoern Schiessle | 2013-07-30 | 1 | -1/+1 |
|/ | |||||
* | don't rely on admin user but create a test user for Test_Encryption_Keymanager | Thomas Müller | 2013-07-19 | 1 | -17/+15 |
| | |||||
* | add timeouts 3/30/90 to phpunit tests | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+18 |
| | |||||
* | added users for tests | Florin Peter | 2013-05-26 | 1 | -67/+68 |
| | | | | reformat code to meet coding guidelines | ||||
* | improved test | Florin Peter | 2013-05-26 | 1 | -94/+93 |
| | | | | | | - fixed testPermanentDeleteFile sometimes failed - speed optimization - reformat code | ||||
* | improved tests | Florin Peter | 2013-05-22 | 1 | -18/+59 |
| | |||||
* | reformat code added and changed phpdoc | Florin Peter | 2013-05-20 | 1 | -70/+77 |
| | |||||
* | cleanup tests | Florin Peter | 2013-05-19 | 1 | -1/+13 |
| | |||||
* | fixed again key-manager tests | Florin Peter | 2013-05-18 | 1 | -20/+14 |
| | |||||
* | fixed key-manager tests | Florin Peter | 2013-05-18 | 1 | -8/+15 |
| | |||||
* | removed mockery from tests and changed class names | Florin Peter | 2013-05-18 | 1 | -7/+2 |
| | |||||
* | improved tests | Florin Peter | 2013-05-17 | 1 | -0/+23 |
| | |||||
* | added tests for put content, get content, touch and fopen | Florin Peter | 2013-05-16 | 1 | -1/+1 |
| | |||||
* | improved files_encryption tests | Florin Peter | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | improved tests and added new tests for file rename and move | Florin Peter | 2013-05-15 | 1 | -8/+17 |
| | |||||
* | added helper | Florin Peter | 2013-05-09 | 1 | -0/+1 |
| | |||||
* | fixed some tests | Florin Peter | 2013-05-01 | 1 | -2/+5 |
| | |||||
* | revert changes to fbbc76f281f50afa3072d99e4e0d413df835b3d3 because master is ↵ | Florin Peter | 2013-05-01 | 1 | -5/+2 |
| | | | | very unstable right now | ||||
* | fixed tests after merge against master | Florin Peter | 2013-04-30 | 1 | -2/+5 |
| | |||||
* | improved key length tests | Florin Peter | 2013-04-30 | 1 | -5/+15 |
| | |||||
* | fixed tests, now tests should work via autotest.sh | Florin Peter | 2013-04-30 | 1 | -2/+2 |
| | | | | files_encryption app is now enabled in enable_all.php | ||||
* | rename folder to tests | Florin Peter | 2013-04-30 | 1 | -0/+143 |