summaryrefslogtreecommitdiff
path: root/onionshare/settings.py
AgeCommit message (Expand)Author
2019-05-06Version bump to 2.1, updated changelog, and fixed typo in a commentMicah Lee
2019-05-06Missed commas in listMicah Lee
2019-05-06Update available_locales in settings, and rename no.json to nb.json (Norwegia...Micah Lee
2019-04-20Fix loading custom config if providedMiguel Jacq
2019-03-25Standardise all startup_timer, scheduled_start attributes as 'autostart_timer'Miguel Jacq
2019-03-25Standardise all shutdown_timer, shutdown_timeout, timeout attributes as 'auto...Miguel Jacq
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2019-02-10Update available languagesMicah Lee
2019-01-20Rename receive mode "downloads_dir" to the OnionShare "data_dir"Micah Lee
2018-12-21Use os.path.expanduser when creating data dir, and no need to try creating da...Micah Lee
2018-12-19pwd module doesn't exist in WindowsMicah Lee
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