summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | all unit files_encryption crypt unit tests now passing after mergeSam Tuke2012-10-1716-218/+248
| | * | | | | | | | | Merged branch 'master'Sam Tuke2012-10-163169-253859/+191827
| | * | | | | | | | | Development snapshotSam Tuke2012-10-162-99/+130
| | * | | | | | | | | Development snapshot; encryption stream wrapper now successfully writes files...Sam Tuke2012-10-105-50/+228
| | * | | | | | | | | Development snapshotSam Tuke2012-09-115-83/+301
| | * | | | | | | | | urldecode private- and public-keyBjoern Schiessle2012-08-271-2/+2
| | * | | | | | | | | development snapshotSam Tuke2012-08-233-84/+121
| | * | | | | | | | | Extensive work on crypto stream wrapper implementationSam Tuke2012-08-235-98/+259
| | * | | | | | | | | Started rewrite of cryptstream class (renamed to stream)Sam Tuke2012-08-167-217/+361
| | * | | | | | | | | working on streaming decrypted contentSam Tuke2012-08-155-12/+25
| | * | | | | | | | | Converted test to PHPUnit formatSam Tuke2012-08-151-47/+44
| | * | | | | | | | | added two (currently passing) unit testsSam Tuke2012-08-151-3/+14
| | * | | | | | | | | added first version of keymanager PHPUnit test filesSam Tuke2012-08-151-0/+43
| | * | | | | | | | | provide ocs calls and keymanager functions to get/set both keys (private, pub...Bjoern Schiessle2012-08-152-0/+80
| | * | | | | | | | | move chane password code from keymanager.php to crypt.phpBjoern Schiessle2012-08-152-22/+8
| | * | | | | | | | | added wrapper method in crypt class for encrypting asymmetric and symmetric s...Sam Tuke2012-08-145-97/+199
| | * | | | | | | | | write error to OC_LogBjoern Schiessle2012-08-131-0/+1
| | * | | | | | | | | check if user has write access to a given file before updating the filekeyBjoern Schiessle2012-08-132-1/+7
| | * | | | | | | | | ToDo item removedBjoern Schiessle2012-08-101-2/+0
| | * | | | | | | | | execute file hooks only if server side encryption is enabledBjoern Schiessle2012-08-103-19/+16
| | * | | | | | | | | only call proxies for server side encryptionBjoern Schiessle2012-08-102-28/+5
| | * | | | | | | | | typo fixedBjoern Schiessle2012-08-091-1/+1
| | * | | | | | | | | code cleanupBjoern Schiessle2012-08-092-10/+11
| | * | | | | | | | | change private key passphrase; disable file proxy for keymanager operationsBjoern Schiessle2012-08-091-7/+27
| | * | | | | | | | | disable admin choice of encryption mode once a decision was takenBjoern Schiessle2012-08-094-10/+30
| | * | | | | | | | | change key password when user switches from client to server side encryption.Bjoern Schiessle2012-08-094-17/+21
| | * | | | | | | | | ask user for passwords when switching from client to server side encryptionBjoern Schiessle2012-08-094-12/+50
| | * | | | | | | | | lock system wide encryption settings once the admin took a decisionBjoern Schiessle2012-08-081-4/+4
| | * | | | | | | | | fix setFileKey() call in updateKeyfile hookBjoern Schiessle2012-08-081-1/+1
| | * | | | | | | | | remove function which is no longer neededBjoern Schiessle2012-08-081-5/+1
| | * | | | | | | | | set default dependencies in keymanager.phpBjoern Schiessle2012-08-082-16/+15
| | * | | | | | | | | define default properties in keymanager.phpBjoern Schiessle2012-08-081-0/+8
| | * | | | | | | | | OCS api calls cleanupBjoern Schiessle2012-08-032-117/+83
| | * | | | | | | | | code cleanup and TODOs addedBjoern Schiessle2012-08-033-3/+7
| | * | | | | | | | | only force re-login if server-side encryption is enabledBjoern Schiessle2012-08-031-4/+1
| | * | | | | | | | | return a list of all public keys for a given fileBjoern Schiessle2012-08-033-29/+61
| | * | | | | | | | | code cleanupBjoern Schiessle2012-08-023-4/+12
| | * | | | | | | | | remove debug outputBjoern Schiessle2012-08-021-2/+0
| | * | | | | | | | | allow user to choose encryption modeBjoern Schiessle2012-08-0212-19/+124
| | * | | | | | | | | Made dependencies of Kaymanager::setFileKey() explicit using dependency injec...Sam Tuke2012-08-013-421/+427
| | * | | | | | | | | get settings from DB and check the right checkbox in the settingsBjoern Schiessle2012-08-012-4/+4
| | * | | | | | | | | Merge commit '84fd62b13047cb756d9f39c192e17fd5f2179f83' into files_encryptionSam Tuke2012-07-317-415/+481
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Implemented writing of keyfiles and directory hierarchy in proxy classSam Tuke2012-07-316-485/+653
| | | * | | | | | | | | get encryption mode from the settingsBjoern Schiessle2012-07-311-5/+11
| | | * | | | | | | | | allow admin to choose between client and server side encryptionBjoern Schiessle2012-07-312-1/+21
| | | * | | | | | | | | update file encryption key over webdav properties for client side encryptionBjoern Schiessle2012-07-314-4/+43
| | * | | | | | | | | | Implemented writing of keyfiles and directory hierarchy in proxy classSam Tuke2012-07-316-479/+646
| | |/ / / / / / / / /
| | * | | | | | | | | comment addedBjoern Schiessle2012-07-301-0/+1
| | * | | | | | | | | url needs to be case sensitive to be able to have files and paths as part of ...Bjoern Schiessle2012-07-301-1/+1
| | * | | | | | | | | get/set key files, take shared files into accountBjoern Schiessle2012-07-302-8/+36