dangerzone/dangerzone/gui
Alex Pyrgiotis cfa0c01d8f
Sanitize filenames before logging them
Sanitize filenames in various places in the code, before we write them
to the user's terminal. Filenames, especially in Linux, can contain
virtually any character except for '\0' and '/', so it's important to
sanitize them.
2023-08-01 14:43:48 +03:00
..
__init__.py tests: Test our own custom QApplication 2023-07-28 12:18:58 +03:00
logic.py Sanitize filenames before logging them 2023-08-01 14:43:48 +03:00
main_window.py Force rendering of error messages as plain text 2023-08-01 14:43:48 +03:00
updater.py Improve updater messages 2023-08-01 14:29:10 +03:00