Commit Graph

155 Commits (12f4494de02457d51004ca6a82c1b2160189819f)

Author SHA1 Message Date
Bjoern Schiessle 7b1067c2a0 change decryptUnknownKeyfile() to decryptKeyfile(), we always use openssl_seal 13 years ago
Bjoern Schiessle 5ba8d38b7f remove old comments, TODos, etc. 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 af2cd6f541 always return normalized path 13 years ago
Björn Schießle eb2587a08f move isSystemWideMountPoint() to util.php 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
Jörn Friedrich Dreyer c79f7f4f3c fix numRows usage in files_encryption 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
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 8e324aad38 fix re-encrypt legacy files 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 6ae7bde788 fixed encryption session namespace to avoid problems 13 years ago
Florin Peter 0041711fe3 fix for undefined index 13 years ago
Florin Peter 6f9e425939 fix for losing private key while being logged in and accessing a public link 13 years ago
Florin Peter 7224fc98b2 replace == with === and replace != with !== 13 years ago
Björn Schießle 1a3f7891ea remove unused varaibles 13 years ago
Florin Peter 89f0c8f39d added check by numRows() 13 years ago
Florin Peter 788c5940f0 fixed error rising from fetchRow 13 years ago
Florin Peter 9a6cd89a69 added OC_DB::isError and logging 13 years ago
Björn Schießle 5ce4149e75 fix first time encryption after app was enabled 13 years ago
Florin Peter 6c8de5ae6d fixes after review from @DeepDiver1975 13 years ago
Björn Schießle 7b07168c46 code clean up; nicer solution to solve the public link share problem if a user is logged in 13 years ago
Björn Schießle a9ebf2aabe fix public link share if a user is logged in 13 years ago
Florin Peter c6722581f9 fix pgsql error 13 years ago
Florin Peter 9ca9a22c6a fixed finding encrypted files in subfolders and removed unused code 13 years ago
Florin Peter 8e0540d0e4 key creation should never override a private or public key 13 years ago
Florin Peter 3b850a2524 reformat code added and changed phpdoc 13 years ago
Florin Peter ddda2a1f79 changed database column 'recovery' to 'recovery_enabled' because recovery is a pgsql keyword 13 years ago
Florin Peter 681252669a changed migrationStatus to migration_status for pgsql 13 years ago
Björn Schießle eaa61b8539 fix migration to new encryption 13 years ago
Björn Schießle 002445e23d some typo fixed 13 years ago
Björn Schießle 93771f735b gremove unused code 13 years ago
Björn Schießle ca6a77d39b upgrade from old encryption to the new one needs to generate share keys too 13 years ago
Florin Peter 3793e4d2d6 fix for recover files in subfolder 13 years ago
Florin Peter d40d6aa358 fix typo in addRecoveryKeys 13 years ago
Björn Schießle 9d1e60325c allow admin to recover users files in case of password lost 13 years ago
Florin Peter c651950a17 fix for re-share and removed check if file exists because we are sometime into a pre_put_contents hook 13 years ago