Commit Graph

  • 91c2429151
    Version bump to 1.0dev Micah Lee 2017-01-30 16:50:20 -0800
  • eece9641a7
    Merge branch 'u451f-master' Micah Lee 2017-01-22 09:26:30 -0800
  • 6cceac3b3e Improve AppArmor profiles and enforce them. Ulrike Uhlig 2017-01-18 20:58:03 +0100
  • ebdc92bfa7 Merge branch 'master' of https://github.com/micahflee/onionshare Ulrike Uhlig 2017-01-18 20:50:03 +0100
  • 90a11d730a
    Updated windows pip requirements, and improved build instructions for pyinstaller Micah Lee 2017-01-08 12:44:27 -0800
  • 8493a398ef
    Add a pyinstaller spec Micah Lee 2017-01-07 18:17:15 -0800
  • b7e9bed65a
    Use a virtualenv, and put pip deps in requirements.txt Micah Lee 2017-01-07 18:17:02 -0800
  • f922be8ce8
    Add pyinstaller dependency to build instructions, and remove cx_Freeze Micah Lee 2017-01-07 17:48:14 -0800
  • 2345df30d5
    Remove cx_Freeze code from setup.py (so remove OSX/Windows), and refactor Linux slightly to use file_list function Micah Lee 2017-01-07 17:45:09 -0800
  • 12acb893f8
    Add new AuthenticationFailure exception, and make the Onion/stem code catch more exceptions when connecting to a Tor controller Micah Lee 2017-01-07 17:31:26 -0800
  • db052ce85f
    Moved onionshare and onionshare_gui logic directly into __init__.py files Micah Lee 2017-01-06 19:00:08 -0800
  • f8005a63ea
    Change GPL copyright from 2016 to 2017 Micah Lee 2017-01-06 18:58:15 -0800
  • 5284c586b4
    https://micahflee.com/2015/09/why-i-say-linux-instead-of-gnulinux/ Micah Lee 2017-01-06 18:07:15 -0800
  • d690e50705
    Rewrite build documentation to be simpler Micah Lee 2017-01-06 17:44:29 -0800
  • f14b5ebfa1
    Catch exceptions for guessing default Tor Browser socket file path Micah Lee 2017-01-06 11:54:42 -0800
  • d069cc2a29
    Guess the default socket file path for new versions of Tor Browser in OS X Micah Lee 2017-01-06 11:46:41 -0800
  • 5fb7424f82 Merge 367dd71b39 into 406fffdb39 tpltnt 2017-01-01 03:21:57 +0000
  • 680ee2fc4f Merge e71e89e97b into 406fffdb39 Patrick Schleizer 2017-01-01 03:21:57 +0000
  • 406fffdb39 Make render_template_string autoescape by default in Flask versions < 0.11 Garrett Robinson 2016-12-30 12:40:05 -0500
  • bfbf006c57 Revert "Added a function to remove HTML from file and directory names" Garrett Robinson 2016-12-30 12:04:09 -0500
  • e1f9957f56 Revert "Replaced sanitize_html() function that was based on regex with python3's html.escape()" Garrett Robinson 2016-12-30 12:02:40 -0500
  • 0ab29ff8af
    When a share is active, disable the full advanced options group, not just the stealth checkbox Micah Lee 2016-12-29 14:35:57 -0800
  • cd63dc37f1
    Remove the alert function, replace it with the Alert class Micah Lee 2016-12-29 14:23:19 -0800
  • 50835b67f8
    You must connect to a socket file instead of a port for Tor Browser 6.5a6. Make automatic settings fallback to socket file if the port doesn't work (only for Linux so far, have not tested in OS X, and is not supported in Windows) Micah Lee 2016-12-29 13:36:29 -0800
  • a0abab3653
    Make automatic settings work with with Tor Browser 6.0.8 Micah Lee 2016-12-29 12:57:58 -0800
  • fa7bec2fae
    Handle new Tor controller errors in GUI Micah Lee 2016-12-29 10:34:40 -0800
  • ebf13cfa11
    Handle new Tor controller errors in CLI Micah Lee 2016-12-29 10:16:20 -0800
  • b8e797049b
    Display information about tor when testing settings is successful Micah Lee 2016-12-29 10:03:29 -0800
  • 19d020f245
    Onion now connects to the Tor controller using the settings in Settings (except automatic still needs some work), and the settings dialog handles error when testing settings Micah Lee 2016-12-29 09:58:13 -0800
  • 943e23658e
    Created an alert class, so other parts of the GUI can make alert popups Micah Lee 2016-12-29 09:57:27 -0800
  • 5bfa4da648
    Refactor Settings object so it does not load from file by default. Make it so you can pass a Settings into Onion, to test settings Micah Lee 2016-12-29 08:02:32 -0800
  • 9462b7d05f
    Clicking Save in the settings dialog saves settings Micah Lee 2016-12-28 20:03:32 -0800
  • c9607cf986
    Remove wrong comment Micah Lee 2016-12-28 19:53:02 -0800
  • 25109c8a66
    Created a Settings object, which loads and saves settings to file, and made the Settings dialog use the settings from this object Micah Lee 2016-12-28 19:52:21 -0800
  • 1168b03e9d Merge ed03ea1252 into 241b11c37a jvoisin 2016-12-29 03:22:21 +0000
  • cc78074a72
    Designed the GUI settings dialog, but none of it does anything yet Micah Lee 2016-12-28 18:44:41 -0800
  • 00b0ce443c
    Add a menu bar, with a stub for Settings, and Quit Micah Lee 2016-12-28 15:55:31 -0800
  • 5328f339f0
    Update error message language for stealth onion services not supported Micah Lee 2016-12-28 14:44:25 -0800
  • 0e44a2e1fc
    When you uncheck the advanced options checkbox, also uncheck all advanced options Micah Lee 2016-12-28 14:43:47 -0800
  • a56c9b56a6
    Put stealth option in a separate advanced group, in anticipation of other advanced options Micah Lee 2016-12-28 09:55:14 -0800
  • 241b11c37a
    Merge branch 'b3sigma-fixzipthreadproblem' Micah Lee 2016-12-28 08:42:33 -0800
  • b03e888304
    Merge branch 'fixzipthreadproblem' of https://github.com/b3sigma/onionshare into b3sigma-fixzipthreadproblem Micah Lee 2016-12-28 08:36:07 -0800
  • 0a152a662f
    Merge branch 'b3sigma-fixoldsteminterface' Micah Lee 2016-12-28 08:33:23 -0800
  • 4f9016ff51 Fix for zipprogress bar qwidget access from a thread, which is invalid as qwidgets are neither reentrant nor thread safe. Fixes issue #334 Sigma 2016-12-26 12:49:28 -0800
  • 7fe9f3be13 Support stem versions older than 1.5.0 again. Fix for issue #332 Sigma 2016-12-25 22:27:47 -0800
  • 6eed7258a7
    Properly handle errors for using stealth onion services in the GUI, instead of crashing in the background (#144) Micah Lee 2016-12-23 19:08:18 -0800
  • 286573bda5
    Added support for stealth onion services in the GUI version Micah Lee 2016-12-22 17:47:05 -0800
  • 6fdef85878
    Catch all exceptions when checking for stealth support, not just TypeError, to successfully identity old versions of stem Micah Lee 2016-12-22 17:07:01 -0800
  • eff0d3729a
    Add support for stealth onion services in CLI version Micah Lee 2016-12-22 16:56:39 -0800
  • fd41eac48d
    Added dev scripts for launching onionshare and onionshare-gui from the source code tree, without having to install it Micah Lee 2016-12-22 16:19:54 -0800
  • 4db66a860a
    Merge branch 'eightnoteight-master' Micah Lee 2016-12-22 16:00:51 -0800
  • eb00a29ca7
    Merge branch 'master' of https://github.com/eightnoteight/onionshare into eightnoteight-master Micah Lee 2016-12-22 16:00:06 -0800
  • a67a037885
    Merge branch 'choltz95-wrap-progress-bar' Micah Lee 2016-12-22 15:15:50 -0800
  • 4bafd1eb2a
    Hide downloads progress bars until download starts, and improve the look of progress bar display Micah Lee 2016-12-22 15:15:37 -0800
  • 28df4e40c5
    Merge branch 'wrap-progress-bar' of https://github.com/choltz95/onionshare into choltz95-wrap-progress-bar Micah Lee 2016-12-22 14:43:03 -0800
  • 0f36354dc5
    Removing instructions from readme, and adding link to wiki instead Micah Lee 2016-12-22 13:43:07 -0800
  • e46c4f510a
    Add support for Tor control port authentication Micah Lee 2016-12-22 13:39:32 -0800
  • 51f538edee Merge branch 'master' of https://github.com/micahflee/onionshare Ulrike Uhlig 2016-12-22 19:12:38 +0100
  • 5ebc745d60
    Merge branch 'u451f-apparmor' Micah Lee 2016-12-21 23:16:51 -0800
  • f2dbced33d
    Merge branch 'apparmor' of https://github.com/u451f/onionshare into u451f-apparmor Micah Lee 2016-12-21 23:16:42 -0800
  • 9cd41bf112
    Merge branch 'b3sigma-shutdowncrashfix' Micah Lee 2016-12-21 23:14:10 -0800
  • 05e25b120a
    Merge branch 'shutdowncrashfix' of https://github.com/b3sigma/onionshare into b3sigma-shutdowncrashfix Micah Lee 2016-12-21 23:08:33 -0800
  • 1d49a1e15c
    Merge branch 'commandnotfound-sanitize_filenames' Micah Lee 2016-12-21 22:56:34 -0800
  • cff11cd7e4
    Replaced sanitize_html() function that was based on regex with python3's html.escape() Micah Lee 2016-12-21 22:56:15 -0800
  • 737d1697b7
    Merge branch 'sanitize_filenames' of https://github.com/commandnotfound/onionshare into commandnotfound-sanitize_filenames Micah Lee 2016-12-21 21:53:00 -0800
  • 31bbedf57d
    Merge branch 'commandnotfound-improved_wordlist' Micah Lee 2016-12-21 21:48:05 -0800
  • 58d8f55a63 Fix crash when tor is closed first and then onionshare is closed and a stem.SocketClosed exception is raised. Sigma 2016-12-20 01:44:20 -0800
  • 11c5f5b699 Added a function to remove HTML from file and directory names Emmanuel Morales 2016-12-18 20:57:17 -0800
  • ddce359298 Replaced wordlist with well researched and more usable wordlist from EFF Emmanuel Morales 2016-12-17 17:05:53 -0800
  • 180debe900 Merge 3ad330a38a into ae760a15c8 Ben 2016-11-26 08:59:13 +0000
  • 9bc87b2d1f Icons should simply be readable Ulrike Uhlig 2016-11-19 21:27:57 +0100
  • b5aa66c239 AppArmor profiles for Onionshare, written by Tails developers Ulrike Uhlig 2016-11-19 21:26:57 +0100
  • 1d031739c5 Merge branch 'master' of https://github.com/micahflee/onionshare Ulrike Uhlig 2016-11-19 21:20:57 +0100
  • ae760a15c8
    Update changelog and version bump to 0.9.2 v0.9.2 Micah Lee 2016-11-13 13:07:14 -0800
  • 27bb8216c1
    Merge branch 'xSmurf-importfix' Micah Lee 2016-11-13 11:39:28 -0800
  • 4f464aaf2c Only check if we are in the sys prefix but not the actual executable name as this could be renamed or wrapped xSmurf 2016-09-28 17:24:28 +0000
  • 94f26ea83d
    Merge branch 'dballard-ubuntu-build' Micah Lee 2016-09-27 14:15:57 -0700
  • 95c37746d4
    Merge branch 'ubuntu-build' of https://github.com/dballard/onionshare into dballard-ubuntu-build Micah Lee 2016-09-27 14:15:17 -0700
  • d8b0a4e152
    Merge branch 'fred-a-kemp-feature/tor-control-port-from-env' Micah Lee 2016-09-27 14:09:39 -0700
  • c74d892968 Try to get the Tor ControlPort from the environment. anonym 2016-09-22 11:25:42 +0200
  • e71e89e97b add missing build dependency python3-nose Patrick Schleizer 2016-09-21 14:28:48 +0200
  • 367dd71b39 add hint for nose tpltnt 2016-09-18 19:32:39 +0200
  • 16480b49d8 try local import if global fails (GUI) tpltnt 2016-09-18 19:30:39 +0200
  • 0bcdad7db2 try local import if global fails tpltnt 2016-09-18 19:29:14 +0200
  • 3ad330a38a Update Readme to show OS Requirements Ben 2016-09-08 00:00:05 -0400
  • 3b058f6392 Merge remote-tracking branch 'micahlee/master' Ulrike Uhlig 2016-09-07 15:31:43 +0200
  • 373f24e64b
    Sleep between launching threads in onionshare-gui, preventing a cx_Freeze crash related to loading the same modules in multiple threads while they're locked v0.9.1 Micah Lee 2016-09-06 13:27:59 -0700
  • 76937d5cb5
    Move imports to module level Micah Lee 2016-09-06 13:17:55 -0700
  • 7a46336149
    Enable stdout in Windows, OSX CLI versions (#305) Micah Lee 2016-09-06 12:09:10 -0700
  • 9c250fc4e4
    Add instructions for using CLI version to README, and add supporting Windows/OSX CLI to changelog Micah Lee 2016-09-06 11:56:09 -0700
  • e093c7298a Disable writing to stdout in Windows (fixes #304) Micah Lee 2016-09-06 18:44:35 -0700
  • 7ab936cec2
    Prevent canceling download from being confused with rate limit attacker Micah Lee 2016-09-06 10:18:50 -0700
  • 8a40602574
    Version bump to 0.9.1, and updated changelog Micah Lee 2016-09-06 10:09:46 -0700
  • 7a8c5d9353 Merge remote-tracking branch 'micahlee/master' Ulrike Uhlig 2016-09-06 13:44:22 +0200
  • 590edc5d6d Make onionshare GUI use separate thread for starting onion service with await_publication=True, to avoid non-responsive window Micah Lee 2016-09-05 12:29:58 -0700
  • b7d1a7339c
    Refactor onionshare GUI to use await_publication=True when using ephemeral onion services Micah Lee 2016-09-05 11:36:41 -0700
  • 87761c6fce
    Remove HSDirError exception, because it is no longer thrown Micah Lee 2016-09-05 11:32:30 -0700
  • 360fb6cfcc
    Refactor onionshare CLI to use await_publication=True when using ephemeral onion services, instead of relying on wait_for_hs function Micah Lee 2016-09-05 11:29:12 -0700
  • 1372239ed7
    Renamed hs to onion Micah Lee 2016-09-05 11:16:54 -0700
  • fbe512a2ea
    Oops, I can't have a variable called os Micah Lee 2016-09-05 11:06:30 -0700