summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-17Update 2.4.dev1 release date, and update tabs screenshot in docsv2.4.dev1Micah Lee
2021-09-17Remove multiarch from snapcraft, for 2.4.dev1Micah Lee
2021-09-12Add deps to stage-package that are required to install cryptography from pipMicah Lee
2021-09-12Remove gnome-3-34 dependency, since it doesn't support i386Micah Lee
2021-09-12Fix another yaml problemMicah Lee
2021-09-12Fix issue in snapcraft.yamlMicah Lee
2021-09-10Update snapcraft python deps, and build for multiple architecturesMicah Lee
2021-09-10Version bump in appdata.xmlMicah Lee
2021-09-10Change version to 2.4.dev1, to make a dev releaseMicah Lee
2021-09-10Update changelogMicah Lee
2021-09-10Version bump to 2.4Micah Lee
2021-09-10Fetch tor binaries from Tor Browser 11.0a5Micah Lee
2021-09-10Build docsMicah Lee
2021-09-10Fix typosMicah Lee
2021-09-09Build docsMicah Lee
2021-09-09Bump version to 2.4 in cli and docsMicah Lee
2021-09-09Update the rest of the docsMicah Lee
2021-09-09Add advanced docs screenshotsMicah Lee
2021-09-09Finish updating advanced docsMicah Lee
2021-09-09Finish updating featuresMicah Lee
2021-09-09Update install docs, part of advanced docs, and share feature docsMicah Lee
2021-09-09Merge pull request #1424 from SaptakS/fix-lightmodeMicah Lee
Enforces light mode even if system OS is dark themed
2021-09-09Merge pull request #1406 from SaptakS/fix-filelistingMicah Lee
Fixes directory listing in send mode
2021-09-09Merge pull request #1425 from mig5/client_auth_privkey_testsSaptak Sengupta
Add more GUI test coverage of the Client Auth private key and toggle button
2021-09-09Add more GUI test coverage of the Client Auth private key and toggle buttonMiguel Jacq
2021-09-09Enforces light mode even if system OS is dark themedSaptak S
2021-09-04Merge pull request #1418 from kushaldas/ci_funSaptak Sengupta
Changes CircleCI image to the correct path
2021-09-04Removes trailing slash from directories inside directoriesSaptak S
2021-09-04Changes CircleCI image to the correct pathKushal Das
2021-09-04Updates the tests to use a full path instead of basenameSaptak 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-03Reveal/hide private keyMicah Lee
2021-09-03Revert "Don't show private key"Micah Lee
This reverts commit cf604f78f4f5734c9e53eee760bac3bc43a0512f.
2021-09-03Improve padding in receive modeMicah Lee
2021-09-03Merge branch '1409_clientauthv3_ux_improvements' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-1409_clientauthv3_ux_improvements
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-03Merge pull request #1417 from kushaldas/more_ci_fixesMicah Lee
Removes extra comments from CI config
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-03Removes extra comments from CI configKushal Das
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-02Merge pull request #1415 from kushaldas/fix_tests_on_linuxSaptak Sengupta
Fixes typos about Linux as platform name
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-31Don't show private keyMiguel Jacq
2021-08-31Reintroduce the titles in the QR codes to help differentiate themMiguel Jacq