287 Commits

Author SHA1 Message Date
Thomas Waldmann
77e257efc2 fix unclosed table tag 2014-10-26 14:16:53 +01:00
The Dod
0b50829695 Allow for arbitrary order of service open/close
d'Oh
2014-10-21 06:46:56 +07:00
The Dod
1786b5a891 Typo
Overlooked because I can only use a password-auth branch on my PC
2014-10-13 14:15:06 +07:00
The Dod
aab094d0e2 Remove debug prints :s 2014-10-13 11:42:48 +07:00
The Dod
0302dca77f Don't disable existing hidden services
Still not perfect: can't seem to remove our temporary hs
(master branch doesn't do that either, but that's no excuse ;) )
probably something I don't understand re stem and hidden services
2014-10-13 11:36:10 +07:00
kkka
f2cd447a58 Fix CLI to exit when server is shutdown 2014-10-05 02:42:27 +09:00
Micah Lee
b035330805 fixed OSX filename-related issues 2014-09-25 11:42:29 -07:00
Micah Lee
f5ddd23b70 handles canceled downloads properly (fixes #81) 2014-09-22 20:22:30 +00:00
Micah Lee
8892126155 launch Flash in threaded mode, to support multiple concurrent connections (#117) 2014-09-22 19:30:10 +00:00
Micah Lee
a9c68104ce splits translations into multiple files (#146) 2014-09-19 23:15:20 +00:00
Daniel James Smith
5be0b1dfa4 Updated German translation 2014-09-18 15:15:14 +02:00
Micah Lee
4f6cff6503 warns about sending large files in GUI (#123) 2014-09-18 01:35:30 +00:00
Micah Lee
5b9176c9d4 combined Start Server and Stop Server buttons into a single button 2014-09-18 00:37:19 +00:00
Micah Lee
c159ef671d removed unused strings 2014-09-18 00:26:22 +00:00
Micah Lee
3f3b52c0a7 warns about sending large files in CLI (#123) 2014-09-18 00:20:54 +00:00
Micah Lee
f550f09885 NoTor error message tells user where to download Tor Browser (#44) 2014-09-18 00:09:17 +00:00
Micah Lee
89581b0a03 encode one way for CLI, encode another for GUI (#141) 2014-09-16 02:09:37 +00:00
Micah Lee
fec0c9ad65 fixes #115 2014-09-16 01:23:43 +00:00
Micah Lee
8cdecbcaf4 removing unnecessary whitespace 2014-09-16 00:22:14 +00:00
Micah Lee
8f493b4468 make Ctrl-C close the CLI version again 2014-09-16 00:19:44 +00:00
Micah Lee
8514f74b1c make onionshare use utf-8 to support unicode filenames, partial fix for #141 2014-09-16 00:08:27 +00:00
Micah Lee
43f3f4123a Merge pull request #142 from kalikaneko/feature/improve-es-translation
complete /es/ locales
2014-09-15 18:45:47 +00:00
Kali Kaneko
60385c43b3 complete /es/ locales 2014-09-13 13:25:14 -05:00
kkka
e33cfd621d Fix CLI version to automatically exit when the server is shut down. 2014-09-07 10:35:17 +09:00
Micah Lee
bfcd5190bd try connecting to Tor SOCKS5 server on ports 9050 and 9150, instead of just 9150 (#136) 2014-09-03 14:23:07 -07:00
Micah Lee
65a7cf78cf Merge branch 'deprecated' of https://github.com/lazlolazlolazlo/onionshare into lazlolazlolazlo-deprecated
Conflicts:
	onionshare/strings.json
2014-09-03 14:06:41 -07:00
Lazlo Westerhof
a07bc739d6 Remove unused translations 2014-09-03 20:51:26 +02:00
Lazlo Westerhof
ea7c4dd0a0 Update Dutch translation and add missing strings 2014-09-03 20:26:13 +02:00
Micah Lee
2c1534979e squash bug in closing Flask web server (fixes #131) 2014-09-03 00:11:25 -07:00
Micah Lee
17646641f6 close the wait for HS connection after it successfully connects, because then flask is unresponsive until it times out 2014-09-02 18:32:59 -07:00
Micah Lee
4edcce9ece add utf-8 encoding to all .py files 2014-09-02 17:30:01 -07:00
Micah Lee
8c9bcdad6d Merge pull request #124 from kkka/fix-wait_for_hs-bug
Fix wait_for_hs bug when specifying --local-only
2014-09-02 17:23:00 -07:00
Micah Lee
c161003acd Merge pull request #127 from u451f/translations
french translation
2014-09-02 17:22:39 -07:00
Micah Lee
de991c8498 Merge pull request #128 from u451f/translation-de
german translation
2014-09-02 17:22:20 -07:00
Micah Lee
b830438d60 including pysocks with onionshare, and updated code to use pysocks instead of socksipy (#118) 2014-09-02 17:21:19 -07:00
u451f
2a349b1ab8 fix typo 2014-09-03 00:14:57 +02:00
u451f
61fa25f883 german translation 2014-09-03 00:07:54 +02:00
u451f
b832c1ed78 french translation - improved 2014-09-02 23:46:27 +02:00
u451f
de4de6317d french translation 2014-09-02 23:41:47 +02:00
Micah Lee
a6e99fcc21 added GPLv3 license to each source file 2014-09-02 12:10:42 -07:00
kkka
a5b3d45d1e Fix wait_for_hs bug when specifying --local-only 2014-09-02 00:04:41 +09:00
Micah Lee
c49cc75a55 fixed Tails bug where if you stopped server in GUI, you could not start a new server again 2014-08-30 01:42:17 +00:00
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
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
d1cd3c83ab added status bar to GUI, populated it with useful status messages 2014-08-29 15:43:07 -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
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