summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-16version bump0.4Micah Lee
2014-07-16add Content-Security-Policy so if there are other xss vulns they won't executeMicah Lee
2014-07-15use hash of /dev/urandom data instead of urandom data directly, to avoid ↵Micah Lee
leaking state of entropy
2014-07-15fixed critical XSS bug that can deanonymize userMicah Lee
2014-07-07Encoded strings passed to constant_time_compare as ascii, because it wasMicah Lee
throwing errors in OSX. Also added --debug to command line version, and made onionshare server log errors as well as the GUI.
2014-07-04Merge pull request #88 from lazlolazlolazlo/patch-3Micah Lee
Add missing Dutch translation string
2014-07-04version bump to 0.4devMicah Lee
2014-07-04Add missing Dutch translation stringLazlo
2014-07-03Merge pull request #86 from garrettr/push-hookMicah Lee
add push hook that runs test suite
2014-07-03add push hook that runs test suiteGarrett Robinson
2014-07-03Merge pull request #84 from garrettr/constant-time-routesMicah Lee
constant time compare the slug to avoid timing attacks
2014-07-03constant time compare the slug to avoid timing attacksGarrett Robinson
2014-07-01Merge pull request #73 from rufoa/patch-1Micah Lee
fix iptables rule removal
2014-06-30fix iptables rule removalrufoa
tails_close_port should remove the previously added ACCEPT rule, rather than inserting an explicit REJECT rule. This ensures the firewall is restored to its original state, which may not necessarily have had a REJECT rule on that port.
2014-06-29version bump from 0.3dev to 0.30.3Micah Lee
2014-06-29updated changelogMicah Lee
2014-06-29Merge branch 'djsmith85-patch-1'Micah Lee
2014-06-29Merge branch 'patch-1' of https://github.com/djsmith85/onionshare into ↵Micah Lee
djsmith85-patch-1 Conflicts: onionshare/strings.json
2014-06-29Merge pull request #67 from komachi/masterMicah Lee
Add Russian translation (and make "Copy URL" translatable)
2014-06-29Added German translationsdjsmith85
2014-06-29Add Russian translation (and make "Copy URL" translatable)Anton Nesterov
2014-06-27updated readme, added link to https://onionshare.org/ for binariesMicah Lee
2014-06-27better compression for windows installer, making it 13mb instead of 19mbMicah Lee
2014-06-27Merge branch 'master' of github.com:micahflee/onionshareMicah Lee
2014-06-27fixes windows packaging issueMicah Lee
2014-06-26Merge pull request #65 from cryptostone/masterMicah Lee
Update Spanish strings
2014-06-26Update strings.jsonMichael Ball
2014-06-26Update strings.jsonMichael Ball
2014-06-26Update Spanish stringsMichael Ball
2014-06-26Merge pull request #61 from joke2k/0.3/itaMicah Lee
update italian translation for 0.3
2014-06-26Merge pull request #62 from enotodden/masterMicah Lee
Add new norwegian strings and fix unicode issues.
2014-06-26implemeted debug mode. fixes #50Micah Lee
2014-06-26simplified windows build system, and only include .pyc and not .py in ↵Micah Lee
windows installer package
2014-06-26Merge branch 'master' of https://github.com/micahflee/onionshareEspen Kåsa Notodden
2014-06-26use the translated() function in onionshare_guiEspen Kåsa Notodden
2014-06-26New norwegian translations.Espen Kåsa Notodden
2014-06-26updated windows instructions moreMicah Lee
2014-06-26updated windows instructionsMicah Lee
2014-06-26add translated() to return encoded translated stringsEspen Kåsa Notodden
2014-06-26update italian translation for 0.3joke2k
2014-06-26passing webapp the debug flag (#50)Micah Lee
2014-06-26encode all strings as utf-8Espen Kåsa Notodden
2014-06-26fixed bug where hidden service still closed even if "close automatically" ↵Micah Lee
unchecked in GUI (#58)
2014-06-26made --stay-open work in GUI (#58)Micah Lee
2014-06-26made --local-only work in GUI (#58)Micah Lee
2014-06-26adding argparse to GUI (#58, also #50)Micah Lee
2014-06-26gave file argument a help descriptionMicah Lee
2014-06-26added changelogMicah Lee
2014-06-26fixed setup.py after ripping out windows and osxMicah Lee
2014-06-25created windows installer with NSIS (#35)Micah Lee