summaryrefslogtreecommitdiff
path: root/onionshare
AgeCommit message (Expand)Author
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-20Make the shutdown get request use the onionshare user for basic authMicah Lee
2019-05-20Make shutdown slug use http basic auth also, so the shutdown command doesnt f...Micah Lee
2019-05-20Fix onionshare URLs non-public mode is always http basic authMicah Lee
2019-05-20Simplify share and receive mode so they no longer need to worry about slug_ca...Micah Lee
2019-05-20Add an error 401 handler, and make it start counting invalid password guesses...Micah Lee
2019-05-20Move HTTP basic auth logic from WebsiteMode to Web, so it applies to all modesMicah Lee
2019-05-10Fix bugs in how self.file was building the dictionary, so now browsing worksMicah Lee
2019-05-10Make it so directory listings work, including root directory listingMicah Lee
2019-05-10Starting to refactor website sharing so set_file_info builds a dict of all fi...Micah Lee
2019-05-10Merge branch 'static-websites' of https://github.com/hiromipaw/onionshare int...Micah Lee
2019-05-08Clean code and fix UI bugshiro
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-23Fix merge conflicts with upstreamhiro
2019-04-23Clean ui, add strings, fix web listing logichiro
2019-04-23Add gui for website sharing and listinghiro
2019-04-23Add website sharing and directory listing cli-onlyhiro
2019-04-21Remove more CLI stringsMicah Lee
2019-04-20Fix loading custom config if providedMiguel Jacq
2019-04-20Unlocalize CLI stringsMiguel Jacq
2019-04-19Merge pull request #959 from micahflee/958_verboseMicah Lee
2019-04-19Change a few more references of debug to verboseMicah Lee
2019-04-18Merge branch 'develop' into 918_old_linuxMicah Lee
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-22Merge pull request #941 from mig5/configurable_connect_timeoutMicah Lee
2019-03-22Merge pull request #935 from mig5/fix_receive_mode_folder_collisionMicah Lee
2019-03-12Don't force connect timeout of 150 when using Bridges if a user-supplied conn...Miguel Jacq
2019-03-12Allow the bundled Tor connection timeout to be configurable from the CLIMiguel Jacq
2019-03-11Use png rather than svg for warning image. Concatenate flash messages with co...Miguel Jacq
2019-03-11Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/...Miguel Jacq
2019-03-10Remove unnecessary attribute from OnionShare objectMiguel Jacq
2019-03-08On a folder name collision, make sure we update the self.receive_mode_dir att...Miguel Jacq
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2019-02-24Add try/except block when stubbing flash's show_server_banner, in order to su...Micah Lee
2019-02-19Always reset the slug to an empty string when the web server stopsMiguel Jacq
2019-02-18Prevent crashing when cleaning up file, if file is still in useMicah Lee
2019-02-18Fix minor bugs: When making the ajax POST request, strip the trailing slash f...Micah Lee
2019-02-17Merge branch 'develop' into 899_send_files_ajaxMicah Lee
2019-02-17Update the GUI when the browser has canceled an upload in Receive Mode. Don't...Miguel Jacq
2019-02-15Make uploading over ajax, and ajax flash messages, workMicah Lee