aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Command/FixEncryptedVersion.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-8/+8
* Uses early returns.Faraz Samapoor2024-08-161-11/+13
* Refactors encryption app commands.Faraz Samapoor2024-08-161-11/+9
* chore: Add SPDX headerAndy Scherzinger2024-05-291-18/+4
* Migrate away from ILogger in encryptionCôme Chilliet2023-08-081-34/+9
* Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-201-0/+8
|\
| * clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+8
* | Merge pull request #35108 from nextcloud/encryption-fix-versions-allVincent Petry2022-12-161-13/+38
|\ \
| * | allow running encryption:fix-encrypted-version for all usersRobin Appelman2022-11-291-13/+38
| |/
* / Replace getSystemValue in encryption appJ0WI2022-12-051-1/+1
|/
* skip files that cant be opened for FixEncryptedVersionRobin Appelman2022-11-221-0/+5
* Fix encryption:fix-encrypted-version command when encrypted is set to 0Côme Chilliet2022-08-021-0/+16
* Improve typing in FixEncryptedVersion commandCôme Chilliet2022-08-021-23/+13
* Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet2021-12-161-4/+1
* Fix encrypted version to 0 when finding unencrypted fileVincent Petry2021-08-261-1/+28
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Prevent running FixEncryptedVersion without master keyVincent Petry2021-06-291-1/+18
* Fix FixEncryptedVersionTest testVincent Petry2021-06-291-5/+5
* Fix warnings in FixEncryptedVersion commandVincent Petry2021-06-291-13/+26
* Detect disabled signature check when reparingVincent Petry2021-06-291-1/+13
* Downstream encryption:fix-encrypted-versionVincent Petry2021-06-291-0/+244