summaryrefslogtreecommitdiff
path: root/onionshare/web/share_mode.py
AgeCommit message (Expand)Author
2019-10-12Format all code using blackMicah Lee
2019-09-15Add breadcrumbs to share modeMicah Lee
2019-09-15Add breadcrumbs for website modeMicah Lee
2019-09-09Fix the discrepancy between SendBaseModeWeb and Web objects' separate cur_his...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-01Remove the "Allow downloading individual files" setting altogether, and make ...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-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-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-20Simplify share and receive mode so they no longer need to worry about slug_ca...Micah Lee
2019-05-08Clean code and fix UI bugshiro
2019-04-21Remove more CLI stringsMicah Lee
2019-01-20- Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a threa...Micah Lee
2018-09-25Analyse the right file size to determine if the download has finished in the ...Miguel Jacq
2018-09-21Actually tell the GUI the progessMicah Lee
2018-09-21Dynamically figure out the total size of the download based on the whether or...Micah Lee
2018-09-21If only sharing one file, compress it with gzip, and serve it with gzip compr...Micah Lee
2018-09-21Pass common into ShareModeWeb and ReceiveModeWebMicah Lee
2018-09-21Move more mode-specific logic out of the Web class and into the approprate mo...Micah Lee
2018-09-21Refactor web even more to all of the share and receive web logic into ShareMo...Micah Lee
2018-09-20Refactor web to push share and receive mode logic into their respective filesMicah Lee
2018-09-20Split the web module into different files for receive mode and share mode logicMicah Lee