aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/tab/tab.py
AgeCommit message (Expand)Author
2021-12-19Move desktop code from desktop/src/onionshare to just desktop/onionshareMicah Lee
2021-12-01Explicitly cleanup temp files and dirsMicah Lee
2021-11-11 Merge branch 'censorship' into developMicah Lee
2021-11-06In all modes, if Tor isn't connected display a message instead of showing the...Micah Lee
2021-10-25Correctly load a persistent Chat tabMiguel Jacq
2021-08-28Remove rate-limit related code, and a couple more places where flask-httpauth...Miguel Jacq
2021-08-27ClientAuthV3 fixesMiguel Jacq
2021-05-11Merge branch 'develop' into client_auth_v3Miguel Jacq
2021-05-10Add tests for Chat, and fix the server_status message bar when in Chat modeMiguel Jacq
2021-05-06Rename things with client_auth_v3_ in the name because there is only one type...Miguel Jacq
2021-05-06merge from develop and fix conflicts, update poetryMiguel Jacq
2021-05-06Remove v2 legacy onion support, and its corresponding client auth functionali...Miguel Jacq
2021-05-04Fix call to web.cleanup() when closing a tab that has a running shareMiguel 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-05-04Early support for ClientAuth with v3 onionsMiguel Jacq
2021-04-30GUI displays "Read Message" button when a receive mode submission includes a ...Micah Lee
2021-02-22Update copyright year to 2021Micah Lee
2021-01-24Fixes width for onionshare logoSaptak S
2021-01-24Sets text color and images based on the mac system color modeSaptak S
2020-12-13Merge branch 'develop' into 929_download_errorsMicah 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-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-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