24 Revīzijas (d89a75be0b01f0423a7c1ad2d58aac73c3cc1f3a)

Autors SHA1 Ziņojums Datums
  Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 pirms 3 gadiem
  Christoph Wurst d9015a8c94
Format code to a single space around binary operators pirms 3 gadiem
  Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 pirms 3 gadiem
  Morris Jobke 5a064ec28b
Fix typo in error message pirms 3 gadiem
  Julius Härtl 36cfdd320b
Harden key generation pirms 3 gadiem
  Christoph Wurst cb057829f7
Update license headers for 19 pirms 4 gadiem
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function pirms 4 gadiem
  Christoph Wurst 14c996d982
Use elseif instead of else if pirms 4 gadiem
  Christoph Wurst 5bf3d1bb38
Update license headers pirms 4 gadiem
  Roeland Jago Douma 68748d4f85
Some php-cs fixes pirms 4 gadiem
  Arthur Schiwon 38a90130ce
move log constants to ILogger pirms 6 gadiem
  Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses pirms 6 gadiem
  Morris Jobke 2a38605545
Properly log the full exception instead of only the message pirms 6 gadiem
  Morris Jobke 0eebff152a
Update license headers pirms 6 gadiem
  Bjoern Schiessle 28a7e72868
after the master key was loaded we are ready to go, no re-login needed pirms 7 gadiem
  Morris Jobke 1729e4471f
Update comments to Nextcloud pirms 7 gadiem
  Vincent Petry 6b9ef15803
Use master key for public links as well pirms 7 gadiem
  Vincent Petry 43c081bdc9
Fix public link for master key pirms 7 gadiem
  Bjoern Schiessle fcda3a20f4
create new encryption keys on password reset and backup the old one pirms 7 gadiem
  Bjoern Schiessle 8a401ee156
check if session is initialized pirms 7 gadiem
  Maxence Lange 558a934842 init Session/privateKeys on Master Key pirms 7 gadiem
  Joas Schilling 5e5e5b77d5
Fix encryption app pirms 7 gadiem
  Joas Schilling 813f0a0f40
Fix apps/ pirms 7 gadiem
  Lukas Reschke aba539703c
Update license headers pirms 8 gadiem
  Björn Schießle 0f728b4cd1
don't fail on "bad signature" during login. Most likely this happens because pirms 8 gadiem
  Joas Schilling 4a3311f430 Move Encryption app to PSR-4 (#24524) pirms 8 gadiem
  Bjoern Schiessle d86f8ba5f8
if we don't have a encrypted file key we can return a empty string right away pirms 8 gadiem
  Thomas Müller 50e20e531e
Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 pirms 8 gadiem
  Bjoern Schiessle 89223379ad replaceUserKeys() actually deletes the users keys -> update method name and doc-block pirms 8 gadiem
  Bjoern Schiessle 5e267589d4 only create and update user specific key if no master key is enabled pirms 8 gadiem
  Lukas Reschke c353d51810 Remove Scrutinizer Auto Fixer pirms 8 gadiem
  Lukas Reschke 933f60e314 Update author information pirms 8 gadiem
  Bjoern Schiessle 95ea2ccb53 make decrypt all work with the master key pirms 8 gadiem
  Vincent Petry 45c78476f5 Use cache update instead of put for encryption version pirms 8 gadiem
  Lukas Reschke 6724f76573 Use cache and add tests pirms 8 gadiem
  Lukas Reschke 5ccb9dfa7e Use database for keeping track of the version pirms 8 gadiem
  Lukas Reschke b5824f024a Keep track of file version pirms 8 gadiem
  Thomas Müller 682821c71e Happy new year! pirms 8 gadiem
  Björn Schießle 46f6c289ca only use master key ID if a user is logged in. Otherwise keep the public link share key pirms 8 gadiem
  Lukas Reschke 00a01a8de2 Fix PHPDoc + Add handling for error cases pirms 8 gadiem
  Scrutinizer Auto-Fixer be4c3a8b56 Scrutinizer Auto-Fixes pirms 8 gadiem
  Bjoern Schiessle acfc7d7c4d enable usage of a master key pirms 8 gadiem
  Bjoern Schiessle 854fd63ea9 use uid as additional information for salt pirms 8 gadiem
  Bjoern Schiessle 62bc0e5264 use password hash instead of the plain password to encrypt the private key pirms 8 gadiem
  Bjoern Schiessle 1e284b15ff only create new key pair if both keys are missing pirms 9 gadiem
  Bjoern Schiessle ccbefb6e75 delete all file keys doesn't need the encryption module as parameter; implement rmdir; getFileKeyDir should also work for part files and complete directories pirms 9 gadiem
  Bjoern Schiessle 70a44621be check recovery setting for the right user pirms 9 gadiem
  Thomas Müller fc4127dd62 add $encryptionModuleId to methods of Keys/IStorage pirms 9 gadiem
  Thomas Müller c6e243928c move creation of shared key to the login handler - fixes #15705 pirms 9 gadiem
  Bjoern Schiessle e93f262eac display warning if password changed or if the keys are not initialized pirms 9 gadiem