31 Commits (bf467ad7f78c681c45649034cc443a53ebe41cfc)

Author SHA1 Message Date
Côme Chilliet 1e06b61f59 Migrate away from ILogger in encryption 2 years ago
Côme Chilliet 24e762c59f
Fix encryption file key management 3 years ago
Côme Chilliet 8900d030d1
Adapt code to new encryption system 3 years ago
Côme Chilliet fbe282caeb
Getting rid of openssl_seal and rc4 in server side encryption 3 years ago
luz paz 9d26671f05 Fix typos in apps/ subdirectory 3 years ago
Carl Schwan aeecb72e96
Fix a few psalm issues and moved back to psalm/phar 4.18 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
Morris Jobke 5a064ec28b
Fix typo in error message 5 years ago
Julius Härtl 36cfdd320b
Harden key generation 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 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Arthur Schiwon 38a90130ce
move log constants to ILogger 8 years ago
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 8 years ago
Morris Jobke 2a38605545
Properly log the full exception instead of only the message 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Bjoern Schiessle 28a7e72868
after the master key was loaded we are ready to go, no re-login needed 9 years ago
Morris Jobke 1729e4471f
Update comments to Nextcloud 9 years ago
Vincent Petry 6b9ef15803
Use master key for public links as well 9 years ago
Vincent Petry 43c081bdc9
Fix public link for master key 9 years ago
Bjoern Schiessle fcda3a20f4
create new encryption keys on password reset and backup the old one 9 years ago
Bjoern Schiessle 8a401ee156
check if session is initialized 9 years ago
Maxence Lange 558a934842 init Session/privateKeys on Master Key 9 years ago
Joas Schilling 5e5e5b77d5
Fix encryption app 9 years ago
Joas Schilling 813f0a0f40
Fix apps/ 9 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Björn Schießle 0f728b4cd1
don't fail on "bad signature" during login. Most likely this happens because 10 years ago
Joas Schilling 4a3311f430 Move Encryption app to PSR-4 (#24524) 10 years ago
Bjoern Schiessle d86f8ba5f8
if we don't have a encrypted file key we can return a empty string right away 10 years ago
Thomas Müller 50e20e531e
Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 10 years ago
Bjoern Schiessle 89223379ad replaceUserKeys() actually deletes the users keys -> update method name and doc-block 10 years ago
Bjoern Schiessle 5e267589d4 only create and update user specific key if no master key is enabled 10 years ago
Lukas Reschke c353d51810 Remove Scrutinizer Auto Fixer 10 years ago
Lukas Reschke 933f60e314 Update author information 10 years ago
Bjoern Schiessle 95ea2ccb53 make decrypt all work with the master key 10 years ago
Vincent Petry 45c78476f5 Use cache update instead of put for encryption version 10 years ago
Lukas Reschke 6724f76573 Use cache and add tests 10 years ago
Lukas Reschke 5ccb9dfa7e Use database for keeping track of the version 10 years ago
Lukas Reschke b5824f024a Keep track of file version 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
Lukas Reschke 00a01a8de2 Fix PHPDoc + Add handling for error cases 10 years ago
Scrutinizer Auto-Fixer be4c3a8b56 Scrutinizer Auto-Fixes 10 years ago
Bjoern Schiessle acfc7d7c4d enable usage of a master key 10 years ago
Bjoern Schiessle 854fd63ea9 use uid as additional information for salt 10 years ago