aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/Crypto
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-213-11/+11
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-153-14/+17
* test: Fix wrongly mocked methodJoas Schilling2024-10-071-2/+1
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-2/+2
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-161-4/+4
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-154-40/+40
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-29/+29
* test: Fix encryption testLouis Chemineau2024-06-061-21/+14
* chore: Add SPDX headerAndy Scherzinger2024-05-294-91/+16
* fix(CS): Fix coding styleJoas Schilling2024-01-261-1/+1
* fix(encryption): Fix deprecated syntax in encryption testsFerdinand Thiessen2024-01-261-1/+7
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Migrate away from ILogger in encryptionCôme Chilliet2023-08-082-6/+6
* Adapt encryption test to change in generateHeaderCôme Chilliet2023-05-251-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