summaryrefslogtreecommitdiff
path: root/onionshare/__init__.py
AgeCommit message (Expand)Author
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
2018-09-21Refactor web even more to all of the share and receive web logic into ShareMo...Micah Lee
2018-09-20Only add the download_filename to cleanup_filenames (which get deleted) if th...Micah Lee
2018-09-20When there is only 1 file being shared, don't zip itMicah Lee
2018-09-18Properly handle exceptions in CLI, and pass the actual exception message in T...Micah Lee
2018-07-21Expand 'public mode' (optional slugs) to be possible for sharing too, not jus...Miguel Jacq
2018-05-19Move downloads_dir validation into the /upload request in Web, and display an...Micah Lee
2018-05-19Move downloads dir validation into CommonMicah Lee
2018-05-04Fix stay_open regression bug. Before, it was closing automatically even when ...Micah Lee
2018-04-29Display the URL without the slug for receive_public_mode in the CLIMicah Lee
2018-04-28Fix a race condition where the URL was sometimes getting copied to the clipbo...Micah Lee
2018-04-28Generalize the handling of Tor exceptions, more logging in WebMicah Lee
2018-04-26Instead of creating a Web object and passing it into OnionShareGui, now each ...Micah Lee
2018-04-24Merge branch 'receiver-mode' into receiver-mode-guiMicah Lee
2018-04-24In CLI recieve mode, tell the user where to look for uploaded filesMicah Lee
2018-04-24Update GPL copyright yearMicah Lee
2018-03-14Add receive mode warning, and print notification for each upload, in CLI modeMicah Lee