aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/mode_settings.py
AgeCommit message (Collapse)Author
2022-01-17Merge branch 'ros-fixes' into release-2.5Micah Lee
2022-01-16Update copyright year to 2022Micah Lee
2021-11-18Merge branch 'chat-session-handling' of ↵Micah Lee
github.com:onionshare/onionshare-ghsa-gjj5-998g-v36v into ros-fixes
2021-11-14Removed room from chatSaptak S
- Uses the global room instead of adding and leaving room for users - Removes the joining event and triggers connection status from server as soon as a connection event is received in server side
2021-11-08Support sending a custom Content-Security-Policy header in Website modeMiguel Jacq
2021-08-27ClientAuthV3 fixesMiguel Jacq
* Remove Client Auth as an explicit option (it's on by default). * Update wording about Public mode * Fix tuple error when raising TorTooOldStealth exception in CLI * Move Private Key button next to URL button in GUI * Replace visual references of ClientAuth to Private Key * Remove HTTPAuth Flask dependency and remove a lot of code to do with password generation, 401 auth triggers/invalid password rate limit detection etc * Test updates * Remove obsolete locale keys
2021-05-06Rename things with client_auth_v3_ in the name because there is only one ↵Miguel Jacq
type of client_auth now that v2 is gone.
2021-05-06merge from develop and fix conflicts, update poetryMiguel Jacq
2021-05-06Remove v2 legacy onion support, and its corresponding client auth ↵Miguel Jacq
functionality. Update the v3 Client Auth to take its place in settings
2021-05-04Early support for ClientAuth with v3 onionsMiguel Jacq
2021-04-29Fix flake8 issues found in cliMicah Lee
2021-04-29Merge branch 'develop' into 1305_receive_messagesMicah Lee
2021-04-28WIP: Starting to make messages in receive mode work in GUIMicah Lee
2021-04-12Add --title, and make it display the title in chat modeMicah Lee
2021-04-11Implement receive mode webhooks in CLIMicah Lee
2021-02-22Update copyright year to 2021Micah Lee
2020-11-01Install new dependencies so CircleCI tests run, and fix a pytest warningMicah Lee
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start ↵Micah Lee
refactoring it to work with briefcase