mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-05-07 19:30:48 -04:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
38be0eb88b
commit
5621c2353a
26 changed files with 8225 additions and 1759 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"Jwt secrets update": {
|
||||
"last_update": 1720688611
|
||||
"last_update": 1720692193
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1720605820
|
||||
"last_update": 1720692202
|
||||
}
|
||||
}
|
|
@ -3341,6 +3341,18 @@ src/telemetry/types/report.ts
|
|||
telemetry/types/report.ts
|
||||
types/report.ts
|
||||
report.ts
|
||||
api/src/logger/redact-query.ts
|
||||
src/logger/redact-query.ts
|
||||
logger/redact-query.ts
|
||||
redact-query.ts
|
||||
api/src/logger/index.ts
|
||||
src/logger/index.ts
|
||||
logger/index.ts
|
||||
index.ts
|
||||
api/src/logger/redact-query.test.ts
|
||||
src/logger/redact-query.test.ts
|
||||
logger/redact-query.test.ts
|
||||
redact-query.test.ts
|
||||
api/src/start.ts
|
||||
src/start.ts
|
||||
start.ts
|
||||
|
@ -3428,9 +3440,6 @@ api/src/middleware/rate-limiter-global.ts
|
|||
src/middleware/rate-limiter-global.ts
|
||||
middleware/rate-limiter-global.ts
|
||||
rate-limiter-global.ts
|
||||
api/src/logger.ts
|
||||
src/logger.ts
|
||||
logger.ts
|
||||
api/src/flows.ts
|
||||
src/flows.ts
|
||||
flows.ts
|
||||
|
@ -15714,19 +15723,9 @@ index.html
|
|||
.eslintignore
|
||||
security.md
|
||||
docker-compose.yml
|
||||
.changeset/eight-clocks-attack.md
|
||||
eight-clocks-attack.md
|
||||
.changeset/moody-bees-pay.md
|
||||
moody-bees-pay.md
|
||||
.changeset/soft-chefs-battle.md
|
||||
soft-chefs-battle.md
|
||||
.changeset/fair-bikes-smoke.md
|
||||
fair-bikes-smoke.md
|
||||
.changeset/seven-suits-live.md
|
||||
seven-suits-live.md
|
||||
.changeset/silly-ladybugs-carry.md
|
||||
silly-ladybugs-carry.md
|
||||
.changeset/dry-trees-enjoy.md
|
||||
dry-trees-enjoy.md
|
||||
.changeset/nice-bears-matter.md
|
||||
nice-bears-matter.md
|
||||
.changeset/yellow-buses-itch.md
|
||||
yellow-buses-itch.md
|
||||
.changeset/config.json
|
||||
config.json
|
|
@ -763,6 +763,9 @@ api/src/telemetry/utils/get-random-wait-time.ts
|
|||
api/src/telemetry/utils/get-user-count.test.ts
|
||||
api/src/telemetry/index.ts
|
||||
api/src/telemetry/types/report.ts
|
||||
api/src/logger/redact-query.ts
|
||||
api/src/logger/index.ts
|
||||
api/src/logger/redact-query.test.ts
|
||||
api/src/start.ts
|
||||
api/src/middleware/extract-token.ts
|
||||
api/src/middleware/cors.ts
|
||||
|
@ -785,7 +788,6 @@ api/src/middleware/validate-batch.ts
|
|||
api/src/middleware/authenticate.ts
|
||||
api/src/middleware/sanitize-query.ts
|
||||
api/src/middleware/rate-limiter-global.ts
|
||||
api/src/logger.ts
|
||||
api/src/flows.ts
|
||||
api/src/mailer.ts
|
||||
api/src/storage/get-storage-driver.test.ts
|
||||
|
@ -3207,11 +3209,6 @@ app/index.html
|
|||
.eslintignore
|
||||
security.md
|
||||
docker-compose.yml
|
||||
.changeset/eight-clocks-attack.md
|
||||
.changeset/moody-bees-pay.md
|
||||
.changeset/soft-chefs-battle.md
|
||||
.changeset/fair-bikes-smoke.md
|
||||
.changeset/seven-suits-live.md
|
||||
.changeset/silly-ladybugs-carry.md
|
||||
.changeset/dry-trees-enjoy.md
|
||||
.changeset/nice-bears-matter.md
|
||||
.changeset/yellow-buses-itch.md
|
||||
.changeset/config.json
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -13389,6 +13389,13 @@ Select/User/OrderItemConverters/UserNameOwnFirst.php
|
|||
User/OrderItemConverters/UserNameOwnFirst.php
|
||||
OrderItemConverters/UserNameOwnFirst.php
|
||||
UserNameOwnFirst.php
|
||||
application/Espo/Classes/Select/User/BoolFilters/OnlyMe.php
|
||||
Espo/Classes/Select/User/BoolFilters/OnlyMe.php
|
||||
Classes/Select/User/BoolFilters/OnlyMe.php
|
||||
Select/User/BoolFilters/OnlyMe.php
|
||||
User/BoolFilters/OnlyMe.php
|
||||
BoolFilters/OnlyMe.php
|
||||
OnlyMe.php
|
||||
application/Espo/Classes/Select/User/BoolFilters/OnlyMyTeam.php
|
||||
Espo/Classes/Select/User/BoolFilters/OnlyMyTeam.php
|
||||
Classes/Select/User/BoolFilters/OnlyMyTeam.php
|
||||
|
|
|
@ -2322,6 +2322,7 @@ application/Espo/Classes/AppInfo/Binding.php
|
|||
application/Espo/Classes/AppInfo/Container.php
|
||||
application/Espo/Classes/AppInfo/Jobs.php
|
||||
application/Espo/Classes/Select/User/OrderItemConverters/UserNameOwnFirst.php
|
||||
application/Espo/Classes/Select/User/BoolFilters/OnlyMe.php
|
||||
application/Espo/Classes/Select/User/BoolFilters/OnlyMyTeam.php
|
||||
application/Espo/Classes/Select/User/Where/ItemConverters/IsOfType.php
|
||||
application/Espo/Classes/Select/User/PrimaryFilters/Active.php
|
||||
|
|
|
@ -19323,6 +19323,12 @@ tests/unit/services/utils-test.js
|
|||
unit/services/utils-test.js
|
||||
services/utils-test.js
|
||||
utils-test.js
|
||||
ghost/admin/tests/unit/services/dashboard-stats-test.js
|
||||
admin/tests/unit/services/dashboard-stats-test.js
|
||||
tests/unit/services/dashboard-stats-test.js
|
||||
unit/services/dashboard-stats-test.js
|
||||
services/dashboard-stats-test.js
|
||||
dashboard-stats-test.js
|
||||
ghost/admin/tests/unit/transforms/navigation-settings-test.js
|
||||
admin/tests/unit/transforms/navigation-settings-test.js
|
||||
tests/unit/transforms/navigation-settings-test.js
|
||||
|
@ -26238,6 +26244,10 @@ ghost/member-events/lib/SubscriptionCreatedEvent.js
|
|||
member-events/lib/SubscriptionCreatedEvent.js
|
||||
lib/SubscriptionCreatedEvent.js
|
||||
SubscriptionCreatedEvent.js
|
||||
ghost/member-events/lib/OfferRedemptionEvent.js
|
||||
member-events/lib/OfferRedemptionEvent.js
|
||||
lib/OfferRedemptionEvent.js
|
||||
OfferRedemptionEvent.js
|
||||
ghost/member-events/lib/MemberPaidConversionEvent.js
|
||||
member-events/lib/MemberPaidConversionEvent.js
|
||||
lib/MemberPaidConversionEvent.js
|
||||
|
|
|
@ -2994,6 +2994,7 @@ ghost/admin/tests/unit/services/limit-test.js
|
|||
ghost/admin/tests/unit/services/event-bus-test.js
|
||||
ghost/admin/tests/unit/services/member-stats-test.js
|
||||
ghost/admin/tests/unit/services/utils-test.js
|
||||
ghost/admin/tests/unit/services/dashboard-stats-test.js
|
||||
ghost/admin/tests/unit/transforms/navigation-settings-test.js
|
||||
ghost/admin/tests/unit/transforms/json-string-test.js
|
||||
ghost/admin/tests/unit/transforms/twitter-url-user-test.js
|
||||
|
@ -4234,6 +4235,7 @@ ghost/admin/app/decorators/inject.js
|
|||
ghost/admin/app/instance-initializers/config.js
|
||||
ghost/admin/.eslintignore
|
||||
ghost/member-events/lib/SubscriptionCreatedEvent.js
|
||||
ghost/member-events/lib/OfferRedemptionEvent.js
|
||||
ghost/member-events/lib/MemberPaidConversionEvent.js
|
||||
ghost/member-events/lib/MemberEntryViewEvent.js
|
||||
ghost/member-events/lib/SubscriptionCancelledEvent.js
|
||||
|
|
|
@ -1306,10 +1306,6 @@ phpBB/adm/style/confirm_body.html
|
|||
adm/style/confirm_body.html
|
||||
style/confirm_body.html
|
||||
confirm_body.html
|
||||
phpBB/adm/style/acp_forums_copy_perm.html
|
||||
adm/style/acp_forums_copy_perm.html
|
||||
style/acp_forums_copy_perm.html
|
||||
acp_forums_copy_perm.html
|
||||
phpBB/adm/style/acp_ext_details.html
|
||||
adm/style/acp_ext_details.html
|
||||
style/acp_ext_details.html
|
||||
|
|
|
@ -290,7 +290,6 @@ phpBB/adm/style/acp_jabber.html
|
|||
phpBB/adm/style/acp_ext_list.html
|
||||
phpBB/adm/style/acp_styles.html
|
||||
phpBB/adm/style/confirm_body.html
|
||||
phpBB/adm/style/acp_forums_copy_perm.html
|
||||
phpBB/adm/style/acp_ext_details.html
|
||||
phpBB/adm/style/installer_footer.html
|
||||
phpBB/adm/style/acp_posting_buttons.html
|
||||
|
|
|
@ -16137,6 +16137,20 @@ BO/modules/productComments/index.ts
|
|||
modules/productComments/index.ts
|
||||
productComments/index.ts
|
||||
index.ts
|
||||
tests/UI/pages/BO/modules/psCheckPayment/index.ts
|
||||
UI/pages/BO/modules/psCheckPayment/index.ts
|
||||
pages/BO/modules/psCheckPayment/index.ts
|
||||
BO/modules/psCheckPayment/index.ts
|
||||
modules/psCheckPayment/index.ts
|
||||
psCheckPayment/index.ts
|
||||
index.ts
|
||||
tests/UI/pages/BO/modules/psWirePayment/index.ts
|
||||
UI/pages/BO/modules/psWirePayment/index.ts
|
||||
pages/BO/modules/psWirePayment/index.ts
|
||||
BO/modules/psWirePayment/index.ts
|
||||
modules/psWirePayment/index.ts
|
||||
psWirePayment/index.ts
|
||||
index.ts
|
||||
tests/UI/pages/BO/modules/psGdpr/tabDataConsent.ts
|
||||
UI/pages/BO/modules/psGdpr/tabDataConsent.ts
|
||||
pages/BO/modules/psGdpr/tabDataConsent.ts
|
||||
|
@ -22185,6 +22199,14 @@ BO/10_payment/02_preferences/02_groupRestrictions.ts
|
|||
10_payment/02_preferences/02_groupRestrictions.ts
|
||||
02_preferences/02_groupRestrictions.ts
|
||||
02_groupRestrictions.ts
|
||||
tests/UI/campaigns/functional/BO/10_payment/01_paymentMethods/01_configureModuleLink.ts
|
||||
UI/campaigns/functional/BO/10_payment/01_paymentMethods/01_configureModuleLink.ts
|
||||
campaigns/functional/BO/10_payment/01_paymentMethods/01_configureModuleLink.ts
|
||||
functional/BO/10_payment/01_paymentMethods/01_configureModuleLink.ts
|
||||
BO/10_payment/01_paymentMethods/01_configureModuleLink.ts
|
||||
10_payment/01_paymentMethods/01_configureModuleLink.ts
|
||||
01_paymentMethods/01_configureModuleLink.ts
|
||||
01_configureModuleLink.ts
|
||||
tests/UI/campaigns/functional/BO/08_design/03_emailTheme/01_previewEmailThemes.ts
|
||||
UI/campaigns/functional/BO/08_design/03_emailTheme/01_previewEmailThemes.ts
|
||||
campaigns/functional/BO/08_design/03_emailTheme/01_previewEmailThemes.ts
|
||||
|
@ -71854,6 +71876,7 @@ ServerRequirementsCheckerInterface.php
|
|||
src/.htaccess
|
||||
.htaccess
|
||||
phpstan.neon.dist
|
||||
package-lock.json
|
||||
cache/purifier/index.php
|
||||
purifier/index.php
|
||||
index.php
|
||||
|
|
|
@ -2839,6 +2839,8 @@ tests/UI/pages/BO/modules/psEmailAlerts/index.ts
|
|||
tests/UI/pages/BO/modules/psEmailSubscription/index.ts
|
||||
tests/UI/pages/BO/modules/moduleConfiguration/index.ts
|
||||
tests/UI/pages/BO/modules/productComments/index.ts
|
||||
tests/UI/pages/BO/modules/psCheckPayment/index.ts
|
||||
tests/UI/pages/BO/modules/psWirePayment/index.ts
|
||||
tests/UI/pages/BO/modules/psGdpr/tabDataConsent.ts
|
||||
tests/UI/pages/BO/modules/psGdpr/tabCustomerActivity.ts
|
||||
tests/UI/pages/BO/modules/psGdpr/index.ts
|
||||
|
@ -3586,6 +3588,7 @@ tests/UI/campaigns/functional/BO/10_payment/02_preferences/03_countryRestriction
|
|||
tests/UI/campaigns/functional/BO/10_payment/02_preferences/04_carrierRestrictions.ts
|
||||
tests/UI/campaigns/functional/BO/10_payment/02_preferences/01_currencyRestrictions.ts
|
||||
tests/UI/campaigns/functional/BO/10_payment/02_preferences/02_groupRestrictions.ts
|
||||
tests/UI/campaigns/functional/BO/10_payment/01_paymentMethods/01_configureModuleLink.ts
|
||||
tests/UI/campaigns/functional/BO/08_design/03_emailTheme/01_previewEmailThemes.ts
|
||||
tests/UI/campaigns/functional/BO/08_design/03_emailTheme/02_selectDefaultEmailTheme.ts
|
||||
tests/UI/campaigns/functional/BO/08_design/03_emailTheme/03_viewRawHtmlAndText.ts
|
||||
|
@ -11748,6 +11751,7 @@ src/Core/Webservice/ServerRequirementsChecker.php
|
|||
src/Core/Webservice/ServerRequirementsCheckerInterface.php
|
||||
src/.htaccess
|
||||
phpstan.neon.dist
|
||||
package-lock.json
|
||||
cache/purifier/index.php
|
||||
cache/tcpdf/index.php
|
||||
cache/deprecated.txt
|
||||
|
|
|
@ -3370,6 +3370,9 @@ release-6-6-4-0/2024-05-15-added-autostart-for-spatial-via-qr-code.md
|
|||
changelog/release-6-6-4-0/2024-06-12-add-maker-commands-for-plugin-scaffolding.md
|
||||
release-6-6-4-0/2024-06-12-add-maker-commands-for-plugin-scaffolding.md
|
||||
2024-06-12-add-maker-commands-for-plugin-scaffolding.md
|
||||
changelog/release-6-6-4-0/2024-07-04-add-foreign-keys-for-state-in-order-and-order-delivery.md
|
||||
release-6-6-4-0/2024-07-04-add-foreign-keys-for-state-in-order-and-order-delivery.md
|
||||
2024-07-04-add-foreign-keys-for-state-in-order-and-order-delivery.md
|
||||
changelog/release-6-6-4-0/2024-05-27-validate-input-of-the-options-before-searching-variant.md
|
||||
release-6-6-4-0/2024-05-27-validate-input-of-the-options-before-searching-variant.md
|
||||
2024-05-27-validate-input-of-the-options-before-searching-variant.md
|
||||
|
@ -3465,6 +3468,9 @@ _unreleased/2024-07-05-enhance-plugin-list-command-output-with-information-about
|
|||
changelog/_unreleased/2024-06-28-bulk-edit-with-more-than-25-selections-broken.md
|
||||
_unreleased/2024-06-28-bulk-edit-with-more-than-25-selections-broken.md
|
||||
2024-06-28-bulk-edit-with-more-than-25-selections-broken.md
|
||||
changelog/_unreleased/2024-06-26-fix-super-call-stack-exception.md
|
||||
_unreleased/2024-06-26-fix-super-call-stack-exception.md
|
||||
2024-06-26-fix-super-call-stack-exception.md
|
||||
changelog/_unreleased/2024-06-11-add-storage-name-to-entity-attributes.md
|
||||
_unreleased/2024-06-11-add-storage-name-to-entity-attributes.md
|
||||
2024-06-11-add-storage-name-to-entity-attributes.md
|
||||
|
@ -3483,6 +3489,9 @@ _unreleased/2024-05-08-order-placed-incorrectly.md
|
|||
changelog/_unreleased/2024-04-21-remove-category-criteria-for-editor-links.md
|
||||
_unreleased/2024-04-21-remove-category-criteria-for-editor-links.md
|
||||
2024-04-21-remove-category-criteria-for-editor-links.md
|
||||
changelog/_unreleased/2024-07-05-allow-adding-default-values-to-custom-entities.md
|
||||
_unreleased/2024-07-05-allow-adding-default-values-to-custom-entities.md
|
||||
2024-07-05-allow-adding-default-values-to-custom-entities.md
|
||||
changelog/_unreleased/2024-06-20-the-selected-order-language-is-not-saved-for-a-manually-created-orders.md
|
||||
_unreleased/2024-06-20-the-selected-order-language-is-not-saved-for-a-manually-created-orders.md
|
||||
2024-06-20-the-selected-order-language-is-not-saved-for-a-manually-created-orders.md
|
||||
|
@ -3501,6 +3510,9 @@ _unreleased/2024-06-14-improve-composer-executions-while-plugin-lifecycle.md
|
|||
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
|
||||
_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
|
||||
2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
|
||||
changelog/_unreleased/2024-07-10-fix-github-jest-and-lint-workflows.md
|
||||
_unreleased/2024-07-10-fix-github-jest-and-lint-workflows.md
|
||||
2024-07-10-fix-github-jest-and-lint-workflows.md
|
||||
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
|
||||
_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
|
||||
2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
|
||||
|
@ -3510,12 +3522,21 @@ _unreleased/2024-06-21-add-mediaupdatedat-to-thumbnailpattern-for-disabled-thumb
|
|||
changelog/_unreleased/2024-06-20-fix-media-url-loader-with-unset-thumbnails.md
|
||||
_unreleased/2024-06-20-fix-media-url-loader-with-unset-thumbnails.md
|
||||
2024-06-20-fix-media-url-loader-with-unset-thumbnails.md
|
||||
changelog/_unreleased/2024-06-05-add-intra-community-delivery-label-for-cancellation-invoice.md
|
||||
_unreleased/2024-06-05-add-intra-community-delivery-label-for-cancellation-invoice.md
|
||||
2024-06-05-add-intra-community-delivery-label-for-cancellation-invoice.md
|
||||
changelog/_unreleased/2024-07-08-deprecate-sw-select-number-field-component.md
|
||||
_unreleased/2024-07-08-deprecate-sw-select-number-field-component.md
|
||||
2024-07-08-deprecate-sw-select-number-field-component.md
|
||||
changelog/_unreleased/2024-06-27-add-default-value-for-augmented-reality-media.md
|
||||
_unreleased/2024-06-27-add-default-value-for-augmented-reality-media.md
|
||||
2024-06-27-add-default-value-for-augmented-reality-media.md
|
||||
changelog/_unreleased/2024-07-05-search-by-product-number-should-redirect-to-detail-page.md
|
||||
_unreleased/2024-07-05-search-by-product-number-should-redirect-to-detail-page.md
|
||||
2024-07-05-search-by-product-number-should-redirect-to-detail-page.md
|
||||
changelog/_unreleased/2024-07-05-add-routes-api-routes-list-endpoint.md
|
||||
_unreleased/2024-07-05-add-routes-api-routes-list-endpoint.md
|
||||
2024-07-05-add-routes-api-routes-list-endpoint.md
|
||||
changelog/_unreleased/2024-06-20-added-uri-to-environment-information.md
|
||||
_unreleased/2024-06-20-added-uri-to-environment-information.md
|
||||
2024-06-20-added-uri-to-environment-information.md
|
||||
|
@ -3537,6 +3558,9 @@ _unreleased/2024-07-03-dont-remove-cache-cookies-for-404.md
|
|||
changelog/_unreleased/2024-07-08-limit-search-term-length-for-mysql-search.md
|
||||
_unreleased/2024-07-08-limit-search-term-length-for-mysql-search.md
|
||||
2024-07-08-limit-search-term-length-for-mysql-search.md
|
||||
changelog/_unreleased/2024-07-03-add-twig-blocks-to-order-general-info.md
|
||||
_unreleased/2024-07-03-add-twig-blocks-to-order-general-info.md
|
||||
2024-07-03-add-twig-blocks-to-order-general-info.md
|
||||
changelog/_unreleased/2024-07-03-search-by-product-number.md
|
||||
_unreleased/2024-07-03-search-by-product-number.md
|
||||
2024-07-03-search-by-product-number.md
|
||||
|
@ -3573,6 +3597,9 @@ _unreleased/2024-04-25-implement-mt-banner-code-mod.md
|
|||
changelog/_unreleased/2024-06-04-fix-cms-data-mapping-for-nested-translations.md
|
||||
_unreleased/2024-06-04-fix-cms-data-mapping-for-nested-translations.md
|
||||
2024-06-04-fix-cms-data-mapping-for-nested-translations.md
|
||||
changelog/_unreleased/2024-07-02-fix-rule-condition-price-listprice-percentage-ratio-to-actually-use-ratios.md
|
||||
_unreleased/2024-07-02-fix-rule-condition-price-listprice-percentage-ratio-to-actually-use-ratios.md
|
||||
2024-07-02-fix-rule-condition-price-listprice-percentage-ratio-to-actually-use-ratios.md
|
||||
changelog/_unreleased/2024-07-03-improve-wishlist-user-experience.md
|
||||
_unreleased/2024-07-03-improve-wishlist-user-experience.md
|
||||
2024-07-03-improve-wishlist-user-experience.md
|
||||
|
@ -15804,6 +15831,13 @@ Maintenance/SalesChannel/Command/SalesChannelMaintenanceDisableCommandTest.php
|
|||
SalesChannel/Command/SalesChannelMaintenanceDisableCommandTest.php
|
||||
Command/SalesChannelMaintenanceDisableCommandTest.php
|
||||
SalesChannelMaintenanceDisableCommandTest.php
|
||||
tests/integration/Core/Framework/Demodata/PersonalData/CleanPersonalDataCommandTest.php
|
||||
integration/Core/Framework/Demodata/PersonalData/CleanPersonalDataCommandTest.php
|
||||
Core/Framework/Demodata/PersonalData/CleanPersonalDataCommandTest.php
|
||||
Framework/Demodata/PersonalData/CleanPersonalDataCommandTest.php
|
||||
Demodata/PersonalData/CleanPersonalDataCommandTest.php
|
||||
PersonalData/CleanPersonalDataCommandTest.php
|
||||
CleanPersonalDataCommandTest.php
|
||||
tests/integration/Core/Framework/Plugin/Util/ZipUtilsTest.php
|
||||
integration/Core/Framework/Plugin/Util/ZipUtilsTest.php
|
||||
Core/Framework/Plugin/Util/ZipUtilsTest.php
|
||||
|
@ -19299,6 +19333,13 @@ System/SalesChannel/Cleanup/CleanupSalesChannelContextTaskHandlerTest.php
|
|||
SalesChannel/Cleanup/CleanupSalesChannelContextTaskHandlerTest.php
|
||||
Cleanup/CleanupSalesChannelContextTaskHandlerTest.php
|
||||
CleanupSalesChannelContextTaskHandlerTest.php
|
||||
tests/integration/Core/System/SalesChannel/SalesChannel/StoreApiInfoControllerTest.php
|
||||
integration/Core/System/SalesChannel/SalesChannel/StoreApiInfoControllerTest.php
|
||||
Core/System/SalesChannel/SalesChannel/StoreApiInfoControllerTest.php
|
||||
System/SalesChannel/SalesChannel/StoreApiInfoControllerTest.php
|
||||
SalesChannel/SalesChannel/StoreApiInfoControllerTest.php
|
||||
SalesChannel/StoreApiInfoControllerTest.php
|
||||
StoreApiInfoControllerTest.php
|
||||
tests/integration/Core/System/SalesChannel/SalesChannel/ContextSwitchRouteTest.php
|
||||
integration/Core/System/SalesChannel/SalesChannel/ContextSwitchRouteTest.php
|
||||
Core/System/SalesChannel/SalesChannel/ContextSwitchRouteTest.php
|
||||
|
@ -19522,6 +19563,32 @@ _fixtures/without-restrict-delete/Resources/entities.xml
|
|||
without-restrict-delete/Resources/entities.xml
|
||||
Resources/entities.xml
|
||||
entities.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/default-value/manifest.xml
|
||||
integration/Core/System/CustomEntity/_fixtures/default-value/manifest.xml
|
||||
Core/System/CustomEntity/_fixtures/default-value/manifest.xml
|
||||
System/CustomEntity/_fixtures/default-value/manifest.xml
|
||||
CustomEntity/_fixtures/default-value/manifest.xml
|
||||
_fixtures/default-value/manifest.xml
|
||||
default-value/manifest.xml
|
||||
manifest.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/default-value/Resources/invalid-default-value-entities.xml
|
||||
integration/Core/System/CustomEntity/_fixtures/default-value/Resources/invalid-default-value-entities.xml
|
||||
Core/System/CustomEntity/_fixtures/default-value/Resources/invalid-default-value-entities.xml
|
||||
System/CustomEntity/_fixtures/default-value/Resources/invalid-default-value-entities.xml
|
||||
CustomEntity/_fixtures/default-value/Resources/invalid-default-value-entities.xml
|
||||
_fixtures/default-value/Resources/invalid-default-value-entities.xml
|
||||
default-value/Resources/invalid-default-value-entities.xml
|
||||
Resources/invalid-default-value-entities.xml
|
||||
invalid-default-value-entities.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/default-value/Resources/entities.xml
|
||||
integration/Core/System/CustomEntity/_fixtures/default-value/Resources/entities.xml
|
||||
Core/System/CustomEntity/_fixtures/default-value/Resources/entities.xml
|
||||
System/CustomEntity/_fixtures/default-value/Resources/entities.xml
|
||||
CustomEntity/_fixtures/default-value/Resources/entities.xml
|
||||
_fixtures/default-value/Resources/entities.xml
|
||||
default-value/Resources/entities.xml
|
||||
Resources/entities.xml
|
||||
entities.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/custom-entity-test/manifest.xml
|
||||
integration/Core/System/CustomEntity/_fixtures/custom-entity-test/manifest.xml
|
||||
Core/System/CustomEntity/_fixtures/custom-entity-test/manifest.xml
|
||||
|
@ -28074,6 +28141,13 @@ Framework/Api/Route/ApiRouteLoaderTest.php
|
|||
Api/Route/ApiRouteLoaderTest.php
|
||||
Route/ApiRouteLoaderTest.php
|
||||
ApiRouteLoaderTest.php
|
||||
tests/unit/Core/Framework/Api/Route/ApiRouteInfoResolverTest.php
|
||||
unit/Core/Framework/Api/Route/ApiRouteInfoResolverTest.php
|
||||
Core/Framework/Api/Route/ApiRouteInfoResolverTest.php
|
||||
Framework/Api/Route/ApiRouteInfoResolverTest.php
|
||||
Api/Route/ApiRouteInfoResolverTest.php
|
||||
Route/ApiRouteInfoResolverTest.php
|
||||
ApiRouteInfoResolverTest.php
|
||||
tests/unit/Core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollectionTest.php
|
||||
unit/Core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollectionTest.php
|
||||
Core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollectionTest.php
|
||||
|
@ -35237,6 +35311,11 @@ migration/Core/V6_6/Migration1707064042CartRemoveFKTest.php
|
|||
Core/V6_6/Migration1707064042CartRemoveFKTest.php
|
||||
V6_6/Migration1707064042CartRemoveFKTest.php
|
||||
Migration1707064042CartRemoveFKTest.php
|
||||
tests/migration/Core/V6_6/Migration1720094362AddStateForeignKeyToOrderDeliveryTest.php
|
||||
migration/Core/V6_6/Migration1720094362AddStateForeignKeyToOrderDeliveryTest.php
|
||||
Core/V6_6/Migration1720094362AddStateForeignKeyToOrderDeliveryTest.php
|
||||
V6_6/Migration1720094362AddStateForeignKeyToOrderDeliveryTest.php
|
||||
Migration1720094362AddStateForeignKeyToOrderDeliveryTest.php
|
||||
tests/migration/Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
|
||||
migration/Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
|
||||
Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
|
||||
|
@ -35247,6 +35326,11 @@ migration/Core/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooterTest.
|
|||
Core/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooterTest.php
|
||||
V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooterTest.php
|
||||
Migration1711461580SetSystemDefaultForDefaultMailFooterTest.php
|
||||
tests/migration/Core/V6_6/Migration1718615305AddEuToCountryTableTest.php
|
||||
migration/Core/V6_6/Migration1718615305AddEuToCountryTableTest.php
|
||||
Core/V6_6/Migration1718615305AddEuToCountryTableTest.php
|
||||
V6_6/Migration1718615305AddEuToCountryTableTest.php
|
||||
Migration1718615305AddEuToCountryTableTest.php
|
||||
tests/migration/Core/V6_6/Migration1671723392AddWebhookLifetimeConfigTest.php
|
||||
migration/Core/V6_6/Migration1671723392AddWebhookLifetimeConfigTest.php
|
||||
Core/V6_6/Migration1671723392AddWebhookLifetimeConfigTest.php
|
||||
|
@ -35297,11 +35381,21 @@ migration/Core/V6_6/Migration1710493619ScheduleMediaPathIndexerTest.php
|
|||
Core/V6_6/Migration1710493619ScheduleMediaPathIndexerTest.php
|
||||
V6_6/Migration1710493619ScheduleMediaPathIndexerTest.php
|
||||
Migration1710493619ScheduleMediaPathIndexerTest.php
|
||||
tests/migration/Core/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNoteTest.php
|
||||
migration/Core/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNoteTest.php
|
||||
Core/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNoteTest.php
|
||||
V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNoteTest.php
|
||||
Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNoteTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
migration/Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
Migration1711461579FixDefaultMailFooterTest.php
|
||||
tests/migration/Core/V6_6/Migration1720094363AddStateForeignKeyToOrderTest.php
|
||||
migration/Core/V6_6/Migration1720094363AddStateForeignKeyToOrderTest.php
|
||||
Core/V6_6/Migration1720094363AddStateForeignKeyToOrderTest.php
|
||||
V6_6/Migration1720094363AddStateForeignKeyToOrderTest.php
|
||||
Migration1720094363AddStateForeignKeyToOrderTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
migration/Core/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
Core/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
|
@ -35332,6 +35426,11 @@ migration/Core/V6_6/Migration1696262484AddDefaultSendMailOptionsTest.php
|
|||
Core/V6_6/Migration1696262484AddDefaultSendMailOptionsTest.php
|
||||
V6_6/Migration1696262484AddDefaultSendMailOptionsTest.php
|
||||
Migration1696262484AddDefaultSendMailOptionsTest.php
|
||||
tests/migration/Core/V6_6/Migration1717601705AddIntraCommunityLabelDocumentConfigToStornoTest.php
|
||||
migration/Core/V6_6/Migration1717601705AddIntraCommunityLabelDocumentConfigToStornoTest.php
|
||||
Core/V6_6/Migration1717601705AddIntraCommunityLabelDocumentConfigToStornoTest.php
|
||||
V6_6/Migration1717601705AddIntraCommunityLabelDocumentConfigToStornoTest.php
|
||||
Migration1717601705AddIntraCommunityLabelDocumentConfigToStornoTest.php
|
||||
tests/migration/Core/ImportTranslationTraitTest.php
|
||||
migration/Core/ImportTranslationTraitTest.php
|
||||
Core/ImportTranslationTraitTest.php
|
||||
|
@ -88068,6 +88167,15 @@ src/app/plugin/devtool-helper.plugin.spec.js
|
|||
app/plugin/devtool-helper.plugin.spec.js
|
||||
plugin/devtool-helper.plugin.spec.js
|
||||
devtool-helper.plugin.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/plugin/virtual-call-stack.plugin.ts
|
||||
Administration/Resources/app/administration/src/app/plugin/virtual-call-stack.plugin.ts
|
||||
Resources/app/administration/src/app/plugin/virtual-call-stack.plugin.ts
|
||||
app/administration/src/app/plugin/virtual-call-stack.plugin.ts
|
||||
administration/src/app/plugin/virtual-call-stack.plugin.ts
|
||||
src/app/plugin/virtual-call-stack.plugin.ts
|
||||
app/plugin/virtual-call-stack.plugin.ts
|
||||
plugin/virtual-call-stack.plugin.ts
|
||||
virtual-call-stack.plugin.ts
|
||||
src/Administration/Resources/app/administration/src/app/plugin/deprecation.plugin.spec.js
|
||||
Administration/Resources/app/administration/src/app/plugin/deprecation.plugin.spec.js
|
||||
Resources/app/administration/src/app/plugin/deprecation.plugin.spec.js
|
||||
|
@ -88095,6 +88203,15 @@ src/app/plugin/index.ts
|
|||
app/plugin/index.ts
|
||||
plugin/index.ts
|
||||
index.ts
|
||||
src/Administration/Resources/app/administration/src/app/plugin/virtual-call-stack.plugin.spec.js
|
||||
Administration/Resources/app/administration/src/app/plugin/virtual-call-stack.plugin.spec.js
|
||||
Resources/app/administration/src/app/plugin/virtual-call-stack.plugin.spec.js
|
||||
app/administration/src/app/plugin/virtual-call-stack.plugin.spec.js
|
||||
administration/src/app/plugin/virtual-call-stack.plugin.spec.js
|
||||
src/app/plugin/virtual-call-stack.plugin.spec.js
|
||||
app/plugin/virtual-call-stack.plugin.spec.js
|
||||
plugin/virtual-call-stack.plugin.spec.js
|
||||
virtual-call-stack.plugin.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/plugin/shortcut.plugin.spec.js
|
||||
Administration/Resources/app/administration/src/app/plugin/shortcut.plugin.spec.js
|
||||
Resources/app/administration/src/app/plugin/shortcut.plugin.spec.js
|
||||
|
@ -93336,6 +93453,28 @@ component/form/sw-number-field-deprecated/sw-number-field.scss
|
|||
form/sw-number-field-deprecated/sw-number-field.scss
|
||||
sw-number-field-deprecated/sw-number-field.scss
|
||||
sw-number-field.scss
|
||||
src/Administration/Resources/app/administration/src/app/component/form/sw-select-number-field/index.js
|
||||
Administration/Resources/app/administration/src/app/component/form/sw-select-number-field/index.js
|
||||
Resources/app/administration/src/app/component/form/sw-select-number-field/index.js
|
||||
app/administration/src/app/component/form/sw-select-number-field/index.js
|
||||
administration/src/app/component/form/sw-select-number-field/index.js
|
||||
src/app/component/form/sw-select-number-field/index.js
|
||||
app/component/form/sw-select-number-field/index.js
|
||||
component/form/sw-select-number-field/index.js
|
||||
form/sw-select-number-field/index.js
|
||||
sw-select-number-field/index.js
|
||||
index.js
|
||||
src/Administration/Resources/app/administration/src/app/component/form/sw-select-number-field/sw-select-number-field.spec.js
|
||||
Administration/Resources/app/administration/src/app/component/form/sw-select-number-field/sw-select-number-field.spec.js
|
||||
Resources/app/administration/src/app/component/form/sw-select-number-field/sw-select-number-field.spec.js
|
||||
app/administration/src/app/component/form/sw-select-number-field/sw-select-number-field.spec.js
|
||||
administration/src/app/component/form/sw-select-number-field/sw-select-number-field.spec.js
|
||||
src/app/component/form/sw-select-number-field/sw-select-number-field.spec.js
|
||||
app/component/form/sw-select-number-field/sw-select-number-field.spec.js
|
||||
component/form/sw-select-number-field/sw-select-number-field.spec.js
|
||||
form/sw-select-number-field/sw-select-number-field.spec.js
|
||||
sw-select-number-field/sw-select-number-field.spec.js
|
||||
sw-select-number-field.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/component/form/field-base/sw-contextual-field/sw-contextual-field.scss
|
||||
Administration/Resources/app/administration/src/app/component/form/field-base/sw-contextual-field/sw-contextual-field.scss
|
||||
Resources/app/administration/src/app/component/form/field-base/sw-contextual-field/sw-contextual-field.scss
|
||||
|
@ -106749,12 +106888,6 @@ Test/CustomField/Api/CustomFieldSetActionControllerTest.php
|
|||
CustomField/Api/CustomFieldSetActionControllerTest.php
|
||||
Api/CustomFieldSetActionControllerTest.php
|
||||
CustomFieldSetActionControllerTest.php
|
||||
src/Core/Framework/Test/PersonalData/CleanPersonalDataCommandTest.php
|
||||
Core/Framework/Test/PersonalData/CleanPersonalDataCommandTest.php
|
||||
Framework/Test/PersonalData/CleanPersonalDataCommandTest.php
|
||||
Test/PersonalData/CleanPersonalDataCommandTest.php
|
||||
PersonalData/CleanPersonalDataCommandTest.php
|
||||
CleanPersonalDataCommandTest.php
|
||||
src/Core/Framework/Test/TestSessionStorage.php
|
||||
Core/Framework/Test/TestSessionStorage.php
|
||||
Framework/Test/TestSessionStorage.php
|
||||
|
@ -113782,6 +113915,18 @@ Framework/Api/Route/ApiRouteLoader.php
|
|||
Api/Route/ApiRouteLoader.php
|
||||
Route/ApiRouteLoader.php
|
||||
ApiRouteLoader.php
|
||||
src/Core/Framework/Api/Route/RouteInfo.php
|
||||
Core/Framework/Api/Route/RouteInfo.php
|
||||
Framework/Api/Route/RouteInfo.php
|
||||
Api/Route/RouteInfo.php
|
||||
Route/RouteInfo.php
|
||||
RouteInfo.php
|
||||
src/Core/Framework/Api/Route/ApiRouteInfoResolver.php
|
||||
Core/Framework/Api/Route/ApiRouteInfoResolver.php
|
||||
Framework/Api/Route/ApiRouteInfoResolver.php
|
||||
Api/Route/ApiRouteInfoResolver.php
|
||||
Route/ApiRouteInfoResolver.php
|
||||
ApiRouteInfoResolver.php
|
||||
src/Core/Framework/Api/Acl/Event/CommandAclValidationEvent.php
|
||||
Core/Framework/Api/Acl/Event/CommandAclValidationEvent.php
|
||||
Framework/Api/Acl/Event/CommandAclValidationEvent.php
|
||||
|
@ -114127,6 +114272,16 @@ Schema/AdminApi/paths/index-products.json
|
|||
AdminApi/paths/index-products.json
|
||||
paths/index-products.json
|
||||
index-products.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/info.json
|
||||
Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/info.json
|
||||
Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/info.json
|
||||
Api/ApiDefinition/Generator/Schema/AdminApi/paths/info.json
|
||||
ApiDefinition/Generator/Schema/AdminApi/paths/info.json
|
||||
Generator/Schema/AdminApi/paths/info.json
|
||||
Schema/AdminApi/paths/info.json
|
||||
AdminApi/paths/info.json
|
||||
paths/info.json
|
||||
info.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/message-queue.json
|
||||
Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/message-queue.json
|
||||
Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/message-queue.json
|
||||
|
@ -114993,6 +115148,16 @@ Schema/StoreApi/paths/document.json
|
|||
StoreApi/paths/document.json
|
||||
paths/document.json
|
||||
document.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/info.json
|
||||
Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/info.json
|
||||
Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/info.json
|
||||
Api/ApiDefinition/Generator/Schema/StoreApi/paths/info.json
|
||||
ApiDefinition/Generator/Schema/StoreApi/paths/info.json
|
||||
Generator/Schema/StoreApi/paths/info.json
|
||||
Schema/StoreApi/paths/info.json
|
||||
StoreApi/paths/info.json
|
||||
paths/info.json
|
||||
info.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/handle-payment.json
|
||||
Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/handle-payment.json
|
||||
Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/handle-payment.json
|
||||
|
@ -135123,11 +135288,21 @@ Core/Migration/V6_6/Migration1691662140MigrateAvailableStock.php
|
|||
Migration/V6_6/Migration1691662140MigrateAvailableStock.php
|
||||
V6_6/Migration1691662140MigrateAvailableStock.php
|
||||
Migration1691662140MigrateAvailableStock.php
|
||||
src/Core/Migration/V6_6/Migration1718615305AddEuToCountryTable.php
|
||||
Core/Migration/V6_6/Migration1718615305AddEuToCountryTable.php
|
||||
Migration/V6_6/Migration1718615305AddEuToCountryTable.php
|
||||
V6_6/Migration1718615305AddEuToCountryTable.php
|
||||
Migration1718615305AddEuToCountryTable.php
|
||||
src/Core/Migration/V6_6/Migration1702479623RemoveEsMultilingualFlag.php
|
||||
Core/Migration/V6_6/Migration1702479623RemoveEsMultilingualFlag.php
|
||||
Migration/V6_6/Migration1702479623RemoveEsMultilingualFlag.php
|
||||
V6_6/Migration1702479623RemoveEsMultilingualFlag.php
|
||||
Migration1702479623RemoveEsMultilingualFlag.php
|
||||
src/Core/Migration/V6_6/Migration1720094363AddStateForeignKeyToOrder.php
|
||||
Core/Migration/V6_6/Migration1720094363AddStateForeignKeyToOrder.php
|
||||
Migration/V6_6/Migration1720094363AddStateForeignKeyToOrder.php
|
||||
V6_6/Migration1720094363AddStateForeignKeyToOrder.php
|
||||
Migration1720094363AddStateForeignKeyToOrder.php
|
||||
src/Core/Migration/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
Core/Migration/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
Migration/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
|
@ -135138,6 +135313,11 @@ Core/Migration/V6_6/Migration1712309989DropLanguageLocaleUnique.php
|
|||
Migration/V6_6/Migration1712309989DropLanguageLocaleUnique.php
|
||||
V6_6/Migration1712309989DropLanguageLocaleUnique.php
|
||||
Migration1712309989DropLanguageLocaleUnique.php
|
||||
src/Core/Migration/V6_6/Migration1717601705AddIntraCommunityLabelDocumentConfigToStorno.php
|
||||
Core/Migration/V6_6/Migration1717601705AddIntraCommunityLabelDocumentConfigToStorno.php
|
||||
Migration/V6_6/Migration1717601705AddIntraCommunityLabelDocumentConfigToStorno.php
|
||||
V6_6/Migration1717601705AddIntraCommunityLabelDocumentConfigToStorno.php
|
||||
Migration1717601705AddIntraCommunityLabelDocumentConfigToStorno.php
|
||||
src/Core/Migration/V6_6/Migration1673964565MigrateToReferencedColumns.php
|
||||
Core/Migration/V6_6/Migration1673964565MigrateToReferencedColumns.php
|
||||
Migration/V6_6/Migration1673964565MigrateToReferencedColumns.php
|
||||
|
@ -135183,6 +135363,11 @@ Core/Migration/V6_6/Migration1711461579FixDefaultMailFooter.php
|
|||
Migration/V6_6/Migration1711461579FixDefaultMailFooter.php
|
||||
V6_6/Migration1711461579FixDefaultMailFooter.php
|
||||
Migration1711461579FixDefaultMailFooter.php
|
||||
src/Core/Migration/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNote.php
|
||||
Core/Migration/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNote.php
|
||||
Migration/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNote.php
|
||||
V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNote.php
|
||||
Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNote.php
|
||||
src/Core/Migration/V6_6/Migration1714659357CanonicalProductVersion.php
|
||||
Core/Migration/V6_6/Migration1714659357CanonicalProductVersion.php
|
||||
Migration/V6_6/Migration1714659357CanonicalProductVersion.php
|
||||
|
@ -135193,6 +135378,11 @@ Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
|
|||
Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
|
||||
V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
|
||||
Migration1663402950SetDoubleOptinCustomerActive.php
|
||||
src/Core/Migration/V6_6/Migration1720094362AddStateForeignKeyToOrderDelivery.php
|
||||
Core/Migration/V6_6/Migration1720094362AddStateForeignKeyToOrderDelivery.php
|
||||
Migration/V6_6/Migration1720094362AddStateForeignKeyToOrderDelivery.php
|
||||
V6_6/Migration1720094362AddStateForeignKeyToOrderDelivery.php
|
||||
Migration1720094362AddStateForeignKeyToOrderDelivery.php
|
||||
src/Core/Migration/V6_6/Migration1702982372FixProductCrossSellingSortByPrice.php
|
||||
Core/Migration/V6_6/Migration1702982372FixProductCrossSellingSortByPrice.php
|
||||
Migration/V6_6/Migration1702982372FixProductCrossSellingSortByPrice.php
|
||||
|
|
|
@ -1163,6 +1163,7 @@ changelog/release-6-6-4-0/2024-05-23-added-pratial-property-path-attribute.md
|
|||
changelog/release-6-6-4-0/2024-05-21-disable-thumbnail-generation-and-use-fastly.md
|
||||
changelog/release-6-6-4-0/2024-05-15-added-autostart-for-spatial-via-qr-code.md
|
||||
changelog/release-6-6-4-0/2024-06-12-add-maker-commands-for-plugin-scaffolding.md
|
||||
changelog/release-6-6-4-0/2024-07-04-add-foreign-keys-for-state-in-order-and-order-delivery.md
|
||||
changelog/release-6-6-4-0/2024-05-27-validate-input-of-the-options-before-searching-variant.md
|
||||
changelog/release-6-6-4-0/2024-06-11-change-migration-selection-mode.md
|
||||
changelog/release-6-6-4-0/2024-06-19-add-extension-component-in-product-detail-order-detail-customer-detail-and-dashboard-page.md
|
||||
|
@ -1195,23 +1196,29 @@ changelog/release-6-4-16-1/2022-09-26-fix-invisible-context-menu-issue.md
|
|||
changelog/_unreleased/2024-05-13-improve-payment-handlers.md
|
||||
changelog/_unreleased/2024-07-05-enhance-plugin-list-command-output-with-information-about-plugins-required-by-composer.md
|
||||
changelog/_unreleased/2024-06-28-bulk-edit-with-more-than-25-selections-broken.md
|
||||
changelog/_unreleased/2024-06-26-fix-super-call-stack-exception.md
|
||||
changelog/_unreleased/2024-06-11-add-storage-name-to-entity-attributes.md
|
||||
changelog/_unreleased/2024-06-25-language-widget-typo.md
|
||||
changelog/_unreleased/2024-07-03-adjust-ar-icon-and-label.md
|
||||
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
changelog/_unreleased/2024-05-08-order-placed-incorrectly.md
|
||||
changelog/_unreleased/2024-04-21-remove-category-criteria-for-editor-links.md
|
||||
changelog/_unreleased/2024-07-05-allow-adding-default-values-to-custom-entities.md
|
||||
changelog/_unreleased/2024-06-20-the-selected-order-language-is-not-saved-for-a-manually-created-orders.md
|
||||
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
|
||||
changelog/_unreleased/2024-06-26-add-order-and-customer-number-filters-to-admin-lists.md
|
||||
changelog/_unreleased/2024-06-17-fix-that-company-address-is-shown-twice.md
|
||||
changelog/_unreleased/2024-06-14-improve-composer-executions-while-plugin-lifecycle.md
|
||||
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
|
||||
changelog/_unreleased/2024-07-10-fix-github-jest-and-lint-workflows.md
|
||||
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
|
||||
changelog/_unreleased/2024-06-21-add-mediaupdatedat-to-thumbnailpattern-for-disabled-thumbnail-generation.md
|
||||
changelog/_unreleased/2024-06-20-fix-media-url-loader-with-unset-thumbnails.md
|
||||
changelog/_unreleased/2024-06-05-add-intra-community-delivery-label-for-cancellation-invoice.md
|
||||
changelog/_unreleased/2024-07-08-deprecate-sw-select-number-field-component.md
|
||||
changelog/_unreleased/2024-06-27-add-default-value-for-augmented-reality-media.md
|
||||
changelog/_unreleased/2024-07-05-search-by-product-number-should-redirect-to-detail-page.md
|
||||
changelog/_unreleased/2024-07-05-add-routes-api-routes-list-endpoint.md
|
||||
changelog/_unreleased/2024-06-20-added-uri-to-environment-information.md
|
||||
changelog/_unreleased/2024-06-18-total-in-cancellation-invoices-should-be-negative.md
|
||||
changelog/_unreleased/2024-05-17-add-admin-vite-poc.md
|
||||
|
@ -1219,6 +1226,7 @@ changelog/_unreleased/2022-07-04-mail-attach.md
|
|||
changelog/_unreleased/2024-05-16-add-error-handling-to-http-client-js.md
|
||||
changelog/_unreleased/2024-07-03-dont-remove-cache-cookies-for-404.md
|
||||
changelog/_unreleased/2024-07-08-limit-search-term-length-for-mysql-search.md
|
||||
changelog/_unreleased/2024-07-03-add-twig-blocks-to-order-general-info.md
|
||||
changelog/_unreleased/2024-07-03-search-by-product-number.md
|
||||
changelog/_unreleased/2024-07-05-increase-app-payment-timeout-to-20-s.md
|
||||
changelog/_unreleased/.keep
|
||||
|
@ -1231,6 +1239,7 @@ changelog/_unreleased/2024-07-04-update-github-playwright-test-image.md
|
|||
changelog/_unreleased/2024-06-25-introduce-app-filesystem-abstraction.md
|
||||
changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md
|
||||
changelog/_unreleased/2024-06-04-fix-cms-data-mapping-for-nested-translations.md
|
||||
changelog/_unreleased/2024-07-02-fix-rule-condition-price-listprice-percentage-ratio-to-actually-use-ratios.md
|
||||
changelog/_unreleased/2024-07-03-improve-wishlist-user-experience.md
|
||||
changelog/release-6-4-3-1/2021-07-29-improve-file-download.md
|
||||
changelog/release-6-4-3-1/2021-07-30-add-plugin-upload-privilege.md
|
||||
|
@ -4961,6 +4970,7 @@ tests/integration/Core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceE
|
|||
tests/integration/Core/Maintenance/SalesChannel/Command/SalesChannelListCommandTest.php
|
||||
tests/integration/Core/Maintenance/SalesChannel/Command/SalesChannelUpdateDomainCommandTest.php
|
||||
tests/integration/Core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceDisableCommandTest.php
|
||||
tests/integration/Core/Framework/Demodata/PersonalData/CleanPersonalDataCommandTest.php
|
||||
tests/integration/Core/Framework/Plugin/Util/ZipUtilsTest.php
|
||||
tests/integration/Core/Framework/Plugin/KernelPluginIntegrationTest.php
|
||||
tests/integration/Core/Framework/Plugin/_fixtures/archives/SwagFashionTheme.zip
|
||||
|
@ -5376,6 +5386,7 @@ tests/integration/Core/System/SalesChannel/Context/SalesChannelContextRestorerTe
|
|||
tests/integration/Core/System/SalesChannel/Validation/SalesChannelValidatorTest.php
|
||||
tests/integration/Core/System/SalesChannel/Subscriber/SalesChannelTypeValidatorTest.php
|
||||
tests/integration/Core/System/SalesChannel/Cleanup/CleanupSalesChannelContextTaskHandlerTest.php
|
||||
tests/integration/Core/System/SalesChannel/SalesChannel/StoreApiInfoControllerTest.php
|
||||
tests/integration/Core/System/SalesChannel/SalesChannel/ContextSwitchRouteTest.php
|
||||
tests/integration/Core/System/SalesChannel/SalesChannel/ContextRouteTest.php
|
||||
tests/integration/Core/System/SalesChannel/Entity/SalesChannelDefinitionTest.php
|
||||
|
@ -5402,6 +5413,9 @@ tests/integration/Core/System/CustomEntity/Xml/Config/_fixtures/apps/cmsAwareAnd
|
|||
tests/integration/Core/System/CustomEntity/Xml/Config/_fixtures/apps/cmsAwareAndAdminUiApp/Resources/config/admin-ui.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/without-restrict-delete/manifest.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/without-restrict-delete/Resources/entities.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/default-value/manifest.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/default-value/Resources/invalid-default-value-entities.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/default-value/Resources/entities.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/custom-entity-test/manifest.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/custom-entity-test/Resources/entities.xml
|
||||
tests/integration/Core/System/CustomEntity/_fixtures/custom-entity-test/Resources/scripts/store-api-blog/store-api-blog.twig
|
||||
|
@ -6532,6 +6546,7 @@ tests/unit/Core/Framework/RateLimiter/Policy/SystemConfigLimiterTest.php
|
|||
tests/unit/Core/Framework/Api/EventListener/ErrorResponseFactoryTest.php
|
||||
tests/unit/Core/Framework/Api/Util/AccessKeyHelperTest.php
|
||||
tests/unit/Core/Framework/Api/Route/ApiRouteLoaderTest.php
|
||||
tests/unit/Core/Framework/Api/Route/ApiRouteInfoResolverTest.php
|
||||
tests/unit/Core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollectionTest.php
|
||||
tests/unit/Core/Framework/Api/ApiDefinition/Generator/StoreApiGeneratorTest.php
|
||||
tests/unit/Core/Framework/Api/ApiDefinition/Generator/DefinitionServiceTest.php
|
||||
|
@ -7460,8 +7475,10 @@ tests/migration/Core/V6_6/Migration1707807389ChangeAvailableDefaultTest.php
|
|||
tests/migration/Core/V6_6/Migration1702479623RemoveEsMultilingualFlagTest.php
|
||||
tests/migration/Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php
|
||||
tests/migration/Core/V6_6/Migration1707064042CartRemoveFKTest.php
|
||||
tests/migration/Core/V6_6/Migration1720094362AddStateForeignKeyToOrderDeliveryTest.php
|
||||
tests/migration/Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooterTest.php
|
||||
tests/migration/Core/V6_6/Migration1718615305AddEuToCountryTableTest.php
|
||||
tests/migration/Core/V6_6/Migration1671723392AddWebhookLifetimeConfigTest.php
|
||||
tests/migration/Core/V6_6/Migration1696515133AddCheckoutGatewayUrlTest.php
|
||||
tests/migration/Core/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php
|
||||
|
@ -7472,13 +7489,16 @@ tests/migration/Core/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromS
|
|||
tests/migration/Core/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
tests/migration/Core/V6_6/Migration1716968180AddAppSourceConfigTest.php
|
||||
tests/migration/Core/V6_6/Migration1710493619ScheduleMediaPathIndexerTest.php
|
||||
tests/migration/Core/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNoteTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
tests/migration/Core/V6_6/Migration1720094363AddStateForeignKeyToOrderTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
tests/migration/Core/V6_6/Migration1718658881AddValidationDataToOrderTransactionTest.php
|
||||
tests/migration/Core/V6_6/Migration1715081559AdjustSentMailActionOnReviewSentTest.php
|
||||
tests/migration/Core/V6_6/Migration1691662140MigrateAvailableStockTest.php
|
||||
tests/migration/Core/V6_6/Migration1714659357CanonicalProductVersionTest.php
|
||||
tests/migration/Core/V6_6/Migration1696262484AddDefaultSendMailOptionsTest.php
|
||||
tests/migration/Core/V6_6/Migration1717601705AddIntraCommunityLabelDocumentConfigToStornoTest.php
|
||||
tests/migration/Core/ImportTranslationTraitTest.php
|
||||
tests/migration/Core/BasicDataUntouchedTest.php
|
||||
tests/migration/MigrationTestTrait.php
|
||||
|
@ -13010,9 +13030,11 @@ src/Administration/Resources/app/administration/src/app/plugin/deprecation.plugi
|
|||
src/Administration/Resources/app/administration/src/app/plugin/meta-info.plugin.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/plugin/device-helper.plugin.js
|
||||
src/Administration/Resources/app/administration/src/app/plugin/devtool-helper.plugin.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/plugin/virtual-call-stack.plugin.ts
|
||||
src/Administration/Resources/app/administration/src/app/plugin/deprecation.plugin.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/plugin/sanitize.plugin.js
|
||||
src/Administration/Resources/app/administration/src/app/plugin/index.ts
|
||||
src/Administration/Resources/app/administration/src/app/plugin/virtual-call-stack.plugin.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/plugin/shortcut.plugin.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/plugin/meta-info.plugin.js
|
||||
src/Administration/Resources/app/administration/src/app/directive/popover.spec.js
|
||||
|
@ -13494,6 +13516,8 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-number
|
|||
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
|
||||
src/Administration/Resources/app/administration/src/app/component/form/sw-select-number-field/index.js
|
||||
src/Administration/Resources/app/administration/src/app/component/form/sw-select-number-field/sw-select-number-field.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/component/form/field-base/sw-contextual-field/sw-contextual-field.scss
|
||||
src/Administration/Resources/app/administration/src/app/component/form/field-base/sw-contextual-field/index.js
|
||||
src/Administration/Resources/app/administration/src/app/component/form/field-base/sw-contextual-field/sw-contextual-field.html.twig
|
||||
|
@ -15290,7 +15314,6 @@ src/Core/Framework/Test/CustomField/CustomFieldSetRepositoryTest.php
|
|||
src/Core/Framework/Test/CustomField/CustomFieldRepositoryTest.php
|
||||
src/Core/Framework/Test/CustomField/CustomFieldServiceTest.php
|
||||
src/Core/Framework/Test/CustomField/Api/CustomFieldSetActionControllerTest.php
|
||||
src/Core/Framework/Test/PersonalData/CleanPersonalDataCommandTest.php
|
||||
src/Core/Framework/Test/TestSessionStorage.php
|
||||
src/Core/Framework/Test/IdsCollection.php
|
||||
src/Core/Framework/Test/DependencyInjection/fixtures/TestBusinessEvents.php
|
||||
|
@ -16244,6 +16267,8 @@ src/Core/Framework/Api/Exception/InvalidSalesChannelIdException.php
|
|||
src/Core/Framework/Api/Exception/NoEntityClonedException.php
|
||||
src/Core/Framework/Api/Exception/LiveVersionDeleteException.php
|
||||
src/Core/Framework/Api/Route/ApiRouteLoader.php
|
||||
src/Core/Framework/Api/Route/RouteInfo.php
|
||||
src/Core/Framework/Api/Route/ApiRouteInfoResolver.php
|
||||
src/Core/Framework/Api/Acl/Event/CommandAclValidationEvent.php
|
||||
src/Core/Framework/Api/Acl/Event/AclGetAdditionalPrivilegesEvent.php
|
||||
src/Core/Framework/Api/Acl/AclAnnotationValidator.php
|
||||
|
@ -16286,6 +16311,7 @@ src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/flow-action
|
|||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/document.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/cache_info.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/index-products.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/info.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/message-queue.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/openapi3.json.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/mail-template.json
|
||||
|
@ -16367,6 +16393,7 @@ src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/navigation.
|
|||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/customer.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/context.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/document.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/info.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/handle-payment.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/product-export.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/paths/openapi3.json.json
|
||||
|
@ -19627,9 +19654,12 @@ src/Core/Migration/V6_6/Migration1701677136RemovePluginChangelogField.php
|
|||
src/Core/Migration/V6_6/Migration1715081559AdjustSentMailActionOnReviewSent.php
|
||||
src/Core/Migration/V6_6/Migration1707064042CartRemoveFK.php
|
||||
src/Core/Migration/V6_6/Migration1691662140MigrateAvailableStock.php
|
||||
src/Core/Migration/V6_6/Migration1718615305AddEuToCountryTable.php
|
||||
src/Core/Migration/V6_6/Migration1702479623RemoveEsMultilingualFlag.php
|
||||
src/Core/Migration/V6_6/Migration1720094363AddStateForeignKeyToOrder.php
|
||||
src/Core/Migration/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
src/Core/Migration/V6_6/Migration1712309989DropLanguageLocaleUnique.php
|
||||
src/Core/Migration/V6_6/Migration1717601705AddIntraCommunityLabelDocumentConfigToStorno.php
|
||||
src/Core/Migration/V6_6/Migration1673964565MigrateToReferencedColumns.php
|
||||
src/Core/Migration/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullable.php
|
||||
src/Core/Migration/V6_6/Migration1716968180AddAppSourceConfig.php
|
||||
|
@ -19639,8 +19669,10 @@ src/Core/Migration/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOp
|
|||
src/Core/Migration/V6_6/Migration1707807389ChangeAvailableDefault.php
|
||||
src/Core/Migration/V6_6/Migration1716285861AddAppSourceType.php
|
||||
src/Core/Migration/V6_6/Migration1711461579FixDefaultMailFooter.php
|
||||
src/Core/Migration/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNote.php
|
||||
src/Core/Migration/V6_6/Migration1714659357CanonicalProductVersion.php
|
||||
src/Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
|
||||
src/Core/Migration/V6_6/Migration1720094362AddStateForeignKeyToOrderDelivery.php
|
||||
src/Core/Migration/V6_6/Migration1702982372FixProductCrossSellingSortByPrice.php
|
||||
src/Core/Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php
|
||||
src/Core/Migration/V6_6/Migration1679581138RemoveAssociationFields.php
|
||||
|
|
|
@ -29619,6 +29619,24 @@ cloud/src/deploy-project/index.ts
|
|||
src/deploy-project/index.ts
|
||||
deploy-project/index.ts
|
||||
index.ts
|
||||
packages/cli/cloud/src/list-projects/action.ts
|
||||
cli/cloud/src/list-projects/action.ts
|
||||
cloud/src/list-projects/action.ts
|
||||
src/list-projects/action.ts
|
||||
list-projects/action.ts
|
||||
action.ts
|
||||
packages/cli/cloud/src/list-projects/command.ts
|
||||
cli/cloud/src/list-projects/command.ts
|
||||
cloud/src/list-projects/command.ts
|
||||
src/list-projects/command.ts
|
||||
list-projects/command.ts
|
||||
command.ts
|
||||
packages/cli/cloud/src/list-projects/index.ts
|
||||
cli/cloud/src/list-projects/index.ts
|
||||
cloud/src/list-projects/index.ts
|
||||
src/list-projects/index.ts
|
||||
list-projects/index.ts
|
||||
index.ts
|
||||
packages/cli/cloud/src/config/local.ts
|
||||
cli/cloud/src/config/local.ts
|
||||
cloud/src/config/local.ts
|
||||
|
|
|
@ -4163,6 +4163,9 @@ packages/cli/cloud/src/bin.ts
|
|||
packages/cli/cloud/src/deploy-project/action.ts
|
||||
packages/cli/cloud/src/deploy-project/command.ts
|
||||
packages/cli/cloud/src/deploy-project/index.ts
|
||||
packages/cli/cloud/src/list-projects/action.ts
|
||||
packages/cli/cloud/src/list-projects/command.ts
|
||||
packages/cli/cloud/src/list-projects/index.ts
|
||||
packages/cli/cloud/src/config/local.ts
|
||||
packages/cli/cloud/src/config/api.ts
|
||||
packages/cli/cloud/src/index.ts
|
||||
|
|
|
@ -6881,10 +6881,6 @@ features/product/managing_price_history/deleting_old_channel_pricing_entry_logs.
|
|||
product/managing_price_history/deleting_old_channel_pricing_entry_logs.feature
|
||||
managing_price_history/deleting_old_channel_pricing_entry_logs.feature
|
||||
deleting_old_channel_pricing_entry_logs.feature
|
||||
features/product/viewing_product_in_admin_panel/accesing_product_edit_page_from_show_page.feature
|
||||
product/viewing_product_in_admin_panel/accesing_product_edit_page_from_show_page.feature
|
||||
viewing_product_in_admin_panel/accesing_product_edit_page_from_show_page.feature
|
||||
accesing_product_edit_page_from_show_page.feature
|
||||
features/product/viewing_product_in_admin_panel/viewing_details_of_simple_product.feature
|
||||
product/viewing_product_in_admin_panel/viewing_details_of_simple_product.feature
|
||||
viewing_product_in_admin_panel/viewing_details_of_simple_product.feature
|
||||
|
@ -6917,6 +6913,10 @@ features/product/viewing_product_in_admin_panel/viewing_applied_catalog_promotio
|
|||
product/viewing_product_in_admin_panel/viewing_applied_catalog_promotions_details_for_a_simple_product.feature
|
||||
viewing_product_in_admin_panel/viewing_applied_catalog_promotions_details_for_a_simple_product.feature
|
||||
viewing_applied_catalog_promotions_details_for_a_simple_product.feature
|
||||
features/product/viewing_product_in_admin_panel/accessing_product_edit_page_from_show_page.feature
|
||||
product/viewing_product_in_admin_panel/accessing_product_edit_page_from_show_page.feature
|
||||
viewing_product_in_admin_panel/accessing_product_edit_page_from_show_page.feature
|
||||
accessing_product_edit_page_from_show_page.feature
|
||||
features/product/viewing_product_in_admin_panel/viewing_applied_catalog_promotions_details_within_variant.feature
|
||||
product/viewing_product_in_admin_panel/viewing_applied_catalog_promotions_details_within_variant.feature
|
||||
viewing_product_in_admin_panel/viewing_applied_catalog_promotions_details_within_variant.feature
|
||||
|
|
|
@ -1518,7 +1518,6 @@ features/product/viewing_products/viewing_different_discounted_price_for_differe
|
|||
features/product/viewing_products/seeing_corresponding_lowest_price_before_discount_when_selecting_different_product_option.feature
|
||||
features/product/viewing_products/not_seeing_lowest_price_for_product_that_has_taxon_excluded_on_channel.feature
|
||||
features/product/managing_price_history/deleting_old_channel_pricing_entry_logs.feature
|
||||
features/product/viewing_product_in_admin_panel/accesing_product_edit_page_from_show_page.feature
|
||||
features/product/viewing_product_in_admin_panel/viewing_details_of_simple_product.feature
|
||||
features/product/viewing_product_in_admin_panel/viewing_non_translatable_attributes_admin.feature
|
||||
features/product/viewing_product_in_admin_panel/viewing_lowest_price_before_discount_within_variant.feature
|
||||
|
@ -1527,6 +1526,7 @@ features/product/viewing_product_in_admin_panel/viewing_product_attributes_in_di
|
|||
features/product/viewing_product_in_admin_panel/viewing_lowest_price_before_discount_for_simple_product.feature
|
||||
features/product/viewing_product_in_admin_panel/checking_products_in_the_shop_while_viewing_them.feature
|
||||
features/product/viewing_product_in_admin_panel/viewing_applied_catalog_promotions_details_for_a_simple_product.feature
|
||||
features/product/viewing_product_in_admin_panel/accessing_product_edit_page_from_show_page.feature
|
||||
features/product/viewing_product_in_admin_panel/viewing_applied_catalog_promotions_details_within_variant.feature
|
||||
features/product/managing_product_association_types/adding_product_association_type.feature
|
||||
features/product/managing_product_association_types/browsing_product_association_types.feature
|
||||
|
|
|
@ -5138,6 +5138,10 @@ plugins/woocommerce-blocks/bin/remove-files-webpack-plugin.js
|
|||
woocommerce-blocks/bin/remove-files-webpack-plugin.js
|
||||
bin/remove-files-webpack-plugin.js
|
||||
remove-files-webpack-plugin.js
|
||||
plugins/woocommerce-blocks/bin/add-split-chunk-dependencies.js
|
||||
woocommerce-blocks/bin/add-split-chunk-dependencies.js
|
||||
bin/add-split-chunk-dependencies.js
|
||||
add-split-chunk-dependencies.js
|
||||
plugins/woocommerce-blocks/.eslintignore
|
||||
woocommerce-blocks/.eslintignore
|
||||
.eslintignore
|
||||
|
@ -20545,6 +20549,10 @@ plugins/woocommerce-beta-tester/changelog/48806-dev-bump-beta-tester-version-to-
|
|||
woocommerce-beta-tester/changelog/48806-dev-bump-beta-tester-version-to-2.3.2
|
||||
changelog/48806-dev-bump-beta-tester-version-to-2.3.2
|
||||
48806-dev-bump-beta-tester-version-to-2.3.2
|
||||
plugins/woocommerce-beta-tester/changelog/update-dev-tools-expression-evaluation
|
||||
woocommerce-beta-tester/changelog/update-dev-tools-expression-evaluation
|
||||
changelog/update-dev-tools-expression-evaluation
|
||||
update-dev-tools-expression-evaluation
|
||||
plugins/woocommerce-beta-tester/changelog/dev-tune-up-zip-generation
|
||||
woocommerce-beta-tester/changelog/dev-tune-up-zip-generation
|
||||
changelog/dev-tune-up-zip-generation
|
||||
|
@ -20819,6 +20827,11 @@ src/remote-spec-validator/data/constants.js
|
|||
remote-spec-validator/data/constants.js
|
||||
data/constants.js
|
||||
constants.js
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/expression-field.tsx
|
||||
woocommerce-beta-tester/src/product-editor-dev-tools/expression-field.tsx
|
||||
src/product-editor-dev-tools/expression-field.tsx
|
||||
product-editor-dev-tools/expression-field.tsx
|
||||
expression-field.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/product-editor-dev-tools-menu.tsx
|
||||
woocommerce-beta-tester/src/product-editor-dev-tools/product-editor-dev-tools-menu.tsx
|
||||
src/product-editor-dev-tools/product-editor-dev-tools-menu.tsx
|
||||
|
@ -20844,6 +20857,11 @@ woocommerce-beta-tester/src/product-editor-dev-tools/product-tab-panel.tsx
|
|||
src/product-editor-dev-tools/product-tab-panel.tsx
|
||||
product-editor-dev-tools/product-tab-panel.tsx
|
||||
product-tab-panel.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/expression-text-area.tsx
|
||||
woocommerce-beta-tester/src/product-editor-dev-tools/expression-text-area.tsx
|
||||
src/product-editor-dev-tools/expression-text-area.tsx
|
||||
product-editor-dev-tools/expression-text-area.tsx
|
||||
expression-text-area.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/product-editor-dev-tools-bar.tsx
|
||||
woocommerce-beta-tester/src/product-editor-dev-tools/product-editor-dev-tools-bar.tsx
|
||||
src/product-editor-dev-tools/product-editor-dev-tools-bar.tsx
|
||||
|
@ -20859,6 +20877,11 @@ woocommerce-beta-tester/src/product-editor-dev-tools/help-tab-panel.tsx
|
|||
src/product-editor-dev-tools/help-tab-panel.tsx
|
||||
product-editor-dev-tools/help-tab-panel.tsx
|
||||
help-tab-panel.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/expression-result.tsx
|
||||
woocommerce-beta-tester/src/product-editor-dev-tools/expression-result.tsx
|
||||
src/product-editor-dev-tools/expression-result.tsx
|
||||
product-editor-dev-tools/expression-result.tsx
|
||||
expression-result.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/index.scss
|
||||
woocommerce-beta-tester/src/product-editor-dev-tools/index.scss
|
||||
src/product-editor-dev-tools/index.scss
|
||||
|
@ -31182,6 +31205,10 @@ plugins/woocommerce/changelog/48856-fix-47646-fix-the-preview-badges-corner-radi
|
|||
woocommerce/changelog/48856-fix-47646-fix-the-preview-badges-corner-radius
|
||||
changelog/48856-fix-47646-fix-the-preview-badges-corner-radius
|
||||
48856-fix-47646-fix-the-preview-badges-corner-radius
|
||||
plugins/woocommerce/changelog/fix-38384-esc-html
|
||||
woocommerce/changelog/fix-38384-esc-html
|
||||
changelog/fix-38384-esc-html
|
||||
fix-38384-esc-html
|
||||
plugins/woocommerce/changelog/e2e-fix-flaky-connect-to-woo
|
||||
woocommerce/changelog/e2e-fix-flaky-connect-to-woo
|
||||
changelog/e2e-fix-flaky-connect-to-woo
|
||||
|
@ -31270,6 +31297,10 @@ plugins/woocommerce/changelog/dev-update-playwright-1_45
|
|||
woocommerce/changelog/dev-update-playwright-1_45
|
||||
changelog/dev-update-playwright-1_45
|
||||
dev-update-playwright-1_45
|
||||
plugins/woocommerce/changelog/add-collection-instances-telemetry
|
||||
woocommerce/changelog/add-collection-instances-telemetry
|
||||
changelog/add-collection-instances-telemetry
|
||||
add-collection-instances-telemetry
|
||||
plugins/woocommerce/changelog/fix-lys-refetch-site-cache-status
|
||||
woocommerce/changelog/fix-lys-refetch-site-cache-status
|
||||
changelog/fix-lys-refetch-site-cache-status
|
||||
|
@ -31298,6 +31329,10 @@ plugins/woocommerce/changelog/tweak-select-tree-2
|
|||
woocommerce/changelog/tweak-select-tree-2
|
||||
changelog/tweak-select-tree-2
|
||||
tweak-select-tree-2
|
||||
plugins/woocommerce/changelog/49297-fix-cys-intro-cards
|
||||
woocommerce/changelog/49297-fix-cys-intro-cards
|
||||
changelog/49297-fix-cys-intro-cards
|
||||
49297-fix-cys-intro-cards
|
||||
plugins/woocommerce/changelog/49096-fix-remove-experimental-layout-from-product-template
|
||||
woocommerce/changelog/49096-fix-remove-experimental-layout-from-product-template
|
||||
changelog/49096-fix-remove-experimental-layout-from-product-template
|
||||
|
@ -31314,6 +31349,10 @@ plugins/woocommerce/changelog/48382-refactor-btc-initialization
|
|||
woocommerce/changelog/48382-refactor-btc-initialization
|
||||
changelog/48382-refactor-btc-initialization
|
||||
48382-refactor-btc-initialization
|
||||
plugins/woocommerce/changelog/48010-dev-cart-checkout-bundle
|
||||
woocommerce/changelog/48010-dev-cart-checkout-bundle
|
||||
changelog/48010-dev-cart-checkout-bundle
|
||||
48010-dev-cart-checkout-bundle
|
||||
plugins/woocommerce/changelog/enhance-46536-product-collection-insertion
|
||||
woocommerce/changelog/enhance-46536-product-collection-insertion
|
||||
changelog/enhance-46536-product-collection-insertion
|
||||
|
@ -31346,6 +31385,10 @@ plugins/woocommerce/changelog/49232-fix-css-issues-cys
|
|||
woocommerce/changelog/49232-fix-css-issues-cys
|
||||
changelog/49232-fix-css-issues-cys
|
||||
49232-fix-css-issues-cys
|
||||
plugins/woocommerce/changelog/49295-fix-delete-button-copy
|
||||
woocommerce/changelog/49295-fix-delete-button-copy
|
||||
changelog/49295-fix-delete-button-copy
|
||||
49295-fix-delete-button-copy
|
||||
plugins/woocommerce/changelog/dev-ci-caching-tweaks
|
||||
woocommerce/changelog/dev-ci-caching-tweaks
|
||||
changelog/dev-ci-caching-tweaks
|
||||
|
@ -31414,6 +31457,10 @@ plugins/woocommerce/changelog/sku-check-before-product-creation
|
|||
woocommerce/changelog/sku-check-before-product-creation
|
||||
changelog/sku-check-before-product-creation
|
||||
sku-check-before-product-creation
|
||||
plugins/woocommerce/changelog/49299-fix-cys-header-footer-borders
|
||||
woocommerce/changelog/49299-fix-cys-header-footer-borders
|
||||
changelog/49299-fix-cys-header-footer-borders
|
||||
49299-fix-cys-header-footer-borders
|
||||
plugins/woocommerce/changelog/add-unique-id-field
|
||||
woocommerce/changelog/add-unique-id-field
|
||||
changelog/add-unique-id-field
|
||||
|
@ -31502,6 +31549,10 @@ plugins/woocommerce/changelog/49018-fix-block-e2e-readme
|
|||
woocommerce/changelog/49018-fix-block-e2e-readme
|
||||
changelog/49018-fix-block-e2e-readme
|
||||
49018-fix-block-e2e-readme
|
||||
plugins/woocommerce/changelog/48384-fix-mini-cart-zoom
|
||||
woocommerce/changelog/48384-fix-mini-cart-zoom
|
||||
changelog/48384-fix-mini-cart-zoom
|
||||
48384-fix-mini-cart-zoom
|
||||
plugins/woocommerce/changelog/dev-ci-caching-rework-playwright-caching
|
||||
woocommerce/changelog/dev-ci-caching-rework-playwright-caching
|
||||
changelog/dev-ci-caching-rework-playwright-caching
|
||||
|
@ -31538,6 +31589,10 @@ plugins/woocommerce/changelog/49170-fix-49169
|
|||
woocommerce/changelog/49170-fix-49169
|
||||
changelog/49170-fix-49169
|
||||
49170-fix-49169
|
||||
plugins/woocommerce/changelog/pr-49333
|
||||
woocommerce/changelog/pr-49333
|
||||
changelog/pr-49333
|
||||
pr-49333
|
||||
plugins/woocommerce/changelog/48765-48669-cys-in-some-cases-the-border-of-the-footerheader-is-violet
|
||||
woocommerce/changelog/48765-48669-cys-in-some-cases-the-border-of-the-footerheader-is-violet
|
||||
changelog/48765-48669-cys-in-some-cases-the-border-of-the-footerheader-is-violet
|
||||
|
@ -31546,6 +31601,10 @@ plugins/woocommerce/changelog/48545-add-product-count-display-setting
|
|||
woocommerce/changelog/48545-add-product-count-display-setting
|
||||
changelog/48545-add-product-count-display-setting
|
||||
48545-add-product-count-display-setting
|
||||
plugins/woocommerce/changelog/ci-disable-metrics-job
|
||||
woocommerce/changelog/ci-disable-metrics-job
|
||||
changelog/ci-disable-metrics-job
|
||||
ci-disable-metrics-job
|
||||
plugins/woocommerce/changelog/update-e2e-check-add-button-when-creating-new-global-attribute-terms
|
||||
woocommerce/changelog/update-e2e-check-add-button-when-creating-new-global-attribute-terms
|
||||
changelog/update-e2e-check-add-button-when-creating-new-global-attribute-terms
|
||||
|
@ -31614,6 +31673,10 @@ plugins/woocommerce/changelog/fix-39318-remove-enctype
|
|||
woocommerce/changelog/fix-39318-remove-enctype
|
||||
changelog/fix-39318-remove-enctype
|
||||
fix-39318-remove-enctype
|
||||
plugins/woocommerce/changelog/pr-48884
|
||||
woocommerce/changelog/pr-48884
|
||||
changelog/pr-48884
|
||||
pr-48884
|
||||
plugins/woocommerce/changelog/48799-48787-cys-as-soon-as-the-user-moves-away-from-the-pattern-the-block-toolbar-should-disappear
|
||||
woocommerce/changelog/48799-48787-cys-as-soon-as-the-user-moves-away-from-the-pattern-the-block-toolbar-should-disappear
|
||||
changelog/48799-48787-cys-as-soon-as-the-user-moves-away-from-the-pattern-the-block-toolbar-should-disappear
|
||||
|
@ -48362,6 +48425,12 @@ includes/tracks/events/class-wc-settings-tracking.php
|
|||
tracks/events/class-wc-settings-tracking.php
|
||||
events/class-wc-settings-tracking.php
|
||||
class-wc-settings-tracking.php
|
||||
plugins/woocommerce/includes/tracks/events/class-wc-product-collection-block-tracking.php
|
||||
woocommerce/includes/tracks/events/class-wc-product-collection-block-tracking.php
|
||||
includes/tracks/events/class-wc-product-collection-block-tracking.php
|
||||
tracks/events/class-wc-product-collection-block-tracking.php
|
||||
events/class-wc-product-collection-block-tracking.php
|
||||
class-wc-product-collection-block-tracking.php
|
||||
plugins/woocommerce/includes/tracks/events/class-wc-order-tracking.php
|
||||
woocommerce/includes/tracks/events/class-wc-order-tracking.php
|
||||
includes/tracks/events/class-wc-order-tracking.php
|
||||
|
@ -62582,6 +62651,11 @@ js/block-templates/changelog/fix-layout-template-request
|
|||
block-templates/changelog/fix-layout-template-request
|
||||
changelog/fix-layout-template-request
|
||||
fix-layout-template-request
|
||||
packages/js/block-templates/changelog/fix-create-variations-crash-react-18
|
||||
js/block-templates/changelog/fix-create-variations-crash-react-18
|
||||
block-templates/changelog/fix-create-variations-crash-react-18
|
||||
changelog/fix-create-variations-crash-react-18
|
||||
fix-create-variations-crash-react-18
|
||||
packages/js/block-templates/changelog/add-backend-template-match
|
||||
js/block-templates/changelog/add-backend-template-match
|
||||
block-templates/changelog/add-backend-template-match
|
||||
|
@ -65568,6 +65642,11 @@ js/product-editor/changelog/update-product-editor-doc-more-menu-slotfill
|
|||
product-editor/changelog/update-product-editor-doc-more-menu-slotfill
|
||||
changelog/update-product-editor-doc-more-menu-slotfill
|
||||
update-product-editor-doc-more-menu-slotfill
|
||||
packages/js/product-editor/changelog/fix-create-variations-crash-react-18
|
||||
js/product-editor/changelog/fix-create-variations-crash-react-18
|
||||
product-editor/changelog/fix-create-variations-crash-react-18
|
||||
changelog/fix-create-variations-crash-react-18
|
||||
fix-create-variations-crash-react-18
|
||||
packages/js/product-editor/changelog/fix-responsive-tabs
|
||||
js/product-editor/changelog/fix-responsive-tabs
|
||||
product-editor/changelog/fix-responsive-tabs
|
||||
|
@ -65588,6 +65667,11 @@ js/product-editor/changelog/try-detect-save-via-product-editor
|
|||
product-editor/changelog/try-detect-save-via-product-editor
|
||||
changelog/try-detect-save-via-product-editor
|
||||
try-detect-save-via-product-editor
|
||||
packages/js/product-editor/changelog/tweak-number-control
|
||||
js/product-editor/changelog/tweak-number-control
|
||||
product-editor/changelog/tweak-number-control
|
||||
changelog/tweak-number-control
|
||||
tweak-number-control
|
||||
packages/js/product-editor/changelog/update-number-control-improvements
|
||||
js/product-editor/changelog/update-number-control-improvements
|
||||
product-editor/changelog/update-number-control-improvements
|
||||
|
|
|
@ -809,6 +809,7 @@ plugins/woocommerce-blocks/bin/change-versions.sh
|
|||
plugins/woocommerce-blocks/bin/gen-block-list-doc.js
|
||||
plugins/woocommerce-blocks/bin/.htaccess
|
||||
plugins/woocommerce-blocks/bin/remove-files-webpack-plugin.js
|
||||
plugins/woocommerce-blocks/bin/add-split-chunk-dependencies.js
|
||||
plugins/woocommerce-blocks/.eslintignore
|
||||
plugins/woocommerce-blocks/.env
|
||||
plugins/woocommerce-blocks/docker-compose.yml
|
||||
|
@ -2767,6 +2768,7 @@ plugins/woo-ai/assets/images/icons/alert.svg
|
|||
plugins/woocommerce-beta-tester/EXTENDING-WC-ADMIN-HELPER.md
|
||||
plugins/woocommerce-beta-tester/changelog/.gitkeep
|
||||
plugins/woocommerce-beta-tester/changelog/48806-dev-bump-beta-tester-version-to-2.3.2
|
||||
plugins/woocommerce-beta-tester/changelog/update-dev-tools-expression-evaluation
|
||||
plugins/woocommerce-beta-tester/changelog/dev-tune-up-zip-generation
|
||||
plugins/woocommerce-beta-tester/changelog/48825-update-fix-lint-errors
|
||||
plugins/woocommerce-beta-tester/.eslintrc
|
||||
|
@ -2825,14 +2827,17 @@ plugins/woocommerce-beta-tester/src/remote-spec-validator/data/selectors.js
|
|||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/index.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/reducer.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/constants.js
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/expression-field.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/product-editor-dev-tools-menu.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/expressions-panel.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/user-preferences-panel.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/product-editor-dev-tools.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/product-tab-panel.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/expression-text-area.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/product-editor-dev-tools-bar.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/index.ts
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/help-tab-panel.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/expression-result.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/index.scss
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/block-inspector-tab-panel.tsx
|
||||
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/tab-panel.tsx
|
||||
|
@ -4452,6 +4457,7 @@ plugins/woocommerce/changelog/48717-fix-48695-fix-confusing-messages-prompting-s
|
|||
plugins/woocommerce/changelog/ci-disable-perf-checks-for-prs
|
||||
plugins/woocommerce/changelog/48882-48784-cys-update-design-your-homepage-sidebar-copy
|
||||
plugins/woocommerce/changelog/48856-fix-47646-fix-the-preview-badges-corner-radius
|
||||
plugins/woocommerce/changelog/fix-38384-esc-html
|
||||
plugins/woocommerce/changelog/e2e-fix-flaky-connect-to-woo
|
||||
plugins/woocommerce/changelog/e2e-fix-flaky-gutenberg-services-tests
|
||||
plugins/woocommerce/changelog/update-wcpay-tracks-events-props
|
||||
|
@ -4474,6 +4480,7 @@ plugins/woocommerce/changelog/fix-47655-stack-coupon-fields
|
|||
plugins/woocommerce/changelog/48618-48601-filter-deps-ptk-patterns
|
||||
plugins/woocommerce/changelog/49006-fix-32202-fatal-error-when-parent-order-doesnt-exist
|
||||
plugins/woocommerce/changelog/dev-update-playwright-1_45
|
||||
plugins/woocommerce/changelog/add-collection-instances-telemetry
|
||||
plugins/woocommerce/changelog/fix-lys-refetch-site-cache-status
|
||||
plugins/woocommerce/changelog/e2e-fix-settings-tax-test
|
||||
plugins/woocommerce/changelog/fix-48126-legacy-status-handling
|
||||
|
@ -4481,10 +4488,12 @@ plugins/woocommerce/changelog/fix-36748-analytics-dashboard-currency-formatting
|
|||
plugins/woocommerce/changelog/fix-41373
|
||||
plugins/woocommerce/changelog/48662-48551-cys-update-block-toolbar-position
|
||||
plugins/woocommerce/changelog/tweak-select-tree-2
|
||||
plugins/woocommerce/changelog/49297-fix-cys-intro-cards
|
||||
plugins/woocommerce/changelog/49096-fix-remove-experimental-layout-from-product-template
|
||||
plugins/woocommerce/changelog/48802-48786-cys-no-highligh-the-pattern-when-it-is-added
|
||||
plugins/woocommerce/changelog/48889-48888-cys-block-toolbar-make-the-entire-shuffle-section-clickable
|
||||
plugins/woocommerce/changelog/48382-refactor-btc-initialization
|
||||
plugins/woocommerce/changelog/48010-dev-cart-checkout-bundle
|
||||
plugins/woocommerce/changelog/enhance-46536-product-collection-insertion
|
||||
plugins/woocommerce/changelog/fix-l10n-too-early
|
||||
plugins/woocommerce/changelog/48795-fix-47645-dont-show-the-badge-when-the-inner-blocks-are-selected
|
||||
|
@ -4493,6 +4502,7 @@ plugins/woocommerce/changelog/e2e-fix-merchant-settings-general
|
|||
plugins/woocommerce/changelog/48989-sku-fix-failing-test
|
||||
plugins/woocommerce/changelog/48488-48459-coupon-email-restriction-fix
|
||||
plugins/woocommerce/changelog/49232-fix-css-issues-cys
|
||||
plugins/woocommerce/changelog/49295-fix-delete-button-copy
|
||||
plugins/woocommerce/changelog/dev-ci-caching-tweaks
|
||||
plugins/woocommerce/changelog/e2e-add-allure-to-blocks-e2e
|
||||
plugins/woocommerce/changelog/49005-fix-open-intro-section
|
||||
|
@ -4510,6 +4520,7 @@ plugins/woocommerce/changelog/49196-fix-spacing
|
|||
plugins/woocommerce/changelog/48140-tag-different-envs-in-e2e-tests
|
||||
plugins/woocommerce/changelog/48752-fix-read-only-assembler
|
||||
plugins/woocommerce/changelog/sku-check-before-product-creation
|
||||
plugins/woocommerce/changelog/49299-fix-cys-header-footer-borders
|
||||
plugins/woocommerce/changelog/add-unique-id-field
|
||||
plugins/woocommerce/changelog/49140-add-dotcom-reviews-patterns
|
||||
plugins/woocommerce/changelog/add-42529-account-created-notice
|
||||
|
@ -4532,6 +4543,7 @@ plugins/woocommerce/changelog/49101-pattern-reviews
|
|||
plugins/woocommerce/changelog/add-front-matter-for-checkout-docs
|
||||
plugins/woocommerce/changelog/e2e-fix-flaky-test-filling-sku-in-product-editor
|
||||
plugins/woocommerce/changelog/49018-fix-block-e2e-readme
|
||||
plugins/woocommerce/changelog/48384-fix-mini-cart-zoom
|
||||
plugins/woocommerce/changelog/dev-ci-caching-rework-playwright-caching
|
||||
plugins/woocommerce/changelog/fix-48536-product-search-results-fallback
|
||||
plugins/woocommerce/changelog/e2e-move-buildkite-test-collector-to-dev-dependencies
|
||||
|
@ -4541,8 +4553,10 @@ plugins/woocommerce/changelog/e2e-fix-improve-retry-on-coupons
|
|||
plugins/woocommerce/changelog/dev-speedup-deps-installation
|
||||
plugins/woocommerce/changelog/49159-fix-match-admin-color-schema
|
||||
plugins/woocommerce/changelog/49170-fix-49169
|
||||
plugins/woocommerce/changelog/pr-49333
|
||||
plugins/woocommerce/changelog/48765-48669-cys-in-some-cases-the-border-of-the-footerheader-is-violet
|
||||
plugins/woocommerce/changelog/48545-add-product-count-display-setting
|
||||
plugins/woocommerce/changelog/ci-disable-metrics-job
|
||||
plugins/woocommerce/changelog/update-e2e-check-add-button-when-creating-new-global-attribute-terms
|
||||
plugins/woocommerce/changelog/fix-47601-rest-api-refunds
|
||||
plugins/woocommerce/changelog/48699-tweak-dont-recommend-wcservices-in-tax-task-with-wcship-or-wctax-active
|
||||
|
@ -4560,6 +4574,7 @@ plugins/woocommerce/changelog/e2e-fix-gutenberg-flaky-tests
|
|||
plugins/woocommerce/changelog/48719-fix-ptk-unit-test
|
||||
plugins/woocommerce/changelog/fix-40688-control-tk_ai-cookie
|
||||
plugins/woocommerce/changelog/fix-39318-remove-enctype
|
||||
plugins/woocommerce/changelog/pr-48884
|
||||
plugins/woocommerce/changelog/48799-48787-cys-as-soon-as-the-user-moves-away-from-the-pattern-the-block-toolbar-should-disappear
|
||||
plugins/woocommerce/changelog/48635-fix-46984-add-correct-icon-to-product-filters-wrapper-block
|
||||
plugins/woocommerce/changelog/48445-update-get-tax-line-label
|
||||
|
@ -7042,6 +7057,7 @@ plugins/woocommerce/includes/tracks/events/class-wc-coupons-tracking.php
|
|||
plugins/woocommerce/includes/tracks/events/class-wc-coupon-tracking.php
|
||||
plugins/woocommerce/includes/tracks/events/class-wc-status-tracking.php
|
||||
plugins/woocommerce/includes/tracks/events/class-wc-settings-tracking.php
|
||||
plugins/woocommerce/includes/tracks/events/class-wc-product-collection-block-tracking.php
|
||||
plugins/woocommerce/includes/tracks/events/class-wc-order-tracking.php
|
||||
plugins/woocommerce/includes/tracks/events/class-wc-admin-setup-wizard-tracking.php
|
||||
plugins/woocommerce/includes/tracks/events/class-wc-extensions-tracking.php
|
||||
|
@ -9593,6 +9609,7 @@ packages/js/api/.eslintignore
|
|||
packages/js/block-templates/changelog/ci-add-workflow-call-event
|
||||
packages/js/block-templates/changelog/.gitkeep
|
||||
packages/js/block-templates/changelog/fix-layout-template-request
|
||||
packages/js/block-templates/changelog/fix-create-variations-crash-react-18
|
||||
packages/js/block-templates/changelog/add-backend-template-match
|
||||
packages/js/block-templates/.npmrc
|
||||
packages/js/block-templates/tsconfig-cjs.json
|
||||
|
@ -10132,10 +10149,12 @@ packages/js/product-editor/changelog/update-pft-populate-template-selector
|
|||
packages/js/product-editor/changelog/fix-product-has-resolved
|
||||
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-undo
|
||||
packages/js/product-editor/changelog/update-product-editor-doc-more-menu-slotfill
|
||||
packages/js/product-editor/changelog/fix-create-variations-crash-react-18
|
||||
packages/js/product-editor/changelog/fix-responsive-tabs
|
||||
packages/js/product-editor/changelog/add-40351-prices
|
||||
packages/js/product-editor/changelog/dev-47035_request_tags_conditionally
|
||||
packages/js/product-editor/changelog/try-detect-save-via-product-editor
|
||||
packages/js/product-editor/changelog/tweak-number-control
|
||||
packages/js/product-editor/changelog/update-number-control-improvements
|
||||
packages/js/product-editor/changelog/add-product-editor-modal-block-editor-more-menu
|
||||
packages/js/product-editor/changelog/add-47221_tracks_events_to_publish_dropdown
|
||||
|
|
|
@ -13039,6 +13039,11 @@ views/messaging/ticket_update/ru.md.erb
|
|||
messaging/ticket_update/ru.md.erb
|
||||
ticket_update/ru.md.erb
|
||||
ru.md.erb
|
||||
app/views/messaging/ticket_update/is.md.erb
|
||||
views/messaging/ticket_update/is.md.erb
|
||||
messaging/ticket_update/is.md.erb
|
||||
ticket_update/is.md.erb
|
||||
is.md.erb
|
||||
app/views/messaging/ticket_update/de.md.erb
|
||||
views/messaging/ticket_update/de.md.erb
|
||||
messaging/ticket_update/de.md.erb
|
||||
|
@ -13184,6 +13189,11 @@ views/messaging/ticket_reminder_reached/ru.md.erb
|
|||
messaging/ticket_reminder_reached/ru.md.erb
|
||||
ticket_reminder_reached/ru.md.erb
|
||||
ru.md.erb
|
||||
app/views/messaging/ticket_reminder_reached/is.md.erb
|
||||
views/messaging/ticket_reminder_reached/is.md.erb
|
||||
messaging/ticket_reminder_reached/is.md.erb
|
||||
ticket_reminder_reached/is.md.erb
|
||||
is.md.erb
|
||||
app/views/messaging/ticket_reminder_reached/de.md.erb
|
||||
views/messaging/ticket_reminder_reached/de.md.erb
|
||||
messaging/ticket_reminder_reached/de.md.erb
|
||||
|
@ -13329,6 +13339,11 @@ views/messaging/ticket_escalation/ru.md.erb
|
|||
messaging/ticket_escalation/ru.md.erb
|
||||
ticket_escalation/ru.md.erb
|
||||
ru.md.erb
|
||||
app/views/messaging/ticket_escalation/is.md.erb
|
||||
views/messaging/ticket_escalation/is.md.erb
|
||||
messaging/ticket_escalation/is.md.erb
|
||||
ticket_escalation/is.md.erb
|
||||
is.md.erb
|
||||
app/views/messaging/ticket_escalation/de.md.erb
|
||||
views/messaging/ticket_escalation/de.md.erb
|
||||
messaging/ticket_escalation/de.md.erb
|
||||
|
@ -13624,6 +13639,11 @@ views/messaging/ticket_escalation_warning/ru.md.erb
|
|||
messaging/ticket_escalation_warning/ru.md.erb
|
||||
ticket_escalation_warning/ru.md.erb
|
||||
ru.md.erb
|
||||
app/views/messaging/ticket_escalation_warning/is.md.erb
|
||||
views/messaging/ticket_escalation_warning/is.md.erb
|
||||
messaging/ticket_escalation_warning/is.md.erb
|
||||
ticket_escalation_warning/is.md.erb
|
||||
is.md.erb
|
||||
app/views/messaging/ticket_escalation_warning/de.md.erb
|
||||
views/messaging/ticket_escalation_warning/de.md.erb
|
||||
messaging/ticket_escalation_warning/de.md.erb
|
||||
|
@ -13759,6 +13779,11 @@ views/messaging/ticket_info/ru.md.erb
|
|||
messaging/ticket_info/ru.md.erb
|
||||
ticket_info/ru.md.erb
|
||||
ru.md.erb
|
||||
app/views/messaging/ticket_info/is.md.erb
|
||||
views/messaging/ticket_info/is.md.erb
|
||||
messaging/ticket_info/is.md.erb
|
||||
ticket_info/is.md.erb
|
||||
is.md.erb
|
||||
app/views/messaging/ticket_info/de.md.erb
|
||||
views/messaging/ticket_info/de.md.erb
|
||||
messaging/ticket_info/de.md.erb
|
||||
|
@ -13888,6 +13913,11 @@ views/mailer/user_device_new/tr.html.erb
|
|||
mailer/user_device_new/tr.html.erb
|
||||
user_device_new/tr.html.erb
|
||||
tr.html.erb
|
||||
app/views/mailer/user_device_new/is.html.erb
|
||||
views/mailer/user_device_new/is.html.erb
|
||||
mailer/user_device_new/is.html.erb
|
||||
user_device_new/is.html.erb
|
||||
is.html.erb
|
||||
app/views/mailer/user_device_new/fr.html.erb
|
||||
views/mailer/user_device_new/fr.html.erb
|
||||
mailer/user_device_new/fr.html.erb
|
||||
|
@ -14572,6 +14602,11 @@ views/mailer/user_device_new_location/tr.html.erb
|
|||
mailer/user_device_new_location/tr.html.erb
|
||||
user_device_new_location/tr.html.erb
|
||||
tr.html.erb
|
||||
app/views/mailer/user_device_new_location/is.html.erb
|
||||
views/mailer/user_device_new_location/is.html.erb
|
||||
mailer/user_device_new_location/is.html.erb
|
||||
user_device_new_location/is.html.erb
|
||||
is.html.erb
|
||||
app/views/mailer/user_device_new_location/fr.html.erb
|
||||
views/mailer/user_device_new_location/fr.html.erb
|
||||
mailer/user_device_new_location/fr.html.erb
|
||||
|
@ -14862,6 +14897,11 @@ views/mailer/user_auth_provider/ro.html.erb
|
|||
mailer/user_auth_provider/ro.html.erb
|
||||
user_auth_provider/ro.html.erb
|
||||
ro.html.erb
|
||||
app/views/mailer/user_auth_provider/is.html.erb
|
||||
views/mailer/user_auth_provider/is.html.erb
|
||||
mailer/user_auth_provider/is.html.erb
|
||||
user_auth_provider/is.html.erb
|
||||
is.html.erb
|
||||
app/views/mailer/user_auth_provider/fr.html.erb
|
||||
views/mailer/user_auth_provider/fr.html.erb
|
||||
mailer/user_auth_provider/fr.html.erb
|
||||
|
|
|
@ -3036,6 +3036,7 @@ app/views/messaging/ticket_update/ro.md.erb
|
|||
app/views/messaging/ticket_update/nl.md.erb
|
||||
app/views/messaging/ticket_update/hr.md.erb
|
||||
app/views/messaging/ticket_update/ru.md.erb
|
||||
app/views/messaging/ticket_update/is.md.erb
|
||||
app/views/messaging/ticket_update/de.md.erb
|
||||
app/views/messaging/ticket_update/hu.md.erb
|
||||
app/views/messaging/ticket_update/th.md.erb
|
||||
|
@ -3065,6 +3066,7 @@ app/views/messaging/ticket_reminder_reached/ro.md.erb
|
|||
app/views/messaging/ticket_reminder_reached/nl.md.erb
|
||||
app/views/messaging/ticket_reminder_reached/hr.md.erb
|
||||
app/views/messaging/ticket_reminder_reached/ru.md.erb
|
||||
app/views/messaging/ticket_reminder_reached/is.md.erb
|
||||
app/views/messaging/ticket_reminder_reached/de.md.erb
|
||||
app/views/messaging/ticket_reminder_reached/hu.md.erb
|
||||
app/views/messaging/ticket_reminder_reached/th.md.erb
|
||||
|
@ -3094,6 +3096,7 @@ app/views/messaging/ticket_escalation/ro.md.erb
|
|||
app/views/messaging/ticket_escalation/nl.md.erb
|
||||
app/views/messaging/ticket_escalation/hr.md.erb
|
||||
app/views/messaging/ticket_escalation/ru.md.erb
|
||||
app/views/messaging/ticket_escalation/is.md.erb
|
||||
app/views/messaging/ticket_escalation/de.md.erb
|
||||
app/views/messaging/ticket_escalation/hu.md.erb
|
||||
app/views/messaging/ticket_escalation/th.md.erb
|
||||
|
@ -3153,6 +3156,7 @@ app/views/messaging/ticket_escalation_warning/ro.md.erb
|
|||
app/views/messaging/ticket_escalation_warning/nl.md.erb
|
||||
app/views/messaging/ticket_escalation_warning/hr.md.erb
|
||||
app/views/messaging/ticket_escalation_warning/ru.md.erb
|
||||
app/views/messaging/ticket_escalation_warning/is.md.erb
|
||||
app/views/messaging/ticket_escalation_warning/de.md.erb
|
||||
app/views/messaging/ticket_escalation_warning/hu.md.erb
|
||||
app/views/messaging/ticket_escalation_warning/th.md.erb
|
||||
|
@ -3180,6 +3184,7 @@ app/views/messaging/ticket_info/ro.md.erb
|
|||
app/views/messaging/ticket_info/nl.md.erb
|
||||
app/views/messaging/ticket_info/hr.md.erb
|
||||
app/views/messaging/ticket_info/ru.md.erb
|
||||
app/views/messaging/ticket_info/is.md.erb
|
||||
app/views/messaging/ticket_info/de.md.erb
|
||||
app/views/messaging/ticket_info/hu.md.erb
|
||||
app/views/messaging/ticket_info/ko.md.erb
|
||||
|
@ -3208,6 +3213,7 @@ app/views/mailer/user_device_new/he-il.html.erb
|
|||
app/views/mailer/user_device_new/cs.html.erb
|
||||
app/views/mailer/user_device_new/hu.html.erb
|
||||
app/views/mailer/user_device_new/tr.html.erb
|
||||
app/views/mailer/user_device_new/is.html.erb
|
||||
app/views/mailer/user_device_new/fr.html.erb
|
||||
app/views/mailer/user_device_new/de.html.erb
|
||||
app/views/mailer/user_device_new/en.html.erb
|
||||
|
@ -3345,6 +3351,7 @@ app/views/mailer/user_device_new_location/da.html.erb
|
|||
app/views/mailer/user_device_new_location/cs.html.erb
|
||||
app/views/mailer/user_device_new_location/hu.html.erb
|
||||
app/views/mailer/user_device_new_location/tr.html.erb
|
||||
app/views/mailer/user_device_new_location/is.html.erb
|
||||
app/views/mailer/user_device_new_location/fr.html.erb
|
||||
app/views/mailer/user_device_new_location/de.html.erb
|
||||
app/views/mailer/user_device_new_location/en.html.erb
|
||||
|
@ -3403,6 +3410,7 @@ app/views/mailer/user_auth_provider/cs.html.erb
|
|||
app/views/mailer/user_auth_provider/hu.html.erb
|
||||
app/views/mailer/user_auth_provider/tr.html.erb
|
||||
app/views/mailer/user_auth_provider/ro.html.erb
|
||||
app/views/mailer/user_auth_provider/is.html.erb
|
||||
app/views/mailer/user_auth_provider/fr.html.erb
|
||||
app/views/mailer/user_auth_provider/de.html.erb
|
||||
app/views/mailer/user_auth_provider/en.html.erb
|
||||
|
|
|
@ -26,6 +26,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
@ -33,8 +37,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
@ -44,10 +51,21 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/watchers
|
||||
/*source=
|
||||
/.git
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/album/*/*?i=
|
||||
/api
|
||||
/apis
|
||||
|
@ -59,6 +77,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/discovered
|
||||
/docs/product
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
|
@ -83,6 +103,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/likes
|
||||
/listing/*/favoriters
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
@ -90,15 +111,20 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/music/*/Search/
|
||||
/music/*/search/
|
||||
/newsearch/
|
||||
/organize
|
||||
/people/*/circle
|
||||
/people/*/favorites
|
||||
/pinned_flashes
|
||||
/pins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/revisions
|
||||
/rg*/mediaviewer/rm*/tr
|
||||
/rss
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
@ -114,11 +140,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
|
||||
/store/locations/store-locations-sitemap.xml
|
||||
/store/music/groove-music-pass/*
|
||||
/story_pins
|
||||
/tagged
|
||||
/tarball
|
||||
/tree
|
||||
/tried
|
||||
/tv-season/*/*?i=
|
||||
/unsubscribe/
|
||||
/video-
|
||||
/video_pins
|
||||
/wal/
|
||||
/wiki/Special:
|
||||
/wiki/index.php/Help
|
||||
|
@ -186,6 +216,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?order=
|
||||
?pt1=true$
|
||||
?s=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?tab=achievements&achievement=
|
||||
?utm_*=
|
||||
|
@ -980,6 +1011,8 @@ ZipCodeLookupAjax
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
@ -1041,6 +1074,8 @@ _next/gtm
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
@ -1146,6 +1181,7 @@ ad_spice
|
|||
ad_syndication_user_tracking
|
||||
ad_visibility
|
||||
addContacts
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
adredir?
|
||||
|
@ -1168,6 +1204,7 @@ adwords/proposal
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
aihub/tfhub
|
||||
ajax
|
||||
ajax/follow_info
|
||||
|
@ -1209,6 +1246,7 @@ api_access_key=
|
|||
app*_
|
||||
app*form_id=
|
||||
app/updates
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
@ -1378,6 +1416,7 @@ auth/verifychallenge
|
|||
author/following
|
||||
author=
|
||||
authwall
|
||||
autocomplete
|
||||
avis
|
||||
away.php
|
||||
b2bauth
|
||||
|
@ -1495,7 +1534,11 @@ blogs/test
|
|||
blogsearch
|
||||
blogsearch_feeds
|
||||
bn
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmark?
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/about
|
||||
|
@ -1517,17 +1560,38 @@ books?*zoom=1
|
|||
books?*zoom=5
|
||||
booksrightsholders
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
browse/reviews/recent
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
businessinfo
|
||||
buyside-e2e-monitor
|
||||
buzz/post
|
||||
|
@ -1721,6 +1785,7 @@ checkout
|
|||
checkout/package
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/browser/mobile/tour
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
|
@ -1743,6 +1808,7 @@ clickthru
|
|||
client_errors
|
||||
clima/ets
|
||||
clima/sites/registry
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
@ -1764,6 +1830,7 @@ commercesearch/images
|
|||
commercesearch/services
|
||||
commission_2010-2014/katainen
|
||||
commits?author=
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
@ -1779,12 +1846,15 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
community_s
|
||||
companyDir
|
||||
compare
|
||||
compare/*/apply
|
||||
compressiontest
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
connectivity
|
||||
connector
|
||||
|
@ -1792,20 +1862,31 @@ consumers/archive
|
|||
contact_me
|
||||
contactus
|
||||
content
|
||||
content-claiming
|
||||
context_referrer=gig_page
|
||||
context_referrer=user_page
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
coop/directory
|
||||
coop/manage
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
corgi$
|
||||
couchmode
|
||||
counter/*?
|
||||
coupons/visit
|
||||
covid19
|
||||
covid19/mobility
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
cse/home
|
||||
cse/manage
|
||||
|
@ -1814,7 +1895,9 @@ cse?
|
|||
csp
|
||||
csp_block
|
||||
csp_report_only
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
@ -1927,7 +2010,9 @@ de/teams
|
|||
de/transactions
|
||||
de/treasury
|
||||
de/your
|
||||
deactivate-account
|
||||
default
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
@ -1978,6 +2063,7 @@ digital-single-market/taxonomy
|
|||
digital-single-market/users
|
||||
directory
|
||||
directory/all
|
||||
discover
|
||||
discussion
|
||||
discussion/comment-permalink
|
||||
discussion/edit-profile
|
||||
|
@ -2072,6 +2158,8 @@ ebooks?*zoom=1
|
|||
ebooks?*zoom=5
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
edurec
|
||||
|
@ -2083,6 +2171,7 @@ elite?
|
|||
email
|
||||
email-unsubscribe
|
||||
email_actions
|
||||
email_verification_error
|
||||
embed
|
||||
embed/feed/update
|
||||
employment_social/anticipedia/xwiki/bin/attach
|
||||
|
@ -2137,6 +2226,7 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
environment/ets
|
||||
|
@ -2238,6 +2328,8 @@ exec/obidos/subst/marketplace/sell-your-collection.html
|
|||
exec/obidos/subst/marketplace/sell-your-stuff.html
|
||||
exec/obidos/subst/partners/friends/access.html
|
||||
exec/obidos/tg/cm/member
|
||||
explore
|
||||
explore/*/?p=
|
||||
explore/*/lightbox
|
||||
external
|
||||
external/overture
|
||||
|
@ -2247,6 +2339,7 @@ facebook
|
|||
facebook_connect
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb.html
|
||||
fe=true
|
||||
feature/sf-test
|
||||
feed
|
||||
|
@ -2326,6 +2419,8 @@ flights
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
@ -2435,8 +2530,9 @@ glass/images/commerce
|
|||
global$
|
||||
globalmarketfinder
|
||||
globalmarketfinder/*.html
|
||||
go/awards
|
||||
gog
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gp
|
||||
gp/aag
|
||||
|
@ -2545,6 +2641,7 @@ gview
|
|||
gwt
|
||||
h5games_gamecenter/images
|
||||
handmade
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
@ -2619,15 +2716,18 @@ hk-en/teams
|
|||
hk-en/transactions
|
||||
hk-en/treasury
|
||||
hk-en/your
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotelfinder/rpc
|
||||
hotels/rpc
|
||||
hp/video
|
||||
hpc/*/supported-applications.aspx?
|
||||
http://forbes.com/robots.txt
|
||||
http://tripadvisor.com/robots.txt
|
||||
http://amzn.to/robots.txt
|
||||
http://tinyurl.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
@ -2638,6 +2738,9 @@ i/u
|
|||
ia
|
||||
icons
|
||||
id-id.www.cloudflare.com
|
||||
idea-ads-tool
|
||||
idea-pin-builder
|
||||
idea-pin-invite
|
||||
identity/accountsettingsactivityweb
|
||||
identity/accountsettingssyaf
|
||||
ie*/listing/*/favoriters
|
||||
|
@ -2808,11 +2911,14 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
internalPref
|
||||
intl/*/about/views
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invites/buy
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
|
@ -2902,6 +3008,8 @@ johnhancock
|
|||
johnhancock/in-a-lifetime-healthcare
|
||||
johnhancock/in-a-lifetime-sustainability
|
||||
johnhancock/in-a-lifetime-work
|
||||
join/?next=
|
||||
join/signup/?next=
|
||||
jp*/listing/*/favoriters
|
||||
jp*/people/*/circle
|
||||
jp*/people/*/favorites
|
||||
|
@ -2968,6 +3076,7 @@ knowmore
|
|||
ko-kr.www.cloudflare.com
|
||||
ko-kr/feedback
|
||||
ko-kr/lp
|
||||
kwanzaa-spotlight
|
||||
labs/popgadget/search
|
||||
lamda/images
|
||||
landing/cmsnext-root
|
||||
|
@ -3002,10 +3111,12 @@ learning/search?
|
|||
learning/settings
|
||||
learning/settings$
|
||||
learning/settings?
|
||||
lens-search
|
||||
li/track
|
||||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
linked
|
||||
linkedin
|
||||
list
|
||||
list/ls*/_ajax
|
||||
|
@ -3013,6 +3124,7 @@ list/ls*/export
|
|||
listing/*/stubs
|
||||
lite
|
||||
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
|
||||
live-session
|
||||
live_chat
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
lm/R3HQ5WJSZK6QSO
|
||||
|
@ -3043,6 +3155,7 @@ location_suggest
|
|||
lochp?
|
||||
login
|
||||
login$
|
||||
login/?next=
|
||||
login?*=
|
||||
logo-maker/brief
|
||||
logo-maker/choose-variation
|
||||
|
@ -3287,6 +3400,7 @@ native
|
|||
nb-no.www.cloudflare.com
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news$
|
||||
news/$
|
||||
news/0
|
||||
|
@ -3298,9 +3412,9 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsroom/notifications
|
||||
newssearch
|
||||
newsstand
|
||||
nextjs
|
||||
|
@ -3405,6 +3519,7 @@ no-en/treasury
|
|||
no-en/your
|
||||
nonprofits/account
|
||||
not_recommended_reviews/preview
|
||||
notifications
|
||||
nova
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
|
@ -3458,8 +3573,12 @@ nz/teams
|
|||
nz/transactions
|
||||
nz/treasury
|
||||
nz/your
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offsite
|
||||
og
|
||||
onebox/media/sports/logos
|
||||
onebox/media/sports/photos/soccer/wc2018
|
||||
|
@ -3492,8 +3611,11 @@ pages?oid=-
|
|||
pagespeed/insights/ui/logo
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
@ -3528,8 +3650,40 @@ photos/i_love_u_get_away_from_me
|
|||
photos/tags/*/page
|
||||
photos/youpy
|
||||
photosandvideos
|
||||
pin-builder
|
||||
pin-communities
|
||||
pin-creation-tool
|
||||
pin-editor
|
||||
pin/*/activities
|
||||
pin/*/activity
|
||||
pin/*/analytics
|
||||
pin/*/brand-catalog
|
||||
pin/*/comments
|
||||
pin/*/email
|
||||
pin/*/feedback
|
||||
pin/*/idea-pin/related-products
|
||||
pin/*/likes
|
||||
pin/*/promote
|
||||
pin/*/reaction
|
||||
pin/*/related-products
|
||||
pin/*/repin
|
||||
pin/*/repins
|
||||
pin/*/sent
|
||||
pin/*/share
|
||||
pin/*/shop-the-look
|
||||
pin/*/tag
|
||||
pin/*/takes
|
||||
pin/*/visual-search
|
||||
pin/*/visual-shop
|
||||
pin/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping?
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl*/listing/*/favoriters
|
||||
pl*/people/*/circle
|
||||
pl*/people/*/favorites
|
||||
|
@ -3580,6 +3734,7 @@ pl/teams
|
|||
pl/transactions
|
||||
pl/treasury
|
||||
pl/your
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
@ -3607,6 +3762,7 @@ ppob?
|
|||
pqa
|
||||
preference
|
||||
preferences
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
@ -3617,6 +3773,8 @@ private
|
|||
pro
|
||||
pro-resources
|
||||
pro/about
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
productPurchaseDone
|
||||
product_
|
||||
|
@ -3694,6 +3852,7 @@ publications
|
|||
publicliterature.PublicLiterature.search.html
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
px.gif
|
||||
|
@ -3701,6 +3860,7 @@ q=
|
|||
qnasearch?
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/aod
|
||||
|
@ -3714,6 +3874,7 @@ rd/search
|
|||
rd/search$
|
||||
rd/search?
|
||||
recensioni
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/search
|
||||
|
@ -3731,6 +3892,8 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registration
|
||||
registry/wishlist
|
||||
|
@ -3740,10 +3903,14 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
reservations/*/notifyme
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
retail
|
||||
retail/old
|
||||
|
@ -3779,6 +3946,7 @@ s2/sitemaps
|
|||
s2/static
|
||||
s3
|
||||
s?
|
||||
safe-redirect
|
||||
safebrowsing/diagnostic
|
||||
safebrowsing/report_badware
|
||||
safebrowsing/report_error
|
||||
|
@ -3876,6 +4044,7 @@ searchhistory
|
|||
sections
|
||||
secure
|
||||
seller_onboarding
|
||||
sendHeaderEarly
|
||||
send_to_friend
|
||||
sendarticle
|
||||
services
|
||||
|
@ -3946,11 +4115,10 @@ shenghuo/search?
|
|||
shihui
|
||||
shihui?
|
||||
shop/bag
|
||||
shop/browse/campaigns/mobile_overlay
|
||||
shop/browse/overlay
|
||||
shop/browse/ribbon
|
||||
shop/iphone/payments/overlay
|
||||
shop_name_search_service
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/product
|
||||
shopping/ratings/account/metrics
|
||||
|
@ -3959,7 +4127,7 @@ shopping/reviewer
|
|||
shopping/seller
|
||||
shopping/suppliers/search
|
||||
shopping?
|
||||
showtimes/location/*http://bloomberg.com/robots.txt
|
||||
showtimes/location/*http://ted.com/robots.txt
|
||||
sidewiki/entry
|
||||
signature
|
||||
signin/inject
|
||||
|
@ -4243,11 +4411,13 @@ smart/buttons
|
|||
social/photosui/images
|
||||
social/photosui/sitemap
|
||||
social/social-security-directory/cai
|
||||
socialmanager
|
||||
sounds/player
|
||||
sounds/player$
|
||||
sounds/search
|
||||
sounds/search$
|
||||
sounds/search?
|
||||
source
|
||||
source=
|
||||
source_repo=
|
||||
spain/empresas/
|
||||
|
@ -4270,6 +4440,7 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
start_order
|
||||
|
@ -4321,6 +4492,10 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
studios
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
@ -4341,6 +4516,7 @@ support
|
|||
support/content
|
||||
support/forum/search?
|
||||
surprise
|
||||
suspension-appeal
|
||||
sv-se.www.cloudflare.com
|
||||
svc
|
||||
svc/crosswords
|
||||
|
@ -4351,6 +4527,7 @@ svc/spelling-bee
|
|||
svc/vertex
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
syndicate
|
||||
system1/images
|
||||
|
@ -4358,6 +4535,7 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tacms
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
@ -4390,8 +4568,10 @@ test
|
|||
testpage-forhomepage
|
||||
tetro
|
||||
th-th.www.cloudflare.com
|
||||
thanksgiving-spotlight
|
||||
thanx?
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
themes/rss
|
||||
things/search
|
||||
things/search$
|
||||
|
@ -4467,6 +4647,7 @@ trustedstores/s
|
|||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tucritica
|
||||
tv
|
||||
tv/thumb
|
||||
tvschedule
|
||||
twitter
|
||||
|
@ -4531,9 +4712,13 @@ uk/teams
|
|||
uk/transactions
|
||||
uk/treasury
|
||||
uk/your
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
updates
|
||||
upload-image-lens-history
|
||||
upload-lens-image
|
||||
uploads
|
||||
urchin_test
|
||||
us-es*/listing/*/favoriters
|
||||
|
@ -4607,6 +4792,8 @@ uviewer
|
|||
v1
|
||||
v1/browser-performance
|
||||
v1/stats
|
||||
v1/urls/count.json
|
||||
v3/pidgets/log
|
||||
v4
|
||||
verify_age
|
||||
vi-vn.www.cloudflare.com
|
||||
|
@ -4637,10 +4824,13 @@ webapps/xoonboarding
|
|||
webmasters/sitemaps/ping?
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
webstore/search
|
||||
webstore/static/*/wall/js
|
||||
weekly/signup
|
||||
weimg
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget_auth.php
|
||||
|
@ -5101,6 +5291,7 @@ xml?
|
|||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/promos
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue