Commit Graph

78 Commits (1b2e60b53d199dfc6534d32efbdccd2bce99ce8a)

Author SHA1 Message Date
Bjoern Schiessle aea991c22e cache keys to read them only once from the hard disc 11 years ago
Joas Schilling b85e34c1da Correctly namespace encryption tests 11 years ago
Joas Schilling e67fe0336b Use self:: instead of the class name in encryption tests 11 years ago
Joas Schilling efac8ced90 Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 11 years ago
Morris Jobke 0d4f0ab871 reduce OC_Preferences, OC_Config and \OCP\Config usage 11 years ago
Bjoern Schiessle 49cfc30359 upgrade to new folder structure 11 years ago
Bjoern Schiessle a90606fb14 change private/public key names for consistency reasons 11 years ago
Bjoern Schiessle fd86d76f98 new folder structure for keys 11 years ago
Vincent Petry 391ece46e3 Fix file upload to ext storage when recovery key is enabled 11 years ago
Joas Schilling b228226700 Fix single run of encryption tests and usages of uniqid() and fopen() 11 years ago
Thomas Müller f776bcd4a0 remove unnecessary require calls - the ownCloud class loader is supposed to take care of this 11 years ago
Jörn Friedrich Dreyer cb3a4d22b1 make tests compatible with hook based skeleton generation 11 years ago
Vincent Petry 1e631754d7 Fix share key finding algorithm in various cases 11 years ago
Bjoern Schiessle 2ee14c4734 create backup from all keys before recovery 11 years ago
Morris Jobke d4eaa74b76 fixes from git push force 12 years ago
Bjoern Schiessle 53c5a84eac add unit tests 12 years ago
Morris Jobke 676fa459d7 Minor fixes 12 years ago
Bjoern Schiessle de9d3797ff update existing unit tests 12 years ago
Vincent Petry 5a33c9c360 Removed legacy encryption tests 12 years ago
Vincent Petry 9fa28aa3f4 Disable legacy encryption tests 12 years ago
Bjoern Schiessle e20bb71a42 remove unused code 12 years ago
Bjoern Schiessle eb29b2984c use oc_preferences instead of oc_encryption to store encyption settings 12 years ago
Bjoern Schiessle b16b17f920 ceanup encryption code, improved return codes 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell c4f1de63a8 Fix PHPDoc in /apps 12 years ago
Bjoern Schiessle a9ac11718e backup the encryption key after the encryption was disabled so that the user 12 years ago
Thomas Müller e0dd69e4e6 remove legacy aka deprecated code: OC_FilesystemView 12 years ago
Bjoern Schiessle 73a2d87ab4 fix shouldEncrypt() method and improved decryptAll() unit tests 12 years ago
Bjoern Schiessle a86d97295e fix encryption tests after the removal of the shared folder 12 years ago
Robin Appelman a687498547 Fix encryption webdav tests 12 years ago
Jörn Friedrich Dreyer 39f2f564a9 use assertSame and assertNotSame for etag checks 12 years ago
Bjoern Schiessle f2f5769df7 catch errors during decryption 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Vincent Petry f09c19c316 Replaced time() with uniqid() to make sure the file name is unique 12 years ago
Robin Appelman 299bb4d99d remove more is_array from encryption 12 years ago
Bjoern Schiessle 517a55a437 tests added 12 years ago
Bjoern Schiessle f9ec3a7124 test for isEncryptedPath() 12 years ago
Bjoern Schiessle 2624a6cb32 remove debug output 12 years ago
Bjoern Schiessle 2df3763675 test encryptAll() and decryptAll() to make sure that mtime and etag stay the same 12 years ago
Markus Goetz af58360434 files_encryption: Fix getFileSize() 12 years ago
Andreas Fischer 83afb46205 Use __DIR__ instead of dirname(__FILE__). 13 years ago
Andreas Fischer 85ac9572ce Also remove other unnecessary realpath() calls. 13 years ago
Andreas Fischer 9753e44ac2 Do not use realpath() on includes. 13 years ago
Björn Schießle ec6350079f fix getUidAndFilename() test 13 years ago
Björn Schießle 6394fedb33 add comment to explain the helper function 13 years ago
Björn Schießle df78085171 adapt test to the code changes 13 years ago
Jörn Friedrich Dreyer 73fb722a9e add timeouts 3/30/90 to phpunit tests 13 years ago
Florin Peter ccdfb59426 fix legacy key in until test 13 years ago
Robin Appelman 44f9af5a7f Use the new session wrapper 13 years ago
Florin Peter 9dd277576a added users for tests 13 years ago