| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 7 | -136/+18 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 5 | -11/+11 |
* | extend fix-key-location to handle cases from broken cross-storage moves | Robin Appelman | 2023-08-31 | 1 | -36/+297 |
* | Migrate away from ILogger in encryption | Côme Chilliet | 2023-08-08 | 1 | -34/+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 |
* | 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 #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 | 1 | -1/+1 |
| |/
|/| |
|
* | | 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 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 |
* | 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 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -1/+1 |
* | Prevent running FixEncryptedVersion without master key | Vincent Petry | 2021-06-29 | 1 | -1/+18 |
* | Fix FixEncryptedVersionTest test | Vincent Petry | 2021-06-29 | 1 | -5/+5 |
* | Fix warnings in FixEncryptedVersion command | Vincent Petry | 2021-06-29 | 1 | -13/+26 |
* | Detect disabled signature check when reparing | Vincent Petry | 2021-06-29 | 1 | -1/+13 |
* | Downstream encryption:fix-encrypted-version | Vincent Petry | 2021-06-29 | 1 | -0/+244 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -7/+3 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
* | Update ScanLegacyFormat.php | essys | 2020-11-20 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -1/+5 |
* | Add legacy scanning command | Roeland Jago Douma | 2020-08-19 | 1 | -0/+140 |
* | Also always return in app commands | Joas Schilling | 2020-06-26 | 3 | -6/+11 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 3 | -0/+3 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -16/+4 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 3 | -3/+0 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -5/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -3/+5 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -2/+0 |
* | add occ command to recover encrypted files in case of password lost | Bjoern Schiessle | 2018-08-16 | 1 | -0/+118 |
* | this was a migration step to ownCloud 8.0 to restructure the encryption folde... | Bjoern Schiessle | 2018-03-02 | 1 | -127/+0 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+3 |
* | add occ command to disable the master key again | Bjoern Schiessle | 2017-07-06 | 1 | -0/+89 |
* | Move console command registration to info.xml for encryption as well as files... | Thomas Müller | 2016-10-12 | 1 | -9/+8 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 2 | -2/+4 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -2/+2 |
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 2 | -0/+212 |