summaryrefslogtreecommitdiff
path: root/onionshare
AgeCommit message (Expand)Author
2015-06-16figure out the osx_resource_dir only once, to fix issue with cli version in OSXMicah Lee
2015-06-16suppress download progress output to stdout in OSX (fixes #203)Micah Lee
2015-06-16catch exceptions when cleaning up hidden servicesMicah Lee
2015-05-19In Linux, create HS dir in /tmp/onionshare/* (#185), and also connect to Tor ...Micah Lee
2015-05-18Handles a new exception that gets thrown in Tails using a bridge while waitin...Micah Lee
2015-05-16changed cwd in onionshare CLI script for OSX in the right places to support b...Micah Lee
2015-05-15CLI version of onionshare in OSX now works when symlinked (closes #132)Micah Lee
2015-05-15moving platform-specific scripts into install folder, and making onionshare C...Micah Lee
2015-05-15adding html files to Resources, loading them from the correct path, and make ...Micah Lee
2015-05-15Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in p...Micah Lee
2015-05-15specify types in all str.format() calls (fixes #169)Micah Lee
2015-02-12create the ZipFile with allowZip64=True. fixes #173Micah Lee
2014-12-09fix Windows path to prevent Tor control port from breakingMicah Lee
2014-12-10In Tails OnionShare now creates HS directory in /var/lib/tor, to obey AppArmo...Micah Lee
2014-12-10removed helpers.get_tmp_dir() in favor of tempdir moduleMicah Lee
2014-11-18pep8: too long lines, reformat lines to < 120 chars. removed redundancy from ...Thomas Waldmann
2014-11-18pep8: remove unexpected spaces around "=" in function/method headThomas Waldmann
2014-11-18pep8: no space after {[ or before ]}, reindentThomas Waldmann
2014-11-18pep8: 2 spaces before inline commentsThomas Waldmann
2014-11-18pep8: blank after comma and colonThomas Waldmann
2014-11-18pep8: fix empty line countsThomas Waldmann
2014-11-18pep8: fix indentation to be a multiple of fourThomas Waldmann
2014-11-18pep8: use triple double-quotes for docstringsThomas Waldmann
2014-11-17Merge pull request #161 from ThomasWaldmann/fixesMicah Lee
2014-11-17Merge branch 'respect-fellow-hs' of github.com:hidden-id/onionshare into hidd...Micah Lee
2014-10-26fix typosThomas Waldmann
2014-10-26fix unclosed table tagThomas Waldmann
2014-10-21Allow for arbitrary order of service open/closeThe Dod
2014-10-13TypoThe Dod
2014-10-13Remove debug prints :sThe Dod
2014-10-13Don't disable existing hidden servicesThe Dod
2014-10-05Fix CLI to exit when server is shutdownkkka
2014-09-25fixed OSX filename-related issues0.6Micah Lee
2014-09-22handles canceled downloads properly (fixes #81)Micah Lee
2014-09-22launch Flash in threaded mode, to support multiple concurrent connections (#117)Micah Lee
2014-09-19splits translations into multiple files (#146)Micah Lee
2014-09-18Updated German translationDaniel James Smith
2014-09-18warns about sending large files in GUI (#123)Micah Lee
2014-09-18combined Start Server and Stop Server buttons into a single buttonMicah Lee
2014-09-18removed unused stringsMicah Lee
2014-09-18warns about sending large files in CLI (#123)Micah Lee
2014-09-18NoTor error message tells user where to download Tor Browser (#44)Micah Lee
2014-09-16encode one way for CLI, encode another for GUI (#141)Micah Lee
2014-09-16fixes #115Micah Lee
2014-09-16removing unnecessary whitespaceMicah Lee
2014-09-16make Ctrl-C close the CLI version againMicah Lee
2014-09-16make onionshare use utf-8 to support unicode filenames, partial fix for #141Micah Lee
2014-09-15Merge pull request #142 from kalikaneko/feature/improve-es-translationMicah Lee
2014-09-13complete /es/ localesKali Kaneko
2014-09-07Fix CLI version to automatically exit when the server is shut down.kkka