Commit Graph

2236 Commits

Author SHA1 Message Date
Micah Lee
c25e8f99dc Merge pull request #194 from jvoisin/patch-1
Update setup.py
2015-06-16 10:35:31 -07:00
jvoisin
48ba0c14ed Update setup.py
Don't use `+ '/' +` but `os.path.join` instead
2015-05-31 18:44:12 +02:00
Micah Lee
61a4b9c866 typo in security design document 2015-05-28 07:20:25 -07:00
Freddy Martinez
c6160664c7 build.md was out of sync 2015-05-28 04:58:50 -05:00
Freddy Martinez
41671e58df fix for #188 2015-05-28 04:52:27 -05:00
Micah Lee
ecc3ab33d0 version bump and updated changelog 2015-05-27 14:21:19 -04:00
Micah Lee
2a1f57b994 tweak start/stop server language to make it friendlier (fixes #192) 2015-05-27 14:12:39 -04:00
Micah Lee
ec69423292 added the Security Design Document (closes #167) 2015-05-27 13:20:08 -04:00
Micah Lee
52fd77d752 Added dh-python to build instructions. Closes #189 2015-05-26 14:12:10 -07:00
Micah Lee
db75edf0a9 update build instructions for OSX to install python 2.x from python.org, which closes #75 and #187 2015-05-26 15:35:50 -04:00
Micah Lee
99fd05fa2a make build_osx.sh only codesign when you pass --sign 2015-05-26 11:55:37 -04:00
Micah Lee
26a8d44d3b added dh-python as a build dependency, for the PPA release to work 2015-05-20 12:01:23 -07:00
Micah Lee
4be8d68750 Merge branch 'master' of github.com:micahflee/onionshare 2015-05-19 13:34:48 -07:00
Micah Lee
210448d6c9 In Linux, create HS dir in /tmp/onionshare/* (#185), and also connect to Tor control port more robustly 2015-05-19 13:34:36 -07:00
Micah Lee
886c307592 replacing signtool.exe timestamp server with globalsign one, because startssl is having problems 2015-05-18 17:04:26 -07:00
Micah Lee
90af3f2e12 version bump from 0.7dev to 0.7 in windows installer 2015-05-18 16:46:26 -07:00
Micah Lee
c0f049bcff Merge branch 'master' of github.com:micahflee/onionshare 2015-05-18 15:53:10 -07:00
Micah Lee
31193d63cd version bump and updated changelog 2015-05-18 15:53:02 -07:00
Micah Lee
1f52c9b565 Handles a new exception that gets thrown in Tails using a bridge while waiting for the HS 2015-05-18 20:54:04 +00:00
Micah Lee
5b46688367 updated location of build_deb.sh in Tails install script (#181) 2015-05-18 18:42:50 +00:00
Micah Lee
eb9dc99a19 URL display is no longer tiny, and window gets autoresized if URL is too big (fixes #183) 2015-05-18 11:05:33 -07:00
Micah Lee
288e8ca532 new Windows icon file (#182) 2015-05-18 10:39:01 -07:00
Micah Lee
815c2a8741 changed cwd in onionshare CLI script for OSX in the right places to support both loading strings and relative paths for files to share (#132) 2015-05-16 13:37:28 -07:00
Micah Lee
a41109dcb4 updated readme 2015-05-15 19:12:53 -07:00
Micah Lee
ccc8b87b9a CLI version of onionshare in OSX now works when symlinked (closes #132) 2015-05-15 19:07:41 -07:00
Micah Lee
2ea0c6aef3 moving platform-specific scripts into install folder, and making onionshare CLI work in OSX (#132) 2015-05-15 18:52:20 -07:00
Micah Lee
d6aafd88e7 codesign for OSX (#151) 2015-05-15 18:09:09 -07:00
Micah Lee
c70e1f2668 excluding many frameworks from osx binary (#151) 2015-05-15 18:01:43 -07:00
Micah Lee
ad553146c7 adding html files to Resources, loading them from the correct path, and make sure to include jinja2 extension in py2app (#151) 2015-05-15 17:43:01 -07:00
Micah Lee
a86cda4549 Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in progress (#151) 2015-05-15 16:56:22 -07:00
Micah Lee
aae9995c5f cant_connect_ctrlport and cant_connect_socksport are expecting strings and not ints (#169) 2015-05-15 16:55:03 -07:00
Micah Lee
4b278ab71f renamed setup to install (#181) 2015-05-15 13:19:41 -07:00
Micah Lee
577ff2c8ab making build scripts use bash instead of sh (#181) 2015-05-15 13:15:49 -07:00
Micah Lee
a8bad1880d fix bug related to moving build_dmg.sh (#181) 2015-05-15 13:09:26 -07:00
Micah Lee
a3ac0bf430 moved screenshots into their own folder (#181) 2015-05-15 13:06:13 -07:00
Micah Lee
f60507548f #181 2015-05-15 13:04:16 -07:00
Micah Lee
245ddd0300 moved build scripts into install folder (#181) 2015-05-15 13:03:04 -07:00
Micah Lee
669750be37 specify types in all str.format() calls (fixes #169) 2015-05-15 12:26:58 -07:00
Micah Lee
8086ed8c64 version bump to 0.7develop, to avoid weird ubuntu build problem (#176) 2015-05-15 11:38:55 -07:00
Micah Lee
aab5ae31ab No longer duplicates human_readable_filesize functions. Closes #170 2015-05-14 14:40:55 -07:00
Micah Lee
5f2aa7272c ignoring source files that get generated in some dev environments 2015-05-14 14:40:19 -07:00
Micah Lee
d02c3f2af6 Merge pull request #174 from joshbegley/add-osx-screenshot
Add osx screenshot
2015-05-12 17:04:39 -07:00
Josh Begley
c0b2363288 fixed image height 2015-03-24 11:25:54 -04:00
Josh Begley
b7bcdc76a9 typo fix 2015-03-24 11:22:24 -04:00
Josh Begley
30cdca8f66 add osx screenshot 2015-03-24 11:20:43 -04:00
Micah Lee
e78e21ac47 create the ZipFile with allowZip64=True. fixes #173 2015-02-12 17:03:56 -08:00
Micah Lee
027d77416e fix Windows path to prevent Tor control port from breaking 2014-12-09 19:06:59 -08:00
Micah Lee
21e2546435 In Tails OnionShare now creates HS directory in /var/lib/tor, to obey AppArmor rules (fixes #166) 2014-12-10 02:09:10 +00:00
Micah Lee
ee98e1b024 removed helpers.get_tmp_dir() in favor of tempdir module 2014-12-10 00:50:19 +00:00
Micah Lee
d0bdb9143f Merge pull request #163 from ThomasWaldmann/master
pep8 fixes
2014-11-24 21:10:37 -08:00