dangerzone/dangerzone
deeplow 7222e7700c Always resolve relative paths in Document class
Make the Document class always resolve relative input/output file paths,
which are usually passed as arguments by users.

Previously, resolving relative filepaths was a job left to the
instantiators of the Document class. This was error-prone since this
conversion must happen in all the places where we instantiated the
Document class.
2022-10-27 15:20:35 +03:00
..
gui Always resolve relative paths in Document class 2022-10-27 15:20:35 +03:00
__init__.py Remove separate dangerzone-container entry point, make CLI work with it, and refactor container code to be more DRY 2021-08-04 16:21:00 -07:00
args.py Always resolve relative paths in Document class 2022-10-27 15:20:35 +03:00
cli.py Always resolve relative paths in Document class 2022-10-27 15:20:35 +03:00
container.py fix return type for container.install() 2022-09-15 13:26:05 +01:00
document.py Always resolve relative paths in Document class 2022-10-27 15:20:35 +03:00
errors.py Validate filename arguments through Click 2022-10-27 14:46:39 +03:00
global_common.py move global_common container logic to container.py 2022-09-15 12:09:34 +01:00
settings.py fix spacing (black lint tool) 2022-08-22 11:12:14 +01:00
util.py move to util: get_subprocess_startupinfo 2022-09-15 10:40:36 +01:00