summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2021-04-28Use XDG_CONFIG_HOME environment variable if it is present, otherwise fall bac...Miguel Jacq
2021-04-26Move graphical banner into common, and display it in GUI tooMicah Lee
2021-04-25Allow sending messages as well as uploading files in receive modeMicah Lee
2021-04-25Prettier ASCII artMicah Lee
2021-04-25Merge pull request #1321 from SaptakS/range-requests-revisitedMicah Lee
2021-04-25Merge pull request #1330 from SaptakS/chat-socket-fixMicah Lee
2021-04-24Use socks5h instead of socks5whew
2021-04-19Force shutdowns the socket server on closing chat serverSaptak S
2021-04-12Show the custom title in all modesMicah Lee
2021-04-12Add --title, and make it display the title in chat modeMicah Lee
2021-04-13Merge pull request #1326 from micahflee/pretty_verboseSaptak Sengupta
2021-04-12Fix log testsMicah Lee
2021-04-12Make verbose output prettier with terminal colorsMicah Lee
2021-04-12Fixes content-length for the range requests logicSaptak S
2021-04-12Fixes tests for normal range requests, curl and wgetSaptak S
2021-04-12Fixes parameters in the test functionSaptak S
2021-04-12Reviving the old range request PRSaptak S
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