summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)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
Fixes issues with persistent mode
2021-02-23Fixes issues with persistent modeSaptak S
- adds mode to the persistent file - adds filenames for share and website mode in persistent file
2021-02-22Updates socket.io client to 3.1.1 with the latest Socket.IO and Engine.IO ↵Saptak S
protocols
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 ↵Micah Lee
languages
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
There is a small typo in cli/onionshare_cli/web/web.py. Should read `progress` rather than `progess`.
2020-12-22list.sort intsead of sorted(list)whew
2020-12-15Merge pull request #1236 from micahflee/929_download_errorsMicah Lee
Prevent incomplete downloads in share mode, close after first download
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
Translate Tor-related error messages
2020-11-29The CLI error message gets printed from the Onion object, so don't try to ↵Micah Lee
print it the exception
2020-11-29All Tor-related that get thrown from the onionshare_cli.Onion object now get ↵Micah Lee
translated in the GUI
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
When starting OnionShare, kill old tor process if it exists
2020-11-27Fix start_onion_service testMicah Lee
2020-11-27Show a dialog while waiting for Tor rendezvous nodes to close, and let the ↵Micah Lee
user quit early
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 ↵Micah Lee
cause a crash
2020-11-25Improve output when rendezvous circuits all closeMicah Lee
2020-11-25If using bundled Tor, wait for rendezvous circuits to close before killing ↵Micah Lee
the tor process
2020-11-24Change --autostop-sharing option to --no-autostop-sharing, so that it can ↵Micah Lee
default to being disabled (so autostop sharing can be enabled by default)
2020-11-23Allow directory listing work with or without trailing slash (removing ↵Micah Lee
trailing slash by default), and make directory listing links absolute instead of relative
2020-11-23Merge pull request #1216 from SaptakS/fix-username-sessionMicah Lee
Fix username updation to both the sessions
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 ↵Saptak S
new nickname
2020-11-10Forces socket io to use websocket instead of pollingSaptak S
SocketIO uses the last successful method of transport to communicate. But we have eventlet in our dependency which allows for websocket, and we ideally want communications to be over websocket. So specified the transport method as websocket in socket io connect.
2020-11-09Add setuptools as a dependency for pkg_resources module, and update build ↵Micah Lee
scripts to properly delete last build
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
so flatpak can see it, reduce python dependencies, and update release docs
2020-11-08Add incomplete flatpak manifest, update release docs, re-add source package ↵Micah Lee
script