aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/web
AgeCommit message (Expand)Author
2022-01-17Merge branch 'ros-fixes' into release-2.5Micah Lee
2022-01-16Update copyright year to 2022Micah Lee
2022-01-16Merge branch 'develop' of github.com:onionshare/onionshare into ros-fixesMicah Lee
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-30Checks if username is ASCII string else throw an errorSaptak S
2021-11-19Removes invisible whitespace characters from username in chatSaptak S
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-18Merge branch 'advisory-fix-1' of github.com:onionshare/onionshare-ghsa-jh82-c...Micah Lee
2021-11-18Merge branch 'chat-session-handling' of github.com:onionshare/onionshare-ghsa...Micah Lee
2021-11-14Refuses connection if another session is already activeSaptak S
2021-11-14Adds username validation for socketio event handler as wellSaptak S
2021-11-14Renames message event to chat_messageSaptak S
2021-11-14Removed room from chatSaptak S
2021-11-09Use microseconds for Receive Mode dir/file namesMiguel Jacq
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