summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-21macOS package hardening (#967)v2.1.dev1Micah Lee
When making a macOS release, add a timestamp to signature
2019-04-21Add release documentation to BUILD.mdMicah Lee
2019-04-21Version bump to 2.1.dev1 in Windows installer tooMicah Lee
2019-04-21Updated changelogMicah Lee
2019-04-21Fix auto-start timer URLMicah Lee
2019-04-21Merge pull request #965 from mig5/fix_help_systrayMicah Lee
Fix crash when clicking Help in Systray
2019-04-22Update the URL to the Auto-Start timer wiki pageMiguel Jacq
2019-04-22Fix crash when clicking Help in SystrayMiguel Jacq
2019-04-21Version bump to 2.1.dev1 and updated changelogMicah Lee
2019-04-21Merge pull request #964 from micahflee/update_torMicah Lee
Update tor to download Tor Browser 8.0.8, and extract Tor 0.3.5.8
2019-04-21Update tor to download Tor Browser 8.0.8, and extract Tor 0.3.5.8Micah Lee
2019-04-21Remove version stringMicah Lee
2019-04-21Make check_lacked_trans.py executableMicah Lee
2019-04-21Remove more CLI stringsMicah Lee
2019-04-20Reintroduce more strings still usedMiguel Jacq
2019-04-20Re-insert strings that the strings checker script lied to me aboutMiguel Jacq
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-19Merge pull request #962 from illia-v/jquery-3.4.0Micah Lee
Upgrade jQuery to 3.4.0
2019-04-19Change a few more references of debug to verboseMicah Lee
2019-04-19Merge pull request #960 from micahflee/918_old_linuxMicah Lee
Support old linux
2019-04-19Upgrade jQuery to 3.4.0Illia Volochii
2019-04-18Skip GUI and tor tests if pytest is older than 2.9, to allow tests to run in ↵Micah Lee
old ubuntu
2019-04-18Merge branch 'develop' into 918_old_linuxMicah Lee
2019-04-18Rename debug to verbose in all relevant placesMicah Lee
2019-04-18Rename "help_debug" string to "help_verbose"Micah Lee
2019-04-18Merge branch 'requirements' of https://github.com/illia-v/onionshare into ↵Micah Lee
illia-v-requirements
2019-04-18Update date formatMicah Lee
2019-04-18Update requirements for testsIllia Volochii
2019-04-18Update requirementsIllia Volochii
2019-04-18Remove cryptography and its dependencies from requirementsIllia Volochii
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-24Fix unsetting autostart timer after reloading settingsMiguel Jacq
2019-03-24Fixes for displaying autostart timer countdownMiguel Jacq
2019-03-24Human-friendly autostart/autostop countdown timers on server button, tooltipsMiguel Jacq
2019-03-24Show the URL description label whenever we are showing the URL itselfMiguel Jacq
2019-03-24Remove newlines from stringsMiguel 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-22Fix css on receive.html as wellMicah Lee
2019-03-22Merge branch 'develop' of https://github.com/ZeroDot1/onionshare into ↵Micah Lee
ZeroDot1-develop
2019-03-22Merge pull request #917 from mig5/916_messaging_above_send_buttonMicah Lee
Make progress, noscript warning, and flashes appear above the form, but beneath the logo
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