mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-08 11:40:25 +00:00
- Fix encrypted repositories getting created without encryption. - Set verified=False by during save operation for safety. - Handle common error scenarios and show proper messages. Such as authentication failure. - Use pathlib to simplify file handling code. - Split nested code for readability and do better function splits. - Expand ~ only if it is at the beginning of the path. - Allow empty repository path as allowed by SSH. - Don't internationalize log messages. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>