Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | introduce decryptPrivateKey() method which also checks if the result is a ↵ | Björn Schießle | 2013-06-03 | 1 | -12/+1 | |
| | | | | | | | | | | | | valid private key to avoid additional checks on various places | |||||
* | | | allow the user to login but do not allow upload and show error message on ↵ | Florin Peter | 2013-05-31 | 1 | -3/+3 | |
| | | | | | | | | | | | | the web | |||||
* | | | check if the decrypted private key is valid on login and on read/write files | Florin Peter | 2013-05-31 | 1 | -1/+16 | |
| |/ |/| | ||||||
* | | fix share and un-share for single file | Florin Peter | 2013-05-30 | 1 | -23/+13 | |
| | | ||||||
* | | Merge branch 'master' into file_encryption_external_storage_fixes | Florin Peter | 2013-05-30 | 1 | -189/+197 | |
|\| | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php | |||||
| * | Merge branch 'master' into remove_unused_vars | Florin Peter | 2013-05-29 | 1 | -8/+8 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/proxy.php apps/files_encryption/lib/session.php apps/files_encryption/lib/stream.php | |||||
| * | | replace == with === and replace != with !== | Florin Peter | 2013-05-27 | 1 | -5/+5 | |
| | | | ||||||
| * | | Merge branch 'master' into remove_unused_vars | Björn Schießle | 2013-05-27 | 1 | -7/+5 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/crypt.php apps/files_encryption/lib/proxy.php | |||||
| * | | | reformat code | Florin Peter | 2013-05-27 | 1 | -191/+199 | |
| | | | | ||||||
* | | | | Merge branch 'master' into file_encryption_external_storage_fixes | Florin Peter | 2013-05-29 | 1 | -4/+4 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | fixed encryption session namespace to avoid problems | Florin Peter | 2013-05-28 | 1 | -4/+4 | |
| | |/ | |/| | ||||||
* / | | fix for share folder on external storage | Florin Peter | 2013-05-29 | 1 | -1/+14 | |
|/ / | ||||||
* | | make legacyDecrypt() private als always call legacyBlockDecrypt() from other ↵ | Björn Schießle | 2013-05-27 | 1 | -1/+1 | |
| | | | | | | | | classes | |||||
* | | fix migration from old to new encryption | Björn Schießle | 2013-05-27 | 1 | -2/+0 | |
|/ | ||||||
* | fixes after review from @DeepDiver1975 | Florin Peter | 2013-05-23 | 1 | -1/+1 | |
| | ||||||
* | improved tests | Florin Peter | 2013-05-20 | 1 | -5/+10 | |
| | ||||||
* | added test for failed sharing | Florin Peter | 2013-05-20 | 1 | -1/+3 | |
| | ||||||
* | removed dead code for delShareKey | Florin Peter | 2013-05-20 | 1 | -20/+6 | |
| | ||||||
* | fixed typos | Florin Peter | 2013-05-18 | 1 | -1/+1 | |
| | ||||||
* | fix migration to new encryption | Björn Schießle | 2013-05-17 | 1 | -1/+1 | |
| | ||||||
* | set migration status after successful upgrade | Björn Schießle | 2013-05-17 | 1 | -2/+1 | |
| | ||||||
* | upgrade from old encryption to the new one needs to generate share keys too | Björn Schießle | 2013-05-17 | 1 | -2/+3 | |
| | ||||||
* | allow admin to recover users files in case of password lost | Björn Schießle | 2013-05-16 | 1 | -19/+54 | |
| | ||||||
* | fix for re-share and removed check if file exists because we are sometime ↵ | Florin Peter | 2013-05-16 | 1 | -1/+2 | |
| | | | | into a pre_put_contents hook | |||||
* | removed unused code | Florin Peter | 2013-05-15 | 1 | -38/+0 | |
| | ||||||
* | fix for broken tests | Florin Peter | 2013-05-15 | 1 | -13/+4 | |
| | ||||||
* | check if the user knows the correct recovery password before changing the ↵ | Björn Schießle | 2013-05-15 | 1 | -1/+2 | |
| | | | | recovery key settings | |||||
* | fix for move file to an empty folder | Florin Peter | 2013-05-14 | 1 | -5/+23 | |
| | ||||||
* | added post_deleteUser hook for cleanup public key | Florin Peter | 2013-05-13 | 1 | -0/+19 | |
| | ||||||
* | added post_createUser hook | Florin Peter | 2013-05-13 | 1 | -12/+18 | |
| | ||||||
* | if file was shared to user than userIds is just the users Id | Björn Schießle | 2013-05-13 | 1 | -4/+2 | |
| | ||||||
* | generate random key name for share key to avoid name conflicts | Björn Schießle | 2013-05-13 | 1 | -2/+2 | |
| | ||||||
* | use preShare hook only to check if all pub keys are available and the ↵ | Björn Schießle | 2013-05-13 | 1 | -74/+56 | |
| | | | | postShare hook to finaly update the shareKeys if the file was shared successfully | |||||
* | added handling for sharing with link | Florin Peter | 2013-05-11 | 1 | -0/+3 | |
| | | | | NOTE: only encryption work atm | |||||
* | sharing with group should work now | Florin Peter | 2013-05-11 | 1 | -6/+11 | |
| | ||||||
* | Fixed bugs with pre_share hook usage | Sam Tuke | 2013-05-09 | 1 | -4/+14 | |
| | | | | Made sure new user being shared to is added to array of sharing users | |||||
* | Added pre_share hook | Sam Tuke | 2013-05-08 | 1 | -9/+8 | |
| | | | | | Switched it for post_share hook in encryption hooks Stop a file from being shared if the encryption procedure fails for any users | |||||
* | Made code formatting of new methods more consistent | Sam Tuke | 2013-05-07 | 1 | -132/+171 | |
| | ||||||
* | handling for re-share and re-unshare should work now | Florin Peter | 2013-05-05 | 1 | -58/+74 | |
| | ||||||
* | Added support for user-specified password for adminRecovery account in admin ↵ | Sam Tuke | 2013-05-04 | 1 | -32/+41 | |
| | | | | | | | | | settings page Made encryptAll() (file migration for unencrypted + legacy encrypted files) run only on first login for each user (status stored in DB) Made recoveryAdmin user member of 'admin' user group automatically Set recoveryadmin settings to only display on user settings if enabled by an admin Updated encryption db xml schema | |||||
* | fixed re-share problems | Florin Peter | 2013-05-04 | 1 | -11/+53 | |
| | ||||||
* | fixed re-share problems | Florin Peter | 2013-05-01 | 1 | -4/+4 | |
| | ||||||
* | fix duplicate login behavior if user not setup | Florin Peter | 2013-05-01 | 1 | -1/+3 | |
| | ||||||
* | revert changes to fbbc76f281f50afa3072d99e4e0d413df835b3d3 because master is ↵ | Florin Peter | 2013-05-01 | 1 | -6/+1 | |
| | | | | very unstable right now | |||||
* | fixed public-keys mount point error | Florin Peter | 2013-05-01 | 1 | -1/+6 | |
| | ||||||
* | fixed missing parameter | Florin Peter | 2013-04-29 | 1 | -2/+4 | |
| | ||||||
* | added filesystem post rename hook | Florin Peter | 2013-04-27 | 1 | -1/+65 | |
| | ||||||
* | fixed webdav errors, now webdav up - and downloads are full working | Florin Peter | 2013-04-25 | 1 | -6/+9 | |
| | ||||||
* | check if the item source was shared to me to decide if it is a re-share or ↵ | Björn Schießle | 2013-04-22 | 1 | -0/+12 | |
| | | | | not. Re-sharing of encrypted files should work now, we might still need to test some corner cases | |||||
* | remove util::getPaths(), this function was broken and is replaced my ↵ | Björn Schießle | 2013-04-22 | 1 | -7/+14 | |
| | | | | util::getAllFiles(). When unsharing a folder only remove the share key for sub files if the user really no longer have access to the file. Can happen that a sub-file/-folder is shared to a group the user is a member of or explicitly once more to the same user |