Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | 1 | -0/+27 | |
| * | | | | | | | | 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 | 1 | -0/+6 | |
| * | | | | | | | | 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 | 1 | -6/+5 | |
| * | | | | | | | | define default properties in keymanager.php | Bjoern Schiessle | 2012-08-08 | 1 | -0/+8 | |
| * | | | | | | | | OCS api calls cleanup | Bjoern Schiessle | 2012-08-03 | 1 | -15/+13 | |
| * | | | | | | | | 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 | 2 | -8/+45 | |
| * | | | | | | | | 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 | 5 | -411/+451 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | 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 | 2 | -0/+13 | |
| * | | | | | | | | | 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 | |
| * | | | | | | | | get/set key files, take shared files into account | Bjoern Schiessle | 2012-07-30 | 1 | -6/+34 | |
| * | | | | | | | | write keyfiles to server | Bjoern Schiessle | 2012-07-27 | 1 | -1/+1 | |
| * | | | | | | | | run setup routine only for server side encryption | Bjoern Schiessle | 2012-07-27 | 1 | -16/+20 | |
| * | | | | | | | | write private/public key from the client to the server | Bjoern Schiessle | 2012-07-26 | 1 | -6/+25 | |
| * | | | | | | | | Merge branch 'files_encryption' of gitorious.org:owncloud/owncloud into files... | Bjoern Schiessle | 2012-07-26 | 5 | -42/+73 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Mainly work on implementing new encryption system (+ keyfile handling) into p... | Sam Tuke | 2012-07-25 | 5 | -42/+73 | |
| * | | | | | | | | | fixed path for filesystem view | Bjoern Schiessle | 2012-07-26 | 1 | -10/+5 | |
| * | | | | | | | | | function to ask for the encryption mode (server side or client side). | Bjoern Schiessle | 2012-07-26 | 1 | -0/+11 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Fixed use of OCFSV in getPrivateKey() | Sam Tuke | 2012-07-25 | 1 | -4/+5 | |
| * | | | | | | | | Fixed various bugs in hooks class | Sam Tuke | 2012-07-25 | 3 | -60/+71 | |
| * | | | | | | | | Started implementation of new encyryption classes into the encryption proxy | Sam Tuke | 2012-07-25 | 2 | -14/+23 | |
| * | | | | | | | | keymanager class for basic operations to store and retrieve keys | Bjoern Schiessle | 2012-07-25 | 1 | -0/+110 |