summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2021-02-22Version bump to 2.3.1Micah Lee
2021-02-22Update copyright year to 2021Micah Lee
2021-02-22Merge pull request #1287 from SaptakS/fix-persistentMicah Lee
2021-02-23Fixes issues with persistent modeSaptak S
2021-02-22Updates socket.io client to 3.1.1 with the latest Socket.IO and Engine.IO pro...Saptak S
2021-02-21Merge branch 'develop' into final-2.3Micah Lee
2021-02-21Set content-disposition to attachment for /download, to always force a downloadMicah Lee
2021-02-15Add the final languagesMicah Lee
2021-02-15Version bump from 2.3.dev2 to 2.3, and build the latest docs, in the latest l...Micah Lee
2021-01-31Updates the unicode logic in share_mode code as wellSaptak S
2021-01-31use utf8 name too for file downloadingKcchouette
2021-01-31Update requirements.txtKcchouette
2021-01-31Update send_base_mode.pyKcchouette
2020-12-24docs: fix simple typo, progess -> progressTim Gates
2020-12-22list.sort intsead of sorted(list)whew
2020-12-15Merge pull request #1236 from micahflee/929_download_errorsMicah Lee
2020-12-13Merge branch 'develop' into 929_download_errorsMicah Lee
2020-12-13Stop passing status_url_path to render denied template, to avoid exceptionMicah Lee
2020-12-01Merge pull request #1239 from micahflee/1214_onion_error_translationsMicah Lee
2020-11-29The CLI error message gets printed from the Onion object, so don't try to pri...Micah Lee
2020-11-29All Tor-related that get thrown from the onionshare_cli.Onion object now get ...Micah Lee
2020-11-29Make CLI throw an error if it cannot find tor binaryMicah Lee
2020-11-29Merge branch 'develop' into 929_download_errorsMicah Lee
2020-11-27Merge pull request #1223 from micahflee/1159_kill_stale_torMicah Lee
2020-11-27Fix start_onion_service testMicah Lee
2020-11-27Show a dialog while waiting for Tor rendezvous nodes to close, and let the us...Micah Lee
2020-11-27Add terminal animation while waiting for circuits to closeMicah Lee
2020-11-27Only wait for share mode rendezvous circuits to close, ignore the restMicah Lee
2020-11-27Put wait for circuits to close login in a try/except, so Ctrl-C does not caus...Micah Lee
2020-11-25Improve output when rendezvous circuits all closeMicah Lee
2020-11-25If using bundled Tor, wait for rendezvous circuits to close before killing th...Micah Lee
2020-11-24Change --autostop-sharing option to --no-autostop-sharing, so that it can def...Micah Lee
2020-11-23Allow directory listing work with or without trailing slash (removing trailin...Micah Lee
2020-11-23Merge pull request #1216 from SaptakS/fix-username-sessionMicah Lee
2020-11-17Make onionshare tor process detection work in WindowsMicah Lee
2020-11-17Update CLI depsMicah Lee
2020-11-17Fix torrc filenameMicah Lee
2020-11-17Kill stale tor processMicah Lee
2020-11-17Remove Onion.bundle_tor_supported because it is now always supportedMicah Lee
2020-11-17Move psutil dependency from desktop to CLIMicah Lee
2020-11-10Delete old circleci configMicah Lee
2020-11-10Makes username input blur on pressing enterSaptak S
2020-11-10Improves the logic of updating both flask session and socket session with new...Saptak S
2020-11-10Forces socket io to use websocket instead of pollingSaptak S
2020-11-09Add setuptools as a dependency for pkg_resources module, and update build scr...Micah Lee
2020-11-08Version bump to 2.3.dev2, and update Linux installation in docsMicah Lee
2020-11-08Remove obsolete resource path testsMicah Lee
2020-11-08Properly specify onionshare_cli package_dataMicah Lee
2020-11-08Fix get_resource_path to work with python eggs, move appdata xml file to src ...Micah Lee
2020-11-08Add incomplete flatpak manifest, update release docs, re-add source package s...Micah Lee