| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(encryption): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 3 | -8/+9 |
* | refactor(encryption): Migrate app.php to Application.php | Louis Chemineau | 2024-07-01 | 1 | -6/+30 |
* | fix: add default value for new flag `$useDecryptAll` on getFileKey | Côme Chilliet | 2024-06-06 | 1 | -1/+1 |
* | fix: Autodetect legacy filekey instead of trusting the header for legacy header | Côme Chilliet | 2024-06-04 | 2 | -22/+9 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 30 | -647/+104 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -3/+3 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 12 | -40/+40 |
* | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -1/+1 |
* | extend fix-key-location to handle cases from broken cross-storage moves | Robin Appelman | 2023-08-31 | 1 | -36/+297 |
* | Improve typing as suggested by review | Côme Chilliet | 2023-08-08 | 1 | -32/+7 |
* | Migrate away from ILogger in encryption | Côme Chilliet | 2023-08-08 | 8 | -421/+119 |
* | Fix sharing of encrypted files | Côme Chilliet | 2023-07-18 | 1 | -1/+1 |
* | fix(i18n) Changed grammar related to "login" | rakekniven | 2023-07-15 | 1 | -1/+1 |
* | Increase from 100000 to 600000 iterations for hash_pbkdf2 | Côme Chilliet | 2023-05-23 | 1 | -9/+9 |
* | Add fclose on opened resources | Côme Chilliet | 2023-05-11 | 1 | -0/+7 |
* | Rename command to drop-legacy-filekey and remove comment about legacy mode. | Côme Chilliet | 2023-05-11 | 1 | -3/+4 |
* | Copy data back instead of renaming to avoid changing the fileid | Côme Chilliet | 2023-05-11 | 1 | -2/+11 |
* | Copy and move files to migrate them to the new key | Côme Chilliet | 2023-05-09 | 1 | -12/+21 |
* | Log failures to delete legacy file key | Côme Chilliet | 2023-05-04 | 1 | -1/+6 |
* | Fix fopen mode | Côme Chilliet | 2023-05-04 | 1 | -3/+8 |
* | Add an occ command to scan files for legacy file key in use and get rid of those | Côme Chilliet | 2023-05-04 | 2 | -2/+137 |
* | Merge pull request #37724 from nextcloud/fix/encryption-signature-check-logic | Christoph Wurst | 2023-04-17 | 1 | -4/+6 |
|\ |
|
| * | Cleanup signature checking logic in encryption | jld3103 | 2023-04-14 | 1 | -4/+6 |
* | | Merge pull request #36351 from nextcloud/bugfix/noid/move-encryption-password... | Joas Schilling | 2023-04-14 | 1 | -39/+34 |
|\ \
| |/
|/| |
|
| * | Move encrypt-all password email to EmailTemplate | Joas Schilling | 2023-03-08 | 1 | -39/+34 |
* | | Add a test for multiKeyEncrypt/Decrypt methods | Côme Chilliet | 2023-03-20 | 1 | -0/+3 |
* | | Fix encryption file key management | Côme Chilliet | 2023-03-17 | 2 | -2/+2 |
* | | Adapt code to new encryption system | Côme Chilliet | 2023-03-17 | 4 | -59/+53 |
* | | Getting rid of openssl_seal and rc4 in server side encryption | Côme Chilliet | 2023-03-17 | 3 | -24/+94 |
|/ |
|
* | Set functions as private to be able to refactor later | Côme Chilliet | 2023-02-21 | 1 | -7/+9 |
* | Move to phpseclib implementation of RC4 | Côme Chilliet | 2023-02-21 | 1 | -42/+16 |
* | Strong type custom openssl_seal implementation | Côme Chilliet | 2023-02-21 | 1 | -28/+12 |
* | Always wrap rc4, and throws on unknown cipher | Côme Chilliet | 2023-02-21 | 1 | -34/+11 |
* | introduce wrapped_openssl_seal() and wrapped_openssl_open() to circument RC4 ... | Kevin Niehage | 2023-02-21 | 1 | -2/+164 |
* | Remove workarounds specific to 7.4 | Côme Chilliet | 2023-01-20 | 1 | -4/+3 |
* | Fix psalm issues related to signature changes from PHP 8.0 | Côme Chilliet | 2022-12-29 | 1 | -1/+1 |
* | Merge pull request #34724 from nextcloud/encryption-read-before-cache | Vincent Petry | 2022-12-20 | 1 | -0/+8 |
|\ |
|
| * | clear is-encrypted cache when trying to fix encrypted version | Robin Appelman | 2022-12-01 | 1 | -0/+8 |
* | | Merge pull request #35108 from nextcloud/encryption-fix-versions-all | Vincent Petry | 2022-12-16 | 1 | -13/+38 |
|\ \ |
|
| * | | allow running encryption:fix-encrypted-version for all users | Robin Appelman | 2022-11-29 | 1 | -13/+38 |
* | | | Replace getSystemValue in encryption app | J0WI | 2022-12-05 | 2 | -4/+4 |
| |/
|/| |
|
* | | add migration for encryption keys in wrong location | Robin Appelman | 2022-11-28 | 1 | -0/+186 |
|/ |
|
* | skip files that cant be opened for FixEncryptedVersion | Robin Appelman | 2022-11-22 | 1 | -0/+5 |
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
* | Fix encryption:fix-encrypted-version command when encrypted is set to 0 | Côme Chilliet | 2022-08-02 | 1 | -0/+16 |
* | Improve typing in FixEncryptedVersion command | Côme Chilliet | 2022-08-02 | 1 | -23/+13 |
* | Save encrypted files in binary format | plumbeo | 2022-05-04 | 2 | -26/+71 |
* | Fix a few psalm issues and moved back to psalm/phar 4.18 | Carl Schwan | 2022-01-12 | 4 | -6/+6 |
* | Fix tests on PHP 8.1 for encryption, files_sharing, files_version, | Côme Chilliet | 2021-12-16 | 1 | -4/+1 |
* | Fix encrypted version to 0 when finding unencrypted file | Vincent Petry | 2021-08-26 | 1 | -1/+28 |