1
0
mirror of https://github.com/desktop/desktop synced 2024-07-05 00:58:57 +00:00
Commit Graph

34107 Commits

Author SHA1 Message Date
Markus Olsson
e2067a9eb8
Update README.md 2023-05-02 16:18:36 +02:00
Markus Olsson
be1c5d61e1 Update README.md 2023-05-02 16:16:29 +02:00
Sergio Padrino
8c57df32ad
Merge pull request #16600 from desktop/releases/3.2.2
Release 3.2.2
2023-04-27 09:25:37 +02:00
Sergio Padrino
c908e316fa
Merge pull request #16570 from yasuking0304/improved-display-of-keyboard-shortcuts-
Improved display of Keyboard shortcuts
2023-04-27 09:13:55 +02:00
Sergio Padrino
77fe50458b
Remove right margin of kbd for Windows/Linux 2023-04-27 08:55:44 +02:00
Sergio Padrino
1e52d92f2d
Update app/src/ui/keyboard-shortcut/keyboard-shortcut.tsx 2023-04-26 19:31:03 +02:00
Sergio Padrino
08a0e33704 Merge branch 'development' into releases/3.2.2 2023-04-26 13:39:27 +02:00
Sergio Padrino
9756922537
Merge pull request #16599 from desktop/releases/3.2.2-beta2
Release 3.2.2-beta2
2023-04-26 13:37:18 +02:00
Markus Olsson
8cf5479ad8
Merge pull request #16601 from desktop/i-read-you
Remove references to old app, specific linux distributions, roadmap
2023-04-26 09:16:29 +02:00
Markus Olsson
b508c33b2d
Remove references to old app, specific linux distributions 2023-04-26 08:37:19 +02:00
tidy-dev
508c0b4d1a Release 3.2.2 2023-04-25 19:00:29 -04:00
tidy-dev
ed9cdeb2b5 Open in Command Prompt: avoid using a doskey
Similar in spirit to 7c1db3e (Open in Command Prompt: prevent `cmd.exe` from using a `git` in the current working directory, 2020-04-27), this imitates git-for-windows/MINGW-packages@7d74fe6df9 that addresses CVE-2023-29012 by avoiding to pick up a DOSKEY from the worktree.

Co-Authored-By: Johannes Schindelin <johannes.schindelin@gmx.de>
2023-04-25 19:00:29 -04:00
tidy-dev
8c33bdee46 Bump Git to 2.39.2 2023-04-25 19:00:29 -04:00
tidy-dev
20850983bd Open in Command Prompt: avoid using a doskey
Similar in spirit to 7c1db3e (Open in Command Prompt: prevent `cmd.exe` from using a `git` in the current working directory, 2020-04-27), this imitates git-for-windows/MINGW-packages@7d74fe6df9 that addresses CVE-2023-29012 by avoiding to pick up a DOSKEY from the worktree.

Co-Authored-By: Johannes Schindelin <johannes.schindelin@gmx.de>
2023-04-25 16:32:14 -04:00
tidy-dev
66b687837f Bump to Git 2.39.3 2023-04-25 16:32:14 -04:00
tidy-dev
22fdbfe4c2 Release 3.2.2-beta2 2023-04-25 16:32:14 -04:00
Sergio Padrino
234575d88f
Merge pull request #16545 from desktop/author-input-label
Improve setup of Co-author's `label` element
2023-04-25 10:19:10 +02:00
Yasuhiro, Kaneko
492f9e1465 Update no-changes.tsx 2023-04-25 02:25:06 +09:00
Yasuhiro, Kaneko
950db97bab
Update app/src/ui/keyboard-shortcut/keyboard-shortcut.tsx
Co-authored-by: Sergio Padrino <sergiou87@github.com>
2023-04-25 02:16:18 +09:00
Yasuhiro, Kaneko
d1b8fdf9c1
Update app/src/ui/window/full-screen-info.tsx
Co-authored-by: Sergio Padrino <sergiou87@github.com>
2023-04-25 02:16:04 +09:00
Markus Olsson
b0a7e7e2ed
Merge pull request #16591 from desktop/preferences-min-height
Set a minimum height for the preferences contents to avoid resizing
2023-04-24 16:08:52 +02:00
Markus Olsson
673d5eb3a0 Set a minimum height for the preferences contents to avoid resizing 2023-04-24 14:43:37 +02:00
Sergio Padrino
ebcbca3c96
Merge pull request #16567 from desktop/improve-ghe-login-a11y
Improve GitHub Enterprise login accessibility
2023-04-24 12:55:18 +02:00
Yasuhiro, Kaneko
bde25dfafb Add KeyboardShortcut custom component 2023-04-23 14:28:46 +09:00
tidy-dev
3b6dbcf1b5
Merge pull request #16578 from jd-develop/patch-1
Fix a little typo in contributing/working-with-packages.md
2023-04-21 10:45:21 -04:00
Jean Dubois
e965a51ee6
fix typo
"it's" is "it is" and not "its" !!
2023-04-21 15:31:40 +02:00
Yasuhiro, Kaneko
30c52503c5 Improved display of Keyboard shortcuts
When MacOS,
  Exclude '+' between keys
