Commit graph

15 commits

Author SHA1 Message Date
Micah Lee
a54f99adf6 Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase 2020-10-12 22:40:55 -07:00
Micah Lee
743a6c8aa4 Merge pull request #1167 from micahflee/docs
OnionShare documentation website
2020-09-03 12:01:50 -07:00
Micah Lee
de6320bd12 Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead of just Micah Lee 2020-08-27 19:13:08 -04:00
Micah Lee
f5919a242d Only import pwd in macOS, because it does not exist in Windows 2020-08-21 14:49:23 -04:00
Saptak S
ec7a969dde Create web UI and socket code for the chat interface 2020-03-08 14:51:43 +05:30
Micah Lee
48070409f7 Move private_key, hidservauth_string, and password from "persistent" mode settings to "onion" mode settings; and make it so the onion settings are always saved in each tab, even if the tab is not persistent, so if you stop and start a service in the same tab it has the same onion address and password 2019-12-08 10:13:56 -08:00
Micah Lee
5cd2fc8ff7 Fix typos in comments 2019-11-28 19:30:48 -08:00
Micah Lee
7dcc71c330 Start refactoring Onion to allow for managing a separate onion service for each tab 2019-11-10 17:55:07 -08:00
Micah Lee
accb5c4e07 When disabling persistence, or closing a persistent tab, delete the mode settings file for that tab 2019-11-02 23:06:26 -07:00
Micah Lee
960322a363 Starting to make persistent tabs persistent 2019-11-02 21:45:55 -07:00
Micah Lee
51cda4c52a Make ModeSettings be able to save and load 2019-11-02 21:00:23 -07:00
Micah Lee
4a804d7901 Add stub save function in ModeSettings 2019-11-02 19:12:06 -07:00
Micah Lee
1bc516f569 Remove mode settings from global settings object 2019-11-02 17:06:13 -07:00
Micah Lee
16268b5b3e Fix CLI tests, and also fix bug related to autostop_sharing that the tests found 2019-11-02 17:01:47 -07:00
Micah Lee
61dc04a105 Make a new ModeSettings class in onionshare, and use this instead of tab_settings 2019-11-02 10:43:20 -07:00