aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/NC20
Commit message (Collapse)AuthorAgeFilesLines
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-052-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* composer run cs:fixCôme Chilliet2023-01-203-3/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-9/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Also handle legacy cipher support when encryption is disabled but an old ↵Julius Härtl2020-12-032-2/+4
| | | | | | master key is present Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Harden EncryptionLegacyCipher a bitRoeland Jago Douma2020-11-202-0/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-3/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add repair step to remove old dashboard app configJulius Härtl2020-08-241-0/+53
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* New SSE key formatRoeland Jago Douma2020-08-201-0/+62
| | | | | | | * Encrypt the keys with the instance secret * Store them as json (so we can add other things if needed) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make legacy cipher opt inRoeland Jago Douma2020-08-191-0/+62
* Systems that upgrade have this enabled by default * New systems disable it * We'll have to add some wargning in the setup checks if this is enabled Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>