aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/tab
AgeCommit message (Expand)Author
2021-12-19Move desktop code from desktop/src/onionshare to just desktop/onionshareMicah Lee
2021-12-04Merge branch 'develop' of https://github.com/a1346054/onionshare into a134605...Micah Lee
2021-12-01Merge branch 'develop' into 1470_tempfilesMicah Lee
2021-12-01Explicitly cleanup temp files and dirsMicah Lee
2021-11-23Support sending a custom Content-Security-Policy header in Website modeMicah Lee
2021-11-16Don't try adding a folder if the user clicks cancel, and add additional loggingMicah Lee
2021-11-14Detect Flatpak via environment variableMicah Lee
2021-11-14Show the alert on the the dragEnterEventMicah Lee
2021-11-14More thoroughly remove drag and drop to prevent the drop label from getting c...Micah Lee
2021-11-14Drag and drop string does not use filenameMicah Lee
2021-11-14Move drag and drop logic into dropEventMicah Lee
2021-11-14Disable drag and drop in flatpakMicah Lee
2021-11-14Make the FileSelection widget use native file browser widgets under Flatpak i...Micah Lee
2021-11-12Resolve conflicts in localeMiguel Jacq
2021-11-11 Merge branch 'censorship' into developMicah Lee
2021-11-09Check if Tor is connected instead of if the Tor controller is authenticatedMicah Lee
2021-11-08Support sending a custom Content-Security-Policy header in Website modeMiguel Jacq
2021-11-06Respect --local-onlyMicah 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-10-14Fix spellinga1346054
2021-09-03Reveal/hide private keyMicah Lee
2021-09-03Revert "Don't show private key"Micah Lee
2021-09-03Improve padding in receive modeMicah Lee
2021-08-31Don't show private keyMiguel Jacq
2021-08-31Reintroduce the titles in the QR codes to help differentiate themMiguel Jacq
2021-08-31Client Auth UX improvementsMiguel Jacq
2021-08-28Remove rate-limit related code, and a couple more places where flask-httpauth...Miguel Jacq
2021-08-27Clean up some inefficient code, and re-word the 'too old for stealth' dialog ...Miguel Jacq
2021-08-27Show ClientAuth private key as QR codeMiguel Jacq
2021-08-27ClientAuthV3 fixesMiguel Jacq
2021-08-27merge develop branch into client_auth_v3 branch and use our forked stem which...Miguel Jacq
2021-08-20Change github URLs from micahflee/onionshare to onionshare/onionshareMicah Lee
2021-08-15Adds Dark Background in History WindowSIDDHANT DIXIT
2021-08-15Adds color palette in History Tab with Dark ModeSIDDHANT DIXIT
2021-05-31Allow canceling share in WindowsMicah Lee
2021-05-31Make it impossible to cancel a share mid-startup, to avoid a thread segfault ...Miguel Jacq
2021-05-26Adjust file selection labelsMicah Lee
2021-05-25Change MinimumWidthWidget to MinimumSizeWidget, and use it for height in chat...Micah Lee
2021-05-16Make ModeSettingsWidget a scroll area, and adjust all the stretchesMicah Lee
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-06Allow setting a 'fake' ClientAuth in local-only mode - which will help with t...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-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