summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Command
Commit message (Expand)AuthorAgeFilesLines
* Add fclose on opened resourcesCôme Chilliet2023-05-111-0/+7
* Rename command to drop-legacy-filekey and remove comment about legacy mode.Côme Chilliet2023-05-111-3/+4
* Copy data back instead of renaming to avoid changing the fileidCôme Chilliet2023-05-111-2/+11
* Copy and move files to migrate them to the new keyCôme Chilliet2023-05-091-12/+21
* Fix fopen modeCôme Chilliet2023-05-041-3/+8
* Add an occ command to scan files for legacy file key in use and get rid of thoseCôme Chilliet2023-05-042-2/+137
* 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
| |/ |/|
* | add migration for encryption keys in wrong locationRobin Appelman2022-11-281-0/+186
|/
* 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
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-7/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Update ScanLegacyFormat.phpessys2020-11-201-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-1/+5
* Add legacy scanning commandRoeland Jago Douma2020-08-191-0/+140
* Also always return in app commandsJoas Schilling2020-06-263-6/+11
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-16/+4
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
* Remove unused importsChristoph Wurst2020-03-251-5/+0
* Update license headersChristoph Wurst2019-12-053-3/+5
* Some php-cs fixesRoeland Jago Douma2019-11-222-2/+0
* add occ command to recover encrypted files in case of password lostBjoern Schiessle2018-08-161-0/+118
* this was a migration step to ownCloud 8.0 to restructure the encryption folde...Bjoern Schiessle2018-03-021-127/+0
* Update license headersMorris Jobke2017-11-062-0/+3
* add occ command to disable the master key againBjoern Schiessle2017-07-061-0/+89
* Move console command registration to info.xml for encryption as well as files...Thomas Müller2016-10-121-9/+8
* Fix apps/Joas Schilling2016-07-212-2/+4
* Update license headersLukas Reschke2016-05-262-2/+2
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-122-0/+212