Commit Graph

59 Commits (2bc77a3c5aff352cdc19aa683bbb36da2ff20b01)

Author SHA1 Message Date
Côme Chilliet 8330f149b0
chore(encryption): Remove unused attribute $uid in KeyManager::getFileKey 4 months ago
Côme Chilliet 7ac0856f9f
chore(tests): Adapt encryption tests to code changes 4 months ago
Côme Chilliet f95fef9938
chore(encryption): Adapt tests to code changes 5 months ago
Côme Chilliet 58e8626f5f chore: Adapt tests to new parameter in EncryptAll constructor 6 months ago
Robin Appelman aa15f9d16d
chore: run rector 6 months ago
Ferdinand Thiessen d0758fe6ac
test(encryption): adjust test code for PHPUnit 10 deprecations 7 months ago
provokateurin 381077028a
refactor(apps): Use constructor property promotion when possible 1 year ago
Côme Chilliet 1580c8612b
chore(apps): Apply new rector configuration to autouse classes 1 year ago
Joas Schilling 4312473fbc
test: Fix wrongly mocked method 1 year ago
Côme Chilliet 1a4978c4ea
chore: Apply rector configuration to apps folder 1 year ago
Côme Chilliet 801733e523
fix: Remove OCP\Files\Storage interface deprecated since version 9 1 year ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Louis Chemineau f244261e85
test: Fix encryption test 2 years ago
Andy Scherzinger 5b7dcc1427
chore: Add SPDX header 2 years ago
Joas Schilling 6dffc9bc17
fix(CS): Fix coding style 2 years ago
Ferdinand Thiessen c3d63c57ce
fix(encryption): Fix deprecated syntax in encryption tests 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Côme Chilliet 1e06b61f59 Migrate away from ILogger in encryption 2 years ago
Côme Chilliet 99bdb15398
Adapt encryption test to change in generateHeader 3 years ago
Ferdinand Thiessen dc9d8c42bb fix: Adjust console formatter code to match with Symfony type hints 3 years ago
Côme Chilliet 430009b8e2
Add a test for multiKeyEncrypt/Decrypt methods 3 years ago
Côme Chilliet 8900d030d1
Adapt code to new encryption system 3 years ago
Joas Schilling f60e1f751d
Fix unit tests 3 years ago
J0WI 71e490090f Replace getSystemValue in encryption app 3 years ago
Côme Chilliet deac17b71e
Remove at() matcher use from encryption tests 4 years ago
plumbeo 1258caeab7 Save encrypted files in binary format 4 years ago
Côme Chilliet 37f8f7a5a1
Fix tests on PHP 8.1 for encryption, files_sharing, files_version, 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Morris Jobke dc981623aa
Fix test 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Roeland Jago Douma 8928bbe969
Make legacy cipher opt in 5 years ago
Morris Jobke 234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 5 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 3a7cf40aaa
Mode to modern phpunit 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Roeland Jago Douma 372f3d2a60
Remove deprecated functions from SecureRandom 7 years ago
Bjoern Schiessle 87657fffd8
skip already encrypted files on encrypt all command 7 years ago
Joas Schilling 3917a54113
Class "ProgressBar" is declared "final" and cannot be mocked. 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Morris Jobke c733cdaa65
Use ::class in test mocks of encryption app 8 years ago
Morris Jobke 43e498844e
Use ::class in test mocks 8 years ago