Else OS,
  Add '+' between keys
2023-04-21 00:47:54 +09:00
Sergio Padrino
fd380539cb Improve contrast of error text 2023-04-20 16:59:47 +02:00
Sergio Padrino
d8b83e490c Remove extra cancel button but not all cancel buttons 😂 2023-04-20 16:37:29 +02:00
Sergio Padrino
7488f0d4f9 Revert "Remove additional Cancel button from GHE login form"
This reverts commit ea449936b1.
2023-04-20 15:54:10 +02:00
Sergio Padrino
4ebbe66f8c Fix alignment of "sign in using your browser" button in GHE login screen 2023-04-20 15:28:09 +02:00
Sergio Padrino
8f3250212f Create component for horizontal rule and use it in GHE login form 2023-04-20 13:17:54 +02:00
Sergio Padrino
0e5231db5d Don't display invalid state in GHE login form 2023-04-20 12:52:34 +02:00
Sergio Padrino
ea449936b1 Remove additional Cancel button from GHE login form 2023-04-20 12:42:58 +02:00
Sergio Padrino
35002eb1c8 Make username/password textfields required in GHE login form 2023-04-20 12:42:58 +02:00
Sergio Padrino
924566402e Use required instead of aria-required 2023-04-20 12:42:58 +02:00
Sergio Padrino
77aff9443d Remove unused CodeMirror autocompletion CSS 2023-04-20 12:42:58 +02:00
Markus Olsson
7eb66e4763
Merge pull request #16559 from desktop/unship-high-contrast-theme
Remove unshipped high contrast theme and dependencies
2023-04-20 12:05:34 +02:00
Sergio Padrino
c9690411b8
Merge pull request #16556 from desktop/alert-errors 2023-04-20 08:57:39 +02:00
Markus Olsson
58b8bea53f
Merge pull request #16558 from desktop/bump-node-fetch
Bump node-fetch to latest 2.x
2023-04-19 15:20:16 +02:00
Markus Olsson
8f3ed2b81f Unship high contrast theme 2023-04-19 15:15:25 +02:00
Sergio Padrino
8a20f0ce80
Merge pull request #16557 from desktop/replace-here-link
Replace "here" link with something more descriptive
2023-04-19 14:58:24 +02:00
Markus Olsson
697f9f9a54 Bump node-fetch to latest 2.x 2023-04-19 14:36:12 +02:00
Sergio Padrino
8d22594503 Replace "here" link with something more descriptive
Co-Authored-By: tidy-dev <75402236+tidy-dev@users.noreply.github.com>
2023-04-19 12:45:28 +02:00
Sergio Padrino
6426300f7f Use role="alert" for Errors component 2023-04-19 11:31:06 +02:00
Markus Olsson
ea202db144
Merge pull request #15754 from desktop/remote-default-branches-are-people-too
Include remote branches in search for default branch
2023-04-18 15:24:11 +02:00
Sergio Padrino
e681e9afbd
Merge pull request #16532 from desktop/releases/3.2.2-beta1
Release 3.2.2-beta1
2023-04-18 10:55:48 +02:00
tidy-dev
7f39d2371d Merge branch 'development' into releases/3.2.2-beta1 2023-04-17 10:16:07 -04:00
tidy-dev
49236e6021 Add new release notes 2023-04-17 10:14:38 -04:00
tidy-dev
1b222177fa Merge branch 'development' into releases/3.2.2-beta1 2023-04-17 10:12:39 -04:00