aboutsummaryrefslogtreecommitdiff
path: root/onionshare/mode_settings.py
AgeCommit message (Expand)Author
2020-09-03Merge pull request #1167 from micahflee/docsMicah Lee
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2020-08-21Only import pwd in macOS, because it does not exist in WindowsMicah Lee
2020-03-08Create web UI and socket code for the chat interfaceSaptak S
2019-12-08Move private_key, hidservauth_string, and password from "persistent" mode set...Micah Lee
2019-11-28Fix typos in commentsMicah Lee
2019-11-10Start refactoring Onion to allow for managing a separate onion service for ea...Micah Lee
2019-11-02When disabling persistence, or closing a persistent tab, delete the mode sett...Micah Lee
2019-11-02Starting to make persistent tabs persistentMicah Lee
2019-11-02Make ModeSettings be able to save and loadMicah Lee
2019-11-02Add stub save function in ModeSettingsMicah Lee
2019-11-02Remove mode settings from global settings objectMicah Lee
2019-11-02Fix CLI tests, and also fix bug related to autostop_sharing that the tests foundMicah Lee
2019-11-02Make a new ModeSettings class in onionshare, and use this instead of tab_sett...Micah Lee