Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: convert sanitize account properties repair step to background jobbackport/50985/stable31 | Ferdinand Thiessen | 2025-02-24 | 2 | -9/+38 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Optimize repair step performance | Ferdinand Thiessen | 2025-02-24 | 1 | -3/+21 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: validate account properties as a repair step | Ferdinand Thiessen | 2025-02-24 | 1 | -0/+58 |
Replace `ValidatePhoneNumber` from Nextcloud 21 with a new repair step, `ValidateAccountProperties` which validates and sanitizes all account properties. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |