Commit Graph

1002 Commits (e34d00a95863fb76e6003b8675fe15f37e5ec4fe)

Author SHA1 Message Date
Bjoern Schiessle 027de54558 don't write file if opening a stream to encrypt the data fails 13 years ago
Vincent Petry b10b8a470b Fixed warning when browsing Shared folder 13 years ago
Vincent Petry eacb4b3f3e Return unencrypted_size of folder when queried 13 years ago
Bjoern Schiessle c02c815603 don't create files folder, let ownCloud core handle it 13 years ago
Bjoern Schiessle 9661001af1 remember original fopen access type in pre-proxy because sometimes they change 13 years ago
Vincent Petry 4756d18a14 Fixed wrong field name 13 years ago
Bjoern Schiessle 9cff832282 add test for the stream wrapper to read encrypted files from the system folder /tmp 13 years ago
Bjoern Schiessle 7ced22ccc6 test for isEncryptedPath() 13 years ago
Bjoern Schiessle 6455722f29 extend the encryption stream wrapper to handle local files and add a fall back for file size calculation if the storage doesn't support fseek 13 years ago
Bjoern Schiessle 8b3d99308c implement ftell stream wrapper and fix return value from fseek stream wrapper 13 years ago
Bjoern Schiessle f87319f834 fall back to getLocalFile if storage doesn't support fseek 13 years ago
Bjoern Schiessle 9a0c78b831 close encryption session after decryption was finished 13 years ago
Bjoern Schiessle c8d34eaf9c add test case if a file gets moved out from the shared folder 13 years ago
Bjoern Schiessle 9183ade655 don't overwrite keys if rename was done by a stream copy 13 years ago
Bjoern Schiessle 43738dacfb don't block login forever if we are stuck in the middle of the initial encryption 13 years ago
Bjoern Schiessle 78b10de7d6 catch errors during decryption 13 years ago
Bjoern Schiessle 37db8a13d4 catch errors during initial encryption 13 years ago
Bjoern Schiessle 6f5caaa87a refuse login as long as the initial encryption is running 13 years ago
Bjoern Schiessle 76cb5a50c0 name users after test 13 years ago
Bjoern Schiessle f824986742 add function to extract filename from sharekey name + tests 13 years ago
Bjoern Schiessle 5e788ae1fa added tests for the delete hooks if the trash bin is disabled 13 years ago
Bjoern Schiessle 78b390da31 don't expect OC_FilesystemView, this is depreciated 13 years ago
Bjoern Schiessle b3257a315d better error detection and don't use glob() 13 years ago
Bjoern Schiessle fc1763dc6b move unlink proxy to a hook which handles pre and post conditions 13 years ago
Bjoern Schiessle 33801c311e only update file cache with the unenecrypted size when the file was written 13 years ago
Bjoern Schiessle 29d63893ff add link to documentation 13 years ago
Bjoern Schiessle 2e8418b362 fix infinite loop if folder and subfolder has the same name 13 years ago
Vincent Petry e46df97c3a Replaced time() with uniqid() to make sure the file name is unique 13 years ago
Bjoern Schiessle 4c1510b729 updated description of the files encryption app 13 years ago
Bjoern Schiessle 3c7541e97c don't try to encrypt/decrypt cache chunks or files in the trash bin 13 years ago
Bjoern Schiessle 13461698e4 tests added 13 years ago
Bjoern Schiessle eaa5dd0282 we can also have a path user/cache/... 13 years ago
Bjoern Schiessle 672cbc5378 check if the old owner and the old path is available 13 years ago
Bjoern Schiessle 2f568c9766 fix rename of shared files 13 years ago
Vincent Petry 1f93b4e842 Removed numRows usage from encryption app 13 years ago
Bjoern Schiessle 2f0ec8256f reliable detect encrypted files 13 years ago
Bjoern Schiessle 3160b23291 update file cache for target file 13 years ago
Bjoern Schiessle 73a0b690e9 only remove encryption keys if a real file gets deleted, skip this method if a file outside of /data/user/files was deleted 13 years ago
Bjoern Schiessle bdb4890d04 call set password hook because it doesn't get triggered during test execution and fix paths 13 years ago
Bjoern Schiessle 9091dd7833 enable more tests 13 years ago
Vincent Petry 811ef19ada Removed comments in database schema of encryption app 13 years ago
Bart Visscher 281bbf4bd4 Don't try to encrypt a file when the temp file isn't created 13 years ago
Bjoern Schiessle 01de6c565a set unencrypted_size to 0 after decryption... so that the unencrypted_size gets re-calculated if encryption was enabled again 13 years ago
Bjoern Schiessle 91ca1cf985 fix typo 13 years ago
Bjoern Schiessle f8a4bcdd50 only create new key on password change if a recovery key exists or if the user don't have any private/public keys 13 years ago
Bjoern Schiessle 418d401bf9 show change password form if key couldn't be decrypted 13 years ago
Bjoern Schiessle d0afd774b7 add method to check if users private/public key exists 13 years ago
Morris Jobke dffc2a8b1c Revert "Adjust files_encryption requirements to the new core requirement (PHP 5.3.8)." 13 years ago
Andreas Fischer efbf18652c Adjust files_encryption requirements to the new core requirement (PHP 5.3.8). 13 years ago
Jenkins for ownCloud 1b18c5a047 [tx-robot] updated from transifex 13 years ago