Commit 6c1f6cd
Merge release/26.1 into trunk (#24746)
* Always load comment data when viewing comments from the notifications (#24737)
* fix: GutenbergKit uses correct REST API domain for application passwords (#24738)
* fix: GutenbergKit uses correct REST API domain for application passwords
The existing logic preferred application passwords over bearer tokens,
but did not apply same preference when setting the `siteApiRoot` domain.
The authentication header and root domain must be a compatible match in
order for authentication to succeed.
Failed authentication resulted in missing editor features and failed
upload requests.
* refactor: Improve WPCom REST API conditional logic naming and structure
* fix: Expand GutenbergKit REST API configuration (#24744)
* test: Assert EditorConfigurationTests REST API configuration
* fix: Jetpack-connected sites without an app password use WPCOM REST API
Mirror Gutenberg Mobile's authentication approach to improve stability
of self-hosted, Jetpack-connected sites lacking application passwords.
* Update app translations – `Localizable.strings`
* Update WordPress metadata translations
* Update Jetpack metadata translations
* Bump version number
---------
Co-authored-by: Tony Li <[email protected]>
Co-authored-by: David Calhoun <[email protected]>1 parent 53cec96 commit 6c1f6cd
File tree
72 files changed
+12673
-3683
lines changed- Tests/KeystoneTests
- Helpers
- Tests/Features/Gutenberg
- WordPress
- Classes/ViewRelated
- Blog/My Site
- NewGutenberg
- Notifications/Controllers
- Resources
- ar.lproj
- bg.lproj
- cs.lproj
- cy.lproj
- da.lproj
- de.lproj
- en-AU.lproj
- en-CA.lproj
- en-GB.lproj
- es.lproj
- fr.lproj
- he.lproj
- hr.lproj
- hu.lproj
- id.lproj
- is.lproj
- it.lproj
- ja.lproj
- ko.lproj
- nb.lproj
- nl.lproj
- pl.lproj
- pt-BR.lproj
- pt.lproj
- ro.lproj
- ru.lproj
- sk.lproj
- sq.lproj
- sv.lproj
- th.lproj
- tr.lproj
- zh-Hans.lproj
- zh-Hant.lproj
- config
- fastlane
- jetpack_metadata
- ar-SA
- de-DE
- default
- es-ES
- fr-FR
- he
- id
- it
- ja
- ko
- nl-NL
- pt-BR
- ru
- sv
- tr
- zh-Hans
- zh-Hant
- metadata
- ar-SA
- de-DE
- default
- es-ES
- fr-FR
- he
- id
- it
- ja
- ko
- nl-NL
- ru
- sv
- tr
- zh-Hans
- zh-Hant
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
72 files changed
+12673
-3683
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | | - | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | | - | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
227 | 243 | | |
228 | 244 | | |
229 | 245 | | |
| |||
Lines changed: 137 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1001 | 1001 | | |
1002 | 1002 | | |
1003 | 1003 | | |
1004 | | - | |
| 1004 | + | |
1005 | 1005 | | |
1006 | | - | |
1007 | | - | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
1008 | 1016 | | |
1009 | 1017 | | |
1010 | 1018 | | |
1011 | 1019 | | |
1012 | 1020 | | |
1013 | | - | |
1014 | | - | |
1015 | 1021 | | |
1016 | 1022 | | |
1017 | 1023 | | |
| |||
1022 | 1028 | | |
1023 | 1029 | | |
1024 | 1030 | | |
1025 | | - | |
| 1031 | + | |
1026 | 1032 | | |
1027 | 1033 | | |
1028 | 1034 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | 188 | | |
193 | 189 | | |
194 | 190 | | |
| |||
0 commit comments