summaryrefslogtreecommitdiff
path: root/onionshare/web/send_base_mode.py
AgeCommit message (Expand)Author
2019-10-12Format all code using blackMicah 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-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-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-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-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