summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-22Invert the CSP header setting and put it in its own Website Mode settings gro...Miguel Jacq
2019-09-20Merge pull request #1036 from micahflee/weblateMicah Lee
2019-09-21Merge branch 'origin/develop' into Weblate.Hosted Weblate
2019-09-20Merge pull request #7 from micahflee/weblateMicah Lee
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
2019-09-20Merge pull request #1032 from mig5/weblate_translation_suggestionsMicah Lee
2019-09-20Translated using Weblate (French)Hosted Weblate
2019-09-16Source string suggestions from the translators on WeblateMiguel Jacq
2019-09-16Ensure the backend receives the latest settings object before starting the on...Miguel Jacq
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
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
2019-09-15Merge pull request #1026 from micahflee/992_website_miscMicah Lee
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 we...Micah Lee
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 sstdeb.cf...Micah Lee
2019-09-15Merge branch 'feature/issue-998' of https://github.com/x80486/onionshare into...Micah Lee
2019-09-15Merge pull request #1020 from micahflee/991_sharing_codeMicah Lee
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 web...Miguel Jacq
2019-09-09remove unnecessary import of IndividualFileHistoryItem from share_mode/__init...Miguel Jacq
2019-09-09Fix the discrepancy between SendBaseModeWeb and Web objects' separate cur_his...Miguel Jacq
2019-09-09Fix tests in Receive Mode that actually do increment the history item widget ...Miguel Jacq
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
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 visit_count/vi...Micah Lee
2019-09-03Show IndividualFileHistoryItem widgets for directory listingsMicah Lee
2019-09-03Start making IndividualFileHistoryItem widgets appear in the history, and mak...Micah Lee
2019-09-03Make it so all of the state variables, including self.file_info get reset in ...Micah Lee
2019-09-03Reset the ToggleHistory indicator count/label when a share starts. Add a test...Miguel Jacq
2019-09-02Merge branch '991_sharing_code' of github.com:mig5/onionshare into 991_sharin...Micah Lee
2019-09-02When downloading individual files in either share or website mode, gzip the f...Micah Lee
2019-09-03Check for the (absence of) hyperlink in page markup before we move on to tryi...Miguel Jacq
2019-09-03Test to make sure that we *can't* download an individual file when not in sta...Miguel Jacq
2019-09-03Don't show the IndividualFile History item if we are not in 'stay open' mode,...Miguel Jacq