[Pkg-privacy-commits] [onionshare] branch debian updated (0d7d8dd -> 3a1d744)

Ulrike Uhlig u-guest at moszumanska.debian.org
Wed Dec 30 00:20:09 UTC 2015


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

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

      from  0d7d8dd   Release 0.7.1-1 to Debian unstable.
       new  d50601f   fixed typo in build_deb.sh
       new  5d37d9b   Removed all of the Tails-specific code. If we use ephemeral hidden services, we no longer need to touch the filesystem, and hopefully no longer need root in Tails.
       new  bbee159   Updated copyright year to 2015
       new  eba6dbb   Moved hidden service login into separate file. Prefer to use ephemeral hidden services now if they are available. Ephermal does not yet work, but old hidservdir still works.
       new  629a70c   Fixed call to create_ephemeral_hidden_service, and also await_publication=True to make the app.wait_for_hs() call obsolete
       new  1a4cb26   Move wait_for_hs() function into the HS class
       new  82e0c4e   No need to pass transparent_torification into wait_for_hs
       new  55c4c0f   Updated onionshare-gui to support ephemeral hidden services
       new  272e424   Update Dutch translation strings.
       new  84feeee   Merge pull request #205 from lazlolazlolazlo/dutch
       new  7446cee   Fix some codestyle issues according to pep8.
       new  2b1a3e9   Merge pull request #206 from lazlolazlolazlo/codestyle
       new  7fada80   Add some missing docstrings.
       new  d67ca2c   Merge pull request #207 from lazlolazlolazlo/docstrings
       new  ee7b536   Fix typo in SECURITY.md.
       new  74c151b   Merge pull request #210 from tmiasko/fix-typo
       new  89c363d   Clean up and exit on Ctrl-Q
       new  ecb8128   Merge pull request #217 from effigies/ctrlq
       new  ac97ddf   Various fixes
       new  34591b5   Merge branch 'master' of https://github.com/jvoisin/onionshare into jvoisin-master
       new  fd39f84   Merge branch 'master' into ephemeral
       new  a5aff46   Cleanup ephemeral hidden services
       new  dc58921   Add docstrings to all classes and methods (fix #198)
       new  ba0de43   Updated fi.json with new strings
       new  52205be   Merge pull request #224 from oittaa/patch-1
       new  35c1c9c   When looking for a Tor to use, prefer (in this order): Tor Browser, Tor Messenger, system Tor (fixes #215)
       new  76d65c6   Changed 404 page to just say "404" (fixes #225)
       new  ce79633   "Stop sharing automatically" checkbox respected in GUI when toggled before the server is started (fixes #223)
       new  8f8e38b   Refactored _hsdic2list method. It it much easier to understand now. (fixes #199)
       new  ffd5044   Added AppData file, and made new screenshots for it (fixes #160)
       new  39cf82a   Fixed issue with path in NSIS spec file in Windows
       new  df8e4f6   Refactored non-ephemeral hidden services to use get_hidden_service_conf and set_hidden_service_conf rather than get_conf_map and set_options. So much cleaner this way. (fixes #216)
       new  e7a9cd3   Merge branch 'master' of github.com:micahflee/onionshare
       new  ea2f4a3   Onionshare translated into Czech language.
       new  ef20c8e   Minor change in Czech translation.
       new  6b59c8e   Merge pull request #226 from Venca24/master
       new  48744b0   OnionShare translated into Esperanto language.
       new  a3ff1f6   Merge pull request #229 from Venca24/master
       new  a765a0b   Adds python-qt4 as a debian dependency (fixes #230)
       new  e6e323f   Don't access self.hs when using --local-only
       new  f2389cc   Remove all language and localization from download page, to prevent leaking the sender's locale (fixes #228)
       new  42d7dd4   Add a decorator to check the slug
       new  9d1abf6   Merge branch 'slug_decorator' of https://github.com/pwplus/onionshare into pwplus-slug_decorator
       new  f478081   Decorator is expecting argument to be named slug_candidate, not shutdown_slug_candidate (#200)
       new  4cfffbf   Don't access self.hs when using --local-only in GUI
       new  064bcb0   Rewrote Windows build instructions for Windows 10 (fixes #227). Also, switched from sha1 to sha256 for Authenticate codesigning, and updated NSIS config for the Windows installer.
       new  269018b   Deleted Tails folder, because it is currently broken and will be until it gets included in Tails
       new  9428172   Version bump to 0.8, and updated changelog
       new  fafb8e2   Imported Upstream version 0.8
       new  3131260   Merge tag 'upstream/0.8' into debian
       new  b6a2f6c   Delete unneeded patch, fixed upstream.
       new  fca6995   Use pristine-tar.
       new  3a1d744   Update debian changelog

The 53 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:
 BUILD.md                                    |  17 +-
 CHANGELOG.md                                |   7 +
 LICENSE                                     |   3 +-
 MANIFEST.in                                 |   1 +
 SECURITY.md                                 |   2 +-
 debian/changelog                            |   9 +
 debian/gbp.conf                             |   3 +
 debian/patches/prefer-torbrowser-port.patch |  19 --
 debian/patches/series                       |   1 -
 install/build_deb.sh                        |   8 +-
 install/build_exe.bat                       |   9 +-
 install/linux_scripts/onionshare            |   2 +-
 install/linux_scripts/onionshare-gui        |   2 +-
 install/onionshare-win.spec                 |   4 +-
 install/onionshare.appdata.xml              |  35 ++++
 install/onionshare.nsi                      |  66 +++----
 install/osx_scripts/onionshare              |   2 +-
 install/osx_scripts/onionshare-gui          |   2 +-
 locale/cs.json                              |  45 +++++
 locale/de.json                              |   3 -
 locale/en.json                              |   7 +-
 locale/eo.json                              |  45 +++++
 locale/es.json                              |   3 -
 locale/fi.json                              |   9 +-
 locale/fr.json                              |   3 -
 locale/nl.json                              |   8 +-
 onionshare/404.html                         |   4 +-
 onionshare/__init__.py                      |   2 +-
 onionshare/helpers.py                       |  47 ++++-
 onionshare/hs.py                            | 249 +++++++++++++++++++++++
 onionshare/index.html                       |   7 +-
 onionshare/onionshare.py                    | 297 ++++++----------------------
 onionshare/socks.py                         |  52 ++---
 onionshare/strings.py                       |  27 ++-
 onionshare/web.py                           | 102 +++++++---
 onionshare_gui/__init__.py                  |   2 +-
 onionshare_gui/common.py                    |   9 +-
 onionshare_gui/downloads.py                 |  15 +-
 onionshare_gui/file_selection.py            |  55 +++++-
 onionshare_gui/onionshare_gui.py            |  81 ++++++--
 onionshare_gui/options.py                   |  16 +-
 onionshare_gui/server_status.py             |  28 ++-
 screenshots/appdata-client.png              | Bin 0 -> 63246 bytes
 screenshots/appdata-server.png              | Bin 0 -> 114551 bytes
 setup.py                                    |   7 +-
 stdeb.cfg                                   |   2 +-
 tails/README.md                             |  20 --
 tails/install.sh                            |  13 --
 tails/install_in_persistent_volume.sh       |  36 ----
 tails/onionshare-install.desktop            |  11 --
 test/onionshare_helpers_test.py             |  10 +-
 test/onionshare_strings_test.py             |   2 +-
 test/onionshare_test.py                     |   2 +-
 test/onionshare_web_test.py                 |   2 +-
 test/test_helpers.py                        |   2 +-
 version                                     |   2 +-
 56 files changed, 864 insertions(+), 553 deletions(-)
 delete mode 100644 debian/patches/prefer-torbrowser-port.patch
 delete mode 100644 debian/patches/series
 create mode 100644 install/onionshare.appdata.xml
 create mode 100644 locale/cs.json
 create mode 100644 locale/eo.json
 create mode 100644 onionshare/hs.py
 create mode 100644 screenshots/appdata-client.png
 create mode 100644 screenshots/appdata-server.png
 delete mode 100644 tails/README.md
 delete mode 100755 tails/install.sh
 delete mode 100755 tails/install_in_persistent_volume.sh
 delete mode 100755 tails/onionshare-install.desktop

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