Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix hook registration | Bjoern Schiessle | 2015-04-07 | 1 | -1/+2 | |
| | ||||||
* | remove useless setup base class | Clark Tomlinson | 2015-04-07 | 2 | -40/+11 | |
| | ||||||
* | adding hook manager test | Clark Tomlinson | 2015-04-07 | 1 | -1/+0 | |
| | ||||||
* | cleanup keymanager test and add some additional tests | Bjoern Schiessle | 2015-04-07 | 2 | -4/+7 | |
| | ||||||
* | delete recovery keys on disable | Bjoern Schiessle | 2015-04-07 | 2 | -11/+18 | |
| | ||||||
* | fixing test helper and undoing fubar in class... | Clark Tomlinson | 2015-04-07 | 1 | -4/+3 | |
| | ||||||
* | :100:% coverage for session class | Clark Tomlinson | 2015-04-07 | 1 | -4/+5 | |
| | ||||||
* | let user enable recovery key | Bjoern Schiessle | 2015-04-07 | 4 | -33/+45 | |
| | ||||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -14/+73 | |
| | | | | users with access to a file, needed to apply the recovery key to all files | |||||
* | fix set recovery key and implement change password | Bjoern Schiessle | 2015-04-07 | 3 | -16/+61 | |
| | ||||||
* | use password change logic to userhooks to avoid recursions | Bjoern Schiessle | 2015-04-07 | 2 | -73/+13 | |
| | ||||||
* | add session class to handle all session operations | Bjoern Schiessle | 2015-04-07 | 3 | -18/+141 | |
| | ||||||
* | moving methods to their final places | Clark Tomlinson | 2015-04-07 | 3 | -103/+103 | |
| | | | | and updating test some. | |||||
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -6/+0 | |
| | ||||||
* | Further cleanup of files_encryption | Thomas Müller | 2015-04-07 | 1 | -9/+1 | |
| | ||||||
* | make recovery settings work | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 | |
| | ||||||
* | fix parameter declaration and class initialisation | Bjoern Schiessle | 2015-04-07 | 1 | -3/+3 | |
| | ||||||
* | fix unit test execution, variable naming and kill no longer used $cacheFactory | Thomas Müller | 2015-04-07 | 1 | -7/+8 | |
| | ||||||
* | check if recovery key exists and encrypt the file with the recovery key if ↵ | Bjoern Schiessle | 2015-04-07 | 2 | -5/+54 | |
| | | | | needed | |||||
* | add public link share key to file if it was shared as public link | Bjoern Schiessle | 2015-04-07 | 3 | -3/+50 | |
| | ||||||
* | make sharing and unsharing work | Bjoern Schiessle | 2015-04-07 | 2 | -7/+31 | |
| | ||||||
* | cleanup and removing cachefactory | Clark Tomlinson | 2015-04-07 | 3 | -214/+44 | |
| | ||||||
* | read encrypted files | Bjoern Schiessle | 2015-04-07 | 2 | -8/+32 | |
| | ||||||
* | make sure that all file keys are written to the key storage | Bjoern Schiessle | 2015-04-07 | 2 | -3/+32 | |
| | ||||||
* | write encrypted file to disc | Bjoern Schiessle | 2015-04-07 | 3 | -19/+149 | |
| | ||||||
* | encryption app: remove legacy code, we do only server-side encryption | Bjoern Schiessle | 2015-04-07 | 2 | -65/+42 | |
| | ||||||
* | fixing obvious bugs while testing | Thomas Müller | 2015-04-07 | 2 | -129/+138 | |
| | ||||||
* | Updating keystorage movement and fixing hooks | Clark Tomlinson | 2015-04-07 | 8 | -232/+859 | |
| | ||||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 8 | -0/+1110 | |