Commit Graph

326 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
provokateurin e8426996f5
fix(psalm): Fix some newly detected issues 1 year ago
provokateurin 381077028a
refactor(apps): Use constructor property promotion when possible 1 year ago
Ferdinand Thiessen f3aa004b1c
refactor(encryption): Migrate away from Hooks to typed events 1 year ago
Côme Chilliet 1580c8612b
chore(apps): Apply new rector configuration to autouse classes 1 year ago
provokateurin 51d9d63a01
chore: Use more gender neutral language 1 year ago
Côme Chilliet 1a4978c4ea
chore: Apply rector configuration to apps folder 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Faraz Samapoor 6b795da540 Uses early returns. 1 year ago
Faraz Samapoor fc8b886295 Refactors encryption app commands. 1 year ago
provokateurin 4016aace04
refactor(encryption): Replace security annotations with respective attributes 1 year ago
Louis Chemineau 39fd19f1d6 refactor(encryption): Migrate app.php to Application.php 2 years ago
Côme Chilliet 885604ce2d
fix: add default value for new flag `$useDecryptAll` on getFileKey 2 years ago
Côme Chilliet 95cd524771
fix: Autodetect legacy filekey instead of trusting the header for legacy header 2 years ago
Andy Scherzinger 5b7dcc1427
chore: Add SPDX header 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Hamid Dehnavi d64bbc8bd3 Convert isset ternary to null coalescing operator 2 years ago
Robin Appelman e4f85226c5
extend fix-key-location to handle cases from broken cross-storage moves 2 years ago
Côme Chilliet 3e176f58af Improve typing as suggested by review 2 years ago
Côme Chilliet 1e06b61f59 Migrate away from ILogger in encryption 2 years ago
Côme Chilliet bd08849866
Fix sharing of encrypted files 2 years ago
rakekniven 9646474e9a fix(i18n) Changed grammar related to "login" 2 years ago
Côme Chilliet 2a6f347430 Increase from 100000 to 600000 iterations for hash_pbkdf2 3 years ago
Côme Chilliet 49108880d2
Add fclose on opened resources 3 years ago
Côme Chilliet a92028f5cd
Rename command to drop-legacy-filekey and remove comment about legacy mode. 3 years ago
Côme Chilliet 36fc5dc8ae
Copy data back instead of renaming to avoid changing the fileid 3 years ago
Côme Chilliet 725403cb0d
Copy and move files to migrate them to the new key 3 years ago
Côme Chilliet c9c49bfef8
Log failures to delete legacy file key 3 years ago
Côme Chilliet 146284f170
Fix fopen mode 3 years ago
Côme Chilliet 5663f9b31e
Add an occ command to scan files for legacy file key in use and get rid of those 3 years ago
jld3103 2f653c8be8
Cleanup signature checking logic in encryption 3 years ago
Côme Chilliet 430009b8e2
Add a test for multiKeyEncrypt/Decrypt methods 3 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
Joas Schilling 0f7146c652
Move encrypt-all password email to EmailTemplate 3 years ago
Côme Chilliet f2912ce8bc Set functions as private to be able to refactor later 3 years ago
Côme Chilliet 71482576ad Move to phpseclib implementation of RC4 3 years ago
Côme Chilliet bd626e3693 Strong type custom openssl_seal implementation 3 years ago
Côme Chilliet deed6393fb Always wrap rc4, and throws on unknown cipher 3 years ago
Kevin Niehage 81638436e5 introduce wrapped_openssl_seal() and wrapped_openssl_open() to circument RC4 problems with OpenSSL v3 3 years ago
Côme Chilliet 7ebbb6b2ca
Remove workarounds specific to 7.4 3 years ago
Côme Chilliet 9430899f16
Fix psalm issues related to signature changes from PHP 8.0 3 years ago
J0WI 71e490090f Replace getSystemValue in encryption app 3 years ago
Robin Appelman e3a0e64698
clear is-encrypted cache when trying to fix encrypted version 3 years ago
Robin Appelman 2399710356
allow running encryption:fix-encrypted-version for all users 3 years ago
Robin Appelman dd4ebbd72a
add migration for encryption keys in wrong location 3 years ago
Robin Appelman 06b2ed2641
skip files that cant be opened for FixEncryptedVersion 3 years ago
luz paz 9d26671f05 Fix typos in apps/ subdirectory 3 years ago