Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 2 | -2/+4 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 2 | -2/+3 |
| | |||||
* | Fix method call + undefined variable | Lukas Reschke | 2016-01-07 | 1 | -1/+1 |
| | | | | | | | | | 1. Variable is not defined 2. Method does not expect any parameters ``` Undefined variable: user at /Users/lukasreschke/Documents/Programming/master/apps/encryption/settings/settings-admin.php#45 ``` | ||||
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 1 | -0/+15 |
| | |||||
* | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 1 | -1/+2 |
| | |||||
* | check recovery setting for the right user | Bjoern Schiessle | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | add $encryptionModuleId to methods of Keys/IStorage | Thomas Müller | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 2 | -8/+38 |
| | |||||
* | cleanup | Thomas Müller | 2015-04-07 | 1 | -14/+12 |
| | |||||
* | let user enable recovery key | Bjoern Schiessle | 2015-04-07 | 1 | -11/+11 |
| | |||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -1/+5 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | Fix settings | Thomas Müller | 2015-04-07 | 2 | -4/+4 |
| | |||||
* | add session class to handle all session operations | Bjoern Schiessle | 2015-04-07 | 1 | -6/+6 |
| | |||||
* | moving methods to their final places | Clark Tomlinson | 2015-04-07 | 1 | -8/+2 |
| | | | | and updating test some. | ||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 1 | -1/+0 |
| | |||||
* | make recovery settings work | Bjoern Schiessle | 2015-04-07 | 1 | -3/+0 |
| | |||||
* | add public link share key to file if it was shared as public link | Bjoern Schiessle | 2015-04-07 | 1 | -2/+24 |
| | |||||
* | add setting templates | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | cleanup and removing cachefactory | Clark Tomlinson | 2015-04-07 | 2 | -8/+8 |
| | |||||
* | Updating keystorage movement and fixing hooks | Clark Tomlinson | 2015-04-07 | 1 | -4/+4 |
| | |||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 2 | -0/+65 |