Commit Graph

66 Commits (e762ff2bbdc4eefd6aefab1950f7da83f2c6735d)

Author SHA1 Message Date
Vincent Petry 1e631754d7 Fix share key finding algorithm in various cases 12 years ago
Bjoern Schiessle 2ee14c4734 create backup from all keys before recovery 12 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
Florin Peter c7981abbc9 improved test 13 years ago
Florin Peter afbfa742d7 improved tests 13 years ago
Florin Peter 171b9a4702 added legacy encryption test 13 years ago
Florin Peter 3b850a2524 reformat code added and changed phpdoc 13 years ago
Florin Peter bdd2127f19 cleanup tests 13 years ago
Florin Peter 80f9c5bb6d removed mockery from tests and changed class names 13 years ago
Florin Peter 0fca2f8f31 added tests for put content, get content, touch and fopen 13 years ago
Florin Peter 3d7534da74 improved files_encryption tests 13 years ago
Florin Peter 7461e9c2b5 improved tests and added new tests for file rename and move 13 years ago
Florin Peter d92f6b887d removed var_dump 13 years ago
Sam Tuke ba29147e34 Fixed recoveryadmin settings in user and admin settings pages (js, templates, ajax) 13 years ago
Florin Peter 04b0843bb4 fixed some tests 13 years ago