Commit Graph

187 Commits (93ff86e31f30798b1e841863690290a8fd9a36de)

Author SHA1 Message Date
Bjoern Schiessle b823505bd1 make sure that the owners home is mounted correctly 12 years ago
Bjoern Schiessle 77429c28fd rename fixPartialFilePath() to stripPartialFileExtension(), this name describes better what the method actually does 12 years ago
Bjoern Schiessle 894856ce01 make sure that we keep the correct timestamp and etag after encryoption/decryption 12 years ago
Bjoern Schiessle 802213f7ec let encryption app detect transfer id in path and handle it correctly 12 years ago
Vincent Petry e246e2b669 Fixed encryption migration when entry is missing in DB 12 years ago
Markus Goetz af58360434 files_encryption: Fix getFileSize() 12 years ago
Bjoern Schiessle eb348b776c set the init status to "NOT_INITIALIZED" if the encryption app gets enabled 12 years ago
Bjoern Schiessle b2dde14dbc coding style fixes 12 years ago
Bjoern Schiessle 93f4dec798 fix part file handling and real size calculation, this should also solve #4581 12 years ago
Bjoern Schiessle f6830e7462 check shares for the real file and not for the .part file 12 years ago
Bjoern Schiessle 404e36323a first check if a extension exists before comparing it 12 years ago
Bjoern Schiessle 597a3cf1ad handle part files correctly 12 years ago
Bjoern Schiessle fb462e83cc no longer enforce log out, but provide useful errors/warnings instead 12 years ago
Arthur Schiwon c01675de5d more is_resource checks before readdir 12 years ago
Bjoern Schiessle 3d49631b8d make sure that initial encryption also starts for a fresh installation 12 years ago
Bjoern Schiessle bab63c22ee encryption error messages, distinguish between a re-enabled encryption app and a password change from outside 12 years ago
Bjoern Schiessle d7dca966a2 improved error messaging, initial commit 12 years ago
Bjoern Schiessle 1be11bb03d don't change the etags if a file gets encrypted/decrypted to avoid that the sync client downloads all files again 12 years ago
Bjoern Schiessle 7b1067c2a0 change decryptUnknownKeyfile() to decryptKeyfile(), we always use openssl_seal 12 years ago
Bjoern Schiessle 0bab8935c9 preserve mtime if file gets encrypted/decrypted 12 years ago
Bjoern Schiessle b982868c14 fix array declaration 12 years ago
Bjoern Schiessle 5ba8d38b7f remove old comments, TODos, etc. 12 years ago
Bjoern Schiessle 23e9721644 use OC\Files\View to read encrypted file, so that it also works with external storages 12 years ago
Bjoern Schiessle 2549322763 we need to use the path relative to data/ 12 years ago
Bjoern Schiessle 3640c99462 encrypt/decrypt file versions 12 years ago
Bjoern Schiessle a7a7ef2b3a improved error handling 12 years ago
Bjoern Schiessle b6fa0e4eef working decrypt files method 12 years ago
Björn Schießle 15cb8e4efd only check for external mount points if the external storage app is enabled 12 years ago
Björn Schießle af2cd6f541 always return normalized path 12 years ago
Björn Schießle eb2587a08f move isSystemWideMountPoint() to util.php 12 years ago
Björn Schießle 2e56f0e2f8 fix path to OC_Mount_Config 12 years ago
Björn Schießle 3e4dcafa89 handle system wide mount points 12 years ago
Jörn Friedrich Dreyer c79f7f4f3c fix numRows usage in files_encryption 12 years ago
Björn Schießle 83d98e2d8b add some more error messages, in case something went wrong 12 years ago
Florin Peter 8566881758 fix for path_hash not unique as reported at #3641 12 years ago
Florin Peter 35da408222 fix memory problems as reported at #3620 12 years ago
Björn Schießle 77944cf7b8 fix typo in var name 12 years ago
Björn Schießle c78a90fd54 use number of manipulated rows as idicator if it was possible to enter the migration mode 12 years ago
Björn Schießle 3ec6b19cdf use constants for different migration status 12 years ago
Björn Schießle 5fafd55108 make sure that only one process can enter the migration mode 12 years ago
Jörn Friedrich Dreyer 124f34422c add missing backticks all over the place 12 years ago
Florin Peter dc8bcf0688 reformat code 12 years ago
Björn Schießle 471d2b732c introduce decryptPrivateKey() method which also checks if the result is a valid private key to avoid additional checks on various places 12 years ago
Florin Peter 8e324aad38 fix re-encrypt legacy files 12 years ago
Florin Peter 8c17f26226 fixed problems with file_get_contents and file_put_contents this problem was related to text editor with big text files 12 years ago
Florin Peter d265264542 fix for share folder on external storage 12 years ago
Björn Schießle b44192f366 check list of users with access to the file from the bottom to the top. This way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages 12 years ago
Florin Peter efd629462e changes after review 12 years ago
Florin Peter 71a532fc4d fixed if fopen returns false typically on external storage 12 years ago
Florin Peter 6ae7bde788 fixed encryption session namespace to avoid problems 12 years ago