[Pkg-privacy-commits] [onionshare] annotated tag v1.0 created (now baa1e93)
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a change to annotated tag v1.0
in repository onionshare.
at baa1e93 (tag)
tagging 9ed7db9e3b999ba0de9d2c077e5e23e6a0148b5d (commit)
replaces v0.9.1
tagged by Micah Lee
on Thu Feb 23 15:12:11 2017 -0800
- Log -----------------------------------------------------------------
Version 1.0
-----BEGIN PGP SIGNATURE-----
iQIcBAABCgAGBQJYr2xPAAoJEEA8JlfNmU9zpcwP/2r0cAJZc9FPIgEqOLGOOqn+
SxztNSzkjOkg/sogiy2wDKMOKUeG6x/nV2rBhV5fO7CAnv3Vu7Ojhbsoa8pUG7wp
0wq77eYWrZDOIQ7tvHNC3ss2zqyOeyC3lkEnR4lAh4sQIhZBQTtSEedOIBBRdgN0
0s7f63UlakuKsJ+8G/i9QbatgLQJoExJE9IaKIPyI8BZV+2SjzissAy/BWl6l13C
lM1rNHmIkZNBgR2tZkxhl6HLWm23mQ4LGj0U6Friv5em573f7YMY8d55tnqcC88p
IzEAo3uiDx50X/iRJfMTzcFxZpiZjgIE1reJ0BLJ2Y7xmpi5mDkL5/FjPvcy+6dl
97wQASTYq8ZLse+j1pRUlmRJ1Z9Io8BWAC0Z3fXO5xBzlnTnxgCdmUwHhQKVE47v
aU/OvDKtzTBfMSWuBaNpodg1JuSX46MFAW13P0cd6wthXFk5ceLCg3L+DFZFL9DF
umdReRzYjp9uqDZnsOtvMRZf5dq6d/brzeOPCAgVcf4MNSXj7hLDkqze20eYrr5y
793kKI1/glTjysZP+BjHmYp1DG6o34oanhOOcXGwvXQFvh+UmBeNQXL0puxPJCp0
VSr5xn8l57f5vicGHJvEj9eS0aZ6EEjZ9DugTGs+3NYy7t5WLqWzlVG0lnl3kdds
RwC64i5yCTcHRvxCCsuK
=ub8S
-----END PGP SIGNATURE-----
Dan Ballard (1):
add python3-nose for ubuntu 16.04
Emmanuel Morales (2):
Replaced wordlist with well researched and more usable wordlist from EFF
Added a function to remove HTML from file and directory names
Garrett Robinson (3):
Revert "Replaced sanitize_html() function that was based on regex with python3's html.escape()"
Revert "Added a function to remove HTML from file and directory names"
Make render_template_string autoescape by default in Flask versions < 0.11
Micah Lee (90):
Merge branch 'fred-a-kemp-feature/tor-control-port-from-env'
Merge branch 'ubuntu-build' of https://github.com/dballard/onionshare into dballard-ubuntu-build
Merge branch 'dballard-ubuntu-build'
Merge branch 'xSmurf-importfix'
Update changelog and version bump to 0.9.2
Merge branch 'commandnotfound-improved_wordlist'
Merge branch 'sanitize_filenames' of https://github.com/commandnotfound/onionshare into commandnotfound-sanitize_filenames
Replaced sanitize_html() function that was based on regex with python3's html.escape()
Merge branch 'commandnotfound-sanitize_filenames'
Merge branch 'shutdowncrashfix' of https://github.com/b3sigma/onionshare into b3sigma-shutdowncrashfix
Merge branch 'b3sigma-shutdowncrashfix'
Merge branch 'apparmor' of https://github.com/u451f/onionshare into u451f-apparmor
Merge branch 'u451f-apparmor'
Add support for Tor control port authentication
Removing instructions from readme, and adding link to wiki instead
Merge branch 'wrap-progress-bar' of https://github.com/choltz95/onionshare into choltz95-wrap-progress-bar
Hide downloads progress bars until download starts, and improve the look of progress bar display
Merge branch 'choltz95-wrap-progress-bar'
Merge branch 'master' of https://github.com/eightnoteight/onionshare into eightnoteight-master
Merge branch 'eightnoteight-master'
Added dev scripts for launching onionshare and onionshare-gui from the source code tree, without having to install it
Add support for stealth onion services in CLI version
Catch all exceptions when checking for stealth support, not just TypeError, to successfully identity old versions of stem
Added support for stealth onion services in the GUI version
Properly handle errors for using stealth onion services in the GUI, instead of crashing in the background (#144)
Merge branch 'b3sigma-fixoldsteminterface'
Merge branch 'fixzipthreadproblem' of https://github.com/b3sigma/onionshare into b3sigma-fixzipthreadproblem
Merge branch 'b3sigma-fixzipthreadproblem'
Put stealth option in a separate advanced group, in anticipation of other advanced options
When you uncheck the advanced options checkbox, also uncheck all advanced options
Update error message language for stealth onion services not supported
Add a menu bar, with a stub for Settings, and Quit
Designed the GUI settings dialog, but none of it does anything yet
Created a Settings object, which loads and saves settings to file, and made the Settings dialog use the settings from this object
Remove wrong comment
Clicking Save in the settings dialog saves settings
Refactor Settings object so it does not load from file by default. Make it so you can pass a Settings into Onion, to test settings
Created an alert class, so other parts of the GUI can make alert popups
Onion now connects to the Tor controller using the settings in Settings (except automatic still needs some work), and the settings dialog handles error when testing settings
Display information about tor when testing settings is successful
Handle new Tor controller errors in CLI
Handle new Tor controller errors in GUI
Make automatic settings work with with Tor Browser 6.0.8
You must connect to a socket file instead of a port for Tor Browser 6.5a6. Make automatic settings fallback to socket file if the port doesn't work (only for Linux so far, have not tested in OS X, and is not supported in Windows)
Remove the alert function, replace it with the Alert class
When a share is active, disable the full advanced options group, not just the stealth checkbox
Guess the default socket file path for new versions of Tor Browser in OS X
Catch exceptions for guessing default Tor Browser socket file path
Rewrite build documentation to be simpler
https://micahflee.com/2015/09/why-i-say-linux-instead-of-gnulinux/
Change GPL copyright from 2016 to 2017
Moved onionshare and onionshare_gui logic directly into __init__.py files
Add new AuthenticationFailure exception, and make the Onion/stem code catch more exceptions when connecting to a Tor controller
Remove cx_Freeze code from setup.py (so remove OSX/Windows), and refactor Linux slightly to use file_list function
Add pyinstaller dependency to build instructions, and remove cx_Freeze
Use a virtualenv, and put pip deps in requirements.txt
Add a pyinstaller spec
Updated windows pip requirements, and improved build instructions for pyinstaller
Merge branch 'u451f-master'
Version bump to 1.0dev
Change 'Stop sharing automatically' option to 'Stop After First Download', to reduce confusion (fixes #349)
Update macOS build instructions, and install pip deps from a requirements.txt
Version bump to 1.0dev
Update pip requirements
Remove jinja2.asyncsupport from PyInstaller, because it's not used and causes a crash during building
Update helpers.get_resource_path to correctly find resources in frozen macOS app bundles
Update Windows build instructions, and also Windows pip requirements
Renamed 'resources' to 'share', and updated location of 'share' files in OSX/Win binaries
Fixed syntax error in pyinstaller.spec
Merge branch 'master' into pyinstaller
Fix path in test
Merge branch 'pyinstaller'
Delete the security design document -- it has moved to the wiki, and simplify the readme
Update readme
Make CLI work with PyInstaller in macOS
Properly handle KeyboardInterrupt exception in CLI in macOS
Rip out support for non-ephemeral onion services
Update Windows build script to work with PyInstaller, update readme about only having onionshare-gui.exe, and update PyInstaller spec to create an 'onionshare' folder instead of an 'onionshare-gui' one
Updated the version of NSIS
Update NSIS file to work with new PyInstaller files
Remove license page from Windows installer, just to make less steps
Oops, uncomment signing the uninstaller
Update comments to be more accurate
Catch Tor protocol error exceptions when starting an onion service (#344)
In Whonix, listen on 0.0.0.0 instead of 127.0.0.1 (#220)
Actually, version bump to 1.0dev1
Merge branch 'master' into tor-protocol-error
Merge branch 'tor-protocol-error'
Version bump to 1.0, and updated changelog
Merge branch 'master' of github.com:micahflee/onionshare
Sigma (3):
Fix crash when tor is closed first and then onionshare is closed and a stem.SocketClosed exception is raised.
Support stem versions older than 1.5.0 again. Fix for issue #332
Fix for zipprogress bar qwidget access from a thread, which is invalid as qwidgets are neither reentrant nor thread safe. Fixes issue #334
Srinivas Devaki (2):
added progress bar for zipping files
small refactoring
Ulrike Uhlig (9):
Imported Upstream version 0.9
Merge remote-tracking branch 'micahlee/master'
Merge remote-tracking branch 'micahlee/master'
Merge branch 'master' of https://github.com/micahflee/onionshare
AppArmor profiles for Onionshare, written by Tails developers
Icons should simply be readable
Merge branch 'master' of https://github.com/micahflee/onionshare
Merge branch 'master' of https://github.com/micahflee/onionshare
Improve AppArmor profiles and enforce them.
anonym (1):
Try to get the Tor ControlPort from the environment.
choltz95 (3):
wrap progress bar
reorganize, add comment
very poor auto scrolling
xSmurf (1):
Only check if we are in the sys prefix but not the actual executable name as this could be renamed or wrapped
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new b1dd45a wrap progress bar
new d0f085f reorganize, add comment
new 6379ca5 very poor auto scrolling
new c570d7e added progress bar for zipping files
new 3b11f4d small refactoring
new 7a8c5d9 Merge remote-tracking branch 'micahlee/master'
new 3b058f6 Merge remote-tracking branch 'micahlee/master'
new 1d03173 Merge branch 'master' of https://github.com/micahflee/onionshare
new b5aa66c AppArmor profiles for Onionshare, written by Tails developers
new 9bc87b2 Icons should simply be readable
new ddce359 Replaced wordlist with well researched and more usable wordlist from EFF
new 11c5f5b Added a function to remove HTML from file and directory names
new 58d8f55 Fix crash when tor is closed first and then onionshare is closed and a stem.SocketClosed exception is raised.
new 31bbedf Merge branch 'commandnotfound-improved_wordlist'
new 737d169 Merge branch 'sanitize_filenames' of https://github.com/commandnotfound/onionshare into commandnotfound-sanitize_filenames
new cff11cd Replaced sanitize_html() function that was based on regex with python3's html.escape()
new 1d49a1e Merge branch 'commandnotfound-sanitize_filenames'
new 05e25b1 Merge branch 'shutdowncrashfix' of https://github.com/b3sigma/onionshare into b3sigma-shutdowncrashfix
new 9cd41bf Merge branch 'b3sigma-shutdowncrashfix'
new f2dbced Merge branch 'apparmor' of https://github.com/u451f/onionshare into u451f-apparmor
new 5ebc745 Merge branch 'u451f-apparmor'
new 51f538e Merge branch 'master' of https://github.com/micahflee/onionshare
new e46c4f5 Add support for Tor control port authentication
new 0f36354 Removing instructions from readme, and adding link to wiki instead
new 28df4e4 Merge branch 'wrap-progress-bar' of https://github.com/choltz95/onionshare into choltz95-wrap-progress-bar
new 4bafd1e Hide downloads progress bars until download starts, and improve the look of progress bar display
new a67a037 Merge branch 'choltz95-wrap-progress-bar'
new eb00a29 Merge branch 'master' of https://github.com/eightnoteight/onionshare into eightnoteight-master
new 4db66a8 Merge branch 'eightnoteight-master'
new fd41eac Added dev scripts for launching onionshare and onionshare-gui from the source code tree, without having to install it
new eff0d37 Add support for stealth onion services in CLI version
new 6fdef85 Catch all exceptions when checking for stealth support, not just TypeError, to successfully identity old versions of stem
new 286573b Added support for stealth onion services in the GUI version
new 6eed725 Properly handle errors for using stealth onion services in the GUI, instead of crashing in the background (#144)
new 7fe9f3b Support stem versions older than 1.5.0 again. Fix for issue #332
new 4f9016f Fix for zipprogress bar qwidget access from a thread, which is invalid as qwidgets are neither reentrant nor thread safe. Fixes issue #334
new 0a152a6 Merge branch 'b3sigma-fixoldsteminterface'
new b03e888 Merge branch 'fixzipthreadproblem' of https://github.com/b3sigma/onionshare into b3sigma-fixzipthreadproblem
new 241b11c Merge branch 'b3sigma-fixzipthreadproblem'
new a56c9b5 Put stealth option in a separate advanced group, in anticipation of other advanced options
new 0e44a2e When you uncheck the advanced options checkbox, also uncheck all advanced options
new 5328f33 Update error message language for stealth onion services not supported
new 00b0ce4 Add a menu bar, with a stub for Settings, and Quit
new cc78074 Designed the GUI settings dialog, but none of it does anything yet
new 25109c8 Created a Settings object, which loads and saves settings to file, and made the Settings dialog use the settings from this object
new c9607cf Remove wrong comment
new 9462b7d Clicking Save in the settings dialog saves settings
new 5bfa4da Refactor Settings object so it does not load from file by default. Make it so you can pass a Settings into Onion, to test settings
new 943e236 Created an alert class, so other parts of the GUI can make alert popups
new 19d020f Onion now connects to the Tor controller using the settings in Settings (except automatic still needs some work), and the settings dialog handles error when testing settings
new b8e7970 Display information about tor when testing settings is successful
new ebf13cf Handle new Tor controller errors in CLI
new fa7bec2 Handle new Tor controller errors in GUI
new a0abab3 Make automatic settings work with with Tor Browser 6.0.8
new 50835b6 You must connect to a socket file instead of a port for Tor Browser 6.5a6. Make automatic settings fallback to socket file if the port doesn't work (only for Linux so far, have not tested in OS X, and is not supported in Windows)
new cd63dc3 Remove the alert function, replace it with the Alert class
new 0ab29ff When a share is active, disable the full advanced options group, not just the stealth checkbox
new e1f9957 Revert "Replaced sanitize_html() function that was based on regex with python3's html.escape()"
new bfbf006 Revert "Added a function to remove HTML from file and directory names"
new 406fffd Make render_template_string autoescape by default in Flask versions < 0.11
new d069cc2 Guess the default socket file path for new versions of Tor Browser in OS X
new f14b5eb Catch exceptions for guessing default Tor Browser socket file path
new d690e50 Rewrite build documentation to be simpler
new 5284c58 https://micahflee.com/2015/09/why-i-say-linux-instead-of-gnulinux/
new f8005a6 Change GPL copyright from 2016 to 2017
new db052ce Moved onionshare and onionshare_gui logic directly into __init__.py files
new 12acb89 Add new AuthenticationFailure exception, and make the Onion/stem code catch more exceptions when connecting to a Tor controller
new 2345df3 Remove cx_Freeze code from setup.py (so remove OSX/Windows), and refactor Linux slightly to use file_list function
new f922be8 Add pyinstaller dependency to build instructions, and remove cx_Freeze
new b7e9bed Use a virtualenv, and put pip deps in requirements.txt
new 8493a39 Add a pyinstaller spec
new 90a11d7 Updated windows pip requirements, and improved build instructions for pyinstaller
new ebdc92b Merge branch 'master' of https://github.com/micahflee/onionshare
new 6cceac3 Improve AppArmor profiles and enforce them.
new eece964 Merge branch 'u451f-master'
new 91c2429 Version bump to 1.0dev
new 7b068fe Change 'Stop sharing automatically' option to 'Stop After First Download', to reduce confusion (fixes #349)
new e80b775 Update macOS build instructions, and install pip deps from a requirements.txt
new 8e77cf1 Version bump to 1.0dev
new 6f5c53d Update pip requirements
new 42d2b0b Remove jinja2.asyncsupport from PyInstaller, because it's not used and causes a crash during building
new 6f5a3ae Update helpers.get_resource_path to correctly find resources in frozen macOS app bundles
new 5351501 Update Windows build instructions, and also Windows pip requirements
new 248f59c Renamed 'resources' to 'share', and updated location of 'share' files in OSX/Win binaries
new d5af08c Fixed syntax error in pyinstaller.spec
new 05319f7 Merge branch 'master' into pyinstaller
new 304e6db Fix path in test
new ab20311 Merge branch 'pyinstaller'
new 9f0f732 Delete the security design document -- it has moved to the wiki, and simplify the readme
new 2625ab0 Update readme
new 9be8169 Make CLI work with PyInstaller in macOS
new a57703c Properly handle KeyboardInterrupt exception in CLI in macOS
new 6370139 Rip out support for non-ephemeral onion services
new 7141ebe Update Windows build script to work with PyInstaller, update readme about only having onionshare-gui.exe, and update PyInstaller spec to create an 'onionshare' folder instead of an 'onionshare-gui' one
new 878b4e9 Updated the version of NSIS
new 65d1ae7 Update NSIS file to work with new PyInstaller files
new b57d744 Remove license page from Windows installer, just to make less steps
new e5abf94 Oops, uncomment signing the uninstaller
new 1336a1c Update comments to be more accurate
new 34301d3 Catch Tor protocol error exceptions when starting an onion service (#344)
new 6c074e4 In Whonix, listen on 0.0.0.0 instead of 127.0.0.1 (#220)
new 58f49b6 Actually, version bump to 1.0dev1
new daad464 Merge branch 'master' into tor-protocol-error
new 8f15aa1 Merge branch 'tor-protocol-error'
new b2b4730 Version bump to 1.0, and updated changelog
new 9ed7db9 Merge branch 'master' of github.com:micahflee/onionshare
The 106 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list