summaryrefslogtreecommitdiff
path: root/onionshare
AgeCommit message (Expand)Author
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-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-15Merge pull request #1025 from micahflee/994_breadcrumbsMicah 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-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-09Fix the discrepancy between SendBaseModeWeb and Web objects' separate cur_his...Miguel Jacq
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-02When downloading individual files in either share or website mode, gzip the f...Micah Lee
2019-09-01Remove the "Allow downloading individual files" setting altogether, and make ...Micah Lee
2019-09-01Merge SendBaseModeWeb.build_file_list into SendBaseModeWeb.set_file_info func...Micah Lee
2019-09-01Load default settings in CLI mode, of config is not passed inMicah Lee
2019-09-01Only allow downloading of individual files if it is enabled in settings, and ...Micah Lee
2019-09-01Add new "Allow downloading of individual files" checkbox to share settings, a...Micah Lee
2019-09-01Clear the file list every time a share startsMicah Lee
2019-09-01Add Web.generate_static_url_path back, so each share has its own static pathMicah Lee
2019-09-01Oops, need to call directory_listing with filesystem_pathMicah Lee
2019-09-01Move all mode-specific code out of SendBaseModeWeb and into inherited methods...Micah Lee
2019-09-01Rename BaseModeWeb to SendBaseModeWeb, because this code is only actually sha...Micah Lee
2019-09-01Merge branch 'share-code' of https://github.com/hiromipaw/onionshare into hir...Micah Lee
2019-07-23DragonFly is *BSD; bringing back #716Vinicius Zavam
2019-06-14Clean up rendering logic between share and website modehiro
2019-06-13Remove reset of web app path in receive modehiro
2019-06-13Revert "Generate a new static_url_path each time the server is stopped and st...hiro
2019-06-13Refactor directory_listing functionhiro
2019-06-13Move directory_listing functionhiro
2019-06-13Refactor set_file_list between website and share modehiro
2019-06-13Start code sharing between WebsiteMode and ShareModehiro
2019-05-29Strip NoScript XSS warning, because the Tor Browser bug it addressed has been...Micah Lee
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-22Allow static resources without basic authMicah Lee
2019-05-22Make static folder URL have a high-entropy random path, to avoid filename col...Micah Lee
2019-05-22Don't need BaseShareMode yetMicah Lee
2019-05-21Update ReceiveMode to no longer rely on slugsMicah Lee