Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | gremove unused code | Björn Schießle | 2013-05-17 | 3 | -154/+68 | |
| * | | | | | set migration status after successful upgrade | Björn Schießle | 2013-05-17 | 1 | -2/+1 | |
| * | | | | | Merge branch 'files_encryption' of github.com:owncloud/core into files_encryp... | Björn Schießle | 2013-05-17 | 6 | -67/+277 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | added tests for recovery | Florin Peter | 2013-05-17 | 1 | -2/+142 | |
| | * | | | | | improved tests | Florin Peter | 2013-05-17 | 2 | -1/+39 | |
| | * | | | | | moved enable and disable recovery to Helper class for unit tests | Florin Peter | 2013-05-17 | 2 | -62/+94 | |
| | * | | | | | fix for recover files in subfolder | Florin Peter | 2013-05-16 | 1 | -1/+1 | |
| | * | | | | | fix typo in addRecoveryKeys | Florin Peter | 2013-05-16 | 1 | -1/+1 | |
| * | | | | | | upgrade from old encryption to the new one needs to generate share keys too | Björn Schießle | 2013-05-17 | 3 | -15/+37 | |
| |/ / / / / | ||||||
| * | | | | | allow admin to recover users files in case of password lost | Björn Schießle | 2013-05-16 | 4 | -23/+138 | |
| * | | | | | improved tests for touch | Florin Peter | 2013-05-16 | 1 | -1/+22 | |
| * | | | | | added tests for put content, get content, touch and fopen | Florin Peter | 2013-05-16 | 3 | -3/+76 | |
| * | | | | | fix for re-share and removed check if file exists because we are sometime int... | Florin Peter | 2013-05-16 | 2 | -14/+22 | |
| * | | | | | fix if file is not yet created | Florin Peter | 2013-05-16 | 1 | -2/+7 | |
| * | | | | | added test for share with group | Florin Peter | 2013-05-16 | 1 | -0/+74 | |
| * | | | | | added test for rename folder | Florin Peter | 2013-05-15 | 1 | -2/+34 | |
| * | | | | | removed unused code | Florin Peter | 2013-05-15 | 2 | -40/+1 | |
| * | | | | | added test for password change | Florin Peter | 2013-05-15 | 1 | -0/+34 | |
| * | | | | | add recovery key to all files if the user enabled the feature and removes the... | Björn Schießle | 2013-05-15 | 3 | -1/+42 | |
| * | | | | | added missing file to enable the admin to change the recovery key password | Björn Schießle | 2013-05-15 | 1 | -0/+52 | |
| * | | | | | Merge branch 'files_encryption' of github.com:owncloud/core into files_encryp... | Björn Schießle | 2013-05-15 | 2 | -33/+25 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | fix for broken tests | Florin Peter | 2013-05-15 | 1 | -13/+4 | |
| | * | | | | | fix for previous workaround | Florin Peter | 2013-05-15 | 1 | -20/+21 | |
| * | | | | | | enable admin to change the recovery password | Björn Schießle | 2013-05-15 | 5 | -28/+118 | |
| |/ / / / / | ||||||
| * | | | | | check if the user knows the correct recovery password before changing the rec... | Björn Schießle | 2013-05-15 | 4 | -20/+62 | |
| * | | | | | Merge branch 'files_encryption' of github.com:owncloud/core into files_encryp... | Björn Schießle | 2013-05-15 | 203 | -673/+1327 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | workaround for blank page need an other solution | Florin Peter | 2013-05-15 | 1 | -20/+20 | |
| | * | | | | | improved files_encryption tests | Florin Peter | 2013-05-15 | 4 | -4/+4 | |
| | * | | | | | Merge branch 'files_encryption' of https://github.com/owncloud/core into file... | Florin Peter | 2013-05-15 | 48 | -832/+2463 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-15 | 220 | -758/+1653 | |
| | |\ \ \ \ \ \ | ||||||
| * | | | | | | | | only let the user change the recovery admin settings if a key passwords was e... | Björn Schießle | 2013-05-15 | 3 | -33/+25 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | improved tests and added new tests for file rename and move | Florin Peter | 2013-05-15 | 4 | -32/+117 | |
| * | | | | | | | disabled FileProxy in Keymanager::getPrivateKey | Florin Peter | 2013-05-15 | 1 | -2/+7 | |
| * | | | | | | | prevent of infinite loop with FileProxy | Florin Peter | 2013-05-15 | 1 | -3/+3 | |
| * | | | | | | | fix for move file to an empty folder | Florin Peter | 2013-05-14 | 1 | -5/+23 | |
| * | | | | | | | fix for Allowed memory size of xx bytes exhausted while reading big files | Florin Peter | 2013-05-14 | 1 | -5/+12 | |
| * | | | | | | | fix for zero size files | Florin Peter | 2013-05-14 | 1 | -2/+2 | |
| * | | | | | | | fix for public link share | Florin Peter | 2013-05-14 | 2 | -2/+1 | |
| * | | | | | | | added test for public shared file via link | Florin Peter | 2013-05-14 | 2 | -11/+79 | |
| * | | | | | | | added post_deleteUser hook for cleanup public key | Florin Peter | 2013-05-13 | 2 | -0/+20 | |
| * | | | | | | | added post_createUser hook | Florin Peter | 2013-05-13 | 2 | -12/+38 | |
| * | | | | | | | added handling for public file access via files_sharing link | Florin Peter | 2013-05-13 | 4 | -64/+120 | |
| * | | | | | | | removed var_dump | Florin Peter | 2013-05-13 | 1 | -1/+1 | |
| * | | | | | | | don't handle public share keys in lib/public/share.php but in apps/files_encr... | Björn Schießle | 2013-05-13 | 1 | -1/+8 | |
| * | | | | | | | don't create a recovery user, only generate recovery key similar to the publi... | Björn Schießle | 2013-05-13 | 5 | -99/+63 | |
| * | | | | | | | 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 | 3 | -23/+35 | |
| * | | | | | | | use preShare hook only to check if all pub keys are available and the postSha... | Björn Schießle | 2013-05-13 | 3 | -112/+57 | |
| * | | | | | | | added handling for sharing with link | Florin Peter | 2013-05-11 | 1 | -0/+3 | |
| * | | | | | | | sharing with group should work now | Florin Peter | 2013-05-11 | 1 | -6/+11 |