summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-22Show the website mode URL description in website mode, instead of the share ↵v2.2.dev1Micah Lee
mode one
2019-09-22Change wording in changelogMicah Lee
2019-09-23Update changelog for v2.2Miguel Jacq
2019-09-22Merge branch 'develop' into 2.2.dev1_releaseMicah Lee
2019-09-22Merge branch 'develop' of github.com:weblate/onionshare-weblate into weblateMicah Lee
2019-09-22Translated using Weblate (Norwegian Bokmål)Hosted Weblate
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/ Translated using Weblate (Icelandic) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/ Translated using Weblate (Danish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/ Translated using Weblate (German) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/
2019-09-22Fix icon path in PyInstaller fileMicah Lee
2019-09-22Version bump to 2.2.dev1Micah Lee
2019-09-22Merge pull request #1034 from micahflee/932_windows_systray_iconMicah Lee
Hide the system tray icon before closing
2019-09-22Merge pull request #1030 from mig5/1029_optional_cspMicah Lee
Make setting the Content-Security-Policy header optional so it doesn't break website mode shares
2019-09-22Merge pull request #1033 from micahflee/1027_deps_and_torMicah Lee
Update dependencies and build instructions
2019-09-22Typo in Qt versionMicah Lee
2019-09-22Merge branch '1027_deps_and_tor' of github.com:micahflee/onionshare into ↵Micah Lee
1027_deps_and_tor
2019-09-22Invert the CSP header setting and put it in its own Website Mode settings ↵Miguel Jacq
group. Make the CSP header mandatory for share/receive modes, optional for website mode only.
2019-09-20Merge pull request #1036 from micahflee/weblateMicah Lee
Weblate merge
2019-09-21Merge branch 'origin/develop' into Weblate.Hosted Weblate
2019-09-20Merge pull request #7 from micahflee/weblateMicah Lee
Changes from micahflee/onionshare
2019-09-20Merge branch 'develop' of github.com:micahflee/onionshare-weblate into weblateMicah Lee
2019-09-20Hide the system tray icon before closingMicah Lee
2019-09-20Finish updating instructions for building PyInstaller from sourceMicah Lee
2019-09-20Merge pull request #1031 from mig5/950_persistence_fixMicah Lee
Persistence fix (#950)
2019-09-20Merge pull request #1032 from mig5/weblate_translation_suggestionsMicah Lee
Source string suggestions from the translators on Weblate
2019-09-20Translated using Weblate (French)Hosted Weblate
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/ Translated using Weblate (Swedish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/ Translated using Weblate (Spanish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/ Translated using Weblate (Norwegian Bokmål) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/ Translated using Weblate (Swedish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/ Translated using Weblate (French) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/ Translated using Weblate (Icelandic) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/ Translated using Weblate (Catalan) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/ Translated using Weblate (Catalan) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/ Translated using Weblate (Danish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/ Translated using Weblate (German) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/ Translated using Weblate (Turkish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/ Merge branch 'origin/develop' into Weblate. Translated using Weblate (Norwegian Bokmål) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/ Translated using Weblate (French) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/ Merge branch 'origin/develop' into Weblate. Merge branch 'origin/develop' into Weblate. Translated using Weblate (Swedish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/ Translated using Weblate (Catalan) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/ Translated using Weblate (Danish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/
2019-09-16Source string suggestions from the translators on WeblateMiguel Jacq
2019-09-16Ensure the backend receives the latest settings object before starting the ↵Miguel Jacq
onion service, and likewise for the GUI, so that we absolutely always save the private key for persistence back to the json settings file when we need to
2019-09-16Fix how security headers get addedMiguel Jacq
2019-09-16Make setting the Content-Security-Policy header optional so it doesn't break ↵Miguel Jacq
website mode shares
2019-09-15Update Windows instructions, except building PyInstaller from sourceMicah Lee
2019-09-15Update pip dependenciesMicah Lee
2019-09-15Merge pull request #1025 from micahflee/994_breadcrumbsMicah Lee
Breadcrumbs
2019-09-15Merge pull request #1026 from micahflee/992_website_miscMicah Lee
Validate filenames in CLI for website mode
2019-09-15Update get Tor scripts to grab Tor Browser 8.8.5Micah Lee
2019-09-15Validate filenames, and require filenames be passed in, in website mode as ↵Micah Lee
well as share mode
2019-09-15Add breadcrumbs to share modeMicah Lee
2019-09-15Add breadcrumbs for website modeMicah Lee
2019-09-15Fix bug with rendering index.html files in subdirsMicah Lee
2019-09-15Add org.onionshare.OnionShare.svg, remove onionshare80.xpm, and fix ↵Micah Lee
sstdeb.cfg so building a .deb works again
2019-09-15Merge branch 'feature/issue-998' of https://github.com/x80486/onionshare ↵Micah Lee
into x80486-feature/issue-998
2019-09-15Merge pull request #1020 from micahflee/991_sharing_codeMicah Lee
[WIP] Share code between share mode and website mode
2019-09-15Allow 404 errors to work in receive modeMicah Lee
2019-09-09Ensure we increment and return the history_id when throwing error404() in ↵Miguel Jacq
website mode. Add a route for /favicon.ico unless we are in website mode (website might have its own favicon)
2019-09-09remove unnecessary import of IndividualFileHistoryItem from ↵Miguel Jacq
share_mode/__init__.py
2019-09-09Fix the discrepancy between SendBaseModeWeb and Web objects' separate ↵Miguel Jacq
cur_history_id attibutes, ensuring that when we call web.error404() we send a new history_id integer for communicating back to the frontend. Add tests for this
2019-09-09Fix tests in Receive Mode that actually do increment the history item widget ↵Miguel Jacq
count where they didn't previously (due to an additional GET that follows the 302 redirect of a POST request on upload)
2019-09-08Make web requests indicator icon increment on web requestsMicah Lee
2019-09-08Rename images from share_ to history_, because they are used in all modesMicah Lee
2019-09-08Add web requests counter icon to history widgetMicah Lee
2019-09-08Add individual downloads label to settings dialogMicah Lee
2019-09-08Don't consider individual downloads in the in_progress counterMicah Lee
2019-09-08Make sure IndividualFileHistoryItem widgets display properly in receive mode tooMicah Lee