aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/Crypto/EncryptionTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-1/+1
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-9/+11
* 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-151-12/+12
* test: Fix encryption testLouis Chemineau2024-06-061-21/+14
* chore: Add SPDX headerAndy Scherzinger2024-05-291-23/+4
* Migrate away from ILogger in encryptionCôme Chilliet2023-08-081-3/+3
* Adapt code to new encryption systemCôme Chilliet2023-03-171-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Fix testMorris Jobke2021-05-201-1/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-10/+10
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-5/+5
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-31/+31
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+1
* Mode to modern phpunitRoeland Jago Douma2019-11-271-6/+7
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Update license headersMorris Jobke2017-11-061-0/+3
* Use ::class in test mocks of encryption appMorris Jobke2017-10-261-7/+14
* Use ::class in test mocksMorris Jobke2017-10-241-2/+4
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
* check if session is initializedBjoern Schiessle2016-11-231-0/+15
* Fix getMock encryptionRoeland Jago Douma2016-09-061-2/+4
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+1
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-0/+424