summaryrefslogtreecommitdiff
path: root/onionshare_gui/mode/__init__.py
AgeCommit message (Expand)Author
2019-10-12Format all code using blackMicah Lee
2019-09-08Make web requests indicator icon increment on web requestsMicah Lee
2019-09-08Don't consider individual downloads in the in_progress counterMicah Lee
2019-09-03Start making IndividualFileHistoryItem widgets appear in the history, and mak...Micah Lee
2019-05-20Rename "slug" to "password"Micah Lee
2019-03-25Standardise all startup_timer, scheduled_start attributes as 'autostart_timer'Miguel Jacq
2019-03-25Standardise all shutdown_timer, shutdown_timeout, timeout attributes as 'auto...Miguel Jacq
2019-03-24Fixes for displaying autostart timer countdownMiguel Jacq
2019-03-24Human-friendly autostart/autostop countdown timers on server button, tooltipsMiguel Jacq
2019-03-11Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/...Miguel Jacq
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)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-19Finish removing web event REQUEST_CLOSE_SERVER, which used to be a receive mo...Micah Lee
2018-10-25Communicate the receive mode dir to the GUI, so clicking the open folder butt...Micah Lee
2018-10-07Rip out all of the adjust size logic and let Qt just handle itMicah Lee
2018-10-07Move Mode module into its own folderMicah Lee