summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)Author
2021-09-26Change all version to 2.4, update languages, rebuild docs, update tor from ↵Micah Lee
Tor Browser
2021-09-10Change version to 2.4.dev1, to make a dev releaseMicah Lee
2021-09-10Version bump to 2.4Micah 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 #1411 from nyxnor/cli-installation-instructionsMicah Lee
Cli installation instructions
2021-09-03Merge pull request #1413 from mig5/cli_allow_persistent_mode_as_only_argMicah Lee
Don't force mode to be sent in CLI if --persistent is in use. Store the persistent mode only the first time the persistent file is created
2021-09-03Merge pull request #1416 from SaptakS/fix-chat-shutdownMicah Lee
Adds exception for ConnectionError in chat mode during shutdown
2021-09-04Merge pull request #1399 from easyteacher/developSaptak Sengupta
Make last_modified and if_date timezone-aware (Fix #1398)
2021-09-04Merge pull request #1358 from whew/add_security_headersSaptak Sengupta
Add security headers to every response
2021-09-03Make last_modified and if_date timezone-awareFushan Wen
Fix #1398
2021-09-02Adds exception for ConnectionError in chat mode during shutdownSaptak S
The way flask-socketio stops a connection when running using eventlet is by raising SystemExit to abort all the processes. Hence the connections are closed and no response is returned So I am just catching the ConnectionError to check if it was chat mode, in which case it's okay.
2021-09-02Fixes typos about Linux as platform nameKushal Das
It is `linux` not 'Linux' in sys.platform
2021-08-31remove duplicated commanyxnor
2021-08-31Don't force mode to be sent in CLI if --persistent is in use. Store the ↵Miguel Jacq
persistent mode only the first time the persistent file is created
2021-08-31site refer to readme and README correctionsnyxnor
2021-08-30correct formattingnyxnor
2021-08-30installation instructionsnyxnor
2021-08-30Merge develop and resolve conflictMiguel Jacq
2021-08-28Remove rate-limit related code, and a couple more places where ↵Miguel Jacq
flask-httpauth was referenced
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-08-27Upgrade to Stem 1.8.1 (our fork) to satisfy wheel build. Raise minimumHeight ↵Miguel Jacq
to avoid cutoff of client auth option in sharing settings
2021-08-27merge develop branch into client_auth_v3 branch and use our forked stem ↵Miguel Jacq
which works with poetry
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 ↵Micah Lee
twann4-develop
2021-08-19Fix issue #1365Twann
2021-07-22Updated test cli settingsSIDDHANT DIXIT
Added theme key in test_cli_settings.py.
2021-07-19Added user theme preference option in SettingsSIDDHANT DIXIT
Added an option to choose theme in settings dialog like auto, light and dark. Fixed Dark Mode Dark Text.
2021-06-07Set the word-break to break-word for the message-class, and removed the ↵BotMaster3000
max-width again As said by SaptakS, I applied the word-break to the message-Class. Since this breaks the line for long words without Spaces, as well as longer sentences, this is the better solution. Since the max-width now is redundant, it got removed again, as to not cause any future confusion.
2021-06-07Set the Max-Width of the Chat-Window to 80%BotMaster3000
Too long single-line messages can cause the ChatUser-Panel to disappear. Allowing the windows of the Chat to be only 80% of width will cause a automatic linebreak in such a case.
2021-06-01Update release docs, and update CLI poetry lockMicah Lee
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 ↵Micah Lee
https://github.com/mig5/onionshare into mig5-fix_405_error_and_other_methods
2021-05-17Pin Flask at 1.1.4 to avoid Flask 2.0.0 which requires Jinja2 3.0.0 but the ↵Miguel Jacq
latter of which conflicts with Briefcase
2021-05-17Use label tag for chat username label, and rename javascript function to ↵Miguel Jacq
checkUsernameTooLong to better reflect its purpose
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