aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare
AgeCommit message (Expand)Author
2020-12-22Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translati...Micah Lee
2020-12-21Translated using Weblate (Chinese (Simplified))Hosted Weblate
2020-12-15Merge pull request #1236 from micahflee/929_download_errorsMicah Lee
2020-12-13Make Qt5 work in macOS Big SurMicah Lee
2020-12-14Translated using Weblate (Ukrainian)Hosted Weblate
2020-12-13Merge branch 'origin/develop' into Weblate.Hosted Weblate
2020-12-13Translated using Weblate (Danish)Hosted Weblate
2020-12-13When canceling a server that has not started, forcefully kill the OnionThread...Micah Lee
2020-12-13Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translati...Micah Lee
2020-12-13Merge branch 'develop' into 929_download_errorsMicah Lee
2020-12-13Don't call server_status.stop_server() twice, which prevents overwriting the ...Micah Lee
2020-12-13Adjusts height of title based on length of textSaptak S
2020-12-06Translated using Weblate (Spanish)Hosted Weblate
2020-12-01Merge pull request #1239 from micahflee/1214_onion_error_translationsMicah Lee
2020-11-29All Tor-related that get thrown from the onionshare_cli.Onion object now get ...Micah Lee
2020-11-29Make settings dialog use the correct get_tor_paths methodMicah Lee
2020-11-29Change wording of waiting for Tor circuits messageMicah Lee
2020-11-29Merge branch 'develop' into 929_download_errorsMicah Lee
2020-11-28Merge pull request #911 from mgalicer/878-enhance-url-copyingMicah Lee
2020-11-27Show a dialog while waiting for Tor rendezvous nodes to close, and let the us...Micah Lee
2020-11-27When quitting OnionShare with services started, make sure the web services ge...Micah Lee
2020-11-27Make GUI pass the mode type into start_onion_serviceMicah Lee
2020-11-23Fix URL description text for chat modeMicah Lee
2020-11-15Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translati...Micah Lee
2020-11-14Translated using Weblate (Japanese)Hosted Weblate
2020-11-11Makes button style similar to main page buttonsSaptak S
2020-11-11Resolve #878 UX: Enhance URL copyingmarigalicer
2020-11-09Remove confusingly-worded QR code labelMicah Lee
2020-11-09Merge branch 'develop' into briefcasev2.3.dev2Micah Lee
2020-11-09Only close web thread on cleanup if web thread exists, and sleep 1 second whe...Micah Lee
2020-11-09End web thread successfully when cleaning up after a tab, which prevents cras...Micah Lee
2020-11-08Merge branch 'develop' into briefcaseMicah Lee
2020-11-08Fix get_resource_path to work with python eggs, move appdata xml file to src ...Micah Lee
2020-11-04Manually make close tab buttons in macOS, because PySide2 is not showing the ...Micah Lee
2020-11-04Make OnionShare briefcase work in macOSMicah Lee
2020-11-01Install new dependencies so CircleCI tests run, and fix a pytest warningMicah Lee
2020-11-01Missing importMicah Lee
2020-10-15Put tor binaries in desktop app resources, not cli resources, and fix Windows...Micah Lee
2020-10-15Make onionshare_cli an actual dependency of the GUI versionMicah Lee
2020-10-14PySide2 datetimes use .toPython instead of .toPyDateTimeMicah Lee
2020-10-14Load onionshare_cli from source tree instead of pip dependency, and start mak...Micah Lee
2020-10-14Fix extremely obnoxious bug related to differences in QTabWidget between PyQt...Micah Lee
2020-10-14PySide2 does not use QVariantMicah Lee
2020-10-13Port from PyQt5 to PySide2Micah Lee
2020-10-13Move docs back to root, move onionshare_gui into briefcase app, and make modi...Micah Lee
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee