aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/tab
AgeCommit message (Collapse)Author
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
we also remove the temp dir that a Zip file is made within, by setting the temp dir in ZipWriter as a variable
2021-05-04move self.get_mode().web.cleanup() inside the if self.get_mode() ↵Miguel Jacq
conditional, in desktop
2021-05-04Move the cleanup() function from Onionshare class to Web class, so that the ↵Miguel Jacq
list of files to be cleaned up is always available (needed for website temp files)
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
message
2021-04-30If a text message is received, save it in the ReceiveModeRequest object, and ↵Micah Lee
add includes_text=True to REQUEST_STARTED
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
Allow custom title for each onion service
2021-04-25Rename "Title" to "Custom title", move it into advanced settings, and make ↵Micah Lee
whitespace title default to not setting a title
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
mode-specific options
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
MacOS dark mode implementations
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
In macOS, in share and website mode, the text gets cut off unless it is full screen. This is mostly because of margin being applied by css. Here I have tried to implement a similar layout using qt instead of CSS so it behaves reasonably everywhere.
2020-12-22Merge branch 'develop' into 1166_make_cancel_forcefulMicah Lee
2020-12-13When canceling a server that has not started, forcefully kill the ↵Micah Lee
OnionThread instead of asking it to quit to ensure that it actually stops
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
status message
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 ↵Micah Lee
get stopped
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 ↵Micah Lee
when cleaning up MainWindow so loose threads can finish
2020-11-09End web thread successfully when cleaning up after a tab, which prevents ↵Micah Lee
crashes after running the tests; and fix msi_filename in Windows build script
2020-10-14PySide2 datetimes use .toPython instead of .toPyDateTimeMicah Lee
2020-10-14Fix extremely obnoxious bug related to differences in QTabWidget between ↵Micah Lee
PyQt5 and PySlide2
2020-10-13Port from PyQt5 to PySide2Micah Lee
2020-10-13Move docs back to root, move onionshare_gui into briefcase app, and make ↵Micah Lee
modifications so briefcase app will work