summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Replaced phpseclib calls with symmetric re-encryption of user private keySam Tuke2012-12-113-23/+15
| * | | | | | | | | | | | Revert "Revert "Development snapshot""Sam Tuke2012-12-1110-74/+227
| * | | | | | | | | | | | Revert "Development snapshot"Sam Tuke2012-12-1110-227/+74
| * | | | | | | | | | | | Added library phpseclibSam Tuke2012-12-113-15/+88
| * | | | | | | | | | | | Development snapshotSam Tuke2012-12-0510-74/+227
| * | | | | | | | | | | | Development SnapshotSam Tuke2012-12-045-45/+176
| * | | | | | | | | | | | Development snapshotSam Tuke2012-11-287-268/+316
| * | | | | | | | | | | | Development snapshotSam Tuke2012-11-221-18/+29
| * | | | | | | | | | | | Development snapshotSam Tuke2012-11-222-42/+30
| * | | | | | | | | | | | Development snapshotSam Tuke2012-11-223-34/+33
| * | | | | | | | | | | | Added unit tests for legacy encryption methodsSam Tuke2012-11-203-7/+117
| * | | | | | | | | | | | Development snapshot, lots of fixesSam Tuke2012-11-168-76/+176
| * | | | | | | | | | | | Added unit tests for setupServerSide(), key paths, and ready()Sam Tuke2012-11-161-3/+114
| * | | | | | | | | | | | Fixing use of splitIvSam Tuke2012-11-152-28/+21
| * | | | | | | | | | | | Switched require() for require_once()Sam Tuke2012-11-151-0/+0
| * | | | | | | | | | | | Fixed IV generation testSam Tuke2012-11-151-51/+114
| * | | | | | | | | | | | Improved documentationSam Tuke2012-11-151-7/+42
| * | | | | | | | | | | | Added check if sharing app is enabled, commented out sharing code due to issueSam Tuke2012-11-151-58/+61
| * | | | | | | | | | | | Added namespaceSam Tuke2012-11-141-3/+5
| * | | | | | | | | | | | Added minor documentationSam Tuke2012-11-143-23/+15
| * | | | | | | | | | | | all unit files_encryption crypt unit tests now passing after mergeSam Tuke2012-10-1714-202/+226
| * | | | | | | | | | | | Merged branch 'master'Sam Tuke2012-10-161073-178295/+8782
| * | | | | | | | | | | | Development snapshotSam Tuke2012-10-162-99/+130
| * | | | | | | | | | | | Development snapshot; encryption stream wrapper now successfully writes files...Sam Tuke2012-10-104-50/+225
| * | | | | | | | | | | | Development snapshotSam Tuke2012-09-115-83/+301
| * | | | | | | | | | | | 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-151-0/+27
| * | | | | | | | | | | | 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-131-0/+6
| * | | | | | | | | | | | 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-081-6/+5