mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
834cee13d0
commit
ee33c6e1b7
23 changed files with 1914 additions and 893 deletions
|
|
@ -15122,6 +15122,13 @@ default/build/assets/spinner-51c5cf50.svg
|
|||
build/assets/spinner-51c5cf50.svg
|
||||
assets/spinner-51c5cf50.svg
|
||||
spinner-51c5cf50.svg
|
||||
public/themes/shop/default/build/assets/app-b5d5b2b8.js
|
||||
themes/shop/default/build/assets/app-b5d5b2b8.js
|
||||
shop/default/build/assets/app-b5d5b2b8.js
|
||||
default/build/assets/app-b5d5b2b8.js
|
||||
build/assets/app-b5d5b2b8.js
|
||||
assets/app-b5d5b2b8.js
|
||||
app-b5d5b2b8.js
|
||||
public/themes/shop/default/build/assets/hero-image-3170dce6.webp
|
||||
themes/shop/default/build/assets/hero-image-3170dce6.webp
|
||||
shop/default/build/assets/hero-image-3170dce6.webp
|
||||
|
|
@ -15150,13 +15157,6 @@ default/build/assets/small-product-placeholder-64b7f208.webp
|
|||
build/assets/small-product-placeholder-64b7f208.webp
|
||||
assets/small-product-placeholder-64b7f208.webp
|
||||
small-product-placeholder-64b7f208.webp
|
||||
public/themes/shop/default/build/assets/app-5f60eb96.js
|
||||
themes/shop/default/build/assets/app-5f60eb96.js
|
||||
shop/default/build/assets/app-5f60eb96.js
|
||||
default/build/assets/app-5f60eb96.js
|
||||
build/assets/app-5f60eb96.js
|
||||
assets/app-5f60eb96.js
|
||||
app-5f60eb96.js
|
||||
public/themes/shop/default/build/assets/bagisto-shop-5afe0d07.woff
|
||||
themes/shop/default/build/assets/bagisto-shop-5afe0d07.woff
|
||||
shop/default/build/assets/bagisto-shop-5afe0d07.woff
|
||||
|
|
|
|||
|
|
@ -2131,11 +2131,11 @@ public/themes/admin/default/build/assets/next-1-91bb148a.svg
|
|||
public/themes/admin/default/build/assets/store-information-a7d64429.svg
|
||||
public/themes/admin/default/build/manifest.json
|
||||
public/themes/shop/default/build/assets/spinner-51c5cf50.svg
|
||||
public/themes/shop/default/build/assets/app-b5d5b2b8.js
|
||||
public/themes/shop/default/build/assets/hero-image-3170dce6.webp
|
||||
public/themes/shop/default/build/assets/medium-product-placeholder-3b1a7b7d.webp
|
||||
public/themes/shop/default/build/assets/logo-942157c2.svg
|
||||
public/themes/shop/default/build/assets/small-product-placeholder-64b7f208.webp
|
||||
public/themes/shop/default/build/assets/app-5f60eb96.js
|
||||
public/themes/shop/default/build/assets/bagisto-shop-5afe0d07.woff
|
||||
public/themes/shop/default/build/assets/large-product-placeholder-13b8a96b.webp
|
||||
public/themes/shop/default/build/assets/default-language-6ef0ef70.svg
|
||||
|
|
|
|||
|
|
@ -9409,18 +9409,26 @@ setup.ts
|
|||
tests/blackbox/vitest.workspace.ts
|
||||
blackbox/vitest.workspace.ts
|
||||
vitest.workspace.ts
|
||||
tests/blackbox/extensions/hooks/action-verify-schema/index.js
|
||||
blackbox/extensions/hooks/action-verify-schema/index.js
|
||||
extensions/hooks/action-verify-schema/index.js
|
||||
hooks/action-verify-schema/index.js
|
||||
action-verify-schema/index.js
|
||||
index.js
|
||||
tests/blackbox/extensions/hooks/action-verify-create/index.js
|
||||
blackbox/extensions/hooks/action-verify-create/index.js
|
||||
extensions/hooks/action-verify-create/index.js
|
||||
hooks/action-verify-create/index.js
|
||||
action-verify-create/index.js
|
||||
index.js
|
||||
tests/blackbox/extensions/action-verify-schema/package.json
|
||||
blackbox/extensions/action-verify-schema/package.json
|
||||
extensions/action-verify-schema/package.json
|
||||
action-verify-schema/package.json
|
||||
package.json
|
||||
tests/blackbox/extensions/action-verify-schema/index.mjs
|
||||
blackbox/extensions/action-verify-schema/index.mjs
|
||||
extensions/action-verify-schema/index.mjs
|
||||
action-verify-schema/index.mjs
|
||||
index.mjs
|
||||
tests/blackbox/extensions/action-verify-create/package.json
|
||||
blackbox/extensions/action-verify-create/package.json
|
||||
extensions/action-verify-create/package.json
|
||||
action-verify-create/package.json
|
||||
package.json
|
||||
tests/blackbox/extensions/action-verify-create/index.mjs
|
||||
blackbox/extensions/action-verify-create/index.mjs
|
||||
extensions/action-verify-create/index.mjs
|
||||
action-verify-create/index.mjs
|
||||
index.mjs
|
||||
license
|
||||
contributing.md
|
||||
security.md
|
||||
|
|
|
|||
|
|
@ -1892,8 +1892,10 @@ tests/blackbox/setup/migrations/20221107_add_extensions_testing.js
|
|||
tests/blackbox/setup/environment.ts
|
||||
tests/blackbox/setup/setup.ts
|
||||
tests/blackbox/vitest.workspace.ts
|
||||
tests/blackbox/extensions/hooks/action-verify-schema/index.js
|
||||
tests/blackbox/extensions/hooks/action-verify-create/index.js
|
||||
tests/blackbox/extensions/action-verify-schema/package.json
|
||||
tests/blackbox/extensions/action-verify-schema/index.mjs
|
||||
tests/blackbox/extensions/action-verify-create/package.json
|
||||
tests/blackbox/extensions/action-verify-create/index.mjs
|
||||
license
|
||||
contributing.md
|
||||
security.md
|
||||
|
|
|
|||
|
|
@ -8882,12 +8882,6 @@ olivero/config/optional/block.block.olivero_primary_local_tasks.yml
|
|||
config/optional/block.block.olivero_primary_local_tasks.yml
|
||||
optional/block.block.olivero_primary_local_tasks.yml
|
||||
block.block.olivero_primary_local_tasks.yml
|
||||
core/themes/olivero/config/optional/block.block.olivero_book_navigation.yml
|
||||
themes/olivero/config/optional/block.block.olivero_book_navigation.yml
|
||||
olivero/config/optional/block.block.olivero_book_navigation.yml
|
||||
config/optional/block.block.olivero_book_navigation.yml
|
||||
optional/block.block.olivero_book_navigation.yml
|
||||
block.block.olivero_book_navigation.yml
|
||||
core/themes/olivero/config/schema/olivero.schema.yml
|
||||
themes/olivero/config/schema/olivero.schema.yml
|
||||
olivero/config/schema/olivero.schema.yml
|
||||
|
|
@ -18776,6 +18770,24 @@ entity_test_bundle_class/src/Entity/EntityTestUserClass.php
|
|||
src/Entity/EntityTestUserClass.php
|
||||
Entity/EntityTestUserClass.php
|
||||
EntityTestUserClass.php
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php
|
||||
modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php
|
||||
system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php
|
||||
tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php
|
||||
modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php
|
||||
entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php
|
||||
src/Entity/SharedEntityTestBundleClassB.php
|
||||
Entity/SharedEntityTestBundleClassB.php
|
||||
SharedEntityTestBundleClassB.php
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php
|
||||
modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php
|
||||
system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php
|
||||
tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php
|
||||
modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php
|
||||
entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php
|
||||
src/Entity/SharedEntityTestBundleClassA.php
|
||||
Entity/SharedEntityTestBundleClassA.php
|
||||
SharedEntityTestBundleClassA.php
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php
|
||||
modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php
|
||||
system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php
|
||||
|
|
@ -45802,6 +45814,12 @@ views/src/Attribute/ViewsField.php
|
|||
src/Attribute/ViewsField.php
|
||||
Attribute/ViewsField.php
|
||||
ViewsField.php
|
||||
core/modules/views/src/Attribute/ViewsWizard.php
|
||||
modules/views/src/Attribute/ViewsWizard.php
|
||||
views/src/Attribute/ViewsWizard.php
|
||||
src/Attribute/ViewsWizard.php
|
||||
Attribute/ViewsWizard.php
|
||||
ViewsWizard.php
|
||||
core/modules/views/src/Attribute/ViewsArea.php
|
||||
modules/views/src/Attribute/ViewsArea.php
|
||||
views/src/Attribute/ViewsArea.php
|
||||
|
|
@ -67230,6 +67248,13 @@ tests/src/Kernel/UserDeleteTest.php
|
|||
src/Kernel/UserDeleteTest.php
|
||||
Kernel/UserDeleteTest.php
|
||||
UserDeleteTest.php
|
||||
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php
|
||||
modules/user/tests/src/Kernel/UserNameValidatorTest.php
|
||||
user/tests/src/Kernel/UserNameValidatorTest.php
|
||||
tests/src/Kernel/UserNameValidatorTest.php
|
||||
src/Kernel/UserNameValidatorTest.php
|
||||
Kernel/UserNameValidatorTest.php
|
||||
UserNameValidatorTest.php
|
||||
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php
|
||||
modules/user/tests/src/Kernel/UserEntityLabelTest.php
|
||||
user/tests/src/Kernel/UserEntityLabelTest.php
|
||||
|
|
@ -68724,6 +68749,11 @@ modules/user/src/UserInterface.php
|
|||
user/src/UserInterface.php
|
||||
src/UserInterface.php
|
||||
UserInterface.php
|
||||
core/modules/user/src/UserNameValidator.php
|
||||
modules/user/src/UserNameValidator.php
|
||||
user/src/UserNameValidator.php
|
||||
src/UserNameValidator.php
|
||||
UserNameValidator.php
|
||||
core/modules/user/src/RegisterForm.php
|
||||
modules/user/src/RegisterForm.php
|
||||
user/src/RegisterForm.php
|
||||
|
|
@ -69807,6 +69837,12 @@ book/config/optional/field.field.node.book.body.yml
|
|||
config/optional/field.field.node.book.body.yml
|
||||
optional/field.field.node.book.body.yml
|
||||
field.field.node.book.body.yml
|
||||
core/modules/book/config/optional/block.block.olivero_book_navigation.yml
|
||||
modules/book/config/optional/block.block.olivero_book_navigation.yml
|
||||
book/config/optional/block.block.olivero_book_navigation.yml
|
||||
config/optional/block.block.olivero_book_navigation.yml
|
||||
optional/block.block.olivero_book_navigation.yml
|
||||
block.block.olivero_book_navigation.yml
|
||||
core/modules/book/config/optional/node.type.book.yml
|
||||
modules/book/config/optional/node.type.book.yml
|
||||
book/config/optional/node.type.book.yml
|
||||
|
|
|
|||
|
|
@ -1330,7 +1330,6 @@ core/themes/olivero/config/optional/block.block.olivero_secondary_local_tasks.ym
|
|||
core/themes/olivero/config/optional/block.block.olivero_primary_admin_actions.yml
|
||||
core/themes/olivero/config/optional/block.block.olivero_search_form_wide.yml
|
||||
core/themes/olivero/config/optional/block.block.olivero_primary_local_tasks.yml
|
||||
core/themes/olivero/config/optional/block.block.olivero_book_navigation.yml
|
||||
core/themes/olivero/config/schema/olivero.schema.yml
|
||||
core/themes/olivero/config/install/core.date_format.olivero_medium.yml
|
||||
core/themes/olivero/config/install/olivero.settings.yml
|
||||
|
|
@ -2828,6 +2827,8 @@ core/modules/system/tests/modules/lazy_route_provider_install_test/src/PluginMan
|
|||
core/modules/system/tests/modules/entity_test_bundle_class/entity_test_bundle_class.info.yml
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/entity_test_bundle_class.module
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestUserClass.php
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestAmbiguousBundleClass.php
|
||||
|
|
@ -6535,6 +6536,7 @@ core/modules/views/src/Attribute/ViewsSort.php
|
|||
core/modules/views/src/Attribute/ViewsQuery.php
|
||||
core/modules/views/src/Attribute/ViewsAccess.php
|
||||
core/modules/views/src/Attribute/ViewsField.php
|
||||
core/modules/views/src/Attribute/ViewsWizard.php
|
||||
core/modules/views/src/Attribute/ViewsArea.php
|
||||
core/modules/views/src/Attribute/ViewsRow.php
|
||||
core/modules/views/src/Attribute/ViewsDisplayExtender.php
|
||||
|
|
@ -9638,6 +9640,7 @@ core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php
|
|||
core/modules/user/tests/src/Kernel/RoleValidationTest.php
|
||||
core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php
|
||||
core/modules/user/tests/src/Kernel/UserDeleteTest.php
|
||||
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php
|
||||
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php
|
||||
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
|
||||
core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php
|
||||
|
|
@ -9848,6 +9851,7 @@ core/modules/user/src/TimeZoneItem.php
|
|||
core/modules/user/src/AccountForm.php
|
||||
core/modules/user/src/ToolbarLinkBuilder.php
|
||||
core/modules/user/src/UserInterface.php
|
||||
core/modules/user/src/UserNameValidator.php
|
||||
core/modules/user/src/RegisterForm.php
|
||||
core/modules/user/src/RoleAccessControlHandler.php
|
||||
core/modules/user/src/UserStorageInterface.php
|
||||
|
|
@ -10008,6 +10012,7 @@ core/modules/book/config/optional/core.entity_view_mode.node.print.yml
|
|||
core/modules/book/config/optional/core.entity_view_display.node.book.teaser.yml
|
||||
core/modules/book/config/optional/core.base_field_override.node.book.promote.yml
|
||||
core/modules/book/config/optional/field.field.node.book.body.yml
|
||||
core/modules/book/config/optional/block.block.olivero_book_navigation.yml
|
||||
core/modules/book/config/optional/node.type.book.yml
|
||||
core/modules/book/config/schema/book.views.schema.yml
|
||||
core/modules/book/config/schema/book.schema.yml
|
||||
|
|
|
|||
|
|
@ -7482,6 +7482,11 @@ core/test/e2e-frontend/member_stats.test.js
|
|||
test/e2e-frontend/member_stats.test.js
|
||||
e2e-frontend/member_stats.test.js
|
||||
member_stats.test.js
|
||||
ghost/core/test/e2e-frontend/subscribe_routes.test.js
|
||||
core/test/e2e-frontend/subscribe_routes.test.js
|
||||
test/e2e-frontend/subscribe_routes.test.js
|
||||
e2e-frontend/subscribe_routes.test.js
|
||||
subscribe_routes.test.js
|
||||
ghost/core/test/e2e-api/members/signin.test.js
|
||||
core/test/e2e-api/members/signin.test.js
|
||||
test/e2e-api/members/signin.test.js
|
||||
|
|
@ -11766,6 +11771,13 @@ frontend/services/routing/StaticRoutesRouter.js
|
|||
services/routing/StaticRoutesRouter.js
|
||||
routing/StaticRoutesRouter.js
|
||||
StaticRoutesRouter.js
|
||||
ghost/core/core/frontend/services/routing/SubscribeRouter.js
|
||||
core/core/frontend/services/routing/SubscribeRouter.js
|
||||
core/frontend/services/routing/SubscribeRouter.js
|
||||
frontend/services/routing/SubscribeRouter.js
|
||||
services/routing/SubscribeRouter.js
|
||||
routing/SubscribeRouter.js
|
||||
SubscribeRouter.js
|
||||
ghost/core/core/frontend/services/routing/EmailRouter.js
|
||||
core/core/frontend/services/routing/EmailRouter.js
|
||||
core/frontend/services/routing/EmailRouter.js
|
||||
|
|
@ -11835,6 +11847,14 @@ services/routing/controllers/email-post.js
|
|||
routing/controllers/email-post.js
|
||||
controllers/email-post.js
|
||||
email-post.js
|
||||
ghost/core/core/frontend/services/routing/controllers/subscribe.js
|
||||
core/core/frontend/services/routing/controllers/subscribe.js
|
||||
core/frontend/services/routing/controllers/subscribe.js
|
||||
frontend/services/routing/controllers/subscribe.js
|
||||
services/routing/controllers/subscribe.js
|
||||
routing/controllers/subscribe.js
|
||||
controllers/subscribe.js
|
||||
subscribe.js
|
||||
ghost/core/core/frontend/services/routing/controllers/rss.js
|
||||
core/core/frontend/services/routing/controllers/rss.js
|
||||
core/frontend/services/routing/controllers/rss.js
|
||||
|
|
@ -12165,6 +12185,12 @@ frontend/services/rss/generate-feed.js
|
|||
services/rss/generate-feed.js
|
||||
rss/generate-feed.js
|
||||
generate-feed.js
|
||||
ghost/core/core/frontend/views/subscribe.hbs
|
||||
core/core/frontend/views/subscribe.hbs
|
||||
core/frontend/views/subscribe.hbs
|
||||
frontend/views/subscribe.hbs
|
||||
views/subscribe.hbs
|
||||
subscribe.hbs
|
||||
ghost/core/core/frontend/views/unsubscribe.hbs
|
||||
core/core/frontend/views/unsubscribe.hbs
|
||||
core/frontend/views/unsubscribe.hbs
|
||||
|
|
|
|||
|
|
@ -1324,6 +1324,7 @@ ghost/core/test/e2e-frontend/static-files.test.js
|
|||
ghost/core/test/e2e-frontend/preview_routes.test.js
|
||||
ghost/core/test/e2e-frontend/members.test.js
|
||||
ghost/core/test/e2e-frontend/member_stats.test.js
|
||||
ghost/core/test/e2e-frontend/subscribe_routes.test.js
|
||||
ghost/core/test/e2e-api/members/signin.test.js
|
||||
ghost/core/test/e2e-api/members/send-magic-link.test.js
|
||||
ghost/core/test/e2e-api/members/webhooks.test.js
|
||||
|
|
@ -1927,6 +1928,7 @@ ghost/core/core/frontend/services/routing/index.js
|
|||
ghost/core/core/frontend/services/routing/RouterManager.js
|
||||
ghost/core/core/frontend/services/routing/StaticPagesRouter.js
|
||||
ghost/core/core/frontend/services/routing/StaticRoutesRouter.js
|
||||
ghost/core/core/frontend/services/routing/SubscribeRouter.js
|
||||
ghost/core/core/frontend/services/routing/EmailRouter.js
|
||||
ghost/core/core/frontend/services/routing/TaxonomyRouter.js
|
||||
ghost/core/core/frontend/services/routing/UnsubscribeRouter.js
|
||||
|
|
@ -1936,6 +1938,7 @@ ghost/core/core/frontend/services/routing/controllers/collection.js
|
|||
ghost/core/core/frontend/services/routing/controllers/static.js
|
||||
ghost/core/core/frontend/services/routing/controllers/unsubscribe.js
|
||||
ghost/core/core/frontend/services/routing/controllers/email-post.js
|
||||
ghost/core/core/frontend/services/routing/controllers/subscribe.js
|
||||
ghost/core/core/frontend/services/routing/controllers/rss.js
|
||||
ghost/core/core/frontend/services/routing/controllers/channel.js
|
||||
ghost/core/core/frontend/services/routing/controllers/entry.js
|
||||
|
|
@ -1981,6 +1984,7 @@ ghost/core/core/frontend/services/rss/index.js
|
|||
ghost/core/core/frontend/services/rss/cache.js
|
||||
ghost/core/core/frontend/services/rss/renderer.js
|
||||
ghost/core/core/frontend/services/rss/generate-feed.js
|
||||
ghost/core/core/frontend/views/subscribe.hbs
|
||||
ghost/core/core/frontend/views/unsubscribe.hbs
|
||||
ghost/core/core/frontend/meta/canonical-url.js
|
||||
ghost/core/core/frontend/meta/url.js
|
||||
|
|
|
|||
|
|
@ -2257,9 +2257,6 @@ extend-express-app.test.ts
|
|||
tests/api-tests/db-map.test.ts
|
||||
api-tests/db-map.test.ts
|
||||
db-map.test.ts
|
||||
tests/api-tests/healthcheck.test.ts
|
||||
api-tests/healthcheck.test.ts
|
||||
healthcheck.test.ts
|
||||
tests/api-tests/utils.ts
|
||||
api-tests/utils.ts
|
||||
utils.ts
|
||||
|
|
@ -4575,42 +4572,40 @@ examples/custom-session-redis/schema.prisma
|
|||
custom-session-redis/schema.prisma
|
||||
schema.prisma
|
||||
LICENSE
|
||||
.changeset/add-number-id.md
|
||||
add-number-id.md
|
||||
.changeset/less-extend-http-server.md
|
||||
less-extend-http-server.md
|
||||
.changeset/text-null-default.md
|
||||
text-null-default.md
|
||||
.changeset/deprecate-validate-hooks-f.md
|
||||
deprecate-validate-hooks-f.md
|
||||
.changeset/no-prisma-datasource.md
|
||||
no-prisma-datasource.md
|
||||
.changeset/less-extend-http-param.md
|
||||
less-extend-http-param.md
|
||||
.changeset/no-list-schema-type.md
|
||||
no-list-schema-type.md
|
||||
.changeset/contributors.json
|
||||
contributors.json
|
||||
.changeset/fix-create-express-app.md
|
||||
fix-create-express-app.md
|
||||
.changeset/same-field-order.md
|
||||
same-field-order.md
|
||||
.changeset/no-prisma-preview.md
|
||||
no-prisma-preview.md
|
||||
.changeset/move-extend-graphql.md
|
||||
move-extend-graphql.md
|
||||
.changeset/use-128-bit-images-files.md
|
||||
use-128-bit-images-files.md
|
||||
.changeset/http-async.md
|
||||
http-async.md
|
||||
.changeset/no-session-any.md
|
||||
no-session-any.md
|
||||
.changeset/README.md
|
||||
README.md
|
||||
.changeset/error-if-wrong-type.md
|
||||
error-if-wrong-type.md
|
||||
.changeset/less-extend-type.md
|
||||
less-extend-type.md
|
||||
.changeset/deprecate-validate-hooks.md
|
||||
deprecate-validate-hooks.md
|
||||
.changeset/better-relationship-errors.md
|
||||
better-relationship-errors.md
|
||||
.changeset/boolean-not-false.md
|
||||
boolean-not-false.md
|
||||
.changeset/boolean-not-false-2.md
|
||||
boolean-not-false-2.md
|
||||
.changeset/less-plimit.md
|
||||
less-plimit.md
|
||||
.changeset/no-extend-type.md
|
||||
no-extend-type.md
|
||||
.changeset/no-exit-sudo.md
|
||||
no-exit-sudo.md
|
||||
.changeset/break-list-types.md
|
||||
break-list-types.md
|
||||
.changeset/no-healthcheck.md
|
||||
no-healthcheck.md
|
||||
.changeset/no-experimental.md
|
||||
no-experimental.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/fix-list-group-types.md
|
||||
fix-list-group-types.md
|
||||
.changeset/no-additional-config.md
|
||||
no-additional-config.md
|
||||
docs/scripts/replace-show-next-release/index.ts
|
||||
scripts/replace-show-next-release/index.ts
|
||||
replace-show-next-release/index.ts
|
||||
|
|
|
|||
|
|
@ -413,7 +413,6 @@ tests/api-tests/package.json
|
|||
tests/api-tests/auth.test.ts
|
||||
tests/api-tests/extend-express-app.test.ts
|
||||
tests/api-tests/db-map.test.ts
|
||||
tests/api-tests/healthcheck.test.ts
|
||||
tests/api-tests/utils.ts
|
||||
tests/api-tests/field-groups.test.ts
|
||||
tests/api-tests/defaults.test.ts
|
||||
|
|
@ -1028,24 +1027,23 @@ examples/custom-session-redis/schema.graphql
|
|||
examples/custom-session-redis/README.md
|
||||
examples/custom-session-redis/schema.prisma
|
||||
LICENSE
|
||||
.changeset/add-number-id.md
|
||||
.changeset/less-extend-http-server.md
|
||||
.changeset/text-null-default.md
|
||||
.changeset/deprecate-validate-hooks-f.md
|
||||
.changeset/no-prisma-datasource.md
|
||||
.changeset/less-extend-http-param.md
|
||||
.changeset/no-list-schema-type.md
|
||||
.changeset/contributors.json
|
||||
.changeset/fix-create-express-app.md
|
||||
.changeset/same-field-order.md
|
||||
.changeset/no-prisma-preview.md
|
||||
.changeset/move-extend-graphql.md
|
||||
.changeset/use-128-bit-images-files.md
|
||||
.changeset/http-async.md
|
||||
.changeset/no-session-any.md
|
||||
.changeset/README.md
|
||||
.changeset/error-if-wrong-type.md
|
||||
.changeset/less-extend-type.md
|
||||
.changeset/deprecate-validate-hooks.md
|
||||
.changeset/better-relationship-errors.md
|
||||
.changeset/boolean-not-false.md
|
||||
.changeset/boolean-not-false-2.md
|
||||
.changeset/less-plimit.md
|
||||
.changeset/no-extend-type.md
|
||||
.changeset/no-exit-sudo.md
|
||||
.changeset/break-list-types.md
|
||||
.changeset/no-healthcheck.md
|
||||
.changeset/no-experimental.md
|
||||
.changeset/config.json
|
||||
.changeset/fix-list-group-types.md
|
||||
.changeset/no-additional-config.md
|
||||
docs/scripts/replace-show-next-release/index.ts
|
||||
docs/scripts/replace-show-next-release/markdoc.ts
|
||||
docs/scripts/replace-show-next-release/markdoc.test.ts
|
||||
|
|
|
|||
|
|
@ -10891,6 +10891,14 @@ hummingbird/11_checkout/01_personalInformation/02_signIn.ts
|
|||
11_checkout/01_personalInformation/02_signIn.ts
|
||||
01_personalInformation/02_signIn.ts
|
||||
02_signIn.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/11_checkout/03_displayOfHighlightedCartRules.ts
|
||||
UI/campaigns/functional/FO/hummingbird/11_checkout/03_displayOfHighlightedCartRules.ts
|
||||
campaigns/functional/FO/hummingbird/11_checkout/03_displayOfHighlightedCartRules.ts
|
||||
functional/FO/hummingbird/11_checkout/03_displayOfHighlightedCartRules.ts
|
||||
FO/hummingbird/11_checkout/03_displayOfHighlightedCartRules.ts
|
||||
hummingbird/11_checkout/03_displayOfHighlightedCartRules.ts
|
||||
11_checkout/03_displayOfHighlightedCartRules.ts
|
||||
03_displayOfHighlightedCartRules.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/11_checkout/04_payment/01_choosePaymentMethod.ts
|
||||
UI/campaigns/functional/FO/hummingbird/11_checkout/04_payment/01_choosePaymentMethod.ts
|
||||
campaigns/functional/FO/hummingbird/11_checkout/04_payment/01_choosePaymentMethod.ts
|
||||
|
|
@ -11197,6 +11205,15 @@ FO/hummingbird/04_newsletter/01_subscribeNewsletter.ts
|
|||
hummingbird/04_newsletter/01_subscribeNewsletter.ts
|
||||
04_newsletter/01_subscribeNewsletter.ts
|
||||
01_subscribeNewsletter.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/09_productPage/02_productPage/05_shareLinks.ts
|
||||
UI/campaigns/functional/FO/hummingbird/09_productPage/02_productPage/05_shareLinks.ts
|
||||
campaigns/functional/FO/hummingbird/09_productPage/02_productPage/05_shareLinks.ts
|
||||
functional/FO/hummingbird/09_productPage/02_productPage/05_shareLinks.ts
|
||||
FO/hummingbird/09_productPage/02_productPage/05_shareLinks.ts
|
||||
hummingbird/09_productPage/02_productPage/05_shareLinks.ts
|
||||
09_productPage/02_productPage/05_shareLinks.ts
|
||||
02_productPage/05_shareLinks.ts
|
||||
05_shareLinks.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/09_productPage/02_productPage/01_addToCart.ts
|
||||
UI/campaigns/functional/FO/hummingbird/09_productPage/02_productPage/01_addToCart.ts
|
||||
campaigns/functional/FO/hummingbird/09_productPage/02_productPage/01_addToCart.ts
|
||||
|
|
@ -11206,6 +11223,15 @@ hummingbird/09_productPage/02_productPage/01_addToCart.ts
|
|||
09_productPage/02_productPage/01_addToCart.ts
|
||||
02_productPage/01_addToCart.ts
|
||||
01_addToCart.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/09_productPage/02_productPage/06_addCustomization.ts
|
||||
UI/campaigns/functional/FO/hummingbird/09_productPage/02_productPage/06_addCustomization.ts
|
||||
campaigns/functional/FO/hummingbird/09_productPage/02_productPage/06_addCustomization.ts
|
||||
functional/FO/hummingbird/09_productPage/02_productPage/06_addCustomization.ts
|
||||
FO/hummingbird/09_productPage/02_productPage/06_addCustomization.ts
|
||||
hummingbird/09_productPage/02_productPage/06_addCustomization.ts
|
||||
09_productPage/02_productPage/06_addCustomization.ts
|
||||
02_productPage/06_addCustomization.ts
|
||||
06_addCustomization.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/09_productPage/01_quickView/07_changeImage.ts
|
||||
UI/campaigns/functional/FO/hummingbird/09_productPage/01_quickView/07_changeImage.ts
|
||||
campaigns/functional/FO/hummingbird/09_productPage/01_quickView/07_changeImage.ts
|
||||
|
|
@ -11588,6 +11614,14 @@ classic/11_checkout/03_shippingMethods/01_addOrderMessage.ts
|
|||
11_checkout/03_shippingMethods/01_addOrderMessage.ts
|
||||
03_shippingMethods/01_addOrderMessage.ts
|
||||
01_addOrderMessage.ts
|
||||
tests/UI/campaigns/functional/FO/classic/12_orderConfirmation/02_displayOfProductCustomization.ts
|
||||
UI/campaigns/functional/FO/classic/12_orderConfirmation/02_displayOfProductCustomization.ts
|
||||
campaigns/functional/FO/classic/12_orderConfirmation/02_displayOfProductCustomization.ts
|
||||
functional/FO/classic/12_orderConfirmation/02_displayOfProductCustomization.ts
|
||||
FO/classic/12_orderConfirmation/02_displayOfProductCustomization.ts
|
||||
classic/12_orderConfirmation/02_displayOfProductCustomization.ts
|
||||
12_orderConfirmation/02_displayOfProductCustomization.ts
|
||||
02_displayOfProductCustomization.ts
|
||||
tests/UI/campaigns/functional/FO/classic/12_orderConfirmation/01_listOfOrderedProducts.ts
|
||||
UI/campaigns/functional/FO/classic/12_orderConfirmation/01_listOfOrderedProducts.ts
|
||||
campaigns/functional/FO/classic/12_orderConfirmation/01_listOfOrderedProducts.ts
|
||||
|
|
@ -11818,6 +11852,15 @@ FO/classic/04_newsletter/01_subscribeNewsletter.ts
|
|||
classic/04_newsletter/01_subscribeNewsletter.ts
|
||||
04_newsletter/01_subscribeNewsletter.ts
|
||||
01_subscribeNewsletter.ts
|
||||
tests/UI/campaigns/functional/FO/classic/09_productPage/02_productPage/05_shareLinks.ts
|
||||
UI/campaigns/functional/FO/classic/09_productPage/02_productPage/05_shareLinks.ts
|
||||
campaigns/functional/FO/classic/09_productPage/02_productPage/05_shareLinks.ts
|
||||
functional/FO/classic/09_productPage/02_productPage/05_shareLinks.ts
|
||||
FO/classic/09_productPage/02_productPage/05_shareLinks.ts
|
||||
classic/09_productPage/02_productPage/05_shareLinks.ts
|
||||
09_productPage/02_productPage/05_shareLinks.ts
|
||||
02_productPage/05_shareLinks.ts
|
||||
05_shareLinks.ts
|
||||
tests/UI/campaigns/functional/FO/classic/09_productPage/02_productPage/01_addToCart.ts
|
||||
UI/campaigns/functional/FO/classic/09_productPage/02_productPage/01_addToCart.ts
|
||||
campaigns/functional/FO/classic/09_productPage/02_productPage/01_addToCart.ts
|
||||
|
|
@ -11827,6 +11870,15 @@ classic/09_productPage/02_productPage/01_addToCart.ts
|
|||
09_productPage/02_productPage/01_addToCart.ts
|
||||
02_productPage/01_addToCart.ts
|
||||
01_addToCart.ts
|
||||
tests/UI/campaigns/functional/FO/classic/09_productPage/02_productPage/06_addCustomization.ts
|
||||
UI/campaigns/functional/FO/classic/09_productPage/02_productPage/06_addCustomization.ts
|
||||
campaigns/functional/FO/classic/09_productPage/02_productPage/06_addCustomization.ts
|
||||
functional/FO/classic/09_productPage/02_productPage/06_addCustomization.ts
|
||||
FO/classic/09_productPage/02_productPage/06_addCustomization.ts
|
||||
classic/09_productPage/02_productPage/06_addCustomization.ts
|
||||
09_productPage/02_productPage/06_addCustomization.ts
|
||||
02_productPage/06_addCustomization.ts
|
||||
06_addCustomization.ts
|
||||
tests/UI/campaigns/functional/FO/classic/09_productPage/01_quickView/07_changeImage.ts
|
||||
UI/campaigns/functional/FO/classic/09_productPage/01_quickView/07_changeImage.ts
|
||||
campaigns/functional/FO/classic/09_productPage/01_quickView/07_changeImage.ts
|
||||
|
|
@ -16804,6 +16856,214 @@ minimal-missfiles-theme/templates/catalog/product-miniature.tpl
|
|||
templates/catalog/product-miniature.tpl
|
||||
catalog/product-miniature.tpl
|
||||
product-miniature.tpl
|
||||
tests/Resources/themes/classic/assets/js/theme.js
|
||||
Resources/themes/classic/assets/js/theme.js
|
||||
themes/classic/assets/js/theme.js
|
||||
classic/assets/js/theme.js
|
||||
assets/js/theme.js
|
||||
js/theme.js
|
||||
theme.js
|
||||
tests/Resources/themes/classic/config/theme.yml
|
||||
Resources/themes/classic/config/theme.yml
|
||||
themes/classic/config/theme.yml
|
||||
classic/config/theme.yml
|
||||
config/theme.yml
|
||||
theme.yml
|
||||
tests/Resources/themes/classic/templates/index.tpl
|
||||
Resources/themes/classic/templates/index.tpl
|
||||
themes/classic/templates/index.tpl
|
||||
classic/templates/index.tpl
|
||||
templates/index.tpl
|
||||
index.tpl
|
||||
tests/Resources/themes/classic/templates/checkout/order-confirmation.tpl
|
||||
Resources/themes/classic/templates/checkout/order-confirmation.tpl
|
||||
themes/classic/templates/checkout/order-confirmation.tpl
|
||||
classic/templates/checkout/order-confirmation.tpl
|
||||
templates/checkout/order-confirmation.tpl
|
||||
checkout/order-confirmation.tpl
|
||||
order-confirmation.tpl
|
||||
tests/Resources/themes/classic/templates/checkout/cart-empty.tpl
|
||||
Resources/themes/classic/templates/checkout/cart-empty.tpl
|
||||
themes/classic/templates/checkout/cart-empty.tpl
|
||||
classic/templates/checkout/cart-empty.tpl
|
||||
templates/checkout/cart-empty.tpl
|
||||
checkout/cart-empty.tpl
|
||||
cart-empty.tpl
|
||||
tests/Resources/themes/classic/templates/checkout/checkout.tpl
|
||||
Resources/themes/classic/templates/checkout/checkout.tpl
|
||||
themes/classic/templates/checkout/checkout.tpl
|
||||
classic/templates/checkout/checkout.tpl
|
||||
templates/checkout/checkout.tpl
|
||||
checkout/checkout.tpl
|
||||
checkout.tpl
|
||||
tests/Resources/themes/classic/templates/checkout/cart.tpl
|
||||
Resources/themes/classic/templates/checkout/cart.tpl
|
||||
themes/classic/templates/checkout/cart.tpl
|
||||
classic/templates/checkout/cart.tpl
|
||||
templates/checkout/cart.tpl
|
||||
checkout/cart.tpl
|
||||
cart.tpl
|
||||
tests/Resources/themes/classic/templates/customer/identity.tpl
|
||||
Resources/themes/classic/templates/customer/identity.tpl
|
||||
themes/classic/templates/customer/identity.tpl
|
||||
classic/templates/customer/identity.tpl
|
||||
templates/customer/identity.tpl
|
||||
customer/identity.tpl
|
||||
identity.tpl
|
||||
tests/Resources/themes/classic/templates/customer/my-account.tpl
|
||||
Resources/themes/classic/templates/customer/my-account.tpl
|
||||
themes/classic/templates/customer/my-account.tpl
|
||||
classic/templates/customer/my-account.tpl
|
||||
templates/customer/my-account.tpl
|
||||
customer/my-account.tpl
|
||||
my-account.tpl
|
||||
tests/Resources/themes/classic/templates/customer/authentication.tpl
|
||||
Resources/themes/classic/templates/customer/authentication.tpl
|
||||
themes/classic/templates/customer/authentication.tpl
|
||||
classic/templates/customer/authentication.tpl
|
||||
templates/customer/authentication.tpl
|
||||
customer/authentication.tpl
|
||||
authentication.tpl
|
||||
tests/Resources/themes/classic/templates/customer/order-slip.tpl
|
||||
Resources/themes/classic/templates/customer/order-slip.tpl
|
||||
themes/classic/templates/customer/order-slip.tpl
|
||||
classic/templates/customer/order-slip.tpl
|
||||
templates/customer/order-slip.tpl
|
||||
customer/order-slip.tpl
|
||||
order-slip.tpl
|
||||
tests/Resources/themes/classic/templates/customer/registration.tpl
|
||||
Resources/themes/classic/templates/customer/registration.tpl
|
||||
themes/classic/templates/customer/registration.tpl
|
||||
classic/templates/customer/registration.tpl
|
||||
templates/customer/registration.tpl
|
||||
customer/registration.tpl
|
||||
registration.tpl
|
||||
tests/Resources/themes/classic/templates/customer/addresses.tpl
|
||||
Resources/themes/classic/templates/customer/addresses.tpl
|
||||
themes/classic/templates/customer/addresses.tpl
|
||||
classic/templates/customer/addresses.tpl
|
||||
templates/customer/addresses.tpl
|
||||
customer/addresses.tpl
|
||||
addresses.tpl
|
||||
tests/Resources/themes/classic/templates/customer/order-detail.tpl
|
||||
Resources/themes/classic/templates/customer/order-detail.tpl
|
||||
themes/classic/templates/customer/order-detail.tpl
|
||||
classic/templates/customer/order-detail.tpl
|
||||
templates/customer/order-detail.tpl
|
||||
customer/order-detail.tpl
|
||||
order-detail.tpl
|
||||
tests/Resources/themes/classic/templates/customer/order-follow.tpl
|
||||
Resources/themes/classic/templates/customer/order-follow.tpl
|
||||
themes/classic/templates/customer/order-follow.tpl
|
||||
classic/templates/customer/order-follow.tpl
|
||||
templates/customer/order-follow.tpl
|
||||
customer/order-follow.tpl
|
||||
order-follow.tpl
|
||||
tests/Resources/themes/classic/templates/customer/order-return.tpl
|
||||
Resources/themes/classic/templates/customer/order-return.tpl
|
||||
themes/classic/templates/customer/order-return.tpl
|
||||
classic/templates/customer/order-return.tpl
|
||||
templates/customer/order-return.tpl
|
||||
customer/order-return.tpl
|
||||
order-return.tpl
|
||||
tests/Resources/themes/classic/templates/customer/guest-tracking.tpl
|
||||
Resources/themes/classic/templates/customer/guest-tracking.tpl
|
||||
themes/classic/templates/customer/guest-tracking.tpl
|
||||
classic/templates/customer/guest-tracking.tpl
|
||||
templates/customer/guest-tracking.tpl
|
||||
customer/guest-tracking.tpl
|
||||
guest-tracking.tpl
|
||||
tests/Resources/themes/classic/templates/customer/address.tpl
|
||||
Resources/themes/classic/templates/customer/address.tpl
|
||||
themes/classic/templates/customer/address.tpl
|
||||
classic/templates/customer/address.tpl
|
||||
templates/customer/address.tpl
|
||||
customer/address.tpl
|
||||
address.tpl
|
||||
tests/Resources/themes/classic/templates/customer/history.tpl
|
||||
Resources/themes/classic/templates/customer/history.tpl
|
||||
themes/classic/templates/customer/history.tpl
|
||||
classic/templates/customer/history.tpl
|
||||
templates/customer/history.tpl
|
||||
customer/history.tpl
|
||||
history.tpl
|
||||
tests/Resources/themes/classic/templates/customer/guest-login.tpl
|
||||
Resources/themes/classic/templates/customer/guest-login.tpl
|
||||
themes/classic/templates/customer/guest-login.tpl
|
||||
classic/templates/customer/guest-login.tpl
|
||||
templates/customer/guest-login.tpl
|
||||
customer/guest-login.tpl
|
||||
guest-login.tpl
|
||||
tests/Resources/themes/classic/templates/contact.tpl
|
||||
Resources/themes/classic/templates/contact.tpl
|
||||
themes/classic/templates/contact.tpl
|
||||
classic/templates/contact.tpl
|
||||
templates/contact.tpl
|
||||
contact.tpl
|
||||
tests/Resources/themes/classic/templates/_partials/form-fields.tpl
|
||||
Resources/themes/classic/templates/_partials/form-fields.tpl
|
||||
themes/classic/templates/_partials/form-fields.tpl
|
||||
classic/templates/_partials/form-fields.tpl
|
||||
templates/_partials/form-fields.tpl
|
||||
_partials/form-fields.tpl
|
||||
form-fields.tpl
|
||||
tests/Resources/themes/classic/templates/errors/forbidden.tpl
|
||||
Resources/themes/classic/templates/errors/forbidden.tpl
|
||||
themes/classic/templates/errors/forbidden.tpl
|
||||
classic/templates/errors/forbidden.tpl
|
||||
templates/errors/forbidden.tpl
|
||||
errors/forbidden.tpl
|
||||
forbidden.tpl
|
||||
tests/Resources/themes/classic/templates/errors/404.tpl
|
||||
Resources/themes/classic/templates/errors/404.tpl
|
||||
themes/classic/templates/errors/404.tpl
|
||||
classic/templates/errors/404.tpl
|
||||
templates/errors/404.tpl
|
||||
errors/404.tpl
|
||||
404.tpl
|
||||
tests/Resources/themes/classic/templates/catalog/product.tpl
|
||||
Resources/themes/classic/templates/catalog/product.tpl
|
||||
themes/classic/templates/catalog/product.tpl
|
||||
classic/templates/catalog/product.tpl
|
||||
templates/catalog/product.tpl
|
||||
catalog/product.tpl
|
||||
product.tpl
|
||||
tests/Resources/themes/classic/templates/catalog/listing/product-list.tpl
|
||||
Resources/themes/classic/templates/catalog/listing/product-list.tpl
|
||||
themes/classic/templates/catalog/listing/product-list.tpl
|
||||
classic/templates/catalog/listing/product-list.tpl
|
||||
templates/catalog/listing/product-list.tpl
|
||||
catalog/listing/product-list.tpl
|
||||
listing/product-list.tpl
|
||||
product-list.tpl
|
||||
tests/Resources/themes/classic/templates/cms/page.tpl
|
||||
Resources/themes/classic/templates/cms/page.tpl
|
||||
themes/classic/templates/cms/page.tpl
|
||||
classic/templates/cms/page.tpl
|
||||
templates/cms/page.tpl
|
||||
cms/page.tpl
|
||||
page.tpl
|
||||
tests/Resources/themes/classic/templates/cms/stores.tpl
|
||||
Resources/themes/classic/templates/cms/stores.tpl
|
||||
themes/classic/templates/cms/stores.tpl
|
||||
classic/templates/cms/stores.tpl
|
||||
templates/cms/stores.tpl
|
||||
cms/stores.tpl
|
||||
stores.tpl
|
||||
tests/Resources/themes/classic/templates/cms/category.tpl
|
||||
Resources/themes/classic/templates/cms/category.tpl
|
||||
themes/classic/templates/cms/category.tpl
|
||||
classic/templates/cms/category.tpl
|
||||
templates/cms/category.tpl
|
||||
cms/category.tpl
|
||||
category.tpl
|
||||
tests/Resources/themes/classic/templates/cms/sitemap.tpl
|
||||
Resources/themes/classic/templates/cms/sitemap.tpl
|
||||
themes/classic/templates/cms/sitemap.tpl
|
||||
classic/templates/cms/sitemap.tpl
|
||||
templates/cms/sitemap.tpl
|
||||
cms/sitemap.tpl
|
||||
sitemap.tpl
|
||||
tests/Resources/TestCase/ExtendedTestCaseMethodsTrait.php
|
||||
Resources/TestCase/ExtendedTestCaseMethodsTrait.php
|
||||
TestCase/ExtendedTestCaseMethodsTrait.php
|
||||
|
|
@ -17096,6 +17356,90 @@ Resources/modules/dummy_payment/dummy_payment.php
|
|||
modules/dummy_payment/dummy_payment.php
|
||||
dummy_payment/dummy_payment.php
|
||||
dummy_payment.php
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/order_changed.html
|
||||
Resources/modules/ps_emailalerts/mails/en/order_changed.html
|
||||
modules/ps_emailalerts/mails/en/order_changed.html
|
||||
ps_emailalerts/mails/en/order_changed.html
|
||||
mails/en/order_changed.html
|
||||
en/order_changed.html
|
||||
order_changed.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/productcoverage.txt
|
||||
Resources/modules/ps_emailalerts/mails/en/productcoverage.txt
|
||||
modules/ps_emailalerts/mails/en/productcoverage.txt
|
||||
ps_emailalerts/mails/en/productcoverage.txt
|
||||
mails/en/productcoverage.txt
|
||||
en/productcoverage.txt
|
||||
productcoverage.txt
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/productoutofstock.txt
|
||||
Resources/modules/ps_emailalerts/mails/en/productoutofstock.txt
|
||||
modules/ps_emailalerts/mails/en/productoutofstock.txt
|
||||
ps_emailalerts/mails/en/productoutofstock.txt
|
||||
mails/en/productoutofstock.txt
|
||||
en/productoutofstock.txt
|
||||
productoutofstock.txt
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/new_order.txt
|
||||
Resources/modules/ps_emailalerts/mails/en/new_order.txt
|
||||
modules/ps_emailalerts/mails/en/new_order.txt
|
||||
ps_emailalerts/mails/en/new_order.txt
|
||||
mails/en/new_order.txt
|
||||
en/new_order.txt
|
||||
new_order.txt
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/new_order.html
|
||||
Resources/modules/ps_emailalerts/mails/en/new_order.html
|
||||
modules/ps_emailalerts/mails/en/new_order.html
|
||||
ps_emailalerts/mails/en/new_order.html
|
||||
mails/en/new_order.html
|
||||
en/new_order.html
|
||||
new_order.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/customer_qty.html
|
||||
Resources/modules/ps_emailalerts/mails/en/customer_qty.html
|
||||
modules/ps_emailalerts/mails/en/customer_qty.html
|
||||
ps_emailalerts/mails/en/customer_qty.html
|
||||
mails/en/customer_qty.html
|
||||
en/customer_qty.html
|
||||
customer_qty.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/productcoverage.html
|
||||
Resources/modules/ps_emailalerts/mails/en/productcoverage.html
|
||||
modules/ps_emailalerts/mails/en/productcoverage.html
|
||||
ps_emailalerts/mails/en/productcoverage.html
|
||||
mails/en/productcoverage.html
|
||||
en/productcoverage.html
|
||||
productcoverage.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/return_slip.html
|
||||
Resources/modules/ps_emailalerts/mails/en/return_slip.html
|
||||
modules/ps_emailalerts/mails/en/return_slip.html
|
||||
ps_emailalerts/mails/en/return_slip.html
|
||||
mails/en/return_slip.html
|
||||
en/return_slip.html
|
||||
return_slip.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/customer_qty.txt
|
||||
Resources/modules/ps_emailalerts/mails/en/customer_qty.txt
|
||||
modules/ps_emailalerts/mails/en/customer_qty.txt
|
||||
ps_emailalerts/mails/en/customer_qty.txt
|
||||
mails/en/customer_qty.txt
|
||||
en/customer_qty.txt
|
||||
customer_qty.txt
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/return_slip.txt
|
||||
Resources/modules/ps_emailalerts/mails/en/return_slip.txt
|
||||
modules/ps_emailalerts/mails/en/return_slip.txt
|
||||
ps_emailalerts/mails/en/return_slip.txt
|
||||
mails/en/return_slip.txt
|
||||
en/return_slip.txt
|
||||
return_slip.txt
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/productoutofstock.html
|
||||
Resources/modules/ps_emailalerts/mails/en/productoutofstock.html
|
||||
modules/ps_emailalerts/mails/en/productoutofstock.html
|
||||
ps_emailalerts/mails/en/productoutofstock.html
|
||||
mails/en/productoutofstock.html
|
||||
en/productoutofstock.html
|
||||
productoutofstock.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/order_changed.txt
|
||||
Resources/modules/ps_emailalerts/mails/en/order_changed.txt
|
||||
modules/ps_emailalerts/mails/en/order_changed.txt
|
||||
ps_emailalerts/mails/en/order_changed.txt
|
||||
mails/en/order_changed.txt
|
||||
en/order_changed.txt
|
||||
order_changed.txt
|
||||
tests/Resources/modules/cronjobs/cronjobs.php
|
||||
Resources/modules/cronjobs/cronjobs.php
|
||||
modules/cronjobs/cronjobs.php
|
||||
|
|
|
|||
|
|
@ -1948,6 +1948,7 @@ tests/UI/campaigns/functional/FO/hummingbird/11_checkout/01_personalInformation/
|
|||
tests/UI/campaigns/functional/FO/hummingbird/11_checkout/01_personalInformation/05_passwordReminder.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/11_checkout/01_personalInformation/03_createAccount.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/11_checkout/01_personalInformation/02_signIn.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/11_checkout/03_displayOfHighlightedCartRules.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/11_checkout/04_payment/01_choosePaymentMethod.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/11_checkout/02_displayOfTotals.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/11_checkout/02_addresses/01_CRUDAddress.ts
|
||||
|
|
@ -1984,7 +1985,9 @@ tests/UI/campaigns/functional/FO/hummingbird/07_search/01_consultAutoCompleteLis
|
|||
tests/UI/campaigns/functional/FO/hummingbird/07_search/03_searchNoResult.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/07_search/06_consultProductQuickView.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/04_newsletter/01_subscribeNewsletter.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/09_productPage/02_productPage/05_shareLinks.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/09_productPage/02_productPage/01_addToCart.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/09_productPage/02_productPage/06_addCustomization.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/09_productPage/01_quickView/07_changeImage.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/09_productPage/01_quickView/04_displayOfTheProduct.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/09_productPage/01_quickView/03_shareLinks.ts
|
||||
|
|
@ -2029,6 +2032,7 @@ tests/UI/campaigns/functional/FO/classic/11_checkout/02_addresses/01_CRUDAddress
|
|||
tests/UI/campaigns/functional/FO/classic/11_checkout/02_addresses/02_useDifferentAddressForInvoice.ts
|
||||
tests/UI/campaigns/functional/FO/classic/11_checkout/03_shippingMethods/02_selectCarrier.ts
|
||||
tests/UI/campaigns/functional/FO/classic/11_checkout/03_shippingMethods/01_addOrderMessage.ts
|
||||
tests/UI/campaigns/functional/FO/classic/12_orderConfirmation/02_displayOfProductCustomization.ts
|
||||
tests/UI/campaigns/functional/FO/classic/12_orderConfirmation/01_listOfOrderedProducts.ts
|
||||
tests/UI/campaigns/functional/FO/classic/12_orderConfirmation/05_contactUs.ts
|
||||
tests/UI/campaigns/functional/FO/classic/03_userAccount/01_creditSlips/01_consultCreditSlip.ts
|
||||
|
|
@ -2056,7 +2060,9 @@ tests/UI/campaigns/functional/FO/classic/07_search/01_consultAutocompleteList.ts
|
|||
tests/UI/campaigns/functional/FO/classic/07_search/02_searchProduct.ts
|
||||
tests/UI/campaigns/functional/FO/classic/07_search/03_searchNoResult.ts
|
||||
tests/UI/campaigns/functional/FO/classic/04_newsletter/01_subscribeNewsletter.ts
|
||||
tests/UI/campaigns/functional/FO/classic/09_productPage/02_productPage/05_shareLinks.ts
|
||||
tests/UI/campaigns/functional/FO/classic/09_productPage/02_productPage/01_addToCart.ts
|
||||
tests/UI/campaigns/functional/FO/classic/09_productPage/02_productPage/06_addCustomization.ts
|
||||
tests/UI/campaigns/functional/FO/classic/09_productPage/01_quickView/07_changeImage.ts
|
||||
tests/UI/campaigns/functional/FO/classic/09_productPage/01_quickView/04_displayOfTheProduct.ts
|
||||
tests/UI/campaigns/functional/FO/classic/09_productPage/01_quickView/03_shareLinks.ts
|
||||
|
|
@ -2804,6 +2810,36 @@ tests/Resources/themes/minimal-missfiles-theme/templates/_partials/notifications
|
|||
tests/Resources/themes/minimal-missfiles-theme/templates/_partials/header.tpl
|
||||
tests/Resources/themes/minimal-missfiles-theme/templates/catalog/product.tpl
|
||||
tests/Resources/themes/minimal-missfiles-theme/templates/catalog/product-miniature.tpl
|
||||
tests/Resources/themes/classic/assets/js/theme.js
|
||||
tests/Resources/themes/classic/config/theme.yml
|
||||
tests/Resources/themes/classic/templates/index.tpl
|
||||
tests/Resources/themes/classic/templates/checkout/order-confirmation.tpl
|
||||
tests/Resources/themes/classic/templates/checkout/cart-empty.tpl
|
||||
tests/Resources/themes/classic/templates/checkout/checkout.tpl
|
||||
tests/Resources/themes/classic/templates/checkout/cart.tpl
|
||||
tests/Resources/themes/classic/templates/customer/identity.tpl
|
||||
tests/Resources/themes/classic/templates/customer/my-account.tpl
|
||||
tests/Resources/themes/classic/templates/customer/authentication.tpl
|
||||
tests/Resources/themes/classic/templates/customer/order-slip.tpl
|
||||
tests/Resources/themes/classic/templates/customer/registration.tpl
|
||||
tests/Resources/themes/classic/templates/customer/addresses.tpl
|
||||
tests/Resources/themes/classic/templates/customer/order-detail.tpl
|
||||
tests/Resources/themes/classic/templates/customer/order-follow.tpl
|
||||
tests/Resources/themes/classic/templates/customer/order-return.tpl
|
||||
tests/Resources/themes/classic/templates/customer/guest-tracking.tpl
|
||||
tests/Resources/themes/classic/templates/customer/address.tpl
|
||||
tests/Resources/themes/classic/templates/customer/history.tpl
|
||||
tests/Resources/themes/classic/templates/customer/guest-login.tpl
|
||||
tests/Resources/themes/classic/templates/contact.tpl
|
||||
tests/Resources/themes/classic/templates/_partials/form-fields.tpl
|
||||
tests/Resources/themes/classic/templates/errors/forbidden.tpl
|
||||
tests/Resources/themes/classic/templates/errors/404.tpl
|
||||
tests/Resources/themes/classic/templates/catalog/product.tpl
|
||||
tests/Resources/themes/classic/templates/catalog/listing/product-list.tpl
|
||||
tests/Resources/themes/classic/templates/cms/page.tpl
|
||||
tests/Resources/themes/classic/templates/cms/stores.tpl
|
||||
tests/Resources/themes/classic/templates/cms/category.tpl
|
||||
tests/Resources/themes/classic/templates/cms/sitemap.tpl
|
||||
tests/Resources/TestCase/ExtendedTestCaseMethodsTrait.php
|
||||
tests/Resources/config/routes.yml
|
||||
tests/Resources/config/services.yml
|
||||
|
|
@ -2851,6 +2887,18 @@ tests/Resources/modules/translationtest/translations/fr.php
|
|||
tests/Resources/modules/translationtest/translations/es.php
|
||||
tests/Resources/modules/translationtest/translations/index.php
|
||||
tests/Resources/modules/dummy_payment/dummy_payment.php
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/order_changed.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/productcoverage.txt
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/productoutofstock.txt
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/new_order.txt
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/new_order.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/customer_qty.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/productcoverage.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/return_slip.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/customer_qty.txt
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/return_slip.txt
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/productoutofstock.html
|
||||
tests/Resources/modules/ps_emailalerts/mails/en/order_changed.txt
|
||||
tests/Resources/modules/cronjobs/cronjobs.php
|
||||
tests/Resources/modules/cronjobs/config.xml
|
||||
tests/Resources/modules/cronjobs/Readme.md
|
||||
|
|
|
|||
|
|
@ -4386,6 +4386,9 @@ _unreleased/2024-01-29-next-33018-fix-local-mailer-step-in-frw.md
|
|||
changelog/_unreleased/2024-01-31-make-sure-exists-the-defaultcurrency.md
|
||||
_unreleased/2024-01-31-make-sure-exists-the-defaultcurrency.md
|
||||
2024-01-31-make-sure-exists-the-defaultcurrency.md
|
||||
changelog/_unreleased/2024-04-04-keep_element_keys_when_sort_by_positions.md
|
||||
_unreleased/2024-04-04-keep_element_keys_when_sort_by_positions.md
|
||||
2024-04-04-keep_element_keys_when_sort_by_positions.md
|
||||
changelog/_unreleased/2024-01-30-shrink-rule-detail-page-associations.md
|
||||
_unreleased/2024-01-30-shrink-rule-detail-page-associations.md
|
||||
2024-01-30-shrink-rule-detail-page-associations.md
|
||||
|
|
@ -4695,6 +4698,9 @@ _unreleased/2024-01-26-fix-discount-calculation-in-order-detail-page.md
|
|||
changelog/_unreleased/2024-02-09-fix-style-issue-with-total-of-all-purchase-prices-rule.md
|
||||
_unreleased/2024-02-09-fix-style-issue-with-total-of-all-purchase-prices-rule.md
|
||||
2024-02-09-fix-style-issue-with-total-of-all-purchase-prices-rule.md
|
||||
changelog/_unreleased/2024-04-04-fix-gallery-slider-plugin-not-being-detected-at-first.md
|
||||
_unreleased/2024-04-04-fix-gallery-slider-plugin-not-being-detected-at-first.md
|
||||
2024-04-04-fix-gallery-slider-plugin-not-being-detected-at-first.md
|
||||
changelog/_unreleased/2024-02-28-add-a-createclicontext-method-to-context.md
|
||||
_unreleased/2024-02-28-add-a-createclicontext-method-to-context.md
|
||||
2024-02-28-add-a-createclicontext-method-to-context.md
|
||||
|
|
@ -4776,6 +4782,9 @@ _unreleased/2024-02-07-js-error-after-switching-layout-tab-in-product.md
|
|||
changelog/_unreleased/2024-03-04-clear-cookies-on-404-pages.md
|
||||
_unreleased/2024-03-04-clear-cookies-on-404-pages.md
|
||||
2024-03-04-clear-cookies-on-404-pages.md
|
||||
changelog/_unreleased/2024-04-05-add-wrapper-component-for-sw-icon.md
|
||||
_unreleased/2024-04-05-add-wrapper-component-for-sw-icon.md
|
||||
2024-04-05-add-wrapper-component-for-sw-icon.md
|
||||
changelog/_unreleased/2024-01-30-add-app_cache_dir-to-cache-dir.md
|
||||
_unreleased/2024-01-30-add-app_cache_dir-to-cache-dir.md
|
||||
2024-01-30-add-app_cache_dir-to-cache-dir.md
|
||||
|
|
@ -4785,6 +4794,9 @@ _unreleased/2024-01-31-improve-cart-page-performance.md
|
|||
changelog/_unreleased/2024-03-06-add-possibility-to-add-local-manifest-file.md
|
||||
_unreleased/2024-03-06-add-possibility-to-add-local-manifest-file.md
|
||||
2024-03-06-add-possibility-to-add-local-manifest-file.md
|
||||
changelog/_unreleased/2024-03-22-adjust-mailertransportdecorator.md
|
||||
_unreleased/2024-03-22-adjust-mailertransportdecorator.md
|
||||
2024-03-22-adjust-mailertransportdecorator.md
|
||||
changelog/_unreleased/2024-01-23-added-option-to-confirm-a-customers-email-within-the-admin.md
|
||||
_unreleased/2024-01-23-added-option-to-confirm-a-customers-email-within-the-admin.md
|
||||
2024-01-23-added-option-to-confirm-a-customers-email-within-the-admin.md
|
||||
|
|
@ -75610,6 +75622,15 @@ administration/eslint-rules/deprecation-rules/no-deprecated-components.spec.js
|
|||
eslint-rules/deprecation-rules/no-deprecated-components.spec.js
|
||||
deprecation-rules/no-deprecated-components.spec.js
|
||||
no-deprecated-components.spec.js
|
||||
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
|
||||
Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
|
||||
Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
|
||||
app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
|
||||
administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
|
||||
eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
|
||||
deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
|
||||
no-deprecated-component-usage-checks/mt-icon.check.js
|
||||
mt-icon.check.js
|
||||
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-button.check.js
|
||||
Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-button.check.js
|
||||
Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-button.check.js
|
||||
|
|
@ -115199,6 +115220,50 @@ component/base/sw-chart-card/sw-chart-card.html.twig
|
|||
base/sw-chart-card/sw-chart-card.html.twig
|
||||
sw-chart-card/sw-chart-card.html.twig
|
||||
sw-chart-card.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.html.twig
|
||||
Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.html.twig
|
||||
Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.html.twig
|
||||
app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.html.twig
|
||||
administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.html.twig
|
||||
src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.html.twig
|
||||
app/component/base/sw-icon-deprecated/sw-icon-deprecated.html.twig
|
||||
component/base/sw-icon-deprecated/sw-icon-deprecated.html.twig
|
||||
base/sw-icon-deprecated/sw-icon-deprecated.html.twig
|
||||
sw-icon-deprecated/sw-icon-deprecated.html.twig
|
||||
sw-icon-deprecated.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/index.js
|
||||
Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/index.js
|
||||
Resources/app/administration/src/app/component/base/sw-icon-deprecated/index.js
|
||||
app/administration/src/app/component/base/sw-icon-deprecated/index.js
|
||||
administration/src/app/component/base/sw-icon-deprecated/index.js
|
||||
src/app/component/base/sw-icon-deprecated/index.js
|
||||
app/component/base/sw-icon-deprecated/index.js
|
||||
component/base/sw-icon-deprecated/index.js
|
||||
base/sw-icon-deprecated/index.js
|
||||
sw-icon-deprecated/index.js
|
||||
index.js
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.scss
|
||||
Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.scss
|
||||
Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.scss
|
||||
app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.scss
|
||||
administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.scss
|
||||
src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.scss
|
||||
app/component/base/sw-icon-deprecated/sw-icon-deprecated.scss
|
||||
component/base/sw-icon-deprecated/sw-icon-deprecated.scss
|
||||
base/sw-icon-deprecated/sw-icon-deprecated.scss
|
||||
sw-icon-deprecated/sw-icon-deprecated.scss
|
||||
sw-icon-deprecated.scss
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.spec.js
|
||||
Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.spec.js
|
||||
Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.spec.js
|
||||
app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.spec.js
|
||||
administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.spec.js
|
||||
src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.spec.js
|
||||
app/component/base/sw-icon-deprecated/sw-icon-deprecated.spec.js
|
||||
component/base/sw-icon-deprecated/sw-icon-deprecated.spec.js
|
||||
base/sw-icon-deprecated/sw-icon-deprecated.spec.js
|
||||
sw-icon-deprecated/sw-icon-deprecated.spec.js
|
||||
sw-icon-deprecated.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-label/index.js
|
||||
Administration/Resources/app/administration/src/app/component/base/sw-label/index.js
|
||||
Resources/app/administration/src/app/component/base/sw-label/index.js
|
||||
|
|
@ -115628,17 +115693,6 @@ component/base/sw-icon/sw-icon.spec.js
|
|||
base/sw-icon/sw-icon.spec.js
|
||||
sw-icon/sw-icon.spec.js
|
||||
sw-icon.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon/sw-icon.scss
|
||||
Administration/Resources/app/administration/src/app/component/base/sw-icon/sw-icon.scss
|
||||
Resources/app/administration/src/app/component/base/sw-icon/sw-icon.scss
|
||||
app/administration/src/app/component/base/sw-icon/sw-icon.scss
|
||||
administration/src/app/component/base/sw-icon/sw-icon.scss
|
||||
src/app/component/base/sw-icon/sw-icon.scss
|
||||
app/component/base/sw-icon/sw-icon.scss
|
||||
component/base/sw-icon/sw-icon.scss
|
||||
base/sw-icon/sw-icon.scss
|
||||
sw-icon/sw-icon.scss
|
||||
sw-icon.scss
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-container/index.js
|
||||
Administration/Resources/app/administration/src/app/component/base/sw-container/index.js
|
||||
Resources/app/administration/src/app/component/base/sw-container/index.js
|
||||
|
|
|
|||
|
|
@ -1472,6 +1472,7 @@ changelog/_unreleased/2024-03-06-exclude-remote-click-from-mobile.md
|
|||
changelog/_unreleased/2024-01-23-prevent-invalid-currency-rounding-configurations.md
|
||||
changelog/_unreleased/2024-01-29-next-33018-fix-local-mailer-step-in-frw.md
|
||||
changelog/_unreleased/2024-01-31-make-sure-exists-the-defaultcurrency.md
|
||||
changelog/_unreleased/2024-04-04-keep_element_keys_when_sort_by_positions.md
|
||||
changelog/_unreleased/2024-01-30-shrink-rule-detail-page-associations.md
|
||||
changelog/_unreleased/2024-01-25-change-shortname-to-isocode-property-for-order-module.md
|
||||
changelog/_unreleased/2024-02-16-only-allow-uuid-as-lineitem-id-and-referencedid-for-product-line-item.md
|
||||
|
|
@ -1575,6 +1576,7 @@ changelog/_unreleased/2024-02-04-improve-cart-table.md
|
|||
changelog/_unreleased/2024-03-25-handle-nullable-app-id.md
|
||||
changelog/_unreleased/2024-01-26-fix-discount-calculation-in-order-detail-page.md
|
||||
changelog/_unreleased/2024-02-09-fix-style-issue-with-total-of-all-purchase-prices-rule.md
|
||||
changelog/_unreleased/2024-04-04-fix-gallery-slider-plugin-not-being-detected-at-first.md
|
||||
changelog/_unreleased/2024-02-28-add-a-createclicontext-method-to-context.md
|
||||
changelog/_unreleased/2024-03-05-changed-routing-for-creating-flows-from-templates.md
|
||||
changelog/_unreleased/2024-01-30-fix-auto-logout-in-safari.md
|
||||
|
|
@ -1602,9 +1604,11 @@ changelog/_unreleased/2024-01-22-fix-order-status-can-not-changes.md
|
|||
changelog/_unreleased/2024-01-08-add-intra-community-delivery-label-to-invoice-renderer.md
|
||||
changelog/_unreleased/2024-02-07-js-error-after-switching-layout-tab-in-product.md
|
||||
changelog/_unreleased/2024-03-04-clear-cookies-on-404-pages.md
|
||||
changelog/_unreleased/2024-04-05-add-wrapper-component-for-sw-icon.md
|
||||
changelog/_unreleased/2024-01-30-add-app_cache_dir-to-cache-dir.md
|
||||
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
changelog/_unreleased/2024-03-06-add-possibility-to-add-local-manifest-file.md
|
||||
changelog/_unreleased/2024-03-22-adjust-mailertransportdecorator.md
|
||||
changelog/_unreleased/2024-01-23-added-option-to-confirm-a-customers-email-within-the-admin.md
|
||||
changelog/_unreleased/2024-01-23-fix-alignment-of-cms-image-elements.md
|
||||
changelog/_unreleased/2024-02-16-update-area-rule-ids-in-cart-calculation.md
|
||||
|
|
@ -13747,6 +13751,7 @@ src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/p
|
|||
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-components.js
|
||||
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage.spec.js
|
||||
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-components.spec.js
|
||||
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
|
||||
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-button.check.js
|
||||
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage.js
|
||||
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-twigjs-blocks.js
|
||||
|
|
@ -17370,6 +17375,10 @@ src/Administration/Resources/app/administration/src/app/component/base/sw-chart-
|
|||
src/Administration/Resources/app/administration/src/app/component/base/sw-chart-card/sw-chart-card.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-chart-card/sw-chart-card.scss
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-chart-card/sw-chart-card.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/index.js
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.scss
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon-deprecated/sw-icon-deprecated.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-label/index.js
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-label/sw-label.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-label/sw-label.html.twig
|
||||
|
|
@ -17409,7 +17418,6 @@ src/Administration/Resources/app/administration/src/app/component/base/sw-circle
|
|||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon/index.js
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon/sw-icon.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon/sw-icon.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-icon/sw-icon.scss
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-container/index.js
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-container/sw-container.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/base/sw-container/sw-container.scss
|
||||
|
|
|
|||
|
|
@ -27778,22 +27778,34 @@ run-test-app.js
|
|||
tests/scripts/run-api-tests.js
|
||||
scripts/run-api-tests.js
|
||||
run-api-tests.js
|
||||
tests/e2e/utils/rate-limit.js
|
||||
e2e/utils/rate-limit.js
|
||||
utils/rate-limit.js
|
||||
rate-limit.js
|
||||
tests/e2e/utils/file-reset.js
|
||||
e2e/utils/file-reset.js
|
||||
utils/file-reset.js
|
||||
file-reset.js
|
||||
tests/e2e/utils/dts-import.js
|
||||
e2e/utils/dts-import.js
|
||||
utils/dts-import.js
|
||||
dts-import.js
|
||||
tests/e2e/utils/shared.ts
|
||||
e2e/utils/shared.ts
|
||||
utils/shared.ts
|
||||
shared.ts
|
||||
tests/e2e/utils/restart.ts
|
||||
e2e/utils/restart.ts
|
||||
utils/restart.ts
|
||||
restart.ts
|
||||
tests/e2e/utils/dts-export.js
|
||||
e2e/utils/dts-export.js
|
||||
utils/dts-export.js
|
||||
dts-export.js
|
||||
tests/e2e/utils/login.ts
|
||||
e2e/utils/login.ts
|
||||
utils/login.ts
|
||||
login.ts
|
||||
tests/e2e/scripts/rate-limit.js
|
||||
e2e/scripts/rate-limit.js
|
||||
scripts/rate-limit.js
|
||||
rate-limit.js
|
||||
tests/e2e/scripts/dts-import.js
|
||||
e2e/scripts/dts-import.js
|
||||
scripts/dts-import.js
|
||||
dts-import.js
|
||||
tests/e2e/scripts/dts-export.js
|
||||
e2e/scripts/dts-export.js
|
||||
scripts/dts-export.js
|
||||
|
|
@ -27840,11 +27852,22 @@ tests/admin/transfer/tokens.spec.ts
|
|||
admin/transfer/tokens.spec.ts
|
||||
transfer/tokens.spec.ts
|
||||
tokens.spec.ts
|
||||
tests/e2e/tests/content-type-builder/tutorial.spec.ts
|
||||
e2e/tests/content-type-builder/tutorial.spec.ts
|
||||
tests/content-type-builder/tutorial.spec.ts
|
||||
content-type-builder/tutorial.spec.ts
|
||||
tutorial.spec.ts
|
||||
tests/e2e/tests/content-type-builder/ctb-edit-view.spec.ts
|
||||
e2e/tests/content-type-builder/ctb-edit-view.spec.ts
|
||||
tests/content-type-builder/ctb-edit-view.spec.ts
|
||||
content-type-builder/ctb-edit-view.spec.ts
|
||||
ctb-edit-view.spec.ts
|
||||
tests/e2e/tests/content-type-builder/collection-type/create-collection-type.spec.ts
|
||||
e2e/tests/content-type-builder/collection-type/create-collection-type.spec.ts
|
||||
tests/content-type-builder/collection-type/create-collection-type.spec.ts
|
||||
content-type-builder/collection-type/create-collection-type.spec.ts
|
||||
collection-type/create-collection-type.spec.ts
|
||||
create-collection-type.spec.ts
|
||||
tests/e2e/tests/content-manager/editview.spec.ts
|
||||
e2e/tests/content-manager/editview.spec.ts
|
||||
tests/content-manager/editview.spec.ts
|
||||
|
|
|
|||
|
|
@ -3812,10 +3812,13 @@ tests/scripts/generate-test-app.js
|
|||
tests/scripts/run-e2e-tests.js
|
||||
tests/scripts/run-test-app.js
|
||||
tests/scripts/run-api-tests.js
|
||||
tests/e2e/utils/rate-limit.js
|
||||
tests/e2e/utils/file-reset.js
|
||||
tests/e2e/utils/dts-import.js
|
||||
tests/e2e/utils/shared.ts
|
||||
tests/e2e/utils/restart.ts
|
||||
tests/e2e/utils/dts-export.js
|
||||
tests/e2e/utils/login.ts
|
||||
tests/e2e/scripts/rate-limit.js
|
||||
tests/e2e/scripts/dts-import.js
|
||||
tests/e2e/scripts/dts-export.js
|
||||
tests/e2e/constants.js
|
||||
tests/e2e/data/with-admin.tar
|
||||
|
|
@ -3826,7 +3829,9 @@ tests/e2e/tests/admin/login.spec.js
|
|||
tests/e2e/tests/admin/logout.spec.js
|
||||
tests/e2e/tests/admin/signup.spec.js
|
||||
tests/e2e/tests/admin/transfer/tokens.spec.ts
|
||||
tests/e2e/tests/content-type-builder/tutorial.spec.ts
|
||||
tests/e2e/tests/content-type-builder/ctb-edit-view.spec.ts
|
||||
tests/e2e/tests/content-type-builder/collection-type/create-collection-type.spec.ts
|
||||
tests/e2e/tests/content-manager/editview.spec.ts
|
||||
tests/e2e/tests/content-manager/listview.spec.ts
|
||||
tests/e2e/app-template/package.json
|
||||
|
|
|
|||
|
|
@ -13414,6 +13414,11 @@ js/components/changelog/43716-fix-production-builds
|
|||
components/changelog/43716-fix-production-builds
|
||||
changelog/43716-fix-production-builds
|
||||
43716-fix-production-builds
|
||||
packages/js/components/changelog/add-lys-success-screen
|
||||
js/components/changelog/add-lys-success-screen
|
||||
components/changelog/add-lys-success-screen
|
||||
changelog/add-lys-success-screen
|
||||
add-lys-success-screen
|
||||
packages/js/components/changelog/fix-wordpressscripts
|
||||
js/components/changelog/fix-wordpressscripts
|
||||
components/changelog/fix-wordpressscripts
|
||||
|
|
@ -13855,6 +13860,12 @@ components/src/compare-filter/button.js
|
|||
src/compare-filter/button.js
|
||||
compare-filter/button.js
|
||||
button.js
|
||||
packages/js/components/src/confetti-animation/index.ts
|
||||
js/components/src/confetti-animation/index.ts
|
||||
components/src/confetti-animation/index.ts
|
||||
src/confetti-animation/index.ts
|
||||
confetti-animation/index.ts
|
||||
index.ts
|
||||
packages/js/components/src/date-range-filter-picker/stories/index.js
|
||||
js/components/src/date-range-filter-picker/stories/index.js
|
||||
components/src/date-range-filter-picker/stories/index.js
|
||||
|
|
@ -18138,6 +18149,11 @@ js/customer-effort-score/changelog/43716-fix-production-builds
|
|||
customer-effort-score/changelog/43716-fix-production-builds
|
||||
changelog/43716-fix-production-builds
|
||||
43716-fix-production-builds
|
||||
packages/js/customer-effort-score/changelog/add-lys-success-screen
|
||||
js/customer-effort-score/changelog/add-lys-success-screen
|
||||
customer-effort-score/changelog/add-lys-success-screen
|
||||
changelog/add-lys-success-screen
|
||||
add-lys-success-screen
|
||||
packages/js/customer-effort-score/changelog/dev-simplify-turbo
|
||||
js/customer-effort-score/changelog/dev-simplify-turbo
|
||||
customer-effort-score/changelog/dev-simplify-turbo
|
||||
|
|
@ -20643,6 +20659,9 @@ CODE_OF_CONDUCT.md
|
|||
tsconfig.base.json
|
||||
.markdownlintignore
|
||||
.eslintrc.js
|
||||
docs/beta-testing/beta-testing.md
|
||||
beta-testing/beta-testing.md
|
||||
beta-testing.md
|
||||
docs/rest-api/getting-started.md
|
||||
rest-api/getting-started.md
|
||||
getting-started.md
|
||||
|
|
@ -21116,6 +21135,10 @@ plugins/woocommerce-beta-tester/changelog/fix-domain-substitution
|
|||
woocommerce-beta-tester/changelog/fix-domain-substitution
|
||||
changelog/fix-domain-substitution
|
||||
fix-domain-substitution
|
||||
plugins/woocommerce-beta-tester/changelog/add-feature-flags-to-tampermonkey-script
|
||||
woocommerce-beta-tester/changelog/add-feature-flags-to-tampermonkey-script
|
||||
changelog/add-feature-flags-to-tampermonkey-script
|
||||
add-feature-flags-to-tampermonkey-script
|
||||
plugins/woocommerce-beta-tester/changelog/update-tweak-remove-href-li
|
||||
woocommerce-beta-tester/changelog/update-tweak-remove-href-li
|
||||
changelog/update-tweak-remove-href-li
|
||||
|
|
@ -21128,6 +21151,10 @@ plugins/woocommerce-beta-tester/changelog/43499-remove-ai-post-from-db
|
|||
woocommerce-beta-tester/changelog/43499-remove-ai-post-from-db
|
||||
changelog/43499-remove-ai-post-from-db
|
||||
43499-remove-ai-post-from-db
|
||||
plugins/woocommerce-beta-tester/changelog/46159-fix-live-branch-install-api
|
||||
woocommerce-beta-tester/changelog/46159-fix-live-branch-install-api
|
||||
changelog/46159-fix-live-branch-install-api
|
||||
46159-fix-live-branch-install-api
|
||||
plugins/woocommerce-beta-tester/changelog/update-woocommerce-beta-tester-add-user-preferences-tool
|
||||
woocommerce-beta-tester/changelog/update-woocommerce-beta-tester-add-user-preferences-tool
|
||||
changelog/update-woocommerce-beta-tester-add-user-preferences-tool
|
||||
|
|
@ -21849,6 +21876,11 @@ woocommerce-admin/.prettierrc.js
|
|||
plugins/woocommerce-admin/.browserslistrc
|
||||
woocommerce-admin/.browserslistrc
|
||||
.browserslistrc
|
||||
plugins/woocommerce-admin/client/utils/localStorage.ts
|
||||
woocommerce-admin/client/utils/localStorage.ts
|
||||
client/utils/localStorage.ts
|
||||
utils/localStorage.ts
|
||||
localStorage.ts
|
||||
plugins/woocommerce-admin/client/utils/derive-wp-admin-background-colours.ts
|
||||
woocommerce-admin/client/utils/derive-wp-admin-background-colours.ts
|
||||
client/utils/derive-wp-admin-background-colours.ts
|
||||
|
|
@ -22204,16 +22236,23 @@ woocommerce-admin/client/inbox-panel/utils.js
|
|||
client/inbox-panel/utils.js
|
||||
inbox-panel/utils.js
|
||||
utils.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/use-launch-your-store.js
|
||||
woocommerce-admin/client/launch-your-store/use-launch-your-store.js
|
||||
client/launch-your-store/use-launch-your-store.js
|
||||
launch-your-store/use-launch-your-store.js
|
||||
use-launch-your-store.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/index.js
|
||||
woocommerce-admin/client/launch-your-store/index.js
|
||||
client/launch-your-store/index.js
|
||||
launch-your-store/index.js
|
||||
index.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/hooks/use-launch-your-store.js
|
||||
woocommerce-admin/client/launch-your-store/hooks/use-launch-your-store.js
|
||||
client/launch-your-store/hooks/use-launch-your-store.js
|
||||
launch-your-store/hooks/use-launch-your-store.js
|
||||
hooks/use-launch-your-store.js
|
||||
use-launch-your-store.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/hooks/use-coming-soon-editor-link.ts
|
||||
woocommerce-admin/client/launch-your-store/hooks/use-coming-soon-editor-link.ts
|
||||
client/launch-your-store/hooks/use-coming-soon-editor-link.ts
|
||||
launch-your-store/hooks/use-coming-soon-editor-link.ts
|
||||
hooks/use-coming-soon-editor-link.ts
|
||||
use-coming-soon-editor-link.ts
|
||||
plugins/woocommerce-admin/client/launch-your-store/settings/slotfill.js
|
||||
woocommerce-admin/client/launch-your-store/settings/slotfill.js
|
||||
client/launch-your-store/settings/slotfill.js
|
||||
|
|
@ -22238,6 +22277,13 @@ client/launch-your-store/status/style.scss
|
|||
launch-your-store/status/style.scss
|
||||
status/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/sidebar/tasklist.tsx
|
||||
woocommerce-admin/client/launch-your-store/hub/sidebar/tasklist.tsx
|
||||
client/launch-your-store/hub/sidebar/tasklist.tsx
|
||||
launch-your-store/hub/sidebar/tasklist.tsx
|
||||
hub/sidebar/tasklist.tsx
|
||||
sidebar/tasklist.tsx
|
||||
tasklist.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/sidebar/components/launch-store-hub.tsx
|
||||
woocommerce-admin/client/launch-your-store/hub/sidebar/components/launch-store-hub.tsx
|
||||
client/launch-your-store/hub/sidebar/components/launch-store-hub.tsx
|
||||
|
|
@ -22288,6 +22334,60 @@ client/launch-your-store/hub/styles.scss
|
|||
launch-your-store/hub/styles.scss
|
||||
hub/styles.scss
|
||||
styles.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/Congrats.tsx
|
||||
woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/Congrats.tsx
|
||||
client/launch-your-store/hub/main-content/pages/launch-store-success/Congrats.tsx
|
||||
launch-your-store/hub/main-content/pages/launch-store-success/Congrats.tsx
|
||||
hub/main-content/pages/launch-store-success/Congrats.tsx
|
||||
main-content/pages/launch-store-success/Congrats.tsx
|
||||
pages/launch-store-success/Congrats.tsx
|
||||
launch-store-success/Congrats.tsx
|
||||
Congrats.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/WhatsNext.tsx
|
||||
woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/WhatsNext.tsx
|
||||
client/launch-your-store/hub/main-content/pages/launch-store-success/WhatsNext.tsx
|
||||
launch-your-store/hub/main-content/pages/launch-store-success/WhatsNext.tsx
|
||||
hub/main-content/pages/launch-store-success/WhatsNext.tsx
|
||||
main-content/pages/launch-store-success/WhatsNext.tsx
|
||||
pages/launch-store-success/WhatsNext.tsx
|
||||
launch-store-success/WhatsNext.tsx
|
||||
WhatsNext.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/services.tsx
|
||||
woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/services.tsx
|
||||
client/launch-your-store/hub/main-content/pages/launch-store-success/services.tsx
|
||||
launch-your-store/hub/main-content/pages/launch-store-success/services.tsx
|
||||
hub/main-content/pages/launch-store-success/services.tsx
|
||||
main-content/pages/launch-store-success/services.tsx
|
||||
pages/launch-store-success/services.tsx
|
||||
launch-store-success/services.tsx
|
||||
services.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/actions.tsx
|
||||
woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/actions.tsx
|
||||
client/launch-your-store/hub/main-content/pages/launch-store-success/actions.tsx
|
||||
launch-your-store/hub/main-content/pages/launch-store-success/actions.tsx
|
||||
hub/main-content/pages/launch-store-success/actions.tsx
|
||||
main-content/pages/launch-store-success/actions.tsx
|
||||
pages/launch-store-success/actions.tsx
|
||||
launch-store-success/actions.tsx
|
||||
actions.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/style.scss
|
||||
woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/style.scss
|
||||
client/launch-your-store/hub/main-content/pages/launch-store-success/style.scss
|
||||
launch-your-store/hub/main-content/pages/launch-store-success/style.scss
|
||||
hub/main-content/pages/launch-store-success/style.scss
|
||||
main-content/pages/launch-store-success/style.scss
|
||||
pages/launch-store-success/style.scss
|
||||
launch-store-success/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/index.tsx
|
||||
woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/index.tsx
|
||||
client/launch-your-store/hub/main-content/pages/launch-store-success/index.tsx
|
||||
launch-your-store/hub/main-content/pages/launch-store-success/index.tsx
|
||||
hub/main-content/pages/launch-store-success/index.tsx
|
||||
main-content/pages/launch-store-success/index.tsx
|
||||
pages/launch-store-success/index.tsx
|
||||
launch-store-success/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/site-preview.tsx
|
||||
woocommerce-admin/client/launch-your-store/hub/main-content/pages/site-preview.tsx
|
||||
client/launch-your-store/hub/main-content/pages/site-preview.tsx
|
||||
|
|
@ -22304,14 +22404,6 @@ hub/main-content/pages/loading.tsx
|
|||
main-content/pages/loading.tsx
|
||||
pages/loading.tsx
|
||||
loading.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success.tsx
|
||||
woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success.tsx
|
||||
client/launch-your-store/hub/main-content/pages/launch-store-success.tsx
|
||||
launch-your-store/hub/main-content/pages/launch-store-success.tsx
|
||||
hub/main-content/pages/launch-store-success.tsx
|
||||
main-content/pages/launch-store-success.tsx
|
||||
pages/launch-store-success.tsx
|
||||
launch-store-success.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/site-preview.scss
|
||||
woocommerce-admin/client/launch-your-store/hub/main-content/pages/site-preview.scss
|
||||
client/launch-your-store/hub/main-content/pages/site-preview.scss
|
||||
|
|
@ -51753,6 +51845,10 @@ plugins/woocommerce/changelog/46098-update-46072-add-icions-to-ellipsis-menu-lys
|
|||
woocommerce/changelog/46098-update-46072-add-icions-to-ellipsis-menu-lys-home-badge
|
||||
changelog/46098-update-46072-add-icions-to-ellipsis-menu-lys-home-badge
|
||||
46098-update-46072-add-icions-to-ellipsis-menu-lys-home-badge
|
||||
plugins/woocommerce/changelog/46078-add-45873-track-site-visibility-action
|
||||
woocommerce/changelog/46078-add-45873-track-site-visibility-action
|
||||
changelog/46078-add-45873-track-site-visibility-action
|
||||
46078-add-45873-track-site-visibility-action
|
||||
plugins/woocommerce/changelog/performance-update-get-template-paths
|
||||
woocommerce/changelog/performance-update-get-template-paths
|
||||
changelog/performance-update-get-template-paths
|
||||
|
|
@ -51773,6 +51869,10 @@ plugins/woocommerce/changelog/46097-update-46071-copy-changes-for-homescreen-lys
|
|||
woocommerce/changelog/46097-update-46071-copy-changes-for-homescreen-lys-badge
|
||||
changelog/46097-update-46071-copy-changes-for-homescreen-lys-badge
|
||||
46097-update-46071-copy-changes-for-homescreen-lys-badge
|
||||
plugins/woocommerce/changelog/46156-product-collection-reset-all-resets-also-the-collection-filters
|
||||
woocommerce/changelog/46156-product-collection-reset-all-resets-also-the-collection-filters
|
||||
changelog/46156-product-collection-reset-all-resets-also-the-collection-filters
|
||||
46156-product-collection-reset-all-resets-also-the-collection-filters
|
||||
plugins/woocommerce/changelog/add-test-for-woocommerce_specific_allowed_countries
|
||||
woocommerce/changelog/add-test-for-woocommerce_specific_allowed_countries
|
||||
changelog/add-test-for-woocommerce_specific_allowed_countries
|
||||
|
|
@ -51785,6 +51885,10 @@ plugins/woocommerce/changelog/e2e-merchant-shipping-zones
|
|||
woocommerce/changelog/e2e-merchant-shipping-zones
|
||||
changelog/e2e-merchant-shipping-zones
|
||||
e2e-merchant-shipping-zones
|
||||
plugins/woocommerce/changelog/fix-local-pickup-title-sync
|
||||
woocommerce/changelog/fix-local-pickup-title-sync
|
||||
changelog/fix-local-pickup-title-sync
|
||||
fix-local-pickup-title-sync
|
||||
plugins/woocommerce/changelog/45791-tweak-45790
|
||||
woocommerce/changelog/45791-tweak-45790
|
||||
changelog/45791-tweak-45790
|
||||
|
|
@ -51829,10 +51933,18 @@ plugins/woocommerce/changelog/e2e-woo-com-connection
|
|||
woocommerce/changelog/e2e-woo-com-connection
|
||||
changelog/e2e-woo-com-connection
|
||||
e2e-woo-com-connection
|
||||
plugins/woocommerce/changelog/fix-27077-order-editor-coupons-deleted-products
|
||||
woocommerce/changelog/fix-27077-order-editor-coupons-deleted-products
|
||||
changelog/fix-27077-order-editor-coupons-deleted-products
|
||||
fix-27077-order-editor-coupons-deleted-products
|
||||
plugins/woocommerce/changelog/45551-fix-43967-43960-43890
|
||||
woocommerce/changelog/45551-fix-43967-43960-43890
|
||||
changelog/45551-fix-43967-43960-43890
|
||||
45551-fix-43967-43960-43890
|
||||
plugins/woocommerce/changelog/46140-update-46133-site-visibility-tab
|
||||
woocommerce/changelog/46140-update-46133-site-visibility-tab
|
||||
changelog/46140-update-46133-site-visibility-tab
|
||||
46140-update-46133-site-visibility-tab
|
||||
plugins/woocommerce/changelog/46003-update-remove-duplicated-tos-acceptance
|
||||
woocommerce/changelog/46003-update-remove-duplicated-tos-acceptance
|
||||
changelog/46003-update-remove-duplicated-tos-acceptance
|
||||
|
|
@ -51853,6 +51965,10 @@ plugins/woocommerce/changelog/add-lys-xstate-url-handling
|
|||
woocommerce/changelog/add-lys-xstate-url-handling
|
||||
changelog/add-lys-xstate-url-handling
|
||||
add-lys-xstate-url-handling
|
||||
plugins/woocommerce/changelog/add-coming-soon-editor-link
|
||||
woocommerce/changelog/add-coming-soon-editor-link
|
||||
changelog/add-coming-soon-editor-link
|
||||
add-coming-soon-editor-link
|
||||
plugins/woocommerce/changelog/45855-test-42171-add-e2e-tests-for-product-filter-price-block
|
||||
woocommerce/changelog/45855-test-42171-add-e2e-tests-for-product-filter-price-block
|
||||
changelog/45855-test-42171-add-e2e-tests-for-product-filter-price-block
|
||||
|
|
@ -51865,6 +51981,14 @@ plugins/woocommerce/changelog/e2e-display-marketing-overview
|
|||
woocommerce/changelog/e2e-display-marketing-overview
|
||||
changelog/e2e-display-marketing-overview
|
||||
e2e-display-marketing-overview
|
||||
plugins/woocommerce/changelog/fix-43964-43910-43896-43893
|
||||
woocommerce/changelog/fix-43964-43910-43896-43893
|
||||
changelog/fix-43964-43910-43896-43893
|
||||
fix-43964-43910-43896-43893
|
||||
plugins/woocommerce/changelog/add-lys-success-screen
|
||||
woocommerce/changelog/add-lys-success-screen
|
||||
changelog/add-lys-success-screen
|
||||
add-lys-success-screen
|
||||
plugins/woocommerce/changelog/45530-fix-45528-single-product-block-restricting-inner-blocks-placement
|
||||
woocommerce/changelog/45530-fix-45528-single-product-block-restricting-inner-blocks-placement
|
||||
changelog/45530-fix-45528-single-product-block-restricting-inner-blocks-placement
|
||||
|
|
@ -51889,10 +52013,18 @@ plugins/woocommerce/changelog/try-checkout-e2e-fix-opr
|
|||
woocommerce/changelog/try-checkout-e2e-fix-opr
|
||||
changelog/try-checkout-e2e-fix-opr
|
||||
try-checkout-e2e-fix-opr
|
||||
plugins/woocommerce/changelog/fix-44002
|
||||
woocommerce/changelog/fix-44002
|
||||
changelog/fix-44002
|
||||
fix-44002
|
||||
plugins/woocommerce/changelog/45804-45343-cys-core-e2e-tests-add-coverage-fot-the-loading-page
|
||||
woocommerce/changelog/45804-45343-cys-core-e2e-tests-add-coverage-fot-the-loading-page
|
||||
changelog/45804-45343-cys-core-e2e-tests-add-coverage-fot-the-loading-page
|
||||
45804-45343-cys-core-e2e-tests-add-coverage-fot-the-loading-page
|
||||
plugins/woocommerce/changelog/dev-add-legacy-unit-tests-to-ci
|
||||
woocommerce/changelog/dev-add-legacy-unit-tests-to-ci
|
||||
changelog/dev-add-legacy-unit-tests-to-ci
|
||||
dev-add-legacy-unit-tests-to-ci
|
||||
plugins/woocommerce/changelog/add-use-state-name-in-address-card
|
||||
woocommerce/changelog/add-use-state-name-in-address-card
|
||||
changelog/add-use-state-name-in-address-card
|
||||
|
|
@ -51913,6 +52045,14 @@ plugins/woocommerce/changelog/45773-add-coming-soon-page
|
|||
woocommerce/changelog/45773-add-coming-soon-page
|
||||
changelog/45773-add-coming-soon-page
|
||||
45773-add-coming-soon-page
|
||||
plugins/woocommerce/changelog/dev-k6-cot-to-hpos
|
||||
woocommerce/changelog/dev-k6-cot-to-hpos
|
||||
changelog/dev-k6-cot-to-hpos
|
||||
dev-k6-cot-to-hpos
|
||||
plugins/woocommerce/changelog/46101-add-lys-coming-soon-templates
|
||||
woocommerce/changelog/46101-add-lys-coming-soon-templates
|
||||
changelog/46101-add-lys-coming-soon-templates
|
||||
46101-add-lys-coming-soon-templates
|
||||
plugins/woocommerce/changelog/e2e-fix-create-simple-product-fix
|
||||
woocommerce/changelog/e2e-fix-create-simple-product-fix
|
||||
changelog/e2e-fix-create-simple-product-fix
|
||||
|
|
@ -51941,6 +52081,10 @@ plugins/woocommerce/changelog/45933-redirect-to-intro-when-going-to-transitional
|
|||
woocommerce/changelog/45933-redirect-to-intro-when-going-to-transitional-but-no-theme-mods
|
||||
changelog/45933-redirect-to-intro-when-going-to-transitional-but-no-theme-mods
|
||||
45933-redirect-to-intro-when-going-to-transitional-but-no-theme-mods
|
||||
plugins/woocommerce/changelog/add-46107_e2e_for_analytics_product_segmentation
|
||||
woocommerce/changelog/add-46107_e2e_for_analytics_product_segmentation
|
||||
changelog/add-46107_e2e_for_analytics_product_segmentation
|
||||
add-46107_e2e_for_analytics_product_segmentation
|
||||
plugins/woocommerce/changelog/44593-add-wp-env-6.5
|
||||
woocommerce/changelog/44593-add-wp-env-6.5
|
||||
changelog/44593-add-wp-env-6.5
|
||||
|
|
@ -51989,6 +52133,10 @@ plugins/woocommerce/changelog/tools-add-e2e-tests-in-ci-jobs
|
|||
woocommerce/changelog/tools-add-e2e-tests-in-ci-jobs
|
||||
changelog/tools-add-e2e-tests-in-ci-jobs
|
||||
tools-add-e2e-tests-in-ci-jobs
|
||||
plugins/woocommerce/changelog/46204-update-46185-copy-change-for-coming-soon-page-setup
|
||||
woocommerce/changelog/46204-update-46185-copy-change-for-coming-soon-page-setup
|
||||
changelog/46204-update-46185-copy-change-for-coming-soon-page-setup
|
||||
46204-update-46185-copy-change-for-coming-soon-page-setup
|
||||
plugins/woocommerce/changelog/46030-44514-flaky-customize-storeassembler-hubspecjs
|
||||
woocommerce/changelog/46030-44514-flaky-customize-storeassembler-hubspecjs
|
||||
changelog/46030-44514-flaky-customize-storeassembler-hubspecjs
|
||||
|
|
@ -51997,14 +52145,30 @@ plugins/woocommerce/changelog/update-task-list-progress-title
|
|||
woocommerce/changelog/update-task-list-progress-title
|
||||
changelog/update-task-list-progress-title
|
||||
update-task-list-progress-title
|
||||
plugins/woocommerce/changelog/46216-fix-color-palette-button-colors
|
||||
woocommerce/changelog/46216-fix-color-palette-button-colors
|
||||
changelog/46216-fix-color-palette-button-colors
|
||||
46216-fix-color-palette-button-colors
|
||||
plugins/woocommerce/changelog/45187-product-collection-telemetry-choosing-collection
|
||||
woocommerce/changelog/45187-product-collection-telemetry-choosing-collection
|
||||
changelog/45187-product-collection-telemetry-choosing-collection
|
||||
45187-product-collection-telemetry-choosing-collection
|
||||
plugins/woocommerce/changelog/dev-add-expected-version
|
||||
woocommerce/changelog/dev-add-expected-version
|
||||
changelog/dev-add-expected-version
|
||||
dev-add-expected-version
|
||||
plugins/woocommerce/changelog/add-39887_e2e_tests_variations_warning
|
||||
woocommerce/changelog/add-39887_e2e_tests_variations_warning
|
||||
changelog/add-39887_e2e_tests_variations_warning
|
||||
add-39887_e2e_tests_variations_warning
|
||||
plugins/woocommerce/changelog/45979-frosso-patch-1
|
||||
woocommerce/changelog/45979-frosso-patch-1
|
||||
changelog/45979-frosso-patch-1
|
||||
45979-frosso-patch-1
|
||||
plugins/woocommerce/changelog/fix-lys-default-values-actions
|
||||
woocommerce/changelog/fix-lys-default-values-actions
|
||||
changelog/fix-lys-default-values-actions
|
||||
fix-lys-default-values-actions
|
||||
plugins/woocommerce/changelog/e2e-reenable-all-e2e-tests
|
||||
woocommerce/changelog/e2e-reenable-all-e2e-tests
|
||||
changelog/e2e-reenable-all-e2e-tests
|
||||
|
|
@ -52013,6 +52177,10 @@ plugins/woocommerce/changelog/45828-fix-44405-disable-shipping-logic
|
|||
woocommerce/changelog/45828-fix-44405-disable-shipping-logic
|
||||
changelog/45828-fix-44405-disable-shipping-logic
|
||||
45828-fix-44405-disable-shipping-logic
|
||||
plugins/woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active
|
||||
woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active
|
||||
changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active
|
||||
46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active
|
||||
plugins/woocommerce/changelog/e2e-new-order-email
|
||||
woocommerce/changelog/e2e-new-order-email
|
||||
changelog/e2e-new-order-email
|
||||
|
|
@ -52041,6 +52209,10 @@ plugins/woocommerce/changelog/46053-fix-update-rc-version
|
|||
woocommerce/changelog/46053-fix-update-rc-version
|
||||
changelog/46053-fix-update-rc-version
|
||||
46053-fix-update-rc-version
|
||||
plugins/woocommerce/changelog/fix-lys-incomplete-tasks
|
||||
woocommerce/changelog/fix-lys-incomplete-tasks
|
||||
changelog/fix-lys-incomplete-tasks
|
||||
fix-lys-incomplete-tasks
|
||||
plugins/woocommerce/changelog/45931-fix-45842-product-collection-block-hand-picked-items-limited-to-first-100-in-catalog
|
||||
woocommerce/changelog/45931-fix-45842-product-collection-block-hand-picked-items-limited-to-first-100-in-catalog
|
||||
changelog/45931-fix-45842-product-collection-block-hand-picked-items-limited-to-first-100-in-catalog
|
||||
|
|
@ -52125,6 +52297,10 @@ plugins/woocommerce/changelog/46170-fix-featured-category-triple-overlay
|
|||
woocommerce/changelog/46170-fix-featured-category-triple-overlay
|
||||
changelog/46170-fix-featured-category-triple-overlay
|
||||
46170-fix-featured-category-triple-overlay
|
||||
plugins/woocommerce/changelog/46242-fix-broken-hpos-tests
|
||||
woocommerce/changelog/46242-fix-broken-hpos-tests
|
||||
changelog/46242-fix-broken-hpos-tests
|
||||
46242-fix-broken-hpos-tests
|
||||
plugins/woocommerce/changelog/e2e-add-merchant-insert-patterns
|
||||
woocommerce/changelog/e2e-add-merchant-insert-patterns
|
||||
changelog/e2e-add-merchant-insert-patterns
|
||||
|
|
@ -52153,6 +52329,10 @@ plugins/woocommerce/changelog/e2e-add-merchant-inserting-woo-blocks
|
|||
woocommerce/changelog/e2e-add-merchant-inserting-woo-blocks
|
||||
changelog/e2e-add-merchant-inserting-woo-blocks
|
||||
e2e-add-merchant-inserting-woo-blocks
|
||||
plugins/woocommerce/changelog/46221-fix-header-tests
|
||||
woocommerce/changelog/46221-fix-header-tests
|
||||
changelog/46221-fix-header-tests
|
||||
46221-fix-header-tests
|
||||
plugins/woocommerce/changelog/46096-update-46073-front-end-footer-banner-for-coming-soon-mode
|
||||
woocommerce/changelog/46096-update-46073-front-end-footer-banner-for-coming-soon-mode
|
||||
changelog/46096-update-46073-front-end-footer-banner-for-coming-soon-mode
|
||||
|
|
@ -54004,15 +54184,6 @@ tests/customize-store/assembler/assembler.page.js
|
|||
customize-store/assembler/assembler.page.js
|
||||
assembler/assembler.page.js
|
||||
assembler.page.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/footer.spec.js-snapshots/cys-selected-footer-Chrome
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/footer.spec.js-snapshots/cys-selected-footer-Chrome
|
||||
tests/e2e-pw/tests/customize-store/assembler/footer.spec.js-snapshots/cys-selected-footer-Chrome
|
||||
e2e-pw/tests/customize-store/assembler/footer.spec.js-snapshots/cys-selected-footer-Chrome
|
||||
tests/customize-store/assembler/footer.spec.js-snapshots/cys-selected-footer-Chrome
|
||||
customize-store/assembler/footer.spec.js-snapshots/cys-selected-footer-Chrome
|
||||
assembler/footer.spec.js-snapshots/cys-selected-footer-Chrome
|
||||
footer.spec.js-snapshots/cys-selected-footer-Chrome
|
||||
cys-selected-footer-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-5-Chrome
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-5-Chrome
|
||||
tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-5-Chrome
|
||||
|
|
@ -54184,15 +54355,6 @@ customize-store/assembler/color-picker.spec.js-snapshots/color-palette-17-Chrome
|
|||
assembler/color-picker.spec.js-snapshots/color-palette-17-Chrome
|
||||
color-picker.spec.js-snapshots/color-palette-17-Chrome
|
||||
color-palette-17-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/header.spec.js-snapshots/cys-selected-header-Chrome
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/header.spec.js-snapshots/cys-selected-header-Chrome
|
||||
tests/e2e-pw/tests/customize-store/assembler/header.spec.js-snapshots/cys-selected-header-Chrome
|
||||
e2e-pw/tests/customize-store/assembler/header.spec.js-snapshots/cys-selected-header-Chrome
|
||||
tests/customize-store/assembler/header.spec.js-snapshots/cys-selected-header-Chrome
|
||||
customize-store/assembler/header.spec.js-snapshots/cys-selected-header-Chrome
|
||||
assembler/header.spec.js-snapshots/cys-selected-header-Chrome
|
||||
header.spec.js-snapshots/cys-selected-header-Chrome
|
||||
cys-selected-header-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js
|
||||
tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js
|
||||
|
|
@ -60955,6 +61117,12 @@ tests/php/includes/class-wc-payment-gateways-test.php
|
|||
php/includes/class-wc-payment-gateways-test.php
|
||||
includes/class-wc-payment-gateways-test.php
|
||||
class-wc-payment-gateways-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-coupon-test.php
|
||||
woocommerce/tests/php/includes/class-wc-coupon-test.php
|
||||
tests/php/includes/class-wc-coupon-test.php
|
||||
php/includes/class-wc-coupon-test.php
|
||||
includes/class-wc-coupon-test.php
|
||||
class-wc-coupon-test.php
|
||||
plugins/woocommerce/tests/php/includes/wc-stock-functions-tests.php
|
||||
woocommerce/tests/php/includes/wc-stock-functions-tests.php
|
||||
tests/php/includes/wc-stock-functions-tests.php
|
||||
|
|
@ -69755,6 +69923,12 @@ includes/admin/settings/class-wc-settings-tax.php
|
|||
admin/settings/class-wc-settings-tax.php
|
||||
settings/class-wc-settings-tax.php
|
||||
class-wc-settings-tax.php
|
||||
plugins/woocommerce/includes/admin/settings/class-wc-settings-site-visibility.php
|
||||
woocommerce/includes/admin/settings/class-wc-settings-site-visibility.php
|
||||
includes/admin/settings/class-wc-settings-site-visibility.php
|
||||
admin/settings/class-wc-settings-site-visibility.php
|
||||
settings/class-wc-settings-site-visibility.php
|
||||
class-wc-settings-site-visibility.php
|
||||
plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php
|
||||
woocommerce/includes/admin/settings/class-wc-settings-products.php
|
||||
includes/admin/settings/class-wc-settings-products.php
|
||||
|
|
|
|||
|
|
@ -2157,6 +2157,7 @@ packages/js/components/changelog/bump-js-packages-php-version
|
|||
packages/js/components/changelog/43595-update-wireit-0.14.3
|
||||
packages/js/components/changelog/add-35146
|
||||
packages/js/components/changelog/43716-fix-production-builds
|
||||
packages/js/components/changelog/add-lys-success-screen
|
||||
packages/js/components/changelog/fix-wordpressscripts
|
||||
packages/js/components/changelog/add-41048
|
||||
packages/js/components/changelog/update-woocommerce-com-to-woo-com
|
||||
|
|
@ -2235,6 +2236,7 @@ packages/js/components/src/compare-filter/test/compare-filter.js
|
|||
packages/js/components/src/compare-filter/index.js
|
||||
packages/js/components/src/compare-filter/README.md
|
||||
packages/js/components/src/compare-filter/button.js
|
||||
packages/js/components/src/confetti-animation/index.ts
|
||||
packages/js/components/src/date-range-filter-picker/stories/index.js
|
||||
packages/js/components/src/date-range-filter-picker/index.js
|
||||
packages/js/components/src/date-range-filter-picker/preset-periods.js
|
||||
|
|
@ -2958,6 +2960,7 @@ packages/js/customer-effort-score/changelog/fix-typescript-incremental-builds
|
|||
packages/js/customer-effort-score/changelog/add-35126_ces_exit_prompt
|
||||
packages/js/customer-effort-score/changelog/add-35126_ces_exit_prompt_settings
|
||||
packages/js/customer-effort-score/changelog/43716-fix-production-builds
|
||||
packages/js/customer-effort-score/changelog/add-lys-success-screen
|
||||
packages/js/customer-effort-score/changelog/dev-simplify-turbo
|
||||
packages/js/customer-effort-score/changelog/add-38202
|
||||
packages/js/customer-effort-score/changelog/dev-update-eslint-plugin
|
||||
|
|
@ -3454,6 +3457,7 @@ CODE_OF_CONDUCT.md
|
|||
tsconfig.base.json
|
||||
.markdownlintignore
|
||||
.eslintrc.js
|
||||
docs/beta-testing/beta-testing.md
|
||||
docs/rest-api/getting-started.md
|
||||
docs/rest-api/README.md
|
||||
docs/shipping/shipping-method-api.md
|
||||
|
|
@ -3609,9 +3613,11 @@ plugins/woocommerce-beta-tester/changelog/43595-update-wireit-0.14.3
|
|||
plugins/woocommerce-beta-tester/changelog/dev-44451-refactor-remote-specs-structure-and-naming
|
||||
plugins/woocommerce-beta-tester/changelog/42860-update-pnpm
|
||||
plugins/woocommerce-beta-tester/changelog/fix-domain-substitution
|
||||
plugins/woocommerce-beta-tester/changelog/add-feature-flags-to-tampermonkey-script
|
||||
plugins/woocommerce-beta-tester/changelog/update-tweak-remove-href-li
|
||||
plugins/woocommerce-beta-tester/changelog/dev-fix-option-search
|
||||
plugins/woocommerce-beta-tester/changelog/43499-remove-ai-post-from-db
|
||||
plugins/woocommerce-beta-tester/changelog/46159-fix-live-branch-install-api
|
||||
plugins/woocommerce-beta-tester/changelog/update-woocommerce-beta-tester-add-user-preferences-tool
|
||||
plugins/woocommerce-beta-tester/changelog/41513-prepare-beta-tester-2.3.0
|
||||
plugins/woocommerce-beta-tester/changelog/add-remote-spec-rule-validator
|
||||
|
|
@ -3761,6 +3767,7 @@ plugins/woocommerce-admin/changelog/fix-remove_warnings
|
|||
plugins/woocommerce-admin/unminify.js
|
||||
plugins/woocommerce-admin/.prettierrc.js
|
||||
plugins/woocommerce-admin/.browserslistrc
|
||||
plugins/woocommerce-admin/client/utils/localStorage.ts
|
||||
plugins/woocommerce-admin/client/utils/derive-wp-admin-background-colours.ts
|
||||
plugins/woocommerce-admin/client/utils/types.ts
|
||||
plugins/woocommerce-admin/client/utils/test/static-form-helper.spec.tsx
|
||||
|
|
@ -3827,12 +3834,14 @@ plugins/woocommerce-admin/client/inbox-panel/index.js
|
|||
plugins/woocommerce-admin/client/inbox-panel/index.scss
|
||||
plugins/woocommerce-admin/client/inbox-panel/dismiss-all-modal.js
|
||||
plugins/woocommerce-admin/client/inbox-panel/utils.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/use-launch-your-store.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/index.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/hooks/use-launch-your-store.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/hooks/use-coming-soon-editor-link.ts
|
||||
plugins/woocommerce-admin/client/launch-your-store/settings/slotfill.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/settings/style.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/status/index.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/status/style.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/sidebar/tasklist.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/sidebar/components/launch-store-hub.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/sidebar/components/sidebar-container.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/sidebar/components/icons.tsx
|
||||
|
|
@ -3840,9 +3849,14 @@ plugins/woocommerce-admin/client/launch-your-store/hub/sidebar/xstate.tsx
|
|||
plugins/woocommerce-admin/client/launch-your-store/hub/test/common.test.ts
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/common.ts
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/styles.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/Congrats.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/WhatsNext.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/services.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/actions.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/style.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success/index.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/site-preview.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/loading.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/site-preview.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/xstate.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/index.tsx
|
||||
|
|
@ -7912,14 +7926,17 @@ plugins/woocommerce/assets/fonts/star.ttf
|
|||
plugins/woocommerce/assets/client/.gitkeep
|
||||
plugins/woocommerce/uninstall.php
|
||||
plugins/woocommerce/changelog/46098-update-46072-add-icions-to-ellipsis-menu-lys-home-badge
|
||||
plugins/woocommerce/changelog/46078-add-45873-track-site-visibility-action
|
||||
plugins/woocommerce/changelog/performance-update-get-template-paths
|
||||
plugins/woocommerce/changelog/fix-43311-fix-query-id-persistence
|
||||
plugins/woocommerce/changelog/dev-update-support-request-not-planned
|
||||
plugins/woocommerce/changelog/46095-update-46075-settings-copy-changes-lys
|
||||
plugins/woocommerce/changelog/46097-update-46071-copy-changes-for-homescreen-lys-badge
|
||||
plugins/woocommerce/changelog/46156-product-collection-reset-all-resets-also-the-collection-filters
|
||||
plugins/woocommerce/changelog/add-test-for-woocommerce_specific_allowed_countries
|
||||
plugins/woocommerce/changelog/add-lys-hub-sidebar
|
||||
plugins/woocommerce/changelog/e2e-merchant-shipping-zones
|
||||
plugins/woocommerce/changelog/fix-local-pickup-title-sync
|
||||
plugins/woocommerce/changelog/45791-tweak-45790
|
||||
plugins/woocommerce/changelog/45778-fix-44893-shipping-cost-task-input-layout-issue
|
||||
plugins/woocommerce/changelog/43267-add-auto-insert-customer-block
|
||||
|
|
@ -7931,27 +7948,36 @@ plugins/woocommerce/changelog/46093-fix-current-screen-error-with-lys
|
|||
plugins/woocommerce/changelog/fix-43879
|
||||
plugins/woocommerce/changelog/fix-additional-fields-validation
|
||||
plugins/woocommerce/changelog/e2e-woo-com-connection
|
||||
plugins/woocommerce/changelog/fix-27077-order-editor-coupons-deleted-products
|
||||
plugins/woocommerce/changelog/45551-fix-43967-43960-43890
|
||||
plugins/woocommerce/changelog/46140-update-46133-site-visibility-tab
|
||||
plugins/woocommerce/changelog/46003-update-remove-duplicated-tos-acceptance
|
||||
plugins/woocommerce/changelog/add-change-product-elements-category-to-product-elements
|
||||
plugins/woocommerce/changelog/add-store-connect-to-woocom
|
||||
plugins/woocommerce/changelog/e2e-add-changes-to-test-projects
|
||||
plugins/woocommerce/changelog/add-lys-xstate-url-handling
|
||||
plugins/woocommerce/changelog/add-coming-soon-editor-link
|
||||
plugins/woocommerce/changelog/45855-test-42171-add-e2e-tests-for-product-filter-price-block
|
||||
plugins/woocommerce/changelog/fix-41308_home_screen_grey_background
|
||||
plugins/woocommerce/changelog/e2e-display-marketing-overview
|
||||
plugins/woocommerce/changelog/fix-43964-43910-43896-43893
|
||||
plugins/woocommerce/changelog/add-lys-success-screen
|
||||
plugins/woocommerce/changelog/45530-fix-45528-single-product-block-restricting-inner-blocks-placement
|
||||
plugins/woocommerce/changelog/hpos-large-guide
|
||||
plugins/woocommerce/changelog/45356-45341-add-intro-e2e-tests
|
||||
plugins/woocommerce/changelog/45607-try-double-quotes-css-scss
|
||||
plugins/woocommerce/changelog/e2e-merchant-orders-enhancements
|
||||
plugins/woocommerce/changelog/try-checkout-e2e-fix-opr
|
||||
plugins/woocommerce/changelog/fix-44002
|
||||
plugins/woocommerce/changelog/45804-45343-cys-core-e2e-tests-add-coverage-fot-the-loading-page
|
||||
plugins/woocommerce/changelog/dev-add-legacy-unit-tests-to-ci
|
||||
plugins/woocommerce/changelog/add-use-state-name-in-address-card
|
||||
plugins/woocommerce/changelog/add-e2e_tests_for_grouped_product
|
||||
plugins/woocommerce/changelog/46188-fix-skip-color-picker-e2e-test
|
||||
plugins/woocommerce/changelog/add-product-collection-location-cart-checkout-block-cases
|
||||
plugins/woocommerce/changelog/45773-add-coming-soon-page
|
||||
plugins/woocommerce/changelog/dev-k6-cot-to-hpos
|
||||
plugins/woocommerce/changelog/46101-add-lys-coming-soon-templates
|
||||
plugins/woocommerce/changelog/e2e-fix-create-simple-product-fix
|
||||
plugins/woocommerce/changelog/46212-46194-cys-investigate-potential-bad-performance-for-the-color-palette
|
||||
plugins/woocommerce/changelog/e2e-fix-customer-payment-page-fix
|
||||
|
|
@ -7959,6 +7985,7 @@ plugins/woocommerce/changelog/46155-45893-e2e-blocks-remove-hardcoded-wordpress-
|
|||
plugins/woocommerce/changelog/fix-phpcs-add-WordPress.WP.Capabilities
|
||||
plugins/woocommerce/changelog/45830-add-patterns-title-spacing
|
||||
plugins/woocommerce/changelog/45933-redirect-to-intro-when-going-to-transitional-but-no-theme-mods
|
||||
plugins/woocommerce/changelog/add-46107_e2e_for_analytics_product_segmentation
|
||||
plugins/woocommerce/changelog/44593-add-wp-env-6.5
|
||||
plugins/woocommerce/changelog/46022-update-41534-adjust-shipping-calculation-text
|
||||
plugins/woocommerce/changelog/update-local-pickup-title
|
||||
|
|
@ -7971,12 +7998,18 @@ plugins/woocommerce/changelog/45932-update-lys-task-action-url
|
|||
plugins/woocommerce/changelog/add-metadata_variations
|
||||
plugins/woocommerce/changelog/e2e-add-merchant-checkout-block-options
|
||||
plugins/woocommerce/changelog/tools-add-e2e-tests-in-ci-jobs
|
||||
plugins/woocommerce/changelog/46204-update-46185-copy-change-for-coming-soon-page-setup
|
||||
plugins/woocommerce/changelog/46030-44514-flaky-customize-storeassembler-hubspecjs
|
||||
plugins/woocommerce/changelog/update-task-list-progress-title
|
||||
plugins/woocommerce/changelog/46216-fix-color-palette-button-colors
|
||||
plugins/woocommerce/changelog/45187-product-collection-telemetry-choosing-collection
|
||||
plugins/woocommerce/changelog/dev-add-expected-version
|
||||
plugins/woocommerce/changelog/add-39887_e2e_tests_variations_warning
|
||||
plugins/woocommerce/changelog/45979-frosso-patch-1
|
||||
plugins/woocommerce/changelog/fix-lys-default-values-actions
|
||||
plugins/woocommerce/changelog/e2e-reenable-all-e2e-tests
|
||||
plugins/woocommerce/changelog/45828-fix-44405-disable-shipping-logic
|
||||
plugins/woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active
|
||||
plugins/woocommerce/changelog/e2e-new-order-email
|
||||
plugins/woocommerce/changelog/46217-disable-header-test
|
||||
plugins/woocommerce/changelog/45781-fix-query-non-public-tax
|
||||
|
|
@ -7984,6 +8017,7 @@ plugins/woocommerce/changelog/fix-40157-styled-post-content
|
|||
plugins/woocommerce/changelog/e2e-fix-make-e2e-theme-agnostic
|
||||
plugins/woocommerce/changelog/e2e-flaky-test-fixes
|
||||
plugins/woocommerce/changelog/46053-fix-update-rc-version
|
||||
plugins/woocommerce/changelog/fix-lys-incomplete-tasks
|
||||
plugins/woocommerce/changelog/45931-fix-45842-product-collection-block-hand-picked-items-limited-to-first-100-in-catalog
|
||||
plugins/woocommerce/changelog/45926-add-e2e-color-picker
|
||||
plugins/woocommerce/changelog/update-product-editor-register-metadata-block-attribute
|
||||
|
|
@ -8005,6 +8039,7 @@ plugins/woocommerce/changelog/add-phone-number-to-order-preview
|
|||
plugins/woocommerce/changelog/fix-wccom-19988-double-bubble
|
||||
plugins/woocommerce/changelog/dont-show-draft-product-in-featured-block
|
||||
plugins/woocommerce/changelog/46170-fix-featured-category-triple-overlay
|
||||
plugins/woocommerce/changelog/46242-fix-broken-hpos-tests
|
||||
plugins/woocommerce/changelog/e2e-add-merchant-insert-patterns
|
||||
plugins/woocommerce/changelog/46109-dev-disable-xstate-in-prod-builds
|
||||
plugins/woocommerce/changelog/feature-postcode-formatting
|
||||
|
|
@ -8012,6 +8047,7 @@ plugins/woocommerce/changelog/add-44761
|
|||
plugins/woocommerce/changelog/45934-remove-customer-account-block-margin-left
|
||||
plugins/woocommerce/changelog/fix-flaky-tests-fixes
|
||||
plugins/woocommerce/changelog/e2e-add-merchant-inserting-woo-blocks
|
||||
plugins/woocommerce/changelog/46221-fix-header-tests
|
||||
plugins/woocommerce/changelog/46096-update-46073-front-end-footer-banner-for-coming-soon-mode
|
||||
plugins/woocommerce/woocommerce.php
|
||||
plugins/woocommerce/phpcs.xml
|
||||
|
|
@ -8300,7 +8336,6 @@ plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/logo-picker/log
|
|||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/logo-picker/logo-picker.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/header.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/assembler.page.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/footer.spec.js-snapshots/cys-selected-footer-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-5-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-0-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-14-Chrome
|
||||
|
|
@ -8320,7 +8355,6 @@ plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.sp
|
|||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-9-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-6-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-17-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/header.spec.js-snapshots/cys-selected-header-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/footer.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/admin-marketing/overview.spec.js
|
||||
|
|
@ -9227,6 +9261,7 @@ plugins/woocommerce/tests/php/includes/settings/class-wc-settings-shipping-test.
|
|||
plugins/woocommerce/tests/php/includes/settings/class-wc-settings-integrations-test.php
|
||||
plugins/woocommerce/tests/php/includes/wc-core-functions-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-payment-gateways-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-coupon-test.php
|
||||
plugins/woocommerce/tests/php/includes/wc-stock-functions-tests.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-product-downloads-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-tracker-test.php
|
||||
|
|
@ -10598,6 +10633,7 @@ plugins/woocommerce/includes/admin/class-wc-admin-api-keys.php
|
|||
plugins/woocommerce/includes/admin/class-wc-admin-attributes.php
|
||||
plugins/woocommerce/includes/admin/class-wc-admin-customize.php
|
||||
plugins/woocommerce/includes/admin/settings/class-wc-settings-tax.php
|
||||
plugins/woocommerce/includes/admin/settings/class-wc-settings-site-visibility.php
|
||||
plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php
|
||||
plugins/woocommerce/includes/admin/settings/class-wc-settings-payment-gateways.php
|
||||
plugins/woocommerce/includes/admin/settings/class-wc-settings-integrations.php
|
||||
|
|
|
|||
|
|
@ -11908,6 +11908,9 @@ factory_bot.rb
|
|||
spec/support/allow_forgery_protection.rb
|
||||
support/allow_forgery_protection.rb
|
||||
allow_forgery_protection.rb
|
||||
spec/support/saml.rb
|
||||
support/saml.rb
|
||||
saml.rb
|
||||
spec/support/imap.rb
|
||||
support/imap.rb
|
||||
imap.rb
|
||||
|
|
@ -12269,10 +12272,10 @@ lib/validations/ticket_article_validator/whatsapp_message_spec.rb
|
|||
validations/ticket_article_validator/whatsapp_message_spec.rb
|
||||
ticket_article_validator/whatsapp_message_spec.rb
|
||||
whatsapp_message_spec.rb
|
||||
spec/lib/validations/email_account_uniqueness_validator_spec.rb
|
||||
lib/validations/email_account_uniqueness_validator_spec.rb
|
||||
validations/email_account_uniqueness_validator_spec.rb
|
||||
email_account_uniqueness_validator_spec.rb
|
||||
spec/lib/validations/channel_email_account_uniqueness_validator_spec.rb
|
||||
lib/validations/channel_email_account_uniqueness_validator_spec.rb
|
||||
validations/channel_email_account_uniqueness_validator_spec.rb
|
||||
channel_email_account_uniqueness_validator_spec.rb
|
||||
spec/lib/validations/object_manager/attribute_validator_spec.rb
|
||||
lib/validations/object_manager/attribute_validator_spec.rb
|
||||
validations/object_manager/attribute_validator_spec.rb
|
||||
|
|
@ -42723,9 +42726,6 @@ color_validator.rb
|
|||
lib/validations/verify_perform_rules_validator.rb
|
||||
validations/verify_perform_rules_validator.rb
|
||||
verify_perform_rules_validator.rb
|
||||
lib/validations/email_account_uniqueness_validator.rb
|
||||
validations/email_account_uniqueness_validator.rb
|
||||
email_account_uniqueness_validator.rb
|
||||
lib/validations/ticket_article_validator/backend.rb
|
||||
validations/ticket_article_validator/backend.rb
|
||||
ticket_article_validator/backend.rb
|
||||
|
|
@ -42770,6 +42770,9 @@ validations/object_manager/attribute_validator/required.rb
|
|||
object_manager/attribute_validator/required.rb
|
||||
attribute_validator/required.rb
|
||||
required.rb
|
||||
lib/validations/channel_email_account_uniqueness_validator.rb
|
||||
validations/channel_email_account_uniqueness_validator.rb
|
||||
channel_email_account_uniqueness_validator.rb
|
||||
lib/validations/ticket_article_validator.rb
|
||||
validations/ticket_article_validator.rb
|
||||
ticket_article_validator.rb
|
||||
|
|
|
|||
|
|
@ -2865,6 +2865,7 @@ spec/support/system_init_done.rb
|
|||
spec/support/faker.rb
|
||||
spec/support/factory_bot.rb
|
||||
spec/support/allow_forgery_protection.rb
|
||||
spec/support/saml.rb
|
||||
spec/support/imap.rb
|
||||
spec/support/db_strategies.rb
|
||||
spec/support/webmock.rb
|
||||
|
|
@ -2968,7 +2969,7 @@ spec/factories/ticket/state_type.rb
|
|||
spec/factories/ssl_certificates.rb
|
||||
spec/lib/validations/ticket_article_validator/default_spec.rb
|
||||
spec/lib/validations/ticket_article_validator/whatsapp_message_spec.rb
|
||||
spec/lib/validations/email_account_uniqueness_validator_spec.rb
|
||||
spec/lib/validations/channel_email_account_uniqueness_validator_spec.rb
|
||||
spec/lib/validations/object_manager/attribute_validator_spec.rb
|
||||
spec/lib/validations/object_manager/attribute_validator/data_types_spec.rb
|
||||
spec/lib/validations/object_manager/attribute_validator/min_max_spec.rb
|
||||
|
|
@ -7833,7 +7834,6 @@ log/.gitkeep
|
|||
lib/search_index_backend.rb
|
||||
lib/validations/color_validator.rb
|
||||
lib/validations/verify_perform_rules_validator.rb
|
||||
lib/validations/email_account_uniqueness_validator.rb
|
||||
lib/validations/ticket_article_validator/backend.rb
|
||||
lib/validations/ticket_article_validator/default.rb
|
||||
lib/validations/ticket_article_validator/whatsapp_message.rb
|
||||
|
|
@ -7844,6 +7844,7 @@ lib/validations/object_manager/attribute_validator/future_past.rb
|
|||
lib/validations/object_manager/attribute_validator/max_length.rb
|
||||
lib/validations/object_manager/attribute_validator/backend.rb
|
||||
lib/validations/object_manager/attribute_validator/required.rb
|
||||
lib/validations/channel_email_account_uniqueness_validator.rb
|
||||
lib/validations/ticket_article_validator.rb
|
||||
lib/validations/data_privacy_task_validator.rb
|
||||
lib/password_policy.rb
|
||||
|
|
|
|||
|
|
@ -3,6 +3,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
&solved=
|
||||
,
|
||||
-
|
||||
-/en$
|
||||
-/es
|
||||
-/he
|
||||
-/he$
|
||||
-/zh_TW
|
||||
-/zh_TW$
|
||||
.atom$
|
||||
.css
|
||||
.emailjson
|
||||
|
|
@ -24,10 +30,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -35,11 +37,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -49,21 +48,24 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/watchers
|
||||
/*source=
|
||||
/.git
|
||||
/?z=1
|
||||
/B00M3E1HJY
|
||||
/B00M3E1NYI
|
||||
/B00M3E1Q5Y
|
||||
/B00M3E1TOM
|
||||
/B00M3E1WYO
|
||||
/B00M3E204K
|
||||
/B00M3E236A
|
||||
/B00M3E260I
|
||||
/B00M3E28WO
|
||||
/B00M3E2BC6
|
||||
/B00M3E2DPQ
|
||||
/B00M3E2GU8
|
||||
/B00M3E2J14
|
||||
/B00M3E2LOE
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/album/*/*?i=
|
||||
/api
|
||||
/apis
|
||||
|
|
@ -78,8 +80,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments/*?*sort=
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/discovered
|
||||
/docs/product
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
|
|
@ -100,12 +100,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/following$
|
||||
/format:thumbnail
|
||||
/forum-attachment
|
||||
/gcrnsts
|
||||
/includes
|
||||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/liked_by
|
||||
/likes
|
||||
/listing/*/favoriters
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -113,20 +113,15 @@ $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=
|
||||
|
|
@ -135,6 +130,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/security/search-results.aspx?
|
||||
/shop/*/favoriters
|
||||
/shop/*/sold
|
||||
/sim/B001132UEE
|
||||
/stats?id=
|
||||
/store/*/layout/
|
||||
/store/*/search/
|
||||
|
|
@ -143,15 +139,11 @@ $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
|
||||
|
|
@ -220,7 +212,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?order=
|
||||
?pt1=true$
|
||||
?s=
|
||||
?show_error=true
|
||||
?tab=achievements&achievement=
|
||||
?utm_*=
|
||||
?w=address
|
||||
|
|
@ -305,8 +296,6 @@ WebObjects/MZStoreElements.woa
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -372,8 +361,6 @@ _next/gtm
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -482,7 +469,6 @@ ad_spice
|
|||
ad_syndication_user_tracking
|
||||
ad_visibility
|
||||
addContacts
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
adredir?
|
||||
|
|
@ -504,7 +490,6 @@ adwords/proposal
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
aihub/tfhub
|
||||
ajax
|
||||
ajax/follow_info
|
||||
|
|
@ -542,7 +527,6 @@ api_access_key=
|
|||
app*_
|
||||
app*form_id=
|
||||
app/updates
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -660,8 +644,12 @@ auth/verifychallenge
|
|||
author/following
|
||||
author=
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
b?*node=7454898011
|
||||
b?*node=7454917011
|
||||
b?*node=7454927011
|
||||
b?*node=7454939011
|
||||
b?*node=9052533011
|
||||
badges/profile/create
|
||||
bandito
|
||||
bcn
|
||||
|
|
@ -769,11 +757,7 @@ blogs/test
|
|||
blogsearch
|
||||
blogsearch_feeds
|
||||
bn
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmark?
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/about
|
||||
|
|
@ -795,38 +779,17 @@ 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
|
||||
buttonlite.js
|
||||
buyside-e2e-monitor
|
||||
buzz/post
|
||||
|
|
@ -1018,7 +981,6 @@ checkout
|
|||
checkout/package
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/browser/mobile/tour
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
|
|
@ -1042,7 +1004,6 @@ client_error
|
|||
client_errors
|
||||
clima/ets
|
||||
clima/sites/registry
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -1063,7 +1024,6 @@ commercesearch/images
|
|||
commercesearch/services
|
||||
commission_2010-2014/katainen
|
||||
commits?author=
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -1079,32 +1039,24 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
community_s
|
||||
companyDir
|
||||
compare
|
||||
compare/*/apply
|
||||
compressiontest
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
connector
|
||||
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
|
||||
copyright-reporting
|
||||
corgi$
|
||||
couchmode
|
||||
counter/*?
|
||||
|
|
@ -1112,13 +1064,8 @@ counters/client-screenview
|
|||
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
|
||||
cse/panel
|
||||
|
|
@ -1126,9 +1073,7 @@ cse?
|
|||
csp
|
||||
csp_block
|
||||
csp_report_only
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -1238,9 +1183,7 @@ de/teams
|
|||
de/transactions
|
||||
de/treasury
|
||||
de/your
|
||||
deactivate-account
|
||||
default
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1290,7 +1233,6 @@ digital-single-market/taxonomy
|
|||
digital-single-market/users
|
||||
directory
|
||||
directory/all
|
||||
discover
|
||||
discussion
|
||||
discussion/comment-permalink
|
||||
discussion/edit-profile
|
||||
|
|
@ -1361,8 +1303,10 @@ domain/*t=
|
|||
downgrade
|
||||
download
|
||||
dp/e-mail-friend
|
||||
dp/manual-submit
|
||||
dp/product-availability
|
||||
dp/rate-this-item
|
||||
dp/shipping
|
||||
dp/twister-update
|
||||
drawings
|
||||
drive
|
||||
|
|
@ -1386,8 +1330,6 @@ ebooks?*zoom=1
|
|||
ebooks?*zoom=5
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
edurec
|
||||
|
|
@ -1399,7 +1341,6 @@ elite?
|
|||
email
|
||||
email-unsubscribe
|
||||
email_actions
|
||||
email_verification_error
|
||||
embed
|
||||
embed/feed/update
|
||||
employment_social/anticipedia/xwiki/bin/attach
|
||||
|
|
@ -1454,7 +1395,6 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
environment/ets
|
||||
|
|
@ -1557,8 +1497,6 @@ 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
|
||||
|
|
@ -1568,7 +1506,6 @@ facebook
|
|||
facebook_connect
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb.html
|
||||
fe=true
|
||||
feature/sf-test
|
||||
feed
|
||||
|
|
@ -1648,8 +1585,6 @@ flights
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1729,6 +1664,7 @@ frommers
|
|||
frontend-track
|
||||
fullscreen/ReportLinker
|
||||
fundraiser/charity
|
||||
ga/p
|
||||
ga_exp.js
|
||||
gallery
|
||||
gallery/rg*/mediaviewer/rm*/tr
|
||||
|
|
@ -1752,23 +1688,29 @@ gigs/*page=
|
|||
gigs/*page=2$
|
||||
gigs/search
|
||||
gist
|
||||
giveaway/host/setup
|
||||
glass/images/commerce
|
||||
global$
|
||||
globalmarketfinder
|
||||
globalmarketfinder/*.html
|
||||
go/awards
|
||||
gold?
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
goto
|
||||
gp
|
||||
gp/aag
|
||||
gp/aag/main?*seller=ABVFEJU8LS620
|
||||
gp/ask-widget/askWidget
|
||||
gp/associations/wizard.html
|
||||
gp/aw/cr
|
||||
gp/aw/help/id=sss
|
||||
gp/aw/ol
|
||||
gp/aw/shoppingAids
|
||||
gp/aw/so.html
|
||||
gp/aws/ssop
|
||||
gp/b2b-rd
|
||||
gp/cart
|
||||
gp/cdp/member-reviews
|
||||
gp/content-form
|
||||
gp/customer-images
|
||||
gp/customer-media/actions/delete
|
||||
|
|
@ -1780,23 +1722,35 @@ gp/customer-reviews/dynamic/sims-box
|
|||
gp/customer-reviews/write-a-review.html
|
||||
gp/dmusic
|
||||
gp/dmusic/mp3/player
|
||||
gp/dmusic/order
|
||||
gp/dmusic/order/handle-buy-box.html
|
||||
gp/dmusic/promotions/AmazonMusicUnlimited
|
||||
gp/dmusic/promotions/PrimeMusic
|
||||
gp/entity-alert/external
|
||||
gp/feature.html?*docId=1000632623
|
||||
gp/flex
|
||||
gp/gc/widget
|
||||
gp/gfix
|
||||
gp/gift-central/organizer/add-wishlist
|
||||
gp/help/customer/display.html?*nodeId=200534000
|
||||
gp/help/customer/express/c2c
|
||||
gp/help/customer/handler/handle-email-submit.html
|
||||
gp/help/reports/infringement/jquery/handle-notice-submit.html
|
||||
gp/history
|
||||
gp/item-dispatch
|
||||
gp/legacy-handle-buy-box.html
|
||||
gp/music/clipserve
|
||||
gp/music/wma-pop-up
|
||||
gp/offer-listing
|
||||
gp/offer-listing/9000
|
||||
gp/offer-listing/B000
|
||||
gp/orc/rml
|
||||
gp/pdp/invitation/invite
|
||||
gp/pdp/profile
|
||||
gp/pdp/rss/*/reviews
|
||||
gp/product/e-mail-friend
|
||||
gp/product/product-availability
|
||||
gp/product/rate-this-item
|
||||
gp/profile
|
||||
gp/promotion
|
||||
gp/reader
|
||||
|
|
@ -1806,10 +1760,15 @@ gp/registry/search.html
|
|||
gp/registry/wishlist
|
||||
gp/registry/wishlist/*/reserve
|
||||
gp/richpub/listmania/createpipeline
|
||||
gp/richpub/syltguides/create
|
||||
gp/sign-in
|
||||
gp/sitbv3/reader
|
||||
gp/slides/make-money
|
||||
gp/slredirect
|
||||
gp/socialmedia/giveaways
|
||||
gp/structured-ratings/actions/get-experience.html
|
||||
gp/switch-language
|
||||
gp/twister/ajaxv2
|
||||
gp/twitter
|
||||
gp/video/api
|
||||
gp/video/auth
|
||||
|
|
@ -1846,7 +1805,6 @@ gview
|
|||
gwt
|
||||
h5games_gamecenter/images
|
||||
handmade
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1921,18 +1879,17 @@ 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://amzn.to/robots.txt
|
||||
http://bit.ly/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
hz/leaderboard/hall-of-fame
|
||||
hz/leaderboard/top-reviewers
|
||||
|
|
@ -1941,9 +1898,6 @@ 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
|
||||
|
|
@ -2113,14 +2067,11 @@ 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
|
||||
|
|
@ -2210,8 +2161,6 @@ 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
|
||||
|
|
@ -2274,7 +2223,6 @@ knowmore
|
|||
ko-kr.www.cloudflare.com
|
||||
ko-kr/feedback
|
||||
ko-kr/lp
|
||||
kwanzaa-spotlight
|
||||
labs/popgadget/search
|
||||
lamda/images
|
||||
landing/cmsnext-root
|
||||
|
|
@ -2313,7 +2261,6 @@ li/track
|
|||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
linked
|
||||
linkedin
|
||||
list
|
||||
list/ls*/_ajax
|
||||
|
|
@ -2322,8 +2269,9 @@ listing/*/stubs
|
|||
lite
|
||||
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
|
||||
live
|
||||
live-session
|
||||
live_chat
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
lm/R3HQ5WJSZK6QSO
|
||||
loadHelpcenterDecouplePage
|
||||
loc=
|
||||
local
|
||||
|
|
@ -2352,7 +2300,6 @@ lochp?
|
|||
logging
|
||||
login
|
||||
login$
|
||||
login/?next=
|
||||
login?*=
|
||||
logo-maker/brief
|
||||
logo-maker/choose-variation
|
||||
|
|
@ -2531,7 +2478,6 @@ native
|
|||
nb-no.www.cloudflare.com
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news$
|
||||
news/$
|
||||
news/0
|
||||
|
|
@ -2543,7 +2489,6 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsroom/notifications
|
||||
|
|
@ -2651,7 +2596,6 @@ no-en/treasury
|
|||
no-en/your
|
||||
nonprofits/account
|
||||
not_recommended_reviews/preview
|
||||
notifications
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
nwshp$
|
||||
|
|
@ -2704,12 +2648,8 @@ 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
|
||||
|
|
@ -2721,6 +2661,7 @@ opportunity
|
|||
orders/timeline
|
||||
organization-guest
|
||||
orkut/albums
|
||||
ospublishing/story
|
||||
osview
|
||||
otherContacts
|
||||
p/*/share
|
||||
|
|
@ -2739,11 +2680,8 @@ 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
|
||||
|
|
@ -2773,39 +2711,8 @@ photos/gbachelie
|
|||
photos/i_love_u_get_away_from_me
|
||||
photos/tags/*/page
|
||||
photos/youpy
|
||||
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/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping?
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl*/listing/*/favoriters
|
||||
pl*/people/*/circle
|
||||
pl*/people/*/favorites
|
||||
|
|
@ -2856,7 +2763,6 @@ pl/teams
|
|||
pl/transactions
|
||||
pl/treasury
|
||||
pl/your
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -2886,7 +2792,6 @@ ppob?
|
|||
pqa
|
||||
preference
|
||||
preferences
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2897,8 +2802,7 @@ private
|
|||
pro
|
||||
pro-resources
|
||||
pro/about
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
productPurchaseDone
|
||||
product_
|
||||
production-monitoring
|
||||
|
|
@ -2975,7 +2879,6 @@ publications
|
|||
publicliterature.PublicLiterature.search.html
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
px.gif
|
||||
|
|
@ -2985,7 +2888,6 @@ qp/batch_fetch_web
|
|||
qr
|
||||
quality_form?
|
||||
query
|
||||
quiz
|
||||
r
|
||||
r/*.rss
|
||||
r/*/comments/*.rss
|
||||
|
|
@ -3010,7 +2912,6 @@ random
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/search
|
||||
|
|
@ -3028,8 +2929,6 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registration
|
||||
registry/wishlist
|
||||
|
|
@ -3040,18 +2939,15 @@ 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
|
||||
return_to=
|
||||
review/common/du
|
||||
review/dynamic/sims-box
|
||||
review/hall-of-fame
|
||||
review/top-reviewers
|
||||
|
|
@ -3063,6 +2959,7 @@ reviews/search?
|
|||
reviews/top-reviewers
|
||||
row
|
||||
rss
|
||||
rss/people/*/reviews
|
||||
ru-ru.www.cloudflare.com
|
||||
ru-ru/events/platforma/materials/default.aspx?speaker*
|
||||
rus/licensing/Unilateral.aspx/*
|
||||
|
|
@ -3079,7 +2976,6 @@ s2/sitemaps
|
|||
s2/static
|
||||
s3
|
||||
s?
|
||||
safe-redirect
|
||||
safebrowsing/diagnostic
|
||||
safebrowsing/report_badware
|
||||
safebrowsing/report_error
|
||||
|
|
@ -3174,7 +3070,6 @@ searchhistory
|
|||
sections
|
||||
secure
|
||||
seller_onboarding
|
||||
sendHeaderEarly
|
||||
send_to_friend
|
||||
sendarticle
|
||||
services
|
||||
|
|
@ -3256,7 +3151,6 @@ shop/sign_out
|
|||
shop/signed_in_account
|
||||
shop/store/feeds
|
||||
shop_name_search_service
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/product
|
||||
shopping/ratings/account/metrics
|
||||
|
|
@ -3543,18 +3437,18 @@ sites/zurich
|
|||
slideshow/*/lead-form
|
||||
slideshow/embed_code
|
||||
slink
|
||||
slp/*/b$
|
||||
slp/s$
|
||||
smart/button
|
||||
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/
|
||||
|
|
@ -3575,8 +3469,8 @@ squared/table
|
|||
src=support_app
|
||||
ss
|
||||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
start_order
|
||||
|
|
@ -3631,10 +3525,6 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
studios
|
||||
styles/js-on.css$
|
||||
submit
|
||||
|
|
@ -3654,7 +3544,7 @@ subscriptions
|
|||
support
|
||||
support/content
|
||||
support/forum/search?
|
||||
suspension-appeal
|
||||
surprise
|
||||
sv-se.www.cloudflare.com
|
||||
svc
|
||||
svc/crosswords
|
||||
|
|
@ -3668,14 +3558,12 @@ svc/vertex
|
|||
svc/web
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
syndicate
|
||||
system1/images
|
||||
t/terms
|
||||
tab=
|
||||
tablet
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -3708,10 +3596,8 @@ test
|
|||
testpage-forhomepage
|
||||
tetro
|
||||
th-th.www.cloudflare.com
|
||||
thanksgiving-spotlight
|
||||
thanx?
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
themes/rss
|
||||
things/search
|
||||
things/search$
|
||||
|
|
@ -3786,7 +3672,6 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
tvschedule
|
||||
twitter
|
||||
|
|
@ -3851,8 +3736,6 @@ uk/teams
|
|||
uk/transactions
|
||||
uk/treasury
|
||||
uk/your
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
updates
|
||||
|
|
@ -3928,8 +3811,6 @@ utils
|
|||
uviewer
|
||||
v1/browser-performance
|
||||
v1/stats
|
||||
v1/urls/count.json
|
||||
v3/pidgets/log
|
||||
v4
|
||||
verify_age
|
||||
vi-vn.www.cloudflare.com
|
||||
|
|
@ -3958,12 +3839,9 @@ watch_queue_ajax
|
|||
webmasters/sitemaps/ping?
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
webstore/search
|
||||
webstore/static/*/wall/js
|
||||
weekly/signup
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget_auth.php
|
||||
|
|
@ -4425,7 +4303,6 @@ xoonboarding
|
|||
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…
Reference in a new issue