dangerzone/dangerzone
deeplow 93f17b3166
Specialize DocumentFilenameException() for disambiguation
All filename-related exceptions were of class DocumentFilenameException.
This made it difficult to disambiguate them. Specializing them makes it
it easier for tests to detect which exception in particular we want to
verify.
2022-11-14 09:04:23 +00:00
..
gui Deduplicate container output parsing (stdout_callback) 2022-11-14 08:54:02 +00: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 Security: cli wildcard injection mitigation 2022-11-14 08:53:38 +00:00
cli.py Deduplicate container output parsing (stdout_callback) 2022-11-14 08:54:02 +00:00
container.py Update document state exclusively in convert() 2022-11-14 09:03:50 +00:00
document.py Specialize DocumentFilenameException() for disambiguation 2022-11-14 09:04:23 +00:00
errors.py Specialize DocumentFilenameException() for disambiguation 2022-11-14 09:04:23 +00:00
logic.py Update document state exclusively in convert() 2022-11-14 09:03:50 +00:00
settings.py Rename global_common.GlobalCommon class to logic.Dangerzone 2022-10-27 13:44:13 +01:00
util.py move to util: get_subprocess_startupinfo 2022-09-15 10:40:36 +01:00