summaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-051-1/+1
|\ \
| * | Remove unused method getLocalFolderCôme Chilliet2023-04-031-1/+1
* | | Merge pull request #37243 from nextcloud/enh/openssl-get-rid-of-rc4Côme Chilliet2023-04-044-31/+67
|\ \ \ | |/ / |/| |
| * | Add a test for multiKeyEncrypt/Decrypt methodsCôme Chilliet2023-03-201-4/+15
| * | Adapt encryption recovery tests to new systemCôme Chilliet2023-03-171-5/+9
| * | Adapt encryption tests to the new systemCôme Chilliet2023-03-171-19/+40
| * | Adapt code to new encryption systemCôme Chilliet2023-03-171-3/+3
| |/
* / add test for unmarking encrypted file on cross storage moveRobin Appelman2023-04-011-0/+85
|/
* Merge pull request #35108 from nextcloud/encryption-fix-versions-allVincent Petry2022-12-161-1/+1
|\
| * allow running encryption:fix-encrypted-version for all usersRobin Appelman2022-11-291-1/+1
* | Replace getSystemValue in encryption appJ0WI2022-12-051-5/+5
|/
* Adapt test to fixed command output.Côme Chilliet2022-08-041-3/+14
* Remove at() matcher use from encryption testsCôme Chilliet2022-05-243-33/+43
* 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
* Fix encrypted version to 0 when finding unencrypted fileVincent Petry2021-08-261-0/+40
* Prevent running FixEncryptedVersion without master keyVincent Petry2021-06-291-0/+46
* Fix FixEncryptedVersionTest testVincent Petry2021-06-291-153/+80
* Downstream FixEncryptedVersionTestVincent Petry2021-06-291-0/+373
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0416-17/+1
* Fix testMorris Jobke2021-05-201-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+1
* Remove unused dependencies in encryption app setupMorris Jobke2020-11-231-10/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-5/+5
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-1/+3
* Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generationMorris Jobke2020-08-192-5/+51
|\
| * Test for locking state in key generationJulius Härtl2020-08-142-5/+51
* | Make legacy cipher opt inRoeland Jago Douma2020-08-192-11/+22
|/
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1214-100/+100
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1015-65/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-096-12/+12
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0913-13/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3110-0/+10
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-263-62/+62
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-258-20/+20
|/
* Update license headersChristoph Wurst2019-12-0516-18/+22
* TO REVERT LATER: fix UserHooksTestRoeland Jago Douma2019-11-271-2/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-279-50/+46
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2716-17/+17
* Some php-cs fixesRoeland Jago Douma2019-11-2214-16/+3
* Fix wrongly mixed mock objects in encryption testsJoas Schilling2019-09-154-73/+53