-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.patches.json
53 lines (53 loc) · 4.05 KB
/
composer.patches.json
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
{
"patches": {
"drupal/core": {
"Issue #2924549: Invoke hook after a site install is complete": "patches/core/2924549-65.patch",
"Issue #3098935: JSON:API can't handle exceptions thrown during authentication": "patches/core/3098935-16.patch",
"Issue #3181946: ReplicaKillSwitch unnecessarily starts a session on each request": "patches/core/3181946-29.patch",
"Custom: Change file upload route for jsonapi extras": "patches/core/custom-change-file-upload-route-for-jsonapi-extras.patch",
"Custom: Modify upload user avatar access check": "patches/core/custom-modify-upload-user-avatar-access-check.patch",
"Custom: Jsonapi Upload route is recognized as jsonapi request": "patches/core/custom-file-upload-route-is-jsonapi-request.patch",
"Custom: Hide meta drupal IDs in JSON:API response": "patches/core/custom-hide-meta-drupal-ids-jsonapi.patch",
"Custom Issue #3050383: PageCache getCacheId doesnt compare cid of the following subrequests in subrequest queue calls": "patches/core/custom-page-cache-id-doesnt-compare-cid-subrequests.patch"
},
"drupal/devel_mail_logger": {
"Issue #3438288: Drupal 11 Compatibility": "patches/devel_mail_logger/drupal-11-compatibility.patch"
},
"drupal/filefield_paths": {
"Custom: Exclude consumer entity type from filefield_paths handling": "patches/filefield_paths/custom-exclude-consumer-entity-type.patch"
},
"drupal/jsonapi_boost": {
"Issue #3431472: Drupal 11 Compatibility": "patches/jsonapi_boost/drupal-11-compatibility.patch",
"Custom: Add account switcher to JSON:API warming": "patches/jsonapi_boost/custom-add-account-switcher-to-jsonapi-boost-warming.patch"
},
"drupal/jsonapi_cross_bundles": {
"Issue #3070430: Incompatible with JSON:API Extras": "patches/jsonapi_cross_bundles/3070430-incompatible-with-jsonapi-extras.patch",
"Issue #3451983: Drupal 11 Compatibility": "patches/jsonapi_cross_bundles/drupal-11-compatibility.patch",
"Custom: Exclude users from cross bundles resources": "patches/jsonapi_cross_bundles/custom-exclude-users-from-cross-bundle-resources.patch",
"Custom: Plural resource paths": "patches/jsonapi_cross_bundles/custom-plural-resource-paths.patch"
},
"drupal/jsonapi_extras": {
"Custom: Use obscurity prefix in EntityToJsonApi service": "patches/jsonapi_extras/custom-use-obscurity-prefix-in-entitytojsonapi-service.patch",
"Custom: Adjust date format in field enhancer": "patches/jsonapi_extras/custom-adjust-date-format-field-enhancer.patch"
},
"drupal/jsonapi_include": {
"Custom: Improve typing": "patches/jsonapi_include/custom-improve-typing.patch"
},
"drupal/multivalue_form_element": {
"Issue #3433537: Drupal 11 Compatibility": "patches/multivalue_form_element/drupal-11-compatibility.patch",
"Custom: Limit validation error for type form element in AJAX callback": "patches/multivalue_form_element/custom-limit-validation-error-for-type.patch",
"Custom: Modify input for checkbox in multivalue form element to correctly retain values after reordering": "patches/multivalue_form_element/custom-populate-checkbox-input.patch"
},
"drupal/responsive_favicons": {
"Issue #3382829: Split Icon links in their own meta tag definition": "patches/responsive_favicons/3382839-9.patch",
"Issue #3434213: Drupal 11 Compatibility": "patches/responsive_favicons/drupal-11-compatibility.patch"
},
"drupal/simple_oauth": {
"Issue #2946882: Auth revoke on profile update": "patches/simple_oauth/2946882-c33fa214.patch",
"Issue #3082984: Reduce logging severity/don't log expired tokens/401s": "patches/simple_oauth/3082984-2a5cb2a8.patch"
},
"drupal/warmer": {
"Custom: Add items list to queue command": "patches/warmer/custom-add-items-limit-to-queue-command.patch"
}
}
}