Commit Graph

80 Commits

Author SHA1 Message Date
Micah Lee
0a6d01f11e removed debug comment 2014-08-26 17:07:57 -07:00
Micah Lee
805522be36 Merge branch 'master' of https://github.com/canerbasaran/onionshare into canerbasaran-master
Conflicts:
	onionshare_gui/onionshare_gui.py
2014-08-26 16:59:48 -07:00
Micah Lee
0bc778437d refactored cleanup handlers to use a queue, so they will work with the GUI 2014-08-26 15:44:44 -07:00
Micah Lee
a3fb7a930b Merge branch 'cleanup-after-exit' of https://github.com/r4v5/onionshare into r4v5-cleanup-after-exit 2014-08-26 15:23:03 -07:00
Micah Lee
1067df9370 Merge pull request #112 from lazlolazlolazlo/unused
Remove unused imports
2014-08-26 15:19:59 -07:00
Micah Lee
49d539045e Merge pull request #110 from lazlolazlolazlo/stayopen
Fix close automatically
2014-08-26 15:19:30 -07:00
Mason Donahue
0e5b182a54 Just realized Windows is a supported OS. This should be more portable. 2014-08-24 01:19:10 -05:00
Mason Donahue
91d0bb4fda Clean up tmpdir storing hidden service info after exit. 2014-08-23 18:03:36 -05:00
Lazlo Westerhof
829f15ab34 Remove unused imports 2014-08-23 00:10:51 +02:00
Lazlo Westerhof
9194b79b8a Fix close automatically 2014-08-22 23:12:12 +02:00
Lazlo Westerhof
1366d45e65 Fix close automatically 2014-08-22 23:07:39 +02:00
Lazlo Westerhof
ef3e8398fe Update dutch translation strings 2014-08-22 18:48:43 +02:00
Micah Lee
4284476902 moved several english strings into strings.json for translation 2014-08-20 14:45:24 -07: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
Lazlo Westerhof
a034b575ee Guess the content type of a file 2014-08-10 10:44:06 +02:00
brn
85c72f1980 Solved Issue #80 UnicodeEncodeError 2014-08-01 20:04:17 +03:00
brn
e138d4e865 add Turkish translation string 2014-08-01 16:51:06 +03: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
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
Lazlo
be8358175d Add missing Dutch translation string 2014-07-04 21:02:54 +02:00
Garrett Robinson
426d744d58 constant time compare the slug to avoid timing attacks 2014-07-03 13:06:46 -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
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
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
Michael Ball
a81ca4e8b8 Update strings.json 2014-06-26 19:44:26 -06:00
Michael Ball
9a8df2ae4a Update strings.json 2014-06-26 19:44:09 -06:00
Michael Ball
c005aba5c9 Update Spanish strings 2014-06-26 18:41:29 -06:00
Micah Lee
fc97e45295 Merge pull request #61 from joke2k/0.3/ita
update italian translation for 0.3
2014-06-26 16:05:49 -07:00
Espen Kåsa Notodden
4e5eb62dca Merge branch 'master' of https://github.com/micahflee/onionshare 2014-06-26 22:51:20 +02:00
Espen Kåsa Notodden
eb69586b12 New norwegian translations. 2014-06-26 22:36:42 +02:00
Espen Kåsa Notodden
c52fd0915e add translated() to return encoded translated strings 2014-06-26 21:51:54 +02:00
joke2k
6882734c92 update italian translation for 0.3 2014-06-26 21:43:45 +02:00
Espen Kåsa Notodden
4f35282511 encode all strings as utf-8 2014-06-26 20:46:29 +02:00
Micah Lee
d0d4cebbff fixed bug where hidden service still closed even if "close automatically" unchecked in GUI (#58) 2014-06-26 14:45:18 -04:00
Micah Lee
4e3c32cbff gave file argument a help description 2014-06-26 14:21:39 -04:00
Micah Lee
9db3ca59c8 made pyinstaller work for OSX (#43) 2014-06-25 14:42:39 -07:00
Micah Lee
fc13ef5707 merging in relevant work from #59 2014-06-24 15:08:39 -04:00
Micah Lee
f54dfaaf26 command line version automatically closes after download is compltee, unless --stay-open flag is being used (fixes #53) 2014-06-23 20:45:10 -04:00
Micah Lee
1b28a4be49 command line version displays download progress (#53), and hidden service page displays file size as human readable 2014-06-23 19:57:09 -04:00
Seth Schoen
63df6fe727 Added Portuguese translations 2014-06-23 14:19:17 -07:00
Micah Lee
4ac7111011 switch random strings from hex-encoded to base32-encoded 2014-06-23 16:15:02 -04:00
Micah Lee
e00a888b9d randomize the name of hidden service directories (fixes #28) 2014-06-20 20:45:31 -04:00
Micah Lee
ff7791939b ported select_file to Qt 2014-06-19 16:36:49 -04:00
Micah Lee
684333776c fix bug where error 404 was 500ing 2014-06-13 00:16:22 -04:00
Micah Lee
1f0fd734fa find path for onionshare dir in cross-platform way 2014-06-12 17:05:33 -07:00
Micah Lee
86d835f291 onionshare closes automatically (if box is checked) when download finishes. fixes #36 2014-06-11 20:53:19 -04:00
Micah Lee
1cc817db3c renamed check_for_requests to heartbeat, and made the heartbeat serve all items in the queue instead of just the latest (#36) 2014-06-11 19:55:28 -04:00