Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update encryption wrapper tests | Robin Appelman | 2018-11-29 | 1 | -7/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | skip already decrypted files on decrypt all command | Bjoern Schiessle | 2018-10-24 | 1 | -10/+31 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Class "ProgressBar" is declared "final" and cannot be mocked. | Joas Schilling | 2018-01-25 | 1 | -2/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix "Undefined method setExpectedException()" | Joas Schilling | 2018-01-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use ::class in test mocks of encryption app | Morris Jobke | 2017-10-26 | 4 | -9/+16 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks of dav app | Morris Jobke | 2017-10-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 4 | -5/+9 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Don't use deprecated getMock() anymore | Joas Schilling | 2017-04-20 | 1 | -14/+14 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix translations | Joas Schilling | 2017-04-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | create new encryption keys on password reset and backup the old one | Bjoern Schiessle | 2017-01-10 | 1 | -0/+43 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | 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 | -4/+4 |
| | |||||
* | Fix getMock DecryptAllTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+2 |
| | |||||
* | Fix getMock Encryption | Roeland Jago Douma | 2016-09-07 | 3 | -14/+25 |
| | |||||
* | skip shared files, if files get decrypted only for a specific user we ↵ | Bjoern Schiessle | 2016-07-27 | 1 | -3/+14 |
| | | | | shouldn't touch files owned by a different user. | ||||
* | Allow to decrypt user '0' files only | Joas Schilling | 2016-06-07 | 1 | -12/+23 |
| | |||||
* | fix unit tests | Björn Schießle | 2016-05-30 | 1 | -3/+4 |
| | |||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 6 | -0/+1638 |
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader |