[Pkg-privacy-commits] [onionshare] branch debian updated (11e373e -> 86e31c0)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Sun Apr 17 20:21:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a change to branch debian
in repository onionshare.
from 11e373e Merge branch 'debian' of ssh://git.debian.org/git/pkg-privacy/packages/onionshare into debian
adds a544430 Remove unnecessary status_bar.showMessage
adds 7c22ba1 Merge pull request #244 from garrettr/fix-start-server-statusbar
adds 9d5ba9b Revert to using wait_for_hs for ephemeral HS
adds 4c40b89 Merge pull request #245 from garrettr/wait-for-ephemeral-hs
adds ea47e80 Add estimated time remaining to progress indicator
adds e9eed56 Add time elapsed for completed downloads
adds 3c3ea6f Merge branch 'eta' of https://github.com/garrettr/onionshare into garrettr-eta
adds 41b3e6a Added estimated time remaining strings to English locale file
adds 191218d Merge branch 'garrettr-eta'
adds c825dd3 translate locale file to italian language
adds f67ff38 Merge pull request #249 from joke2k/lang-it
adds da56e1d Update nl.json
adds 2c76d7a Update nl.json
adds 793ffc1 Merge pull request #250 from lazlolazlolazlo/patch-1
adds d674928 update Turkish translation
adds 020c90e Merge pull request #259 from canerbasaran/master
adds 2ff48fd Update desktop entry
adds 5e32ede Merge pull request #256 from infinity0/patch-1
adds d987a23 Removed references to Tails, since it is not yet supported until #220 is resolved
adds e199946 Display version string automatically in CLI, and in the status bar in GUI (#251)
adds b2bda82 Create new slug each time onionshare server is started (#247). This required making removing check_slug_candidate as a decorator and calling it inside functions that needed it instead.
adds 170811f Porting onionshare from python2 to python3 (#261). This commit only ports the CLI version, not the GUI. Has not been tested in Fedora, Windows, or OSX. Removed hack to make unicode filenames work because hack does not work in python3. Replaced constant_time_compare function with a new one that works in python3. Tweaked hidden service checking code because urllib is different in python3.
adds 62c69c4 Porting onionshare GUI from python2 to python3, and also from PyQt4 to PyQt5 (#261). This commit ports onionshare_gui.
adds deac54d Made sure switch to python3 and Qt5 works in OSX (#261). Updated OSX instructions in BUILD.md.
adds 42696cd Modify stdeb settings so that .deb that gets built will run in Ubuntu 14.04
adds fdca383 Updated build instructions and script for RPM based distros
adds a8c8b56 Starting to document the Python3/Qt5 development environment for Windows (#261)
adds f864e85 Ported tests to python3 (#261)
adds a11cbe4 Updated .travis.yml to work with python3 tests (#261)
adds d1c36fa Got python3/Qt5 port working in Windows, but still need to finish packaging (#261)
adds d438e25 Successfully builds a .exe with Python3/Qt5. Switched from pyinstaller to py2exe. (#261)
adds ad51d92 Made the uninstaller delete uninstall.exe
adds 2f2e020 Remove reference to working in Tails
adds b5d45e9 Merge branch 'master' of github.com:micahflee/onionshare
adds 683610e Update copyright year to 2016
adds 738c05a Updated .travis.yml
adds 3ed1f96 Choose ports in range 17600-17650, so Tails can whitelist them (#220)
adds 3b638cf Made URL label no longer word-wrap
adds 00d1e29 Switch from py2app to PyInstaller
adds 55b653d Renamed OSX binary from onionshare_gui to onionshare-gui
adds 08c5e72 Updated OSX codesigning code for PyInstaller
adds f5496ba Remove reference to OSX CLI version in readme (#201)
adds 7b8e9e1 Closing the GUI window causes any current download to stop immediately (fixes #262)
adds cb3d39f Confirm when user tries to close the GUI window (fixes #264)
adds 229603e Localize quit confirm button text (#264)
adds ef5665b Switched from py2app to PyInstaller for Windows. Renamed version to version.txt, to avoid Windows namespace collision with version.dll.
adds e8ce6b1 Make helpers.get_pyinstaller_resource_path work when package is not frozen, and make tests report real platform to get accurate paths
adds 07bdbd5 Renamed linux_scripts to scripts, since they are now used for Linux, OSX, and Windows
adds 7c18d77 Fix issue with Debian package, because I renamed version to version.txt
adds e81f809 Move all resources (locale, images, html, version.txt) into central resources dir, and clean up logic to find absolute paths to resources
adds 0b588e5 Fix PyInstaller to point to new resources directory, for OSX and Windows
adds c07f4e5 If "Stop sharing automatically" is selected, only allow one download at a time (fixes #248)
adds 3d07fcc Added securedrop worldlist to project
adds b47ef63 Replace onionshare slug with 2-words from securedrop diceware list (#238)
adds d35b5a9 Added rate-limiting to GUI. After 20 404 errors, server automatically stops (#238)
adds db1ed7c Fix issue with shutting down Flask server when not using --local-only (#238)
adds 5249f5d Add wordlists.txt to OSX and Windows packages #(#238)
adds f2c4591 Deleted obsolete slug tests
adds e37ce32 Updated Windows packaging scripts to work with PyInstaller
adds afd359f Version bump to 0.9, and updated changelog
adds 310ec12 Tweaking changelog
adds 1693697 Updated security design document (fixes #273)
adds a9b74e7 Updated screenshots
adds 8a216a0 Updated readme to reflect new slugs
adds 83da767 Reduced size of screenshots to be more reasonable
new 994445c Imported Upstream version 0.9
new 1373b80 Merge tag 'upstream/0.9' into debian
new bf791a4 New standards version in debian/contr
new f81a36e Bump to new standards version.
new aeef7d4 Update build instructions in debian/rules
new 6694ea2 Update build depends and dependencies for python3 in debian/control
new 20cb835 Update build-depends, dependencies and build system for python 3 and qt5.
new 86e31c0 Fix Python dependency to python3
The 8 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 | 1 +
.travis.yml | 13 +-
BUILD.md | 63 +-
CHANGELOG.md | 15 +
LICENSE | 2 +-
MANIFEST.in | 10 +-
README.md | 17 +-
SECURITY.md | 4 +-
debian/changelog | 12 +
debian/control | 8 +-
debian/rules | 5 +-
install/build_deb.sh | 4 +-
install/build_exe.bat | 4 +-
install/build_osx.sh | 21 +-
install/build_rpm.sh | 6 +-
install/license.txt | 3 +-
install/onionshare-launcher.py | 30 -
install/onionshare-win.spec | 45 -
install/onionshare.appdata.xml | 3 +-
install/onionshare.desktop | 2 +-
install/onionshare.nsi | 232 +-
install/osx_scripts/onionshare | 30 -
install/osx_scripts/onionshare-gui | 21 -
install/prepare_for_codesign.py | 36 -
install/pyinstaller.spec | 59 +
install/{linux_scripts => scripts}/onionshare | 4 +-
install/{linux_scripts => scripts}/onionshare-gui | 4 +-
locale/it.json | 11 -
locale/tr.json | 12 -
onionshare/__init__.py | 4 +-
onionshare/helpers.py | 132 +-
onionshare/hs.py | 37 +-
onionshare/onionshare.py | 43 +-
onionshare/strings.py | 20 +-
onionshare/web.py | 135 +-
onionshare_gui/__init__.py | 4 +-
onionshare_gui/common.py | 49 -
onionshare_gui/downloads.py | 99 +-
onionshare_gui/file_selection.py | 47 +-
onionshare_gui/onionshare_gui.py | 94 +-
onionshare_gui/options.py | 12 +-
onionshare_gui/server_status.py | 48 +-
{onionshare => resources/html}/404.html | 0
resources/html/denied.html | 18 +
{onionshare => resources/html}/index.html | 2 +-
{images => resources/images}/drop_files.png | Bin
{images => resources/images}/logo.png | Bin
{images => resources/images}/server_started.png | Bin
{images => resources/images}/server_stopped.png | Bin
{images => resources/images}/server_working.png | Bin
{locale => resources/locale}/cs.json | 0
{locale => resources/locale}/de.json | 0
{locale => resources/locale}/en.json | 10 +-
{locale => resources/locale}/eo.json | 0
{locale => resources/locale}/es.json | 0
{locale => resources/locale}/fi.json | 0
{locale => resources/locale}/fr.json | 0
resources/locale/it.json | 45 +
{locale => resources/locale}/nl.json | 10 +-
{locale => resources/locale}/no.json | 0
{locale => resources/locale}/pt.json | 0
{locale => resources/locale}/ru.json | 0
resources/locale/tr.json | 45 +
resources/version.txt | 1 +
resources/wordlist.txt | 6800 +++++++++++++++++++++
screenshots/appdata-client.png | Bin 63246 -> 87558 bytes
screenshots/appdata-server.png | Bin 114551 -> 107845 bytes
screenshots/client.png | Bin 61687 -> 90359 bytes
screenshots/server.png | Bin 37632 -> 65065 bytes
setup.py | 131 +-
stdeb.cfg | 9 +-
test/onionshare_helpers_test.py | 4 +-
test/onionshare_strings_test.py | 2 +-
test/onionshare_test.py | 2 +-
test/onionshare_web_test.py | 35 -
test/test_helpers.py | 2 +-
version | 1 -
77 files changed, 7674 insertions(+), 844 deletions(-)
delete mode 100644 install/onionshare-launcher.py
delete mode 100644 install/onionshare-win.spec
delete mode 100755 install/osx_scripts/onionshare
delete mode 100755 install/osx_scripts/onionshare-gui
delete mode 100644 install/prepare_for_codesign.py
create mode 100644 install/pyinstaller.spec
rename install/{linux_scripts => scripts}/onionshare (92%)
rename install/{linux_scripts => scripts}/onionshare-gui (92%)
delete mode 100644 locale/it.json
delete mode 100644 locale/tr.json
delete mode 100644 onionshare_gui/common.py
rename {onionshare => resources/html}/404.html (100%)
create mode 100644 resources/html/denied.html
rename {onionshare => resources/html}/index.html (99%)
rename {images => resources/images}/drop_files.png (100%)
rename {images => resources/images}/logo.png (100%)
rename {images => resources/images}/server_started.png (100%)
rename {images => resources/images}/server_stopped.png (100%)
rename {images => resources/images}/server_working.png (100%)
rename {locale => resources/locale}/cs.json (100%)
rename {locale => resources/locale}/de.json (100%)
rename {locale => resources/locale}/en.json (79%)
rename {locale => resources/locale}/eo.json (100%)
rename {locale => resources/locale}/es.json (100%)
rename {locale => resources/locale}/fi.json (100%)
rename {locale => resources/locale}/fr.json (100%)
create mode 100644 resources/locale/it.json
rename {locale => resources/locale}/nl.json (87%)
rename {locale => resources/locale}/no.json (100%)
rename {locale => resources/locale}/pt.json (100%)
rename {locale => resources/locale}/ru.json (100%)
create mode 100644 resources/locale/tr.json
create mode 100644 resources/version.txt
create mode 100644 resources/wordlist.txt
delete mode 100644 test/onionshare_web_test.py
delete mode 100644 version
--
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