summaryrefslogtreecommitdiff
path: root/onionshare/web/web.py
AgeCommit message (Expand)Author
2019-04-21Remove more CLI stringsMicah Lee
2019-04-19Merge pull request #959 from micahflee/958_verboseMicah Lee
2019-04-19Change a few more references of debug to verboseMicah Lee
2019-04-18Merge branch 'develop' into 918_old_linuxMicah Lee
2019-04-18Rename debug to verbose in all relevant placesMicah Lee
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2019-02-24Add try/except block when stubbing flash's show_server_banner, in order to su...Micah Lee
2019-02-19Always reset the slug to an empty string when the web server stopsMiguel Jacq
2019-02-14Update the noscript upload instructions on the receive mode upload page, and ...Micah Lee
2019-02-11Refactor receive mode to start saving files to data_dir with .part extension ...Micah Lee
2019-01-20Merge branch 'develop' into 866_receive_mode_crashMicah Lee
2019-01-20- Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a threa...Micah Lee
2019-01-20Rename receive mode "downloads_dir" to the OnionShare "data_dir"Micah Lee
2019-01-19Finish removing web event REQUEST_CLOSE_SERVER, which used to be a receive mo...Micah Lee
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-13Merge develop branch and fix conflictsMiguel Jacq
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-02remove unused variableMiguel Jacq
2018-10-01Merge develop in and fix upload/timer functionality so that it works as descr...Miguel Jacq
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