aboutsummaryrefslogtreecommitdiff
path: root/onionshare/settings.py
AgeCommit message (Expand)Author
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee
2020-09-20Rename Norwegian Bokmål from nb to nb_NOMicah Lee
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2019-11-02Starting to make persistent tabs persistentMicah 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-10-20Replace .format with python 3.6 f-strings in onionshare moduleMicah Lee
2019-10-13Fix how Serbian (latin) is writtenMicah Lee
2019-10-12Added new languages (Arabic, Dutch, Persian, Romanian, Serbian) and removed o...Micah Lee
2019-10-12Format all code using blackMicah Lee
2019-10-02Prettify JSON dumpgoogan-star
2019-09-22Invert the CSP header setting and put it in its own Website Mode settings gro...Miguel Jacq
2019-09-16Make setting the Content-Security-Policy header optional so it doesn't break ...Miguel Jacq
2019-05-20Rename "slug" to "password"Micah Lee
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