| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -4/+4 |
* | Migrate away from ILogger in encryption | Côme Chilliet | 2023-08-08 | 7 | -20/+23 |
* | Adapt encryption test to change in generateHeader | Côme Chilliet | 2023-05-25 | 1 | -1/+1 |
* | fix: Adjust console formatter code to match with Symfony type hints | Ferdinand Thiessen | 2023-04-17 | 1 | -1/+4 |
* | Merge pull request #36351 from nextcloud/bugfix/noid/move-encryption-password... | Joas Schilling | 2023-04-14 | 1 | -0/+8 |
|\ |
|
| * | Fix unit tests | Joas Schilling | 2023-03-08 | 1 | -0/+8 |
* | | Merge pull request #36836 from nextcloud/fix/view-type-cleanup | Côme Chilliet | 2023-04-05 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove unused method getLocalFolder | Côme Chilliet | 2023-04-03 | 1 | -1/+1 |
* | | | Merge pull request #37243 from nextcloud/enh/openssl-get-rid-of-rc4 | Côme Chilliet | 2023-04-04 | 4 | -31/+67 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add a test for multiKeyEncrypt/Decrypt methods | Côme Chilliet | 2023-03-20 | 1 | -4/+15 |
| * | | Adapt encryption recovery tests to new system | Côme Chilliet | 2023-03-17 | 1 | -5/+9 |
| * | | Adapt encryption tests to the new system | Côme Chilliet | 2023-03-17 | 1 | -19/+40 |
| * | | Adapt code to new encryption system | Côme Chilliet | 2023-03-17 | 1 | -3/+3 |
| |/ |
|
* / | add test for unmarking encrypted file on cross storage move | Robin Appelman | 2023-04-01 | 1 | -0/+85 |
|/ |
|
* | Merge pull request #35108 from nextcloud/encryption-fix-versions-all | Vincent Petry | 2022-12-16 | 1 | -1/+1 |
|\ |
|
| * | allow running encryption:fix-encrypted-version for all users | Robin Appelman | 2022-11-29 | 1 | -1/+1 |
* | | Replace getSystemValue in encryption app | J0WI | 2022-12-05 | 1 | -5/+5 |
|/ |
|
* | Adapt test to fixed command output. | Côme Chilliet | 2022-08-04 | 1 | -3/+14 |
* | Remove at() matcher use from encryption tests | Côme Chilliet | 2022-05-24 | 3 | -33/+43 |
* | Save encrypted files in binary format | plumbeo | 2022-05-04 | 1 | -9/+14 |
* | Fix tests on PHP 8.1 for encryption, files_sharing, files_version, | Côme Chilliet | 2021-12-16 | 1 | -1/+4 |
* | Fix encrypted version to 0 when finding unencrypted file | Vincent Petry | 2021-08-26 | 1 | -0/+40 |
* | Prevent running FixEncryptedVersion without master key | Vincent Petry | 2021-06-29 | 1 | -0/+46 |
* | Fix FixEncryptedVersionTest test | Vincent Petry | 2021-06-29 | 1 | -153/+80 |
* | Downstream FixEncryptedVersionTest | Vincent Petry | 2021-06-29 | 1 | -0/+373 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 16 | -17/+1 |
* | Fix test | Morris Jobke | 2021-05-20 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -2/+1 |
* | Remove unused dependencies in encryption app setup | Morris Jobke | 2020-11-23 | 1 | -10/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 3 | -5/+5 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 3 | -1/+3 |
* | Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generation | Morris Jobke | 2020-08-19 | 2 | -5/+51 |
|\ |
|
| * | Test for locking state in key generation | Julius Härtl | 2020-08-14 | 2 | -5/+51 |
* | | Make legacy cipher opt in | Roeland Jago Douma | 2020-08-19 | 2 | -11/+22 |
|/ |
|
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 14 | -100/+100 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 15 | -65/+4 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 6 | -12/+12 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 13 | -13/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 10 | -0/+10 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -2/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -2/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 3 | -62/+62 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 8 | -20/+20 |
|/ |
|
* | Update license headers | Christoph Wurst | 2019-12-05 | 16 | -18/+22 |
* | TO REVERT LATER: fix UserHooksTest | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 9 | -50/+46 |