213 Revīzijas (fa4162e86f701e9d325619255a3f91ff45994ab6)

Autors SHA1 Ziņojums Datums
  Christoph Wurst b80ebc9674
Use the short array syntax, everywhere pirms 4 gadiem
  Christoph Wurst 74936c49ea
Remove unused imports pirms 4 gadiem
  Daniel Kesselberg 8f403b66d1
Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an instance of OCA\Encryption\KeyManager pirms 4 gadiem
  Christoph Wurst 5bf3d1bb38
Update license headers pirms 4 gadiem
  Roeland Jago Douma 68748d4f85
Some php-cs fixes pirms 4 gadiem
  Joas Schilling 16d47b5928
Fix wrongly mixed mock objects in encryption tests pirms 4 gadiem
  Joas Schilling 0c77cd21f9
Make sure maintenance mode is always casted to bool pirms 5 gadiem
  Bjoern Schiessle 34d4c2bc16
improve variable naming pirms 5 gadiem
  Bjoern Schiessle 8796c6bc78
in case 'encryption_skip_signature_check' was set to true we accept if the file doesn't has a signature pirms 5 gadiem
  Bjoern Schiessle 7a61ffc3dd
Allow to disable the signature check pirms 5 gadiem
  Bjoern Schiessle 87657fffd8
skip already encrypted files on encrypt all command pirms 5 gadiem
  Stefan Weiberg 375f167c67 Adding a check to see if keyFileContents is empty: pirms 5 gadiem
  Bjoern Schiessle 3adc2aca53
add occ command to recover encrypted files in case of password lost pirms 5 gadiem
  Julius Härtl 03971d3695
Move encryption settings to security pirms 6 gadiem
  Bjoern Schiessle a9e22c5f1c
make file cache updates more robust pirms 6 gadiem
  Arthur Schiwon 38a90130ce
move log constants to ILogger pirms 6 gadiem
  Bjoern Schiessle 8042e6b8fb
this was a migration step to ownCloud 8.0 to restructure the encryption folder which is no longer needed pirms 6 gadiem
  Morris Jobke d3d045dd5c
Remove unused import statements pirms 6 gadiem
  Morris Jobke e2974f1133
Simplify return statement pirms 6 gadiem
  Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses pirms 6 gadiem
  Morris Jobke 0a56d2185e
Return value immediately instead of assigning to a one-time variable pirms 6 gadiem
  Morris Jobke 464f024fa9
Use stripos instead of strpos(strtolower(), 'something') 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
  Morris Jobke 99934134dc
Use DI for IAppManager to encryption migration pirms 6 gadiem
  Morris Jobke 5987099d2a
Remove unneeded check if app is enabled pirms 6 gadiem
  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 pirms 6 gadiem
  Joas Schilling 0ebdf871e0 Fix comparisons in encryption app pirms 7 gadiem
  Bjoern Schiessle 473824fa06
make sure that we always have a owner pirms 7 gadiem
  Bjoern Schiessle 20a6b22db6
Add recovery key on public upload pirms 7 gadiem
  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 pirms 7 gadiem
  Bjoern Schiessle 66debbe18e
add occ command to disable the master key again pirms 7 gadiem
  Bjoern Schiessle 5f75468aa4
improve status messages pirms 7 gadiem
  Bjoern Schiessle 28a7e72868
after the master key was loaded we are ready to go, no re-login needed pirms 7 gadiem
  Bjoern Schiessle da51ec38f4
only collect detailed access list if it is really needed pirms 7 gadiem
  Bjoern Schiessle 9c5ba2f12c
make master key the new default pirms 7 gadiem
  Arthur Schiwon 793de6a8d0
move encryption to security (and behind two factor things) pirms 7 gadiem
  Arthur Schiwon da53162656
We're on 13 now… pirms 7 gadiem
  Arthur Schiwon 39ca06e6b9
fix setting up encryption section pirms 7 gadiem
  Arthur Schiwon b7ce492c59
adapt encryption 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
  Matthew Setter d7c9e2b841
Updated UI messages relating to the encryption functionality pirms 7 gadiem
  Bjoern Schiessle 9ce32d9941
always throw a encryption exception 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
  Thomas Müller 8628d57b2c
Move console command registration to info.xml for encryption as well as files_external pirms 7 gadiem
  Joas Schilling 5e5e5b77d5
Fix encryption app pirms 7 gadiem