summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-03Extend coverage of website mode testsMiguel Jacq
2019-09-03Aww. Adjust the website test html code since my easter egg didn't workMiguel Jacq
2019-09-03remove unnecessary import from GuiWebSiteTest classMiguel Jacq
2019-09-03Add a basic website testMiguel Jacq
2019-09-03Add tests to check that hyperlink to a shared file exists when in stay_open m...Miguel Jacq
2019-09-02Register a history item when an individual file is viewed that does not match...Miguel Jacq
2019-09-01Remove the "Allow downloading individual files" setting altogether, and make ...Micah Lee
2019-09-01Merge SendBaseModeWeb.build_file_list into SendBaseModeWeb.set_file_info func...Micah Lee
2019-09-01Fix TestSettings.test_init testMicah Lee
2019-09-01Load default settings in CLI mode, of config is not passed inMicah Lee
2019-09-01Only allow downloading of individual files if it is enabled in settings, and ...Micah Lee
2019-09-01Add new "Allow downloading of individual files" checkbox to share settings, a...Micah Lee
2019-09-01Clear the file list every time a share startsMicah Lee
2019-09-01Merge pull request #1018 from micahflee/1010_python3_distutilsMicah Lee
2019-09-01Merge pull request #1017 from micahflee/1014_hide_tor_settingsMicah Lee
2019-09-01Merge pull request #1019 from micahflee/update_depsMicah Lee
2019-09-01Change link style for directory listingMicah Lee
2019-09-01Add Web.generate_static_url_path back, so each share has its own static pathMicah Lee
2019-09-01Oops, need to call directory_listing with filesystem_pathMicah Lee
2019-09-01Move all mode-specific code out of SendBaseModeWeb and into inherited methods...Micah Lee
2019-09-01Rename BaseModeWeb to SendBaseModeWeb, because this code is only actually sha...Micah Lee
2019-09-01Merge branch 'share-code' of https://github.com/hiromipaw/onionshare into hir...Micah Lee
2019-09-01Update python and pyqt5 in BUILD.md, and for macOS install pyinstaller from p...Micah Lee
2019-09-01Update pip dependenciesMicah Lee
2019-09-01Merge pull request #1011 from torbsd/torbsdMicah Lee
2019-09-01Add python3-distutils as a dependency, and also remove reduntant build-depend...Micah Lee
2019-09-01If ONIONSHARE_HIDE_TOR_SETTINGS is set, hide Tor settings in the settings dialogMicah Lee
2019-09-01Merge pull request #1012 from emmapeel2/translation_updatesMicah Lee
2019-09-01Change package in build instructions from python-flask-httpauth to python3-fl...Micah Lee
2019-07-27weblate translation updatesemma peel
2019-07-27Merge branch 'origin/develop' into Weblate.Hosted Weblate
2019-07-27Translated using Weblate (Norwegian Bokmål)Hosted Weblate
2019-07-26Merge branch 'origin/develop' into Weblate.Hosted Weblate
2019-07-26Merge branch 'develop' of github.com:weblate/onionshare-weblate into developemma peel
2019-07-26Merge branch 'origin/develop' into Weblate.Hosted Weblate
2019-07-26Merge branch 'develop' of github.com:micahflee/onionshare into developemma peel
2019-07-26Merge branch 'develop' of github.com:micahflee/onionshare-weblate into developemma peel
2019-07-26Squashed commit of the following:emma peel
2019-07-23DragonFly is *BSD; bringing back #716Vinicius Zavam
2019-06-22Translated using Weblate (Swedish)Hosted Weblate
2019-06-14Clean up rendering logic between share and website modehiro
2019-06-13Remove reset of web app path in receive modehiro
2019-06-13Revert "Generate a new static_url_path each time the server is stopped and st...hiro
2019-06-13Refactor directory_listing functionhiro
2019-06-13Move directory_listing functionhiro
2019-06-13Refactor set_file_list between website and share modehiro
2019-06-13Start code sharing between WebsiteMode and ShareModehiro
2019-06-12Added python-flask-httpauth dependwh1t3fang
2019-05-30Merge pull request #1000 from micahflee/989_noscript_xss_is_all_goodMicah Lee
2019-05-30Remove old noscript css stylesMicah Lee