Commit Graph

393 Commits (bf7514f76abef4bcbb533e4c6c33e00a4e1fdfb5)

Author SHA1 Message Date
Björn Schießle 87063918f2 remove wrong closing bracket 13 years ago
Björn Schießle 9575c2f37c added helper function to escape glob pattern 13 years ago
Björn Schießle 15cb8e4efd only check for external mount points if the external storage app is enabled 13 years ago
Björn Schießle f9c337dd21 only escape glob pattern 13 years ago
Björn Schießle 93730a090b del share keys from correct location 13 years ago
Björn Schießle af2cd6f541 always return normalized path 13 years ago
Björn Schießle 3043dbfb95 delete file keys from the correct location 13 years ago
Björn Schießle eb2587a08f move isSystemWideMountPoint() to util.php 13 years ago
Björn Schießle f2de4cb342 some performance improvements, check for system wide mounts only once while writing share keys 13 years ago
Björn Schießle 2e56f0e2f8 fix path to OC_Mount_Config 13 years ago
Björn Schießle 3e4dcafa89 handle system wide mount points 13 years ago
Thomas Müller a7f2563990 typo 13 years ago
Björn Schießle d5c4854708 cast result to bool 13 years ago
Björn Schießle 16a719173f add correct php version 13 years ago
Björn Schießle adcee5b695 check php version, the encryption app needs php >= 5.3.3 13 years ago
Björn Schießle 2e6ebe1ab4 fix function documentation 13 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 13 years ago
Björn Schießle 5a20c8b66f add openssl_error_string() output to the owncloud.log 13 years ago
Jörn Friedrich Dreyer c79f7f4f3c fix numRows usage in files_encryption 13 years ago
Björn Schießle fe61230cc1 always have a defined return value 13 years ago
Björn Schießle e2e370f199 some more error messages 13 years ago
Björn Schießle 83d98e2d8b add some more error messages, in case something went wrong 13 years ago
Florin Peter 8566881758 fix for path_hash not unique as reported at #3641 13 years ago
Florin Peter 35da408222 fix memory problems as reported at #3620 13 years ago
Björn Schießle 77944cf7b8 fix typo in var name 13 years ago
Björn Schießle c78a90fd54 use number of manipulated rows as idicator if it was possible to enter the migration mode 13 years ago
Björn Schießle 3ec6b19cdf use constants for different migration status 13 years ago
Björn Schießle 5fafd55108 make sure that only one process can enter the migration mode 13 years ago
Jörn Friedrich Dreyer 124f34422c add missing backticks all over the place 13 years ago
Björn Schießle d7a9852f7b use pre_setPassword hook to update the encryption keys if the back-end doesn't support password change; improved output to let the admin know what happened 13 years ago
Florin Peter 14ac4fab05 better handling for http post 13 years ago
Florin Peter ef97481a0d changed redirect handling 13 years ago
Florin Peter dc8bcf0688 reformat code 13 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 13 years ago
Florin Peter 46e5e9bd73 cleanup unused method legacyKeyRecryptKeyfile 13 years ago
Florin Peter a134ffcf2c code optimized and cleaned up unused vars 13 years ago
Florin Peter e9d1ea712c allow the user to login but do not allow upload and show error message on the web 13 years ago
Florin Peter 2e3bfdb12c check if the decrypted private key is valid on login and on read/write files 13 years ago
Florin Peter 96ef926161 normalize path to prevent following split to fail 13 years ago
Florin Peter 8e324aad38 fix re-encrypt legacy files 13 years ago
Florin Peter 986e9dd362 use legacyDecrypt to decrypt key file like the previous files_encryption 13 years ago
Florin Peter eaa4f92275 added our own file extension .part will not work here if we use file_get_contents so we used our own extension '.etmp' 13 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 13 years ago
Florin Peter d265264542 fix for share folder on external storage 13 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 13 years ago
Florin Peter efd629462e changes after review 13 years ago
Florin Peter 71a532fc4d fixed if fopen returns false typically on external storage 13 years ago
Florin Peter 4b4b447e2a fixed missing convert to new session handler 13 years ago
Florin Peter 6ae7bde788 fixed encryption session namespace to avoid problems 13 years ago
Florin Peter 0041711fe3 fix for undefined index 13 years ago