summaryrefslogtreecommitdiff
path: root/onionshare_gui/mode/receive_mode/__init__.py
AgeCommit message (Expand)Author
2019-10-12Format all code using blackMicah Lee
2019-09-03Rename a few more count variables to cur_history_idMicah Lee
2019-09-03Reset the ToggleHistory indicator count/label when a share starts. Add a test...Miguel Jacq
2019-05-20Rename "slug" to "password"Micah Lee
2019-05-20Add an error 401 handler, and make it start counting invalid password guesses...Micah Lee
2019-03-25Standardise all shutdown_timer, shutdown_timeout, timeout attributes as 'auto...Miguel Jacq
2019-02-17Update the GUI when the browser has canceled an upload in Receive Mode. Don't...Miguel Jacq
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-19Change many more strings to stop using 'download'/'upload' languageMicah Lee
2019-01-19Finish removing web event REQUEST_CLOSE_SERVER, which used to be a receive mo...Micah Lee
2019-01-19Rename images to remove upload/download references, and update more stringsMicah Lee
2019-01-19Updated language on key share/receive mode strings to remove the confusing up...Micah Lee
2018-12-05Keep the upload running in the GUI if the timer has run outMiguel Jacq
2018-10-25Communicate the receive mode dir to the GUI, so clicking the open folder butt...Micah Lee
2018-10-10Fix various bugs so local GUI tests pass again after mergesMicah Lee
2018-10-10Merge branch '780_improved_ui' into 690_language_dropdownMicah Lee
2018-10-10Remove commented out obsolete codeMiguel Jacq
2018-10-09Stop hiding the share mode info label when tor breaksMicah Lee
2018-10-07Rip out all of the adjust size logic and let Qt just handle itMicah Lee
2018-10-07Update ReceiveMode to use History directly, and now all GUI tests passMicah Lee
2018-10-07Move ShareMode and ReceiveMode into Mode moduleMicah Lee