-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add settings to warn about large or multiline pastes #6631
Commits on Jun 22, 2020
-
Add settings to warn when pasting text too large or with a new line c…
…haracter Before sending calling the `HandleClipboardData` member function on the `PasteFromClipboardEventArgs` object when we receive a request from the `TermControl` to send it the clipboard's text content, we now display a warning to let the user choose whether to continue or not if the text is larger than 5 KiB or contains the _new line_ character, which can be a security issue if the user is pasting the text in a shell. These warnings can be disabled with the `largePasteWarning` and `multiLinePasteWarning` global settings respectively. I merged `TerminalPage::_PasteFromClipboardHandler` and `TerminalPage::_PasteFromClipboardHandler` because I think that the code is simpler this way.
Greg Depoire--Ferrer committedJun 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 618a4c4 - Browse repository at this point
Copy the full SHA 618a4c4View commit details
Commits on Jun 24, 2020
-
Fix formatting in Resources.resw
Greg Depoire--Ferrer committedJun 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 0e515f5 - Browse repository at this point
Copy the full SHA 0e515f5View commit details -
Make dialog presentation waitable
Greg Depoire--Ferrer committedJun 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 2c5e78c - Browse repository at this point
Copy the full SHA 2c5e78cView commit details -
Use the IAsyncOperation returned by ShowDialog
Greg Depoire--Ferrer committedJun 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 6385175 - Browse repository at this point
Copy the full SHA 6385175View commit details -
Use a weak reference to prevent circular dependency
Greg Depoire--Ferrer committedJun 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 5d73dc7 - Browse repository at this point
Copy the full SHA 5d73dc7View commit details -
Add 'IDialog' to spell checker's apis.txt
Greg Depoire--Ferrer committedJun 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 6006394 - Browse repository at this point
Copy the full SHA 6006394View commit details -
Only
resume_foreground
if we actually need to display a warning dialogGreg Depoire--Ferrer committedJun 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 21eb079 - Browse repository at this point
Copy the full SHA 21eb079View commit details -
Greg Depoire--Ferrer committed
Jun 24, 2020 Configuration menu - View commit details
-
Copy full SHA for b8152fc - Browse repository at this point
Copy the full SHA b8152fcView commit details
Commits on Jun 25, 2020
-
Replace
return
byco_return
to fix warningGreg Depoire--Ferrer committedJun 25, 2020 Configuration menu - View commit details
-
Copy full SHA for aaca27c - Browse repository at this point
Copy the full SHA aaca27cView commit details -
Greg Depoire--Ferrer committed
Jun 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 0861584 - Browse repository at this point
Copy the full SHA 0861584View commit details
Commits on Jun 27, 2020
-
Greg Depoire--Ferrer committed
Jun 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 0f083cf - Browse repository at this point
Copy the full SHA 0f083cfView commit details -
Merge branch 'master' of https://github.com/microsoft/terminal into p…
…aste-warning
Greg Depoire--Ferrer committedJun 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 33196af - Browse repository at this point
Copy the full SHA 33196afView commit details
Commits on Jun 29, 2020
-
Add missing close tag in Resources.resw
Greg Depoire--Ferrer committedJun 29, 2020 Configuration menu - View commit details
-
Copy full SHA for b7dfde2 - Browse repository at this point
Copy the full SHA b7dfde2View commit details