Commit Graph

311 Commits

Author SHA1 Message Date
Micah Lee
9cb1871b02 close automatically checkbox respects --stay-open argument again 2014-08-27 17:27:54 -07:00
Micah Lee
49eac35196 FileSelection and ServerStatus interact together, disabling buttons when appropriate 2014-08-27 17:24:44 -07:00
Micah Lee
db6600cb71 beginning Options layout 2014-08-27 16:46:19 -07:00
Micah Lee
e7af77b3f7 beginning Downloads layout 2014-08-27 16:43:18 -07:00
Micah Lee
d519e62b93 beginning ServerStatus layout 2014-08-27 16:11:43 -07:00
Micah Lee
78f6c31061 beginning to refactor onionshare_gui to work with multiple files (#66) 2014-08-27 14:21:08 -07:00
Micah Lee
3f59fe7af0 deleted file_crunching tests 2014-08-27 13:55:44 -07:00
Micah Lee
1f7c85a837 removed unnecessary image, and deleted onionshare_gui/static folder 2014-08-27 13:54:59 -07:00
Micah Lee
c5ced60f8b support for multiple files and folders (#66) 2014-08-27 13:51:39 -07:00
Micah Lee
e34a88b112 adding Travis CI status to readme 2014-08-27 11:44:54 -07:00
Micah Lee
eebcdfb81e refactored onionshare_gui to work with new refactored onionshare 2014-08-26 19:04:39 -07:00
Micah Lee
481d51ae69 version bump to 0.6dev 2014-08-26 18:39:33 -07:00
Micah Lee
a32ca2f7a9 split tests into multiple files, and fixed tests to work with refactor 2014-08-26 18:38:46 -07:00
Micah Lee
54a37ee28e Split the increasingly-sprawly onionshare module into different modules:
onionshare: the main business logic
helpers: helper function used in multiple modules
strings: handles all localized strings
web: the flask web server
2014-08-26 18:22:59 -07:00
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
0f75e0e8d2 Merge branch 'r4v5-master' 2014-08-26 16:56:04 -07:00
Micah Lee
f3122f0de8 Merge branch 'master' of https://github.com/r4v5/onionshare into r4v5-master 2014-08-26 16:55:27 -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
28a05d9de2 Merge branch 'master' of github.com:micahflee/onionshare 2014-08-26 15:22:23 -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
ab9e69b573 Merge pull request #111 from lazlolazlolazlo/localhost
Fix displaying of local host
2014-08-26 15:19:44 -07:00
Micah Lee
49d539045e Merge pull request #110 from lazlolazlolazlo/stayopen
Fix close automatically
2014-08-26 15:19:30 -07:00
Micah Lee
dbc14a7cb8 Merge pull request #109 from lazlolazlolazlo/dutch
Update dutch translation strings
2014-08-26 15:18:28 -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
Mason Donahue
925316339c The code for Tails's firewall-punching was refactored without updating the tests. This updates the tests. 2014-08-23 16:57:28 -05:00
Lazlo Westerhof
829f15ab34 Remove unused imports 2014-08-23 00:10:51 +02:00
Lazlo Westerhof
fe92ca4311 Fix displaying of local host 2014-08-23 00:01:44 +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
Micah Lee
5a3957d8c4 added script to publish to PPA 2014-08-22 12:31:46 -07:00
Lazlo Westerhof
ef3e8398fe Update dutch translation strings 2014-08-22 18:48:43 +02:00
Mason Donahue
8ff6a000ad Round 3 for CI: should be final 2014-08-20 22:08:02 -05:00
Mason Donahue
fc583bea64 Round 2 for CI 2014-08-20 22:03:15 -05:00
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