summaryrefslogtreecommitdiff
path: root/onionshare
AgeCommit message (Collapse)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 ↵Micah Lee
(Norwegian Bokmål)
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
Rename --debug to --verbose
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 ↵Miguel Jacq
perhaps we're crossing into a new year
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 ↵Miguel Jacq
'autostop_timer'
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
Allow the bundled Tor connection timeout to be configurable from the CLI
2019-03-22Merge pull request #935 from mig5/fix_receive_mode_folder_collisionMicah Lee
On a folder name collision, make sure we update the self.receive_mode_dir attribute
2019-03-12Don't force connect timeout of 150 when using Bridges if a user-supplied ↵Miguel Jacq
connect timeout has been passed in already
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 ↵Miguel Jacq
commas to reduce page height. Allow warning message to be wider
2019-03-11Various Startup Timer fixes for strings, bundled mode, stealth mode, ↵Miguel Jacq
startup/shutdown time clashes
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 ↵Miguel Jacq
attribute after creating a unique folder with a suffix. Adjust Receive Mode tests to test for this
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 ↵Micah Lee
support older versions of flask
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 ↵Micah Lee
from window.location.pathname so the URL works in public mode; and add a newline before printing message when receiving file
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. ↵Miguel Jacq
Don't increment the completed counter
2019-02-15Make uploading over ajax, and ajax flash messages, workMicah Lee
2019-02-14Refactor upload_logic to work with both normal uploads and ajax uploadsMicah Lee
2019-02-14Update the noscript upload instructions on the receive mode upload page, and ↵Micah Lee
add separate page for instructions to disable NoScript XSS setting
2019-02-12Oops, was passing self.upload_error into the wrong close functionMicah Lee
2019-02-12Catch more exceptions in ReceiveModeFile that trigger on a full diskMicah Lee
2019-02-12Gracefully handle exceptions while writing a file during a receive mode ↵Micah Lee
transfer (like out of disk space error)
2019-02-12Fix typo in commentMicah Lee
2019-02-11When you hit an upload_error, alert the userMicah Lee
2019-02-11Call secure_filename on the filename first thing, so we don't end up working ↵Micah Lee
with multiple versions of the same filename
2019-02-11Refactor receive mode to start saving files to data_dir with .part extension ↵Micah Lee
while they're downloading
2019-02-11Support persistent v3 onionsMiguel Jacq
2019-02-10Update available languagesMicah Lee
2019-01-28Separete onion settings into their own group, and remove css that was ↵Micah Lee
breaking the look of the "Copy HidServAuth" button
2019-01-28Merge branch 'develop' into 812_v3_tor_versionMicah Lee
2019-01-21Tests are failing because a receive mode dir already exists, so this makes ↵Micah Lee
them pass
2019-01-21Oops, finish resolving merge conflictMicah Lee
2019-01-21Merge branch 'develop' into 866_receive_mode_crashMicah Lee
2019-01-21Write test to confirm that submitting the receive mode form without ↵Micah Lee
selecting files doesn't change in_progress_count or completed_count