Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | all unit files_encryption crypt unit tests now passing after merge | Sam Tuke | 2012-10-17 | 16 | -218/+248 | |
| | * | | | | | | | | | Merged branch 'master' | Sam Tuke | 2012-10-16 | 3169 | -253859/+191827 | |
| | * | | | | | | | | | Development snapshot | Sam Tuke | 2012-10-16 | 2 | -99/+130 | |
| | * | | | | | | | | | Development snapshot; encryption stream wrapper now successfully writes files... | Sam Tuke | 2012-10-10 | 5 | -50/+228 | |
| | * | | | | | | | | | Development snapshot | Sam Tuke | 2012-09-11 | 5 | -83/+301 | |
| | * | | | | | | | | | urldecode private- and public-key | Bjoern Schiessle | 2012-08-27 | 1 | -2/+2 | |
| | * | | | | | | | | | development snapshot | Sam Tuke | 2012-08-23 | 3 | -84/+121 | |
| | * | | | | | | | | | Extensive work on crypto stream wrapper implementation | Sam Tuke | 2012-08-23 | 5 | -98/+259 | |
| | * | | | | | | | | | Started rewrite of cryptstream class (renamed to stream) | Sam Tuke | 2012-08-16 | 7 | -217/+361 | |
| | * | | | | | | | | | working on streaming decrypted content | Sam Tuke | 2012-08-15 | 5 | -12/+25 | |
| | * | | | | | | | | | Converted test to PHPUnit format | Sam Tuke | 2012-08-15 | 1 | -47/+44 | |
| | * | | | | | | | | | added two (currently passing) unit tests | Sam Tuke | 2012-08-15 | 1 | -3/+14 | |
| | * | | | | | | | | | added first version of keymanager PHPUnit test files | Sam Tuke | 2012-08-15 | 1 | -0/+43 | |
| | * | | | | | | | | | provide ocs calls and keymanager functions to get/set both keys (private, pub... | Bjoern Schiessle | 2012-08-15 | 2 | -0/+80 | |
| | * | | | | | | | | | move chane password code from keymanager.php to crypt.php | Bjoern Schiessle | 2012-08-15 | 2 | -22/+8 | |
| | * | | | | | | | | | added wrapper method in crypt class for encrypting asymmetric and symmetric s... | Sam Tuke | 2012-08-14 | 5 | -97/+199 | |
| | * | | | | | | | | | write error to OC_Log | Bjoern Schiessle | 2012-08-13 | 1 | -0/+1 | |
| | * | | | | | | | | | check if user has write access to a given file before updating the filekey | Bjoern Schiessle | 2012-08-13 | 2 | -1/+7 | |
| | * | | | | | | | | | ToDo item removed | Bjoern Schiessle | 2012-08-10 | 1 | -2/+0 | |
| | * | | | | | | | | | execute file hooks only if server side encryption is enabled | Bjoern Schiessle | 2012-08-10 | 3 | -19/+16 | |
| | * | | | | | | | | | only call proxies for server side encryption | Bjoern Schiessle | 2012-08-10 | 2 | -28/+5 | |
| | * | | | | | | | | | typo fixed | Bjoern Schiessle | 2012-08-09 | 1 | -1/+1 | |
| | * | | | | | | | | | code cleanup | Bjoern Schiessle | 2012-08-09 | 2 | -10/+11 | |
| | * | | | | | | | | | change private key passphrase; disable file proxy for keymanager operations | Bjoern Schiessle | 2012-08-09 | 1 | -7/+27 | |
| | * | | | | | | | | | disable admin choice of encryption mode once a decision was taken | Bjoern Schiessle | 2012-08-09 | 4 | -10/+30 | |
| | * | | | | | | | | | change key password when user switches from client to server side encryption. | Bjoern Schiessle | 2012-08-09 | 4 | -17/+21 | |
| | * | | | | | | | | | ask user for passwords when switching from client to server side encryption | Bjoern Schiessle | 2012-08-09 | 4 | -12/+50 | |
| | * | | | | | | | | | lock system wide encryption settings once the admin took a decision | Bjoern Schiessle | 2012-08-08 | 1 | -4/+4 | |
| | * | | | | | | | | | fix setFileKey() call in updateKeyfile hook | Bjoern Schiessle | 2012-08-08 | 1 | -1/+1 | |
| | * | | | | | | | | | remove function which is no longer needed | Bjoern Schiessle | 2012-08-08 | 1 | -5/+1 | |
| | * | | | | | | | | | set default dependencies in keymanager.php | Bjoern Schiessle | 2012-08-08 | 2 | -16/+15 | |
| | * | | | | | | | | | define default properties in keymanager.php | Bjoern Schiessle | 2012-08-08 | 1 | -0/+8 | |
| | * | | | | | | | | | OCS api calls cleanup | Bjoern Schiessle | 2012-08-03 | 2 | -117/+83 | |
| | * | | | | | | | | | code cleanup and TODOs added | Bjoern Schiessle | 2012-08-03 | 3 | -3/+7 | |
| | * | | | | | | | | | only force re-login if server-side encryption is enabled | Bjoern Schiessle | 2012-08-03 | 1 | -4/+1 | |
| | * | | | | | | | | | return a list of all public keys for a given file | Bjoern Schiessle | 2012-08-03 | 3 | -29/+61 | |
| | * | | | | | | | | | code cleanup | Bjoern Schiessle | 2012-08-02 | 3 | -4/+12 | |
| | * | | | | | | | | | remove debug output | Bjoern Schiessle | 2012-08-02 | 1 | -2/+0 | |
| | * | | | | | | | | | allow user to choose encryption mode | Bjoern Schiessle | 2012-08-02 | 12 | -19/+124 | |
| | * | | | | | | | | | Made dependencies of Kaymanager::setFileKey() explicit using dependency injec... | Sam Tuke | 2012-08-01 | 3 | -421/+427 | |
| | * | | | | | | | | | get settings from DB and check the right checkbox in the settings | Bjoern Schiessle | 2012-08-01 | 2 | -4/+4 | |
| | * | | | | | | | | | Merge commit '84fd62b13047cb756d9f39c192e17fd5f2179f83' into files_encryption | Sam Tuke | 2012-07-31 | 7 | -415/+481 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Implemented writing of keyfiles and directory hierarchy in proxy class | Sam Tuke | 2012-07-31 | 6 | -485/+653 | |
| | | * | | | | | | | | | get encryption mode from the settings | Bjoern Schiessle | 2012-07-31 | 1 | -5/+11 | |
| | | * | | | | | | | | | allow admin to choose between client and server side encryption | Bjoern Schiessle | 2012-07-31 | 2 | -1/+21 | |
| | | * | | | | | | | | | update file encryption key over webdav properties for client side encryption | Bjoern Schiessle | 2012-07-31 | 4 | -4/+43 | |
| | * | | | | | | | | | | Implemented writing of keyfiles and directory hierarchy in proxy class | Sam Tuke | 2012-07-31 | 6 | -479/+646 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | comment added | Bjoern Schiessle | 2012-07-30 | 1 | -0/+1 | |
| | * | | | | | | | | | url needs to be case sensitive to be able to have files and paths as part of ... | Bjoern Schiessle | 2012-07-30 | 1 | -1/+1 | |
| | * | | | | | | | | | get/set key files, take shared files into account | Bjoern Schiessle | 2012-07-30 | 2 | -8/+36 |