Mason Donahue
2fb37c9433
Add initial .travis.yml for CI
2014-08-20 21:58:56 -05:00
Micah Lee
60d97cfa5e
version bump from 0.5dev to 0.5
2014-08-20 17:51:20 -07:00
Micah Lee
ee560e2d05
added 0.5 to changelog
2014-08-20 17:51:03 -07:00
Micah Lee
b946c2f20a
added 0.4 to changelog
2014-08-20 17:47:07 -07:00
Micah Lee
4284476902
moved several english strings into strings.json for translation
2014-08-20 14:45:24 -07:00
Micah Lee
6617063143
in Tails, root stuff is launched in separate process in GUI ( #96 )
2014-08-20 21:30:28 +00:00
Micah Lee
2ac25e2995
import appropriate modules for constant_time_compare to work
2014-08-20 21:29:45 +00:00
Micah Lee
bda5bc3450
in Tails, launch separate root process to do root stuff ( #96 )
2014-08-20 21:11:49 +00:00
Micah Lee
bbbf005dac
move constant_time_compare function into onionshare from itsdangerous, to avoid dependency problem
2014-08-20 20:20:17 +00:00
Micah Lee
7f9185f266
make itsdangerous actually load in any wheezy
2014-08-19 02:11:29 +00:00
Micah Lee
5a496c1864
make itsdangerous packaged on any wheezy, not just tails
2014-08-19 00:49:50 +00:00
Micah Lee
826d643ea0
bundled itsdangerous, for tails support
2014-08-19 00:47:00 +00:00
Micah Lee
0f7fa5d214
remove SetCompressorDictSize from NSIS file because of internal compiler error
2014-08-18 14:33:25 -07:00
Micah Lee
d8d28b6287
move __future__ include to top of onionshare-launcher.py
2014-08-18 14:23:32 -07:00
Micah Lee
958324bbf5
updated NSIS file
2014-08-18 14:20:28 -07:00
Micah Lee
964d0b7847
Merge branch 'master' of github.com:micahflee/onionshare
...
Conflicts:
setup/onionshare-launcher.py
2014-08-18 14:19:56 -07:00
Micah Lee
daf5066de9
actually remove QtWebKit
2014-08-18 12:46:47 -07:00
Micah Lee
7a26178e26
removing QtWebkit as a dependency for PyInstaller and for building the .deb
2014-08-18 12:14:58 -07:00
Micah Lee
4ad2dda3a2
updated lists of files that were removed with changing gui to Qt native
2014-08-18 12:07:10 -07:00
Micah Lee
072a375156
version bump to 0.5dev
2014-08-18 12:06:51 -07:00
Micah Lee
af4fe2338c
Merge pull request #104 from lazlolazlolazlo/nativeqt
...
Qt interface using native widgets
2014-08-18 12:00:51 -07:00
Micah Lee
c6a9fa01bd
Merge pull request #103 from lazlolazlolazlo/contenttype
...
Guess the content type of a file
2014-08-18 11:08:49 -07:00
Lazlo Westerhof
5b8f3f777b
Remove old webapp files
2014-08-14 16:41:07 +02:00
Lazlo Westerhof
141707785f
First working version of native qt app
2014-08-14 16:37:33 +02:00
Lazlo Westerhof
a034b575ee
Guess the content type of a file
2014-08-10 10:44:06 +02:00
Micah Lee
e8cc7c3a4a
fixed issue with pyinstaller packaging Qt4 on some OSX
2014-07-16 04:48:01 -07:00
Micah Lee
90a22f7249
version bump
2014-07-16 02:30:30 -07:00
Micah Lee
542cec15c6
add Content-Security-Policy so if there are other xss vulns they won't execute
2014-07-16 02:19:22 -07:00
Micah Lee
7a05516a65
use hash of /dev/urandom data instead of urandom data directly, to avoid leaking state of entropy
2014-07-15 19:17:09 -07:00
Micah Lee
d9aa55b991
fixed critical XSS bug that can deanonymize user
2014-07-15 19:13:44 -07:00
Micah Lee
2edde2eb1f
Encoded strings passed to constant_time_compare as ascii, because it was
...
throwing errors in OSX. Also added --debug to command line version, and made onionshare server
log errors as well as the GUI.
2014-07-07 17:01:51 -07:00
Micah Lee
ad284f98a4
Merge pull request #88 from lazlolazlolazlo/patch-3
...
Add missing Dutch translation string
2014-07-04 20:52:53 -07:00
Micah Lee
ac1c921095
version bump to 0.4dev
2014-07-04 13:06:35 -07:00
Lazlo
be8358175d
Add missing Dutch translation string
2014-07-04 21:02:54 +02:00
Micah Lee
c1bec61e8d
Merge pull request #86 from garrettr/push-hook
...
add push hook that runs test suite
2014-07-03 17:33:27 -07:00
Garrett Robinson
42adc90abc
add push hook that runs test suite
2014-07-03 15:13:39 -07:00
Micah Lee
0e830b319d
Merge pull request #84 from garrettr/constant-time-routes
...
constant time compare the slug to avoid timing attacks
2014-07-03 13:20:02 -07:00
Garrett Robinson
426d744d58
constant time compare the slug to avoid timing attacks
2014-07-03 13:06:46 -07:00
Micah Lee
05ec78dc34
Merge pull request #73 from rufoa/patch-1
...
fix iptables rule removal
2014-07-01 11:05:37 -07:00
rufoa
7317d929bf
fix iptables rule removal
...
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-30 18:09:20 +01:00
Micah Lee
1036ae68ff
version bump from 0.3dev to 0.3
2014-06-29 18:37:53 -04:00
Micah Lee
2eee6caa63
updated changelog
2014-06-29 18:17:20 -04:00
Micah Lee
64eb557240
Merge branch 'djsmith85-patch-1'
2014-06-29 00:43:39 -07:00
Micah Lee
1243b234bc
Merge branch 'patch-1' of https://github.com/djsmith85/onionshare into djsmith85-patch-1
...
Conflicts:
onionshare/strings.json
2014-06-29 00:43:27 -07:00
Micah Lee
e92a73f121
Merge pull request #67 from komachi/master
...
Add Russian translation (and make "Copy URL" translatable)
2014-06-29 00:41:46 -07:00
djsmith85
1fbb2cda43
Added German translations
2014-06-29 03:56:15 +02:00
Anton Nesterov
1a8a42a43d
Add Russian translation (and make "Copy URL" translatable)
2014-06-29 03:11:04 +04:00
Micah Lee
96009048b3
updated readme, added link to https://onionshare.org/ for binaries
2014-06-27 21:26:11 -04:00
Micah Lee
9a2d5863cf
better compression for windows installer, making it 13mb instead of 19mb
2014-06-27 19:07:20 -04:00
Micah Lee
91abbca21e
Merge branch 'master' of github.com:micahflee/onionshare
2014-06-27 18:18:50 -04:00