summaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/Crypto
Commit message (Expand)AuthorAgeFilesLines
* Adapt encryption test to change in generateHeaderCôme Chilliet2023-06-011-1/+1
* fix: Adjust console formatter code to match with Symfony type hintsFerdinand Thiessen2023-04-171-1/+4
* Merge pull request #36351 from nextcloud/bugfix/noid/move-encryption-password...Joas Schilling2023-04-141-0/+8
|\
| * Fix unit testsJoas Schilling2023-03-081-0/+8
* | Add a test for multiKeyEncrypt/Decrypt methodsCôme Chilliet2023-03-201-4/+15
* | Adapt code to new encryption systemCôme Chilliet2023-03-171-3/+3
|/
* Replace getSystemValue in encryption appJ0WI2022-12-051-5/+5
* Remove at() matcher use from encryption testsCôme Chilliet2022-05-241-15/+20
* Save encrypted files in binary formatplumbeo2022-05-041-9/+14
* Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet2021-12-161-1/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-4/+0
* Fix testMorris Jobke2021-05-201-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-4/+4
* Make legacy cipher opt inRoeland Jago Douma2020-08-191-0/+10
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-124-38/+38
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-25/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-7/+7
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-55/+55
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Update license headersChristoph Wurst2019-12-054-5/+6
* Mode to modern phpunitRoeland Jago Douma2019-11-274-12/+16
* Make phpunit8 compatibleRoeland Jago Douma2019-11-274-4/+4
* Some php-cs fixesRoeland Jago Douma2019-11-224-4/+1
* Remove deprecated functions from SecureRandomRoeland Jago Douma2018-12-071-2/+0
* skip already encrypted files on encrypt all commandBjoern Schiessle2018-10-241-0/+33
* Class "ProgressBar" is declared "final" and cannot be mocked.Joas Schilling2018-01-251-2/+4
* Update license headersMorris Jobke2017-11-064-0/+10
* Use ::class in test mocks of encryption appMorris Jobke2017-10-264-28/+45
* Use ::class in test mocksMorris Jobke2017-10-243-9/+18
* print generated encryption key passwords directly after generating the keys s...Kenneth Newwood2017-09-111-2/+2
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
* always throw a encryption exceptionBjoern Schiessle2017-03-141-1/+1
* check if session is initializedBjoern Schiessle2016-11-231-0/+15
* Fix getMock encryptionRoeland Jago Douma2016-09-063-4/+8
* Fix apps/Joas Schilling2016-07-214-8/+12
* Update license headersLukas Reschke2016-05-264-5/+7
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-124-0/+1348