Micah Lee
c27951f1e8
Fix issue in snapcraft.yaml
2021-09-12 18:45:44 -07:00
Micah Lee
3d4197dd30
Update snapcraft python deps, and build for multiple architectures
2021-09-10 13:45:57 -07:00
Micah Lee
54d245206c
Version bump in appdata.xml
2021-09-10 13:45:36 -07:00
Micah Lee
f454c58c57
Change version to 2.4.dev1, to make a dev release
2021-09-10 13:38:00 -07:00
Micah Lee
0bbaf5e55c
Update changelog
2021-09-10 12:56:56 -07:00
Micah Lee
3d2f8a6c18
Version bump to 2.4
2021-09-10 12:45:21 -07:00
Micah Lee
1d84e2dc8e
Fetch tor binaries from Tor Browser 11.0a5
2021-09-10 12:41:48 -07:00
Micah Lee
631e76661f
Build docs
2021-09-10 12:35:44 -07:00
Micah Lee
429126698a
Fix typos
2021-09-10 12:34:51 -07:00
Micah Lee
e0c74b705e
Build docs
2021-09-09 19:50:11 -07:00
Micah Lee
9e4df9c8e0
Bump version to 2.4 in cli and docs
2021-09-09 19:50:02 -07:00
Micah Lee
24e48801d2
Update the rest of the docs
2021-09-09 19:15:25 -07:00
Micah Lee
83786dd102
Add advanced docs screenshots
2021-09-09 19:04:17 -07:00
Micah Lee
e5cc3895f0
Finish updating advanced docs
2021-09-09 19:04:04 -07:00
Micah Lee
1b8df44471
Finish updating features
2021-09-09 18:55:16 -07:00
Micah Lee
f8259ae8c0
Update install docs, part of advanced docs, and share feature docs
2021-09-09 18:21:56 -07:00
Micah Lee
98b4854c0f
Merge pull request #1424 from SaptakS/fix-lightmode
...
Enforces light mode even if system OS is dark themed
2021-09-09 16:53:58 -07:00
Micah Lee
bb1b3ad157
Merge pull request #1406 from SaptakS/fix-filelisting
...
Fixes directory listing in send mode
2021-09-09 16:52:25 -07:00
Saptak Sengupta
464a345d45
Merge pull request #1425 from mig5/client_auth_privkey_tests
...
Add more GUI test coverage of the Client Auth private key and toggle button
2021-09-09 18:18:03 +05:30
Miguel Jacq
a34ef19d9a
Add more GUI test coverage of the Client Auth private key and toggle button
2021-09-09 13:04:40 +10:00
Saptak S
66769361f0
Enforces light mode even if system OS is dark themed
2021-09-09 00:54:47 +05:30
Saptak Sengupta
51ee951ac2
Merge pull request #1418 from kushaldas/ci_fun
...
Changes CircleCI image to the correct path
2021-09-04 20:45:17 +05:30
Saptak S
6edab6877a
Removes trailing slash from directories inside directories
2021-09-04 20:41:22 +05:30
Kushal Das
696b88d820
Changes CircleCI image to the correct path
2021-09-04 19:20:24 +05:30
Saptak S
e488085116
Updates the tests to use a full path instead of basename
2021-09-04 19:17:31 +05:30
Saptak S
3620bf3a0c
Updates send.html to use file link instead of basename
2021-09-04 19:17:30 +05:30
Micah Lee
b09c3bc48b
Merge pull request #1411 from nyxnor/cli-installation-instructions
...
Cli installation instructions
2021-09-03 14:38:03 -07:00
Micah Lee
942f297428
Reveal/hide private key
2021-09-03 14:25:11 -07:00
Micah Lee
c5c9df774a
Revert "Don't show private key"
...
This reverts commit cf604f78f4
.
2021-09-03 14:24:45 -07:00
Micah Lee
093bf454a1
Improve padding in receive mode
2021-09-03 13:42:55 -07:00
Micah Lee
a27c89e574
Merge branch '1409_clientauthv3_ux_improvements' of https://github.com/mig5/onionshare into mig5-1409_clientauthv3_ux_improvements
2021-09-03 13:28:35 -07:00
Micah Lee
3d698d0fb7
Merge pull request #1413 from mig5/cli_allow_persistent_mode_as_only_arg
...
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-03 13:27:53 -07:00
Micah Lee
aac8020c3e
Merge pull request #1416 from SaptakS/fix-chat-shutdown
...
Adds exception for ConnectionError in chat mode during shutdown
2021-09-03 13:23:43 -07:00
Micah Lee
46b3c01e82
Merge pull request #1417 from kushaldas/more_ci_fixes
...
Removes extra comments from CI config
2021-09-03 13:12:35 -07:00
Saptak Sengupta
1b5b6a6b71
Merge pull request #1399 from easyteacher/develop
...
Make last_modified and if_date timezone-aware (Fix #1398 )
2021-09-04 00:13:12 +05:30
Saptak Sengupta
810288b9c4
Merge pull request #1358 from whew/add_security_headers
...
Add security headers to every response
2021-09-04 00:12:21 +05:30
Kushal Das
8081daa276
Removes extra comments from CI config
2021-09-03 21:05:47 +05:30
Fushan Wen
f4b35f25d3
Make last_modified and if_date timezone-aware
...
Fix #1398
2021-09-03 00:07:48 +08:00
Saptak S
5a7ab3c12e
Adds exception for ConnectionError in chat mode during shutdown
...
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-02 18:57:21 +05:30
Saptak Sengupta
ede47aaf48
Merge pull request #1415 from kushaldas/fix_tests_on_linux
...
Fixes typos about Linux as platform name
2021-09-02 12:47:35 +05:30
Kushal Das
e4178cff49
Fixes typos about Linux as platform name
...
It is `linux` not 'Linux' in sys.platform
2021-09-02 08:31:30 +05:30
nyxnor
a0e322a906
remove duplicated comma
2021-08-31 11:59:07 +02:00
Miguel Jacq
686e5abd0e
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-08-31 17:53:50 +10:00
Miguel Jacq
cf604f78f4
Don't show private key
2021-08-31 14:52:27 +10:00
Miguel Jacq
30b12cac55
Reintroduce the titles in the QR codes to help differentiate them
2021-08-31 14:23:33 +10:00
Miguel Jacq
cb144e218a
Client Auth UX improvements
2021-08-31 14:17:23 +10:00
nyxnor
10a0c522bf
site refer to readme and README corrections
2021-08-31 03:34:44 +02:00
nyxnor
80b2fe15f1
correct formatting
2021-08-30 22:56:25 +02:00
nyxnor
f0d823bdcc
installation instructions
2021-08-30 22:54:24 +02:00
Miguel Jacq
dd7938a134
Merge develop and resolve conflict
2021-08-30 13:41:15 +10:00