aboutsummaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2021-04-12Test webhook in CLIMicah Lee
2021-04-12Improve webhook label in GUI, improve webhook message that gets POSTed, and d...Micah Lee
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
2021-04-11Merge branch 'fix_rendezvous_typo' of https://github.com/mig5/onionshare into...Micah Lee
2021-03-10chore: refactor code quality issuesAksh Gupta
2021-03-10Fix the call to start_onion_service in CLI mode when using autostart timer, w...Miguel Jacq
2021-03-08Change style to use flexKcchouette
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
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-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
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