Commit Graph

439 Commits (3e4d56d7bb79c6c4e514482598b7017ee62e930d)

Author SHA1 Message Date
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
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
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 12 years ago
Florin Peter 14ac4fab05 better handling for http post 12 years ago
Florin Peter ef97481a0d changed redirect handling 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 46e5e9bd73 cleanup unused method legacyKeyRecryptKeyfile 12 years ago
Florin Peter a134ffcf2c code optimized and cleaned up unused vars 12 years ago
Florin Peter e9d1ea712c allow the user to login but do not allow upload and show error message on the web 12 years ago
Florin Peter 2e3bfdb12c check if the decrypted private key is valid on login and on read/write files 12 years ago
Florin Peter 96ef926161 normalize path to prevent following split to fail 12 years ago
Florin Peter 8e324aad38 fix re-encrypt legacy files 12 years ago
Florin Peter 986e9dd362 use legacyDecrypt to decrypt key file like the previous files_encryption 12 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' 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 4b4b447e2a fixed missing convert to new session handler 12 years ago
Florin Peter 6ae7bde788 fixed encryption session namespace to avoid problems 12 years ago
Florin Peter 0041711fe3 fix for undefined index 12 years ago
Florin Peter 6f9e425939 fix for losing private key while being logged in and accessing a public link 12 years ago
Robin Appelman 9c99048429 fix syntax error 12 years ago
Robin Appelman 44f9af5a7f Use the new session wrapper 12 years ago
Florin Peter e1e1c58969 changed to public log api 12 years ago
Florin Peter 7224fc98b2 replace == with === and replace != with !== 12 years ago
Björn Schießle 4c05259ccf legacyBlockDecryprt() needs to be public 12 years ago
Björn Schießle df22a7c495 make legacyDecrypt() private als always call legacyBlockDecrypt() from other classes 12 years ago
Björn Schießle 8b35578833 fix migration from old to new encryption 12 years ago
Florin Peter 5d32e214b7 reformat code 12 years ago
Björn Schießle 1a3f7891ea remove unused varaibles 12 years ago
Florin Peter 89f0c8f39d added check by numRows() 12 years ago