Commit Graph

439 Commits (3e4d56d7bb79c6c4e514482598b7017ee62e930d)

Author SHA1 Message Date
Florin Peter 788c5940f0 fixed error rising from fetchRow 12 years ago
Florin Peter 9a6cd89a69 added OC_DB::isError and logging 12 years ago
Björn Schießle f56802a437 no use the recoveryPassword var instead of accessing the POST array 12 years ago
Björn Schießle 5ce4149e75 fix first time encryption after app was enabled 12 years ago
Florin Peter 6c8de5ae6d fixes after review from @DeepDiver1975 12 years ago
Björn Schießle 7b07168c46 code clean up; nicer solution to solve the public link share problem if a user is logged in 12 years ago
Björn Schießle a9ebf2aabe fix public link share if a user is logged in 12 years ago
Florin Peter c6722581f9 fix pgsql error 12 years ago
Florin Peter afbfa742d7 improved tests 12 years ago
Florin Peter 9ca9a22c6a fixed finding encrypted files in subfolders and removed unused code 12 years ago
Florin Peter 1deeec93b7 fixed postFileSize 12 years ago
Björn Schießle 9d324db054 fix path to 3rdparty apps 12 years ago
Björn Schießle 4c27c7e199 fix path, needs to be relative to data/ 12 years ago
Björn Schießle 64591cf754 move 3rdparty dependencies to app 12 years ago
Florin Peter 4bf840e2ca cleanup unused code optimize tests 12 years ago
Florin Peter 1fa2f19ee4 removed dead code for delShareKey 12 years ago
Florin Peter 8e0540d0e4 key creation should never override a private or public key 12 years ago
Florin Peter 3b850a2524 reformat code added and changed phpdoc 12 years ago
Florin Peter 5d572c3449 update phpdoc 12 years ago
Florin Peter ddda2a1f79 changed database column 'recovery' to 'recovery_enabled' because recovery is a pgsql keyword 12 years ago
Florin Peter 681252669a changed migrationStatus to migration_status for pgsql 12 years ago
Florin Peter 3aa48616a6 remove unused code 12 years ago
Florin Peter cea9208cec fix broken legacy tests 12 years ago
Björn Schießle eaa61b8539 fix migration to new encryption 12 years ago
Björn Schießle 002445e23d some typo fixed 12 years ago
Björn Schießle 93771f735b gremove unused code 12 years ago
Björn Schießle ca6a77d39b upgrade from old encryption to the new one needs to generate share keys too 12 years ago
Florin Peter 42b4963dd0 moved enable and disable recovery to Helper class for unit tests 12 years ago
Florin Peter 3793e4d2d6 fix for recover files in subfolder 12 years ago
Florin Peter d40d6aa358 fix typo in addRecoveryKeys 12 years ago
Björn Schießle 9d1e60325c allow admin to recover users files in case of password lost 12 years ago
Florin Peter c651950a17 fix for re-share and removed check if file exists because we are sometime into a pre_put_contents hook 12 years ago
Florin Peter c0c4fe5fd3 fix if file is not yet created 12 years ago
Florin Peter ec2e193a44 removed unused code 12 years ago
Björn Schießle 57c0a7ed69 add recovery key to all files if the user enabled the feature and removes them again on disable 12 years ago
Björn Schießle 64d94c540a enable admin to change the recovery password 12 years ago
Björn Schießle 5b160edebb check if the user knows the correct recovery password before changing the recovery key settings 12 years ago
Florin Peter 499fe6ca8e disabled FileProxy in Keymanager::getPrivateKey 12 years ago
Florin Peter ddedf20106 prevent of infinite loop with FileProxy 12 years ago
Florin Peter 0a7aa6e8cd fix for Allowed memory size of xx bytes exhausted while reading big files 12 years ago
Florin Peter 84c56a5d56 fix for zero size files 12 years ago
Florin Peter 517105660d fix for public link share 12 years ago
Florin Peter 81ae4cb5d0 added test for public shared file via link 12 years ago
Florin Peter a4e9e2fc79 added post_deleteUser hook for cleanup public key 12 years ago
Florin Peter b2d021b2a5 added post_createUser hook 12 years ago
Florin Peter 61ed347d26 added handling for public file access via files_sharing link 12 years ago
Björn Schießle aa3eb6bb5b don't handle public share keys in lib/public/share.php but in apps/files_encryption/lib/util.php instead 12 years ago
Björn Schießle 517efdf952 don't create a recovery user, only generate recovery key similar to the public link share key 12 years ago
Björn Schießle d1e2e47592 generate random key name for share key to avoid name conflicts 12 years ago
Björn Schießle a6ef25ba08 use preShare hook only to check if all pub keys are available and the postShare hook to finaly update the shareKeys if the file was shared successfully 12 years ago