summaryrefslogtreecommitdiff
path: root/cli/onionshare_cli
AgeCommit message (Expand)Author
2021-09-10Change version to 2.4.dev1, to make a dev releaseMicah Lee
2021-09-09Bump version to 2.4 in cli and docsMicah Lee
2021-09-04Removes trailing slash from directories inside directoriesSaptak S
2021-09-04Updates send.html to use file link instead of basenameSaptak S
2021-09-03Merge pull request #1413 from mig5/cli_allow_persistent_mode_as_only_argMicah Lee
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-31Don't force mode to be sent in CLI if --persistent is in use. Store the persi...Miguel Jacq
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-27merge develop branch into client_auth_v3 branch and use our forked stem which...Miguel Jacq
2021-08-20Change github URLs from micahflee/onionshare to onionshare/onionshareMicah Lee
2021-08-20Add LithuanianMicah Lee
2021-08-20Version bump to 2.3.3Micah Lee
2021-08-20Remove endpoint altogether because it's not neededMicah Lee
2021-08-20Merge branch 'develop' of https://github.com/twann4/onionshare into twann4-de...Micah Lee
2021-08-19Fix issue #1365Twann
2021-07-19Added user theme preference option in SettingsSIDDHANT DIXIT
2021-06-07Set the word-break to break-word for the message-class, and removed the max-w...BotMaster3000
2021-06-07Set the Max-Width of the Chat-Window to 80%BotMaster3000
2021-05-31Update version strings, docs, and release.md for version 2.3.2Micah Lee
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-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-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-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-11Merge branch 'develop' into client_auth_v3Miguel 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-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-06Rename things with client_auth_v3_ in the name because there is only one type...Miguel Jacq
2021-05-06Allow setting a 'fake' ClientAuth in local-only mode - which will help with t...Miguel Jacq