Page MenuHomeSolus

Update onionshare to 2.2
ClosedPublic

Authored by Jacalz on Oct 16 2019, 5:18 PM.
Tags
None
Referenced Files
F11070252: D7416.id17775.diff
Sat, Aug 12, 12:03 AM
F11052304: D7416.diff
Thu, Aug 10, 9:15 PM
F11024439: D7416.id17830.diff
Tue, Aug 8, 9:39 PM
F11024424: D7416.id17835.diff
Tue, Aug 8, 9:33 PM
F11024398: D7416.id.diff
Tue, Aug 8, 9:23 PM
F10968708: D7416.id17835.diff
Thu, Jul 20, 7:26 PM
F10968707: D7416.id17830.diff
Thu, Jul 20, 7:25 PM
F10968704: D7416.id17776.diff
Thu, Jul 20, 7:25 PM
Subscribers

Details

Summary

Summarized Changelog:

  • New feature: Website mode, to publish a static HTML website as an onion service.
  • Allow individual files to be viewed or downloaded in Share mode, including the ability to browse into sub-directories and use breadcrumbs to navigate back.
  • Show a counter when individual files or pages are viewed.
  • Better History items including colors and status codes to differentiate between successful and failed requests.
  • Swap out the random /slug suffix for HTTP basic authentication (when in non-public mode).
  • Hide the Tor connection settings if the ONIONSHARE_HIDE_TOR_SETTINGS environment variable is set (Tails compatibility).
  • Remove the NoScript XSS warning in Receive Mode now that the NoScript/Tor Browser bug is fixed. The ajax upload method still exists when javascript is enabled.
  • Other minor bug fixes.
  • New translations:
    • Arabic (العربية)
    • Dutch (Nederlands)
    • Persian (فارسی)
    • Romanian (Română)
    • Serbian latin (Srpska (latinica))
  • Removed translations with fewer than 90% of strings translated:
    • Finnish (Suomi)

Depends on D7415

Test Plan
  • Connect to TOR network with any issues.

Diff Detail

Repository
R4470 onionshare
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Remove commented out install command that I forgot to remove

JoshStrobl added a subscriber: JoshStrobl.

Removed translations with fewer than 90% of strings translated:
Finnish (Suomi)

:(

package.yml
12

This won't be needed given you'll have flask-httpauth with a rundep on flask.

This revision now requires changes to proceed.Oct 17 2019, 9:36 AM
  • Remove flask dep to sort out review
This revision is now accepted and ready to land.Oct 17 2019, 6:21 PM
This revision was automatically updated to reflect the committed changes.