Commit Graph

2506 Commits

Author SHA1 Message Date
Micah Lee
a3c663992b moved onionshare binary to bin folder 2014-05-24 21:17:39 -04:00
Micah Lee
6791fc48ce packaging onionshare more proper-like 2014-05-24 21:16:44 -04:00
Micah Lee
8fa3fe3bfb renaming onionshare.py to onionshare 2014-05-24 20:46:45 -04:00
Micah Lee
d868c1cfaa removing bundled libraries 2014-05-24 20:43:58 -04:00
Micah Lee
e5e25b49f9 starting at version 0.1, and setting python dependencies 2014-05-24 20:43:20 -04:00
Micah Lee
e783d06a08 minor readme changes 2014-05-24 20:35:30 -04:00
Micah Lee
0740ce3c3c Merge branch 'ikkebr-master'
Conflicts:
	onionshare.py
2014-05-24 20:34:47 -04:00
Micah Lee
a973cf3391 Merge pull request #14 from TomRegan/master
Add French translation
2014-05-24 17:27:04 -07:00
Micah Lee
2fb31da2c9 Merge branch 'enotodden-master' 2014-05-24 20:25:39 -04:00
Espen Kåsa Notodden
c22937bdca Let the OS choose a port instead of using a random integer (avoid collisions).. 2014-05-24 23:40:08 +02:00
Espen Kåsa Notodden
5d13d07a17 Merge branch 'master' of https://github.com/micahflee/onionshare 2014-05-24 23:38:24 +02:00
Tom Regan
a825e8c4bc Add French translation 2014-05-24 21:35:08 +01:00
Micah Lee
91bc156614 Merge branch 'msjoinder-patch-1' 2014-05-24 15:01:27 -04:00
Micah Lee
4ad0c13c93 Merge branch 'patch-1' of https://github.com/msjoinder/onionshare into msjoinder-patch-1 2014-05-24 14:59:37 -04:00
Micah Lee
570ded479a Merge branch 'MeanderingCode-master' 2014-05-24 14:58:29 -04:00
Espen Kåsa Notodden
ad93dafaae Merge branch 'master' of https://github.com/micahflee/onionshare 2014-05-24 19:17:17 +02:00
Msjoinder
e219bc1036 comma fix 2014-05-24 09:52:23 -05:00
Msjoinder
e761437c09 Add Spanish translation 2014-05-24 09:51:57 -05:00
Espen Kåsa Notodden
786959eed3 remove bogus return.. 2014-05-24 10:45:16 +02:00
Sean Leonard
dfe4d893cf README.md small typo fix 2014-05-23 22:10:24 -07:00
Micah Lee
31235367c5 Merge branch 'enotodden-master' 2014-05-23 22:53:18 -04:00
Micah Lee
dc5f415007 removed return to make load_strings function work 2014-05-23 22:52:55 -04:00
Espen Kåsa Notodden
a9a023aceb Add translated strings support and norwegian translations 2014-05-24 02:26:08 +02:00
Henrique Pereira
13fc2ea0e0 Refactored onionshare
Packaged, refactored the main function, added a setup.py, added a better
.gitignore
2014-05-23 12:37:10 -03:00
Micah Lee
f355296c01 new design, so new screenshot 2014-05-22 21:42:33 -04:00
Micah Lee
abda3d4aad work-in-progress on the onionshare GUI 2014-05-22 21:32:09 -04:00
Micah Lee
066b0239ee added awesome pink skull and crossbone 404 error page 2014-05-22 19:49:42 -04:00
Micah Lee
ef18336520 add doctype to index template 2014-05-22 19:49:19 -04:00
Micah Lee
b64458498d web design refresh 2014-05-22 19:38:14 -04:00
Micah Lee
4c56c490dd small text change 2014-05-22 18:57:30 -04:00
Micah Lee
b38809b5d2 calculates sha1 checksum in chunks now. fixes #7 2014-05-22 18:56:53 -04:00
Micah Lee
99c444dc4d using __file__ instead of inspect.getfile(inspect.currentframe()) 2014-05-22 15:26:08 -04:00
Micah Lee
f57207200e updated readme about using in Windows (#6) 2014-05-22 14:35:39 -04:00
Micah Lee
8b55df55c8 added windows support (#6) 2014-05-22 14:23:22 -04:00
Micah Lee
599c1fd08f updated the screenshot to use an OSX one, and updated readme to reflect #2 2014-05-21 21:54:11 -04:00
Micah Lee
bd1feac404 remove http basic auth and use a random URL instead. fixes #2 2014-05-21 21:17:14 -04:00
Micah Lee
a12dd0c4a9 using constant time string comparison for username/password, to prevent timing attacks. fixes #3 2014-05-21 18:27:12 -04:00
Micah Lee
7ef02955a0 typo 2014-05-21 16:06:28 -04:00
Micah Lee
cbb74b02f8 updated readme to add GNU/Linux and OSX instructions, instead of just Tails 2014-05-21 15:59:46 -04:00
Micah Lee
ce93125c99 make script work even if ONIONSHARE_PLATFORM isn't set 2014-05-21 14:56:09 -04:00
Micah Lee
4d2a2cec6d made onionshare-tails, specifically for running in Tails 2014-05-21 18:51:04 +00:00
Micah Lee
bd8e6d13fb connect to Tor ControlPort instead of modifying torrc (fixes #1) 2014-05-21 18:23:37 +00:00
Micah Lee
bf981499a5 Merge branch 'master' of github.com:micahflee/onionshare 2014-05-21 14:09:57 -04:00
Micah Lee
619ab6db0f added stem python library 2014-05-21 14:09:41 -04:00
Micah Lee
85619aa5a2 added a screenshot 2014-05-20 23:38:19 +00:00
Micah Lee
6c00587edc finished bundling libraries 2014-05-20 23:02:33 +00:00
Micah Lee
8ffa569094 bundling required python dependencies, to make it easier on Tails users 2014-05-20 18:55:41 -04:00
Micah Lee
18fd65acd7 ignoring *.pyc 2014-05-20 18:55:23 -04:00
Micah Lee
3af48a1ef0 escaped braces for .format() to work 2014-05-20 21:34:02 +00:00
Micah Lee
b09d616331 removed a lot of the whitespace in readme 2014-05-20 21:16:56 +00:00