aboutsummaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)Author
2021-04-12Test webhook in CLIMicah Lee
2021-04-12Improve webhook label in GUI, improve webhook message that gets POSTed, and ↵Micah Lee
display webhook errors without verbose mode
2021-04-11Oops, webhook not websocketMicah Lee
2021-04-11Implement receive mode webhooks in CLIMicah Lee
2021-04-11Update poetry deps, and add requests[socks]Micah Lee
2021-04-11Merge pull request #1317 from akshgpt7/chore-refactor-issuesMicah Lee
Refactor code quality issues
2021-04-11Merge branch 'fix_rendezvous_typo' of https://github.com/mig5/onionshare ↵Micah Lee
into mig5-fix_rendezvous_typo
2021-03-10chore: refactor code quality issuesAksh Gupta
2021-03-10Fix the call to start_onion_service in CLI mode when using autostart timer, ↵Miguel Jacq
which had out of date positional args. Fix Tor exception handlers which were also out of date with the start_onion_service function
2021-03-08Change style to use flexKcchouette
inspired by PR #1140
2021-03-08Revert: Adding class to have old styleKcchouette
2021-03-08Adding class to have old styleKcchouette
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-02-09Correct rendevouz to rendezvousMiguel Jacq
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