Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+1 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | list files which could not be decrypted | Bjoern Schiessle | 2018-12-14 | 1 | -0/+3 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | skip already decrypted files on decrypt all command | Bjoern Schiessle | 2018-10-24 | 1 | -0/+6 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix shared storage namespace in DecryptAll class | Vincent Petry | 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 | 1 | -1/+5 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Move \OC\Encryption to PSR-4 | Roeland Jago Douma | 2016-04-22 | 1 | -0/+276 |