summaryrefslogtreecommitdiff
path: root/onionshare/__init__.py
AgeCommit message (Expand)Author
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2020-05-02Merge branch 'develop' into chatSaptak S
2020-03-22Merge branch 'develop' into 1064_tabsMicah Lee
2020-03-08Create web UI and socket code for the chat interfaceSaptak S
2020-03-08Change colorsMicah Lee
2020-01-03Added ascii-logoSam
2019-12-08Move private_key, hidservauth_string, and password from "persistent" mode set...Micah Lee
2019-11-28Fix typos in commentsMicah Lee
2019-11-28If running from onionshare CLI, use a new temporary tor data dir, and if runn...Micah Lee
2019-11-02Make it so passing in --persistent [filename] in the CLI, with no other args,...Micah Lee
2019-11-02Make ModeSettings be able to save and loadMicah Lee
2019-11-02Fix CLI tests, and also fix bug related to autostop_sharing that the tests foundMicah Lee
2019-11-02Refactor onionshare CLI to accept and use all mode settingsMicah Lee
2019-11-02Fix CLI to work with mode settingsMicah Lee
2019-10-20Replace .format with python 3.6 f-strings in onionshare moduleMicah Lee
2019-10-12Format all code using blackMicah Lee
2019-09-15Validate filenames, and require filenames be passed in, in website mode as we...Micah Lee
2019-09-03Rename a few more count variables to cur_history_idMicah Lee
2019-09-01Load default settings in CLI mode, of config is not passed inMicah Lee
2019-05-24Merge branch 'develop' into basic_auth_everywhereMicah Lee
2019-05-24Resolve bugs from initial PRhiro
2019-05-21Fix building the URL in CLI mode, and removing the slug from the download but...Micah Lee
2019-05-20Rename "slug" to "password"Micah Lee
2019-05-20Fix onionshare URLs non-public mode is always http basic authMicah Lee
2019-05-20Move HTTP basic auth logic from WebsiteMode to Web, so it applies to all modesMicah Lee
2019-04-23Add gui for website sharing and listinghiro
2019-04-23Add website sharing and directory listing cli-onlyhiro
2019-04-20Unlocalize CLI stringsMiguel Jacq
2019-04-18Rename debug to verbose in all relevant placesMicah Lee
2019-03-25include years in the dates from CLI, in case it's a very long timer or perhap...Miguel Jacq
2019-03-25CLI flags to contain requested hyphensMiguel 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-25Fix conflictsMiguel Jacq
2019-03-24rename CLI args for autostart/stop timersMiguel Jacq
2019-03-24Don't allow setting an auto-stop timer that is shorter than the auto-start timerMiguel Jacq
2019-03-12Allow the bundled Tor connection timeout to be configurable from the CLIMiguel Jacq
2019-03-11Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/...Miguel Jacq
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2019-01-20Rename receive mode "downloads_dir" to the OnionShare "data_dir"Micah Lee
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
2018-10-25Receive mode puts files in a directory based on the timestamp of the uploadMicah Lee
2018-10-02Make auto-stop timer work on CLI when an upload is still in progress on expiryMiguel Jacq
2018-10-01Load default settings before parsing for any alternate config. Reload strings...Miguel Jacq
2018-09-30Set OnionShare language based on the locale stored in settings, and prompt us...Micah Lee
2018-09-21Merge branch 'develop' into 663_zip_awayMicah Lee
2018-09-21Remove no_filenames string, and instead display CLI usage if you don't specif...Micah Lee
2018-09-21If only sharing one file, compress it with gzip, and serve it with gzip compr...Micah Lee
2018-09-21Move more mode-specific logic out of the Web class and into the approprate mo...Micah Lee
2018-09-21Refactor the CLI main function to explicitly use 'share' or 'receive' modeMicah Lee