Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 1 | -678/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+25 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -26/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+26 |
| | |||||
* | first step to drop \OCP\Config:: in favour of IConfig | Morris Jobke | 2014-12-17 | 1 | -7/+12 |
| | |||||
* | Correctly namespace encryption tests | Joas Schilling | 2014-12-09 | 1 | -27/+27 |
| | |||||
* | Use self:: instead of the class name in encryption tests | Joas Schilling | 2014-12-09 | 1 | -5/+5 |
| | |||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -21/+21 |
| | |||||
* | upgrade to new folder structure | Bjoern Schiessle | 2014-12-02 | 1 | -22/+0 |
| | |||||
* | new folder structure for keys | Bjoern Schiessle | 2014-11-26 | 1 | -16/+0 |
| | | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey | ||||
* | Fix single run of encryption tests and usages of uniqid() and fopen() | Joas Schilling | 2014-11-17 | 1 | -42/+51 |
| | |||||
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -10/+0 |
| | | | | take care of this | ||||
* | make tests compatible with hook based skeleton generation | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -0/+8 |
| | |||||
* | login as user1 before performing a test | Bjoern Schiessle | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | add unit test for aes256/aes128 | Bjoern Schiessle | 2014-07-23 | 1 | -0/+160 |
| | |||||
* | update existing unit tests | Bjoern Schiessle | 2014-07-23 | 1 | -120/+9 |
| | |||||
* | check that the file proxies are enabled after each test | Bjoern Schiessle | 2014-07-17 | 1 | -0/+2 |
| | |||||
* | remove pointless require of Blowfish.php | Thomas Müller | 2014-07-10 | 1 | -1/+0 |
| | |||||
* | Kill legacy encryption migration | Thomas Müller | 2014-07-08 | 1 | -42/+0 |
| | |||||
* | use phpseclib from 3rdparty | Thomas Müller | 2014-06-03 | 1 | -1/+1 |
| | | | | rename class Crypt_Blowfish to Legacy_Crypt_Blowfish | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -5/+5 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -4/+4 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | Replaced time() with uniqid() to make sure the file name is unique | Vincent Petry | 2014-01-21 | 1 | -17/+17 |
| | | | | | | | | | 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. | ||||
* | some small changes according to the review comments | Bjoern Schiessle | 2013-11-27 | 1 | -2/+2 |
| | |||||
* | adapt tests to the new code | Bjoern Schiessle | 2013-11-20 | 1 | -9/+13 |
| | |||||
* | Merge pull request #4537 from owncloud/no-realpath | Thomas Müller | 2013-08-22 | 1 | -15/+15 |
|\ | | | | | Do not use realpath() on includes. | ||||
| * | Use __DIR__ instead of dirname(__FILE__). | Andreas Fischer | 2013-08-21 | 1 | -15/+15 |
| | | | | | | | | This is possible because we require PHP 5.3 or higher. | ||||
| * | Also remove other unnecessary realpath() calls. | Andreas Fischer | 2013-08-21 | 1 | -5/+5 |
| | | |||||
| * | Do not use realpath() on includes. | Andreas Fischer | 2013-08-21 | 1 | -10/+10 |
| | | | | | | | | | | | | | | 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 | -230/+28 |
|\| | | | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php | ||||
| * | fixing typos and PHPDoc | Thomas Müller | 2013-08-08 | 1 | -3/+4 |
| | | |||||
| * | adapt tests to the changes in crypt.php | Bjoern Schiessle | 2013-08-08 | 1 | -230/+27 |
| | | |||||
* | | adapt unit tests to the modified stream wrapper | Bjoern Schiessle | 2013-07-30 | 1 | -18/+18 |
|/ | |||||
* | Merge branch 'master' into files_encryption_check_private_key | Björn Schießle | 2013-06-13 | 1 | -18/+0 |
|\ | | | | | | | | | | | Conflicts: apps/files_encryption/appinfo/app.php apps/files_encryption/lib/util.php | ||||
| * | LegacyKeyRecryptKeyfileEncrypt() no longer exists, so test can be removed | Björn Schießle | 2013-06-13 | 1 | -18/+0 |
| | | |||||
* | | Merge branch 'master' into files_encryption_check_private_key | Björn Schießle | 2013-06-11 | 1 | -0/+68 |
|\| | | | | | | | | | Conflicts: apps/files_encryption/tests/crypt.php | ||||
| * | add timeouts 3/30/90 to phpunit tests | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+67 |
| | | |||||
* | | reformat code | Florin Peter | 2013-06-03 | 1 | -2/+1 |
| | | |||||
* | | use generated private key fro m setUp() | Björn Schießle | 2013-06-03 | 1 | -4/+2 |
| | | |||||
* | | added test for decryptPrivateKey() | Björn Schießle | 2013-06-03 | 1 | -0/+18 |
|/ | |||||
* | Merge branch 'master' into remove_unused_vars | Florin Peter | 2013-05-29 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/proxy.php apps/files_encryption/lib/session.php apps/files_encryption/lib/stream.php | ||||
| * | fixed encryption session namespace to avoid problems | Florin Peter | 2013-05-28 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into remove_unused_vars | Björn Schießle | 2013-05-27 | 1 | -3/+3 |
|\| | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/crypt.php apps/files_encryption/lib/proxy.php | ||||
| * | make legacyDecrypt() private als always call legacyBlockDecrypt() from other ↵ | Björn Schießle | 2013-05-27 | 1 | -3/+3 |
| | | | | | | | | classes | ||||
* | | fix tests, after unused variables are removed | Björn Schießle | 2013-05-27 | 1 | -1/+1 |
|/ | |||||
* | added users for tests | Florin Peter | 2013-05-26 | 1 | -229/+230 |
| | | | | reformat code to meet coding guidelines | ||||
* | improved test | Florin Peter | 2013-05-26 | 1 | -289/+264 |
| | | | | | | - fixed testPermanentDeleteFile sometimes failed - speed optimization - reformat code | ||||
* | improved tests | Florin Peter | 2013-05-22 | 1 | -88/+1 |
| |