Commit Graph

424 Commits (1dd18980ae171d9cd16ab95bdfb289b54ef6c34d)

Author SHA1 Message Date
Andreas Fischer 83afb46205 Use __DIR__ instead of dirname(__FILE__). 11 years ago
Andreas Fischer 9753e44ac2 Do not use realpath() on includes. 11 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 11 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 11 years ago
Bjoern Schiessle 7adfc27caf remove whitespaces and some leftover code from testing 11 years ago
Bjoern Schiessle 7b1067c2a0 change decryptUnknownKeyfile() to decryptKeyfile(), we always use openssl_seal 11 years ago
Bjoern Schiessle 0bab8935c9 preserve mtime if file gets encrypted/decrypted 11 years ago
Bjoern Schiessle b982868c14 fix array declaration 11 years ago
Bjoern Schiessle 5ba8d38b7f remove old comments, TODos, etc. 11 years ago
Thomas Müller c458e785a1 fixing typos and PHPDoc 11 years ago
Bjoern Schiessle 512f98cac9 remove todo item 11 years ago
Bjoern Schiessle b39d2d1938 more error messages which might be useful for the user to debug his server config 11 years ago
Bjoern Schiessle 7aeb0068be also write error message to the log 11 years ago
Bjoern Schiessle cfbdad9cdb catch broken server config and disable encryption app. 11 years ago
Bjoern Schiessle 97e910e087 make methods private which are not used from outside 11 years ago
Bjoern Schiessle 23e9721644 use OC\Files\View to read encrypted file, so that it also works with external storages 11 years ago
Bjoern Schiessle 2549322763 we need to use the path relative to data/ 11 years ago
Bjoern Schiessle a212c98125 handle error if we can't handle the given path 11 years ago
Bjoern Schiessle a6ced6b53f remove unused method, the right one is in util.php 11 years ago
Bjoern Schiessle 3640c99462 encrypt/decrypt file versions 11 years ago
Bjoern Schiessle ba18452eda only write keyfiles if it was a new file, otherwise nothing changed 11 years ago
Bjoern Schiessle 223d3c91d6 use path relative to data/ 11 years ago
Bjoern Schiessle a7a7ef2b3a improved error handling 11 years ago
Bjoern Schiessle b6fa0e4eef working decrypt files method 11 years ago
Björn Schießle e15e394fcc add ajax call to decrypt all files 11 years ago
Björn Schießle 2c8e5ec84f user interface to allow user to decrypt all his files once the encryption app was disabled 11 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
Thomas Müller a7f2563990 typo 12 years ago
Björn Schießle d5c4854708 cast result to bool 12 years ago
Björn Schießle 16a719173f add correct php version 12 years ago
Björn Schießle adcee5b695 check php version, the encryption app needs php >= 5.3.3 12 years ago
Björn Schießle 2e6ebe1ab4 fix function documentation 12 years ago
Björn Schießle c4aef89278 introduce pre-disable-app hook and use it for the encryption app to reset migration status if the app was disabled 12 years ago
Björn Schießle 5a20c8b66f add openssl_error_string() output to the owncloud.log 12 years ago
Jörn Friedrich Dreyer c79f7f4f3c fix numRows usage in files_encryption 12 years ago
Björn Schießle fe61230cc1 always have a defined return value 12 years ago
Björn Schießle e2e370f199 some more error messages 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