aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
| * | | | | | | | define default properties in keymanager.phpBjoern Schiessle2012-08-081-0/+8
| * | | | | | | | OCS api calls cleanupBjoern Schiessle2012-08-031-15/+13
| * | | | | | | | 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-032-8/+45
| * | | | | | | | 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-315-411/+451
| |\ \ \ \ \ \ \ \
| | * | | | | | | | 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-312-0/+13
| * | | | | | | | | Implemented writing of keyfiles and directory hierarchy in proxy classSam Tuke2012-07-316-479/+646
| |/ / / / / / / /
| * | | | | | | | comment addedBjoern Schiessle2012-07-301-0/+1
| * | | | | | | | get/set key files, take shared files into accountBjoern Schiessle2012-07-301-6/+34
| * | | | | | | | write keyfiles to serverBjoern Schiessle2012-07-271-1/+1
| * | | | | | | | run setup routine only for server side encryptionBjoern Schiessle2012-07-271-16/+20
| * | | | | | | | write private/public key from the client to the serverBjoern Schiessle2012-07-261-6/+25
| * | | | | | | | Merge branch 'files_encryption' of gitorious.org:owncloud/owncloud into files...Bjoern Schiessle2012-07-265-42/+73
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Mainly work on implementing new encryption system (+ keyfile handling) into p...Sam Tuke2012-07-255-42/+73
| * | | | | | | | | fixed path for filesystem viewBjoern Schiessle2012-07-261-10/+5
| * | | | | | | | | function to ask for the encryption mode (server side or client side).Bjoern Schiessle2012-07-261-0/+11
| |/ / / / / / / /
| * | | | | | | | Fixed use of OCFSV in getPrivateKey()Sam Tuke2012-07-251-4/+5
| * | | | | | | | Fixed various bugs in hooks classSam Tuke2012-07-253-60/+71
| * | | | | | | | Started implementation of new encyryption classes into the encryption proxySam Tuke2012-07-252-14/+23
| * | | | | | | | keymanager class for basic operations to store and retrieve keysBjoern Schiessle2012-07-251-0/+110