aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/web
AgeCommit message (Expand)Author
2021-12-21Solve obnoxious cx_Freeze issue that broke websockets by enforcing async_mode...Micah Lee
2021-12-21Enable websocket logs in verbose modeMicah Lee
2021-12-21Fix permission denied error in Windows, which was introduced using tempfile.N...Micah Lee
2021-12-17Force the MIME type for .js files to be text/javascript, to override silly OS...Miguel Jacq
2021-12-02Add temp file to cleanup list just once when its first createdMicah Lee
2021-12-01Fix CLI testsMicah Lee
2021-12-01Merge branch 'develop' into 1470_tempfilesMicah Lee
2021-12-01Explicitly cleanup temp files and dirsMicah Lee
2021-12-01Use NamedTemporaryFile instead of TemporaryFile, to fix crash when sharing on...Micah Lee
2021-11-18Use a NamedTemporaryFile instead of TemporaryFile for streamed gzip filesMicah Lee
2021-11-18Use high level tempfile classes that clean up after themselvesMicah Lee
2021-11-08Support sending a custom Content-Security-Policy header in Website modeMiguel Jacq
2021-09-04Removes trailing slash from directories inside directoriesSaptak S
2021-09-03Merge pull request #1416 from SaptakS/fix-chat-shutdownMicah Lee
2021-09-04Merge pull request #1399 from easyteacher/developSaptak Sengupta
2021-09-03Make last_modified and if_date timezone-awareFushan Wen
2021-09-02Adds exception for ConnectionError in chat mode during shutdownSaptak S
2021-08-30Merge develop and resolve conflictMiguel Jacq
2021-08-28Remove rate-limit related code, and a couple more places where flask-httpauth...Miguel Jacq
2021-08-27ClientAuthV3 fixesMiguel Jacq
2021-08-20Remove endpoint altogether because it's not neededMicah Lee
2021-08-19Fix issue #1365Twann
2021-05-31fix another typo...whew
2021-05-31fix typowhew
2021-05-31Merge branch 'develop' into add_security_headerswhew
2021-05-31resolve conflict in chat_mode.pywhew
2021-05-31resolve conflict in web.pywhew
2021-05-25Merge branch 'fix_405_error_and_other_methods' of https://github.com/mig5/oni...Micah Lee
2021-05-14Prevent usernames in Chat mode of length 128 chars or moreMiguel Jacq
2021-05-13Update web.pywhew
2021-05-13Update share_mode.pywhew
2021-05-13Update send_base_mode.pywhew
2021-05-13Update receive_mode.pywhew
2021-05-13Update chat_mode.pywhew
2021-05-11Move the 'supports_file_requests' attribute into the actual modes rather than...Miguel Jacq
2021-05-11Adds attribute self.mode_supports_file_requests in Web class. Don't send REQU...Miguel Jacq
2021-05-11Disable OPTIONS on the update-session-username route on Chat modeMiguel Jacq
2021-05-11Website mode doesn't need to support POST as a methodMiguel Jacq
2021-05-10Fix HTTP return code for custom 500 internal server error handlerMiguel Jacq
2021-05-10Register the 405 error handler properly. Enforce the appropriate methods for ...Miguel Jacq
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