[Pkg-privacy-commits] [onionshare] branch debian created (now 04988c1)

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:19:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to branch debian
in repository onionshare.

        at  04988c1   hand over package to pkg-privacy team

This branch includes the following new commits:

       new  6246b83   initial commit
       new  65123d8   updated readme
       new  ab915db   ignoring vim swp files
       new  1d373ad   initial commit of the app code
       new  405ce45   added GPLv3 license
       new  0fa5b92   you can download the file now, and it almost displays filename, size, and hash
       new  b09d616   removed a lot of the whitespace in readme
       new  3af48a1   escaped braces for .format() to work
       new  18fd65a   ignoring *.pyc
       new  8ffa569   bundling required python dependencies, to make it easier on Tails users
       new  6c00587   finished bundling libraries
       new  85619aa   added a screenshot
       new  619ab6d   added stem python library
       new  bf98149   Merge branch 'master' of github.com:micahflee/onionshare
       new  bd8e6d1   connect to Tor ControlPort instead of modifying torrc (fixes #1)
       new  4d2a2ce   made onionshare-tails, specifically for running in Tails
       new  ce93125   make script work even if ONIONSHARE_PLATFORM isn't set
       new  cbb74b0   updated readme to add GNU/Linux and OSX instructions, instead of just Tails
       new  7ef0295   typo
       new  a12dd0c   using constant time string comparison for username/password, to prevent timing attacks. fixes #3
       new  bd1feac   remove http basic auth and use a random URL instead. fixes #2
       new  599c1fd   updated the screenshot to use an OSX one, and updated readme to reflect #2
       new  8b55df5   added windows support (#6)
       new  f572072   updated readme about using in Windows (#6)
       new  99c444d   using __file__ instead of inspect.getfile(inspect.currentframe())
       new  b38809b   calculates sha1 checksum in chunks now. fixes #7
       new  4c56c49   small text change
       new  b644584   web design refresh
       new  ef18336   add doctype to index template
       new  066b023   added awesome pink skull and crossbone 404 error page
       new  abda3d4   work-in-progress on the onionshare GUI
       new  f355296   new design, so new screenshot
       new  13fc2ea   Refactored onionshare
       new  a9a023a   Add translated strings support and norwegian translations
       new  dc5f415   removed return to make load_strings function work
       new  3123536   Merge branch 'enotodden-master'
       new  dfe4d89   README.md small typo fix
       new  786959e   remove bogus return..
       new  e761437   Add Spanish translation
       new  e219bc1   comma fix
       new  ad93daf   Merge branch 'master' of https://github.com/micahflee/onionshare
       new  570ded4   Merge branch 'MeanderingCode-master'
       new  4ad0c13   Merge branch 'patch-1' of https://github.com/msjoinder/onionshare into msjoinder-patch-1
       new  91bc156   Merge branch 'msjoinder-patch-1'
       new  a825e8c   Add French translation
       new  5d13d07   Merge branch 'master' of https://github.com/micahflee/onionshare
       new  c22937b   Let the OS choose a port instead of using a random integer (avoid collisions)..
       new  2fb31da   Merge branch 'enotodden-master'
       new  a973cf3   Merge pull request #14 from TomRegan/master
       new  0740ce3   Merge branch 'ikkebr-master'
       new  e783d06   minor readme changes
       new  e5e25b4   starting at version 0.1, and setting python dependencies
       new  d868c1c   removing bundled libraries
       new  8fa3fe3   renaming onionshare.py to onionshare
       new  6791fc4   packaging onionshare more proper-like
       new  a3c6639   moved onionshare binary to bin folder
       new  1533d49   adding data files to MANIFEST.in
       new  9a75f39   use subprocess instead of os.system, and gpg-sign releases
       new  1165bd8   fix subprocess.call syntax
       new  4a40741   remove classifiers from setup.py to get uploading to pypi working
       new  343961b   un-ignore bin
       new  77a52cf   replacing gitignore with one that is less problematic
       new  df0d0be   added bin folder, which was being gitignored
       new  1217f77   renamed Tails binary from onionshare-tails to tails-onionshare
       new  b05d13a   short-term readme update, now that onionshare is packaged in pypi
       new  56fc07a   add italian strings
       new  851777f   re-added dependencies, to get onionshare working in Tails again (fixes #16)
       new  72ee710   Merge pull request #20 from joke2k/master
       new  2024ac2   added Finnish translations, thanks to CryptoParty Finland
       new  5524bb4   Merge branch 'master' into gui
       new  b2324b6   making onionshare-gui fit the new directory structure, and stop using subprocess
       new  62a309f   removing finnish translations until I can work out utf8 bugs
       new  25b5509   fixed bug involving global variables not getting set correctly, making strings not display in html
       new  0cd457f   fixed bug where onionshare throws 500 on download if you don't supply absolute path
       new  7467860   made onionshare_gui its own python package
       new  0f53d45   making a webkit GUI, roughly based on http://www.aclevername.com/articles/python-webgui/
       new  d3c4bb3   created a working web gui with message passing
       new  33cd3ba   Merge branch 'master' into gui
       new  3deab0d   rearranged onionshare_gui files, made it work better with packaging
       new  9d7689f   starting to build onionshare functionality into GUI
       new  fa433b6   removed unused my_quit_wrapper function, and run tails shutdown code
       new  f1e79c6   version bump to 0.2
       new  680dc43   Merge branch 'master' into gui
       new  11e3b29   Add Dutch translation
       new  d3bf54f   Merge pull request #26 from lazlolazlolazlo/patch-1
       new  90244d1   added ability for onionshare_gui to alert messages, and made selecting filename less brittle
       new  3a3b8fb   Start adding nose tests.
       new  837533e   gui now handles NoTor successfully, and cleaned up business logic in both cli and gui
       new  4868a91   started web server in separate thread. organized file info, so it can be set from both cli and gui.
       new  898cbfc   oops, changed order of set_file_info args
       new  6ad85f3   onionshare-gui automatically copies URL to clipboard
       new  23f9a57   made a "Copy URL" button, and improved design
       new  47ba604   Add more unit tests.
       new  906eecc   running async startup work in a separate thread, and design tweaks
       new  cebdb27   default to not printing debug data
       new  79f36fc   Merge branch 'write-tests' of https://github.com/ecmendenhall/onionshare into ecmendenhall-write-tests
       new  1485734   Merge branch 'gui' into ecmendenhall-write-tests
       new  1a6f08a   waiting slightly longer for webkit to initialize, because sometimes it's not ready after 0.1 sec
       new  d64af16   Add unit tests: file stats and port selection.
       new  88eeaf4   Update README with testing information.
       new  af46ee0   Adds meta tags to index.html
       new  5b03b41   Fixes port bug when using tor browser, adds local-only flag
       new  d0b3145   Adds local-only command line flag.
       new  4679771   Merge branch 'master' of https://github.com/micahflee/onionshare into plugin-changes
       new  d272002   removing unnecessary output, whitespace
       new  e9900fc   Merge branch 'joshuathayer-plugin-changes'
       new  9ffa093   Merge branch 'unit-tests' of https://github.com/ecmendenhall/onionshare into ecmendenhall-unit-tests
       new  f73e402   Merge branch 'ecmendenhall-unit-tests'
       new  9daa475   removed #! lines, since onionshare_gui.py and webgui.py aren't executable
       new  67ea5b5   refactored GUI to use a second flask server for communication
       new  927282a   displays web logs in GUI now. fixes #33
       new  c8f3632   added new english strings for GUI
       new  5475038   if a string doesn't exist, fallback to English
       new  7545965   Fixed IOError in onionshare.py (load_strings())
       new  6603f3b   remaking the GUI
       new  02912d5   Merge pull request #41 from tmwbook/master
       new  2191965   Merge branch 'master' of github.com:micahflee/onionshare
       new  5f3789e   made GUI design look way nicer
       new  f51cca2   starting to create .desktop launcher (#32)
       new  08f83db   version bump to 0.3dev, and moved version into separate file to keep things DRY
       new  2af581b   added version file to MANIFEST.in
       new  ecaf2a9   starting debian/fedora packaging (#25)
       new  afb7e80   build_deb.sh successfully builds a debian package, including the .desktop launcher
       new  aaf8ae3   starting OSX packaging
       new  3eb2bee   added setup files to MANIFEST.in for RPM building to work, and updated RPM build instructions (#25)
       new  8b17938   finished linux packaging instructions (fixes #25)
       new  1d23088   requiring earlier versions of python deps, so they can be installed in wheezy (#42)
       new  c2ab020   deleted tails python libs, and started new method for installing in tails (#42)
       new  28b9140   force tails users to run as root (#42)
       new  a442164   onionshare-gui forces root in Tails now too, and file chooser defaults to ~/ (#42)
       new  7902a38   open the webapp port on tails as well (#42)
       new  51c487f   fix permissions in tails/build.sh to a bunch of files aren't owned by root
       new  6699a62   removed test_tails_appends_to_path because that no longer happens. changed test_get_platform_returns_env_var to test_get_platform_on_tails, because now it checks platform.uname()
       new  505495c   adding back in 404.html to MANIFEST.in
       new  fe92255   Merge branch 'master' of github.com:micahflee/onionshare
       new  1cb31b9   added OSX icon
       new  ff4381d   updated OSX build instructions
       new  62c1045   made more user-friendly system for installing OnionShare in Tails
       new  68bba73   added progress download progress notifications (#36)
       new  1cc817d   renamed check_for_requests to heartbeat, and made the heartbeat serve all items in the queue instead of just the latest (#36)
       new  de0e8f9   when a download completes it is marked as complete (#36)
       new  86d835f   onionshare closes automatically (if box is checked) when download finishes. fixes #36
       new  6547b01   improved GUI layout, so there is less word-wrapping of long strings of hex
       new  e72f66b   added filename to title bar (fixes #45)
       new  4645671   more properly segment different platforms in setup.py
       new  1f0fd73   find path for onionshare dir in cross-platform way
       new  6843337   fix bug where error 404 was 500ing
       new  dc97d7b   add note to BUILD.md about which versions of debian and ubuntu are supported
       new  5900115   absolute path to dpkg in tails install script
       new  1c59072   beginning to rip out gtk and replace with Qt
       new  ff77919   ported select_file to Qt
       new  03d2053   ported alert to Qt
       new  f3e31ca   added error logging into webapp
       new  f18543d   changed css to fit any window size
       new  5865fd6   set window title, resize window by default
       new  3e65bf7   working on making the scrollbar appear in the right place
       new  800a4ed   start the webapp thread in a QThread instead of using threading
       new  a11338f   css tweak
       new  b7cf657   fixed css border
       new  4c80591   clean up onionshare_gui to be more Qt-ish
       new  9ff94d3   resort to static height, to put the scrollbar in the right place
       new  f0e1709   set Qt.AA_X11InitThreads in Linux, to prevent horrible thread-related crashes
       new  7850789   changed gtk deps to qt4
       new  29a2692   remove pypi publishing stuff
       new  9d82574   add file_list to setup.py
       new  6aedd7e   fixing linux options in setup.py
       new  38f073b   start QApplication before doing other Qt stuff
       new  31ec0c1   make auto-close checkbox look better in ubuntu
       new  a464b6f   OSX version still needs a bit of work, but completely works now (#43)
       new  a05efed   better OSX icon (#43)
       new  7d537cd   Building a .exe now successfully works (#35)
       new  6efc852   added homebrew/pip OSX build instructions
       new  e0c1b2e   updated OSX build instructions
       new  fdd3f09   updated tails to work with Qt
       new  c39a7ee   updated readmes and screenshot to showcase new 0.3 features
       new  48ab138   updated readme
       new  e00a888   randomize the name of hidden service directories (fixes #28)
       new  ef1767f   adding window icon (#49)
       new  ce15a79   window icon works now. fixes #49
       new  9bc8248   qtwebkit needs imageformats plugin for animated gifs to work. loader.gif works in OSX now (#47)
       new  98bb6c3   made logs display reverse chronological, so no need to autoscroll the log window
       new  8f9d430   Merge branch 'master' of github.com:micahflee/onionshare
       new  d8dbbcc   made copy to clipboard work in windows. fixes #46
       new  272092f   can now run onionshare_gui.py without building (fixes #51)
       new  4ac7111   switch random strings from hex-encoded to base32-encoded
       new  63df6fe   Added Portuguese translations
       new  4cee973   Merge pull request #54 from schoen/master
       new  1b28a4b   command line version displays download progress (#53), and hidden service page displays file size as human readable
       new  f54dfaa   command line version automatically closes after download is compltee, unless --stay-open flag is being used (fixes #53)
       new  756fc99   build instructions style update
       new  fc13ef5   merging in relevant work from #59
       new  cf7d040   made pyinstaller work for windows (#35)
       new  27e269f   removing windows code from setup.py, because building for windows uses pyinstaller now (#35)
       new  9379c91   added LICENSE to windows binary (#35)
       new  8011472   better windows .ico (#35)
       new  9db3ca5   made pyinstaller work for OSX (#43)
       new  3a22b28   wrote build_dmg.sh script, which creates a pretty dmg "drag-to-Applications" installer (#43)
       new  740ef0c   created windows installer with NSIS (#35)
       new  bce8ecd   fixed setup.py after ripping out windows and osx
       new  b0e03e4   added changelog
       new  4e3c32c   gave file argument a help description
       new  2b8be27   adding argparse to GUI (#58, also #50)
       new  c74e259   made --local-only work in GUI (#58)
       new  8fce3ad   made --stay-open work in GUI (#58)
       new  d0d4ceb   fixed bug where hidden service still closed even if "close automatically" unchecked in GUI (#58)
       new  4f35282   encode all strings as utf-8
       new  5f627dc   passing webapp the debug flag (#50)
       new  6882734   update italian translation for 0.3
       new  c52fd09   add translated() to return encoded translated strings
       new  954697f   updated windows instructions
       new  680b92e   updated windows instructions more
       new  eb69586   New norwegian translations.
       new  10f8600   use the translated() function in onionshare_gui
       new  4e5eb62   Merge branch 'master' of https://github.com/micahflee/onionshare
       new  9bf8814   simplified windows build system, and only include .pyc and not .py in windows installer package
       new  6503f2a   implemeted debug mode. fixes #50
       new  126200c   Merge pull request #62 from enotodden/master
       new  fc97e45   Merge pull request #61 from joke2k/0.3/ita
       new  c005aba   Update Spanish strings
       new  9a8df2a   Update strings.json
       new  a81ca4e   Update strings.json
       new  0be38a0   Merge pull request #65 from cryptostone/master
       new  00261f1   fixes windows packaging issue
       new  91abbca   Merge branch 'master' of github.com:micahflee/onionshare
       new  9a2d586   better compression for windows installer, making it 13mb instead of 19mb
       new  9600904   updated readme, added link to https://onionshare.org/ for binaries
       new  1a8a42a   Add Russian translation (and make "Copy URL" translatable)
       new  1fbb2cd   Added German translations
       new  e92a73f   Merge pull request #67 from komachi/master
       new  1243b23   Merge branch 'patch-1' of https://github.com/djsmith85/onionshare into djsmith85-patch-1
       new  64eb557   Merge branch 'djsmith85-patch-1'
       new  2eee6ca   updated changelog
       new  1036ae6   version bump from 0.3dev to 0.3
       new  7317d92   fix iptables rule removal
       new  05ec78d   Merge pull request #73 from rufoa/patch-1
       new  426d744   constant time compare the slug to avoid timing attacks
       new  0e830b3   Merge pull request #84 from garrettr/constant-time-routes
       new  42adc90   add push hook that runs test suite
       new  c1bec61   Merge pull request #86 from garrettr/push-hook
       new  be83581   Add missing Dutch translation string
       new  ac1c921   version bump to 0.4dev
       new  ad284f9   Merge pull request #88 from lazlolazlolazlo/patch-3
       new  2edde2e   Encoded strings passed to constant_time_compare as ascii, because it was throwing errors in OSX. Also added --debug to command line version, and made onionshare server log errors as well as the GUI.
       new  d9aa55b   fixed critical XSS bug that can deanonymize user
       new  7a05516   use hash of /dev/urandom data instead of urandom data directly, to avoid leaking state of entropy
       new  542cec1   add Content-Security-Policy so if there are other xss vulns they won't execute
       new  90a22f7   version bump
       new  e8cc7c3   fixed issue with pyinstaller packaging Qt4 on some OSX
       new  e138d4e   add Turkish translation string
       new  85c72f1   Solved Issue #80 UnicodeEncodeError
       new  a034b57   Guess the content type of a file
       new  1417077   First working version of native qt app
       new  5b8f3f7   Remove old webapp files
       new  c6a9fa0   Merge pull request #103 from lazlolazlolazlo/contenttype
       new  af4fe23   Merge pull request #104 from lazlolazlolazlo/nativeqt
       new  072a375   version bump to 0.5dev
       new  4ad2dda   updated lists of files that were removed with changing gui to Qt native
       new  7a26178   removing QtWebkit as a dependency for PyInstaller and for building the .deb
       new  daf5066   actually remove QtWebKit
       new  964d0b7   Merge branch 'master' of github.com:micahflee/onionshare
       new  958324b   updated NSIS file
       new  d8d28b6   move __future__ include to top of onionshare-launcher.py
       new  0f7fa5d   remove SetCompressorDictSize from NSIS file because of internal compiler error
       new  826d643   bundled itsdangerous, for tails support
       new  5a496c1   make itsdangerous packaged on any wheezy, not just tails
       new  7f9185f   make itsdangerous actually load in any wheezy
       new  bbbf005   move constant_time_compare function into onionshare from itsdangerous, to avoid dependency problem
       new  bda5bc3   in Tails, launch separate root process to do root stuff (#96)
       new  2ac25e2   import appropriate modules for constant_time_compare to work
       new  6617063   in Tails, root stuff is launched in separate process in GUI (#96)
       new  4284476   moved several english strings into strings.json for translation
       new  b946c2f   added 0.4 to changelog
       new  ee560e2   added 0.5 to changelog
       new  60d97cf   version bump from 0.5dev to 0.5
       new  2fb37c9   Add initial .travis.yml for CI
       new  fc583be   Round 2 for CI
       new  8ff6a00   Round 3 for CI: should be final
       new  ef3e839   Update dutch translation strings
       new  5a3957d   added script to publish to PPA
       new  1366d45   Fix close automatically
       new  9194b79   Fix close automatically
       new  fe92ca4   Fix displaying of local host
       new  829f15a   Remove unused imports
       new  9253163   The code for Tails's firewall-punching was refactored without updating the tests. This updates the tests.
       new  91d0bb4   Clean up tmpdir storing hidden service info after exit.
       new  0e5b182   Just realized Windows is a supported OS. This should be more portable.
       new  003b256   initial addition of debian/ files
       new  dbc14a7   Merge pull request #109 from lazlolazlolazlo/dutch
       new  49d5390   Merge pull request #110 from lazlolazlolazlo/stayopen
       new  ab9e69b   Merge pull request #111 from lazlolazlolazlo/localhost
       new  1067df9   Merge pull request #112 from lazlolazlolazlo/unused
       new  28a05d9   Merge branch 'master' of github.com:micahflee/onionshare
       new  a3fb7a9   Merge branch 'cleanup-after-exit' of https://github.com/r4v5/onionshare into r4v5-cleanup-after-exit
       new  0bc7784   refactored cleanup handlers to use a queue, so they will work with the GUI
       new  f3122f0   Merge branch 'master' of https://github.com/r4v5/onionshare into r4v5-master
       new  0f75e0e   Merge branch 'r4v5-master'
       new  805522b   Merge branch 'master' of https://github.com/canerbasaran/onionshare into canerbasaran-master
       new  0a6d01f   removed debug comment
       new  54a37ee   Split the increasingly-sprawly onionshare module into different modules:
       new  a32ca2f   split tests into multiple files, and fixed tests to work with refactor
       new  481d51a   version bump to 0.6dev
       new  eebcdfb   refactored onionshare_gui to work with new refactored onionshare
       new  e34a88b   adding Travis CI status to readme
       new  c5ced60   support for multiple files and folders (#66)
       new  1f7c85a   removed unnecessary image, and deleted onionshare_gui/static folder
       new  3f59fe7   deleted file_crunching tests
       new  78f6c31   beginning to refactor onionshare_gui to work with multiple files (#66)
       new  d519e62   beginning ServerStatus layout
       new  e7af77b   beginning Downloads layout
       new  db6600c   beginning Options layout
       new  49eac35   FileSelection and ServerStatus interact together, disabling buttons when appropriate
       new  9cb1871   close automatically checkbox respects --stay-open argument again
       new  349ca67   server can be started and stopped from the GUI
       new  5325b7b   made it so clicking Start Server actually starts the server, and made the URL fields hide/show appropriately, and the Copy URL button work
       new  fcdcfd7   added download progress bars to GUI, and made close automatically act as stop server automatically
       new  2da38ce   catches exception when Tor is not open and trying to close server when it's not running
       new  9ed1289   does starting server work in a separate thread to keep GUI responsive
       new  3691411   sort the list of filenames being shared
       new  846b10b   waits for hidden service before displaying URL. fixes #116
       new  6688ced   waits for hs to be ready in GUI too (#116)
       new  d1cd3c8   added status bar to GUI, populated it with useful status messages
       new  0a28ad4   can't stop a server before it has finished starting
       new  e90d90b   keep some status bar messages around for longer
       new  89bad45   make other_page_loaded string shorter, to fit in status bar better
       new  0858366   remove gui_mode from web app, because it is no longer useful
       new  4e5cd4a   adding python-socksipy to travis config
       new  7b77088   trying to add socksipy from pip instead of apt-get
       new  8666fb7   Revert "trying to add socksipy from pip instead of apt-get"
       new  13bd114   added python-socksipy to tails build
       new  53a965a   Merge branch 'master' of github.com:micahflee/onionshare
       new  cf52c2d   fix bug caused by refactoring that made Tails launch infinite onionshare processes (oops)
       new  c49cc75   fixed Tails bug where if you stopped server in GUI, you could not start a new server again
       new  33bb6c5   Add ctags to gitignore
       new  ad2c776   Fix socks import issue on Travis; socksipy is ancient and abandoned.
       new  15a917c   Test fix: OnionShare object doesn't have a port until we tell it to get one.
       new  a5b3d45   Fix wait_for_hs bug when specifying --local-only
       new  32209a9   add manual page for onionshare
       new  ffb667d   improve manpage
       new  fe94030   improve description of manual page for onionshare
       new  2d04798   mark as unstable release
       new  ff8cfa5   suggests: package torbrowser-launcher
       new  103980f   correct compat from 7 to 9
       new  7b8a506   improve manpage
       new  0b2efad   add homepage to debian/control
       new  d2bc0cd   adding a manpage for the GUI too
       new  3d24d02   add onionshare-gui to manpages
       new  b9ec78b   needs higher debhelper dependency
       new  0763df9   be more precise on debhelper dependency version
       new  a6e99fc   added GPLv3 license to each source file
       new  ef6dbaf   improve manpage, explain quickly how Tor HS and its encryption works, using Micah's words.
       new  de4de63   french translation
       new  b832c1e   french translation - improved
       new  61fa25f   german translation
       new  2a349b1   fix typo
       new  3ce43a6   Merge pull request #120 from r4v5/fix-travis
       new  b830438   including pysocks with onionshare, and updated code to use pysocks instead of socksipy (#118)
       new  de991c8   Merge pull request #128 from u451f/translation-de
       new  c161003   Merge pull request #127 from u451f/translations
       new  8c9bcda   Merge pull request #124 from kkka/fix-wait_for_hs-bug
       new  e4f0e5e   fixed test_load_strings_loads_other_languages, because french strings were updated
       new  4edcce9   add utf-8 encoding to all .py files
       new  1764664   close the wait for HS connection after it successfully connects, because then flask is unresponsive until it times out
       new  2c15349   squash bug in closing Flask web server (fixes #131)
       new  ea7c4dd   Update Dutch translation and add missing strings
       new  a07bc73   Remove unused translations
       new  7c9dbb0   Fix missing window icon
       new  c41dc68   Merge pull request #133 from lazlolazlolazlo/nl
       new  65a7cf7   Merge branch 'deprecated' of https://github.com/lazlolazlolazlo/onionshare into lazlolazlolazlo-deprecated
       new  69d7f94   Merge branch 'lazlolazlolazlo-deprecated'
       new  a314ca8   Merge pull request #135 from lazlolazlolazlo/logo
       new  bfcd519   try connecting to Tor SOCKS5 server on ports 9050 and 9150, instead of just 9150 (#136)
       new  8d01ad7   moved images to subfolder (#126)
       new  d00b296   moving image files into /usr/share instead of /usr/lib (fixes #126)
       new  3c071ce   don't try stopping the web app if it hasn't started
       new  d73d859   fixed Windows/OSX image path problem, and updated NSIS Windows installer to install all the new .py files from refactoring
       new  7b66665   adding image files to MANIFEST.in
       new  ea06ec1   Fixed CLI version to properly stop the webserver
       new  e33cfd6   Fix CLI version to automatically exit when the server is shut down.
       new  60385c4   complete /es/ locales
       new  b74a685   Merge pull request #138 from r4v5/fix-cli-cleanup
       new  2cf6bd9   Merge branch 'cli-auto-exit' of https://github.com/kkka/onionshare into kkka-cli-auto-exit
       new  5a5f1f0   Merge branch 'kkka-cli-auto-exit'
       new  43f3f41   Merge pull request #142 from kalikaneko/feature/improve-es-translation
       new  8514f74   make onionshare use utf-8 to support unicode filenames, partial fix for #141
       new  8f493b4   make Ctrl-C close the CLI version again
       new  8cdecbc   removing unnecessary whitespace
       new  0a4ee35   fixes unicode filename display in GUI (#141)
       new  fec0c9a   fixes #115
       new  89581b0   encode one way for CLI, encode another for GUI (#141)
       new  b1e48fa   Fixed drag & drop issue, and made drop here image work in Windows (fixes #129)
       new  f550f09   NoTor error message tells user where to download Tor Browser (#44)
       new  3f3b52c   warns about sending large files in CLI (#123)
       new  c159ef6   removed unused strings
       new  5b9176c   combined Start Server and Stop Server buttons into a single button
       new  4f6cff6   warns about sending large files in GUI (#123)
       new  5be0b1d   Updated German translation
       new  b40add5   Merge pull request #145 from djsmith85/german-translation
       new  a9c6810   splits translations into multiple files (#146)
       new  91005bc   Create fi.json
       new  46eb336   Update setup.py
       new  08c9f89   Update fi.json
       new  7686c11   Merge pull request #147 from Akuankkis/master
       new  a75c561   updated windows release files to support translations split into multiple files (#146)
       new  15671ce   remove trailing slash from filenames before adding, because getting basename on OSX fails otherwise
       new  04ecbf8   updated OSX release files to support translations split into multiple files (#146)
       new  43a24a1   split starting server status message into three verbose chunks
       new  8892126   launch Flash in threaded mode, to support multiple concurrent connections (#117)
       new  2b5f644   Update Dutch translation
       new  f5ddd23   handles canceled downloads properly (fixes #81)
       new  df9c763   Merge pull request #148 from lazlolazlolazlo/dutch
       new  0999bd6   version bump to 0.6, updated changelog, updated readme, and took new screenshots
       new  ffa3db7   Merge branch 'master' of github.com:micahflee/onionshare
       new  84bef80   moved screenshot in readme
       new  78fd0d1   Add lines to finnish translation.
       new  3e970ae   Fix finnish translation.
       new  03573d9   Merge pull request #150 from Akuankkis/master
       new  1f59e36   updates Tails readme, and renaming install in persistence script
       new  a1af78d   Merge branch 'master' of github.com:micahflee/onionshare
       new  d188f83   updated installsize in nsis config
       new  ade33c3   added code signing with Authenticode support Windows release script (fixes #72)
       new  bd5a463   fixed NSIS version and URL
       new  f076d68   Authenticode signs uninstall.exe too (#72)
       new  10a53ca   the uninstall.exe sig description is "Uninstall Onionshare" (#72)
       new  b035330   fixed OSX filename-related issues
       new  31dc0d2   added one more 0.6 feature to changelog
       new  89d6c3c   version bump to 0.7dev
       new  2d7e0ef   Merge branch 'master' into debian
       new  e008b41   new upstream release 0.6
       new  8f884aa   add a script that check translation lacked or disused
       new  d2213bb   remove translation disused
       new  381d046   Merge pull request #152 from kkka/check-lacked-translation
       new  0d0e5f9   mark as unreleased as i am still testing
       new  cd564f0   Revert "version bump to 0.7dev"
       new  622473a   Revert "added one more 0.6 feature to changelog"
       new  136d372   add Debian watch file. Mark new upstream release as such.
       new  bba9f5a   Mark new upstream release as such.
       new  63cd027   adapt manpage to new GUI text. Correct changelog line length to please lintian.
       new  f2cd447   Fix CLI to exit when server is shutdown
       new  2817666   Release version 0.6-1
       new  0302dca   Don't disable existing hidden services
       new  aab094d   Remove debug prints :s
       new  1786b5a   Typo
       new  bb22035   fix #765368 missing license in debian/copyright
       new  713b399   mark copyright change in debian/changelog
       new  aba9cfd   Correctly increment onionshare version to 0.6-2
       new  c83a813   Onionshare depends on python-qt.
       new  0b50829   Allow for arbitrary order of service open/close
       new  965ccfa   fix leading space, probably leading to lintian detecting this as an NMU. (see packages.qa.d.o/onionshare atm). Thanks to Jakub Wilk for spotting the cause.
       new  77e257e   fix unclosed table tag
       new  46492e0   fix typos
       new  c3998bf   Wheezy backport 0.6.1-3_bpo70+1
       new  62d8188   Merge pull request #156 from kkka/exit-when-server-shutdown
       new  a70ddac   Merge branch 'respect-fellow-hs' of github.com:hidden-id/onionshare into hidden-id-respect-fellow-hs
       new  dc9d88c   Merge branch 'hidden-id-respect-fellow-hs'
       new  0812e37   Merge pull request #161 from ThomasWaldmann/fixes
       new  d51f762   pep8: use triple double-quotes for docstrings
       new  5deb3f9   pep8: fix indentation to be a multiple of four
       new  179eefa   pep8: fix empty line counts
       new  63965fd   pep8: blank after comma and colon
       new  aa2b59e   pep8: 2 spaces before inline comments
       new  152bc32   pep8: no space after {[ or before ]}, reindent
       new  f5889d9   pep8: remove unexpected spaces around "=" in function/method head
       new  087102b   pep8: too long lines, reformat lines to < 120 chars. removed redundancy from long_description in setup.py.
       new  b7a0293   pep8: remove empty lines at EOF
       new  d0bdb91   Merge pull request #163 from ThomasWaldmann/master
       new  ee98e1b   removed helpers.get_tmp_dir() in favor of tempdir module
       new  21e2546   In Tails OnionShare now creates HS directory in /var/lib/tor, to obey AppArmor rules (fixes #166)
       new  027d774   fix Windows path to prevent Tor control port from breaking
       new  e78e21a   create the ZipFile with allowZip64=True. fixes #173
       new  30cdca8   add osx screenshot
       new  b7bcdc7   typo fix
       new  c0b2363   fixed image height
       new  d02c3f2   Merge pull request #174 from joshbegley/add-osx-screenshot
       new  5f2aa72   ignoring source files that get generated in some dev environments
       new  aab5ae3   No longer duplicates human_readable_filesize functions. Closes #170
       new  8086ed8   version bump to 0.7develop, to avoid weird ubuntu build problem (#176)
       new  669750b   specify types in all str.format() calls (fixes #169)
       new  245ddd0   moved build scripts into install folder (#181)
       new  f605075   #181
       new  a3ac0bf   moved screenshots into their own folder (#181)
       new  a8bad18   fix bug related to moving build_dmg.sh (#181)
       new  577ff2c   making build scripts use bash instead of sh (#181)
       new  4b278ab   renamed setup to install (#181)
       new  aae9995   cant_connect_ctrlport and cant_connect_socksport are expecting strings and not ints (#169)
       new  a86cda4   Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in progress (#151)
       new  ad55314   adding html files to Resources, loading them from the correct path, and make sure to include jinja2 extension in py2app (#151)
       new  c70e1f2   excluding many frameworks from osx binary (#151)
       new  d6aafd8   codesign for OSX (#151)
       new  2ea0c6a   moving platform-specific scripts into install folder, and making onionshare CLI work in OSX (#132)
       new  ccc8b87   CLI version of onionshare in OSX now works when symlinked (closes #132)
       new  a41109d   updated readme
       new  815c2a8   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)
       new  288e8ca   new Windows icon file (#182)
       new  eb9dc99   URL display is no longer tiny, and window gets autoresized if URL is too big (fixes #183)
       new  5b46688   updated location of build_deb.sh in Tails install script (#181)
       new  1f52c9b   Handles a new exception that gets thrown in Tails using a bridge while waiting for the HS
       new  31193d6   version bump and updated changelog
       new  c0f049b   Merge branch 'master' of github.com:micahflee/onionshare
       new  2f334b6   Revert "Wheezy backport 0.6.1-3_bpo70+1"
       new  cc0838b   merge 0.7 into debian
       new  658ce1b   onionshare does not depend on torbrowser-launcher
       new  28f8411   new upstream release
       new  f7fe99d   make tor a dependency and make it work in Debian.
       new  4e27a91   for now keep torbrowser-launcher as a dependency, and make tor a dependency once we've tested if 0.2.7.1-alpha provides creation and management of HS through the controller.
       new  7fca5f5   correct buggy version number in debian/changelog
       new  af2f6fe   thank you intrigeri for reading the changelog for real. correcting my email address.
       new  04988c1   hand over package to pkg-privacy team

The 507 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