mirror of
https://github.com/danielmiessler/SecLists
synced 2026-02-21 23:15:11 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
370c02ab9d
commit
ac55f23113
30 changed files with 3660 additions and 1590 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"Jwt secrets update": {
|
||||
"last_update": 1721811801
|
||||
"last_update": 1721815406
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1721729020
|
||||
"last_update": 1721815416
|
||||
}
|
||||
}
|
||||
|
|
@ -2869,18 +2869,36 @@ api/src/services/index.ts
|
|||
src/services/index.ts
|
||||
services/index.ts
|
||||
index.ts
|
||||
api/src/services/files/lib/get-sharp-instance.test.ts
|
||||
src/services/files/lib/get-sharp-instance.test.ts
|
||||
services/files/lib/get-sharp-instance.test.ts
|
||||
files/lib/get-sharp-instance.test.ts
|
||||
lib/get-sharp-instance.test.ts
|
||||
get-sharp-instance.test.ts
|
||||
api/src/services/files/lib/extract-metadata.ts
|
||||
src/services/files/lib/extract-metadata.ts
|
||||
services/files/lib/extract-metadata.ts
|
||||
files/lib/extract-metadata.ts
|
||||
lib/extract-metadata.ts
|
||||
extract-metadata.ts
|
||||
api/src/services/files/lib/get-sharp-instance.ts
|
||||
src/services/files/lib/get-sharp-instance.ts
|
||||
services/files/lib/get-sharp-instance.ts
|
||||
files/lib/get-sharp-instance.ts
|
||||
lib/get-sharp-instance.ts
|
||||
get-sharp-instance.ts
|
||||
api/src/services/files/utils/parse-image-metadata.ts
|
||||
src/services/files/utils/parse-image-metadata.ts
|
||||
services/files/utils/parse-image-metadata.ts
|
||||
files/utils/parse-image-metadata.ts
|
||||
utils/parse-image-metadata.ts
|
||||
parse-image-metadata.ts
|
||||
api/src/services/files/utils/get-metadata.test.ts
|
||||
src/services/files/utils/get-metadata.test.ts
|
||||
services/files/utils/get-metadata.test.ts
|
||||
files/utils/get-metadata.test.ts
|
||||
utils/get-metadata.test.ts
|
||||
get-metadata.test.ts
|
||||
api/src/services/files/utils/get-metadata.ts
|
||||
src/services/files/utils/get-metadata.ts
|
||||
services/files/utils/get-metadata.ts
|
||||
|
|
@ -15738,6 +15756,12 @@ docker-compose.yml
|
|||
seven-clocks-sit.md
|
||||
.changeset/few-horses-join.md
|
||||
few-horses-join.md
|
||||
.changeset/silent-emus-rush.md
|
||||
silent-emus-rush.md
|
||||
.changeset/lucky-plants-drum.md
|
||||
lucky-plants-drum.md
|
||||
.changeset/moody-plums-smile.md
|
||||
moody-plums-smile.md
|
||||
.changeset/flat-bottles-unite.md
|
||||
flat-bottles-unite.md
|
||||
.changeset/modern-lamps-sleep.md
|
||||
|
|
|
|||
|
|
@ -667,8 +667,11 @@ api/src/services/roles.test.ts
|
|||
api/src/services/revisions.ts
|
||||
api/src/services/collections.ts
|
||||
api/src/services/index.ts
|
||||
api/src/services/files/lib/get-sharp-instance.test.ts
|
||||
api/src/services/files/lib/extract-metadata.ts
|
||||
api/src/services/files/lib/get-sharp-instance.ts
|
||||
api/src/services/files/utils/parse-image-metadata.ts
|
||||
api/src/services/files/utils/get-metadata.test.ts
|
||||
api/src/services/files/utils/get-metadata.ts
|
||||
api/src/services/operations.ts
|
||||
api/src/services/files.ts
|
||||
|
|
@ -3212,6 +3215,9 @@ security.md
|
|||
docker-compose.yml
|
||||
.changeset/seven-clocks-sit.md
|
||||
.changeset/few-horses-join.md
|
||||
.changeset/silent-emus-rush.md
|
||||
.changeset/lucky-plants-drum.md
|
||||
.changeset/moody-plums-smile.md
|
||||
.changeset/flat-bottles-unite.md
|
||||
.changeset/modern-lamps-sleep.md
|
||||
.changeset/eighty-crabs-smile.md
|
||||
|
|
|
|||
|
|
@ -36698,6 +36698,12 @@ filter/src/Form/FilterDisableForm.php
|
|||
src/Form/FilterDisableForm.php
|
||||
Form/FilterDisableForm.php
|
||||
FilterDisableForm.php
|
||||
core/modules/filter/src/Form/FilterEnableForm.php
|
||||
modules/filter/src/Form/FilterEnableForm.php
|
||||
filter/src/Form/FilterEnableForm.php
|
||||
src/Form/FilterEnableForm.php
|
||||
Form/FilterEnableForm.php
|
||||
FilterEnableForm.php
|
||||
core/modules/filter/src/FilterFormatEditForm.php
|
||||
modules/filter/src/FilterFormatEditForm.php
|
||||
filter/src/FilterFormatEditForm.php
|
||||
|
|
@ -52768,6 +52774,14 @@ tests/src/Functional/SearchBlockTest.php
|
|||
src/Functional/SearchBlockTest.php
|
||||
Functional/SearchBlockTest.php
|
||||
SearchBlockTest.php
|
||||
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php
|
||||
modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php
|
||||
search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php
|
||||
tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php
|
||||
src/Functional/Update/SearchBlockPageIdUpdatePathTest.php
|
||||
Functional/Update/SearchBlockPageIdUpdatePathTest.php
|
||||
Update/SearchBlockPageIdUpdatePathTest.php
|
||||
SearchBlockPageIdUpdatePathTest.php
|
||||
core/modules/search/tests/src/Functional/SearchPageTextTest.php
|
||||
modules/search/tests/src/Functional/SearchPageTextTest.php
|
||||
search/tests/src/Functional/SearchPageTextTest.php
|
||||
|
|
@ -54998,6 +55012,13 @@ tests/src/Kernel/BlockInterfaceTest.php
|
|||
src/Kernel/BlockInterfaceTest.php
|
||||
Kernel/BlockInterfaceTest.php
|
||||
BlockInterfaceTest.php
|
||||
core/modules/block/tests/src/Kernel/ConfigActionsTest.php
|
||||
modules/block/tests/src/Kernel/ConfigActionsTest.php
|
||||
block/tests/src/Kernel/ConfigActionsTest.php
|
||||
tests/src/Kernel/ConfigActionsTest.php
|
||||
src/Kernel/ConfigActionsTest.php
|
||||
Kernel/ConfigActionsTest.php
|
||||
ConfigActionsTest.php
|
||||
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php
|
||||
modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php
|
||||
block/tests/src/Kernel/NewDefaultThemeBlocksTest.php
|
||||
|
|
@ -55146,6 +55167,13 @@ tests/src/Functional/BlockAdminThemeTest.php
|
|||
src/Functional/BlockAdminThemeTest.php
|
||||
Functional/BlockAdminThemeTest.php
|
||||
BlockAdminThemeTest.php
|
||||
core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php
|
||||
modules/block/tests/src/Functional/BlockWeightUpdateTest.php
|
||||
block/tests/src/Functional/BlockWeightUpdateTest.php
|
||||
tests/src/Functional/BlockWeightUpdateTest.php
|
||||
src/Functional/BlockWeightUpdateTest.php
|
||||
Functional/BlockWeightUpdateTest.php
|
||||
BlockWeightUpdateTest.php
|
||||
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php
|
||||
modules/block/tests/src/Functional/BlockLanguageCacheTest.php
|
||||
block/tests/src/Functional/BlockLanguageCacheTest.php
|
||||
|
|
@ -55353,6 +55381,20 @@ modules/block/migrations/d7_block.yml
|
|||
block/migrations/d7_block.yml
|
||||
migrations/d7_block.yml
|
||||
d7_block.yml
|
||||
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php
|
||||
modules/block/src/Plugin/ConfigAction/PlaceBlock.php
|
||||
block/src/Plugin/ConfigAction/PlaceBlock.php
|
||||
src/Plugin/ConfigAction/PlaceBlock.php
|
||||
Plugin/ConfigAction/PlaceBlock.php
|
||||
ConfigAction/PlaceBlock.php
|
||||
PlaceBlock.php
|
||||
core/modules/block/src/Plugin/ConfigAction/PlaceBlockDeriver.php
|
||||
modules/block/src/Plugin/ConfigAction/PlaceBlockDeriver.php
|
||||
block/src/Plugin/ConfigAction/PlaceBlockDeriver.php
|
||||
src/Plugin/ConfigAction/PlaceBlockDeriver.php
|
||||
Plugin/ConfigAction/PlaceBlockDeriver.php
|
||||
ConfigAction/PlaceBlockDeriver.php
|
||||
PlaceBlockDeriver.php
|
||||
core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php
|
||||
modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php
|
||||
block/src/Plugin/DisplayVariant/BlockPageVariant.php
|
||||
|
|
|
|||
|
|
@ -5492,6 +5492,7 @@ core/modules/filter/src/FilterPluginManager.php
|
|||
core/modules/filter/src/Annotation/Filter.php
|
||||
core/modules/filter/src/Attribute/Filter.php
|
||||
core/modules/filter/src/Form/FilterDisableForm.php
|
||||
core/modules/filter/src/Form/FilterEnableForm.php
|
||||
core/modules/filter/src/FilterFormatEditForm.php
|
||||
core/modules/filter/src/FilterFormatAddForm.php
|
||||
core/modules/filter/src/FilterFormatFormBase.php
|
||||
|
|
@ -7705,6 +7706,7 @@ core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
|
|||
core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
|
||||
core/modules/search/tests/src/Functional/SearchQueryAlterTest.php
|
||||
core/modules/search/tests/src/Functional/SearchBlockTest.php
|
||||
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php
|
||||
core/modules/search/tests/src/Functional/SearchPageTextTest.php
|
||||
core/modules/search/tests/src/Functional/SearchExactTest.php
|
||||
core/modules/search/tests/src/Functional/SearchAdminThemeTest.php
|
||||
|
|
@ -8041,6 +8043,7 @@ core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php
|
|||
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php
|
||||
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
|
||||
core/modules/block/tests/src/Kernel/BlockInterfaceTest.php
|
||||
core/modules/block/tests/src/Kernel/ConfigActionsTest.php
|
||||
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php
|
||||
core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php
|
||||
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php
|
||||
|
|
@ -8061,6 +8064,7 @@ core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
|
|||
core/modules/block/tests/src/Functional/BlockHtmlTest.php
|
||||
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php
|
||||
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php
|
||||
core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php
|
||||
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php
|
||||
core/modules/block/tests/src/Functional/BlockTestBase.php
|
||||
core/modules/block/tests/src/Functional/BlockInstallTest.php
|
||||
|
|
@ -8091,6 +8095,8 @@ core/modules/block/block.permissions.yml
|
|||
core/modules/block/migrations/state/block.migrate_drupal.yml
|
||||
core/modules/block/migrations/d6_block.yml
|
||||
core/modules/block/migrations/d7_block.yml
|
||||
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php
|
||||
core/modules/block/src/Plugin/ConfigAction/PlaceBlockDeriver.php
|
||||
core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php
|
||||
core/modules/block/src/Plugin/migrate/process/BlockPluginId.php
|
||||
core/modules/block/src/Plugin/migrate/process/BlockTheme.php
|
||||
|
|
|
|||
|
|
@ -36053,6 +36053,13 @@ Upgrades/Migrations/V7_4/AfterUpgrade.php
|
|||
Migrations/V7_4/AfterUpgrade.php
|
||||
V7_4/AfterUpgrade.php
|
||||
AfterUpgrade.php
|
||||
application/Espo/Core/Upgrades/Migrations/V8_4/AfterUpgrade.php
|
||||
Espo/Core/Upgrades/Migrations/V8_4/AfterUpgrade.php
|
||||
Core/Upgrades/Migrations/V8_4/AfterUpgrade.php
|
||||
Upgrades/Migrations/V8_4/AfterUpgrade.php
|
||||
Migrations/V8_4/AfterUpgrade.php
|
||||
V8_4/AfterUpgrade.php
|
||||
AfterUpgrade.php
|
||||
application/Espo/Core/Upgrades/Migrations/V8_0/AfterUpgrade.php
|
||||
Espo/Core/Upgrades/Migrations/V8_0/AfterUpgrade.php
|
||||
Core/Upgrades/Migrations/V8_0/AfterUpgrade.php
|
||||
|
|
|
|||
|
|
@ -6106,6 +6106,7 @@ application/Espo/Core/Upgrades/Migrations/V8_3/AfterUpgrade.php
|
|||
application/Espo/Core/Upgrades/Migrations/V7_2/AfterUpgrade.php
|
||||
application/Espo/Core/Upgrades/Migrations/V8_1/AfterUpgrade.php
|
||||
application/Espo/Core/Upgrades/Migrations/V7_4/AfterUpgrade.php
|
||||
application/Espo/Core/Upgrades/Migrations/V8_4/AfterUpgrade.php
|
||||
application/Espo/Core/Upgrades/Migrations/V8_0/AfterUpgrade.php
|
||||
application/Espo/Core/Upgrades/Migrations/V7_5/Prepare.php
|
||||
application/Espo/Core/Upgrades/Migrations/V7_5/AfterUpgrade.php
|
||||
|
|
|
|||
|
|
@ -2327,91 +2327,6 @@ docs/content/docs/getting-started.md
|
|||
content/docs/getting-started.md
|
||||
docs/getting-started.md
|
||||
getting-started.md
|
||||
docs/pages/for-content-management.tsx
|
||||
pages/for-content-management.tsx
|
||||
for-content-management.tsx
|
||||
docs/pages/blog/index.tsx
|
||||
pages/blog/index.tsx
|
||||
blog/index.tsx
|
||||
index.tsx
|
||||
docs/pages/blog/[post].tsx
|
||||
pages/blog/[post].tsx
|
||||
blog/[post].tsx
|
||||
[post].tsx
|
||||
docs/pages/why-keystone.tsx
|
||||
pages/why-keystone.tsx
|
||||
why-keystone.tsx
|
||||
docs/pages/ds.tsx
|
||||
pages/ds.tsx
|
||||
ds.tsx
|
||||
docs/pages/index.tsx
|
||||
pages/index.tsx
|
||||
index.tsx
|
||||
docs/pages/enterprise.tsx
|
||||
pages/enterprise.tsx
|
||||
enterprise.tsx
|
||||
docs/pages/docs/index.tsx
|
||||
pages/docs/index.tsx
|
||||
docs/index.tsx
|
||||
index.tsx
|
||||
docs/pages/docs/examples.tsx
|
||||
pages/docs/examples.tsx
|
||||
docs/examples.tsx
|
||||
examples.tsx
|
||||
docs/pages/docs/config/overview.tsx
|
||||
pages/docs/config/overview.tsx
|
||||
docs/config/overview.tsx
|
||||
config/overview.tsx
|
||||
overview.tsx
|
||||
docs/pages/docs/[...rest].tsx
|
||||
pages/docs/[...rest].tsx
|
||||
docs/[...rest].tsx
|
||||
[...rest].tsx
|
||||
docs/pages/docs/guides/document-field-demo.tsx
|
||||
pages/docs/guides/document-field-demo.tsx
|
||||
docs/guides/document-field-demo.tsx
|
||||
guides/document-field-demo.tsx
|
||||
document-field-demo.tsx
|
||||
docs/pages/docs/guides/overview.tsx
|
||||
pages/docs/guides/overview.tsx
|
||||
docs/guides/overview.tsx
|
||||
guides/overview.tsx
|
||||
overview.tsx
|
||||
docs/pages/docs/walkthroughs/index.tsx
|
||||
pages/docs/walkthroughs/index.tsx
|
||||
docs/walkthroughs/index.tsx
|
||||
walkthroughs/index.tsx
|
||||
index.tsx
|
||||
docs/pages/_app.tsx
|
||||
pages/_app.tsx
|
||||
_app.tsx
|
||||
docs/pages/branding.tsx
|
||||
pages/branding.tsx
|
||||
branding.tsx
|
||||
docs/pages/api/hero-image.tsx
|
||||
pages/api/hero-image.tsx
|
||||
api/hero-image.tsx
|
||||
hero-image.tsx
|
||||
docs/pages/404.tsx
|
||||
pages/404.tsx
|
||||
404.tsx
|
||||
docs/pages/for-organisations.tsx
|
||||
pages/for-organisations.tsx
|
||||
for-organisations.tsx
|
||||
docs/pages/updates/index.tsx
|
||||
pages/updates/index.tsx
|
||||
updates/index.tsx
|
||||
index.tsx
|
||||
docs/pages/updates/roadmap.tsx
|
||||
pages/updates/roadmap.tsx
|
||||
updates/roadmap.tsx
|
||||
roadmap.tsx
|
||||
docs/pages/_document.tsx
|
||||
pages/_document.tsx
|
||||
_document.tsx
|
||||
docs/pages/for-developers.tsx
|
||||
pages/for-developers.tsx
|
||||
for-developers.tsx
|
||||
docs/next.config.mjs
|
||||
next.config.mjs
|
||||
docs/README.md
|
||||
|
|
@ -2518,6 +2433,11 @@ api/keystatic/[...params]/route.ts
|
|||
keystatic/[...params]/route.ts
|
||||
[...params]/route.ts
|
||||
route.ts
|
||||
docs/app/api/hero-image/route.tsx
|
||||
app/api/hero-image/route.tsx
|
||||
api/hero-image/route.tsx
|
||||
hero-image/route.tsx
|
||||
route.tsx
|
||||
docs/app/keystatic/[[...params]]/page.tsx
|
||||
app/keystatic/[[...params]]/page.tsx
|
||||
keystatic/[[...params]]/page.tsx
|
||||
|
|
@ -2531,6 +2451,228 @@ docs/app/keystatic/keystatic.ts
|
|||
app/keystatic/keystatic.ts
|
||||
keystatic/keystatic.ts
|
||||
keystatic.ts
|
||||
docs/app/(site)/blog/page.tsx
|
||||
app/(site)/blog/page.tsx
|
||||
(site)/blog/page.tsx
|
||||
blog/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/blog/page-client.tsx
|
||||
app/(site)/blog/page-client.tsx
|
||||
(site)/blog/page-client.tsx
|
||||
blog/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/blog/[post]/page.tsx
|
||||
app/(site)/blog/[post]/page.tsx
|
||||
(site)/blog/[post]/page.tsx
|
||||
blog/[post]/page.tsx
|
||||
[post]/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/blog/[post]/page-client.tsx
|
||||
app/(site)/blog/[post]/page-client.tsx
|
||||
(site)/blog/[post]/page-client.tsx
|
||||
blog/[post]/page-client.tsx
|
||||
[post]/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/not-found.tsx
|
||||
app/(site)/not-found.tsx
|
||||
(site)/not-found.tsx
|
||||
not-found.tsx
|
||||
docs/app/(site)/layout.tsx
|
||||
app/(site)/layout.tsx
|
||||
(site)/layout.tsx
|
||||
layout.tsx
|
||||
docs/app/(site)/enterprise/page.tsx
|
||||
app/(site)/enterprise/page.tsx
|
||||
(site)/enterprise/page.tsx
|
||||
enterprise/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/enterprise/page-client.tsx
|
||||
app/(site)/enterprise/page-client.tsx
|
||||
(site)/enterprise/page-client.tsx
|
||||
enterprise/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/docs/[...rest]/page.tsx
|
||||
app/(site)/docs/[...rest]/page.tsx
|
||||
(site)/docs/[...rest]/page.tsx
|
||||
docs/[...rest]/page.tsx
|
||||
[...rest]/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/docs/[...rest]/page-client.tsx
|
||||
app/(site)/docs/[...rest]/page-client.tsx
|
||||
(site)/docs/[...rest]/page-client.tsx
|
||||
docs/[...rest]/page-client.tsx
|
||||
[...rest]/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/docs/examples/page.tsx
|
||||
app/(site)/docs/examples/page.tsx
|
||||
(site)/docs/examples/page.tsx
|
||||
docs/examples/page.tsx
|
||||
examples/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/docs/examples/page-client.tsx
|
||||
app/(site)/docs/examples/page-client.tsx
|
||||
(site)/docs/examples/page-client.tsx
|
||||
docs/examples/page-client.tsx
|
||||
examples/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/docs/page.tsx
|
||||
app/(site)/docs/page.tsx
|
||||
(site)/docs/page.tsx
|
||||
docs/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/docs/page-client.tsx
|
||||
app/(site)/docs/page-client.tsx
|
||||
(site)/docs/page-client.tsx
|
||||
docs/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/docs/config/overview/page.tsx
|
||||
app/(site)/docs/config/overview/page.tsx
|
||||
(site)/docs/config/overview/page.tsx
|
||||
docs/config/overview/page.tsx
|
||||
config/overview/page.tsx
|
||||
overview/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/docs/config/overview/page-client.tsx
|
||||
app/(site)/docs/config/overview/page-client.tsx
|
||||
(site)/docs/config/overview/page-client.tsx
|
||||
docs/config/overview/page-client.tsx
|
||||
config/overview/page-client.tsx
|
||||
overview/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/docs/guides/overview/page.tsx
|
||||
app/(site)/docs/guides/overview/page.tsx
|
||||
(site)/docs/guides/overview/page.tsx
|
||||
docs/guides/overview/page.tsx
|
||||
guides/overview/page.tsx
|
||||
overview/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/docs/guides/overview/page-client.tsx
|
||||
app/(site)/docs/guides/overview/page-client.tsx
|
||||
(site)/docs/guides/overview/page-client.tsx
|
||||
docs/guides/overview/page-client.tsx
|
||||
guides/overview/page-client.tsx
|
||||
overview/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/docs/guides/document-field-demo/page.tsx
|
||||
app/(site)/docs/guides/document-field-demo/page.tsx
|
||||
(site)/docs/guides/document-field-demo/page.tsx
|
||||
docs/guides/document-field-demo/page.tsx
|
||||
guides/document-field-demo/page.tsx
|
||||
document-field-demo/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/docs/guides/document-field-demo/page-client.tsx
|
||||
app/(site)/docs/guides/document-field-demo/page-client.tsx
|
||||
(site)/docs/guides/document-field-demo/page-client.tsx
|
||||
docs/guides/document-field-demo/page-client.tsx
|
||||
guides/document-field-demo/page-client.tsx
|
||||
document-field-demo/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/docs/walkthroughs/page.tsx
|
||||
app/(site)/docs/walkthroughs/page.tsx
|
||||
(site)/docs/walkthroughs/page.tsx
|
||||
docs/walkthroughs/page.tsx
|
||||
walkthroughs/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/docs/walkthroughs/page-client.tsx
|
||||
app/(site)/docs/walkthroughs/page-client.tsx
|
||||
(site)/docs/walkthroughs/page-client.tsx
|
||||
docs/walkthroughs/page-client.tsx
|
||||
walkthroughs/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/branding/page.tsx
|
||||
app/(site)/branding/page.tsx
|
||||
(site)/branding/page.tsx
|
||||
branding/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/branding/page-client.tsx
|
||||
app/(site)/branding/page-client.tsx
|
||||
(site)/branding/page-client.tsx
|
||||
branding/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/page.tsx
|
||||
app/(site)/page.tsx
|
||||
(site)/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/page-client.tsx
|
||||
app/(site)/page-client.tsx
|
||||
(site)/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/for-developers/page.tsx
|
||||
app/(site)/for-developers/page.tsx
|
||||
(site)/for-developers/page.tsx
|
||||
for-developers/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/for-developers/page-client.tsx
|
||||
app/(site)/for-developers/page-client.tsx
|
||||
(site)/for-developers/page-client.tsx
|
||||
for-developers/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/layout-client.tsx
|
||||
app/(site)/layout-client.tsx
|
||||
(site)/layout-client.tsx
|
||||
layout-client.tsx
|
||||
docs/app/(site)/for-content-management/page.tsx
|
||||
app/(site)/for-content-management/page.tsx
|
||||
(site)/for-content-management/page.tsx
|
||||
for-content-management/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/for-content-management/page-client.tsx
|
||||
app/(site)/for-content-management/page-client.tsx
|
||||
(site)/for-content-management/page-client.tsx
|
||||
for-content-management/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/for-organisations/page.tsx
|
||||
app/(site)/for-organisations/page.tsx
|
||||
(site)/for-organisations/page.tsx
|
||||
for-organisations/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/for-organisations/page-client.tsx
|
||||
app/(site)/for-organisations/page-client.tsx
|
||||
(site)/for-organisations/page-client.tsx
|
||||
for-organisations/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/updates/roadmap/page.tsx
|
||||
app/(site)/updates/roadmap/page.tsx
|
||||
(site)/updates/roadmap/page.tsx
|
||||
updates/roadmap/page.tsx
|
||||
roadmap/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/updates/roadmap/page-client.tsx
|
||||
app/(site)/updates/roadmap/page-client.tsx
|
||||
(site)/updates/roadmap/page-client.tsx
|
||||
updates/roadmap/page-client.tsx
|
||||
roadmap/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/updates/page.tsx
|
||||
app/(site)/updates/page.tsx
|
||||
(site)/updates/page.tsx
|
||||
updates/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/updates/page-client.tsx
|
||||
app/(site)/updates/page-client.tsx
|
||||
(site)/updates/page-client.tsx
|
||||
updates/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/ds/page.tsx
|
||||
app/(site)/ds/page.tsx
|
||||
(site)/ds/page.tsx
|
||||
ds/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/ds/page-client.tsx
|
||||
app/(site)/ds/page-client.tsx
|
||||
(site)/ds/page-client.tsx
|
||||
ds/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/app/(site)/why-keystone/page.tsx
|
||||
app/(site)/why-keystone/page.tsx
|
||||
(site)/why-keystone/page.tsx
|
||||
why-keystone/page.tsx
|
||||
page.tsx
|
||||
docs/app/(site)/why-keystone/page-client.tsx
|
||||
app/(site)/why-keystone/page-client.tsx
|
||||
(site)/why-keystone/page-client.tsx
|
||||
why-keystone/page-client.tsx
|
||||
page-client.tsx
|
||||
docs/next-sitemap.config.js
|
||||
next-sitemap.config.js
|
||||
docs/types/images.d.ts
|
||||
|
|
|
|||
|
|
@ -637,29 +637,6 @@ docs/content/docs/walkthroughs/lesson-5.md
|
|||
docs/content/docs/graphql/filters.md
|
||||
docs/content/docs/graphql/overview.md
|
||||
docs/content/docs/getting-started.md
|
||||
docs/pages/for-content-management.tsx
|
||||
docs/pages/blog/index.tsx
|
||||
docs/pages/blog/[post].tsx
|
||||
docs/pages/why-keystone.tsx
|
||||
docs/pages/ds.tsx
|
||||
docs/pages/index.tsx
|
||||
docs/pages/enterprise.tsx
|
||||
docs/pages/docs/index.tsx
|
||||
docs/pages/docs/examples.tsx
|
||||
docs/pages/docs/config/overview.tsx
|
||||
docs/pages/docs/[...rest].tsx
|
||||
docs/pages/docs/guides/document-field-demo.tsx
|
||||
docs/pages/docs/guides/overview.tsx
|
||||
docs/pages/docs/walkthroughs/index.tsx
|
||||
docs/pages/_app.tsx
|
||||
docs/pages/branding.tsx
|
||||
docs/pages/api/hero-image.tsx
|
||||
docs/pages/404.tsx
|
||||
docs/pages/for-organisations.tsx
|
||||
docs/pages/updates/index.tsx
|
||||
docs/pages/updates/roadmap.tsx
|
||||
docs/pages/_document.tsx
|
||||
docs/pages/for-developers.tsx
|
||||
docs/next.config.mjs
|
||||
docs/README.md
|
||||
docs/scripts/validate-links.ts
|
||||
|
|
@ -691,9 +668,51 @@ docs/markdoc/index.ts
|
|||
docs/markdoc/load-all.ts
|
||||
docs/package.json
|
||||
docs/app/api/keystatic/[...params]/route.ts
|
||||
docs/app/api/hero-image/route.tsx
|
||||
docs/app/keystatic/[[...params]]/page.tsx
|
||||
docs/app/keystatic/layout.tsx
|
||||
docs/app/keystatic/keystatic.ts
|
||||
docs/app/(site)/blog/page.tsx
|
||||
docs/app/(site)/blog/page-client.tsx
|
||||
docs/app/(site)/blog/[post]/page.tsx
|
||||
docs/app/(site)/blog/[post]/page-client.tsx
|
||||
docs/app/(site)/not-found.tsx
|
||||
docs/app/(site)/layout.tsx
|
||||
docs/app/(site)/enterprise/page.tsx
|
||||
docs/app/(site)/enterprise/page-client.tsx
|
||||
docs/app/(site)/docs/[...rest]/page.tsx
|
||||
docs/app/(site)/docs/[...rest]/page-client.tsx
|
||||
docs/app/(site)/docs/examples/page.tsx
|
||||
docs/app/(site)/docs/examples/page-client.tsx
|
||||
docs/app/(site)/docs/page.tsx
|
||||
docs/app/(site)/docs/page-client.tsx
|
||||
docs/app/(site)/docs/config/overview/page.tsx
|
||||
docs/app/(site)/docs/config/overview/page-client.tsx
|
||||
docs/app/(site)/docs/guides/overview/page.tsx
|
||||
docs/app/(site)/docs/guides/overview/page-client.tsx
|
||||
docs/app/(site)/docs/guides/document-field-demo/page.tsx
|
||||
docs/app/(site)/docs/guides/document-field-demo/page-client.tsx
|
||||
docs/app/(site)/docs/walkthroughs/page.tsx
|
||||
docs/app/(site)/docs/walkthroughs/page-client.tsx
|
||||
docs/app/(site)/branding/page.tsx
|
||||
docs/app/(site)/branding/page-client.tsx
|
||||
docs/app/(site)/page.tsx
|
||||
docs/app/(site)/page-client.tsx
|
||||
docs/app/(site)/for-developers/page.tsx
|
||||
docs/app/(site)/for-developers/page-client.tsx
|
||||
docs/app/(site)/layout-client.tsx
|
||||
docs/app/(site)/for-content-management/page.tsx
|
||||
docs/app/(site)/for-content-management/page-client.tsx
|
||||
docs/app/(site)/for-organisations/page.tsx
|
||||
docs/app/(site)/for-organisations/page-client.tsx
|
||||
docs/app/(site)/updates/roadmap/page.tsx
|
||||
docs/app/(site)/updates/roadmap/page-client.tsx
|
||||
docs/app/(site)/updates/page.tsx
|
||||
docs/app/(site)/updates/page-client.tsx
|
||||
docs/app/(site)/ds/page.tsx
|
||||
docs/app/(site)/ds/page-client.tsx
|
||||
docs/app/(site)/why-keystone/page.tsx
|
||||
docs/app/(site)/why-keystone/page-client.tsx
|
||||
docs/next-sitemap.config.js
|
||||
docs/types/images.d.ts
|
||||
docs/redirects.mjs
|
||||
|
|
|
|||
|
|
@ -4575,6 +4575,13 @@ Tests/Form/Type/EmailTypeTest.php
|
|||
Form/Type/EmailTypeTest.php
|
||||
Type/EmailTypeTest.php
|
||||
EmailTypeTest.php
|
||||
app/bundles/EmailBundle/Tests/Form/Type/ExampleSendTypeTest.php
|
||||
bundles/EmailBundle/Tests/Form/Type/ExampleSendTypeTest.php
|
||||
EmailBundle/Tests/Form/Type/ExampleSendTypeTest.php
|
||||
Tests/Form/Type/ExampleSendTypeTest.php
|
||||
Form/Type/ExampleSendTypeTest.php
|
||||
Type/ExampleSendTypeTest.php
|
||||
ExampleSendTypeTest.php
|
||||
app/bundles/EmailBundle/Tests/Form/Type/FormSubmitActionUserEmailTypeTest.php
|
||||
bundles/EmailBundle/Tests/Form/Type/FormSubmitActionUserEmailTypeTest.php
|
||||
EmailBundle/Tests/Form/Type/FormSubmitActionUserEmailTypeTest.php
|
||||
|
|
@ -4738,6 +4745,12 @@ EmailBundle/Tests/Controller/PreviewSettingsFunctionalTest.php
|
|||
Tests/Controller/PreviewSettingsFunctionalTest.php
|
||||
Controller/PreviewSettingsFunctionalTest.php
|
||||
PreviewSettingsFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/EmailExampleFunctionalTest.php
|
||||
bundles/EmailBundle/Tests/Controller/EmailExampleFunctionalTest.php
|
||||
EmailBundle/Tests/Controller/EmailExampleFunctionalTest.php
|
||||
Tests/Controller/EmailExampleFunctionalTest.php
|
||||
Controller/EmailExampleFunctionalTest.php
|
||||
EmailExampleFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/EmailMapStatsControllerTest.php
|
||||
bundles/EmailBundle/Tests/Controller/EmailMapStatsControllerTest.php
|
||||
EmailBundle/Tests/Controller/EmailMapStatsControllerTest.php
|
||||
|
|
@ -5570,6 +5583,12 @@ EmailBundle/Assets/WebhookPayload/email_on_open.json
|
|||
Assets/WebhookPayload/email_on_open.json
|
||||
WebhookPayload/email_on_open.json
|
||||
email_on_open.json
|
||||
app/bundles/EmailBundle/Assets/js/send.example.js
|
||||
bundles/EmailBundle/Assets/js/send.example.js
|
||||
EmailBundle/Assets/js/send.example.js
|
||||
Assets/js/send.example.js
|
||||
js/send.example.js
|
||||
send.example.js
|
||||
app/bundles/EmailBundle/Assets/js/heatmap.js
|
||||
bundles/EmailBundle/Assets/js/heatmap.js
|
||||
EmailBundle/Assets/js/heatmap.js
|
||||
|
|
|
|||
|
|
@ -1003,6 +1003,7 @@ app/bundles/EmailBundle/Tests/MonitoredEmail/Organizer/MailboxOrganizerTest.php
|
|||
app/bundles/EmailBundle/Tests/MonitoredEmail/Organizer/MailboxContainerTest.php
|
||||
app/bundles/EmailBundle/Tests/MonitoredEmail/Accessor/ConfigAccessorTest.php
|
||||
app/bundles/EmailBundle/Tests/Form/Type/EmailTypeTest.php
|
||||
app/bundles/EmailBundle/Tests/Form/Type/ExampleSendTypeTest.php
|
||||
app/bundles/EmailBundle/Tests/Form/Type/FormSubmitActionUserEmailTypeTest.php
|
||||
app/bundles/EmailBundle/Tests/Validator/MultipleEmailsValidValidatorTest.php
|
||||
app/bundles/EmailBundle/Tests/Validator/EmailOrEmailTokenListValidatorTest.php
|
||||
|
|
@ -1030,6 +1031,7 @@ app/bundles/EmailBundle/Tests/Controller/PublicControllerFunctionalTest.php
|
|||
app/bundles/EmailBundle/Tests/Controller/AjaxControllerTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/ConfigControllerFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/PreviewSettingsFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/EmailExampleFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/EmailMapStatsControllerTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/Api/EmailApiControllerFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/EmailControllerTest.php
|
||||
|
|
@ -1168,6 +1170,7 @@ app/bundles/EmailBundle/Stat/Reference.php
|
|||
app/bundles/EmailBundle/Stat/StatHelper.php
|
||||
app/bundles/EmailBundle/Assets/builder/builder.less
|
||||
app/bundles/EmailBundle/Assets/WebhookPayload/email_on_open.json
|
||||
app/bundles/EmailBundle/Assets/js/send.example.js
|
||||
app/bundles/EmailBundle/Assets/js/heatmap.js
|
||||
app/bundles/EmailBundle/Assets/js/email.js
|
||||
app/bundles/EmailBundle/Assets/js/config.js
|
||||
|
|
|
|||
|
|
@ -22422,6 +22422,257 @@ Nop.Plugin.Widgets.NivoSlider/Content/nivoslider/license.txt
|
|||
Content/nivoslider/license.txt
|
||||
nivoslider/license.txt
|
||||
license.txt
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/AmazonPaySettings.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/AmazonPaySettings.cs
|
||||
Nop.Plugin.Payments.AmazonPay/AmazonPaySettings.cs
|
||||
AmazonPaySettings.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Components/DoNotUseWithAmazonPayViewComponent.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Components/DoNotUseWithAmazonPayViewComponent.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Components/DoNotUseWithAmazonPayViewComponent.cs
|
||||
Components/DoNotUseWithAmazonPayViewComponent.cs
|
||||
DoNotUseWithAmazonPayViewComponent.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Components/ChangeButtonViewComponent.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Components/ChangeButtonViewComponent.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Components/ChangeButtonViewComponent.cs
|
||||
Components/ChangeButtonViewComponent.cs
|
||||
ChangeButtonViewComponent.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Components/LogoViewComponent.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Components/LogoViewComponent.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Components/LogoViewComponent.cs
|
||||
Components/LogoViewComponent.cs
|
||||
LogoViewComponent.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Components/PaymentButtonViewComponent.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Components/PaymentButtonViewComponent.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Components/PaymentButtonViewComponent.cs
|
||||
Components/PaymentButtonViewComponent.cs
|
||||
PaymentButtonViewComponent.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Components/PaymentInfoViewComponent.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Components/PaymentInfoViewComponent.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Components/PaymentInfoViewComponent.cs
|
||||
Components/PaymentInfoViewComponent.cs
|
||||
PaymentInfoViewComponent.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/ChangeLinkModel.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Models/ChangeLinkModel.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Models/ChangeLinkModel.cs
|
||||
Models/ChangeLinkModel.cs
|
||||
ChangeLinkModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/CheckoutConfirmModel.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Models/CheckoutConfirmModel.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Models/CheckoutConfirmModel.cs
|
||||
Models/CheckoutConfirmModel.cs
|
||||
CheckoutConfirmModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/CheckoutCompletedModel.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Models/CheckoutCompletedModel.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Models/CheckoutCompletedModel.cs
|
||||
Models/CheckoutCompletedModel.cs
|
||||
CheckoutCompletedModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/KeyExchangeModel.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Models/KeyExchangeModel.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Models/KeyExchangeModel.cs
|
||||
Models/KeyExchangeModel.cs
|
||||
KeyExchangeModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/ConfigurationModel.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Models/ConfigurationModel.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Models/ConfigurationModel.cs
|
||||
Models/ConfigurationModel.cs
|
||||
ConfigurationModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/SignInModel.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Models/SignInModel.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Models/SignInModel.cs
|
||||
Models/SignInModel.cs
|
||||
SignInModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/OnboardingModel.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Models/OnboardingModel.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Models/OnboardingModel.cs
|
||||
Models/OnboardingModel.cs
|
||||
OnboardingModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/DoNotUseWithAmazonPayModel.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Models/DoNotUseWithAmazonPayModel.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Models/DoNotUseWithAmazonPayModel.cs
|
||||
Models/DoNotUseWithAmazonPayModel.cs
|
||||
DoNotUseWithAmazonPayModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/PaymentInfoModel.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Models/PaymentInfoModel.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Models/PaymentInfoModel.cs
|
||||
Models/PaymentInfoModel.cs
|
||||
PaymentInfoModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Infrastructure/PluginNopStartup.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Infrastructure/PluginNopStartup.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Infrastructure/PluginNopStartup.cs
|
||||
Infrastructure/PluginNopStartup.cs
|
||||
PluginNopStartup.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Infrastructure/RouteProvider.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Infrastructure/RouteProvider.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Infrastructure/RouteProvider.cs
|
||||
Infrastructure/RouteProvider.cs
|
||||
RouteProvider.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/DoNotUseWithAmazonPay.cshtml
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Views/DoNotUseWithAmazonPay.cshtml
|
||||
Nop.Plugin.Payments.AmazonPay/Views/DoNotUseWithAmazonPay.cshtml
|
||||
Views/DoNotUseWithAmazonPay.cshtml
|
||||
DoNotUseWithAmazonPay.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/miniCart.cshtml
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Views/miniCart.cshtml
|
||||
Nop.Plugin.Payments.AmazonPay/Views/miniCart.cshtml
|
||||
Views/miniCart.cshtml
|
||||
miniCart.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/_checkout.cshtml
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Views/_checkout.cshtml
|
||||
Nop.Plugin.Payments.AmazonPay/Views/_checkout.cshtml
|
||||
Views/_checkout.cshtml
|
||||
_checkout.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/SignIn.cshtml
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Views/SignIn.cshtml
|
||||
Nop.Plugin.Payments.AmazonPay/Views/SignIn.cshtml
|
||||
Views/SignIn.cshtml
|
||||
SignIn.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/Confirm.cshtml
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Views/Confirm.cshtml
|
||||
Nop.Plugin.Payments.AmazonPay/Views/Confirm.cshtml
|
||||
Views/Confirm.cshtml
|
||||
Confirm.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/_ViewImports.cshtml
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Views/_ViewImports.cshtml
|
||||
Nop.Plugin.Payments.AmazonPay/Views/_ViewImports.cshtml
|
||||
Views/_ViewImports.cshtml
|
||||
_ViewImports.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/Configure.cshtml
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Views/Configure.cshtml
|
||||
Nop.Plugin.Payments.AmazonPay/Views/Configure.cshtml
|
||||
Views/Configure.cshtml
|
||||
Configure.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/PaymentInfo.cshtml
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Views/PaymentInfo.cshtml
|
||||
Nop.Plugin.Payments.AmazonPay/Views/PaymentInfo.cshtml
|
||||
Views/PaymentInfo.cshtml
|
||||
PaymentInfo.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/ChangeLink.cshtml
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Views/ChangeLink.cshtml
|
||||
Nop.Plugin.Payments.AmazonPay/Views/ChangeLink.cshtml
|
||||
Views/ChangeLink.cshtml
|
||||
ChangeLink.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/Completed.cshtml
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Views/Completed.cshtml
|
||||
Nop.Plugin.Payments.AmazonPay/Views/Completed.cshtml
|
||||
Views/Completed.cshtml
|
||||
Completed.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Enums/PaymentType.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Enums/PaymentType.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Enums/PaymentType.cs
|
||||
Enums/PaymentType.cs
|
||||
PaymentType.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Enums/ButtonColor.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Enums/ButtonColor.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Enums/ButtonColor.cs
|
||||
Enums/ButtonColor.cs
|
||||
ButtonColor.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Enums/PaymentRegion.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Enums/PaymentRegion.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Enums/PaymentRegion.cs
|
||||
Enums/PaymentRegion.cs
|
||||
PaymentRegion.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Enums/ButtonPlacement.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Enums/ButtonPlacement.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Enums/ButtonPlacement.cs
|
||||
Enums/ButtonPlacement.cs
|
||||
ButtonPlacement.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/AmazonPayPlugin.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/AmazonPayPlugin.cs
|
||||
Nop.Plugin.Payments.AmazonPay/AmazonPayPlugin.cs
|
||||
AmazonPayPlugin.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Domain/Onboarding/Credentials.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Domain/Onboarding/Credentials.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Domain/Onboarding/Credentials.cs
|
||||
Domain/Onboarding/Credentials.cs
|
||||
Onboarding/Credentials.cs
|
||||
Credentials.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Domain/RequestErrorMessage.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Domain/RequestErrorMessage.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Domain/RequestErrorMessage.cs
|
||||
Domain/RequestErrorMessage.cs
|
||||
RequestErrorMessage.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Domain/IpnMessage.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Domain/IpnMessage.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Domain/IpnMessage.cs
|
||||
Domain/IpnMessage.cs
|
||||
IpnMessage.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/plugin.json
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/plugin.json
|
||||
Nop.Plugin.Payments.AmazonPay/plugin.json
|
||||
plugin.json
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayCheckoutService.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayCheckoutService.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Services/AmazonPayCheckoutService.cs
|
||||
Services/AmazonPayCheckoutService.cs
|
||||
AmazonPayCheckoutService.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/EventConsumer.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Services/EventConsumer.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Services/EventConsumer.cs
|
||||
Services/EventConsumer.cs
|
||||
EventConsumer.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayPaymentService.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayPaymentService.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Services/AmazonPayPaymentService.cs
|
||||
Services/AmazonPayPaymentService.cs
|
||||
AmazonPayPaymentService.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayOnboardingService.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayOnboardingService.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Services/AmazonPayOnboardingService.cs
|
||||
Services/AmazonPayOnboardingService.cs
|
||||
AmazonPayOnboardingService.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayCustomerService.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayCustomerService.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Services/AmazonPayCustomerService.cs
|
||||
Services/AmazonPayCustomerService.cs
|
||||
AmazonPayCustomerService.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayApiService.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayApiService.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Services/AmazonPayApiService.cs
|
||||
Services/AmazonPayApiService.cs
|
||||
AmazonPayApiService.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/DisallowedProducts.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Services/DisallowedProducts.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Services/DisallowedProducts.cs
|
||||
Services/DisallowedProducts.cs
|
||||
DisallowedProducts.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/AmazonPayDefaults.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/AmazonPayDefaults.cs
|
||||
Nop.Plugin.Payments.AmazonPay/AmazonPayDefaults.cs
|
||||
AmazonPayDefaults.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Nop.Plugin.Payments.AmazonPay.csproj
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Nop.Plugin.Payments.AmazonPay.csproj
|
||||
Nop.Plugin.Payments.AmazonPay/Nop.Plugin.Payments.AmazonPay.csproj
|
||||
Nop.Plugin.Payments.AmazonPay.csproj
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayIpnController.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayIpnController.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayIpnController.cs
|
||||
Controllers/AmazonPayIpnController.cs
|
||||
AmazonPayIpnController.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayCustomerController.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayCustomerController.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayCustomerController.cs
|
||||
Controllers/AmazonPayCustomerController.cs
|
||||
AmazonPayCustomerController.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayAdminController.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayAdminController.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayAdminController.cs
|
||||
Controllers/AmazonPayAdminController.cs
|
||||
AmazonPayAdminController.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayOnboardingController.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayOnboardingController.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayOnboardingController.cs
|
||||
Controllers/AmazonPayOnboardingController.cs
|
||||
AmazonPayOnboardingController.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayCheckoutController.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayCheckoutController.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayCheckoutController.cs
|
||||
Controllers/AmazonPayCheckoutController.cs
|
||||
AmazonPayCheckoutController.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Validators/ConfigurationValidator.cs
|
||||
Plugins/Nop.Plugin.Payments.AmazonPay/Validators/ConfigurationValidator.cs
|
||||
Nop.Plugin.Payments.AmazonPay/Validators/ConfigurationValidator.cs
|
||||
Validators/ConfigurationValidator.cs
|
||||
ConfigurationValidator.cs
|
||||
src/Plugins/Nop.Plugin.Payments.PayPalCommerce/PayPalCommercePaymentMethod.cs
|
||||
Plugins/Nop.Plugin.Payments.PayPalCommerce/PayPalCommercePaymentMethod.cs
|
||||
Nop.Plugin.Payments.PayPalCommerce/PayPalCommercePaymentMethod.cs
|
||||
|
|
|
|||
|
|
@ -3261,6 +3261,57 @@ src/Plugins/Nop.Plugin.Widgets.NivoSlider/Content/nivoslider/sample-images/banne
|
|||
src/Plugins/Nop.Plugin.Widgets.NivoSlider/Content/nivoslider/sample-images/banner_02.webp
|
||||
src/Plugins/Nop.Plugin.Widgets.NivoSlider/Content/nivoslider/README
|
||||
src/Plugins/Nop.Plugin.Widgets.NivoSlider/Content/nivoslider/license.txt
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/AmazonPaySettings.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Components/DoNotUseWithAmazonPayViewComponent.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Components/ChangeButtonViewComponent.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Components/LogoViewComponent.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Components/PaymentButtonViewComponent.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Components/PaymentInfoViewComponent.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/ChangeLinkModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/CheckoutConfirmModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/CheckoutCompletedModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/KeyExchangeModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/ConfigurationModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/SignInModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/OnboardingModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/DoNotUseWithAmazonPayModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Models/PaymentInfoModel.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Infrastructure/PluginNopStartup.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Infrastructure/RouteProvider.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/DoNotUseWithAmazonPay.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/miniCart.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/_checkout.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/SignIn.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/Confirm.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/_ViewImports.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/Configure.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/PaymentInfo.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/ChangeLink.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Views/Completed.cshtml
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Enums/PaymentType.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Enums/ButtonColor.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Enums/PaymentRegion.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Enums/ButtonPlacement.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/AmazonPayPlugin.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Domain/Onboarding/Credentials.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Domain/RequestErrorMessage.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Domain/IpnMessage.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/plugin.json
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayCheckoutService.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/EventConsumer.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayPaymentService.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayOnboardingService.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayCustomerService.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/AmazonPayApiService.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Services/DisallowedProducts.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/AmazonPayDefaults.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Nop.Plugin.Payments.AmazonPay.csproj
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayIpnController.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayCustomerController.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayAdminController.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayOnboardingController.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Controllers/AmazonPayCheckoutController.cs
|
||||
src/Plugins/Nop.Plugin.Payments.AmazonPay/Validators/ConfigurationValidator.cs
|
||||
src/Plugins/Nop.Plugin.Payments.PayPalCommerce/PayPalCommercePaymentMethod.cs
|
||||
src/Plugins/Nop.Plugin.Payments.PayPalCommerce/Notes.txt
|
||||
src/Plugins/Nop.Plugin.Payments.PayPalCommerce/PayPalCommerceSettings.cs
|
||||
|
|
|
|||
|
|
@ -31739,39 +31739,6 @@ data/dataexchange/2017-07-25/paginators-1.json.php
|
|||
dataexchange/2017-07-25/paginators-1.json.php
|
||||
2017-07-25/paginators-1.json.php
|
||||
paginators-1.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/endpoint-rule-set-1.json.php
|
||||
system/storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/endpoint-rule-set-1.json.php
|
||||
storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/endpoint-rule-set-1.json.php
|
||||
vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/endpoint-rule-set-1.json.php
|
||||
aws/aws-sdk-php/src/data/mobile/2017-07-01/endpoint-rule-set-1.json.php
|
||||
aws-sdk-php/src/data/mobile/2017-07-01/endpoint-rule-set-1.json.php
|
||||
src/data/mobile/2017-07-01/endpoint-rule-set-1.json.php
|
||||
data/mobile/2017-07-01/endpoint-rule-set-1.json.php
|
||||
mobile/2017-07-01/endpoint-rule-set-1.json.php
|
||||
2017-07-01/endpoint-rule-set-1.json.php
|
||||
endpoint-rule-set-1.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
|
||||
system/storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
|
||||
storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
|
||||
vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
|
||||
aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
|
||||
aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
|
||||
src/data/mobile/2017-07-01/api-2.json.php
|
||||
data/mobile/2017-07-01/api-2.json.php
|
||||
mobile/2017-07-01/api-2.json.php
|
||||
2017-07-01/api-2.json.php
|
||||
api-2.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
|
||||
system/storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
|
||||
storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
|
||||
vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
|
||||
aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
|
||||
aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
|
||||
src/data/mobile/2017-07-01/paginators-1.json.php
|
||||
data/mobile/2017-07-01/paginators-1.json.php
|
||||
mobile/2017-07-01/paginators-1.json.php
|
||||
2017-07-01/paginators-1.json.php
|
||||
paginators-1.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php
|
||||
system/storage/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php
|
||||
storage/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php
|
||||
|
|
@ -49778,25 +49745,6 @@ aws/aws-sdk-php/src/PsrCacheAdapter.php
|
|||
aws-sdk-php/src/PsrCacheAdapter.php
|
||||
src/PsrCacheAdapter.php
|
||||
PsrCacheAdapter.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
|
||||
system/storage/vendor/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
|
||||
storage/vendor/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
|
||||
vendor/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
|
||||
aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
|
||||
aws-sdk-php/src/Mobile/Exception/MobileException.php
|
||||
src/Mobile/Exception/MobileException.php
|
||||
Mobile/Exception/MobileException.php
|
||||
Exception/MobileException.php
|
||||
MobileException.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/Mobile/MobileClient.php
|
||||
system/storage/vendor/aws/aws-sdk-php/src/Mobile/MobileClient.php
|
||||
storage/vendor/aws/aws-sdk-php/src/Mobile/MobileClient.php
|
||||
vendor/aws/aws-sdk-php/src/Mobile/MobileClient.php
|
||||
aws/aws-sdk-php/src/Mobile/MobileClient.php
|
||||
aws-sdk-php/src/Mobile/MobileClient.php
|
||||
src/Mobile/MobileClient.php
|
||||
Mobile/MobileClient.php
|
||||
MobileClient.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php
|
||||
system/storage/vendor/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php
|
||||
storage/vendor/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php
|
||||
|
|
|
|||
|
|
@ -4906,9 +4906,6 @@ upload/system/storage/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/en
|
|||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/api-2.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/waiters-2.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/paginators-1.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/endpoint-rule-set-1.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/endpoint-rule-set-1.json.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php
|
||||
|
|
@ -6600,8 +6597,6 @@ upload/system/storage/vendor/aws/aws-sdk-php/src/EntityResolution/EntityResoluti
|
|||
upload/system/storage/vendor/aws/aws-sdk-php/src/B2bi/B2biClient.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/B2bi/Exception/B2biException.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/PsrCacheAdapter.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/Mobile/MobileClient.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/ElasticInference/ElasticInferenceClient.php
|
||||
upload/system/storage/vendor/aws/aws-sdk-php/src/IoTFleetHub/Exception/IoTFleetHubException.php
|
||||
|
|
|
|||
|
|
@ -15609,13 +15609,6 @@ FO/classic/delivery/index.ts
|
|||
classic/delivery/index.ts
|
||||
delivery/index.ts
|
||||
index.ts
|
||||
tests/UI/pages/FO/classic/product/index.ts
|
||||
UI/pages/FO/classic/product/index.ts
|
||||
pages/FO/classic/product/index.ts
|
||||
FO/classic/product/index.ts
|
||||
classic/product/index.ts
|
||||
product/index.ts
|
||||
index.ts
|
||||
tests/UI/pages/FO/classic/legalNotice/index.ts
|
||||
UI/pages/FO/classic/legalNotice/index.ts
|
||||
pages/FO/classic/legalNotice/index.ts
|
||||
|
|
@ -15812,13 +15805,6 @@ FO/hummingbird/delivery/index.ts
|
|||
hummingbird/delivery/index.ts
|
||||
delivery/index.ts
|
||||
index.ts
|
||||
tests/UI/pages/FO/hummingbird/product/index.ts
|
||||
UI/pages/FO/hummingbird/product/index.ts
|
||||
pages/FO/hummingbird/product/index.ts
|
||||
FO/hummingbird/product/index.ts
|
||||
hummingbird/product/index.ts
|
||||
product/index.ts
|
||||
index.ts
|
||||
tests/UI/pages/FO/hummingbird/legalNotice/index.ts
|
||||
UI/pages/FO/hummingbird/legalNotice/index.ts
|
||||
pages/FO/hummingbird/legalNotice/index.ts
|
||||
|
|
@ -17511,6 +17497,13 @@ modules/ps_facetedsearch/02_configuration/16_editTemplateProductConditionFilter.
|
|||
ps_facetedsearch/02_configuration/16_editTemplateProductConditionFilter.ts
|
||||
02_configuration/16_editTemplateProductConditionFilter.ts
|
||||
16_editTemplateProductConditionFilter.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/09_editTemplateSubCategoriesFilter.ts
|
||||
UI/campaigns/modules/ps_facetedsearch/02_configuration/09_editTemplateSubCategoriesFilter.ts
|
||||
campaigns/modules/ps_facetedsearch/02_configuration/09_editTemplateSubCategoriesFilter.ts
|
||||
modules/ps_facetedsearch/02_configuration/09_editTemplateSubCategoriesFilter.ts
|
||||
ps_facetedsearch/02_configuration/09_editTemplateSubCategoriesFilter.ts
|
||||
02_configuration/09_editTemplateSubCategoriesFilter.ts
|
||||
09_editTemplateSubCategoriesFilter.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/21_addNewTemplate.ts
|
||||
UI/campaigns/modules/ps_facetedsearch/02_configuration/21_addNewTemplate.ts
|
||||
campaigns/modules/ps_facetedsearch/02_configuration/21_addNewTemplate.ts
|
||||
|
|
|
|||
|
|
@ -2764,7 +2764,6 @@ tests/UI/pages/FO/classic/myAccount/returnDetails.ts
|
|||
tests/UI/pages/FO/classic/myAccount/addresses.ts
|
||||
tests/UI/pages/FO/classic/myAccount/addAddress.ts
|
||||
tests/UI/pages/FO/classic/delivery/index.ts
|
||||
tests/UI/pages/FO/classic/product/index.ts
|
||||
tests/UI/pages/FO/classic/legalNotice/index.ts
|
||||
tests/UI/pages/FO/classic/newProducts/index.ts
|
||||
tests/UI/pages/FO/classic/stores/index.ts
|
||||
|
|
@ -2793,7 +2792,6 @@ tests/UI/pages/FO/hummingbird/myAccount/returnDetails.ts
|
|||
tests/UI/pages/FO/hummingbird/myAccount/addresses.ts
|
||||
tests/UI/pages/FO/hummingbird/myAccount/addAddress.ts
|
||||
tests/UI/pages/FO/hummingbird/delivery/index.ts
|
||||
tests/UI/pages/FO/hummingbird/product/index.ts
|
||||
tests/UI/pages/FO/hummingbird/legalNotice/index.ts
|
||||
tests/UI/pages/FO/hummingbird/newProducts/index.ts
|
||||
tests/UI/pages/FO/hummingbird/stores/index.ts
|
||||
|
|
@ -3038,6 +3036,7 @@ tests/UI/campaigns/modules/ps_facetedsearch/01_installation/04_uninstallAndDelet
|
|||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/14_editTemplateProductStockFilter.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/18_editTemplatePaperTypeFilter.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/16_editTemplateProductConditionFilter.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/09_editTemplateSubCategoriesFilter.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/21_addNewTemplate.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/05_categoryFilterDepthFieldConfiguration.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/15_editTemplateProductBrandFilter.ts
|
||||
|
|
|
|||
|
|
@ -3524,6 +3524,9 @@ _unreleased/2024-06-17-fix-that-company-address-is-shown-twice.md
|
|||
changelog/_unreleased/2024-05-23-add-customer-impersonation.md
|
||||
_unreleased/2024-05-23-add-customer-impersonation.md
|
||||
2024-05-23-add-customer-impersonation.md
|
||||
changelog/_unreleased/2024-07-17-filetype-in-admin-media-search.md
|
||||
_unreleased/2024-07-17-filetype-in-admin-media-search.md
|
||||
2024-07-17-filetype-in-admin-media-search.md
|
||||
changelog/_unreleased/2024-07-01-add-skip-to-content-function-to-improve-a11y.md
|
||||
_unreleased/2024-07-01-add-skip-to-content-function-to-improve-a11y.md
|
||||
2024-07-01-add-skip-to-content-function-to-improve-a11y.md
|
||||
|
|
@ -3620,6 +3623,9 @@ _unreleased/2024-07-16-add-parameters-to-checkout-exceptions.md
|
|||
changelog/_unreleased/2024-07-05-only-cleanup-sucessfully-delivered-webhooks.md
|
||||
_unreleased/2024-07-05-only-cleanup-sucessfully-delivered-webhooks.md
|
||||
2024-07-05-only-cleanup-sucessfully-delivered-webhooks.md
|
||||
changelog/_unreleased/2024-05-24-improve-admin-login-session.md
|
||||
_unreleased/2024-05-24-improve-admin-login-session.md
|
||||
2024-05-24-improve-admin-login-session.md
|
||||
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
|
|
@ -3629,12 +3635,18 @@ _unreleased/2024-06-28-fix-dead-form-serialize-utility-guard.md
|
|||
changelog/_unreleased/2024-07-08-fix-automatically-applied-promotions-does-not-work-after-save-the-order.md
|
||||
_unreleased/2024-07-08-fix-automatically-applied-promotions-does-not-work-after-save-the-order.md
|
||||
2024-07-08-fix-automatically-applied-promotions-does-not-work-after-save-the-order.md
|
||||
changelog/_unreleased/2024-07-19-add-component_payment_method_name-block.md
|
||||
_unreleased/2024-07-19-add-component_payment_method_name-block.md
|
||||
2024-07-19-add-component_payment_method_name-block.md
|
||||
changelog/_unreleased/2024-07-04-update-github-playwright-test-image.md
|
||||
_unreleased/2024-07-04-update-github-playwright-test-image.md
|
||||
2024-07-04-update-github-playwright-test-image.md
|
||||
changelog/_unreleased/2024-07-15-the-form-element-quantity-selector-is-not-labeled.md
|
||||
_unreleased/2024-07-15-the-form-element-quantity-selector-is-not-labeled.md
|
||||
2024-07-15-the-form-element-quantity-selector-is-not-labeled.md
|
||||
changelog/_unreleased/2024-07-18-add-criteria-title-to-search-endpoint.md
|
||||
_unreleased/2024-07-18-add-criteria-title-to-search-endpoint.md
|
||||
2024-07-18-add-criteria-title-to-search-endpoint.md
|
||||
changelog/_unreleased/2024-06-19-fix-no-matching-sales-channel-found-when-creating-order.md
|
||||
_unreleased/2024-06-19-fix-no-matching-sales-channel-found-when-creating-order.md
|
||||
2024-06-19-fix-no-matching-sales-channel-found-when-creating-order.md
|
||||
|
|
@ -16191,6 +16203,13 @@ Framework/DataAbstractionLayer/Field/CustomFieldTranslationTest.php
|
|||
DataAbstractionLayer/Field/CustomFieldTranslationTest.php
|
||||
Field/CustomFieldTranslationTest.php
|
||||
CustomFieldTranslationTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
integration/Core/Framework/DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
Core/Framework/DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
Framework/DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
Indexing/TreeUpdaterTest.php
|
||||
TreeUpdaterTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Write/EntityWriterTest.php
|
||||
integration/Core/Framework/DataAbstractionLayer/Write/EntityWriterTest.php
|
||||
Core/Framework/DataAbstractionLayer/Write/EntityWriterTest.php
|
||||
|
|
@ -35272,6 +35291,11 @@ migration/Core/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.ph
|
|||
Core/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php
|
||||
V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php
|
||||
Migration1676367607RemoveIntegrationWriteAccessColumnTest.php
|
||||
tests/migration/Core/V6_6/Migration1721202771UpdateDefaultSearchConfigTest.php
|
||||
migration/Core/V6_6/Migration1721202771UpdateDefaultSearchConfigTest.php
|
||||
Core/V6_6/Migration1721202771UpdateDefaultSearchConfigTest.php
|
||||
V6_6/Migration1721202771UpdateDefaultSearchConfigTest.php
|
||||
Migration1721202771UpdateDefaultSearchConfigTest.php
|
||||
tests/migration/Core/V6_6/Migration1712309989DropLanguageLocaleUniqueTest.php
|
||||
migration/Core/V6_6/Migration1712309989DropLanguageLocaleUniqueTest.php
|
||||
Core/V6_6/Migration1712309989DropLanguageLocaleUniqueTest.php
|
||||
|
|
@ -107843,13 +107867,6 @@ Test/DataAbstractionLayer/Indexing/ManyToManyIdFieldIndexerTest.php
|
|||
DataAbstractionLayer/Indexing/ManyToManyIdFieldIndexerTest.php
|
||||
Indexing/ManyToManyIdFieldIndexerTest.php
|
||||
ManyToManyIdFieldIndexerTest.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
Core/Framework/Test/DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
Framework/Test/DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
Test/DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
Indexing/TreeUpdaterTest.php
|
||||
TreeUpdaterTest.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Write/DeleteTest.php
|
||||
Core/Framework/Test/DataAbstractionLayer/Write/DeleteTest.php
|
||||
Framework/Test/DataAbstractionLayer/Write/DeleteTest.php
|
||||
|
|
@ -134983,6 +135000,11 @@ Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
|
|||
Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
|
||||
V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
|
||||
Migration1663402950SetDoubleOptinCustomerActive.php
|
||||
src/Core/Migration/V6_6/Migration1721202771UpdateDefaultSearchConfig.php
|
||||
Core/Migration/V6_6/Migration1721202771UpdateDefaultSearchConfig.php
|
||||
Migration/V6_6/Migration1721202771UpdateDefaultSearchConfig.php
|
||||
V6_6/Migration1721202771UpdateDefaultSearchConfig.php
|
||||
Migration1721202771UpdateDefaultSearchConfig.php
|
||||
src/Core/Migration/V6_6/Migration1720094362AddStateForeignKeyToOrderDelivery.php
|
||||
Core/Migration/V6_6/Migration1720094362AddStateForeignKeyToOrderDelivery.php
|
||||
Migration/V6_6/Migration1720094362AddStateForeignKeyToOrderDelivery.php
|
||||
|
|
|
|||
|
|
@ -1215,6 +1215,7 @@ changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.m
|
|||
changelog/_unreleased/2024-06-26-add-order-and-customer-number-filters-to-admin-lists.md
|
||||
changelog/_unreleased/2024-06-17-fix-that-company-address-is-shown-twice.md
|
||||
changelog/_unreleased/2024-05-23-add-customer-impersonation.md
|
||||
changelog/_unreleased/2024-07-17-filetype-in-admin-media-search.md
|
||||
changelog/_unreleased/2024-07-01-add-skip-to-content-function-to-improve-a11y.md
|
||||
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
|
||||
changelog/_unreleased/2024-07-10-fix-github-jest-and-lint-workflows.md
|
||||
|
|
@ -1247,11 +1248,14 @@ changelog/_unreleased/2024-06-03-fixed-the-headline-for-seo-in-product-detail-pa
|
|||
changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
|
||||
changelog/_unreleased/2024-07-16-add-parameters-to-checkout-exceptions.md
|
||||
changelog/_unreleased/2024-07-05-only-cleanup-sucessfully-delivered-webhooks.md
|
||||
changelog/_unreleased/2024-05-24-improve-admin-login-session.md
|
||||
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
changelog/_unreleased/2024-06-28-fix-dead-form-serialize-utility-guard.md
|
||||
changelog/_unreleased/2024-07-08-fix-automatically-applied-promotions-does-not-work-after-save-the-order.md
|
||||
changelog/_unreleased/2024-07-19-add-component_payment_method_name-block.md
|
||||
changelog/_unreleased/2024-07-04-update-github-playwright-test-image.md
|
||||
changelog/_unreleased/2024-07-15-the-form-element-quantity-selector-is-not-labeled.md
|
||||
changelog/_unreleased/2024-07-18-add-criteria-title-to-search-endpoint.md
|
||||
changelog/_unreleased/2024-06-19-fix-no-matching-sales-channel-found-when-creating-order.md
|
||||
changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md
|
||||
changelog/_unreleased/2024-06-21-fix-administration-input-of-linked-prices-and-comma-values.md
|
||||
|
|
@ -5032,6 +5036,7 @@ tests/integration/Core/Framework/DataAbstractionLayer/Field/RemoteAddressFieldTe
|
|||
tests/integration/Core/Framework/DataAbstractionLayer/Field/ListFieldTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Field/PasswordFieldTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Field/CustomFieldTranslationTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Write/EntityWriterTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Write/WriteCommandExtractorTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParserTest.php
|
||||
|
|
@ -7507,6 +7512,7 @@ tests/migration/Core/V6_6/Migration1718615305AddEuToCountryTableTest.php
|
|||
tests/migration/Core/V6_6/Migration1671723392AddWebhookLifetimeConfigTest.php
|
||||
tests/migration/Core/V6_6/Migration1696515133AddCheckoutGatewayUrlTest.php
|
||||
tests/migration/Core/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php
|
||||
tests/migration/Core/V6_6/Migration1721202771UpdateDefaultSearchConfigTest.php
|
||||
tests/migration/Core/V6_6/Migration1712309989DropLanguageLocaleUniqueTest.php
|
||||
tests/migration/Core/V6_6/Migration1679581138RemoveAssociationFieldsTest.php
|
||||
tests/migration/Core/V6_6/Migration1703850843FixSearchConfigTest.php
|
||||
|
|
@ -15461,7 +15467,6 @@ src/Core/Framework/Test/DataAbstractionLayer/EntityDefinitionTest.php
|
|||
src/Core/Framework/Test/DataAbstractionLayer/Indexing/Subscriber/RegisteredIndexerSubscriberTest.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Indexing/InheritanceIndexerTest.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Indexing/ManyToManyIdFieldIndexerTest.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Indexing/TreeUpdaterTest.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Write/DeleteTest.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Write/NonUuidFkField/TestEntityTwoDefinition.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Write/NonUuidFkField/NonUuidFkFieldSerializer.php
|
||||
|
|
@ -19648,6 +19653,7 @@ src/Core/Migration/V6_6/Migration1711461579FixDefaultMailFooter.php
|
|||
src/Core/Migration/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNote.php
|
||||
src/Core/Migration/V6_6/Migration1714659357CanonicalProductVersion.php
|
||||
src/Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
|
||||
src/Core/Migration/V6_6/Migration1721202771UpdateDefaultSearchConfig.php
|
||||
src/Core/Migration/V6_6/Migration1720094362AddStateForeignKeyToOrderDelivery.php
|
||||
src/Core/Migration/V6_6/Migration1702982372FixProductCrossSellingSortByPrice.php
|
||||
src/Core/Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php
|
||||
|
|
|
|||
|
|
@ -29541,6 +29541,12 @@ cloud/src/utils/compress-files.ts
|
|||
src/utils/compress-files.ts
|
||||
utils/compress-files.ts
|
||||
compress-files.ts
|
||||
packages/cli/cloud/src/utils/analytics.ts
|
||||
cli/cloud/src/utils/analytics.ts
|
||||
cloud/src/utils/analytics.ts
|
||||
src/utils/analytics.ts
|
||||
utils/analytics.ts
|
||||
analytics.ts
|
||||
packages/cli/cloud/src/utils/__tests__/compress-files.test.ts
|
||||
cli/cloud/src/utils/__tests__/compress-files.test.ts
|
||||
cloud/src/utils/__tests__/compress-files.test.ts
|
||||
|
|
@ -29619,6 +29625,24 @@ cloud/src/deploy-project/index.ts
|
|||
src/deploy-project/index.ts
|
||||
deploy-project/index.ts
|
||||
index.ts
|
||||
packages/cli/cloud/src/link/action.ts
|
||||
cli/cloud/src/link/action.ts
|
||||
cloud/src/link/action.ts
|
||||
src/link/action.ts
|
||||
link/action.ts
|
||||
action.ts
|
||||
packages/cli/cloud/src/link/command.ts
|
||||
cli/cloud/src/link/command.ts
|
||||
cloud/src/link/command.ts
|
||||
src/link/command.ts
|
||||
link/command.ts
|
||||
command.ts
|
||||
packages/cli/cloud/src/link/index.ts
|
||||
cli/cloud/src/link/index.ts
|
||||
cloud/src/link/index.ts
|
||||
src/link/index.ts
|
||||
link/index.ts
|
||||
index.ts
|
||||
packages/cli/cloud/src/list-projects/action.ts
|
||||
cli/cloud/src/list-projects/action.ts
|
||||
cloud/src/list-projects/action.ts
|
||||
|
|
|
|||
|
|
@ -4150,6 +4150,7 @@ packages/cli/cloud/.eslintrc.js
|
|||
packages/cli/cloud/tsconfig.json
|
||||
packages/cli/cloud/src/utils/pkg.ts
|
||||
packages/cli/cloud/src/utils/compress-files.ts
|
||||
packages/cli/cloud/src/utils/analytics.ts
|
||||
packages/cli/cloud/src/utils/__tests__/compress-files.test.ts
|
||||
packages/cli/cloud/src/utils/helpers.ts
|
||||
packages/cli/cloud/src/services/build-logs.ts
|
||||
|
|
@ -4163,6 +4164,9 @@ packages/cli/cloud/src/bin.ts
|
|||
packages/cli/cloud/src/deploy-project/action.ts
|
||||
packages/cli/cloud/src/deploy-project/command.ts
|
||||
packages/cli/cloud/src/deploy-project/index.ts
|
||||
packages/cli/cloud/src/link/action.ts
|
||||
packages/cli/cloud/src/link/command.ts
|
||||
packages/cli/cloud/src/link/index.ts
|
||||
packages/cli/cloud/src/list-projects/action.ts
|
||||
packages/cli/cloud/src/list-projects/command.ts
|
||||
packages/cli/cloud/src/list-projects/index.ts
|
||||
|
|
|
|||
|
|
@ -604,6 +604,17 @@ tomcat/jdbc/test/TestSizePreservation.java
|
|||
jdbc/test/TestSizePreservation.java
|
||||
test/TestSizePreservation.java
|
||||
TestSizePreservation.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ProxiedResultSetTest.java
|
||||
jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ProxiedResultSetTest.java
|
||||
src/test/java/org/apache/tomcat/jdbc/test/ProxiedResultSetTest.java
|
||||
test/java/org/apache/tomcat/jdbc/test/ProxiedResultSetTest.java
|
||||
java/org/apache/tomcat/jdbc/test/ProxiedResultSetTest.java
|
||||
org/apache/tomcat/jdbc/test/ProxiedResultSetTest.java
|
||||
apache/tomcat/jdbc/test/ProxiedResultSetTest.java
|
||||
tomcat/jdbc/test/ProxiedResultSetTest.java
|
||||
jdbc/test/ProxiedResultSetTest.java
|
||||
test/ProxiedResultSetTest.java
|
||||
ProxiedResultSetTest.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSlowQueryComparator.java
|
||||
jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSlowQueryComparator.java
|
||||
src/test/java/org/apache/tomcat/jdbc/test/TestSlowQueryComparator.java
|
||||
|
|
@ -927,6 +938,17 @@ tomcat/jdbc/test/TestConnectionState.java
|
|||
jdbc/test/TestConnectionState.java
|
||||
test/TestConnectionState.java
|
||||
TestConnectionState.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ProxiedStatementTest.java
|
||||
jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ProxiedStatementTest.java
|
||||
src/test/java/org/apache/tomcat/jdbc/test/ProxiedStatementTest.java
|
||||
test/java/org/apache/tomcat/jdbc/test/ProxiedStatementTest.java
|
||||
java/org/apache/tomcat/jdbc/test/ProxiedStatementTest.java
|
||||
org/apache/tomcat/jdbc/test/ProxiedStatementTest.java
|
||||
apache/tomcat/jdbc/test/ProxiedStatementTest.java
|
||||
tomcat/jdbc/test/ProxiedStatementTest.java
|
||||
jdbc/test/ProxiedStatementTest.java
|
||||
test/ProxiedStatementTest.java
|
||||
ProxiedStatementTest.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestQueryTimeoutInterceptor.java
|
||||
jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestQueryTimeoutInterceptor.java
|
||||
src/test/java/org/apache/tomcat/jdbc/test/TestQueryTimeoutInterceptor.java
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/bugs/Bug51582.java
|
|||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/bugs/Bug54227.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/bugs/Bug54978.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSizePreservation.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ProxiedResultSetTest.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSlowQueryComparator.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestTimeout.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ConnectCountTest.java
|
||||
|
|
@ -90,6 +91,7 @@ modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/JmxPasswordTest.java
|
|||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/Async0IdleTestBug50477.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/Bug50571.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestConnectionState.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ProxiedStatementTest.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestQueryTimeoutInterceptor.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/StarvationTest.java
|
||||
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/PoolCleanerTest.java
|
||||
|
|
|
|||
|
|
@ -23709,13 +23709,6 @@ customize-store/assembler-hub/sidebar/sidebar-navigation-screen-logo.tsx
|
|||
assembler-hub/sidebar/sidebar-navigation-screen-logo.tsx
|
||||
sidebar/sidebar-navigation-screen-logo.tsx
|
||||
sidebar-navigation-screen-logo.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
|
||||
woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
|
||||
client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
|
||||
customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
|
||||
assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
|
||||
sidebar/sidebar-navigation-screen-homepage.tsx
|
||||
sidebar-navigation-screen-homepage.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/style.scss
|
||||
woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/style.scss
|
||||
client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/style.scss
|
||||
|
|
@ -23794,6 +23787,22 @@ customize-store/assembler-hub/sidebar/sidebar-navigation-screen-typography.tsx
|
|||
assembler-hub/sidebar/sidebar-navigation-screen-typography.tsx
|
||||
sidebar/sidebar-navigation-screen-typography.tsx
|
||||
sidebar-navigation-screen-typography.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage/style.scss
|
||||
woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage/style.scss
|
||||
client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage/style.scss
|
||||
customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage/style.scss
|
||||
assembler-hub/sidebar/sidebar-navigation-screen-homepage/style.scss
|
||||
sidebar/sidebar-navigation-screen-homepage/style.scss
|
||||
sidebar-navigation-screen-homepage/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage/sidebar-navigation-screen-homepage.tsx
|
||||
woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage/sidebar-navigation-screen-homepage.tsx
|
||||
client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage/sidebar-navigation-screen-homepage.tsx
|
||||
customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage/sidebar-navigation-screen-homepage.tsx
|
||||
assembler-hub/sidebar/sidebar-navigation-screen-homepage/sidebar-navigation-screen-homepage.tsx
|
||||
sidebar/sidebar-navigation-screen-homepage/sidebar-navigation-screen-homepage.tsx
|
||||
sidebar-navigation-screen-homepage/sidebar-navigation-screen-homepage.tsx
|
||||
sidebar-navigation-screen-homepage.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-main.tsx
|
||||
woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-main.tsx
|
||||
client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-main.tsx
|
||||
|
|
@ -30969,6 +30978,10 @@ plugins/woocommerce/changelog/9063-use-shared-logos-component
|
|||
woocommerce/changelog/9063-use-shared-logos-component
|
||||
changelog/9063-use-shared-logos-component
|
||||
9063-use-shared-logos-component
|
||||
plugins/woocommerce/changelog/49597-e2e-run-full-suite-external-hosts
|
||||
woocommerce/changelog/49597-e2e-run-full-suite-external-hosts
|
||||
changelog/49597-e2e-run-full-suite-external-hosts
|
||||
49597-e2e-run-full-suite-external-hosts
|
||||
plugins/woocommerce/changelog/49290-49197-disable-fc-on-ai-flows
|
||||
woocommerce/changelog/49290-49197-disable-fc-on-ai-flows
|
||||
changelog/49290-49197-disable-fc-on-ai-flows
|
||||
|
|
@ -31029,6 +31042,10 @@ plugins/woocommerce/changelog/49541-fix-cys-filename-sidebar
|
|||
woocommerce/changelog/49541-fix-cys-filename-sidebar
|
||||
changelog/49541-fix-cys-filename-sidebar
|
||||
49541-fix-cys-filename-sidebar
|
||||
plugins/woocommerce/changelog/47614-tweak-google-extension-rename
|
||||
woocommerce/changelog/47614-tweak-google-extension-rename
|
||||
changelog/47614-tweak-google-extension-rename
|
||||
47614-tweak-google-extension-rename
|
||||
plugins/woocommerce/changelog/47422-45145-woocommerce_new_order-triggers-on-checkout-visiting
|
||||
woocommerce/changelog/47422-45145-woocommerce_new_order-triggers-on-checkout-visiting
|
||||
changelog/47422-45145-woocommerce_new_order-triggers-on-checkout-visiting
|
||||
|
|
@ -31057,6 +31074,10 @@ plugins/woocommerce/changelog/49028-49024-cys-block-toolbar-isnt-in-the-right-po
|
|||
woocommerce/changelog/49028-49024-cys-block-toolbar-isnt-in-the-right-position-when-the-user-resize-the-viewport
|
||||
changelog/49028-49024-cys-block-toolbar-isnt-in-the-right-position-when-the-user-resize-the-viewport
|
||||
49028-49024-cys-block-toolbar-isnt-in-the-right-position-when-the-user-resize-the-viewport
|
||||
plugins/woocommerce/changelog/update-remote-logging
|
||||
woocommerce/changelog/update-remote-logging
|
||||
changelog/update-remote-logging
|
||||
update-remote-logging
|
||||
plugins/woocommerce/changelog/e2e-tweak-pw-config-retries-and-artifacts
|
||||
woocommerce/changelog/e2e-tweak-pw-config-retries-and-artifacts
|
||||
changelog/e2e-tweak-pw-config-retries-and-artifacts
|
||||
|
|
@ -31085,6 +31106,10 @@ plugins/woocommerce/changelog/update-43637-semi-sticky-proceed-to-checkout-butto
|
|||
woocommerce/changelog/update-43637-semi-sticky-proceed-to-checkout-button
|
||||
changelog/update-43637-semi-sticky-proceed-to-checkout-button
|
||||
update-43637-semi-sticky-proceed-to-checkout-button
|
||||
plugins/woocommerce/changelog/49187-product-collection-missing-handlers-for-controls-when-using-the-hidecontrols-attribute
|
||||
woocommerce/changelog/49187-product-collection-missing-handlers-for-controls-when-using-the-hidecontrols-attribute
|
||||
changelog/49187-product-collection-missing-handlers-for-controls-when-using-the-hidecontrols-attribute
|
||||
49187-product-collection-missing-handlers-for-controls-when-using-the-hidecontrols-attribute
|
||||
plugins/woocommerce/changelog/dev-fixes-daily-failures
|
||||
woocommerce/changelog/dev-fixes-daily-failures
|
||||
changelog/dev-fixes-daily-failures
|
||||
|
|
@ -31109,6 +31134,10 @@ plugins/woocommerce/changelog/fix-option-notice-analytics-orders
|
|||
woocommerce/changelog/fix-option-notice-analytics-orders
|
||||
changelog/fix-option-notice-analytics-orders
|
||||
fix-option-notice-analytics-orders
|
||||
plugins/woocommerce/changelog/49787-fix-existing-theme-banner
|
||||
woocommerce/changelog/49787-fix-existing-theme-banner
|
||||
changelog/49787-fix-existing-theme-banner
|
||||
49787-fix-existing-theme-banner
|
||||
plugins/woocommerce/changelog/48141-add-47962-product-collection-expose-experimental-registerproductcollection-for-3pds
|
||||
woocommerce/changelog/48141-add-47962-product-collection-expose-experimental-registerproductcollection-for-3pds
|
||||
changelog/48141-add-47962-product-collection-expose-experimental-registerproductcollection-for-3pds
|
||||
|
|
@ -31205,6 +31234,10 @@ plugins/woocommerce/changelog/49579-feat-49577-rename-inner-filter-blocks-to-fil
|
|||
woocommerce/changelog/49579-feat-49577-rename-inner-filter-blocks-to-filter-options
|
||||
changelog/49579-feat-49577-rename-inner-filter-blocks-to-filter-options
|
||||
49579-feat-49577-rename-inner-filter-blocks-to-filter-options
|
||||
plugins/woocommerce/changelog/e2e-fix-gutenberg-daily-tests
|
||||
woocommerce/changelog/e2e-fix-gutenberg-daily-tests
|
||||
changelog/e2e-fix-gutenberg-daily-tests
|
||||
e2e-fix-gutenberg-daily-tests
|
||||
plugins/woocommerce/changelog/add-46919
|
||||
woocommerce/changelog/add-46919
|
||||
changelog/add-46919
|
||||
|
|
@ -31221,6 +31254,14 @@ plugins/woocommerce/changelog/49556-48950-patterns-tracking-events
|
|||
woocommerce/changelog/49556-48950-patterns-tracking-events
|
||||
changelog/49556-48950-patterns-tracking-events
|
||||
49556-48950-patterns-tracking-events
|
||||
plugins/woocommerce/changelog/dev-faster-flacky-test-reporting
|
||||
woocommerce/changelog/dev-faster-flacky-test-reporting
|
||||
changelog/dev-faster-flacky-test-reporting
|
||||
dev-faster-flacky-test-reporting
|
||||
plugins/woocommerce/changelog/49745-update-cys-fiverr-logo-cta-link-url
|
||||
woocommerce/changelog/49745-update-cys-fiverr-logo-cta-link-url
|
||||
changelog/49745-update-cys-fiverr-logo-cta-link-url
|
||||
49745-update-cys-fiverr-logo-cta-link-url
|
||||
plugins/woocommerce/changelog/48513-add-47963-product-collection-add-validation-for-registerproductcollection-arguments
|
||||
woocommerce/changelog/48513-add-47963-product-collection-add-validation-for-registerproductcollection-arguments
|
||||
changelog/48513-add-47963-product-collection-add-validation-for-registerproductcollection-arguments
|
||||
|
|
@ -31477,6 +31518,10 @@ plugins/woocommerce/changelog/dev-ci-caching-tweaks
|
|||
woocommerce/changelog/dev-ci-caching-tweaks
|
||||
changelog/dev-ci-caching-tweaks
|
||||
dev-ci-caching-tweaks
|
||||
plugins/woocommerce/changelog/49519-patch-1
|
||||
woocommerce/changelog/49519-patch-1
|
||||
changelog/49519-patch-1
|
||||
49519-patch-1
|
||||
plugins/woocommerce/changelog/49673-fix-no-block-placeholder-style
|
||||
woocommerce/changelog/49673-fix-no-block-placeholder-style
|
||||
changelog/49673-fix-no-block-placeholder-style
|
||||
|
|
@ -31501,6 +31546,10 @@ plugins/woocommerce/changelog/fix-overflow_for_huge_price_values
|
|||
woocommerce/changelog/fix-overflow_for_huge_price_values
|
||||
changelog/fix-overflow_for_huge_price_values
|
||||
fix-overflow_for_huge_price_values
|
||||
plugins/woocommerce/changelog/update-testimonials-single-pattern-vertical-alignment
|
||||
woocommerce/changelog/update-testimonials-single-pattern-vertical-alignment
|
||||
changelog/update-testimonials-single-pattern-vertical-alignment
|
||||
update-testimonials-single-pattern-vertical-alignment
|
||||
plugins/woocommerce/changelog/update-place-order-price
|
||||
woocommerce/changelog/update-place-order-price
|
||||
changelog/update-place-order-price
|
||||
|
|
@ -31541,6 +31590,10 @@ plugins/woocommerce/changelog/fix-test-orders
|
|||
woocommerce/changelog/fix-test-orders
|
||||
changelog/fix-test-orders
|
||||
fix-test-orders
|
||||
plugins/woocommerce/changelog/fix-show-expiration-related-notice-on-active-sub
|
||||
woocommerce/changelog/fix-show-expiration-related-notice-on-active-sub
|
||||
changelog/fix-show-expiration-related-notice-on-active-sub
|
||||
fix-show-expiration-related-notice-on-active-sub
|
||||
plugins/woocommerce/changelog/fix-add-back-revert-template-tests
|
||||
woocommerce/changelog/fix-add-back-revert-template-tests
|
||||
changelog/fix-add-back-revert-template-tests
|
||||
|
|
@ -31549,6 +31602,10 @@ plugins/woocommerce/changelog/dev-tune-up-zip-generation
|
|||
woocommerce/changelog/dev-tune-up-zip-generation
|
||||
changelog/dev-tune-up-zip-generation
|
||||
dev-tune-up-zip-generation
|
||||
plugins/woocommerce/changelog/tweak-google-extension-rename
|
||||
woocommerce/changelog/tweak-google-extension-rename
|
||||
changelog/tweak-google-extension-rename
|
||||
tweak-google-extension-rename
|
||||
plugins/woocommerce/changelog/49196-fix-spacing
|
||||
woocommerce/changelog/49196-fix-spacing
|
||||
changelog/49196-fix-spacing
|
||||
|
|
@ -31569,6 +31626,14 @@ plugins/woocommerce/changelog/add-global_unique_id_classic
|
|||
woocommerce/changelog/add-global_unique_id_classic
|
||||
changelog/add-global_unique_id_classic
|
||||
add-global_unique_id_classic
|
||||
plugins/woocommerce/changelog/fix-broken-coming-soon-template
|
||||
woocommerce/changelog/fix-broken-coming-soon-template
|
||||
changelog/fix-broken-coming-soon-template
|
||||
fix-broken-coming-soon-template
|
||||
plugins/woocommerce/changelog/49753-fix-border-width
|
||||
woocommerce/changelog/49753-fix-border-width
|
||||
changelog/49753-fix-border-width
|
||||
49753-fix-border-width
|
||||
plugins/woocommerce/changelog/sku-check-before-product-creation
|
||||
woocommerce/changelog/sku-check-before-product-creation
|
||||
changelog/sku-check-before-product-creation
|
||||
|
|
@ -31673,14 +31738,26 @@ plugins/woocommerce/changelog/48867-product-collection-sync-with-current-query-s
|
|||
woocommerce/changelog/48867-product-collection-sync-with-current-query-should-only-only-in-archive-context-and-not-other-places
|
||||
changelog/48867-product-collection-sync-with-current-query-should-only-only-in-archive-context-and-not-other-places
|
||||
48867-product-collection-sync-with-current-query-should-only-only-in-archive-context-and-not-other-places
|
||||
plugins/woocommerce/changelog/update-pattern-content-right-image-left-text
|
||||
woocommerce/changelog/update-pattern-content-right-image-left-text
|
||||
changelog/update-pattern-content-right-image-left-text
|
||||
update-pattern-content-right-image-left-text
|
||||
plugins/woocommerce/changelog/update-ssr-update-api-item
|
||||
woocommerce/changelog/update-ssr-update-api-item
|
||||
changelog/update-ssr-update-api-item
|
||||
update-ssr-update-api-item
|
||||
plugins/woocommerce/changelog/42289-fix-mini-cart-aria-label
|
||||
woocommerce/changelog/42289-fix-mini-cart-aria-label
|
||||
changelog/42289-fix-mini-cart-aria-label
|
||||
42289-fix-mini-cart-aria-label
|
||||
plugins/woocommerce/changelog/49310-dev-pin-block-env-package
|
||||
woocommerce/changelog/49310-dev-pin-block-env-package
|
||||
changelog/49310-dev-pin-block-env-package
|
||||
49310-dev-pin-block-env-package
|
||||
plugins/woocommerce/changelog/fix-prevent-type-erorr-in-batch-processing
|
||||
woocommerce/changelog/fix-prevent-type-erorr-in-batch-processing
|
||||
changelog/fix-prevent-type-erorr-in-batch-processing
|
||||
fix-prevent-type-erorr-in-batch-processing
|
||||
plugins/woocommerce/changelog/fix-33159-variation-name-in-analytics-variations-report
|
||||
woocommerce/changelog/fix-33159-variation-name-in-analytics-variations-report
|
||||
changelog/fix-33159-variation-name-in-analytics-variations-report
|
||||
|
|
@ -31809,6 +31886,10 @@ plugins/woocommerce/changelog/fix-specs-evaluation-logging
|
|||
woocommerce/changelog/fix-specs-evaluation-logging
|
||||
changelog/fix-specs-evaluation-logging
|
||||
fix-specs-evaluation-logging
|
||||
plugins/woocommerce/changelog/49790-fix-hide-shuffle-icon
|
||||
woocommerce/changelog/49790-fix-hide-shuffle-icon
|
||||
changelog/49790-fix-hide-shuffle-icon
|
||||
49790-fix-hide-shuffle-icon
|
||||
plugins/woocommerce/changelog/e2e-fix-improve-retry-on-coupons
|
||||
woocommerce/changelog/e2e-fix-improve-retry-on-coupons
|
||||
changelog/e2e-fix-improve-retry-on-coupons
|
||||
|
|
@ -31961,6 +32042,10 @@ plugins/woocommerce/changelog/49603-update-49480-coupon-code-space-adjustments
|
|||
woocommerce/changelog/49603-update-49480-coupon-code-space-adjustments
|
||||
changelog/49603-update-49480-coupon-code-space-adjustments
|
||||
49603-update-49480-coupon-code-space-adjustments
|
||||
plugins/woocommerce/changelog/49767-fix-remove-margin-last-bottom
|
||||
woocommerce/changelog/49767-fix-remove-margin-last-bottom
|
||||
changelog/49767-fix-remove-margin-last-bottom
|
||||
49767-fix-remove-margin-last-bottom
|
||||
plugins/woocommerce/changelog/48445-update-get-tax-line-label
|
||||
woocommerce/changelog/48445-update-get-tax-line-label
|
||||
changelog/48445-update-get-tax-line-label
|
||||
|
|
@ -32077,6 +32162,10 @@ plugins/woocommerce/changelog/fix-product-data-store-guard
|
|||
woocommerce/changelog/fix-product-data-store-guard
|
||||
changelog/fix-product-data-store-guard
|
||||
fix-product-data-store-guard
|
||||
plugins/woocommerce/changelog/49785-fix-small-issue-in-documentation
|
||||
woocommerce/changelog/49785-fix-small-issue-in-documentation
|
||||
changelog/49785-fix-small-issue-in-documentation
|
||||
49785-fix-small-issue-in-documentation
|
||||
plugins/woocommerce/changelog/dev-babel-loader-jest-caching
|
||||
woocommerce/changelog/dev-babel-loader-jest-caching
|
||||
changelog/dev-babel-loader-jest-caching
|
||||
|
|
@ -32105,6 +32194,10 @@ plugins/woocommerce/changelog/update-logging-doc
|
|||
woocommerce/changelog/update-logging-doc
|
||||
changelog/update-logging-doc
|
||||
update-logging-doc
|
||||
plugins/woocommerce/changelog/49788-fix-select-patterns
|
||||
woocommerce/changelog/49788-fix-select-patterns
|
||||
changelog/49788-fix-select-patterns
|
||||
49788-fix-select-patterns
|
||||
plugins/woocommerce/changelog/e2e-update-blocks-e2e-artifacts-and-retries
|
||||
woocommerce/changelog/e2e-update-blocks-e2e-artifacts-and-retries
|
||||
changelog/e2e-update-blocks-e2e-artifacts-and-retries
|
||||
|
|
@ -33398,6 +33491,33 @@ customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-cl
|
|||
assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0
|
||||
homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0
|
||||
selected-homepage-blocks-class-frontend-0
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-3
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-3
|
||||
tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-3
|
||||
e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-3
|
||||
tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-3
|
||||
customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-3
|
||||
assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-3
|
||||
homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-3
|
||||
gutenberg-selected-homepage-blocks-class-frontend-3
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-2
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-2
|
||||
tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-2
|
||||
e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-2
|
||||
tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-2
|
||||
customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-2
|
||||
assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-2
|
||||
homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-2
|
||||
gutenberg-selected-homepage-blocks-class-frontend-2
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-1
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-1
|
||||
tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-1
|
||||
e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-1
|
||||
tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-1
|
||||
customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-1
|
||||
assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-1
|
||||
homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-1
|
||||
gutenberg-selected-homepage-blocks-class-frontend-1
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2
|
||||
tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2
|
||||
|
|
@ -33416,6 +33536,15 @@ customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-cl
|
|||
assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1
|
||||
homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1
|
||||
selected-homepage-blocks-class-frontend-1
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-0
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-0
|
||||
tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-0
|
||||
e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-0
|
||||
tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-0
|
||||
customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-0
|
||||
assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-0
|
||||
homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-0
|
||||
gutenberg-selected-homepage-blocks-class-frontend-0
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3
|
||||
tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3
|
||||
|
|
@ -34117,6 +34246,14 @@ php/src/Internal/RestApiParameterUtilTest.php
|
|||
src/Internal/RestApiParameterUtilTest.php
|
||||
Internal/RestApiParameterUtilTest.php
|
||||
RestApiParameterUtilTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Logging/RemoteLoggerTest.php
|
||||
woocommerce/tests/php/src/Internal/Logging/RemoteLoggerTest.php
|
||||
tests/php/src/Internal/Logging/RemoteLoggerTest.php
|
||||
php/src/Internal/Logging/RemoteLoggerTest.php
|
||||
src/Internal/Logging/RemoteLoggerTest.php
|
||||
Internal/Logging/RemoteLoggerTest.php
|
||||
Logging/RemoteLoggerTest.php
|
||||
RemoteLoggerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Features/FeaturesControllerTest.php
|
||||
woocommerce/tests/php/src/Internal/Features/FeaturesControllerTest.php
|
||||
tests/php/src/Internal/Features/FeaturesControllerTest.php
|
||||
|
|
@ -35237,12 +35374,6 @@ tests/php/includes/class-wc-template-loader-test.php
|
|||
php/includes/class-wc-template-loader-test.php
|
||||
includes/class-wc-template-loader-test.php
|
||||
class-wc-template-loader-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-remote-logger.php
|
||||
woocommerce/tests/php/includes/class-wc-remote-logger.php
|
||||
tests/php/includes/class-wc-remote-logger.php
|
||||
php/includes/class-wc-remote-logger.php
|
||||
includes/class-wc-remote-logger.php
|
||||
class-wc-remote-logger.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-cart-totals-test.php
|
||||
woocommerce/tests/php/includes/class-wc-cart-totals-test.php
|
||||
tests/php/includes/class-wc-cart-totals-test.php
|
||||
|
|
@ -42456,6 +42587,12 @@ src/Internal/ComingSoon/ComingSoonRequestHandler.php
|
|||
Internal/ComingSoon/ComingSoonRequestHandler.php
|
||||
ComingSoon/ComingSoonRequestHandler.php
|
||||
ComingSoonRequestHandler.php
|
||||
plugins/woocommerce/src/Internal/Logging/RemoteLogger.php
|
||||
woocommerce/src/Internal/Logging/RemoteLogger.php
|
||||
src/Internal/Logging/RemoteLogger.php
|
||||
Internal/Logging/RemoteLogger.php
|
||||
Logging/RemoteLogger.php
|
||||
RemoteLogger.php
|
||||
plugins/woocommerce/src/Internal/Integrations/WPConsentAPI.php
|
||||
woocommerce/src/Internal/Integrations/WPConsentAPI.php
|
||||
src/Internal/Integrations/WPConsentAPI.php
|
||||
|
|
@ -48569,10 +48706,6 @@ plugins/woocommerce/includes/README.md
|
|||
woocommerce/includes/README.md
|
||||
includes/README.md
|
||||
README.md
|
||||
plugins/woocommerce/includes/class-wc-remote-logger.php
|
||||
woocommerce/includes/class-wc-remote-logger.php
|
||||
includes/class-wc-remote-logger.php
|
||||
class-wc-remote-logger.php
|
||||
plugins/woocommerce/includes/widgets/class-wc-widget-rating-filter.php
|
||||
woocommerce/includes/widgets/class-wc-widget-rating-filter.php
|
||||
includes/widgets/class-wc-widget-rating-filter.php
|
||||
|
|
@ -54253,6 +54386,11 @@ packages/php/remote-specs-validation/phpunit.xml
|
|||
php/remote-specs-validation/phpunit.xml
|
||||
remote-specs-validation/phpunit.xml
|
||||
phpunit.xml
|
||||
packages/php/remote-specs-validation/changelog/47614-tweak-google-extension-rename
|
||||
php/remote-specs-validation/changelog/47614-tweak-google-extension-rename
|
||||
remote-specs-validation/changelog/47614-tweak-google-extension-rename
|
||||
changelog/47614-tweak-google-extension-rename
|
||||
47614-tweak-google-extension-rename
|
||||
packages/php/remote-specs-validation/changelog/46003-update-remove-duplicated-tos-acceptance
|
||||
php/remote-specs-validation/changelog/46003-update-remove-duplicated-tos-acceptance
|
||||
remote-specs-validation/changelog/46003-update-remove-duplicated-tos-acceptance
|
||||
|
|
@ -54293,6 +54431,11 @@ php/remote-specs-validation/changelog/add-json-schema-files
|
|||
remote-specs-validation/changelog/add-json-schema-files
|
||||
changelog/add-json-schema-files
|
||||
add-json-schema-files
|
||||
packages/php/remote-specs-validation/changelog/tweak-google-extension-rename
|
||||
php/remote-specs-validation/changelog/tweak-google-extension-rename
|
||||
remote-specs-validation/changelog/tweak-google-extension-rename
|
||||
changelog/tweak-google-extension-rename
|
||||
tweak-google-extension-rename
|
||||
packages/php/remote-specs-validation/changelog/accept-json-schema-string
|
||||
php/remote-specs-validation/changelog/accept-json-schema-string
|
||||
remote-specs-validation/changelog/accept-json-schema-string
|
||||
|
|
@ -63296,6 +63439,11 @@ composer.lock
|
|||
packages/js/tsconfig.json
|
||||
js/tsconfig.json
|
||||
tsconfig.json
|
||||
packages/js/data/changelog/47614-tweak-google-extension-rename
|
||||
js/data/changelog/47614-tweak-google-extension-rename
|
||||
data/changelog/47614-tweak-google-extension-rename
|
||||
changelog/47614-tweak-google-extension-rename
|
||||
47614-tweak-google-extension-rename
|
||||
packages/js/data/changelog/fix-unable-to-complete-tax-task
|
||||
js/data/changelog/fix-unable-to-complete-tax-task
|
||||
data/changelog/fix-unable-to-complete-tax-task
|
||||
|
|
@ -63311,6 +63459,11 @@ js/data/changelog/update-use-error-boundary-for-panels
|
|||
data/changelog/update-use-error-boundary-for-panels
|
||||
changelog/update-use-error-boundary-for-panels
|
||||
update-use-error-boundary-for-panels
|
||||
packages/js/data/changelog/tweak-google-extension-rename
|
||||
js/data/changelog/tweak-google-extension-rename
|
||||
data/changelog/tweak-google-extension-rename
|
||||
changelog/tweak-google-extension-rename
|
||||
tweak-google-extension-rename
|
||||
packages/js/data/changelog/fix-misspelling-in-inline-doc-packages-js
|
||||
js/data/changelog/fix-misspelling-in-inline-doc-packages-js
|
||||
data/changelog/fix-misspelling-in-inline-doc-packages-js
|
||||
|
|
|
|||
|
|
@ -3276,7 +3276,6 @@ plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-n
|
|||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/test/utils.test.ts
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-logo.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/style.scss
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage-ptk.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/pattern-screen/style.scss
|
||||
|
|
@ -3287,6 +3286,8 @@ plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/constants
|
|||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/navigation-extra-screen/style.scss
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/navigation-extra-screen/sidebar-navigation-extra-screen.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-typography.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage/style.scss
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage/sidebar-navigation-screen-homepage.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-main.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/utils.ts
|
||||
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-footer/style.scss
|
||||
|
|
@ -4391,6 +4392,7 @@ plugins/woocommerce/templates/content-product.php
|
|||
plugins/woocommerce/changelog/update-e2e-checking-new-tokens
|
||||
plugins/woocommerce/changelog/dev-try-faster-building-zip
|
||||
plugins/woocommerce/changelog/9063-use-shared-logos-component
|
||||
plugins/woocommerce/changelog/49597-e2e-run-full-suite-external-hosts
|
||||
plugins/woocommerce/changelog/49290-49197-disable-fc-on-ai-flows
|
||||
plugins/woocommerce/changelog/49244-fix-37940-remove-simple-products-from-variation-report
|
||||
plugins/woocommerce/changelog/49645-update-pu-renewal-notice-links-with-tracking
|
||||
|
|
@ -4406,6 +4408,7 @@ plugins/woocommerce/changelog/add-44144-front-end-context
|
|||
plugins/woocommerce/changelog/fix-view-store-button
|
||||
plugins/woocommerce/changelog/49174-update-store-alerts-inner-styles
|
||||
plugins/woocommerce/changelog/49541-fix-cys-filename-sidebar
|
||||
plugins/woocommerce/changelog/47614-tweak-google-extension-rename
|
||||
plugins/woocommerce/changelog/47422-45145-woocommerce_new_order-triggers-on-checkout-visiting
|
||||
plugins/woocommerce/changelog/48714-48713-cys-button-to-resize-the-image-is-visible
|
||||
plugins/woocommerce/changelog/48839-add-cys-default-pattern
|
||||
|
|
@ -4413,6 +4416,7 @@ plugins/woocommerce/changelog/fix-calc-totals-before-running-validation
|
|||
plugins/woocommerce/changelog/e2e-fix-check-attributes-done
|
||||
plugins/woocommerce/changelog/48492-45835-migrate-patterns-ptk
|
||||
plugins/woocommerce/changelog/49028-49024-cys-block-toolbar-isnt-in-the-right-position-when-the-user-resize-the-viewport
|
||||
plugins/woocommerce/changelog/update-remote-logging
|
||||
plugins/woocommerce/changelog/e2e-tweak-pw-config-retries-and-artifacts
|
||||
plugins/woocommerce/changelog/update-report-slow-blocks-e2e-tests
|
||||
plugins/woocommerce/changelog/pr-49008
|
||||
|
|
@ -4420,12 +4424,14 @@ plugins/woocommerce/changelog/add-41443-lint-strict-types-directive-for-new-file
|
|||
plugins/woocommerce/changelog/49403-e2e-support-wpcom-env
|
||||
plugins/woocommerce/changelog/48705-update-dont-recommend-wcservices-in-default-extension-recommendations-with-wcship-or-wctax-active
|
||||
plugins/woocommerce/changelog/update-43637-semi-sticky-proceed-to-checkout-button
|
||||
plugins/woocommerce/changelog/49187-product-collection-missing-handlers-for-controls-when-using-the-hidecontrols-attribute
|
||||
plugins/woocommerce/changelog/dev-fixes-daily-failures
|
||||
plugins/woocommerce/changelog/48750-47402-cys-patterns-migration-ensure-a-handful-of-pre-selected-patterns-are-still-kept-within-the-woocommerce-plugin
|
||||
plugins/woocommerce/changelog/dev-fix-validating-strict-types-directive
|
||||
plugins/woocommerce/changelog/update-hide-username-setting-for-block-checkout-49184
|
||||
plugins/woocommerce/changelog/update-BlockTemplatesController-inline-methods
|
||||
plugins/woocommerce/changelog/fix-option-notice-analytics-orders
|
||||
plugins/woocommerce/changelog/49787-fix-existing-theme-banner
|
||||
plugins/woocommerce/changelog/48141-add-47962-product-collection-expose-experimental-registerproductcollection-for-3pds
|
||||
plugins/woocommerce/changelog/e2e-fix-flaky-cys-footer-and-filling-sku
|
||||
plugins/woocommerce/changelog/48665-48381-pattern-categories-copy
|
||||
|
|
@ -4450,10 +4456,13 @@ plugins/woocommerce/changelog/.gitkeep
|
|||
plugins/woocommerce/changelog/48983-48947-fix-intro-page
|
||||
plugins/woocommerce/changelog/48732-product-filters-overlay-settings
|
||||
plugins/woocommerce/changelog/49579-feat-49577-rename-inner-filter-blocks-to-filter-options
|
||||
plugins/woocommerce/changelog/e2e-fix-gutenberg-daily-tests
|
||||
plugins/woocommerce/changelog/add-46919
|
||||
plugins/woocommerce/changelog/update-product-editor-validate-term-tokens
|
||||
plugins/woocommerce/changelog/49604-fix-track-move-up-down-pattern
|
||||
plugins/woocommerce/changelog/49556-48950-patterns-tracking-events
|
||||
plugins/woocommerce/changelog/dev-faster-flacky-test-reporting
|
||||
plugins/woocommerce/changelog/49745-update-cys-fiverr-logo-cta-link-url
|
||||
plugins/woocommerce/changelog/48513-add-47963-product-collection-add-validation-for-registerproductcollection-arguments
|
||||
plugins/woocommerce/changelog/49374-fix-intro-page-when-reloading
|
||||
plugins/woocommerce/changelog/remove-block-hooks-feature-gate
|
||||
|
|
@ -4518,12 +4527,14 @@ plugins/woocommerce/changelog/49232-fix-css-issues-cys
|
|||
plugins/woocommerce/changelog/49204-fix-order-pattern-heuristic-approach
|
||||
plugins/woocommerce/changelog/49295-fix-delete-button-copy
|
||||
plugins/woocommerce/changelog/dev-ci-caching-tweaks
|
||||
plugins/woocommerce/changelog/49519-patch-1
|
||||
plugins/woocommerce/changelog/49673-fix-no-block-placeholder-style
|
||||
plugins/woocommerce/changelog/e2e-add-allure-to-blocks-e2e
|
||||
plugins/woocommerce/changelog/49005-fix-open-intro-section
|
||||
plugins/woocommerce/changelog/fix-48431-blurry-thumbnail-images
|
||||
plugins/woocommerce/changelog/49037-update-e2e-wp-version
|
||||
plugins/woocommerce/changelog/fix-overflow_for_huge_price_values
|
||||
plugins/woocommerce/changelog/update-testimonials-single-pattern-vertical-alignment
|
||||
plugins/woocommerce/changelog/update-place-order-price
|
||||
plugins/woocommerce/changelog/add-robots-txt
|
||||
plugins/woocommerce/changelog/fix-script-loading-minicart
|
||||
|
|
@ -4534,13 +4545,17 @@ plugins/woocommerce/changelog/49681-49668-infinite-loading-for-the-logo-in-cys-w
|
|||
plugins/woocommerce/changelog/48722-48682-cys-when-the-user-clicks-on-the-no-block-placeholder-the-tooltip-is-rendered
|
||||
plugins/woocommerce/changelog/e2e-fix-flaky-create-variable-fill-regular-price-inventory-tab
|
||||
plugins/woocommerce/changelog/fix-test-orders
|
||||
plugins/woocommerce/changelog/fix-show-expiration-related-notice-on-active-sub
|
||||
plugins/woocommerce/changelog/fix-add-back-revert-template-tests
|
||||
plugins/woocommerce/changelog/dev-tune-up-zip-generation
|
||||
plugins/woocommerce/changelog/tweak-google-extension-rename
|
||||
plugins/woocommerce/changelog/49196-fix-spacing
|
||||
plugins/woocommerce/changelog/fix-specs-evaluation-logging-constant-control
|
||||
plugins/woocommerce/changelog/48140-tag-different-envs-in-e2e-tests
|
||||
plugins/woocommerce/changelog/48752-fix-read-only-assembler
|
||||
plugins/woocommerce/changelog/add-global_unique_id_classic
|
||||
plugins/woocommerce/changelog/fix-broken-coming-soon-template
|
||||
plugins/woocommerce/changelog/49753-fix-border-width
|
||||
plugins/woocommerce/changelog/sku-check-before-product-creation
|
||||
plugins/woocommerce/changelog/49299-fix-cys-header-footer-borders
|
||||
plugins/woocommerce/changelog/add-unique-id-field
|
||||
|
|
@ -4567,8 +4582,11 @@ plugins/woocommerce/changelog/49041-48680-cys-block-list-patterns-woo-patterns-p
|
|||
plugins/woocommerce/changelog/49633-49224-pattern-translations
|
||||
plugins/woocommerce/changelog/update-apms-bnpls-related-to-woopayments
|
||||
plugins/woocommerce/changelog/48867-product-collection-sync-with-current-query-should-only-only-in-archive-context-and-not-other-places
|
||||
plugins/woocommerce/changelog/update-pattern-content-right-image-left-text
|
||||
plugins/woocommerce/changelog/update-ssr-update-api-item
|
||||
plugins/woocommerce/changelog/42289-fix-mini-cart-aria-label
|
||||
plugins/woocommerce/changelog/49310-dev-pin-block-env-package
|
||||
plugins/woocommerce/changelog/fix-prevent-type-erorr-in-batch-processing
|
||||
plugins/woocommerce/changelog/fix-33159-variation-name-in-analytics-variations-report
|
||||
plugins/woocommerce/changelog/48941-fix-cys-remove-animation
|
||||
plugins/woocommerce/changelog/udpate-e2e-test-improve-add-variation-test
|
||||
|
|
@ -4601,6 +4619,7 @@ plugins/woocommerce/changelog/49007-48603-fetch-dotcom-patterns
|
|||
plugins/woocommerce/changelog/fix-flatten-query-filters-data
|
||||
plugins/woocommerce/changelog/49319-dev-blocks-cleanup
|
||||
plugins/woocommerce/changelog/fix-specs-evaluation-logging
|
||||
plugins/woocommerce/changelog/49790-fix-hide-shuffle-icon
|
||||
plugins/woocommerce/changelog/e2e-fix-improve-retry-on-coupons
|
||||
plugins/woocommerce/changelog/fix-35162
|
||||
plugins/woocommerce/changelog/dev-speedup-deps-installation
|
||||
|
|
@ -4639,6 +4658,7 @@ plugins/woocommerce/changelog/pr-48884
|
|||
plugins/woocommerce/changelog/48799-48787-cys-as-soon-as-the-user-moves-away-from-the-pattern-the-block-toolbar-should-disappear
|
||||
plugins/woocommerce/changelog/48635-fix-46984-add-correct-icon-to-product-filters-wrapper-block
|
||||
plugins/woocommerce/changelog/49603-update-49480-coupon-code-space-adjustments
|
||||
plugins/woocommerce/changelog/49767-fix-remove-margin-last-bottom
|
||||
plugins/woocommerce/changelog/48445-update-get-tax-line-label
|
||||
plugins/woocommerce/changelog/fix-coming-soon-heading-color
|
||||
plugins/woocommerce/changelog/49082-fix-intro-default-pattern-image
|
||||
|
|
@ -4668,6 +4688,7 @@ plugins/woocommerce/changelog/49636-update-49477-field-height-and-label-text-siz
|
|||
plugins/woocommerce/changelog/update-product-editor-polish-e2e-tests
|
||||
plugins/woocommerce/changelog/48979-48793-add-icon-customer-account-block
|
||||
plugins/woocommerce/changelog/fix-product-data-store-guard
|
||||
plugins/woocommerce/changelog/49785-fix-small-issue-in-documentation
|
||||
plugins/woocommerce/changelog/dev-babel-loader-jest-caching
|
||||
plugins/woocommerce/changelog/48370-fix-shipping-focus-lost-48104
|
||||
plugins/woocommerce/changelog/48668-47464-cys-full-composability-ensure-adiscreetbadge-is-displayed-informing-how-many-patterns-have-been-inserted-from-each-category
|
||||
|
|
@ -4675,6 +4696,7 @@ plugins/woocommerce/changelog/49233-patch-1
|
|||
plugins/woocommerce/changelog/49562-fix-tax-report-pagination
|
||||
plugins/woocommerce/changelog/e2e-support-external-sites
|
||||
plugins/woocommerce/changelog/update-logging-doc
|
||||
plugins/woocommerce/changelog/49788-fix-select-patterns
|
||||
plugins/woocommerce/changelog/e2e-update-blocks-e2e-artifacts-and-retries
|
||||
plugins/woocommerce/changelog/fix-49526-task-list-reminder-close-button-styling
|
||||
plugins/woocommerce/changelog/49607-48885-cys-missing-arrow-near-the-wizard
|
||||
|
|
@ -4886,8 +4908,12 @@ plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/footer.spec.js
|
|||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/assembler.page.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/font-picker.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-3
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-2
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-1
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/gutenberg-selected-homepage-blocks-class-frontend-0
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js
|
||||
|
|
@ -4977,6 +5003,7 @@ plugins/woocommerce/tests/php/src/Internal/ComingSoon/ComingSoonCacheInvalidator
|
|||
plugins/woocommerce/tests/php/src/Internal/ComingSoon/ComingSoonRequestHandlerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/ComingSoon/ComingSoonHelperTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/RestApiParameterUtilTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Logging/RemoteLoggerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Features/FeaturesControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleProviders/ProviderB.php
|
||||
plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleProviders/ClassAWithInterface2.php
|
||||
|
|
@ -5114,7 +5141,6 @@ plugins/woocommerce/tests/php/includes/abstracts/class-wc-abstract-data-test.php
|
|||
plugins/woocommerce/tests/php/includes/abstracts/class-wc-abstract-order-test.php
|
||||
plugins/woocommerce/tests/php/includes/abstracts/class-wc-abstract-product-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-template-loader-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-remote-logger.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-cart-totals-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-order-factory-test.php
|
||||
plugins/woocommerce/tests/php/includes/settings/class-wc-settings-payment-gateways-test.php
|
||||
|
|
@ -6143,6 +6169,7 @@ plugins/woocommerce/src/Internal/Orders/TaxesController.php
|
|||
plugins/woocommerce/src/Internal/ComingSoon/ComingSoonHelper.php
|
||||
plugins/woocommerce/src/Internal/ComingSoon/ComingSoonCacheInvalidator.php
|
||||
plugins/woocommerce/src/Internal/ComingSoon/ComingSoonRequestHandler.php
|
||||
plugins/woocommerce/src/Internal/Logging/RemoteLogger.php
|
||||
plugins/woocommerce/src/Internal/Integrations/WPConsentAPI.php
|
||||
plugins/woocommerce/src/Internal/Features/FeaturesController.php
|
||||
plugins/woocommerce/src/Internal/Features/ProductBlockEditor/ProductTemplates/DownloadableProductTrait.php
|
||||
|
|
@ -7088,7 +7115,6 @@ plugins/woocommerce/includes/wc-conditional-functions.php
|
|||
plugins/woocommerce/includes/class-wc-cart-totals.php
|
||||
plugins/woocommerce/includes/class-wc-order-item-meta.php
|
||||
plugins/woocommerce/includes/README.md
|
||||
plugins/woocommerce/includes/class-wc-remote-logger.php
|
||||
plugins/woocommerce/includes/widgets/class-wc-widget-rating-filter.php
|
||||
plugins/woocommerce/includes/widgets/class-wc-widget-cart.php
|
||||
plugins/woocommerce/includes/widgets/class-wc-widget-products.php
|
||||
|
|
@ -8189,6 +8215,7 @@ packages/php/monorepo-plugin/src/JetpackManifestEditor.php
|
|||
packages/php/monorepo-plugin/composer.lock
|
||||
packages/php/.gitkeep
|
||||
packages/php/remote-specs-validation/phpunit.xml
|
||||
packages/php/remote-specs-validation/changelog/47614-tweak-google-extension-rename
|
||||
packages/php/remote-specs-validation/changelog/46003-update-remove-duplicated-tos-acceptance
|
||||
packages/php/remote-specs-validation/changelog/fix-typo-in-remote-specs-validation-readme
|
||||
packages/php/remote-specs-validation/changelog/dev-pin-simple-git
|
||||
|
|
@ -8197,6 +8224,7 @@ packages/php/remote-specs-validation/changelog/add-php-package-RIN-testing
|
|||
packages/php/remote-specs-validation/changelog/45298-update-remote-endpoints-2.0
|
||||
packages/php/remote-specs-validation/changelog/update-woo-com-to-woocommerce-com
|
||||
packages/php/remote-specs-validation/changelog/add-json-schema-files
|
||||
packages/php/remote-specs-validation/changelog/tweak-google-extension-rename
|
||||
packages/php/remote-specs-validation/changelog/accept-json-schema-string
|
||||
packages/php/remote-specs-validation/changelog/45201-add-44787-add-range-rule
|
||||
packages/php/remote-specs-validation/changelog/add-update-shipping-specs-shipstation-copy
|
||||
|
|
@ -9749,9 +9777,11 @@ packages/js/admin-layout/package.json
|
|||
packages/js/admin-layout/webpack.config.js
|
||||
packages/js/admin-layout/composer.lock
|
||||
packages/js/tsconfig.json
|
||||
packages/js/data/changelog/47614-tweak-google-extension-rename
|
||||
packages/js/data/changelog/fix-unable-to-complete-tax-task
|
||||
packages/js/data/changelog/.gitkeep
|
||||
packages/js/data/changelog/update-use-error-boundary-for-panels
|
||||
packages/js/data/changelog/tweak-google-extension-rename
|
||||
packages/js/data/changelog/fix-misspelling-in-inline-doc-packages-js
|
||||
packages/js/data/changelog/48699-tweak-dont-recommend-wcservices-in-tax-task-with-wcship-or-wctax-active
|
||||
packages/js/data/changelog/fix-misspelling-in-crud-reducer
|
||||
|
|
|
|||
|
|
@ -1178,6 +1178,11 @@ tasks/zammad/package/uninstall_all_files.rb
|
|||
zammad/package/uninstall_all_files.rb
|
||||
package/uninstall_all_files.rb
|
||||
uninstall_all_files.rb
|
||||
lib/tasks/zammad/package/pnpm_hoisted_mode.rake
|
||||
tasks/zammad/package/pnpm_hoisted_mode.rake
|
||||
zammad/package/pnpm_hoisted_mode.rake
|
||||
package/pnpm_hoisted_mode.rake
|
||||
pnpm_hoisted_mode.rake
|
||||
lib/tasks/zammad/package/post_install.rake
|
||||
tasks/zammad/package/post_install.rake
|
||||
zammad/package/post_install.rake
|
||||
|
|
@ -4765,6 +4770,7 @@ CODE_OF_CONDUCT.md
|
|||
Gemfile.lock
|
||||
.gitattributes
|
||||
.yardopts
|
||||
.npmrc
|
||||
.buildpacks
|
||||
.eslintrc
|
||||
README.md
|
||||
|
|
@ -11153,6 +11159,12 @@ trigger_webhook_job/custom_payload/track/organization.rb
|
|||
custom_payload/track/organization.rb
|
||||
track/organization.rb
|
||||
organization.rb
|
||||
app/jobs/trigger_webhook_job/custom_payload/track/config.rb
|
||||
jobs/trigger_webhook_job/custom_payload/track/config.rb
|
||||
trigger_webhook_job/custom_payload/track/config.rb
|
||||
custom_payload/track/config.rb
|
||||
track/config.rb
|
||||
config.rb
|
||||
app/jobs/trigger_webhook_job/custom_payload/track/ticket/article.rb
|
||||
jobs/trigger_webhook_job/custom_payload/track/ticket/article.rb
|
||||
trigger_webhook_job/custom_payload/track/ticket/article.rb
|
||||
|
|
|
|||
|
|
@ -309,6 +309,7 @@ lib/tasks/zammad/system_report.rake
|
|||
lib/tasks/zammad/package/install.rb
|
||||
lib/tasks/zammad/package/bundle_install.rake
|
||||
lib/tasks/zammad/package/uninstall_all_files.rb
|
||||
lib/tasks/zammad/package/pnpm_hoisted_mode.rake
|
||||
lib/tasks/zammad/package/post_install.rake
|
||||
lib/tasks/zammad/package/reinstall.rb
|
||||
lib/tasks/zammad/package/uninstall.rb
|
||||
|
|
@ -914,6 +915,7 @@ CODE_OF_CONDUCT.md
|
|||
Gemfile.lock
|
||||
.gitattributes
|
||||
.yardopts
|
||||
.npmrc
|
||||
.buildpacks
|
||||
.eslintrc
|
||||
README.md
|
||||
|
|
@ -2596,6 +2598,7 @@ app/jobs/trigger_webhook_job/custom_payload/track.rb
|
|||
app/jobs/trigger_webhook_job/custom_payload/validator.rb
|
||||
app/jobs/trigger_webhook_job/custom_payload/track/notification.rb
|
||||
app/jobs/trigger_webhook_job/custom_payload/track/organization.rb
|
||||
app/jobs/trigger_webhook_job/custom_payload/track/config.rb
|
||||
app/jobs/trigger_webhook_job/custom_payload/track/ticket/article.rb
|
||||
app/jobs/trigger_webhook_job/custom_payload/track/ticket/priority.rb
|
||||
app/jobs/trigger_webhook_job/custom_payload/track/ticket/state.rb
|
||||
|
|
|
|||
|
|
@ -26,10 +26,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -37,11 +33,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -51,21 +44,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/watchers
|
||||
/*source=
|
||||
/.git
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/album/*/*?i=
|
||||
/api
|
||||
/apis
|
||||
|
|
@ -77,8 +59,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/discovered
|
||||
/docs/product
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
|
|
@ -103,7 +83,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/likes
|
||||
/listing/*/favoriters
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -111,20 +90,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=
|
||||
|
|
@ -140,15 +114,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
|
||||
|
|
@ -222,7 +192,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?order=
|
||||
?pt1=true$
|
||||
?s=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?tab=achievements&achievement=
|
||||
?utm_*=
|
||||
|
|
@ -256,7 +225,6 @@ AddListing
|
|||
AdsManager
|
||||
AdsTest
|
||||
AffiliateWidgets
|
||||
AgencySetupAjax
|
||||
AirWatchAjaxHandler
|
||||
AirWatchAlertDhtmlPopup
|
||||
AirWatchSubscriptionAjax
|
||||
|
|
@ -289,7 +257,6 @@ Attraction_Products
|
|||
AttractionsAjax
|
||||
AuthCheck
|
||||
AuthorTool
|
||||
AuthorizeAgency
|
||||
B2BClickTracking
|
||||
BAEmailConfirmation
|
||||
BALinkImpressionTracking
|
||||
|
|
@ -731,7 +698,6 @@ PostReply
|
|||
PostVideo
|
||||
Premium-
|
||||
PremiumAjax
|
||||
PremiumEdit
|
||||
PremiumGuidanceLander
|
||||
PremiumGuidanceMatchResults
|
||||
PremiumGuidancePayment
|
||||
|
|
@ -1017,8 +983,6 @@ ZipCodeLookupAjax
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -1080,8 +1044,6 @@ _next/gtm
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -1187,7 +1149,6 @@ ad_spice
|
|||
ad_syndication_user_tracking
|
||||
ad_visibility
|
||||
addContacts
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
adredir?
|
||||
|
|
@ -1210,7 +1171,6 @@ adwords/proposal
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
aihub/tfhub
|
||||
ajax
|
||||
ajax/follow_info
|
||||
|
|
@ -1251,16 +1211,13 @@ api_access_key=
|
|||
app*_
|
||||
app*form_id=
|
||||
app/updates
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
apps/publish
|
||||
apps?act=search_page&tags=
|
||||
archive
|
||||
archives
|
||||
articles
|
||||
artists
|
||||
assets/shared
|
||||
at*/listing/*/favoriters
|
||||
at*/people/*/circle
|
||||
|
|
@ -1423,7 +1380,6 @@ auth/verifychallenge
|
|||
author/following
|
||||
author=
|
||||
authwall
|
||||
autocomplete
|
||||
avis
|
||||
away.php
|
||||
b2bauth
|
||||
|
|
@ -1542,18 +1498,13 @@ blogs/test
|
|||
blogsearch
|
||||
blogsearch_feeds
|
||||
bn
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmark?
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/about
|
||||
books/content?*zoom=1
|
||||
books/content?*zoom=5
|
||||
books/data
|
||||
books/publish
|
||||
books?*buy=
|
||||
books?*jscmd=
|
||||
books?*jtp=
|
||||
|
|
@ -1568,38 +1519,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
|
||||
businessinfo
|
||||
buyside-e2e-monitor
|
||||
buzz/post
|
||||
|
|
@ -1796,7 +1726,6 @@ checkout
|
|||
checkout/package
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/browser/mobile/tour
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
|
|
@ -1819,7 +1748,6 @@ clickthru
|
|||
client_errors
|
||||
clima/ets
|
||||
clima/sites/registry
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -1841,7 +1769,6 @@ commercesearch/images
|
|||
commercesearch/services
|
||||
commission_2010-2014/katainen
|
||||
commits?author=
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -1857,15 +1784,12 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
community_s
|
||||
companyDir
|
||||
compare
|
||||
compare/*/apply
|
||||
compressiontest
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
connectivity
|
||||
connector
|
||||
|
|
@ -1873,31 +1797,20 @@ consumers/archive
|
|||
contact_me
|
||||
contactus
|
||||
content
|
||||
content-claiming
|
||||
context_referrer=gig_page
|
||||
context_referrer=user_page
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
coop/directory
|
||||
coop/manage
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
corgi$
|
||||
couchmode
|
||||
counter/*?
|
||||
coupons/visit
|
||||
covid19
|
||||
covid19/mobility
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
cse/home
|
||||
cse/manage
|
||||
|
|
@ -1906,9 +1819,7 @@ cse?
|
|||
csp
|
||||
csp_block
|
||||
csp_report_only
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -2023,9 +1934,7 @@ de/teams
|
|||
de/transactions
|
||||
de/treasury
|
||||
de/your
|
||||
deactivate-account
|
||||
default
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -2076,7 +1985,6 @@ digital-single-market/taxonomy
|
|||
digital-single-market/users
|
||||
directory
|
||||
directory/all
|
||||
discover
|
||||
discussion
|
||||
discussion/comment-permalink
|
||||
discussion/edit-profile
|
||||
|
|
@ -2172,8 +2080,6 @@ ebooks?*zoom=1
|
|||
ebooks?*zoom=5
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
edurec
|
||||
|
|
@ -2185,7 +2091,6 @@ elite?
|
|||
email
|
||||
email-unsubscribe
|
||||
email_actions
|
||||
email_verification_error
|
||||
embed
|
||||
embed/feed/update
|
||||
employment_social/anticipedia/xwiki/bin/attach
|
||||
|
|
@ -2240,7 +2145,6 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
environment/ets
|
||||
|
|
@ -2343,8 +2247,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
|
||||
|
|
@ -2354,7 +2256,6 @@ facebook
|
|||
facebook_connect
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb.html
|
||||
fe=true
|
||||
feature/sf-test
|
||||
feed
|
||||
|
|
@ -2435,8 +2336,6 @@ flights
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -2548,9 +2447,6 @@ global$
|
|||
globalmarketfinder
|
||||
globalmarketfinder/*.html
|
||||
gog
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gp
|
||||
gp/aag
|
||||
gp/aag/main?*seller=ABVFEJU8LS620
|
||||
|
|
@ -2658,7 +2554,6 @@ gview
|
|||
gwt
|
||||
h5games_gamecenter/images
|
||||
handmade
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -2734,18 +2629,15 @@ 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://gstatic.com/robots.txt
|
||||
http://instagram.com/robots.txt
|
||||
http://dropbox.com/robots.txt
|
||||
http://twitch.tv/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -2756,9 +2648,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
|
||||
|
|
@ -2932,14 +2821,10 @@ 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
|
||||
|
|
@ -3030,8 +2915,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
|
||||
|
|
@ -3099,7 +2982,6 @@ knowmore
|
|||
ko-kr.www.cloudflare.com
|
||||
ko-kr/feedback
|
||||
ko-kr/lp
|
||||
kwanzaa-spotlight
|
||||
labs/popgadget/search
|
||||
lamda/images
|
||||
landing/cmsnext-root
|
||||
|
|
@ -3134,12 +3016,9 @@ learning/search?
|
|||
learning/settings
|
||||
learning/settings$
|
||||
learning/settings?
|
||||
lens-search
|
||||
li/track
|
||||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
linked
|
||||
linkedin
|
||||
list
|
||||
list/ls*/_ajax
|
||||
|
|
@ -3147,7 +3026,6 @@ list/ls*/export
|
|||
listing/*/stubs
|
||||
lite
|
||||
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
|
||||
live-session
|
||||
live_chat
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
lm/R3HQ5WJSZK6QSO
|
||||
|
|
@ -3178,7 +3056,6 @@ location_suggest
|
|||
lochp?
|
||||
login
|
||||
login$
|
||||
login/?next=
|
||||
login?*=
|
||||
logo-maker/brief
|
||||
logo-maker/choose-variation
|
||||
|
|
@ -3186,7 +3063,6 @@ logo-maker/woo
|
|||
logo-maker/wordpress
|
||||
logout
|
||||
lp
|
||||
lsoinstall
|
||||
m
|
||||
m/?
|
||||
m/finance
|
||||
|
|
@ -3340,14 +3216,12 @@ modern-formats-eng/ucp/static/*/dev
|
|||
modern-formats-eng/ucp/static/framework_logging
|
||||
modules/musicnav/language
|
||||
most-read/sport
|
||||
movies
|
||||
movies?
|
||||
msgToConns
|
||||
mss/review_feedback
|
||||
mtb_composer
|
||||
multiproduct
|
||||
muse/identity/v2/identity.js
|
||||
music
|
||||
music/*/wal/
|
||||
music/album
|
||||
music/artist
|
||||
|
|
@ -3424,7 +3298,6 @@ native
|
|||
nb-no.www.cloudflare.com
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news$
|
||||
news/$
|
||||
news/0
|
||||
|
|
@ -3436,11 +3309,9 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newssearch
|
||||
newsstand
|
||||
nextjs
|
||||
nl*/listing/*/favoriters
|
||||
nl*/people/*/circle
|
||||
|
|
@ -3545,7 +3416,6 @@ no-en/treasury
|
|||
no-en/your
|
||||
nonprofits/account
|
||||
not_recommended_reviews/preview
|
||||
notifications
|
||||
nova
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
|
|
@ -3600,12 +3470,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
|
||||
|
|
@ -3638,11 +3504,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
|
||||
|
|
@ -3677,40 +3540,8 @@ photos/i_love_u_get_away_from_me
|
|||
photos/tags/*/page
|
||||
photos/youpy
|
||||
photosandvideos
|
||||
pin-builder
|
||||
pin-communities
|
||||
pin-creation-tool
|
||||
pin-editor
|
||||
pin/*/activities
|
||||
pin/*/activity
|
||||
pin/*/analytics
|
||||
pin/*/brand-catalog
|
||||
pin/*/comments
|
||||
pin/*/email
|
||||
pin/*/feedback
|
||||
pin/*/idea-pin/related-products
|
||||
pin/*/likes
|
||||
pin/*/promote
|
||||
pin/*/reaction
|
||||
pin/*/related-products
|
||||
pin/*/repin
|
||||
pin/*/repins
|
||||
pin/*/sent
|
||||
pin/*/share
|
||||
pin/*/shop-the-look
|
||||
pin/*/tag
|
||||
pin/*/takes
|
||||
pin/*/visual-search
|
||||
pin/*/visual-shop
|
||||
pin/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping?
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl*/listing/*/favoriters
|
||||
pl*/people/*/circle
|
||||
pl*/people/*/favorites
|
||||
|
|
@ -3762,14 +3593,12 @@ pl/teams
|
|||
pl/transactions
|
||||
pl/treasury
|
||||
pl/your
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
play/surveys/serp
|
||||
plugins.
|
||||
plugins/search
|
||||
plusinstall
|
||||
pmo/contact/en/staff
|
||||
pmo/contact/fr/staff
|
||||
podcast*t=
|
||||
|
|
@ -3790,7 +3619,6 @@ ppob?
|
|||
pqa
|
||||
preference
|
||||
preferences
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -3801,8 +3629,6 @@ private
|
|||
pro
|
||||
pro-resources
|
||||
pro/about
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
productPurchaseDone
|
||||
product_
|
||||
|
|
@ -3881,7 +3707,6 @@ publications
|
|||
publicliterature.PublicLiterature.search.html
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
px.gif
|
||||
|
|
@ -3889,7 +3714,6 @@ q=
|
|||
qnasearch?
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/aod
|
||||
|
|
@ -3903,7 +3727,6 @@ rd/search
|
|||
rd/search$
|
||||
rd/search?
|
||||
recensioni
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/search
|
||||
|
|
@ -3921,25 +3744,18 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registration
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
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
|
||||
|
|
@ -3975,7 +3791,6 @@ s2/sitemaps
|
|||
s2/static
|
||||
s3
|
||||
s?
|
||||
safe-redirect
|
||||
safebrowsing/diagnostic
|
||||
safebrowsing/report_badware
|
||||
safebrowsing/report_error
|
||||
|
|
@ -4074,7 +3889,6 @@ searchhistory
|
|||
sections
|
||||
secure
|
||||
seller_onboarding
|
||||
sendHeaderEarly
|
||||
send_to_friend
|
||||
sendarticle
|
||||
services
|
||||
|
|
@ -4148,7 +3962,6 @@ shihui?
|
|||
shop/browse/overlay
|
||||
shop/iphone/payments/overlay
|
||||
shop_name_search_service
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/product
|
||||
shopping/ratings/account/metrics
|
||||
|
|
@ -4157,7 +3970,7 @@ shopping/reviewer
|
|||
shopping/seller
|
||||
shopping/suppliers/search
|
||||
shopping?
|
||||
showtimes/location/*http://tripadvisor.com/robots.txt
|
||||
showtimes/location/*http://microsoft.com/robots.txt
|
||||
sidewiki/entry
|
||||
signature
|
||||
signin/inject
|
||||
|
|
@ -4441,13 +4254,11 @@ 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/
|
||||
|
|
@ -4470,7 +4281,6 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
start_order
|
||||
|
|
@ -4482,50 +4292,11 @@ static/js
|
|||
staticmap?
|
||||
station/idst.
|
||||
stats?gid=
|
||||
store/account
|
||||
store/addtocart
|
||||
store/apps/collection/p3_details_
|
||||
store/apps/editorial?*id=mc_apps_us_sponsored_feature_pilot_turbotax_fcp_option_a
|
||||
store/books/collection/p3_details_
|
||||
store/cancelpreorder
|
||||
store/cart
|
||||
store/checkoutcallback
|
||||
store/chrome/collection/p3_details_
|
||||
store/devices
|
||||
store/devices/collection/p3_details_
|
||||
store/getdevicepermissions
|
||||
store/getreviews
|
||||
store/images/favicons
|
||||
store/info/collection/p3_details_
|
||||
store/movie-device
|
||||
store/movies/collection/p3_details_
|
||||
store/multi/collection/p3_details_
|
||||
store/music/collection/p3_details_
|
||||
store/myaccount
|
||||
store/mylibrary
|
||||
store/newsstand/collection/p3_details_
|
||||
store/null/collection/p3_details_
|
||||
store/people/collection/p3_details_
|
||||
store/people/details
|
||||
store/purchase
|
||||
store/ratereview
|
||||
store/recommended
|
||||
store/search
|
||||
store/setuserdata
|
||||
store/submitreview
|
||||
store/updatecart
|
||||
store/watch
|
||||
store/xhr
|
||||
store/xhr/getdevicepermissions
|
||||
store/xhr/install
|
||||
storefront
|
||||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
studios
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
|
@ -4546,7 +4317,6 @@ support
|
|||
support/content
|
||||
support/forum/search?
|
||||
surprise
|
||||
suspension-appeal
|
||||
sv-se.www.cloudflare.com
|
||||
svc
|
||||
svc/crosswords
|
||||
|
|
@ -4557,7 +4327,6 @@ svc/spelling-bee
|
|||
svc/vertex
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
syndicate
|
||||
system1/images
|
||||
|
|
@ -4565,7 +4334,6 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tacms
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -4598,10 +4366,8 @@ test
|
|||
testpage-forhomepage
|
||||
tetro
|
||||
th-th.www.cloudflare.com
|
||||
thanksgiving-spotlight
|
||||
thanx?
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
themes/rss
|
||||
things/search
|
||||
things/search$
|
||||
|
|
@ -4681,7 +4447,6 @@ trustedstores/s
|
|||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tucritica
|
||||
tv
|
||||
tv/thumb
|
||||
tvschedule
|
||||
twitter
|
||||
|
|
@ -4747,13 +4512,8 @@ uk/teams
|
|||
uk/transactions
|
||||
uk/treasury
|
||||
uk/your
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
updates
|
||||
upload-image-lens-history
|
||||
upload-lens-image
|
||||
uploads
|
||||
urchin_test
|
||||
us-es*/listing/*/favoriters
|
||||
|
|
@ -4828,8 +4588,6 @@ uviewer
|
|||
v1
|
||||
v1/browser-performance
|
||||
v1/stats
|
||||
v1/urls/count.json
|
||||
v3/pidgets/log
|
||||
v4
|
||||
verify_age
|
||||
vi-vn.www.cloudflare.com
|
||||
|
|
@ -4860,13 +4618,10 @@ webapps/xoonboarding
|
|||
webmasters/sitemaps/ping?
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
webstore/search
|
||||
webstore/static/*/wall/js
|
||||
weekly/signup
|
||||
weimg
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget_auth.php
|
||||
|
|
@ -5265,45 +5020,6 @@ wml/?
|
|||
wml/search?
|
||||
wml?
|
||||
wondermissive/interest
|
||||
work/_
|
||||
work/acceptinvitation
|
||||
work/account
|
||||
work/addtocart
|
||||
work/adminsettings
|
||||
work/adminsignup
|
||||
work/approveitem
|
||||
work/cancelpreorder
|
||||
work/cart
|
||||
work/checkoutcallback
|
||||
work/ct
|
||||
work/getdevicepermissions
|
||||
work/getreviews
|
||||
work/internalPref
|
||||
work/licenses/apps
|
||||
work/logout
|
||||
work/lsoinstall
|
||||
work/movie-device
|
||||
work/myaccount
|
||||
work/mylibrary
|
||||
work/permissionsupdate
|
||||
work/plusinstall
|
||||
work/ratereview
|
||||
work/recommended
|
||||
work/remotelogout
|
||||
work/search
|
||||
work/settings
|
||||
work/setuserdata
|
||||
work/signin
|
||||
work/submitreview
|
||||
work/unapproveitem
|
||||
work/unsub
|
||||
work/updatecart
|
||||
work/watch
|
||||
work/xhr
|
||||
work/xhr/getdevicepermissions
|
||||
work/xhr/install
|
||||
work/xhr/inviteadmin
|
||||
work/xhr/removeadmin
|
||||
wp-admin
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/load-scripts.php
|
||||
|
|
@ -5319,7 +5035,6 @@ ws/includes
|
|||
xclick-auction
|
||||
xdoor
|
||||
xfx7
|
||||
xhr
|
||||
xhtml/?
|
||||
xhtml/search?
|
||||
xhtml?
|
||||
|
|
@ -5327,7 +5042,6 @@ xml?
|
|||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/promos
|
||||
|
|
|
|||
|
|
@ -2273,6 +2273,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/?action=
|
||||
/?ar
|
||||
/?category
|
||||
/?currency=
|
||||
/?discount=learn
|
||||
/?like_comment=
|
||||
/?orpq
|
||||
|
|
@ -2483,6 +2484,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/briefs/articleid-*
|
||||
/browse-history
|
||||
/browse/more_page
|
||||
/buckets$
|
||||
/bugs/new
|
||||
/buscador/
|
||||
/business-store
|
||||
|
|
@ -2531,6 +2533,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/citations
|
||||
/citedby
|
||||
/claim-money?
|
||||
/click$
|
||||
/click?type=*$
|
||||
/client$
|
||||
/client/
|
||||
/clients/
|
||||
|
|
@ -2944,6 +2948,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/list/venuelikes$
|
||||
/listener
|
||||
/listing/*/favoriters
|
||||
/listings$
|
||||
/lists/edited$
|
||||
/lists/followed$
|
||||
/lists/friends$
|
||||
|
|
@ -3052,7 +3057,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/news-release/*.html?pdf=1
|
||||
/no-internet-heading-assigned
|
||||
/no-internet-heading-assisted
|
||||
/no-referrer-when-downgradehttp://google.ru/robots.txt
|
||||
/no-referrer-when-downgradehttp://gmail.com/robots.txt
|
||||
/no-search-results
|
||||
/node
|
||||
/node/add
|
||||
|
|
@ -3438,6 +3443,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/tag
|
||||
/tag=
|
||||
/tagged
|
||||
/tags
|
||||
/tags$
|
||||
/tarball
|
||||
/te-lc
|
||||
/teams/mainNavigationChevron_icon.svg?
|
||||
|
|
@ -3613,7 +3620,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?*__rmid
|
||||
?*__rmidpage
|
||||
?*ajs_event
|
||||
?*apikey*http://rebrand.ly/robots.txt
|
||||
?*apikey*http://visitazores.com/robots.txt
|
||||
?*app
|
||||
?*appidt=*
|
||||
?*aspects=
|
||||
|
|
@ -3838,14 +3845,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?*unptid=
|
||||
?*utm
|
||||
?*utm_campaign
|
||||
?*utm_campaign=
|
||||
?*utm_content=
|
||||
?*utm_medium
|
||||
?*utm_medium=
|
||||
?*utm_source
|
||||
?*utm_source=
|
||||
?*utm_source=http://cricketarchive.com/robots.txt
|
||||
?*utm_term=
|
||||
?*utm_source=http://chrome.google.com/robots.txt
|
||||
?*verified=
|
||||
?*xid
|
||||
?252525253Bpreview=
|
||||
|
|
@ -4357,7 +4360,6 @@ AdsManager
|
|||
AdsTest
|
||||
Affiliate
|
||||
AffiliateWidgets
|
||||
AgencySetupAjax
|
||||
AhrefsBot
|
||||
AirWatchAjaxHandler
|
||||
AirWatchAlertDhtmlPopup
|
||||
|
|
@ -5263,7 +5265,6 @@ Attraction_Products
|
|||
AttractionsAjax
|
||||
AuthCheck
|
||||
AuthorTool
|
||||
AuthorizeAgency
|
||||
AutoScaling/2009-05-15
|
||||
B2BClickTracking
|
||||
BAEmailConfirmation
|
||||
|
|
@ -6103,7 +6104,6 @@ PowerMapper
|
|||
Practice-Clients
|
||||
Premium-
|
||||
PremiumAjax
|
||||
PremiumEdit
|
||||
PremiumGuidanceLander
|
||||
PremiumGuidanceMatchResults
|
||||
PremiumGuidancePayment
|
||||
|
|
@ -6874,6 +6874,7 @@ academy
|
|||
academy-free-account
|
||||
academy/*/results
|
||||
academy/*utm_source=
|
||||
academy/certificates
|
||||
acast_podcast_episode
|
||||
acc-merge
|
||||
acceso
|
||||
|
|
@ -6883,6 +6884,7 @@ accessories
|
|||
accessoriesdata
|
||||
acclaimbadge
|
||||
account
|
||||
account$
|
||||
account-details
|
||||
account-login
|
||||
account-prefs-change
|
||||
|
|
@ -6890,7 +6892,7 @@ account-settings
|
|||
account-setup
|
||||
account/
|
||||
account/accomplishments
|
||||
account/accomplishments/http://explore.org/robots.txt
|
||||
account/accomplishments/http://creativecommons.org/robots.txt
|
||||
account/ackgift
|
||||
account/deactivated
|
||||
account/emailoptout/?*token=
|
||||
|
|
@ -7066,6 +7068,7 @@ adops
|
|||
adredir?
|
||||
adresa-segmentator
|
||||
ads
|
||||
ads$
|
||||
ads-beacon.js
|
||||
ads.txt
|
||||
ads.txt
|
||||
|
|
@ -7306,12 +7309,12 @@ api.html?
|
|||
api.php
|
||||
api/
|
||||
api/?
|
||||
api/attachments/*http://giphy.com/robots.txt
|
||||
api/attachments/*http://docs.wixstatic.com/robots.txt
|
||||
api/discovery
|
||||
api/editionurlgenerator
|
||||
api/eventlogging
|
||||
api/html
|
||||
api/http://tiny.cc/robots.txt
|
||||
api/http://kobo.com/robots.txt
|
||||
api/internal/*/location
|
||||
api/internal/analytics/songs
|
||||
api/jobPostings/jobs
|
||||
|
|
@ -7384,7 +7387,7 @@ appchart
|
|||
appdynamics-wem.cisco.com
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apple-app-site-associationhttp://beatport.com/robots.txt
|
||||
apple-app-site-associationhttp://fonts.google.com/robots.txt
|
||||
apple-news
|
||||
appliance
|
||||
applicant-eligibility
|
||||
|
|
@ -7398,7 +7401,6 @@ apps/*/landing
|
|||
apps/*/roles
|
||||
apps/fedextrack/?action=track
|
||||
apps/fedextrack/?action=track&cntry_code=us&freight=yes
|
||||
apps/publish
|
||||
apps?act=search_page&tags=
|
||||
appsearch_header=
|
||||
appservice
|
||||
|
|
@ -7495,7 +7497,6 @@ articleshowprint*
|
|||
artist/127231622/radio?autoplay=true
|
||||
artist/export_shows_csv
|
||||
artist/view_widget_popup
|
||||
artists
|
||||
artists/*/top_iq_earners
|
||||
arts/library/
|
||||
artshowcmt/
|
||||
|
|
@ -7805,6 +7806,7 @@ aura
|
|||
aura/promo
|
||||
auth
|
||||
auth
|
||||
auth$
|
||||
auth/*
|
||||
auth/createchallenge
|
||||
auth/do_login
|
||||
|
|
@ -7828,6 +7830,7 @@ auto
|
|||
autocomplete
|
||||
autocomplete/projects
|
||||
autocomplete/users
|
||||
autocompletes
|
||||
autodiscover/
|
||||
autologin
|
||||
autoplay=
|
||||
|
|
@ -8592,7 +8595,7 @@ blog/*?text=
|
|||
blog/*sitemap.xml$
|
||||
blog/*utm_source=
|
||||
blog/.
|
||||
blog/.html.*http://google.com.au/robots.txt
|
||||
blog/.html.*http://salon.com/robots.txt
|
||||
blog/?p=
|
||||
blog/?s=
|
||||
blog/Neuer_Beitrag.html
|
||||
|
|
@ -8719,7 +8722,7 @@ bookmark_mana2
|
|||
bookmarklet
|
||||
bookmarks
|
||||
bookmarks/widget
|
||||
bookmarkshttp://nj.gov/robots.txt
|
||||
bookmarkshttp://ed.ted.com/robots.txt
|
||||
books
|
||||
books/NBK
|
||||
books/about
|
||||
|
|
@ -8728,7 +8731,6 @@ books/content?*zoom=1
|
|||
books/content?*zoom=5
|
||||
books/data
|
||||
books/help/search/results.html
|
||||
books/publish
|
||||
books/signup/signup-1.html
|
||||
books/thank-you.html
|
||||
books?*buy=
|
||||
|
|
@ -8850,6 +8852,7 @@ bs/kb/*/discuss
|
|||
bs/search
|
||||
bs/user
|
||||
bs/users
|
||||
buckets/*/edit
|
||||
buddy/
|
||||
bug-navigator
|
||||
bugtracker/help/search-results.html
|
||||
|
|
@ -9054,6 +9057,7 @@ c/dam/m/zh_cn/offers/assets/pdfs
|
|||
c/dam/m/zh_tw/offers/assets/images
|
||||
c/dam/m/zh_tw/offers/assets/pdfs
|
||||
c/dam/marketing/ru_ru/
|
||||
c/dam/r/newsroom/daily-news/
|
||||
c/design.atom
|
||||
c/education.atom
|
||||
c/en/us/applicat/
|
||||
|
|
@ -9639,7 +9643,7 @@ cdn-cgi
|
|||
cdn-cgi/
|
||||
cdn-cgi/bm/cv
|
||||
cdn-cgi/challenge-platform
|
||||
cdn-cgi/http://fda.gov/robots.txt
|
||||
cdn-cgi/http://mediapost.com/robots.txt
|
||||
cdn-cgi/rum
|
||||
cdn-cgi/zaraz/s.js
|
||||
cdn-cgi/zaraz/t
|
||||
|
|
@ -9666,7 +9670,7 @@ cgi-bin/homelandsecurity
|
|||
cgi-bin/loginpage
|
||||
cgi-bin/state
|
||||
cgi-bin/wx
|
||||
cgi-binhttp://meyerweb.com/robots.txt
|
||||
cgi-binhttp://ifttt.com/robots.txt
|
||||
cgi-local
|
||||
cgi-perl
|
||||
cgi-registry
|
||||
|
|
@ -10011,7 +10015,7 @@ co/users
|
|||
co/ventureone
|
||||
code
|
||||
code/*
|
||||
code/http://discord.gg/robots.txt
|
||||
code/http://w3techs.com/robots.txt
|
||||
codeCoverage
|
||||
codesamples/
|
||||
coin*mid=
|
||||
|
|
@ -10049,6 +10053,8 @@ collections_list?srh_coll=
|
|||
collezioni/*/$
|
||||
collezioni/*/index.html$
|
||||
color=
|
||||
colors$
|
||||
colors/for_404.json
|
||||
comedy
|
||||
comeuntochrist/*/internal-use-only/
|
||||
comeuntochrist/*/search-results/
|
||||
|
|
@ -10073,6 +10079,7 @@ commentary
|
|||
comments
|
||||
comments
|
||||
comments$
|
||||
comments/*/likes
|
||||
comments/for_profile_page
|
||||
comments/like
|
||||
comments/quote
|
||||
|
|
@ -10219,7 +10226,7 @@ conflagexp
|
|||
connect
|
||||
connect/@
|
||||
connect/help/search-results.html
|
||||
connect/http://3.bp.blogspot.com/robots.txt
|
||||
connect/http://blog.twitter.com/robots.txt
|
||||
connect/social-intranet.html
|
||||
connections
|
||||
connections/recent
|
||||
|
|
@ -10337,7 +10344,7 @@ content/dam/ircc/documents/pdf/francais/trousses/form/imm5476
|
|||
content/dam/ircc/documents/pdf/francais/trousses/form/imm5644
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0002
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0004
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://journals.plos.org/robots.txt
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://canalplus.fr/robots.txt
|
||||
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
|
||||
content/dam/redcross/lp
|
||||
content/dam/web/da_dk/www
|
||||
|
|
@ -11039,7 +11046,6 @@ dell/cities-transformed
|
|||
dell/cloud-future-of-medicine
|
||||
deluge/help/search-results.html
|
||||
demo
|
||||
demokratie-jetzt.html
|
||||
demonstration
|
||||
demos
|
||||
denver
|
||||
|
|
@ -12324,7 +12330,7 @@ events/friday-rush$
|
|||
events/fsi-cloud-symposium-nyc.html
|
||||
events/rss
|
||||
evernote/like.php
|
||||
evite/*http://mozilla.com/robots.txt
|
||||
evite/*http://dw.com/robots.txt
|
||||
examples/*
|
||||
exclusive-offers
|
||||
exec/obidos/account-access-login
|
||||
|
|
@ -12646,7 +12652,7 @@ files/techabuse-welsh.pdf
|
|||
files/techabuse.pdf
|
||||
fileview
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://crunchbase.com/robots.txt
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://is.gd/robots.txt
|
||||
filter
|
||||
filter/tips
|
||||
filter/tips
|
||||
|
|
@ -13064,7 +13070,7 @@ fy-NL/search
|
|||
fy-NL/user
|
||||
fy-NL/users
|
||||
g
|
||||
g/4arE9Chttp://s.yimg.com/robots.txt
|
||||
g/4arE9Chttp://flickr.com/robots.txt
|
||||
g/api
|
||||
g00
|
||||
g01
|
||||
|
|
@ -13292,7 +13298,7 @@ gh/news
|
|||
gh/useracquisition
|
||||
gh_jid=
|
||||
gif
|
||||
gifshttp://business.twitter.com/robots.txt
|
||||
gifshttp://gist.github.com/robots.txt
|
||||
gift-redemption
|
||||
gift-terms
|
||||
gift_card=
|
||||
|
|
@ -13370,7 +13376,6 @@ google-sso
|
|||
google97d8d43559c9b155.html
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
googlegroups
|
||||
gopherdata
|
||||
gorf
|
||||
|
|
@ -13643,7 +13648,7 @@ ha/search
|
|||
ha/user
|
||||
ha/users
|
||||
hackathons/reinvent-2013/
|
||||
hacker/*/followhttp://justice.gov/robots.txt
|
||||
hacker/*/followhttp://hackerone.com/robots.txt
|
||||
hacker/*/unfollow
|
||||
hair-transplant-services
|
||||
handler
|
||||
|
|
@ -13754,6 +13759,7 @@ hi/
|
|||
hidden
|
||||
hidden-content
|
||||
highereducation/higheddocs
|
||||
highlights
|
||||
highwire
|
||||
hilfe/fundingdetail.html
|
||||
hilfe/live/launch-day/launch-day-show-voting.html
|
||||
|
|
@ -14039,40 +14045,40 @@ http
|
|||
http-checker
|
||||
http2_data
|
||||
http:
|
||||
http://1.gravatar.com/robots.txt
|
||||
http://2.bp.blogspot.com/robots.txt
|
||||
http://about.google/robots.txt
|
||||
http://amazon.de/robots.txt
|
||||
http://amzn.to/robots.txt
|
||||
http://api.whatsapp.com/robots.txt
|
||||
http://app.box.com/robots.txt
|
||||
http://bbc.com/robots.txt
|
||||
http://bcn.cl/robots.txt
|
||||
http://behance.net/robots.txt
|
||||
http://blog.youtube/robots.txt
|
||||
http://chromium.org/robots.txt
|
||||
http://code.google.com/robots.txt
|
||||
http://freewebs.com/robots.txt
|
||||
http://getbootstrap.com/robots.txt
|
||||
http://google.co.uk/robots.txt
|
||||
http://google.com.mx/robots.txt
|
||||
http://hootsuite.com/robots.txt
|
||||
http://i2.wp.com/robots.txt
|
||||
http://ibm.com/robots.txt
|
||||
http://ipcc.ch/robots.txt
|
||||
http://is.gd/robots.txt
|
||||
http://iso.org/robots.txt
|
||||
http://lh5.googleusercontent.com/robots.txt
|
||||
http://lifestylesimplify.com/robots.txt
|
||||
http://mobile.twitter.com/robots.txt
|
||||
http://moz.com/robots.txt
|
||||
http://msdn.microsoft.com/robots.txt
|
||||
http://nydailynews.com/robots.txt
|
||||
http://online.wsj.com/robots.txt
|
||||
http://s3-eu-west-1.amazonaws.com/robots.txt
|
||||
http://searchenginewatch.com/robots.txt
|
||||
http://smallbusiness.withgoogle.com/robots.txt
|
||||
http://sonicwall.com/robots.txt
|
||||
http://support.office.com/robots.txt
|
||||
http://census.gov/robots.txt
|
||||
http://euronews.com/robots.txt
|
||||
http://extension.purdue.edu/robots.txt
|
||||
http://graphisoft.com/robots.txt
|
||||
http://hubspot.com/robots.txt
|
||||
http://ie.edu/robots.txt
|
||||
http://linkedin.com/robots.txt
|
||||
http://mrisoftware.com/robots.txt
|
||||
http://nationalgeographic.com/robots.txt
|
||||
http://news.cnet.com/robots.txt
|
||||
http://news.yahoo.com/robots.txt
|
||||
http://npmjs.com/robots.txt
|
||||
http://patreon.com/robots.txt
|
||||
http://producthunt.com/robots.txt
|
||||
http://raiplay.it/robots.txt
|
||||
http://redbubble.com/robots.txt
|
||||
http://support.apple.com/robots.txt
|
||||
http://techradar.com/robots.txt
|
||||
http://theverge.com/robots.txt
|
||||
http://tiny.cc/robots.txt
|
||||
http://torproject.org/robots.txt
|
||||
http://translate.google.com/robots.txt
|
||||
http://ubuntu.com/robots.txt
|
||||
http://un.org/robots.txt
|
||||
http://use.typekit.net/robots.txt
|
||||
http://usnews.com/robots.txt
|
||||
http://zen.yandex.ru/robots.txt
|
||||
http://upload.wikimedia.org/robots.txt
|
||||
http://vogue.com/robots.txt
|
||||
http://yelp.com/robots.txt
|
||||
hu
|
||||
hu-*/
|
||||
hu-hu/
|
||||
|
|
@ -14750,14 +14756,13 @@ intcmp=
|
|||
integrate/
|
||||
integromedb
|
||||
intelligencer/amp
|
||||
interactive*http://jupiterbroadcasting.com/robots.txt
|
||||
interactive*http://fcc.gov/robots.txt
|
||||
interactive/reading-preference
|
||||
interface/pda
|
||||
intern/service/suche
|
||||
internal
|
||||
internal-api
|
||||
internal/*
|
||||
internalPref
|
||||
interstitial-ad
|
||||
intl
|
||||
intl/*/about
|
||||
|
|
@ -15145,6 +15150,7 @@ job_game
|
|||
jobid=
|
||||
jobs
|
||||
jobs-guest
|
||||
jobs/*/apply_now
|
||||
jobs/*/more-jobs-count
|
||||
jobs/EU_UpdateJobEmployerCounter
|
||||
jobs/JS_JobSearchResult
|
||||
|
|
@ -15638,7 +15644,7 @@ layout/set/txt_pq
|
|||
layout/set/xml
|
||||
layouts
|
||||
lb
|
||||
leadingtogether/http://alistapart.com/robots.txt
|
||||
leadingtogether/http://validator.w3.org/robots.txt
|
||||
leaf
|
||||
learn
|
||||
learn-noperf
|
||||
|
|
@ -15762,7 +15768,6 @@ library$
|
|||
library/
|
||||
library/*
|
||||
library/azure/
|
||||
library/devices
|
||||
library/vs/alm/
|
||||
library/windows/
|
||||
library=
|
||||
|
|
@ -15978,7 +15983,6 @@ lp/thank-you-reader%
|
|||
lp/thank-you-reader?
|
||||
lp/three
|
||||
lp/webinars
|
||||
lsoinstall
|
||||
lspoll/
|
||||
lst/ng
|
||||
lstng
|
||||
|
|
@ -16327,7 +16331,7 @@ media/tourism-content
|
|||
media/travelpod-roll.flv
|
||||
media/tv/channel/credits
|
||||
media/tyfo*
|
||||
media/tyfo*http://fbi.gov/robots.txt
|
||||
media/tyfo*http://statcounter.com/robots.txt
|
||||
media/unesco
|
||||
media/vr-geo-photo-j
|
||||
media/vr-geo-photo-l
|
||||
|
|
@ -16659,6 +16663,7 @@ messageID
|
|||
message_the_business
|
||||
messages
|
||||
messages
|
||||
messages$
|
||||
messages/*
|
||||
messages/join/*
|
||||
messaging
|
||||
|
|
@ -17290,7 +17295,6 @@ newsroom/wp-admin
|
|||
newsroom/wp-content/cache
|
||||
newsround
|
||||
newssearch
|
||||
newsstand
|
||||
newsstandrss
|
||||
next
|
||||
nextThread.html
|
||||
|
|
@ -17612,7 +17616,7 @@ noflashhtml
|
|||
nofollow=1
|
||||
nojs=
|
||||
nonConfig/api/wpa
|
||||
nonce="pJPjxLuaI5NW3sSJnb2ixw">if(google.cis
|
||||
nonce="ESb_3qfwcVEpvqD0Uo6dRg">if(google.cis
|
||||
nonprofits/account
|
||||
nonstyleishida/videolist-*.html
|
||||
nonstyleishida/videolist.html
|
||||
|
|
@ -18512,7 +18516,6 @@ plugins.
|
|||
plugins/?s=
|
||||
plugins/search
|
||||
plus/r
|
||||
plusinstall
|
||||
pm/
|
||||
pm/amplify/
|
||||
pm/lambda/
|
||||
|
|
@ -19592,7 +19595,6 @@ remote-login.php
|
|||
remote.control
|
||||
remotecontrol/bestpractices/jl-prototype
|
||||
remotecontrol/bestpractices/prototype
|
||||
remotelogout
|
||||
removalrequest
|
||||
remove-favorite
|
||||
renders
|
||||
|
|
@ -20393,7 +20395,7 @@ section/3
|
|||
section/36
|
||||
section/6
|
||||
section/8
|
||||
section/9http://telegram.me/robots.txt
|
||||
section/9http://issuu.com/robots.txt
|
||||
sectionized
|
||||
sections
|
||||
sections$
|
||||
|
|
@ -20553,6 +20555,7 @@ servlet/linkout
|
|||
session/new
|
||||
session_diagnostics/
|
||||
sessions
|
||||
sessions/new
|
||||
set-rating
|
||||
set_author_id
|
||||
set_cookie.pl
|
||||
|
|
@ -20730,6 +20733,17 @@ shopsite-images
|
|||
shopthedrop
|
||||
shoptheneighbourhood/*
|
||||
short
|
||||
shots/*/buckets
|
||||
shots/*/colors.aco
|
||||
shots/*/comments
|
||||
shots/*/edit
|
||||
shots/*/fans
|
||||
shots/*/rebounds
|
||||
shots/day
|
||||
shots/month
|
||||
shots/new
|
||||
shots/week
|
||||
shots/year
|
||||
show-email
|
||||
show-error-
|
||||
show/delete_saved_shows
|
||||
|
|
@ -20748,7 +20762,7 @@ shows/
|
|||
showtag
|
||||
showtime/.requestinvite.html.swp
|
||||
showtime/help/search-results.html
|
||||
showtimes/location/*http://m.facebook.com/robots.txt
|
||||
showtimes/location/*http://img.youtube.com/robots.txt
|
||||
shr*
|
||||
shutterstock
|
||||
si
|
||||
|
|
@ -21638,55 +21652,20 @@ store/
|
|||
store/*
|
||||
store/*/search
|
||||
store/accessories/
|
||||
store/account
|
||||
store/addtocart
|
||||
store/ajax/detail-navigation
|
||||
store/ajax/local-store
|
||||
store/ajax/preferred
|
||||
store/ajax/search
|
||||
store/ajax/visited-store
|
||||
store/apps/collection/p3_details_
|
||||
store/apps/editorial?*id=mc_apps_us_sponsored_feature_pilot_turbotax_fcp_option_a
|
||||
store/books/collection/p3_details_
|
||||
store/cancelpreorder
|
||||
store/cart
|
||||
store/category
|
||||
store/checkoutcallback
|
||||
store/chrome/collection/p3_details_
|
||||
store/devices
|
||||
store/devices/collection/p3_details_
|
||||
store/electrode/api/fetch-coupons
|
||||
store/electrode/api/logger
|
||||
store/electrode/api/p13n
|
||||
store/electrode/api/search
|
||||
store/electrode/api/stores
|
||||
store/finder
|
||||
store/getdevicepermissions
|
||||
store/getreviews
|
||||
store/images/favicons
|
||||
store/info/collection/p3_details_
|
||||
store/movie-device
|
||||
store/movies/collection/p3_details_
|
||||
store/multi/collection/p3_details_
|
||||
store/music/collection/p3_details_
|
||||
store/myaccount
|
||||
store/mylibrary
|
||||
store/newsstand/collection/p3_details_
|
||||
store/null/collection/p3_details_
|
||||
store/people/collection/p3_details_
|
||||
store/people/details
|
||||
store/popular_in_grade
|
||||
store/purchase
|
||||
store/ratereview
|
||||
store/recommended
|
||||
store/search
|
||||
store/setuserdata
|
||||
store/submitreview
|
||||
store/updatecart
|
||||
store/watch
|
||||
store/xhr
|
||||
store/xhr/getdevicepermissions
|
||||
store/xhr/install
|
||||
storeLocator
|
||||
storeLocator/ca_storefinder_results.do
|
||||
store_iframe
|
||||
|
|
@ -21786,6 +21765,7 @@ sudoku
|
|||
suggested-edits
|
||||
suggested-edits?
|
||||
suggestions
|
||||
suggestions$
|
||||
suite
|
||||
summary/api
|
||||
summary_view$
|
||||
|
|
@ -22000,7 +21980,7 @@ tag
|
|||
tag-manager
|
||||
tag-manager-360
|
||||
tag/
|
||||
tag/*+http://technologyreview.com/robots.txt
|
||||
tag/*+http://discogs.com/robots.txt
|
||||
tag/*/a
|
||||
tag/*/a/
|
||||
tag/*/b
|
||||
|
|
@ -22072,6 +22052,7 @@ take-a-class/asspsafetytraining
|
|||
take-a-class/hidden
|
||||
take-a-class/participant-materials
|
||||
takedown
|
||||
talent/matches
|
||||
talk
|
||||
talk/api
|
||||
talk/create
|
||||
|
|
@ -22233,7 +22214,7 @@ test5
|
|||
test6
|
||||
testcases
|
||||
testfl
|
||||
testhttp://latimes.com/robots.txt
|
||||
testhttp://moz.com/robots.txt
|
||||
testing
|
||||
testpage-forhomepage
|
||||
tests/*
|
||||
|
|
@ -22518,7 +22499,7 @@ transmute/static-2.6
|
|||
transmute/static-2.8
|
||||
transmute/static-2.9
|
||||
transparency
|
||||
transparency/http://oecd.org/robots.txt
|
||||
transparency/http://anchor.fm/robots.txt
|
||||
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14885
|
||||
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14895
|
||||
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14896
|
||||
|
|
@ -24602,47 +24583,8 @@ word/embed
|
|||
wordpress/wp-admin
|
||||
wordpress/wp-admin/admin-ajax.php
|
||||
work
|
||||
work/_
|
||||
work/acceptinvitation
|
||||
work/account
|
||||
work/addtocart
|
||||
work/adminsettings
|
||||
work/adminsignup
|
||||
work/approveitem
|
||||
work/cancelpreorder
|
||||
work/cart
|
||||
work/checkoutcallback
|
||||
work/ct
|
||||
work/editions
|
||||
work/getdevicepermissions
|
||||
work/getreviews
|
||||
work/internalPref
|
||||
work/licenses/apps
|
||||
work/logout
|
||||
work/lsoinstall
|
||||
work/movie-device
|
||||
work/myaccount
|
||||
work/mylibrary
|
||||
work/permissionsupdate
|
||||
work/plusinstall
|
||||
work/quotes
|
||||
work/ratereview
|
||||
work/recommended
|
||||
work/remotelogout
|
||||
work/search
|
||||
work/settings
|
||||
work/setuserdata
|
||||
work/signin
|
||||
work/submitreview
|
||||
work/unapproveitem
|
||||
work/unsub
|
||||
work/updatecart
|
||||
work/watch
|
||||
work/xhr
|
||||
work/xhr/getdevicepermissions
|
||||
work/xhr/install
|
||||
work/xhr/inviteadmin
|
||||
work/xhr/removeadmin
|
||||
workdrive/customers/expect-best.html
|
||||
workdrive/help/search-results.html
|
||||
workerly/help/search-results.html
|
||||
|
|
@ -24704,9 +24646,9 @@ wp-admin
|
|||
wp-admin/
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.phphttp://mirror.co.uk/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://umc.org/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://willowgarage.com/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://fool.com/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://openstreetmap.org/robots.txt
|
||||
wp-admin/load-scripts.php
|
||||
wp-admin/load-styles.php
|
||||
wp-adv
|
||||
|
|
@ -24773,7 +24715,7 @@ wp-content/themes/wired/assets/images/wired_insider_1118_1000x190.jpg
|
|||
wp-content/themes/wired/assets/images/wired_video_1000x190.jpg
|
||||
wp-content/uploads
|
||||
wp-content/uploads/
|
||||
wp-content/uploads/wp-import-export-lite/http://torproject.org/robots.txt
|
||||
wp-content/uploads/wp-import-export-lite/http://rebrand.ly/robots.txt
|
||||
wp-dyn
|
||||
wp-includes
|
||||
wp-includes*.css
|
||||
|
|
@ -24907,7 +24849,7 @@ your-shop
|
|||
yourAccount
|
||||
youraccount
|
||||
youreurope/businessACC
|
||||
youreurope/businessDEV/http://money.cnn.com/robots.txt
|
||||
youreurope/businessDEV/http://europarl.europa.eu/robots.txt
|
||||
youreurope/citizensACC
|
||||
youreurope/citizensDEV
|
||||
yours
|
||||
|
|
@ -25259,7 +25201,7 @@ zz
|
|||
8618
|
||||
9742
|
||||
9744
|
||||
101612.rsshttp://google.qualtrics.com/robots.txt
|
||||
101612.rsshttp://c-span.org/robots.txt
|
||||
1010203
|
||||
1014943
|
||||
1027454
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue