aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/Crypto/CryptTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-3/+3
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+3
* test: Fix wrongly mocked methodJoas Schilling2024-10-071-2/+1
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-19/+19
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-291-23/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Migrate away from ILogger in encryptionCôme Chilliet2023-08-081-3/+3
* Adapt encryption test to change in generateHeaderCôme Chilliet2023-05-251-1/+1
* Add a test for multiKeyEncrypt/Decrypt methodsCôme Chilliet2023-03-201-4/+15
* Replace getSystemValue in encryption appJ0WI2022-12-051-5/+5
* Save encrypted files in binary formatplumbeo2022-05-041-9/+14
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* 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-121-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-11/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-24/+24
* Update license headersChristoph Wurst2019-12-051-2/+1
* Mode to modern phpunitRoeland Jago Douma2019-11-271-4/+7
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Update license headersMorris Jobke2017-11-061-0/+3
* Use ::class in test mocks of encryption appMorris Jobke2017-10-261-2/+3
* Use ::class in test mocksMorris Jobke2017-10-241-2/+4
* always throw a encryption exceptionBjoern Schiessle2017-03-141-1/+1
* Fix getMock encryptionRoeland Jago Douma2016-09-061-1/+2
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-2/+2
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-0/+456