Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore exception when deleting keys of deleted user | Vincent Petry | 2017-03-17 | 1 | -2/+16 |
| | | | | | | | | Whenever a user was deleted for encryption where the keys are stored in the home, we can ignore user existence exceptions because it means the keys are already gone. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 1 | -1/+11 |
| | | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | create new encryption keys on password reset and backup the old one | Bjoern Schiessle | 2017-01-10 | 1 | -0/+35 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Ignore AppData in encryption wrapper | Roeland Jago Douma | 2016-11-29 | 1 | -0/+1 |
| | | | | | | Fixes part of #2407 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix shared storage namespace in DecryptAll class | Vincent Petry | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Move OC\Files\Storage\Shared to the right namespace | Joas Schilling | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | skip shared files, if files get decrypted only for a specific user we ↵ | Bjoern Schiessle | 2016-07-27 | 1 | -0/+4 |
| | | | | shouldn't touch files owned by a different user. | ||||
* | Fix others | Joas Schilling | 2016-07-21 | 16 | -20/+40 |
| | |||||
* | Use capped cache for encryption's user access list | Vincent Petry | 2016-06-10 | 1 | -0/+3 |
| | |||||
* | Allow to decrypt user '0' files only | Joas Schilling | 2016-06-07 | 1 | -2/+2 |
| | |||||
* | Use isEncrpyted() instead | Vincent Petry | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Respect oc coding style guide. | Christian Jürges | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Check if file needs to decrypted or not for speed up large oc setups. | Christian Jürges | 2016-05-30 | 1 | -3/+9 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 11 | -11/+11 |
| | |||||
* | Move \OC\Encryption to PSR-4 | Roeland Jago Douma | 2016-04-22 | 16 | -0/+2017 |