summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)Author
2019-09-22Show the website mode URL description in website mode, instead of the share m...v2.2.dev1Micah Lee
2019-09-22Merge pull request #1034 from micahflee/932_windows_systray_iconMicah Lee
2019-09-22Merge pull request #1030 from mig5/1029_optional_cspMicah Lee
2019-09-22Invert the CSP header setting and put it in its own Website Mode settings gro...Miguel Jacq
2019-09-20Hide the system tray icon before closingMicah Lee
2019-09-20Merge pull request #1031 from mig5/950_persistence_fixMicah Lee
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-16Make setting the Content-Security-Policy header optional so it doesn't break ...Miguel Jacq
2019-09-15Merge pull request #1020 from micahflee/991_sharing_codeMicah Lee
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-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-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-03Reset the ToggleHistory indicator count/label when a share starts. Add a test...Miguel Jacq
2019-09-03Don't show the IndividualFile History item if we are not in 'stay open' mode,...Miguel Jacq
2019-09-02Register a history item when an individual file is viewed that does not match...Miguel Jacq
2019-09-01Remove the "Allow downloading individual files" setting altogether, and make ...Micah Lee
2019-09-01Add new "Allow downloading of individual files" checkbox to share settings, a...Micah Lee
2019-09-01Add Web.generate_static_url_path back, so each share has its own static pathMicah Lee
2019-09-01Move all mode-specific code out of SendBaseModeWeb and into inherited methods...Micah Lee
2019-09-01If ONIONSHARE_HIDE_TOR_SETTINGS is set, hide Tor settings in the settings dialogMicah Lee
2019-06-13Revert "Generate a new static_url_path each time the server is stopped and st...hiro
2019-05-29Generate a new static_url_path each time the server is stopped and started againMicah Lee
2019-05-24Merge branch 'develop' into basic_auth_everywhereMicah Lee
2019-05-24Resolve bugs from initial PRhiro
2019-05-20Rename "slug" to "password"Micah Lee
2019-05-20Fix onionshare URLs non-public mode is always http basic authMicah Lee
2019-05-20This should be an elif, not an if, because otherwise the share mode stop butt...Micah Lee
2019-05-20Add an error 401 handler, and make it start counting invalid password guesses...Micah Lee
2019-05-10Remove references to self.web.website_mode.download_filesize because that var...Micah Lee
2019-05-08Clean code and fix UI bugshiro
2019-04-23Fix merge conflicts with upstreamhiro
2019-04-23Clean ui, add strings, fix web listing logichiro
2019-04-23Add gui for website sharing and listinghiro
2019-04-21Fix auto-start timer URLMicah Lee
2019-04-22Update the URL to the Auto-Start timer wiki pageMiguel Jacq
2019-04-22Fix crash when clicking Help in SystrayMiguel Jacq
2019-04-20Unlocalize CLI stringsMiguel Jacq
2019-04-18Rename debug to verbose in all relevant placesMicah Lee
2019-04-18Update date formatMicah Lee