Commit Graph

1018 Commits (a4b6d667038be9ca82c51fd0e22e7f3e51cb1e17)

Author SHA1 Message Date
Bjoern Schiessle 6778dc5a4a don't block login forever if we are stuck in the middle of the initial encryption 13 years ago
Bjoern Schiessle f2f5769df7 catch errors during decryption 13 years ago
Bjoern Schiessle 2ab062193a catch errors during initial encryption 13 years ago
Bjoern Schiessle 2933668355 fileinfo is no longer a array 13 years ago
Bjoern Schiessle 050e84a08f refuse login as long as the initial encryption is running 13 years ago
Bjoern Schiessle 91254c304d name users after test 13 years ago
Bjoern Schiessle 97921d0c25 add function to extract filename from sharekey name + tests 13 years ago
Bjoern Schiessle fe5f512272 added tests for the delete hooks if the trash bin is disabled 13 years ago
Bjoern Schiessle bef58f5361 don't expect OC_FilesystemView, this is depreciated 13 years ago
Bjoern Schiessle 4d1086c35f better error detection and don't use glob() 13 years ago
Bjoern Schiessle 5610842e56 move unlink proxy to a hook which handles pre and post conditions 13 years ago
Bjoern Schiessle 83878b9a7d only update file cache with the unenecrypted size when the file was written 13 years ago
Bjoern Schiessle b489d6b0af fix infinite loop if folder and subfolder has the same name 13 years ago
Vincent Petry f09c19c316 Replaced time() with uniqid() to make sure the file name is unique 13 years ago
Bjoern Schiessle 1df6bf997a add link to documentation 13 years ago
Robin Appelman 299bb4d99d remove more is_array from encryption 13 years ago
Robin Appelman ec7c339930 Don't use is_array on FileInfo 13 years ago
Bjoern Schiessle 6b69c52037 updated description of the files encryption app 13 years ago
Bjoern Schiessle f4179a3f5a don't try to encrypt/decrypt cache chunks or files in the trash bin 13 years ago
Jenkins for ownCloud 6be2dee5bc [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 095f9b8ee0 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud e345f3f511 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 71c829f92a [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 64a001edab [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud dbbd99db09 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud f60ecfc7fd [tx-robot] updated from transifex 13 years ago
Bjoern Schiessle 517a55a437 tests added 13 years ago
Bjoern Schiessle 552d0a6feb check if the old owner and the old path is available 13 years ago
Bjoern Schiessle 165542f27d fix rename of shared files 13 years ago
Bjoern Schiessle fe7fb66ef8 we can also have a path user/cache/... 13 years ago
Vincent Petry 963ee31efb Removed numRows usage from encryption app 13 years ago
Bjoern Schiessle df0c1fe7f3 add test for the stream wrapper to read encrypted files from the system folder /tmp 13 years ago
Bjoern Schiessle f9ec3a7124 test for isEncryptedPath() 13 years ago
Bjoern Schiessle 4f8ae789ae 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 d9668977cd implement ftell stream wrapper and fix return value from fseek stream wrapper 13 years ago
Bjoern Schiessle 9a94c07553 remove unused method tail() 13 years ago
Bjoern Schiessle c955381d56 fall back to getLocalFile if storage doesn't support fseek 13 years ago
Bjoern Schiessle 69b89454a4 reliable detect encrypted files 13 years ago
Jenkins for ownCloud a99dd3183c [tx-robot] updated from transifex 13 years ago
Bjoern Schiessle 83417d69be remove duplicated code 13 years ago
Bjoern Schiessle 95892c8be9 update file cache for target file 13 years ago
Bjoern Schiessle cdd816c930 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 6d489e0474 call set password hook because it doesn't get triggered during test execution and fix paths 13 years ago
Jenkins for ownCloud 77b68505c2 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 6aab1ebf44 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 079d20a80e [tx-robot] updated from transifex 13 years ago
Bart Visscher 40f148cc6c Don't try to encrypt a file when the temp file isn't created 13 years ago
Bjoern Schiessle 9ff231590c 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 9371944e43 fix typo 13 years ago
Bjoern Schiessle 58c0117c3d 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