summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2021-05-31Update version strings, docs, and release.md for version 2.3.2Micah Lee
2021-05-25Account for the "v" in the version string ("v2.3.2") banner spacingMicah Lee
2021-05-25Merge branch 'fix_405_error_and_other_methods' of https://github.com/mig5/oni...Micah Lee
2021-05-17Pin Flask at 1.1.4 to avoid Flask 2.0.0 which requires Jinja2 3.0.0 but the l...Miguel Jacq
2021-05-17Use label tag for chat username label, and rename javascript function to chec...Miguel Jacq
2021-05-14Prevent usernames in Chat mode of length 128 chars or moreMiguel Jacq
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-10Remove Finnish, add Indonesian and Serbian (latin)Micah Lee
2021-05-11Merge branch 'develop' into fix_405_error_and_other_methodsMiguel Jacq
2021-05-11Website mode doesn't need to support POST as a methodMiguel Jacq
2021-05-10Merge branch 'pin-flask-socketio' of https://github.com/SaptakS/onionshare in...Micah Lee
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-07Remind the user to submit contact info if they want a response to a message i...Miguel Jacq
2021-05-07Pins flask-socketio to 5.0.1 in pyproject.tomlSaptak S
2021-05-05Merge pull request #1345 from micahflee/1275_fix_website_modeMicah Lee
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 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-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
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 #1334 from micahflee/ascii_artSaptak Sengupta
2021-04-28Center the version and URLMicah Lee
2021-04-29Merge pull request #1336 from mig5/1293_support_xdg_config_home_env_varMicah 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-28Level up the ASCII artMicah Lee
2021-04-28Merge pull request #1327 from micahflee/1306_customizationSaptak Sengupta