summaryrefslogtreecommitdiff
path: root/onionshare/web
AgeCommit message (Expand)Author
2018-12-16When enabling debug mode in Web, use common.build_data_dir() to get data dir ...Micah Lee
2018-12-11Change filename of flask debug log file, store it in the OnionShare data dir ...Micah Lee
2018-11-13remove debug logMiguel Jacq
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
2018-11-13Try and fix closing the request for a valid upload post-timer expiry, whilst ...Miguel Jacq
2018-10-26Fix tests so they recognize the new receive mode locationMicah Lee
2018-10-25Communicate the receive mode dir to the GUI, so clicking the open folder butt...Micah Lee
2018-10-25Receive mode puts files in a directory based on the timestamp of the uploadMicah Lee
2018-10-02Make auto-stop timer work on CLI when an upload is still in progress on expiryMiguel Jacq
2018-10-02Try to fix logic handling last upload after timer expiryMiguel Jacq
2018-10-02remove unused variableMiguel Jacq
2018-10-01remove uploads_in_progress list from web sideMiguel Jacq
2018-10-01Another unused variableMiguel Jacq
2018-10-01remove unused variable, whitespaceMiguel Jacq
2018-10-01Fix logic for handling an upload still in progress when timer runs out. Show ...Miguel Jacq
2018-10-01Merge develop in and fix upload/timer functionality so that it works as descr...Miguel Jacq
2018-09-25Analyse the right file size to determine if the download has finished in the ...Miguel Jacq
2018-09-21Access .upload_count from the correct object after the web refactorMicah Lee
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
2018-09-20Make web a module, so I can split it into multiple filesMicah Lee