summaryrefslogtreecommitdiffstats
path: root/tests/lib/Encryption
Commit message (Collapse)AuthorAgeFilesLines
* update encryption wrapper testsRobin Appelman2018-11-291-7/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* skip already decrypted files on decrypt all commandBjoern Schiessle2018-10-241-10/+31
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Class "ProgressBar" is declared "final" and cannot be mocked.Joas Schilling2018-01-251-2/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use ::class in test mocks of encryption appMorris Jobke2017-10-264-9/+16
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocks of dav appMorris Jobke2017-10-261-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocksMorris Jobke2017-10-244-5/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Don't use deprecated getMock() anymoreJoas Schilling2017-04-201-14/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix translationsJoas Schilling2017-04-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-0/+43
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix shared storage namespace in DecryptAll classVincent Petry2016-10-201-1/+1
|
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-4/+4
|
* Fix getMock DecryptAllTestRoeland Jago Douma2016-09-131-1/+2
|
* Fix getMock EncryptionRoeland Jago Douma2016-09-073-14/+25
|
* skip shared files, if files get decrypted only for a specific user we ↵Bjoern Schiessle2016-07-271-3/+14
| | | | shouldn't touch files owned by a different user.
* Allow to decrypt user '0' files onlyJoas Schilling2016-06-071-12/+23
|
* fix unit testsBjörn Schießle2016-05-301-3/+4
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-206-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