BUILD.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
install/org.onionshare.OnionShare.appdata.xml
install/org.onionshare.OnionShare.desktop
install/org.onionshare.OnionShare.svg
install/scripts/onionshare
install/scripts/onionshare-gui
install/scripts/onionshare-nautilus.py
onionshare/__init__.py
onionshare/common.py
onionshare/onion.py
onionshare/onionshare.py
onionshare/settings.py
onionshare/strings.py
onionshare.egg-info/PKG-INFO
onionshare.egg-info/SOURCES.txt
onionshare.egg-info/dependency_links.txt
onionshare.egg-info/top_level.txt
onionshare/web/__init__.py
onionshare/web/receive_mode.py
onionshare/web/send_base_mode.py
onionshare/web/share_mode.py
onionshare/web/web.py
onionshare/web/website_mode.py
onionshare_gui/__init__.py
onionshare_gui/onionshare_gui.py
onionshare_gui/server_status.py
onionshare_gui/settings_dialog.py
onionshare_gui/threads.py
onionshare_gui/tor_connection_dialog.py
onionshare_gui/update_checker.py
onionshare_gui/widgets.py
onionshare_gui/mode/__init__.py
onionshare_gui/mode/file_selection.py
onionshare_gui/mode/history.py
onionshare_gui/mode/receive_mode/__init__.py
onionshare_gui/mode/share_mode/__init__.py
onionshare_gui/mode/share_mode/threads.py
onionshare_gui/mode/website_mode/__init__.py
share/torrc_template
share/torrc_template-meek_lite_amazon
share/torrc_template-meek_lite_azure
share/torrc_template-obfs4
share/version.txt
share/wordlist.txt
share/images/file_delete.png
share/images/history_completed.png
share/images/history_completed_none.png
share/images/history_in_progress.png
share/images/history_in_progress_none.png
share/images/history_requests.png
share/images/history_requests_none.png
share/images/info.png
share/images/logo.png
share/images/logo_grayscale.png
share/images/logo_transparent.png
share/images/open_folder.png
share/images/receive_icon_toggle.png
share/images/receive_icon_toggle_selected.png
share/images/receive_icon_transparent.png
share/images/server_started.png
share/images/server_stopped.png
share/images/server_working.png
share/images/settings.png
share/images/share_icon_toggle.png
share/images/share_icon_toggle_selected.png
share/images/share_icon_transparent.png
share/locale/am.json
share/locale/ar.json
share/locale/bg.json
share/locale/bn.json
share/locale/ca.json
share/locale/cs.json
share/locale/da.json
share/locale/de.json
share/locale/el.json
share/locale/en.json
share/locale/eo.json
share/locale/es.json
share/locale/fa.json
share/locale/fi.json
share/locale/fr.json
share/locale/ga.json
share/locale/gu.json
share/locale/he.json
share/locale/hi.json
share/locale/hu.json
share/locale/id.json
share/locale/is.json
share/locale/it.json
share/locale/ja.json
share/locale/ka.json
share/locale/km.json
share/locale/ko.json
share/locale/lg.json
share/locale/mk.json
share/locale/ms.json
share/locale/nb.json
share/locale/nl.json
share/locale/pa.json
share/locale/pl.json
share/locale/pt_BR.json
share/locale/pt_PT.json
share/locale/ro.json
share/locale/ru.json
share/locale/sl.json
share/locale/sn.json
share/locale/sr_Latn.json
share/locale/sv.json
share/locale/sw.json
share/locale/te.json
share/locale/tr.json
share/locale/uk.json
share/locale/wo.json
share/locale/yo.json
share/locale/zh_Hans.json
share/locale/zh_Hant.json
share/static/css/style.css
share/static/img/ajax.gif
share/static/img/favicon.ico
share/static/img/logo.png
share/static/img/logo_large.png
share/static/img/web_file.png
share/static/img/web_folder.png
share/static/js/jquery-3.4.0.min.js
share/static/js/receive.js
share/static/js/send.js
share/templates/401.html
share/templates/403.html
share/templates/404.html
share/templates/405.html
share/templates/denied.html
share/templates/listing.html
share/templates/receive.html
share/templates/send.html
share/templates/thankyou.html
tests/GuiBaseTest.py
tests/GuiReceiveTest.py
tests/GuiShareTest.py
tests/GuiWebsiteTest.py
tests/SettingsGuiBaseTest.py
tests/TorGuiBaseTest.py
tests/TorGuiReceiveTest.py
tests/TorGuiShareTest.py
tests/__init__.py
tests/conftest.py
tests/local_onionshare_401_public_mode_skips_ratelimit_test.py
tests/local_onionshare_401_triggers_ratelimit_test.py
tests/local_onionshare_quitting_during_share_prompts_warning_test.py
tests/local_onionshare_receive_mode_clear_all_button_test.py
tests/local_onionshare_receive_mode_timer_test.py
tests/local_onionshare_receive_mode_upload_non_writable_dir_test.py
tests/local_onionshare_receive_mode_upload_public_mode_non_writable_dir_test.py
tests/local_onionshare_receive_mode_upload_public_mode_test.py
tests/local_onionshare_receive_mode_upload_test.py
tests/local_onionshare_settings_dialog_legacy_tor_test.py
tests/local_onionshare_settings_dialog_no_tor_test.py
tests/local_onionshare_settings_dialog_v3_tor_test.py
tests/local_onionshare_share_mode_autostart_and_autostop_timer_mismatch_test.py
tests/local_onionshare_share_mode_autostart_timer_test.py
tests/local_onionshare_share_mode_autostart_timer_too_short_test.py
tests/local_onionshare_share_mode_cancel_share_test.py
tests/local_onionshare_share_mode_clear_all_button_test.py
tests/local_onionshare_share_mode_download_public_mode_test.py
tests/local_onionshare_share_mode_download_stay_open_test.py
tests/local_onionshare_share_mode_download_test.py
tests/local_onionshare_share_mode_individual_file_view_stay_open_test.py
tests/local_onionshare_share_mode_individual_file_view_test.py
tests/local_onionshare_share_mode_large_download_test.py
tests/local_onionshare_share_mode_password_persistent_test.py
tests/local_onionshare_share_mode_timer_test.py
tests/local_onionshare_share_mode_timer_too_short_test.py
tests/local_onionshare_share_mode_unreadable_file_test.py
tests/local_onionshare_website_mode_csp_enabled_test.py
tests/local_onionshare_website_mode_test.py
tests/onionshare_790_cancel_on_second_share_test.py
tests/onionshare_receive_mode_upload_public_mode_test.py
tests/onionshare_receive_mode_upload_test.py
tests/onionshare_share_mode_cancel_share_test.py
tests/onionshare_share_mode_download_public_mode_test.py
tests/onionshare_share_mode_download_stay_open_test.py
tests/onionshare_share_mode_download_test.py
tests/onionshare_share_mode_persistent_test.py
tests/onionshare_share_mode_stealth_test.py
tests/onionshare_share_mode_timer_test.py
tests/onionshare_share_mode_tor_connection_killed_test.py
tests/onionshare_share_mode_v2_onion_test.py
tests/test_helpers.py
tests/test_onionshare.py
tests/test_onionshare_common.py
tests/test_onionshare_settings.py
tests/test_onionshare_strings.py
tests/test_onionshare_web.py