summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-20version bump from 0.5dev to 0.50.5Micah Lee
2014-08-20added 0.5 to changelogMicah Lee
2014-08-20added 0.4 to changelogMicah Lee
2014-08-20moved several english strings into strings.json for translationMicah Lee
2014-08-20in Tails, root stuff is launched in separate process in GUI (#96)Micah Lee
2014-08-20import appropriate modules for constant_time_compare to workMicah Lee
2014-08-20in Tails, launch separate root process to do root stuff (#96)Micah Lee
2014-08-20move constant_time_compare function into onionshare from itsdangerous, to ↵Micah Lee
avoid dependency problem
2014-08-19make itsdangerous actually load in any wheezyMicah Lee
2014-08-19make itsdangerous packaged on any wheezy, not just tailsMicah Lee
2014-08-19bundled itsdangerous, for tails supportMicah Lee
2014-08-18remove SetCompressorDictSize from NSIS file because of internal compiler errorMicah Lee
2014-08-18move __future__ include to top of onionshare-launcher.pyMicah Lee
2014-08-18updated NSIS fileMicah Lee
2014-08-18Merge branch 'master' of github.com:micahflee/onionshareMicah Lee
Conflicts: setup/onionshare-launcher.py
2014-08-18actually remove QtWebKitMicah Lee
2014-08-18removing QtWebkit as a dependency for PyInstaller and for building the .debMicah Lee
2014-08-18updated lists of files that were removed with changing gui to Qt nativeMicah Lee
2014-08-18version bump to 0.5devMicah Lee
2014-08-18Merge pull request #104 from lazlolazlolazlo/nativeqtMicah Lee
Qt interface using native widgets
2014-08-18Merge pull request #103 from lazlolazlolazlo/contenttypeMicah Lee
Guess the content type of a file
2014-08-14Remove old webapp filesLazlo Westerhof
2014-08-14First working version of native qt appLazlo Westerhof
2014-08-10Guess the content type of a fileLazlo Westerhof
2014-07-16fixed issue with pyinstaller packaging Qt4 on some OSXMicah Lee
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