summaryrefslogtreecommitdiff
path: root/onionshare
AgeCommit message (Expand)Author
2018-01-02Check the file is a valid file or dir (not just that it exists)Miguel Jacq
2017-12-26Update onion.pyBaccount
2017-12-21Fixes for the edge case where Tor connection dialog is canceled, but the Tor ...Miguel Jacq
2017-12-21Ensure we don't consider the Tor connection 'lost' if we're still in the conn...Miguel Jacq
2017-12-21#493, #500 - detect if the Tor connection (bundled, TorBrowser or otherwise) ...Miguel Jacq
2017-12-14Let the Tor connection take a little longer (60s) if bridges are in useMiguel Jacq
2017-12-11Forgot the UseBridges line for custom bridgesMiguel Jacq
2017-12-11Add bridge support (obfs4 or user-supplied)Miguel Jacq
2017-12-09only set self.private_key after the Onion service has started, if we received...Miguel Jacq
2017-12-09Save the HidServAuth string to settings when private key is also saved. Allow...Miguel Jacq
2017-12-07 add FreeBSD Supportwondratsch
2017-12-07cleanup the ephemeral hidden service when GUI server is stopped, but don't di...Miguel Jacq
2017-12-07cleanup the ephemeral hidden service when GUI server is stopped, but don't di...Miguel Jacq
2017-12-07try and fix testsMiguel Jacq
2017-12-07Optionally save the private key of a running share to settings for reuseMiguel Jacq
2017-12-07Raise an error if we were unable to obtain a random portMiguel Jacq
2017-12-06fix typowondratsch
2017-12-06add OpenBSD Supportwondratsch
2017-12-05Let the timer stop the share if there were no downloads, or all downloads are...Miguel Jacq
2017-12-04Better fix for preventing timeout firing if a download is not yet done (works...Miguel Jacq
2017-12-03Merge master branch and fix conflictsMiguel Jacq
2017-12-01Allow for localization for "Share via OnionShare" string in the nautilus exte...Micah Lee
2017-11-30Merge branch '404_response' of https://github.com/mig5/onionshare into mig5-4...Micah Lee
2017-11-30Merge branch '442_use_looseversion' of https://github.com/mig5/onionshare int...Micah Lee
2017-11-30Merge branch 'fixes' of https://github.com/delirious-lettuce/onionshare into ...Micah Lee
2017-11-20Allow tests to find share folders when building .debMicah Lee
2017-11-12Format the argparser output better, to deal with the longer argument namesMiguel Jacq
2017-11-11better metavar for --shutdown-timeout argMiguel Jacq
2017-11-09No longer treating shutdown_timeout as a float, but an int of secondsMiguel Jacq
2017-11-09undo removal of newline in web.pyMiguel Jacq
2017-11-09send a HTTP 404 code instead of 200, on 404 pagesMiguel Jacq
2017-11-09use QDateTimeEdit instead of a spinbox for selecting a future date/time to au...Miguel Jacq
2017-11-09remove shutdown_timeout logic in the web server, it's not actually neededMiguel Jacq
2017-11-08Implements a shutdown timer to stop a share automatically (downloaded or not)...Miguel Jacq
2017-11-06use LooseVersion instead of StrictVersion, so that upstream versions of Flask...Miguel Jacq
2017-07-13Delete temporary tor data directory during cleanupDelirious Lettuce
2017-07-10Reorder imports, spacing, use `tempfile.gettempdir`Delirious Lettuce
2017-07-10Reorder imports, use `json.load(f)`Delirious Lettuce
2017-07-10Reorder imports, remove `p`, use `ext`, use `json.load(f)`Delirious Lettuce
2017-07-10Remove: unused import, `round`, formatting indexes. Use tupleDelirious Lettuce
2017-06-01Make it possible to supply a custom json settings file from somewhere elseMiguel Jacq
2017-05-30Merge branch 'hmac_compare_digest' of https://github.com/delirious-lettuce/on...Micah Lee
2017-05-30Merge branch 'format_seconds' of https://github.com/delirious-lettuce/onionsh...Micah Lee
2017-05-28Remove `constant_time_compare` to use `hmac.compare_digest`Delirious Lettuce
2017-05-26Fix issue mentioned by @mig5Delirious Lettuce
2017-05-24Use `divmod` to simplify the calculations, `seconds==0 -> '0s'`Delirious Lettuce
2017-05-24* Use context manager inside of `get_available_port`Delirious Lettuce
2017-05-24Merge branch 'build_slug' of https://github.com/delirious-lettuce/onionshare ...Micah Lee
2017-05-24Merge branch 'fix_shutdown_from_gui' of https://github.com/mig5/onionshare in...Micah Lee
2017-05-24Removing '\n' arg negates the need for `wordlist.remove()`, renamed unused va...Delirious Lettuce