[Pkg-anonymity-tools] [onionshare] branch debian updated (ef6dbaf -> e008b41)

Ulrike Uhlig u-guest at moszumanska.debian.org
Mon Sep 29 20:34:56 UTC 2014


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

u-guest pushed a change to branch debian
in repository onionshare.

      from  ef6dbaf   improve manpage, explain quickly how Tor HS and its encryption works, using Micah's words.
      adds  5a3957d   added script to publish to PPA
      adds  ef3e839   Update dutch translation strings
      adds  dbc14a7   Merge pull request #109 from lazlolazlolazlo/dutch
      adds  1366d45   Fix close automatically
      adds  9194b79   Fix close automatically
      adds  49d5390   Merge pull request #110 from lazlolazlolazlo/stayopen
      adds  fe92ca4   Fix displaying of local host
      adds  ab9e69b   Merge pull request #111 from lazlolazlolazlo/localhost
      adds  829f15a   Remove unused imports
      adds  1067df9   Merge pull request #112 from lazlolazlolazlo/unused
      adds  28a05d9   Merge branch 'master' of github.com:micahflee/onionshare
      adds  91d0bb4   Clean up tmpdir storing hidden service info after exit.
      adds  0e5b182   Just realized Windows is a supported OS. This should be more portable.
      adds  a3fb7a9   Merge branch 'cleanup-after-exit' of https://github.com/r4v5/onionshare into r4v5-cleanup-after-exit
      adds  0bc7784   refactored cleanup handlers to use a queue, so they will work with the GUI
      adds  2fb37c9   Add initial .travis.yml for CI
      adds  fc583be   Round 2 for CI
      adds  8ff6a00   Round 3 for CI: should be final
      adds  9253163   The code for Tails's firewall-punching was refactored without updating the tests. This updates the tests.
      adds  f3122f0   Merge branch 'master' of https://github.com/r4v5/onionshare into r4v5-master
      adds  0f75e0e   Merge branch 'r4v5-master'
      adds  e138d4e   add Turkish translation string
      adds  85c72f1   Solved Issue #80 UnicodeEncodeError
      adds  805522b   Merge branch 'master' of https://github.com/canerbasaran/onionshare into canerbasaran-master
      adds  0a6d01f   removed debug comment
      adds  54a37ee   Split the increasingly-sprawly onionshare module into different modules:
      adds  a32ca2f   split tests into multiple files, and fixed tests to work with refactor
      adds  481d51a   version bump to 0.6dev
      adds  eebcdfb   refactored onionshare_gui to work with new refactored onionshare
      adds  e34a88b   adding Travis CI status to readme
      adds  c5ced60   support for multiple files and folders (#66)
      adds  1f7c85a   removed unnecessary image, and deleted onionshare_gui/static folder
      adds  3f59fe7   deleted file_crunching tests
      adds  78f6c31   beginning to refactor onionshare_gui to work with multiple files (#66)
      adds  d519e62   beginning ServerStatus layout
      adds  e7af77b   beginning Downloads layout
      adds  db6600c   beginning Options layout
      adds  49eac35   FileSelection and ServerStatus interact together, disabling buttons when appropriate
      adds  9cb1871   close automatically checkbox respects --stay-open argument again
      adds  349ca67   server can be started and stopped from the GUI
      adds  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
      adds  fcdcfd7   added download progress bars to GUI, and made close automatically act as stop server automatically
      adds  2da38ce   catches exception when Tor is not open and trying to close server when it's not running
      adds  9ed1289   does starting server work in a separate thread to keep GUI responsive
      adds  3691411   sort the list of filenames being shared
      adds  846b10b   waits for hidden service before displaying URL. fixes #116
      adds  6688ced   waits for hs to be ready in GUI too (#116)
      adds  d1cd3c8   added status bar to GUI, populated it with useful status messages
      adds  0a28ad4   can't stop a server before it has finished starting
      adds  e90d90b   keep some status bar messages around for longer
      adds  89bad45   make other_page_loaded string shorter, to fit in status bar better
      adds  0858366   remove gui_mode from web app, because it is no longer useful
      adds  4e5cd4a   adding python-socksipy to travis config
      adds  7b77088   trying to add socksipy from pip instead of apt-get
      adds  13bd114   added python-socksipy to tails build
      adds  8666fb7   Revert "trying to add socksipy from pip instead of apt-get"
      adds  53a965a   Merge branch 'master' of github.com:micahflee/onionshare
      adds  cf52c2d   fix bug caused by refactoring that made Tails launch infinite onionshare processes (oops)
      adds  c49cc75   fixed Tails bug where if you stopped server in GUI, you could not start a new server again
      adds  a6e99fc   added GPLv3 license to each source file
      adds  33bb6c5   Add ctags to gitignore
      adds  ad2c776   Fix socks import issue on Travis; socksipy is ancient and abandoned.
      adds  15a917c   Test fix: OnionShare object doesn't have a port until we tell it to get one.
      adds  3ce43a6   Merge pull request #120 from r4v5/fix-travis
      adds  b830438   including pysocks with onionshare, and updated code to use pysocks instead of socksipy (#118)
      adds  61fa25f   german translation
      adds  de991c8   Merge pull request #128 from u451f/translation-de
      adds  de4de63   french translation
      adds  b832c1e   french translation - improved
      adds  2a349b1   fix typo
      adds  c161003   Merge pull request #127 from u451f/translations
      adds  a5b3d45   Fix wait_for_hs bug when specifying --local-only
      adds  8c9bcda   Merge pull request #124 from kkka/fix-wait_for_hs-bug
      adds  e4f0e5e   fixed test_load_strings_loads_other_languages, because french strings were updated
      adds  4edcce9   add utf-8 encoding to all .py files
      adds  1764664   close the wait for HS connection after it successfully connects, because then flask is unresponsive until it times out
      adds  2c15349   squash bug in closing Flask web server (fixes #131)
      adds  ea7c4dd   Update Dutch translation and add missing strings
      adds  c41dc68   Merge pull request #133 from lazlolazlolazlo/nl
      adds  a07bc73   Remove unused translations
      adds  65a7cf7   Merge branch 'deprecated' of https://github.com/lazlolazlolazlo/onionshare into lazlolazlolazlo-deprecated
      adds  69d7f94   Merge branch 'lazlolazlolazlo-deprecated'
      adds  7c9dbb0   Fix missing window icon
      adds  a314ca8   Merge pull request #135 from lazlolazlolazlo/logo
      adds  bfcd519   try connecting to Tor SOCKS5 server on ports 9050 and 9150, instead of just 9150 (#136)
      adds  8d01ad7   moved images to subfolder (#126)
      adds  d00b296   moving image files into /usr/share instead of /usr/lib (fixes #126)
      adds  3c071ce   don't try stopping the web app if it hasn't started
      adds  d73d859   fixed Windows/OSX image path problem, and updated NSIS Windows installer to install all the new .py files from refactoring
      adds  7b66665   adding image files to MANIFEST.in
      adds  ea06ec1   Fixed CLI version to properly stop the webserver
      adds  b74a685   Merge pull request #138 from r4v5/fix-cli-cleanup
      adds  e33cfd6   Fix CLI version to automatically exit when the server is shut down.
      adds  2cf6bd9   Merge branch 'cli-auto-exit' of https://github.com/kkka/onionshare into kkka-cli-auto-exit
      adds  5a5f1f0   Merge branch 'kkka-cli-auto-exit'
      adds  60385c4   complete /es/ locales
      adds  43f3f41   Merge pull request #142 from kalikaneko/feature/improve-es-translation
      adds  8514f74   make onionshare use utf-8 to support unicode filenames, partial fix for #141
      adds  8f493b4   make Ctrl-C close the CLI version again
      adds  8cdecbc   removing unnecessary whitespace
      adds  0a4ee35   fixes unicode filename display in GUI (#141)
      adds  fec0c9a   fixes #115
      adds  89581b0   encode one way for CLI, encode another for GUI (#141)
      adds  b1e48fa   Fixed drag & drop issue, and made drop here image work in Windows (fixes #129)
      adds  f550f09   NoTor error message tells user where to download Tor Browser (#44)
      adds  3f3b52c   warns about sending large files in CLI (#123)
      adds  c159ef6   removed unused strings
      adds  5b9176c   combined Start Server and Stop Server buttons into a single button
      adds  4f6cff6   warns about sending large files in GUI (#123)
      adds  5be0b1d   Updated German translation
      adds  b40add5   Merge pull request #145 from djsmith85/german-translation
      adds  a9c6810   splits translations into multiple files (#146)
      adds  91005bc   Create fi.json
      adds  46eb336   Update setup.py
      adds  08c9f89   Update fi.json
      adds  7686c11   Merge pull request #147 from Akuankkis/master
      adds  a75c561   updated windows release files to support translations split into multiple files (#146)
      adds  15671ce   remove trailing slash from filenames before adding, because getting basename on OSX fails otherwise
      adds  04ecbf8   updated OSX release files to support translations split into multiple files (#146)
      adds  43a24a1   split starting server status message into three verbose chunks
      adds  8892126   launch Flash in threaded mode, to support multiple concurrent connections (#117)
      adds  f5ddd23   handles canceled downloads properly (fixes #81)
      adds  0999bd6   version bump to 0.6, updated changelog, updated readme, and took new screenshots
      adds  2b5f644   Update Dutch translation
      adds  df9c763   Merge pull request #148 from lazlolazlolazlo/dutch
      adds  ffa3db7   Merge branch 'master' of github.com:micahflee/onionshare
      adds  84bef80   moved screenshot in readme
      adds  1f59e36   updates Tails readme, and renaming install in persistence script
      adds  78fd0d1   Add lines to finnish translation.
      adds  3e970ae   Fix finnish translation.
      adds  03573d9   Merge pull request #150 from Akuankkis/master
      adds  a1af78d   Merge branch 'master' of github.com:micahflee/onionshare
      adds  d188f83   updated installsize in nsis config
      adds  ade33c3   added code signing with Authenticode support Windows release script (fixes #72)
      adds  bd5a463   fixed NSIS version and URL
      adds  f076d68   Authenticode signs uninstall.exe too (#72)
      adds  10a53ca   the uninstall.exe sig description is "Uninstall Onionshare" (#72)
      adds  b035330   fixed OSX filename-related issues
      adds  31dc0d2   added one more 0.6 feature to changelog
      adds  89d6c3c   version bump to 0.7dev
       new  2d7e0ef   Merge branch 'master' into debian
       new  e008b41   new upstream release 0.6

The 2 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.


Summary of changes:
 .gitignore                                         |   4 +
 .travis.yml                                        |  10 +
 BUILD.md                                           |  24 +-
 CHANGELOG.md                                       |  16 +
 MANIFEST.in                                        |   4 +-
 README.md                                          |  30 +-
 bin/onionshare                                     |  19 +
 bin/onionshare-gui                                 |  19 +
 build_exe.bat                                      |   8 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   7 +-
 images/drop_files.png                              | Bin 0 -> 2035 bytes
 {onionshare_gui/static => images}/logo.png         | Bin
 images/server_started.png                          | Bin 0 -> 346 bytes
 images/server_stopped.png                          | Bin 0 -> 286 bytes
 images/server_working.png                          | Bin 0 -> 338 bytes
 locale/de.json                                     |  42 ++
 locale/en.json                                     |  45 ++
 locale/es.json                                     |  40 ++
 locale/fi.json                                     |  45 ++
 locale/fr.json                                     |  39 ++
 locale/it.json                                     |  12 +
 locale/nl.json                                     |  44 ++
 locale/no.json                                     |  12 +
 locale/pt.json                                     |  12 +
 locale/ru.json                                     |  13 +
 locale/tr.json                                     |  13 +
 onionshare/__init__.py                             |  19 +
 onionshare/helpers.py                              | 123 +++++
 onionshare/index.html                              | 171 ++++---
 onionshare/onionshare.py                           | 529 +++++++++------------
 onionshare/socks.py                                | 504 ++++++++++++++++++++
 onionshare/strings.json                            | 165 -------
 onionshare/strings.py                              |  58 +++
 onionshare/web.py                                  | 218 +++++++++
 onionshare_gui/__init__.py                         |  19 +
 onionshare_gui/common.py                           |  36 ++
 onionshare_gui/downloads.py                        |  71 +++
 onionshare_gui/file_selection.py                   | 219 +++++++++
 onionshare_gui/onionshare_gui.py                   | 501 ++++++++-----------
 onionshare_gui/options.py                          |  48 ++
 onionshare_gui/server_status.py                    | 154 ++++++
 onionshare_gui/static/loader.gif                   | Bin 8980 -> 0 bytes
 ppa_release.sh                                     |  15 +
 screenshot.png                                     | Bin 129948 -> 0 bytes
 screenshot_receiver.png                            | Bin 0 -> 30570 bytes
 screenshot_sender.png                              | Bin 0 -> 18662 bytes
 setup.py                                           |  45 +-
 setup/onionshare-launcher.py                       |  21 +-
 setup/onionshare-osx.spec                          |  19 +-
 setup/onionshare-win.spec                          |  18 +
 setup/onionshare.nsi                               | 279 +++++++----
 tails/README.md                                    |   4 +-
 .../{build.sh => install_in_persistent_volume.sh}  |   2 +-
 test/onionshare_helpers_test.py                    |  33 ++
 test/onionshare_strings_test.py                    |  39 ++
 test/onionshare_test.py                            | 137 +-----
 test/onionshare_web_test.py                        |  35 ++
 test/test_helpers.py                               |  39 ++
 version                                            |   2 +-
 60 files changed, 2882 insertions(+), 1108 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 images/drop_files.png
 rename {onionshare_gui/static => images}/logo.png (100%)
 create mode 100644 images/server_started.png
 create mode 100644 images/server_stopped.png
 create mode 100644 images/server_working.png
 create mode 100644 locale/de.json
 create mode 100644 locale/en.json
 create mode 100644 locale/es.json
 create mode 100644 locale/fi.json
 create mode 100644 locale/fr.json
 create mode 100644 locale/it.json
 create mode 100644 locale/nl.json
 create mode 100644 locale/no.json
 create mode 100644 locale/pt.json
 create mode 100644 locale/ru.json
 create mode 100644 locale/tr.json
 create mode 100644 onionshare/helpers.py
 create mode 100644 onionshare/socks.py
 delete mode 100644 onionshare/strings.json
 create mode 100644 onionshare/strings.py
 create mode 100644 onionshare/web.py
 create mode 100644 onionshare_gui/common.py
 create mode 100644 onionshare_gui/downloads.py
 create mode 100644 onionshare_gui/file_selection.py
 create mode 100644 onionshare_gui/options.py
 create mode 100644 onionshare_gui/server_status.py
 delete mode 100644 onionshare_gui/static/loader.gif
 create mode 100755 ppa_release.sh
 delete mode 100644 screenshot.png
 create mode 100644 screenshot_receiver.png
 create mode 100644 screenshot_sender.png
 rename tails/{build.sh => install_in_persistent_volume.sh} (95%)
 create mode 100644 test/onionshare_helpers_test.py
 create mode 100644 test/onionshare_strings_test.py
 create mode 100644 test/onionshare_web_test.py
 create mode 100644 test/test_helpers.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git



More information about the Pkg-anonymity-tools mailing list