mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-12 04:52:45 +00:00
- Simplify repository initialization using inheritance. - Share the code for saving repository for disk and remote repositories. Error messages are properly handled for disk repositories too. - Move logic to create remote SSH directory to SSH repository class instead of views. - Create a new error for handling borg repository already existing while initialization. - Get information of repository after initializing so that password errors are caught early. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>