aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Command/ScanLegacyFormat.php
Commit message (Collapse)AuthorAgeFilesLines
* Refactors encryption app commands.Faraz Samapoor2024-08-161-34/+12
| | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Add an occ command to scan files for legacy file key in use and get rid of thoseCôme Chilliet2023-05-041-2/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update ScanLegacyFormat.phpessys2020-11-201-1/+1
| | | Fixed a small typo on line 99.
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add legacy scanning commandRoeland Jago Douma2020-08-191-0/+140
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>