summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-09-08Remove method from IndividualFileHistoryItem, and only display these widgets ↵Micah Lee
on 200 and 404 requests, not all of the others
2019-09-03Make the IndividualFileHistoryItem widgets have colorMicah Lee
2019-09-03Rename a few more count variables to cur_history_idMicah Lee
2019-09-03Rename download_count/download_id, upload_count/upload_id, and ↵Micah Lee
visit_count/visit_id to simply cur_history_id/history_id, and make all errors create IndividualFileHistoryItem widgets
2019-09-03Show IndividualFileHistoryItem widgets for directory listingsMicah Lee
2019-09-03Start making IndividualFileHistoryItem widgets appear in the history, and ↵Micah Lee
make non-GET requests return 405 Method Not Allowed
2019-09-03Make it so all of the state variables, including self.file_info get reset in ↵Micah Lee
SendBaseModeWEeb.set_file_info, which fixes the bug where old files you were sharing would end up in new zip files
2019-09-03Reset the ToggleHistory indicator count/label when a share starts. Add a ↵Miguel Jacq
test for this
2019-09-02Merge branch '991_sharing_code' of github.com:mig5/onionshare into ↵Micah Lee
991_sharing_code
2019-09-02When downloading individual files in either share or website mode, gzip the ↵Micah Lee
file if needed, and stream the file in such a way that a progress bar is possible
2019-09-03Check for the (absence of) hyperlink in page markup before we move on to ↵Miguel Jacq
trying to download the individual file
2019-09-03Test to make sure that we *can't* download an individual file when not in ↵Miguel Jacq
stay_open mode, not just that the hyperlink is not present in the page markup
2019-09-03Don't show the IndividualFile History item if we are not in 'stay open' ↵Miguel Jacq
mode, or else 404 requests create History noise