Commit Graph

38 Commits (add-remove-skip-ci-command)

Author SHA1 Message Date
Côme Chilliet 8330f149b0
chore(encryption): Remove unused attribute $uid in KeyManager::getFileKey 4 months ago
Côme Chilliet bc5e29f9f2
fix(tests): Fix type issues and other problems with encryption tests 4 months ago
Côme Chilliet 7ac0856f9f
chore(tests): Adapt encryption tests to code changes 4 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
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
Andy Scherzinger 5b7dcc1427
chore: Add SPDX header 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 26d8fb0b65
Adapt encryption tests to the new system 3 years ago
Côme Chilliet deac17b71e
Remove at() matcher use from encryption tests 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 5 years ago
Julius Härtl 00e62171d2
Test for locking state in key generation 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 caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 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 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
Morris Jobke 0eebff152a
Update license headers 8 years ago
Morris Jobke c733cdaa65
Use ::class in test mocks of encryption app 8 years ago
Vincent Petry 6b9ef15803
Use master key for public links as well 9 years ago
Vincent Petry 305718370a
Add tests for null user 9 years ago
Bjoern Schiessle fcda3a20f4
create new encryption keys on password reset and backup the old one 9 years ago
Roeland Jago Douma 0c154c1ed7
Fix getMock encryption 9 years ago
Joas Schilling 813f0a0f40
Fix apps/ 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Joas Schilling 4a3311f430 Move Encryption app to PSR-4 (#24524) 10 years ago
Lukas Reschke 933f60e314 Update author information 10 years ago
Lukas Reschke ca350294a6 Add tests for setVersion 10 years ago
Lukas Reschke 6724f76573 Use cache and add tests 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Björn Schießle 46f6c289ca only use master key ID if a user is logged in. Otherwise keep the public link share key 10 years ago
Morris Jobke b945d71384 update licence headers via script 10 years ago
Bjoern Schiessle acfc7d7c4d enable usage of a master key 10 years ago
Bjoern Schiessle 62bc0e5264 use password hash instead of the plain password to encrypt the private key 11 years ago
Bjoern Schiessle 1e284b15ff only create new key pair if both keys are missing 11 years ago
Morris Jobke f63915d0c8 update license headers and authors 11 years ago
Joas Schilling d3e3a84cae Move the helpful method to the TestCase class 11 years ago
Bjoern Schiessle 70a44621be check recovery setting for the right user 11 years ago