Micah Lee
f17816b45d
Fix issue in snapcraft.yaml
2021-09-12 18:45:44 -07:00
Micah Lee
8b0905f822
Update snapcraft python deps, and build for multiple architectures
2021-09-10 13:45:57 -07:00
Micah Lee
fe809b29e8
Version bump in appdata.xml
2021-09-10 13:45:36 -07:00
Micah Lee
27aa747e3c
Change version to 2.4.dev1, to make a dev release
2021-09-10 13:38:00 -07:00
Micah Lee
ddfc2a920a
Update changelog
2021-09-10 12:56:56 -07:00
Micah Lee
9e501f4804
Version bump to 2.4
2021-09-10 12:45:21 -07:00
Micah Lee
839af9f495
Fetch tor binaries from Tor Browser 11.0a5
2021-09-10 12:41:48 -07:00
Micah Lee
1977c9a00e
Build docs
2021-09-10 12:35:44 -07:00
Micah Lee
5881d5d7e5
Fix typos
2021-09-10 12:34:51 -07:00
Micah Lee
4962766f63
Build docs
2021-09-09 19:50:11 -07:00
Micah Lee
f148ecad85
Bump version to 2.4 in cli and docs
2021-09-09 19:50:02 -07:00
Micah Lee
d348014068
Update the rest of the docs
2021-09-09 19:15:25 -07:00
Micah Lee
df7b2b3b8c
Add advanced docs screenshots
2021-09-09 19:04:17 -07:00
Micah Lee
4456b96a27
Finish updating advanced docs
2021-09-09 19:04:04 -07:00
Micah Lee
57d499ee69
Finish updating features
2021-09-09 18:55:16 -07:00
Micah Lee
0cd183bcc9
Update install docs, part of advanced docs, and share feature docs
2021-09-09 18:21:56 -07:00
Micah Lee
746d44cfb5
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
b0c790cd2a
Merge pull request #1406 from SaptakS/fix-filelisting
...
Fixes directory listing in send mode
2021-09-09 16:52:25 -07:00
Saptak Sengupta
ff8c74ac80
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
6f5d2bd825
Add more GUI test coverage of the Client Auth private key and toggle button
2021-09-09 13:04:40 +10:00
Saptak S
df9c9f1b70
Enforces light mode even if system OS is dark themed
2021-09-09 00:54:47 +05:30
Saptak Sengupta
bcffe15b4a
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
19da3d73a3
Removes trailing slash from directories inside directories
2021-09-04 20:41:22 +05:30
Kushal Das
295ed4c2b9
Changes CircleCI image to the correct path
2021-09-04 19:20:24 +05:30
Saptak S
460c25f0f3
Updates the tests to use a full path instead of basename
2021-09-04 19:17:31 +05:30
Saptak S
b696b427fd
Updates send.html to use file link instead of basename
2021-09-04 19:17:30 +05:30
Micah Lee
cbdbfb47d6
Merge pull request #1411 from nyxnor/cli-installation-instructions
...
Cli installation instructions
2021-09-03 14:38:03 -07:00
Micah Lee
029223304b
Reveal/hide private key
2021-09-03 14:25:11 -07:00
Micah Lee
f797db0242
Revert "Don't show private key"
...
This reverts commit b93c5c788a4227c6651a936c741b2fc858967046.
2021-09-03 14:24:45 -07:00
Micah Lee
46bafdf3ba
Improve padding in receive mode
2021-09-03 13:42:55 -07:00
Micah Lee
11e072b604
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
f6d5967655
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
78aa64aab9
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
3e395cf0bd
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
4f69e387e0
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
8c6516cc29
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
565151c3ed
Removes extra comments from CI config
2021-09-03 21:05:47 +05:30
Fushan Wen
8baad0eeb5
Make last_modified and if_date timezone-aware
...
Fix #1398
2021-09-03 00:07:48 +08:00
Saptak S
5d3a0cfa38
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
b7e50bd99f
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
ba3fdc277e
Fixes typos about Linux as platform name
...
It is `linux` not 'Linux' in sys.platform
2021-09-02 08:31:30 +05:30
nyxnor
d0efa614e1
remove duplicated comma
2021-08-31 11:59:07 +02:00
Miguel Jacq
a50cd11dd8
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
b93c5c788a
Don't show private key
2021-08-31 14:52:27 +10:00
Miguel Jacq
b8cb4746b3
Reintroduce the titles in the QR codes to help differentiate them
2021-08-31 14:23:33 +10:00
Miguel Jacq
bfdebc4d96
Client Auth UX improvements
2021-08-31 14:17:23 +10:00
nyxnor
f85c3e9040
site refer to readme and README corrections
2021-08-31 03:34:44 +02:00
nyxnor
dd989ab429
correct formatting
2021-08-30 22:56:25 +02:00
nyxnor
493435dbb1
installation instructions
2021-08-30 22:54:24 +02:00
Miguel Jacq
0f3a5fdabf
Merge develop and resolve conflict
2021-08-30 13:41:15 +10:00