[Pkg-privacy-commits] [onionshare] branch master updated (fafb8e2 -> 261ccdd)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Wed Apr 13 22:17:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a change to branch master
in repository onionshare.
from fafb8e2 Imported Upstream version 0.8
adds 9723270 Revert "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)" I'm reverting this it's causing #232.
adds 2ce32e2 Make hidserv_dir a class variable so it can be cleaned up (fixes #232), and refactor _hsdic2list (#199)
adds 78eb935 Add Esparanto locale to Windows pyinstaller data
adds 0e44621 Merge branch 'master' of github.com:micahflee/onionshare
adds e8296fc Add installing Microsoft Visual C++ 2008 Redistributiable Package back to Windows build instructions (#235)
adds 9b83c3d Updating Windows build instructions to support both Win7 and Win10 (#235)
adds d67d501 Catch exception that occurs when stopping a web app that has not started (fixes #237)
adds e60a82a Fixed crash in Windows, related to HS directory path and slashes
adds 41a30dd Version bump to 0.8.1, updated changelog
adds bb5688e Imported Upstream version 0.8.1
new a544430 Remove unnecessary status_bar.showMessage
new 7c22ba1 Merge pull request #244 from garrettr/fix-start-server-statusbar
new 9d5ba9b Revert to using wait_for_hs for ephemeral HS
new 4c40b89 Merge pull request #245 from garrettr/wait-for-ephemeral-hs
new ea47e80 Add estimated time remaining to progress indicator
new e9eed56 Add time elapsed for completed downloads
new 3c3ea6f Merge branch 'eta' of https://github.com/garrettr/onionshare into garrettr-eta
new 41b3e6a Added estimated time remaining strings to English locale file
new 191218d Merge branch 'garrettr-eta'
new c825dd3 translate locale file to italian language
new f67ff38 Merge pull request #249 from joke2k/lang-it
new da56e1d Update nl.json
new 2c76d7a Update nl.json
new 793ffc1 Merge pull request #250 from lazlolazlolazlo/patch-1
new d674928 update Turkish translation
new 020c90e Merge pull request #259 from canerbasaran/master
new 2ff48fd Update desktop entry
new 5e32ede Merge pull request #256 from infinity0/patch-1
new d987a23 Removed references to Tails, since it is not yet supported until #220 is resolved
new e199946 Display version string automatically in CLI, and in the status bar in GUI (#251)
new 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.
new 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.
new 62c69c4 Porting onionshare GUI from python2 to python3, and also from PyQt4 to PyQt5 (#261). This commit ports onionshare_gui.
new deac54d Made sure switch to python3 and Qt5 works in OSX (#261). Updated OSX instructions in BUILD.md.
new 42696cd Modify stdeb settings so that .deb that gets built will run in Ubuntu 14.04
new fdca383 Updated build instructions and script for RPM based distros
new a8c8b56 Starting to document the Python3/Qt5 development environment for Windows (#261)
new f864e85 Ported tests to python3 (#261)
new a11cbe4 Updated .travis.yml to work with python3 tests (#261)
new d1c36fa Got python3/Qt5 port working in Windows, but still need to finish packaging (#261)
new d438e25 Successfully builds a .exe with Python3/Qt5. Switched from pyinstaller to py2exe. (#261)
new ad51d92 Made the uninstaller delete uninstall.exe
new 2f2e020 Remove reference to working in Tails
new b5d45e9 Merge branch 'master' of github.com:micahflee/onionshare
new 683610e Update copyright year to 2016
new 738c05a Updated .travis.yml
new 3ed1f96 Choose ports in range 17600-17650, so Tails can whitelist them (#220)
new 3b638cf Made URL label no longer word-wrap
new 00d1e29 Switch from py2app to PyInstaller
new 55b653d Renamed OSX binary from onionshare_gui to onionshare-gui
new 08c5e72 Updated OSX codesigning code for PyInstaller
new f5496ba Remove reference to OSX CLI version in readme (#201)
new 7b8e9e1 Closing the GUI window causes any current download to stop immediately (fixes #262)
new cb3d39f Confirm when user tries to close the GUI window (fixes #264)
new 229603e Localize quit confirm button text (#264)
new ef5665b Switched from py2app to PyInstaller for Windows. Renamed version to version.txt, to avoid Windows namespace collision with version.dll.
new e8ce6b1 Make helpers.get_pyinstaller_resource_path work when package is not frozen, and make tests report real platform to get accurate paths
new 07bdbd5 Renamed linux_scripts to scripts, since they are now used for Linux, OSX, and Windows
new 7c18d77 Fix issue with Debian package, because I renamed version to version.txt
new e81f809 Move all resources (locale, images, html, version.txt) into central resources dir, and clean up logic to find absolute paths to resources
new 0b588e5 Fix PyInstaller to point to new resources directory, for OSX and Windows
new c07f4e5 If "Stop sharing automatically" is selected, only allow one download at a time (fixes #248)
new 3d07fcc Added securedrop worldlist to project
new b47ef63 Replace onionshare slug with 2-words from securedrop diceware list (#238)
new d35b5a9 Added rate-limiting to GUI. After 20 404 errors, server automatically stops (#238)
new db1ed7c Fix issue with shutting down Flask server when not using --local-only (#238)
new 5249f5d Add wordlists.txt to OSX and Windows packages #(#238)
new f2c4591 Deleted obsolete slug tests
new e37ce32 Updated Windows packaging scripts to work with PyInstaller
new afd359f Version bump to 0.9, and updated changelog
new 310ec12 Tweaking changelog
new 1693697 Updated security design document (fixes #273)
new a9b74e7 Updated screenshots
new 8a216a0 Updated readme to reflect new slugs
new 83da767 Reduced size of screenshots to be more reasonable
new 261ccdd Merge remote-tracking branch 'micahlee/master'
The 66 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 | 72 +-
CHANGELOG.md | 21 +
LICENSE | 2 +-
MANIFEST.in | 10 +-
README.md | 17 +-
SECURITY.md | 4 +-
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 | 55 +-
onionshare/onionshare.py | 43 +-
onionshare/strings.py | 20 +-
onionshare/web.py | 152 +-
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 -
74 files changed, 7689 insertions(+), 854 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