summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-16updated screenshots0.7.1Micah Lee
2015-06-16figure out the osx_resource_dir only once, to fix issue with cli version in OSXMicah Lee
2015-06-16suppress download progress output to stdout in OSX (fixes #203)Micah Lee
2015-06-16Merge branch 'master' of github.com:micahflee/onionshareMicah Lee
2015-06-16catch exceptions when cleaning up hidden servicesMicah Lee
2015-06-16Merge pull request #202 from ↵Micah Lee
simonsmiley/simonsmiley-add-archlinux-build-instructions add build instructions for archlinux to BUILD.md
2015-06-16add build instructions for archlinux to BUILD.mdSimon Hanna
2015-06-16Merge branch 'freddymartinez9-master'Micah Lee
2015-06-16Merge branch 'master' of https://github.com/freddymartinez9/onionshare into ↵Micah Lee
freddymartinez9-master
2015-06-16must load the window_icon before validation, because alert() requires itMicah Lee
2015-06-16Merge pull request #194 from jvoisin/patch-1Micah Lee
Update setup.py
2015-05-31Update setup.pyjvoisin
Don't use `+ '/' +` but `os.path.join` instead
2015-05-28typo in security design documentMicah Lee
2015-05-28build.md was out of syncFreddy Martinez
2015-05-28fix for #188Freddy Martinez
2015-05-27version bump and updated changelogMicah Lee
2015-05-27tweak start/stop server language to make it friendlier (fixes #192)Micah Lee
2015-05-27added the Security Design Document (closes #167)Micah Lee
2015-05-26Added dh-python to build instructions. Closes #189Micah Lee
2015-05-26update build instructions for OSX to install python 2.x from python.org, ↵Micah Lee
which closes #75 and #187
2015-05-26make build_osx.sh only codesign when you pass --signMicah Lee
2015-05-20added dh-python as a build dependency, for the PPA release to workMicah Lee
2015-05-19Merge branch 'master' of github.com:micahflee/onionshareMicah Lee
2015-05-19In Linux, create HS dir in /tmp/onionshare/* (#185), and also connect to Tor ↵Micah Lee
control port more robustly
2015-05-18replacing signtool.exe timestamp server with globalsign one, because ↵Micah Lee
startssl is having problems
2015-05-18version bump from 0.7dev to 0.7 in windows installerMicah Lee
2015-05-18Merge branch 'master' of github.com:micahflee/onionshare0.7Micah Lee
2015-05-18version bump and updated changelogMicah Lee
2015-05-18Handles a new exception that gets thrown in Tails using a bridge while ↵Micah Lee
waiting for the HS
2015-05-18updated location of build_deb.sh in Tails install script (#181)Micah Lee
2015-05-18URL display is no longer tiny, and window gets autoresized if URL is too big ↵Micah Lee
(fixes #183)
2015-05-18new Windows icon file (#182)Micah Lee
2015-05-16changed cwd in onionshare CLI script for OSX in the right places to support ↵Micah Lee
both loading strings and relative paths for files to share (#132)
2015-05-15updated readmeMicah Lee
2015-05-15CLI version of onionshare in OSX now works when symlinked (closes #132)Micah Lee
2015-05-15moving platform-specific scripts into install folder, and making onionshare ↵Micah Lee
CLI work in OSX (#132)
2015-05-15codesign for OSX (#151)Micah Lee
2015-05-15excluding many frameworks from osx binary (#151)Micah Lee
2015-05-15adding html files to Resources, loading them from the correct path, and make ↵Micah Lee
sure to include jinja2 extension in py2app (#151)
2015-05-15Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in ↵Micah Lee
progress (#151)
2015-05-15cant_connect_ctrlport and cant_connect_socksport are expecting strings and ↵Micah Lee
not ints (#169)
2015-05-15renamed setup to install (#181)Micah Lee
2015-05-15making build scripts use bash instead of sh (#181)Micah Lee
2015-05-15fix bug related to moving build_dmg.sh (#181)Micah Lee
2015-05-15moved screenshots into their own folder (#181)Micah Lee
2015-05-15#181Micah Lee
2015-05-15moved build scripts into install folder (#181)Micah Lee
2015-05-15specify types in all str.format() calls (fixes #169)Micah Lee
2015-05-15version bump to 0.7develop, to avoid weird ubuntu build problem (#176)Micah Lee
2015-05-14No longer duplicates human_readable_filesize functions. Closes #170Micah Lee