summaryrefslogtreecommitdiff
path: root/onionshare/web
AgeCommit message (Expand)Author
2019-10-13Initialize the flask app with a random static path, to avoid issue where /sta...Micah Lee
2019-10-12Format all code using blackMicah Lee
2019-09-22Invert the CSP header setting and put it in its own Website Mode settings gro...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-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-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-01Only allow downloading of individual files if it is enabled in settings, and ...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-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-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
2019-05-21Fix building the URL in CLI mode, and removing the slug from the download but...Micah Lee
2019-05-20Rename "slug" to "password"Micah Lee
2019-05-20Make the shutdown get request use the onionshare user for basic authMicah Lee
2019-05-20Make shutdown slug use http basic auth also, so the shutdown command doesnt f...Micah Lee
2019-05-20Simplify share and receive mode so they no longer need to worry about slug_ca...Micah Lee
2019-05-20Add an error 401 handler, and make it start counting invalid password guesses...Micah Lee
2019-05-20Move HTTP basic auth logic from WebsiteMode to Web, so it applies to all modesMicah Lee
2019-05-10Fix bugs in how self.file was building the dictionary, so now browsing worksMicah Lee
2019-05-10Make it so directory listings work, including root directory listingMicah Lee
2019-05-10Starting to refactor website sharing so set_file_info builds a dict of all fi...Micah Lee