Commit Graph

439 Commits (3e4d56d7bb79c6c4e514482598b7017ee62e930d)

Author SHA1 Message Date
Bjoern Schiessle 0b98427536 fix check if app is enabled 12 years ago
Bjoern Schiessle 71bbb2ea8b check if key exists before reading it 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
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
ringmaster 39f4538e0f This function doesn't cache anymore. Adjusted PHPDoc to suit. 12 years ago
ringmaster df7bfa4bf0 Don't cache the pkey, skip generation if the keyfile exists 12 years ago
Owen Winkler 9a263a500a Employ config option for OpenSSL config file, if provided. 12 years ago
Owen Winkler fb34f49913 Start a branch for easier OpenSSL configuration. 12 years ago
Andreas Fischer 83afb46205 Use __DIR__ instead of dirname(__FILE__). 12 years ago
Andreas Fischer 9753e44ac2 Do not use realpath() on includes. 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
kondou 9e8a6b704d Add _many_ newlines at the end of files 12 years ago
Bjoern Schiessle 7adfc27caf remove whitespaces and some leftover code from testing 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
Thomas Müller c458e785a1 fixing typos and PHPDoc 12 years ago
Bjoern Schiessle 512f98cac9 remove todo item 12 years ago
Bjoern Schiessle b39d2d1938 more error messages which might be useful for the user to debug his server config 12 years ago
Bjoern Schiessle 7aeb0068be also write error message to the log 12 years ago
Bjoern Schiessle cfbdad9cdb catch broken server config and disable encryption app. 12 years ago
Bjoern Schiessle 97e910e087 make methods private which are not used from outside 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 a212c98125 handle error if we can't handle the given path 12 years ago
Bjoern Schiessle a6ced6b53f remove unused method, the right one is in util.php 12 years ago
Bjoern Schiessle 3640c99462 encrypt/decrypt file versions 12 years ago
Bjoern Schiessle ba18452eda only write keyfiles if it was a new file, otherwise nothing changed 12 years ago
Bjoern Schiessle 223d3c91d6 use path relative to data/ 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 e15e394fcc add ajax call to decrypt all files 12 years ago
Björn Schießle 2c8e5ec84f user interface to allow user to decrypt all his files once the encryption app was disabled 12 years ago
Björn Schießle 87063918f2 remove wrong closing bracket 12 years ago
Björn Schießle 9575c2f37c added helper function to escape glob pattern 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 f9c337dd21 only escape glob pattern 12 years ago
Björn Schießle 93730a090b del share keys from correct location 12 years ago
Björn Schießle af2cd6f541 always return normalized path 12 years ago
Björn Schießle 3043dbfb95 delete file keys from the correct location 12 years ago
Björn Schießle eb2587a08f move isSystemWideMountPoint() to util.php 12 years ago
Björn Schießle f2de4cb342 some performance improvements, check for system wide mounts only once while writing share keys 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