Micah Lee
|
a1cddeb9a9
|
Access .upload_count from the correct object after the web refactor
|
2018-09-21 17:42:36 -07:00 |
|
Micah Lee
|
4d125bd3dc
|
Actually tell the GUI the progess
|
2018-09-21 17:08:11 -07:00 |
|
Micah Lee
|
017a4ebe31
|
Merge branch 'develop' into 663_zip_away
|
2018-09-21 16:23:49 -07:00 |
|
Micah Lee
|
09ccbf4a60
|
Dynamically figure out the total size of the download based on the whether or not the client making the http request accepts gzip
|
2018-09-21 16:22:37 -07:00 |
|
Micah Lee
|
98fcf4d0ac
|
Remove the 'using_ephemeral' string
|
2018-09-21 15:11:18 -07:00 |
|
Micah Lee
|
eac4e44dc5
|
Remove no_filenames string, and instead display CLI usage if you don't specify filenames
|
2018-09-21 13:58:42 -07:00 |
|
Micah Lee
|
2a309af680
|
If only sharing one file, compress it with gzip, and serve it with gzip compression if the browser supports it
|
2018-09-21 12:29:23 -07:00 |
|
Micah Lee
|
98aae9d83b
|
Pass common into ShareModeWeb and ReceiveModeWeb
|
2018-09-21 11:41:49 -07:00 |
|
Micah Lee
|
28fd67cbcc
|
Move more mode-specific logic out of the Web class and into the approprate mode web classes
|
2018-09-21 11:36:19 -07:00 |
|
Micah Lee
|
a86681e903
|
Refactor the CLI main function to explicitly use 'share' or 'receive' mode
|
2018-09-21 11:19:36 -07:00 |
|
Micah Lee
|
cc9f646f8b
|
Refactor web even more to all of the share and receive web logic into ShareModeWeb and ReceiveModeWeb classes
|
2018-09-21 11:14:32 -07:00 |
|
Micah Lee
|
8ce90fdd60
|
Refactor web to push share and receive mode logic into their respective files
|
2018-09-20 23:58:27 -07:00 |
|
Micah Lee
|
71ea9bf29e
|
Split the web module into different files for receive mode and share mode logic
|
2018-09-20 23:43:04 -07:00 |
|
Micah Lee
|
603be8a02c
|
Make web a module, so I can split it into multiple files
|
2018-09-20 23:31:52 -07:00 |
|
Micah Lee
|
81fa5e052c
|
Only add the download_filename to cleanup_filenames (which get deleted) if the file is zipped up. Otherwise, OnionShare deletes the original file
|
2018-09-20 23:18:17 -07:00 |
|
Micah Lee
|
324538bdd3
|
When there is only 1 file being shared, don't zip it
|
2018-09-20 09:14:56 -07:00 |
|
Miguel Jacq
|
abb270834b
|
Log the public_mode flag as well
|
2018-09-19 14:53:33 +10:00 |
|
Miguel Jacq
|
62804dfdce
|
Merge pull request #758 from micahflee/665_cancel_compression
Fix zip progress bar not canceling problem
|
2018-09-19 10:59:11 +10:00 |
|
Micah Lee
|
6da5ae84f7
|
Tor version must actually be 0.3.3.1 for ephemeral v3 onion services
|
2018-09-18 17:31:40 -07:00 |
|
Micah Lee
|
cc265491fd
|
Properly handle exceptions in CLI, and pass the actual exception message in TorErrorProtocolError exceptions
|
2018-09-18 17:17:25 -07:00 |
|
Micah Lee
|
5448c4f345
|
Remove some debug logs
|
2018-09-18 16:58:16 -07:00 |
|
Micah Lee
|
0234ff5f37
|
Set self.cancel_compression to false in the set_file_info() function instead of Web's constructor, so it gets reset every time
|
2018-09-18 16:28:54 -07:00 |
|
Micah Lee
|
c52c846227
|
Make Web.set_file_info return False on cancel
|
2018-09-18 13:42:13 -07:00 |
|
Micah Lee
|
174de57405
|
Refactor all of the threading.Threads into QThreads, and quit them all when canceling the server. When canceling the compression thread, specifically mass a cancel message into the Web and ZipWriter objects to make the bail out on compression early
|
2018-09-17 20:55:54 -07:00 |
|
Micah Lee
|
7c5d154519
|
Make separate function for comparing the slug and comparing the shutdown_slug, to prevent 404 errors on the shutdown request
|
2018-09-17 17:42:21 -07:00 |
|
Micah Lee
|
6efc281fbb
|
Merge branch 'develop' into receiver-mode-gui
|
2018-09-17 16:15:08 -07:00 |
|
Micah Lee
|
359e470383
|
Make what's this links use the same string, and change their style
|
2018-09-17 16:11:52 -07:00 |
|
Micah Lee
|
f90e96e21a
|
Monkeypatch flask to suppress output that isn't applicable to OnionShare
|
2018-09-15 22:04:08 -07:00 |
|
Miguel Jacq
|
3a7ae401af
|
Fix conflicts
|
2018-09-16 13:37:22 +10:00 |
|
Micah Lee
|
9815c612eb
|
Check for public_mode in the check_slug_candidate function, to make 404 errors work again during public mode
|
2018-09-15 19:47:42 -07:00 |
|
Miguel Jacq
|
8bb75cc530
|
Fix conflict in tests
|
2018-09-15 12:07:01 +10:00 |
|
Micah Lee
|
8312058fcc
|
Merge branch 'develop' into receiver-mode-gui
|
2018-09-14 18:59:36 -07:00 |
|
Micah Lee
|
2605967011
|
Merge branch '685_use_dist_socks' of https://github.com/mig5/onionshare into mig5-685_use_dist_socks
|
2018-09-14 18:40:26 -07:00 |
|
Miguel Jacq
|
e54a1473ce
|
Don't check slug candidate in public mode
|
2018-09-15 11:36:34 +10:00 |
|
Miguel Jacq
|
25eed81b00
|
Fixing a future check for persistent v3 onions (still disabled for now)
|
2018-09-13 16:35:24 +10:00 |
|
Miguel Jacq
|
0b0eef7245
|
More clarity for the returned values in generate_v3_private_key(), also more consistent with generate_v2_private_key()
|
2018-09-13 12:29:48 +10:00 |
|
Miguel Jacq
|
8955ce0699
|
Refactor the onionkey stuff to be more like @maqp's revised version (thanks)
|
2018-09-13 12:21:38 +10:00 |
|
Miguel Jacq
|
45a5a2ae63
|
Use the distribution's PySocks module instead of our custom version
|
2018-09-04 14:26:47 +10:00 |
|
Miguel Jacq
|
11bf059015
|
Fix conflict from receiver-mode-gui branch
|
2018-09-04 11:48:39 +10:00 |
|
Micah Lee
|
f83aa3cffb
|
Merge branch 'receive_mode_styling' of https://github.com/mig5/onionshare into mig5-receive_mode_styling
|
2018-09-02 23:01:06 -07:00 |
|
Miguel Jacq
|
5c8b0d7796
|
Rather than hide persistence/stealth mode altogether if the Tor version is high enough for v3, give the user the option to 'use legacy v2 onions' in Settings dialog, so that they may continue to use persistence etc
|
2018-08-22 11:45:08 +10:00 |
|
Miguel Jacq
|
2de9359629
|
Introduce v3 onion support
|
2018-08-21 19:31:02 +10:00 |
|
Miguel Jacq
|
3b45f93dbe
|
Expand 'public mode' (optional slugs) to be possible for sharing too, not just receiving, with no rate-limiting/self-destruct on invalid routes.
|
2018-07-21 17:06:11 +10:00 |
|
Miguel Jacq
|
a830eb57fe
|
#691 remove meek_lite Amazon
|
2018-07-21 15:52:11 +10:00 |
|
Miguel Jacq
|
4092a65e0c
|
Improve styling of flash() messages by using categories, and style the closed.html. Replace references to 'Uploading' with 'Sending' for consistency
|
2018-07-17 11:45:14 +10:00 |
|
Miguel Jacq
|
69ae29272c
|
Fix minor spelling/grammar issues
|
2018-07-14 16:43:21 +10:00 |
|
Micah Lee
|
1ad68c46d4
|
Merge branch 'license' into develop
|
2018-06-18 19:29:03 -07:00 |
|
Micah Lee
|
9344fbd274
|
Update OnionShare copyright year to 2018
|
2018-06-17 16:53:44 -07:00 |
|
Micah Lee
|
96a680e05d
|
Improve the CLI output for receive mode
|
2018-05-20 15:20:21 -07:00 |
|
Micah Lee
|
d6ce902eb6
|
Only mark a file upload complete when it closes, which makes the open folder button appear
|
2018-05-20 13:13:06 -07:00 |
|