summaryrefslogtreecommitdiff
path: root/onionshare/settings.py
AgeCommit message (Expand)Author
2018-12-18Merge branch '846_mac_packaging' into 406_osx_sandboxMicah Lee
2018-12-18When discovering default locale, default to english if locale.getdefaultlocal...Micah Lee
2018-12-16Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-12-10Fixed typo in commentMicah Lee
2018-12-08Split pt locale into pt_BR and pt_PTMicah Lee
2018-12-05Merge pull request #752 from mig5/receiver-mode-gui-hold-timeout-share-open-t...Micah Lee
2018-11-26Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-11-26Merge pull request #763 from mig5/open_folder_uploads_macos_windowsMicah Lee
2018-11-25Build downloads_dir a different way in macOS, so it's correct despite the san...Micah Lee
2018-11-25Make sure downloads_dir exists after loading settingsMicah Lee
2018-11-25Make tor data dir always be a tempdir inside OnionShare's data dirMicah Lee
2018-11-25Create a group container for macOS sandbox, and on Mac put the Tor data dir i...Micah Lee
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
2018-09-30Fix testsMicah Lee
2018-09-30Make printing the settings filename as debug statement instead of printMicah Lee
2018-09-30Translate language names to their own languageMicah Lee
2018-09-30Make Settings.available_locales be a dictionary mapping locale codes to langu...Micah Lee
2018-09-30Add locale to Settings, and make it default to the system locale, or EnglishMicah Lee
2018-09-19Fix syntax for opening explorer and selecting the filename. Fix a bug in the ...Miguel Jacq
2018-09-18Fix conflictMiguel Jacq
2018-09-18Remove unnecessary loop. Remove the Close route/setting which can DoS another...Miguel Jacq
2018-09-16Fix conflictsMiguel Jacq
2018-09-15Fix conflict in testsMiguel Jacq
2018-09-14Merge branch 'develop' into receiver-mode-guiMicah Lee
2018-08-22Rather than hide persistence/stealth mode altogether if the Tor version is hi...Miguel Jacq
2018-07-21Expand 'public mode' (optional slugs) to be possible for sharing too, not jus...Miguel Jacq
2018-07-21#691 remove meek_lite AmazonMiguel Jacq
2018-06-18Merge branch 'license' into developMicah Lee
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-04-28Add two new receive mode settings: receive_allow_receiver_shutdown and receiv...Micah Lee
2018-04-24Update GPL copyright yearMicah Lee
2018-04-24Remove the desktop notification setting -- everyone gets them nowMicah Lee
2018-03-08Completely refactor common to make a Common class, and pass that class down i...Micah Lee
2018-03-06Change default receive mode download directory to ~/OnionShareMicah Lee
2018-03-05Add downloads_dir to settings, make it default to ~/DownloadsMicah Lee
2018-02-25Merge pull request #588 from micahflee/ux-updateMiguel Jacq
2018-02-15Support meek_lite Pluggable Transportirykoon
2018-02-07Move auto-stop timer into settings, so its UI does not show up unless the use...Micah Lee
2018-01-16Fix conflicts arising from the reuse_private_key branchMiguel Jacq
2018-01-15Save the slug when using a persistent private keyMiguel Jacq
2018-01-13Move the saving of private key into the SettingsDialog and Onion objects enti...Miguel Jacq
2017-12-11Add bridge support (obfs4 or user-supplied)Miguel Jacq
2017-07-10Reorder imports, use `json.load(f)`Delirious Lettuce
2017-06-01Make it possible to supply a custom json settings file from somewhere elseMiguel Jacq
2017-05-23Fix indentingMicah Lee
2017-05-23open files via the 'with' statement, to avoid ResourceWarnings on unclosed filesMiguel Jacq
2017-05-22Add desktop notification messages on download events (via systray)Miguel Jacq
2017-05-16Made Settings debug log less verboseMicah Lee
2017-05-16Add debug logging to Onion, OnionShare, and Settings objectsMicah Lee
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee