Micah Lee
|
ae110026e7
|
Generate a new static_url_path each time the server is stopped and started again
|
2019-05-29 18:21:53 -07:00 |
|
Micah Lee
|
7dce7eec45
|
Rename "slug" to "password"
|
2019-05-20 22:18:49 -07:00 |
|
Miguel Jacq
|
eb823042bb
|
Standardise all startup_timer, scheduled_start attributes as 'autostart_timer'
|
2019-03-25 15:28:31 +11:00 |
|
Miguel Jacq
|
84aa627d1f
|
Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/shutdown time clashes
|
2019-03-11 15:55:17 +11:00 |
|
Miguel Jacq
|
eae049d46a
|
Fix a minor corner case related to server status button when canceling a scheduled share. Leverage scheduled shares in order to test 'cancel' action in local mode for better test coverage
|
2019-03-08 11:03:37 +11:00 |
|
Miguel Jacq
|
26d262ccfc
|
Add a Startup Timer feature (scheduled start / dead man's switch)
|
2019-03-05 10:28:27 +11:00 |
|
Micah Lee
|
d068490519
|
Merge branch 'send_public_mode_arg_to_web_start' of https://github.com/mig5/onionshare into mig5-send_public_mode_arg_to_web_start
|
2018-09-19 18:39:07 -07:00 |
|
Micah Lee
|
b8d24515e8
|
Choose a port *before* starting the web service
|
2018-09-19 18:14:42 -07:00 |
|
Miguel Jacq
|
34e7290b06
|
Start the WebThread earlier than the Onion service. This gives it a chance to generate its slug before the Onion Service finishes starting up, which can otherwise lead to a crash
|
2018-09-19 15:07:04 +10:00 |
|
Miguel Jacq
|
70b0add9ef
|
Send the public_mode argument to web.start in the WebThread
|
2018-09-19 14:40:30 +10:00 |
|
Micah Lee
|
066e8c58ed
|
Import onion exceptions that were missing
|
2018-09-18 17:44:54 -07:00 |
|
Micah Lee
|
0dc03ecd4c
|
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 |
|