summaryrefslogtreecommitdiff
path: root/onionshare
AgeCommit message (Collapse)Author
2018-12-11When debug mode is enabled, don't log flask errors to diskMicah Lee
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-02-25Merge branch 'cancel_share' of https://github.com/mig5/onionshare into ↵Micah Lee
mig5-cancel_share
2018-02-25Add ability to cancel a shareMiguel Jacq
2018-02-24Merge branch 'develop' into 641_fix_images_windowsMicah Lee
2018-02-24When using <img>, put the src in quotes. Otherwise the filename is likely to ↵Micah Lee
have spaces in it, and the <img> src will break. Also, in Windows use backslashes for local resources instead of forward slashes
2018-02-24Merge branch 'remove_platform_re' of ↵Micah Lee
https://github.com/delirious-lettuce/onionshare into delirious-lettuce-remove_platform_re
2018-02-25Revert the cancel feature that causes issues at least on macOS (#637)Miguel Jacq
2018-02-24Remove use of `re` module by using `str.endswith`delirious-lettuce
2018-02-25Merge pull request #588 from micahflee/ux-updateMiguel Jacq
Major user experience update
2018-02-22Merge branch 'develop' of https://github.com/irykoon/onionshare into ↵Micah Lee
irykoon-develop
2018-02-19Merge branch 'develop' into mig5-info_widgets_download_infoMicah Lee
2018-02-19Merge branch 'sortable_tables' of https://github.com/mig5/onionshare into ↵Micah Lee
mig5-sortable_tables
2018-02-20merge ux-update in, and fix conflictMiguel Jacq
2018-02-19reset done to False if a download is still in progressMiguel Jacq
2018-02-15Support meek_lite Pluggable Transportirykoon
Currently, meek/meek_lite is one of the few, if not only, mature pluggable transport that works in some heavily cenosored areas, for example, China. Therefore, this can be a nice feature to have.
2018-02-14Make table sortable with javascript (if enabled)Miguel Jacq
2018-02-12Pass the correct parameter to remove_ephemeral_hidden_service()Miguel Jacq
Add debug logs to verify if an onion was successfully deleted or not
2018-02-12Fix function name remove_ephemeral_onion_serviceMiguel Jacq
2018-02-10Redesigned HTML/CSS download pageMicah Lee
2018-02-10Add onionshare favicon to all HTML pagesMicah Lee
2018-02-09Allow the user to cancel a share that is still starting upMiguel Jacq
2018-02-07Move auto-stop timer into settings, so its UI does not show up unless the ↵Micah Lee
user specifically enables that feature
2018-02-07Merge pull request #585 from torbsd/openbsd-port-patches-2Miguel Jacq
Second attempt at patches for an OpenBSD port
2018-02-06Update patch as per the suggestion by @mig5 onattila
https://github.com/micahflee/onionshare/pull/585 Tested on current snapshot, both gui and cli work
2018-02-05Second attempt at patches for an OpenBSD port, this time based off of 1.2attila
and after feedback from the upstream and other contributors at https://github.com/micahflee/onionshare/pull/489
2018-01-19Support for obfs4 in custom bridgesMiguel Jacq
2018-01-18load Settings in onionshare/__init__.py before we initiate the web thread, ↵Miguel Jacq
since it needs to send the saved slug to the web server
2018-01-17Temporary fix for #550Micah Lee
2018-01-17Merge branch '435_support_bridges' of https://github.com/mig5/onionshare ↵Micah Lee
into mig5-435_support_bridges
2018-01-18load the Settings in onionshare/__init__.py later, so that when saving slug, ↵Miguel Jacq
the private_key/hidservauth string have already been saved by the Onion object
2018-01-17Extract tor and obfs4proxy executables from the main TorBrowser executable ↵Miguel Jacq
with 7-zip on Windows
2018-01-16Fix conflicts arising from the reuse_private_key branchMiguel Jacq
2018-01-14Merge branch 'check_is_valid_file' of https://github.com/mig5/onionshare ↵Micah Lee
into mig5-check_is_valid_file
2018-01-15support obfs4 via obfs4proxy on macOSMiguel Jacq
2018-01-15Save the slug when using a persistent private keyMiguel Jacq
2018-01-14Catch the OSError in CLI mode when a file/folder can't be zipped up, and ↵Miguel Jacq
error out more gracefully
2018-01-14Merge branch 'master' into check_is_valid_fileMiguel Jacq
2018-01-14Resolve conflict with upstream's onion.pyMiguel Jacq
2018-01-14Resolve conflict with upstream's onion.pyMiguel Jacq
2018-01-14Resolve conflict with upstream's onion.pyMiguel Jacq
2018-01-13Merge branch 'mig5-493_500_detect_broken_tor_connection'Micah Lee
2018-01-13Better way to get the onion service_idMicah Lee
2018-01-13Merge branch '525_catch_failure_to_obtain_service_id' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-525_catch_failure_to_obtain_service_id
2018-01-13Merge branch '493_500_detect_broken_tor_connection' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-493_500_detect_broken_tor_connection
2018-01-13Merge branch 'Increasing-the-timeout' of ↵Micah Lee
https://github.com/Baccount/onionshare into Baccount-Increasing-the-timeout
2018-01-13Move the saving of private key into the SettingsDialog and Onion objects ↵Miguel Jacq
entirely (no QPushButton to save it)
2018-01-12Merge branch 'master' of https://github.com/wondratsch/onionshareMicah Lee
2018-01-02catch error in start_onion_service in case we somehow failed to parse a ↵Miguel Jacq
service_id in Stem controller response
2018-01-024096 byte dir check is not consistent across platforms, remove it for nowMiguel Jacq