235 Commits (d9015a8c94bfd71fe484618a06d276701d3bf9ff)

Author SHA1 Message Date
  Christoph Wurst d9015a8c94
Format code to a single space around binary operators 3 years ago
  Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 3 years ago
  Morris Jobke 5a064ec28b
Fix typo in error message 3 years ago
  Roeland Jago Douma 2bbb848c31
Add legacy scanning command 3 years ago
  Roeland Jago Douma 8928bbe969
Make legacy cipher opt in 3 years ago
  Daniel Kesselberg 6f8147b18f
Fix some MissingDocblockType or InvalidDocblock warnings. 3 years ago
  Julius Härtl 36cfdd320b
Harden key generation 3 years ago
  Roeland Jago Douma 9975b80d41
SSE enhancement 3 years ago
  Julius Härtl fc1596fada
Encryption is ready if master key is enabled 3 years ago
  Joas Schilling d7c0b9cced
Also always return in app commands 4 years ago
  Christoph Wurst cb057829f7
Update license headers for 19 4 years ago
  Christoph Wurst 734c62bee0
Format code according to PSR2 4 years ago
  Christoph Wurst 28f8eb5dba
Add visibility to all constants 4 years ago
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function 4 years ago
  Christoph Wurst 14c996d982
Use elseif instead of else if 4 years ago
  Christoph Wurst 44577e4345
Remove trailing and in between spaces 4 years ago
  Christoph Wurst 42625a46be
Remove spaces after method or function call 4 years ago
  Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 4 years ago
  Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 4 years ago
  Christoph Wurst 2fbad1ed72
Fix (array) indent style to always use one tab 4 years ago
  Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 4 years ago
  Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 4 years ago
  Christoph Wurst 74936c49ea
Remove unused imports 4 years ago
  Daniel Kesselberg 8f403b66d1
Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an instance of OCA\Encryption\KeyManager 4 years ago
  Christoph Wurst 5bf3d1bb38
Update license headers 4 years ago
  Roeland Jago Douma 68748d4f85
Some php-cs fixes 4 years ago
  Joas Schilling 16d47b5928
Fix wrongly mixed mock objects in encryption tests 4 years ago
  Joas Schilling 0c77cd21f9
Make sure maintenance mode is always casted to bool 5 years ago
  Bjoern Schiessle 34d4c2bc16
improve variable naming 5 years ago
  Bjoern Schiessle 8796c6bc78
in case 'encryption_skip_signature_check' was set to true we accept if the file doesn't has a signature 5 years ago
  Bjoern Schiessle 7a61ffc3dd
Allow to disable the signature check 5 years ago
  Bjoern Schiessle 87657fffd8
skip already encrypted files on encrypt all command 5 years ago
  Stefan Weiberg 375f167c67 Adding a check to see if keyFileContents is empty: 5 years ago
  Bjoern Schiessle 3adc2aca53
add occ command to recover encrypted files in case of password lost 5 years ago
  Julius Härtl 03971d3695
Move encryption settings to security 5 years ago
  Bjoern Schiessle a9e22c5f1c
make file cache updates more robust 5 years ago
  Arthur Schiwon 38a90130ce
move log constants to ILogger 6 years ago
  Bjoern Schiessle 8042e6b8fb
this was a migration step to ownCloud 8.0 to restructure the encryption folder which is no longer needed 6 years ago
  Morris Jobke d3d045dd5c
Remove unused import statements 6 years ago
  Morris Jobke e2974f1133
Simplify return statement 6 years ago
  Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 6 years ago
  Morris Jobke 0a56d2185e
Return value immediately instead of assigning to a one-time variable 6 years ago
  Morris Jobke 464f024fa9
Use stripos instead of strpos(strtolower(), 'something') 6 years ago
  Morris Jobke 2a38605545
Properly log the full exception instead of only the message 6 years ago
  Morris Jobke 0eebff152a
Update license headers 6 years ago
  Morris Jobke 99934134dc
Use DI for IAppManager to encryption migration 6 years ago
  Morris Jobke 5987099d2a
Remove unneeded check if app is enabled 6 years ago
  Kenneth Newwood 7092c50e7c print generated encryption key passwords directly after generating the keys so that errors during the encryption do not lead to a potentially massive data loss 6 years ago
  Joas Schilling 0ebdf871e0 Fix comparisons in encryption app 7 years ago
  Bjoern Schiessle 473824fa06
make sure that we always have a owner 6 years ago