aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/tab
AgeCommit message (Expand)Author
2021-05-10Add tests for Chat, and fix the server_status message bar when in Chat modeMiguel Jacq
2021-05-04Fix call to web.cleanup() when closing a tab that has a running shareMiguel Jacq
2021-05-04Remove unnecessary cleanup_filenames appending in the CompressThread. Ensure ...Miguel Jacq
2021-05-04move self.get_mode().web.cleanup() inside the if self.get_mode() conditional,...Miguel Jacq
2021-05-04Move the cleanup() function from Onionshare class to Web class, so that the l...Miguel Jacq
2021-04-30Click "Read Message" opens message in default text editorMicah Lee
2021-04-30GUI displays "Read Message" button when a receive mode submission includes a ...Micah Lee
2021-04-30If a text message is received, save it in the ReceiveModeRequest object, and ...Micah Lee
2021-04-30Fix flake8 warnings in desktopMicah Lee
2021-04-29Merge branch 'develop' into 1305_receive_messagesMicah Lee
2021-04-28WIP: Starting to make messages in receive mode work in GUIMicah Lee
2021-04-28Merge pull request #1327 from micahflee/1306_customizationSaptak Sengupta
2021-04-25Rename "Title" to "Custom title", move it into advanced settings, and make wh...Micah Lee
2021-04-24Update __init__.pywhew
2021-04-13Add tooltips to tabs, so you can tell what even long titles areMicah Lee
2021-04-13Put the title and persistent options at the top of the options widget, above ...Micah Lee
2021-04-13Add custom title to GUIMicah Lee
2021-04-12Save state when unchecking webhook checkboxMicah Lee
2021-04-11Add receive mode webhook to GUIMicah Lee
2021-03-10chore: refactor code quality issuesAksh Gupta
2021-02-22Update copyright year to 2021Micah Lee
2021-02-01Merge pull request #1268 from SaptakS/macos-darkMicah Lee
2021-01-24Makes copy button and other server url buttons default OS button styleSaptak S
2021-01-24Fixes width for onionshare logoSaptak S
2021-01-24Sets text color and images based on the mac system color modeSaptak S
2021-01-18Fixes macOS layout while maintaining similar layout in linuxSaptak S
2020-12-22Merge branch 'develop' into 1166_make_cancel_forcefulMicah Lee
2020-12-13When canceling a server that has not started, forcefully kill the OnionThread...Micah Lee
2020-12-13Merge branch 'develop' into 929_download_errorsMicah Lee
2020-12-13Don't call server_status.stop_server() twice, which prevents overwriting the ...Micah Lee
2020-12-13Adjusts height of title based on length of textSaptak S
2020-11-27When quitting OnionShare with services started, make sure the web services ge...Micah Lee
2020-11-27Make GUI pass the mode type into start_onion_serviceMicah Lee
2020-11-23Fix URL description text for chat modeMicah Lee
2020-11-09Only close web thread on cleanup if web thread exists, and sleep 1 second whe...Micah Lee
2020-11-09End web thread successfully when cleaning up after a tab, which prevents cras...Micah Lee
2020-10-14PySide2 datetimes use .toPython instead of .toPyDateTimeMicah Lee
2020-10-14Fix extremely obnoxious bug related to differences in QTabWidget between PyQt...Micah Lee
2020-10-13Port from PyQt5 to PySide2Micah Lee
2020-10-13Move docs back to root, move onionshare_gui into briefcase app, and make modi...Micah Lee