Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: convert sanitize account properties repair step to background job | Ferdinand Thiessen | 2025-02-27 | 2 | -13/+58 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Optimize repair step performance | Ferdinand Thiessen | 2025-02-27 | 1 | -1/+26 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: validate account properties as a repair step | Ferdinand Thiessen | 2025-02-27 | 1 | -0/+89 |
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> |