aboutsummaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)Author
2021-05-05Merge pull request #1345 from micahflee/1275_fix_website_modeMicah Lee
Fix website mode in Windows
2021-05-04Change version to 2.3.2.dev1Micah Lee
2021-05-04Merge branch 'develop' into version-2.3.2Micah Lee
2021-05-04Merge branch 'develop' into 1275_fix_website_modeMicah Lee
2021-05-04When building the self.files, use forward slashes instead of backslashes in ↵Micah Lee
Windows
2021-05-04Remove unnecessary cleanup_filenames appending in the CompressThread. Ensure ↵Miguel Jacq
we also remove the temp dir that a Zip file is made within, by setting the temp dir in ZipWriter as a variable
2021-05-04Move the cleanup() function from Onionshare class to Web class, so that the ↵Miguel Jacq
list of files to be cleaned up is always available (needed for website temp files)
2021-05-03Update CLI ASCII art in readmeMicah Lee
2021-05-03Version bump to 2.3.2 and update changelog, and upgrade PySide to 5.15.2Micah Lee
2021-05-03Merge branch 'develop' into 1305_receive_messagesMicah Lee
2021-05-03Fix javascript bug in receive mode when files is disabledMicah Lee
2021-05-03Update obfs4 built-in bridges to match those of Tor Browser'sMiguel Jacq
2021-05-02Fix CLI tests in macOSMicah Lee
2021-05-02Fix log colors so it isn't black on black in macOSMicah Lee
2021-05-02Remove deprecated pytest stuffMicah Lee
2021-05-02Fix CLI tests in WindowsMicah Lee
2021-05-02Use colorama for terminal colors, to get Windows supportMicah Lee
2021-05-02Fix GUI testsMicah Lee
2021-05-02Write receive mode CLI tests to confirm messages and files get uploaded, and ↵Micah Lee
when no files are uploaded an empty folder is not created
2021-04-30GUI displays "Read Message" button when a receive mode submission includes a ↵Micah Lee
message
2021-04-30If no files are uploaded, delete the empty receive mode dir that was createdMicah Lee
2021-04-30Remove periods from receive mode time folder names, and save the message ↵Micah Lee
outside of the time folder
2021-04-30If a text message is received, save it in the ReceiveModeRequest object, and ↵Micah Lee
add includes_text=True to REQUEST_STARTED
2021-04-29Fix flake8 issues found in cliMicah Lee
2021-04-29Merge branch 'develop' into 1305_receive_messagesMicah Lee
2021-04-29Merge pull request #1334 from micahflee/ascii_artSaptak Sengupta
Prettier ASCII art
2021-04-28Center the version and URLMicah Lee
2021-04-29Merge pull request #1336 from mig5/1293_support_xdg_config_home_env_varMicah Lee
Use XDG_CONFIG_HOME environment variable if it is present, otherwise fall back to ~/.config
2021-04-29Merge pull request #1337 from mig5/update_cspMicah Lee
Update the Content-Security-Policy
2021-04-29Update the Content-Security-Policy: remove style-src and script-src which ↵Miguel Jacq
are inherited by default-src. Add frame-ancestors, form-action and base-uri which do not inherit default-src
2021-04-28WIP: Starting to make messages in receive mode work in GUIMicah Lee
2021-04-28Level up the ASCII artMicah Lee
2021-04-28Merge pull request #1327 from micahflee/1306_customizationSaptak Sengupta
Allow custom title for each onion service
2021-04-28Use XDG_CONFIG_HOME environment variable if it is present, otherwise fall ↵Miguel Jacq
back to ~/.config
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
Reviving the old range request PR
2021-04-25Merge pull request #1330 from SaptakS/chat-socket-fixMicah Lee
Force shutdowns the socket server on closing chat server
2021-04-24Use socks5h instead of socks5whew
With `socks5h` the proxy server resolves the domain name, which avoids leaking DNS requests.
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
Make verbose output prettier with terminal colors
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
This commit basically just adds the codes from the PR https://github.com/micahflee/onionshare/pull/804/commits on the newly structured and refactored code and also fixes import dependencies and changed any code that was relevant with the new code of onionshare