summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)Author
2016-09-06Sleep between launching threads in onionshare-gui, preventing a cx_Freeze cra...v0.9.1Micah Lee
2016-09-06Enable stdout in Windows, OSX CLI versions (#305)Micah Lee
2016-09-05Make onionshare GUI use separate thread for starting onion service with await...Micah Lee
2016-09-05Refactor onionshare GUI to use await_publication=True when using ephemeral on...Micah Lee
2016-09-05Renamed hs to onionMicah Lee
2016-09-04Merge branch 'master' into cx_FreezeMicah Lee
2016-09-04Pass helpers into strings.load_strings instead of importing it, so fix issue ...Micah Lee
2016-09-04Stop saying 'hidden service', start saying 'onion service'Micah Lee
2016-04-12Added rate-limiting to GUI. After 20 404 errors, server automatically stops (...Micah Lee
2016-04-12Move all resources (locale, images, html, version.txt) into central resources...Micah Lee
2016-04-11Switched from py2app to PyInstaller for Windows. Renamed version to version.t...Micah Lee
2016-04-11Localize quit confirm button text (#264)Micah Lee
2016-04-10Confirm when user tries to close the GUI window (fixes #264)Micah Lee
2016-04-10Closing the GUI window causes any current download to stop immediately (fixes...Micah Lee
2016-04-10Switch from py2app to PyInstallerMicah Lee
2016-04-10Made URL label no longer word-wrapMicah Lee
2016-02-15Update copyright year to 2016Micah Lee
2016-02-15Got python3/Qt5 port working in Windows, but still need to finish packaging (...Micah Lee
2016-02-12Made sure switch to python3 and Qt5 works in OSX (#261). Updated OSX instruct...Micah Lee
2016-02-12Porting onionshare GUI from python2 to python3, and also from PyQt4 to PyQt5 ...Micah Lee
2016-02-12Display version string automatically in CLI, and in the status bar in GUI (#251)Micah Lee
2016-02-12Removed references to Tails, since it is not yet supported until #220 is reso...Micah Lee
2016-02-12Added estimated time remaining strings to English locale fileMicah Lee
2016-02-12Merge branch 'eta' of https://github.com/garrettr/onionshare into garrettr-etaMicah Lee
2016-01-05Merge pull request #245 from garrettr/wait-for-ephemeral-hsMicah Lee
2015-12-23Add time elapsed for completed downloadsGarrett Robinson
2015-12-23Add estimated time remaining to progress indicatorGarrett Robinson
2015-12-22Revert to using wait_for_hs for ephemeral HSGarrett Robinson
2015-12-22Remove unnecessary status_bar.showMessageGarrett Robinson
2015-12-04Don't access self.hs when using --local-only in GUIMicah Lee
2015-12-04Decorator is expecting argument to be named slug_candidate, not shutdown_slug...Micah Lee
2015-11-20"Stop sharing automatically" checkbox respected in GUI when toggled before th...Micah Lee
2015-11-15Add docstrings to all classes and methods (fix #198)Micah Lee
2015-11-15Merge branch 'master' into ephemeralMicah Lee
2015-11-08Merge pull request #217 from effigies/ctrlqMicah Lee
2015-11-08Merge pull request #207 from lazlolazlolazlo/docstringsMicah Lee
2015-11-06Clean up and exit on Ctrl-QChristopher J. Markiewicz
2015-09-08Updated onionshare-gui to support ephemeral hidden servicesMicah Lee
2015-09-07Updated copyright year to 2015Micah Lee
2015-09-07Removed all of the Tails-specific code. If we use ephemeral hidden services, ...Micah Lee
2015-06-26Fix some codestyle issues according to pep8.Lazlo Westerhof
2015-06-25Add some missing docstrings.Lazlo Westerhof
2015-06-16figure out the osx_resource_dir only once, to fix issue with cli version in OSXMicah Lee
2015-06-16must load the window_icon before validation, because alert() requires itMicah Lee
2015-05-18URL display is no longer tiny, and window gets autoresized if URL is too big ...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-05-14No longer duplicates human_readable_filesize functions. Closes #170Micah Lee
2014-11-18pep8: too long lines, reformat lines to < 120 chars. removed redundancy from ...Thomas Waldmann
2014-11-18pep8: 2 spaces before inline commentsThomas Waldmann