213 Commits (fa4162e86f701e9d325619255a3f91ff45994ab6)

Author SHA1 Message Date
  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 6 years ago
  Bjoern Schiessle a9e22c5f1c
make file cache updates more robust 6 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 7 years ago
  Bjoern Schiessle 20a6b22db6
Add recovery key on public upload 7 years ago
  Bjoern Schiessle d668e17769
since the default for the master key changed we need to write the setting explicitely to the database if we migrate from a older version 7 years ago
  Bjoern Schiessle 66debbe18e
add occ command to disable the master key again 7 years ago
  Bjoern Schiessle 5f75468aa4
improve status messages 7 years ago
  Bjoern Schiessle 28a7e72868
after the master key was loaded we are ready to go, no re-login needed 7 years ago
  Bjoern Schiessle da51ec38f4
only collect detailed access list if it is really needed 7 years ago
  Bjoern Schiessle 9c5ba2f12c
make master key the new default 7 years ago
  Arthur Schiwon 793de6a8d0
move encryption to security (and behind two factor things) 7 years ago
  Arthur Schiwon da53162656
We're on 13 now… 7 years ago
  Arthur Schiwon 39ca06e6b9
fix setting up encryption section 7 years ago
  Arthur Schiwon b7ce492c59
adapt encryption 7 years ago
  Morris Jobke 1729e4471f
Update comments to Nextcloud 7 years ago
  Vincent Petry 6b9ef15803
Use master key for public links as well 7 years ago
  Vincent Petry 43c081bdc9
Fix public link for master key 7 years ago
  Matthew Setter d7c9e2b841
Updated UI messages relating to the encryption functionality 7 years ago
  Bjoern Schiessle 9ce32d9941
always throw a encryption exception 7 years ago
  Bjoern Schiessle fcda3a20f4
create new encryption keys on password reset and backup the old one 7 years ago
  Bjoern Schiessle 8a401ee156
check if session is initialized 7 years ago
  Maxence Lange 558a934842 init Session/privateKeys on Master Key 7 years ago
  Thomas Müller 8628d57b2c
Move console command registration to info.xml for encryption as well as files_external 7 years ago
  Joas Schilling 5e5e5b77d5
Fix encryption app 7 years ago