summaryrefslogtreecommitdiff
path: root/onionshare/web/website_mode.py
AgeCommit message (Expand)Author
2019-10-12Format all code using blackMicah Lee
2019-09-15Fix bug with rendering index.html files in subdirsMicah Lee
2019-09-09Ensure we increment and return the history_id when throwing error404() in web...Miguel Jacq
2019-09-03Rename download_count/download_id, upload_count/upload_id, and visit_count/vi...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-01Only allow downloading of individual files if it is enabled in settings, and ...Micah 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-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-22Make static folder URL have a high-entropy random path, to avoid filename col...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
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-23Add website sharing and directory listing cli-onlyhiro