Commit Graph

680 Commits

Author SHA1 Message Date
Micah Lee
cf52c2dcd0 fix bug caused by refactoring that made Tails launch infinite onionshare processes (oops) 2014-08-30 01:10:58 +00:00
Micah Lee
53a965a143 Merge branch 'master' of github.com:micahflee/onionshare 2014-08-30 00:06:09 +00:00
Micah Lee
13bd114780 added python-socksipy to tails build 2014-08-30 00:06:02 +00:00
Micah Lee
8666fb77d3 Revert "trying to add socksipy from pip instead of apt-get"
This reverts commit 7b77088a21.
2014-08-29 16:48:28 -07:00
Micah Lee
7b77088a21 trying to add socksipy from pip instead of apt-get 2014-08-29 16:20:40 -07:00
Micah Lee
4e5cd4a7d1 adding python-socksipy to travis config 2014-08-29 16:14:48 -07:00
Micah Lee
0858366e31 remove gui_mode from web app, because it is no longer useful 2014-08-29 16:06:13 -07:00
Micah Lee
89bad45825 make other_page_loaded string shorter, to fit in status bar better 2014-08-29 16:02:56 -07:00
Micah Lee
e90d90b7d5 keep some status bar messages around for longer 2014-08-29 15:57:44 -07:00
Micah Lee
0a28ad4538 can't stop a server before it has finished starting 2014-08-29 15:50:19 -07:00
Micah Lee
d1cd3c83ab added status bar to GUI, populated it with useful status messages 2014-08-29 15:43:07 -07:00
Micah Lee
6688ced698 waits for hs to be ready in GUI too (#116) 2014-08-29 14:35:25 -07:00
Micah Lee
846b10b755 waits for hidden service before displaying URL. fixes #116 2014-08-29 14:32:19 -07:00
Micah Lee
36914114f9 sort the list of filenames being shared 2014-08-28 16:26:56 -07:00
Micah Lee
9ed128938f does starting server work in a separate thread to keep GUI responsive 2014-08-28 16:16:41 -07:00
Micah Lee
2da38ce775 catches exception when Tor is not open and trying to close server when it's not running 2014-08-28 00:01:55 -07:00
Micah Lee
fcdcfd7c39 added download progress bars to GUI, and made close automatically act as stop server automatically 2014-08-27 23:52:56 -07:00
Micah Lee
5325b7b173 made it so clicking Start Server actually starts the server, and made the URL fields hide/show appropriately, and the Copy URL button work 2014-08-27 19:07:15 -07:00
Micah Lee
349ca67cc9 server can be started and stopped from the GUI 2014-08-27 17:52:45 -07:00
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