aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/web
AgeCommit message (Expand)Author
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 W...Micah Lee
2021-05-04Remove unnecessary cleanup_filenames appending in the CompressThread. Ensure ...Miguel Jacq
2021-05-04Move the cleanup() function from Onionshare class to Web class, so that the l...Miguel Jacq
2021-05-02Fix GUI testsMicah Lee
2021-04-30GUI displays "Read Message" button when a receive mode submission includes a ...Micah Lee
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 outs...Micah Lee
2021-04-30If a text message is received, save it in the ReceiveModeRequest object, and ...Micah Lee
2021-04-29Fix flake8 issues found in cliMicah Lee
2021-04-29Merge branch 'develop' into 1305_receive_messagesMicah Lee
2021-04-29Merge pull request #1337 from mig5/update_cspMicah Lee
2021-04-29Update the Content-Security-Policy: remove style-src and script-src which are...Miguel Jacq
2021-04-28WIP: Starting to make messages in receive mode work in GUIMicah Lee
2021-04-28Merge pull request #1327 from micahflee/1306_customizationSaptak Sengupta
2021-04-25Allow sending messages as well as uploading files in receive modeMicah Lee
2021-04-25Merge pull request #1321 from SaptakS/range-requests-revisitedMicah Lee
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-12Fixes content-length for the range requests logicSaptak S
2021-04-12Fixes parameters in the test functionSaptak S
2021-04-12Reviving the old range request PRSaptak S
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-03-10chore: refactor code quality issuesAksh Gupta
2021-02-22Update copyright year to 2021Micah Lee
2021-02-21Set content-disposition to attachment for /download, to always force a downloadMicah Lee
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 send_base_mode.pyKcchouette
2020-12-24docs: fix simple typo, progess -> progressTim Gates
2020-12-22list.sort intsead of sorted(list)whew
2020-12-13Stop passing status_url_path to render denied template, to avoid exceptionMicah Lee
2020-11-23Allow directory listing work with or without trailing slash (removing trailin...Micah Lee
2020-11-10Improves the logic of updating both flask session and socket session with new...Saptak S
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee