mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-11 17:49:02 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
9b6be2ce3b
commit
0016b28c65
29 changed files with 8569 additions and 1683 deletions
|
|
@ -1369,6 +1369,10 @@ api/src/utils/get-versioned-hash.ts
|
|||
src/utils/get-versioned-hash.ts
|
||||
utils/get-versioned-hash.ts
|
||||
get-versioned-hash.ts
|
||||
api/src/utils/merge-version-data.ts
|
||||
src/utils/merge-version-data.ts
|
||||
utils/merge-version-data.ts
|
||||
merge-version-data.ts
|
||||
api/src/utils/get-cache-key.ts
|
||||
src/utils/get-cache-key.ts
|
||||
utils/get-cache-key.ts
|
||||
|
|
@ -1465,6 +1469,10 @@ api/src/utils/user-name.test.ts
|
|||
src/utils/user-name.test.ts
|
||||
utils/user-name.test.ts
|
||||
user-name.test.ts
|
||||
api/src/utils/merge-version-data.test.ts
|
||||
src/utils/merge-version-data.test.ts
|
||||
utils/merge-version-data.test.ts
|
||||
merge-version-data.test.ts
|
||||
api/src/utils/md.ts
|
||||
src/utils/md.ts
|
||||
utils/md.ts
|
||||
|
|
@ -1946,6 +1954,18 @@ api/src/extensions/types.ts
|
|||
src/extensions/types.ts
|
||||
extensions/types.ts
|
||||
types.ts
|
||||
api/src/extensions/lib/installation/index.ts
|
||||
src/extensions/lib/installation/index.ts
|
||||
extensions/lib/installation/index.ts
|
||||
lib/installation/index.ts
|
||||
installation/index.ts
|
||||
index.ts
|
||||
api/src/extensions/lib/installation/manager.ts
|
||||
src/extensions/lib/installation/manager.ts
|
||||
extensions/lib/installation/manager.ts
|
||||
lib/installation/manager.ts
|
||||
installation/manager.ts
|
||||
manager.ts
|
||||
api/src/extensions/lib/get-extensions-settings.ts
|
||||
src/extensions/lib/get-extensions-settings.ts
|
||||
extensions/lib/get-extensions-settings.ts
|
||||
|
|
@ -2919,6 +2939,11 @@ src/database/migrations/20220322A-rename-field-typecast-flags.ts
|
|||
database/migrations/20220322A-rename-field-typecast-flags.ts
|
||||
migrations/20220322A-rename-field-typecast-flags.ts
|
||||
20220322A-rename-field-typecast-flags.ts
|
||||
api/src/database/migrations/20240204A-marketplace.ts
|
||||
src/database/migrations/20240204A-marketplace.ts
|
||||
database/migrations/20240204A-marketplace.ts
|
||||
migrations/20240204A-marketplace.ts
|
||||
20240204A-marketplace.ts
|
||||
api/src/database/migrations/20201029A-remove-system-relations.ts
|
||||
src/database/migrations/20201029A-remove-system-relations.ts
|
||||
database/migrations/20201029A-remove-system-relations.ts
|
||||
|
|
@ -3512,6 +3537,10 @@ api/src/middleware/authenticate.ts
|
|||
src/middleware/authenticate.ts
|
||||
middleware/authenticate.ts
|
||||
authenticate.ts
|
||||
api/src/middleware/merge-content-versions.ts
|
||||
src/middleware/merge-content-versions.ts
|
||||
middleware/merge-content-versions.ts
|
||||
merge-content-versions.ts
|
||||
api/src/middleware/cache.ts
|
||||
src/middleware/cache.ts
|
||||
middleware/cache.ts
|
||||
|
|
@ -5427,6 +5456,10 @@ app/src/stores/requests.ts
|
|||
src/stores/requests.ts
|
||||
stores/requests.ts
|
||||
requests.ts
|
||||
app/src/stores/extensions.ts
|
||||
src/stores/extensions.ts
|
||||
stores/extensions.ts
|
||||
extensions.ts
|
||||
app/src/stores/presets.ts
|
||||
src/stores/presets.ts
|
||||
stores/presets.ts
|
||||
|
|
@ -7586,6 +7619,10 @@ router.test.ts
|
|||
app/src/main.ts
|
||||
src/main.ts
|
||||
main.ts
|
||||
app/src/constants/extension-type-icon-map.ts
|
||||
src/constants/extension-type-icon-map.ts
|
||||
constants/extension-type-icon-map.ts
|
||||
extension-type-icon-map.ts
|
||||
app/src/routes/private-not-found.vue
|
||||
src/routes/private-not-found.vue
|
||||
routes/private-not-found.vue
|
||||
|
|
@ -8919,6 +8956,10 @@ app/src/components/v-breadcrumb.test.ts
|
|||
src/components/v-breadcrumb.test.ts
|
||||
components/v-breadcrumb.test.ts
|
||||
v-breadcrumb.test.ts
|
||||
app/src/components/v-banner.vue
|
||||
src/components/v-banner.vue
|
||||
components/v-banner.vue
|
||||
v-banner.vue
|
||||
app/src/components/v-input.story.vue
|
||||
src/components/v-input.story.vue
|
||||
components/v-input.story.vue
|
||||
|
|
@ -10173,6 +10214,237 @@ src/modules/settings/index.ts
|
|||
modules/settings/index.ts
|
||||
settings/index.ts
|
||||
index.ts
|
||||
app/src/modules/settings/routes/marketplace/utils/format-name.ts
|
||||
src/modules/settings/routes/marketplace/utils/format-name.ts
|
||||
modules/settings/routes/marketplace/utils/format-name.ts
|
||||
settings/routes/marketplace/utils/format-name.ts
|
||||
routes/marketplace/utils/format-name.ts
|
||||
marketplace/utils/format-name.ts
|
||||
utils/format-name.ts
|
||||
format-name.ts
|
||||
app/src/modules/settings/routes/marketplace/routes/registry/registry.vue
|
||||
src/modules/settings/routes/marketplace/routes/registry/registry.vue
|
||||
modules/settings/routes/marketplace/routes/registry/registry.vue
|
||||
settings/routes/marketplace/routes/registry/registry.vue
|
||||
routes/marketplace/routes/registry/registry.vue
|
||||
marketplace/routes/registry/registry.vue
|
||||
routes/registry/registry.vue
|
||||
registry/registry.vue
|
||||
registry.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/registry/components/inline-filter.vue
|
||||
src/modules/settings/routes/marketplace/routes/registry/components/inline-filter.vue
|
||||
modules/settings/routes/marketplace/routes/registry/components/inline-filter.vue
|
||||
settings/routes/marketplace/routes/registry/components/inline-filter.vue
|
||||
routes/marketplace/routes/registry/components/inline-filter.vue
|
||||
marketplace/routes/registry/components/inline-filter.vue
|
||||
routes/registry/components/inline-filter.vue
|
||||
registry/components/inline-filter.vue
|
||||
components/inline-filter.vue
|
||||
inline-filter.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/registry/components/registry-info-sidebar-detail.vue
|
||||
src/modules/settings/routes/marketplace/routes/registry/components/registry-info-sidebar-detail.vue
|
||||
modules/settings/routes/marketplace/routes/registry/components/registry-info-sidebar-detail.vue
|
||||
settings/routes/marketplace/routes/registry/components/registry-info-sidebar-detail.vue
|
||||
routes/marketplace/routes/registry/components/registry-info-sidebar-detail.vue
|
||||
marketplace/routes/registry/components/registry-info-sidebar-detail.vue
|
||||
routes/registry/components/registry-info-sidebar-detail.vue
|
||||
registry/components/registry-info-sidebar-detail.vue
|
||||
components/registry-info-sidebar-detail.vue
|
||||
registry-info-sidebar-detail.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/extension.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/extension.vue
|
||||
modules/settings/routes/marketplace/routes/extension/extension.vue
|
||||
settings/routes/marketplace/routes/extension/extension.vue
|
||||
routes/marketplace/routes/extension/extension.vue
|
||||
marketplace/routes/extension/extension.vue
|
||||
routes/extension/extension.vue
|
||||
extension/extension.vue
|
||||
extension.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-size.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-size.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-metadata-size.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-metadata-size.vue
|
||||
routes/marketplace/routes/extension/components/extension-metadata-size.vue
|
||||
marketplace/routes/extension/components/extension-metadata-size.vue
|
||||
routes/extension/components/extension-metadata-size.vue
|
||||
extension/components/extension-metadata-size.vue
|
||||
components/extension-metadata-size.vue
|
||||
extension-metadata-size.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-install.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-install.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-install.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-install.vue
|
||||
routes/marketplace/routes/extension/components/extension-install.vue
|
||||
marketplace/routes/extension/components/extension-install.vue
|
||||
routes/extension/components/extension-install.vue
|
||||
extension/components/extension-install.vue
|
||||
components/extension-install.vue
|
||||
extension-install.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-compatibility.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-compatibility.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-metadata-compatibility.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-metadata-compatibility.vue
|
||||
routes/marketplace/routes/extension/components/extension-metadata-compatibility.vue
|
||||
marketplace/routes/extension/components/extension-metadata-compatibility.vue
|
||||
routes/extension/components/extension-metadata-compatibility.vue
|
||||
extension/components/extension-metadata-compatibility.vue
|
||||
components/extension-metadata-compatibility.vue
|
||||
extension-metadata-compatibility.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-author.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-author.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-metadata-author.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-metadata-author.vue
|
||||
routes/marketplace/routes/extension/components/extension-metadata-author.vue
|
||||
marketplace/routes/extension/components/extension-metadata-author.vue
|
||||
routes/extension/components/extension-metadata-author.vue
|
||||
extension/components/extension-metadata-author.vue
|
||||
components/extension-metadata-author.vue
|
||||
extension-metadata-author.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-readme.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-readme.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-readme.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-readme.vue
|
||||
routes/marketplace/routes/extension/components/extension-readme.vue
|
||||
marketplace/routes/extension/components/extension-readme.vue
|
||||
routes/extension/components/extension-readme.vue
|
||||
extension/components/extension-readme.vue
|
||||
components/extension-readme.vue
|
||||
extension-readme.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-metadata.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-metadata.vue
|
||||
routes/marketplace/routes/extension/components/extension-metadata.vue
|
||||
marketplace/routes/extension/components/extension-metadata.vue
|
||||
routes/extension/components/extension-metadata.vue
|
||||
extension/components/extension-metadata.vue
|
||||
components/extension-metadata.vue
|
||||
extension-metadata.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-version.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-version.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-metadata-version.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-metadata-version.vue
|
||||
routes/marketplace/routes/extension/components/extension-metadata-version.vue
|
||||
marketplace/routes/extension/components/extension-metadata-version.vue
|
||||
routes/extension/components/extension-metadata-version.vue
|
||||
extension/components/extension-metadata-version.vue
|
||||
components/extension-metadata-version.vue
|
||||
extension-metadata-version.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-downloads-sparkline.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-downloads-sparkline.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-metadata-downloads-sparkline.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-metadata-downloads-sparkline.vue
|
||||
routes/marketplace/routes/extension/components/extension-metadata-downloads-sparkline.vue
|
||||
marketplace/routes/extension/components/extension-metadata-downloads-sparkline.vue
|
||||
routes/extension/components/extension-metadata-downloads-sparkline.vue
|
||||
extension/components/extension-metadata-downloads-sparkline.vue
|
||||
components/extension-metadata-downloads-sparkline.vue
|
||||
extension-metadata-downloads-sparkline.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-license.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-license.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-metadata-license.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-metadata-license.vue
|
||||
routes/marketplace/routes/extension/components/extension-metadata-license.vue
|
||||
marketplace/routes/extension/components/extension-metadata-license.vue
|
||||
routes/extension/components/extension-metadata-license.vue
|
||||
extension/components/extension-metadata-license.vue
|
||||
components/extension-metadata-license.vue
|
||||
extension-metadata-license.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-date.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-date.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-metadata-date.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-metadata-date.vue
|
||||
routes/marketplace/routes/extension/components/extension-metadata-date.vue
|
||||
marketplace/routes/extension/components/extension-metadata-date.vue
|
||||
routes/extension/components/extension-metadata-date.vue
|
||||
extension/components/extension-metadata-date.vue
|
||||
components/extension-metadata-date.vue
|
||||
extension-metadata-date.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-downloads.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-downloads.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-metadata-downloads.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-metadata-downloads.vue
|
||||
routes/marketplace/routes/extension/components/extension-metadata-downloads.vue
|
||||
marketplace/routes/extension/components/extension-metadata-downloads.vue
|
||||
routes/extension/components/extension-metadata-downloads.vue
|
||||
extension/components/extension-metadata-downloads.vue
|
||||
components/extension-metadata-downloads.vue
|
||||
extension-metadata-downloads.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-banner.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-banner.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-banner.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-banner.vue
|
||||
routes/marketplace/routes/extension/components/extension-banner.vue
|
||||
marketplace/routes/extension/components/extension-banner.vue
|
||||
routes/extension/components/extension-banner.vue
|
||||
extension/components/extension-banner.vue
|
||||
components/extension-banner.vue
|
||||
extension-banner.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-info-sidebar-detail.vue
|
||||
src/modules/settings/routes/marketplace/routes/extension/components/extension-info-sidebar-detail.vue
|
||||
modules/settings/routes/marketplace/routes/extension/components/extension-info-sidebar-detail.vue
|
||||
settings/routes/marketplace/routes/extension/components/extension-info-sidebar-detail.vue
|
||||
routes/marketplace/routes/extension/components/extension-info-sidebar-detail.vue
|
||||
marketplace/routes/extension/components/extension-info-sidebar-detail.vue
|
||||
routes/extension/components/extension-info-sidebar-detail.vue
|
||||
extension/components/extension-info-sidebar-detail.vue
|
||||
components/extension-info-sidebar-detail.vue
|
||||
extension-info-sidebar-detail.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/account/account.vue
|
||||
src/modules/settings/routes/marketplace/routes/account/account.vue
|
||||
modules/settings/routes/marketplace/routes/account/account.vue
|
||||
settings/routes/marketplace/routes/account/account.vue
|
||||
routes/marketplace/routes/account/account.vue
|
||||
marketplace/routes/account/account.vue
|
||||
routes/account/account.vue
|
||||
account/account.vue
|
||||
account.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/account/components/account-banner.vue
|
||||
src/modules/settings/routes/marketplace/routes/account/components/account-banner.vue
|
||||
modules/settings/routes/marketplace/routes/account/components/account-banner.vue
|
||||
settings/routes/marketplace/routes/account/components/account-banner.vue
|
||||
routes/marketplace/routes/account/components/account-banner.vue
|
||||
marketplace/routes/account/components/account-banner.vue
|
||||
routes/account/components/account-banner.vue
|
||||
account/components/account-banner.vue
|
||||
components/account-banner.vue
|
||||
account-banner.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/account/components/account-info-sidebar-detail.vue
|
||||
src/modules/settings/routes/marketplace/routes/account/components/account-info-sidebar-detail.vue
|
||||
modules/settings/routes/marketplace/routes/account/components/account-info-sidebar-detail.vue
|
||||
settings/routes/marketplace/routes/account/components/account-info-sidebar-detail.vue
|
||||
routes/marketplace/routes/account/components/account-info-sidebar-detail.vue
|
||||
marketplace/routes/account/components/account-info-sidebar-detail.vue
|
||||
routes/account/components/account-info-sidebar-detail.vue
|
||||
account/components/account-info-sidebar-detail.vue
|
||||
components/account-info-sidebar-detail.vue
|
||||
account-info-sidebar-detail.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/account/components/account-metadata.vue
|
||||
src/modules/settings/routes/marketplace/routes/account/components/account-metadata.vue
|
||||
modules/settings/routes/marketplace/routes/account/components/account-metadata.vue
|
||||
settings/routes/marketplace/routes/account/components/account-metadata.vue
|
||||
routes/marketplace/routes/account/components/account-metadata.vue
|
||||
marketplace/routes/account/components/account-metadata.vue
|
||||
routes/account/components/account-metadata.vue
|
||||
account/components/account-metadata.vue
|
||||
components/account-metadata.vue
|
||||
account-metadata.vue
|
||||
app/src/modules/settings/routes/marketplace/components/metadata-item.vue
|
||||
src/modules/settings/routes/marketplace/components/metadata-item.vue
|
||||
modules/settings/routes/marketplace/components/metadata-item.vue
|
||||
settings/routes/marketplace/components/metadata-item.vue
|
||||
routes/marketplace/components/metadata-item.vue
|
||||
marketplace/components/metadata-item.vue
|
||||
components/metadata-item.vue
|
||||
metadata-item.vue
|
||||
app/src/modules/settings/routes/marketplace/components/extension-list-item.vue
|
||||
src/modules/settings/routes/marketplace/components/extension-list-item.vue
|
||||
modules/settings/routes/marketplace/components/extension-list-item.vue
|
||||
settings/routes/marketplace/components/extension-list-item.vue
|
||||
routes/marketplace/components/extension-list-item.vue
|
||||
marketplace/components/extension-list-item.vue
|
||||
components/extension-list-item.vue
|
||||
extension-list-item.vue
|
||||
app/src/modules/settings/routes/data-model/utils/field-exists.ts
|
||||
src/modules/settings/routes/data-model/utils/field-exists.ts
|
||||
modules/settings/routes/data-model/utils/field-exists.ts
|
||||
|
|
@ -10846,14 +11118,6 @@ settings/routes/extensions/extensions.vue
|
|||
routes/extensions/extensions.vue
|
||||
extensions/extensions.vue
|
||||
extensions.vue
|
||||
app/src/modules/settings/routes/extensions/constants/icons.ts
|
||||
src/modules/settings/routes/extensions/constants/icons.ts
|
||||
modules/settings/routes/extensions/constants/icons.ts
|
||||
settings/routes/extensions/constants/icons.ts
|
||||
routes/extensions/constants/icons.ts
|
||||
extensions/constants/icons.ts
|
||||
constants/icons.ts
|
||||
icons.ts
|
||||
app/src/modules/settings/routes/extensions/components/extension-item.vue
|
||||
src/modules/settings/routes/extensions/components/extension-item.vue
|
||||
modules/settings/routes/extensions/components/extension-item.vue
|
||||
|
|
@ -11204,6 +11468,12 @@ calm-tables-destroy.md
|
|||
rare-bananas-clean.md
|
||||
.changeset/real-masks-double.md
|
||||
real-masks-double.md
|
||||
.changeset/twenty-socks-brush.md
|
||||
twenty-socks-brush.md
|
||||
.changeset/old-buttons-call.md
|
||||
old-buttons-call.md
|
||||
.changeset/moody-melons-eat.md
|
||||
moody-melons-eat.md
|
||||
.changeset/curvy-bees-eat.md
|
||||
curvy-bees-eat.md
|
||||
.changeset/famous-houses-glow.md
|
||||
|
|
@ -11228,6 +11498,8 @@ blue-colts-thank.md
|
|||
brave-jobs-suffer.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/rude-crews-mix.md
|
||||
rude-crews-mix.md
|
||||
.changeset/bright-eagles-fix.md
|
||||
bright-eagles-fix.md
|
||||
.changeset/khaki-phones-perform.md
|
||||
|
|
@ -11240,10 +11512,14 @@ plenty-rabbits-act.md
|
|||
hungry-carrots-jam.md
|
||||
.changeset/metal-dryers-talk.md
|
||||
metal-dryers-talk.md
|
||||
.changeset/heavy-countries-rule.md
|
||||
heavy-countries-rule.md
|
||||
.changeset/tough-hotels-reflect.md
|
||||
tough-hotels-reflect.md
|
||||
.changeset/three-crabs-end.md
|
||||
three-crabs-end.md
|
||||
.changeset/chilled-icons-provide.md
|
||||
chilled-icons-provide.md
|
||||
.changeset/thick-phones-drop.md
|
||||
thick-phones-drop.md
|
||||
.changeset/slow-knives-clean.md
|
||||
|
|
@ -13706,6 +13982,11 @@ errors/src/errors/token-expired.ts
|
|||
src/errors/token-expired.ts
|
||||
errors/token-expired.ts
|
||||
token-expired.ts
|
||||
packages/errors/src/errors/limit-exceeded.ts
|
||||
errors/src/errors/limit-exceeded.ts
|
||||
src/errors/limit-exceeded.ts
|
||||
errors/limit-exceeded.ts
|
||||
limit-exceeded.ts
|
||||
packages/errors/src/errors/invalid-payload.ts
|
||||
errors/src/errors/invalid-payload.ts
|
||||
src/errors/invalid-payload.ts
|
||||
|
|
@ -13721,6 +14002,11 @@ errors/src/errors/value-out-of-range.ts
|
|||
src/errors/value-out-of-range.ts
|
||||
errors/value-out-of-range.ts
|
||||
value-out-of-range.ts
|
||||
packages/errors/src/errors/out-of-date.ts
|
||||
errors/src/errors/out-of-date.ts
|
||||
src/errors/out-of-date.ts
|
||||
errors/out-of-date.ts
|
||||
out-of-date.ts
|
||||
packages/errors/src/errors/invalid-foreign-key.test.ts
|
||||
errors/src/errors/invalid-foreign-key.test.ts
|
||||
src/errors/invalid-foreign-key.test.ts
|
||||
|
|
@ -14617,12 +14903,6 @@ src/shared/constants/pkg-key.ts
|
|||
shared/constants/pkg-key.ts
|
||||
constants/pkg-key.ts
|
||||
pkg-key.ts
|
||||
packages/extensions/src/shared/constants/name-regex.ts
|
||||
extensions/src/shared/constants/name-regex.ts
|
||||
src/shared/constants/name-regex.ts
|
||||
shared/constants/name-regex.ts
|
||||
constants/name-regex.ts
|
||||
name-regex.ts
|
||||
packages/extensions/src/shared/constants/languages.ts
|
||||
extensions/src/shared/constants/languages.ts
|
||||
src/shared/constants/languages.ts
|
||||
|
|
@ -14754,12 +15034,6 @@ src/node/utils/generate-extensions-entrypoint.test.ts
|
|||
node/utils/generate-extensions-entrypoint.test.ts
|
||||
utils/generate-extensions-entrypoint.test.ts
|
||||
generate-extensions-entrypoint.test.ts
|
||||
packages/extensions/src/node/utils/ensure-extension-dirs.test.ts
|
||||
extensions/src/node/utils/ensure-extension-dirs.test.ts
|
||||
src/node/utils/ensure-extension-dirs.test.ts
|
||||
node/utils/ensure-extension-dirs.test.ts
|
||||
utils/ensure-extension-dirs.test.ts
|
||||
ensure-extension-dirs.test.ts
|
||||
packages/extensions/src/node/utils/generate-extensions-entrypoint.ts
|
||||
extensions/src/node/utils/generate-extensions-entrypoint.ts
|
||||
src/node/utils/generate-extensions-entrypoint.ts
|
||||
|
|
@ -14772,12 +15046,6 @@ src/node/utils/get-extensions.ts
|
|||
node/utils/get-extensions.ts
|
||||
utils/get-extensions.ts
|
||||
get-extensions.ts
|
||||
packages/extensions/src/node/utils/ensure-extension-dirs.ts
|
||||
extensions/src/node/utils/ensure-extension-dirs.ts
|
||||
src/node/utils/ensure-extension-dirs.ts
|
||||
node/utils/ensure-extension-dirs.ts
|
||||
utils/ensure-extension-dirs.ts
|
||||
ensure-extension-dirs.ts
|
||||
packages/extensions/src/node/tsconfig.json
|
||||
extensions/src/node/tsconfig.json
|
||||
src/node/tsconfig.json
|
||||
|
|
@ -15510,6 +15778,190 @@ package.json
|
|||
packages/validation/license
|
||||
validation/license
|
||||
license
|
||||
packages/extensions-registry/tsconfig.json
|
||||
extensions-registry/tsconfig.json
|
||||
tsconfig.json
|
||||
packages/extensions-registry/src/index.ts
|
||||
extensions-registry/src/index.ts
|
||||
src/index.ts
|
||||
index.ts
|
||||
packages/extensions-registry/src/utils/assert-version-compatibility.test.ts
|
||||
extensions-registry/src/utils/assert-version-compatibility.test.ts
|
||||
src/utils/assert-version-compatibility.test.ts
|
||||
utils/assert-version-compatibility.test.ts
|
||||
assert-version-compatibility.test.ts
|
||||
packages/extensions-registry/src/utils/get-api-version.test.ts
|
||||
extensions-registry/src/utils/get-api-version.test.ts
|
||||
src/utils/get-api-version.test.ts
|
||||
utils/get-api-version.test.ts
|
||||
get-api-version.test.ts
|
||||
packages/extensions-registry/src/utils/assert-version-compatibility.ts
|
||||
extensions-registry/src/utils/assert-version-compatibility.ts
|
||||
src/utils/assert-version-compatibility.ts
|
||||
utils/assert-version-compatibility.ts
|
||||
assert-version-compatibility.ts
|
||||
packages/extensions-registry/src/utils/get-api-version.ts
|
||||
extensions-registry/src/utils/get-api-version.ts
|
||||
src/utils/get-api-version.ts
|
||||
utils/get-api-version.ts
|
||||
get-api-version.ts
|
||||
packages/extensions-registry/src/constants.ts
|
||||
extensions-registry/src/constants.ts
|
||||
src/constants.ts
|
||||
constants.ts
|
||||
packages/extensions-registry/src/modules/index.ts
|
||||
extensions-registry/src/modules/index.ts
|
||||
src/modules/index.ts
|
||||
modules/index.ts
|
||||
index.ts
|
||||
packages/extensions-registry/src/modules/download/lib/construct-url.ts
|
||||
extensions-registry/src/modules/download/lib/construct-url.ts
|
||||
src/modules/download/lib/construct-url.ts
|
||||
modules/download/lib/construct-url.ts
|
||||
download/lib/construct-url.ts
|
||||
lib/construct-url.ts
|
||||
construct-url.ts
|
||||
packages/extensions-registry/src/modules/download/download.ts
|
||||
extensions-registry/src/modules/download/download.ts
|
||||
src/modules/download/download.ts
|
||||
modules/download/download.ts
|
||||
download/download.ts
|
||||
download.ts
|
||||
packages/extensions-registry/src/modules/download/types/download-options.ts
|
||||
extensions-registry/src/modules/download/types/download-options.ts
|
||||
src/modules/download/types/download-options.ts
|
||||
modules/download/types/download-options.ts
|
||||
download/types/download-options.ts
|
||||
types/download-options.ts
|
||||
download-options.ts
|
||||
packages/extensions-registry/src/modules/list/lib/construct-url.ts
|
||||
extensions-registry/src/modules/list/lib/construct-url.ts
|
||||
src/modules/list/lib/construct-url.ts
|
||||
modules/list/lib/construct-url.ts
|
||||
list/lib/construct-url.ts
|
||||
lib/construct-url.ts
|
||||
construct-url.ts
|
||||
packages/extensions-registry/src/modules/list/lib/construct-url.test.ts
|
||||
extensions-registry/src/modules/list/lib/construct-url.test.ts
|
||||
src/modules/list/lib/construct-url.test.ts
|
||||
modules/list/lib/construct-url.test.ts
|
||||
list/lib/construct-url.test.ts
|
||||
lib/construct-url.test.ts
|
||||
construct-url.test.ts
|
||||
packages/extensions-registry/src/modules/list/list.ts
|
||||
extensions-registry/src/modules/list/list.ts
|
||||
src/modules/list/list.ts
|
||||
modules/list/list.ts
|
||||
list/list.ts
|
||||
list.ts
|
||||
packages/extensions-registry/src/modules/list/types/list-query.ts
|
||||
extensions-registry/src/modules/list/types/list-query.ts
|
||||
src/modules/list/types/list-query.ts
|
||||
modules/list/types/list-query.ts
|
||||
list/types/list-query.ts
|
||||
types/list-query.ts
|
||||
list-query.ts
|
||||
packages/extensions-registry/src/modules/list/types/list-options.ts
|
||||
extensions-registry/src/modules/list/types/list-options.ts
|
||||
src/modules/list/types/list-options.ts
|
||||
modules/list/types/list-options.ts
|
||||
list/types/list-options.ts
|
||||
types/list-options.ts
|
||||
list-options.ts
|
||||
packages/extensions-registry/src/modules/list/list.test.ts
|
||||
extensions-registry/src/modules/list/list.test.ts
|
||||
src/modules/list/list.test.ts
|
||||
modules/list/list.test.ts
|
||||
list/list.test.ts
|
||||
list.test.ts
|
||||
packages/extensions-registry/src/modules/list/schemas/registry-list-response.ts
|
||||
extensions-registry/src/modules/list/schemas/registry-list-response.ts
|
||||
src/modules/list/schemas/registry-list-response.ts
|
||||
modules/list/schemas/registry-list-response.ts
|
||||
list/schemas/registry-list-response.ts
|
||||
schemas/registry-list-response.ts
|
||||
registry-list-response.ts
|
||||
packages/extensions-registry/src/modules/describe/lib/construct-url.ts
|
||||
extensions-registry/src/modules/describe/lib/construct-url.ts
|
||||
src/modules/describe/lib/construct-url.ts
|
||||
modules/describe/lib/construct-url.ts
|
||||
describe/lib/construct-url.ts
|
||||
lib/construct-url.ts
|
||||
construct-url.ts
|
||||
packages/extensions-registry/src/modules/describe/lib/construct-url.test.ts
|
||||
extensions-registry/src/modules/describe/lib/construct-url.test.ts
|
||||
src/modules/describe/lib/construct-url.test.ts
|
||||
modules/describe/lib/construct-url.test.ts
|
||||
describe/lib/construct-url.test.ts
|
||||
lib/construct-url.test.ts
|
||||
construct-url.test.ts
|
||||
packages/extensions-registry/src/modules/describe/types/describe-options.ts
|
||||
extensions-registry/src/modules/describe/types/describe-options.ts
|
||||
src/modules/describe/types/describe-options.ts
|
||||
modules/describe/types/describe-options.ts
|
||||
describe/types/describe-options.ts
|
||||
types/describe-options.ts
|
||||
describe-options.ts
|
||||
packages/extensions-registry/src/modules/describe/describe.test.ts
|
||||
extensions-registry/src/modules/describe/describe.test.ts
|
||||
src/modules/describe/describe.test.ts
|
||||
modules/describe/describe.test.ts
|
||||
describe/describe.test.ts
|
||||
describe.test.ts
|
||||
packages/extensions-registry/src/modules/describe/describe.ts
|
||||
extensions-registry/src/modules/describe/describe.ts
|
||||
src/modules/describe/describe.ts
|
||||
modules/describe/describe.ts
|
||||
describe/describe.ts
|
||||
describe.ts
|
||||
packages/extensions-registry/src/modules/describe/schemas/registry-describe-response.ts
|
||||
extensions-registry/src/modules/describe/schemas/registry-describe-response.ts
|
||||
src/modules/describe/schemas/registry-describe-response.ts
|
||||
modules/describe/schemas/registry-describe-response.ts
|
||||
describe/schemas/registry-describe-response.ts
|
||||
schemas/registry-describe-response.ts
|
||||
registry-describe-response.ts
|
||||
packages/extensions-registry/src/modules/account/lib/construct-url.ts
|
||||
extensions-registry/src/modules/account/lib/construct-url.ts
|
||||
src/modules/account/lib/construct-url.ts
|
||||
modules/account/lib/construct-url.ts
|
||||
account/lib/construct-url.ts
|
||||
lib/construct-url.ts
|
||||
construct-url.ts
|
||||
packages/extensions-registry/src/modules/account/types/account-options.ts
|
||||
extensions-registry/src/modules/account/types/account-options.ts
|
||||
src/modules/account/types/account-options.ts
|
||||
modules/account/types/account-options.ts
|
||||
account/types/account-options.ts
|
||||
types/account-options.ts
|
||||
account-options.ts
|
||||
packages/extensions-registry/src/modules/account/account.ts
|
||||
extensions-registry/src/modules/account/account.ts
|
||||
src/modules/account/account.ts
|
||||
modules/account/account.ts
|
||||
account/account.ts
|
||||
account.ts
|
||||
packages/extensions-registry/src/modules/account/schemas/registry-account-response.ts
|
||||
extensions-registry/src/modules/account/schemas/registry-account-response.ts
|
||||
src/modules/account/schemas/registry-account-response.ts
|
||||
modules/account/schemas/registry-account-response.ts
|
||||
account/schemas/registry-account-response.ts
|
||||
schemas/registry-account-response.ts
|
||||
registry-account-response.ts
|
||||
packages/extensions-registry/src/schemas/registry-version-response.ts
|
||||
extensions-registry/src/schemas/registry-version-response.ts
|
||||
src/schemas/registry-version-response.ts
|
||||
schemas/registry-version-response.ts
|
||||
registry-version-response.ts
|
||||
packages/extensions-registry/package.json
|
||||
extensions-registry/package.json
|
||||
package.json
|
||||
packages/extensions-registry/readme.md
|
||||
extensions-registry/readme.md
|
||||
readme.md
|
||||
packages/extensions-registry/license
|
||||
extensions-registry/license
|
||||
license
|
||||
packages/storage-driver-gcs/tsconfig.json
|
||||
storage-driver-gcs/tsconfig.json
|
||||
tsconfig.json
|
||||
|
|
|
|||
|
|
@ -284,6 +284,7 @@ api/src/utils/get-service.ts
|
|||
api/src/utils/is-valid-uuid.test.ts
|
||||
api/src/utils/get-relation-type.ts
|
||||
api/src/utils/get-versioned-hash.ts
|
||||
api/src/utils/merge-version-data.ts
|
||||
api/src/utils/get-cache-key.ts
|
||||
api/src/utils/get-column-path.ts
|
||||
api/src/utils/should-skip-cache.test.ts
|
||||
|
|
@ -308,6 +309,7 @@ api/src/utils/get-auth-providers.ts
|
|||
api/src/utils/construct-flow-tree.ts
|
||||
api/src/utils/validate-storage.ts
|
||||
api/src/utils/user-name.test.ts
|
||||
api/src/utils/merge-version-data.test.ts
|
||||
api/src/utils/md.ts
|
||||
api/src/utils/get-milliseconds.test.ts
|
||||
api/src/utils/get-string-byte-size.test.ts
|
||||
|
|
@ -419,6 +421,8 @@ api/src/types/auth.ts
|
|||
api/src/__setup__/global.js
|
||||
api/src/extensions/index.ts
|
||||
api/src/extensions/types.ts
|
||||
api/src/extensions/lib/installation/index.ts
|
||||
api/src/extensions/lib/installation/manager.ts
|
||||
api/src/extensions/lib/get-extensions-settings.ts
|
||||
api/src/extensions/lib/sync-extensions.ts
|
||||
api/src/extensions/lib/sync-status.ts
|
||||
|
|
@ -595,6 +599,7 @@ api/src/database/migrations/20210805B-change-image-metadata-structure.ts
|
|||
api/src/database/migrations/20210416A-add-collections-accountability.ts
|
||||
api/src/database/migrations/20211016A-add-webhook-headers.ts
|
||||
api/src/database/migrations/20220322A-rename-field-typecast-flags.ts
|
||||
api/src/database/migrations/20240204A-marketplace.ts
|
||||
api/src/database/migrations/20201029A-remove-system-relations.ts
|
||||
api/src/database/migrations/20210721A-add-default-folder.ts
|
||||
api/src/database/migrations/20211230A-add-project-descriptor.ts
|
||||
|
|
@ -721,6 +726,7 @@ api/src/middleware/rate-limiter-ip.ts
|
|||
api/src/middleware/validate-batch.test.ts
|
||||
api/src/middleware/get-permissions.ts
|
||||
api/src/middleware/authenticate.ts
|
||||
api/src/middleware/merge-content-versions.ts
|
||||
api/src/middleware/cache.ts
|
||||
api/src/middleware/authenticate.test.ts
|
||||
api/src/middleware/validate-batch.ts
|
||||
|
|
@ -1166,6 +1172,7 @@ app/src/stores/notifications.ts
|
|||
app/src/stores/collections.ts
|
||||
app/src/stores/relations.ts
|
||||
app/src/stores/requests.ts
|
||||
app/src/stores/extensions.ts
|
||||
app/src/stores/presets.ts
|
||||
app/src/stores/latency.ts
|
||||
app/src/stores/server.ts
|
||||
|
|
@ -1607,6 +1614,7 @@ app/src/__histoire__/setup.ts
|
|||
app/src/__histoire__/wrapper.vue
|
||||
app/src/router.test.ts
|
||||
app/src/main.ts
|
||||
app/src/constants/extension-type-icon-map.ts
|
||||
app/src/routes/private-not-found.vue
|
||||
app/src/routes/logout.vue
|
||||
app/src/routes/shared/components/share-item.vue
|
||||
|
|
@ -1899,6 +1907,7 @@ app/src/components/v-card.story.vue
|
|||
app/src/components/v-skeleton-loader.test.ts
|
||||
app/src/components/v-tabs-items.vue
|
||||
app/src/components/v-breadcrumb.test.ts
|
||||
app/src/components/v-banner.vue
|
||||
app/src/components/v-input.story.vue
|
||||
app/src/components/v-info.story.vue
|
||||
app/src/components/v-button.story.vue
|
||||
|
|
@ -2147,6 +2156,30 @@ app/src/modules/users/components/navigation-role.vue
|
|||
app/src/modules/users/components/navigation.vue
|
||||
app/src/modules/users/composables/use-navigation.ts
|
||||
app/src/modules/settings/index.ts
|
||||
app/src/modules/settings/routes/marketplace/utils/format-name.ts
|
||||
app/src/modules/settings/routes/marketplace/routes/registry/registry.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/registry/components/inline-filter.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/registry/components/registry-info-sidebar-detail.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/extension.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-size.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-install.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-compatibility.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-author.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-readme.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-version.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-downloads-sparkline.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-license.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-date.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata-downloads.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-banner.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/extension/components/extension-info-sidebar-detail.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/account/account.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/account/components/account-banner.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/account/components/account-info-sidebar-detail.vue
|
||||
app/src/modules/settings/routes/marketplace/routes/account/components/account-metadata.vue
|
||||
app/src/modules/settings/routes/marketplace/components/metadata-item.vue
|
||||
app/src/modules/settings/routes/marketplace/components/extension-list-item.vue
|
||||
app/src/modules/settings/routes/data-model/utils/field-exists.ts
|
||||
app/src/modules/settings/routes/data-model/utils/collection-exists.ts
|
||||
app/src/modules/settings/routes/data-model/utils/get-junction-collection-name.ts
|
||||
|
|
@ -2224,7 +2257,6 @@ app/src/modules/settings/routes/appearance/components/theming-info-sidebar-detai
|
|||
app/src/modules/settings/routes/appearance/item.vue
|
||||
app/src/modules/settings/routes/extensions/types.ts
|
||||
app/src/modules/settings/routes/extensions/extensions.vue
|
||||
app/src/modules/settings/routes/extensions/constants/icons.ts
|
||||
app/src/modules/settings/routes/extensions/components/extension-item.vue
|
||||
app/src/modules/settings/routes/extensions/components/extension-item-options.vue
|
||||
app/src/modules/settings/routes/extensions/components/extension-group-divider.vue
|
||||
|
|
@ -2288,6 +2320,9 @@ app/license
|
|||
.changeset/calm-tables-destroy.md
|
||||
.changeset/rare-bananas-clean.md
|
||||
.changeset/real-masks-double.md
|
||||
.changeset/twenty-socks-brush.md
|
||||
.changeset/old-buttons-call.md
|
||||
.changeset/moody-melons-eat.md
|
||||
.changeset/curvy-bees-eat.md
|
||||
.changeset/famous-houses-glow.md
|
||||
.changeset/stupid-oranges-listen.md
|
||||
|
|
@ -2300,14 +2335,17 @@ app/license
|
|||
.changeset/blue-colts-thank.md
|
||||
.changeset/brave-jobs-suffer.md
|
||||
.changeset/config.json
|
||||
.changeset/rude-crews-mix.md
|
||||
.changeset/bright-eagles-fix.md
|
||||
.changeset/khaki-phones-perform.md
|
||||
.changeset/wise-wolves-push.md
|
||||
.changeset/plenty-rabbits-act.md
|
||||
.changeset/hungry-carrots-jam.md
|
||||
.changeset/metal-dryers-talk.md
|
||||
.changeset/heavy-countries-rule.md
|
||||
.changeset/tough-hotels-reflect.md
|
||||
.changeset/three-crabs-end.md
|
||||
.changeset/chilled-icons-provide.md
|
||||
.changeset/thick-phones-drop.md
|
||||
.changeset/slow-knives-clean.md
|
||||
contributing.md
|
||||
|
|
@ -2809,9 +2847,11 @@ packages/errors/src/errors/invalid-query.test.ts
|
|||
packages/errors/src/errors/method-not-allowed.ts
|
||||
packages/errors/src/errors/invalid-provider.ts
|
||||
packages/errors/src/errors/token-expired.ts
|
||||
packages/errors/src/errors/limit-exceeded.ts
|
||||
packages/errors/src/errors/invalid-payload.ts
|
||||
packages/errors/src/errors/invalid-query.ts
|
||||
packages/errors/src/errors/value-out-of-range.ts
|
||||
packages/errors/src/errors/out-of-date.ts
|
||||
packages/errors/src/errors/invalid-foreign-key.test.ts
|
||||
packages/errors/src/is-directus-error.test.ts
|
||||
packages/errors/src/create-error.ts
|
||||
|
|
@ -2989,7 +3029,6 @@ packages/extensions/src/shared/constants/index.ts
|
|||
packages/extensions/src/shared/constants/shared-deps.ts
|
||||
packages/extensions/src/shared/constants/extension-types.ts
|
||||
packages/extensions/src/shared/constants/pkg-key.ts
|
||||
packages/extensions/src/shared/constants/name-regex.ts
|
||||
packages/extensions/src/shared/constants/languages.ts
|
||||
packages/extensions/src/shared/types/hooks.ts
|
||||
packages/extensions/src/shared/types/index.ts
|
||||
|
|
@ -3012,10 +3051,8 @@ packages/extensions/src/shared/schemas/manifest.ts
|
|||
packages/extensions/src/node/index.ts
|
||||
packages/extensions/src/node/utils/index.ts
|
||||
packages/extensions/src/node/utils/generate-extensions-entrypoint.test.ts
|
||||
packages/extensions/src/node/utils/ensure-extension-dirs.test.ts
|
||||
packages/extensions/src/node/utils/generate-extensions-entrypoint.ts
|
||||
packages/extensions/src/node/utils/get-extensions.ts
|
||||
packages/extensions/src/node/utils/ensure-extension-dirs.ts
|
||||
packages/extensions/src/node/tsconfig.json
|
||||
packages/extensions/src/node.ts
|
||||
packages/extensions/package.json
|
||||
|
|
@ -3163,6 +3200,38 @@ packages/validation/src/errors/failed-validation.test.ts
|
|||
packages/validation/src/errors/__snapshots__/failed-validation.test.ts.snap
|
||||
packages/validation/package.json
|
||||
packages/validation/license
|
||||
packages/extensions-registry/tsconfig.json
|
||||
packages/extensions-registry/src/index.ts
|
||||
packages/extensions-registry/src/utils/assert-version-compatibility.test.ts
|
||||
packages/extensions-registry/src/utils/get-api-version.test.ts
|
||||
packages/extensions-registry/src/utils/assert-version-compatibility.ts
|
||||
packages/extensions-registry/src/utils/get-api-version.ts
|
||||
packages/extensions-registry/src/constants.ts
|
||||
packages/extensions-registry/src/modules/index.ts
|
||||
packages/extensions-registry/src/modules/download/lib/construct-url.ts
|
||||
packages/extensions-registry/src/modules/download/download.ts
|
||||
packages/extensions-registry/src/modules/download/types/download-options.ts
|
||||
packages/extensions-registry/src/modules/list/lib/construct-url.ts
|
||||
packages/extensions-registry/src/modules/list/lib/construct-url.test.ts
|
||||
packages/extensions-registry/src/modules/list/list.ts
|
||||
packages/extensions-registry/src/modules/list/types/list-query.ts
|
||||
packages/extensions-registry/src/modules/list/types/list-options.ts
|
||||
packages/extensions-registry/src/modules/list/list.test.ts
|
||||
packages/extensions-registry/src/modules/list/schemas/registry-list-response.ts
|
||||
packages/extensions-registry/src/modules/describe/lib/construct-url.ts
|
||||
packages/extensions-registry/src/modules/describe/lib/construct-url.test.ts
|
||||
packages/extensions-registry/src/modules/describe/types/describe-options.ts
|
||||
packages/extensions-registry/src/modules/describe/describe.test.ts
|
||||
packages/extensions-registry/src/modules/describe/describe.ts
|
||||
packages/extensions-registry/src/modules/describe/schemas/registry-describe-response.ts
|
||||
packages/extensions-registry/src/modules/account/lib/construct-url.ts
|
||||
packages/extensions-registry/src/modules/account/types/account-options.ts
|
||||
packages/extensions-registry/src/modules/account/account.ts
|
||||
packages/extensions-registry/src/modules/account/schemas/registry-account-response.ts
|
||||
packages/extensions-registry/src/schemas/registry-version-response.ts
|
||||
packages/extensions-registry/package.json
|
||||
packages/extensions-registry/readme.md
|
||||
packages/extensions-registry/license
|
||||
packages/storage-driver-gcs/tsconfig.json
|
||||
packages/storage-driver-gcs/src/index.ts
|
||||
packages/storage-driver-gcs/src/index.test.ts
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@ test_requirements/django-4.0.txt
|
|||
django-4.0.txt
|
||||
test_requirements/databases.txt
|
||||
databases.txt
|
||||
test_requirements/requirement_base_django_main.txt
|
||||
requirement_base_django_main.txt
|
||||
test_requirements/requirements_base.txt
|
||||
requirements_base.txt
|
||||
test_requirements/django-5.0.txt
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ test_requirements/django-3.2.txt
|
|||
test_requirements/django-3.1.txt
|
||||
test_requirements/django-4.0.txt
|
||||
test_requirements/databases.txt
|
||||
test_requirements/requirement_base_django_main.txt
|
||||
test_requirements/requirements_base.txt
|
||||
test_requirements/django-5.0.txt
|
||||
test_requirements/django-4.2.txt
|
||||
|
|
|
|||
|
|
@ -65304,17 +65304,6 @@ dev/tools/phan/PHAN.BAT
|
|||
tools/phan/PHAN.BAT
|
||||
phan/PHAN.BAT
|
||||
PHAN.BAT
|
||||
dev/tools/phan/plugins/GetPostFixerPlugin.php
|
||||
tools/phan/plugins/GetPostFixerPlugin.php
|
||||
phan/plugins/GetPostFixerPlugin.php
|
||||
plugins/GetPostFixerPlugin.php
|
||||
GetPostFixerPlugin.php
|
||||
dev/tools/phan/plugins/GetPostFixerPlugin/fixers.php
|
||||
tools/phan/plugins/GetPostFixerPlugin/fixers.php
|
||||
phan/plugins/GetPostFixerPlugin/fixers.php
|
||||
plugins/GetPostFixerPlugin/fixers.php
|
||||
GetPostFixerPlugin/fixers.php
|
||||
fixers.php
|
||||
dev/tools/phan/plugins/NoVarDumpPlugin.php
|
||||
tools/phan/plugins/NoVarDumpPlugin.php
|
||||
phan/plugins/NoVarDumpPlugin.php
|
||||
|
|
@ -65443,6 +65432,12 @@ rector/src/Renaming/UserRightsToFunction.php
|
|||
src/Renaming/UserRightsToFunction.php
|
||||
Renaming/UserRightsToFunction.php
|
||||
UserRightsToFunction.php
|
||||
dev/tools/rector/src/Renaming/UsePositiveExit.php
|
||||
tools/rector/src/Renaming/UsePositiveExit.php
|
||||
rector/src/Renaming/UsePositiveExit.php
|
||||
src/Renaming/UsePositiveExit.php
|
||||
Renaming/UsePositiveExit.php
|
||||
UsePositiveExit.php
|
||||
dev/tools/rector/src/Renaming/EmptyGlobalToFunction.php
|
||||
tools/rector/src/Renaming/EmptyGlobalToFunction.php
|
||||
rector/src/Renaming/EmptyGlobalToFunction.php
|
||||
|
|
|
|||
|
|
@ -13287,8 +13287,6 @@ dev/tools/phan/baseline.txt
|
|||
dev/tools/phan/config_fixer.php
|
||||
dev/tools/phan/config_extended.php
|
||||
dev/tools/phan/PHAN.BAT
|
||||
dev/tools/phan/plugins/GetPostFixerPlugin.php
|
||||
dev/tools/phan/plugins/GetPostFixerPlugin/fixers.php
|
||||
dev/tools/phan/plugins/NoVarDumpPlugin.php
|
||||
dev/tools/phan/plugins/DeprecatedModuleNameFixer.php
|
||||
dev/tools/phan/plugins/ParamMatchRegexPlugin.php
|
||||
|
|
@ -13321,6 +13319,7 @@ dev/tools/rector/README.md
|
|||
dev/tools/rector/rector.php
|
||||
dev/tools/rector/src/Renaming/GlobalToFunction.php
|
||||
dev/tools/rector/src/Renaming/UserRightsToFunction.php
|
||||
dev/tools/rector/src/Renaming/UsePositiveExit.php
|
||||
dev/tools/rector/src/Renaming/EmptyGlobalToFunction.php
|
||||
dev/tools/rector/src/Renaming/EmptyUserRightsToFunction.php
|
||||
dev/tools/rector/composer.json
|
||||
|
|
|
|||
|
|
@ -17390,13 +17390,6 @@ Tests/Core/Asset/JsOptimizerUnitTest.php
|
|||
Core/Asset/JsOptimizerUnitTest.php
|
||||
Asset/JsOptimizerUnitTest.php
|
||||
JsOptimizerUnitTest.php
|
||||
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php
|
||||
tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php
|
||||
Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php
|
||||
Tests/Core/Asset/CssCollectionOptimizerUnitTest.php
|
||||
Core/Asset/CssCollectionOptimizerUnitTest.php
|
||||
Asset/CssCollectionOptimizerUnitTest.php
|
||||
CssCollectionOptimizerUnitTest.php
|
||||
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php
|
||||
tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php
|
||||
Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php
|
||||
|
|
@ -33048,12 +33041,6 @@ Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php
|
|||
Core/Asset/AssetCollectionGroupOptimizerInterface.php
|
||||
Asset/AssetCollectionGroupOptimizerInterface.php
|
||||
AssetCollectionGroupOptimizerInterface.php
|
||||
core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php
|
||||
lib/Drupal/Core/Asset/CssCollectionOptimizer.php
|
||||
Drupal/Core/Asset/CssCollectionOptimizer.php
|
||||
Core/Asset/CssCollectionOptimizer.php
|
||||
Asset/CssCollectionOptimizer.php
|
||||
CssCollectionOptimizer.php
|
||||
core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php
|
||||
lib/Drupal/Core/Asset/AssetOptimizerInterface.php
|
||||
Drupal/Core/Asset/AssetOptimizerInterface.php
|
||||
|
|
@ -33173,12 +33160,6 @@ Drupal/Core/Asset/AttachedAssets.php
|
|||
Core/Asset/AttachedAssets.php
|
||||
Asset/AttachedAssets.php
|
||||
AttachedAssets.php
|
||||
core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php
|
||||
lib/Drupal/Core/Asset/JsCollectionOptimizer.php
|
||||
Drupal/Core/Asset/JsCollectionOptimizer.php
|
||||
Core/Asset/JsCollectionOptimizer.php
|
||||
Asset/JsCollectionOptimizer.php
|
||||
JsCollectionOptimizer.php
|
||||
core/lib/Drupal/Core/Asset/LibraryDiscoveryInterface.php
|
||||
lib/Drupal/Core/Asset/LibraryDiscoveryInterface.php
|
||||
Drupal/Core/Asset/LibraryDiscoveryInterface.php
|
||||
|
|
@ -44770,6 +44751,11 @@ media_library/src/Routing/RouteSubscriber.php
|
|||
src/Routing/RouteSubscriber.php
|
||||
Routing/RouteSubscriber.php
|
||||
RouteSubscriber.php
|
||||
core/modules/media_library/src/MediaLibraryServiceProvider.php
|
||||
modules/media_library/src/MediaLibraryServiceProvider.php
|
||||
media_library/src/MediaLibraryServiceProvider.php
|
||||
src/MediaLibraryServiceProvider.php
|
||||
MediaLibraryServiceProvider.php
|
||||
core/modules/media_library/js/media_library.click_to_select.js
|
||||
modules/media_library/js/media_library.click_to_select.js
|
||||
media_library/js/media_library.click_to_select.js
|
||||
|
|
@ -53430,6 +53416,12 @@ modules/views/src/DisplayPluginCollection.php
|
|||
views/src/DisplayPluginCollection.php
|
||||
src/DisplayPluginCollection.php
|
||||
DisplayPluginCollection.php
|
||||
core/modules/views/src/Attribute/ViewsDisplayExtender.php
|
||||
modules/views/src/Attribute/ViewsDisplayExtender.php
|
||||
views/src/Attribute/ViewsDisplayExtender.php
|
||||
src/Attribute/ViewsDisplayExtender.php
|
||||
Attribute/ViewsDisplayExtender.php
|
||||
ViewsDisplayExtender.php
|
||||
core/modules/views/src/Ajax/ReplaceTitleCommand.php
|
||||
modules/views/src/Ajax/ReplaceTitleCommand.php
|
||||
views/src/Ajax/ReplaceTitleCommand.php
|
||||
|
|
@ -54131,6 +54123,14 @@ Plugin/views/filter/Broken.php
|
|||
views/filter/Broken.php
|
||||
filter/Broken.php
|
||||
Broken.php
|
||||
core/modules/views/src/Plugin/views/filter/FilterOperatorsInterface.php
|
||||
modules/views/src/Plugin/views/filter/FilterOperatorsInterface.php
|
||||
views/src/Plugin/views/filter/FilterOperatorsInterface.php
|
||||
src/Plugin/views/filter/FilterOperatorsInterface.php
|
||||
Plugin/views/filter/FilterOperatorsInterface.php
|
||||
views/filter/FilterOperatorsInterface.php
|
||||
filter/FilterOperatorsInterface.php
|
||||
FilterOperatorsInterface.php
|
||||
core/modules/views/src/Plugin/views/filter/Date.php
|
||||
modules/views/src/Plugin/views/filter/Date.php
|
||||
views/src/Plugin/views/filter/Date.php
|
||||
|
|
@ -62981,14 +62981,6 @@ Plugin/migrate/process/TargetBundle.php
|
|||
migrate/process/TargetBundle.php
|
||||
process/TargetBundle.php
|
||||
TargetBundle.php
|
||||
core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php
|
||||
modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php
|
||||
taxonomy/src/Plugin/migrate/process/ForumVocabulary.php
|
||||
src/Plugin/migrate/process/ForumVocabulary.php
|
||||
Plugin/migrate/process/ForumVocabulary.php
|
||||
migrate/process/ForumVocabulary.php
|
||||
process/ForumVocabulary.php
|
||||
ForumVocabulary.php
|
||||
core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php
|
||||
modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php
|
||||
taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php
|
||||
|
|
@ -63731,6 +63723,13 @@ tests/src/Unit/LocaleLookupTest.php
|
|||
src/Unit/LocaleLookupTest.php
|
||||
Unit/LocaleLookupTest.php
|
||||
LocaleLookupTest.php
|
||||
core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
|
||||
modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
|
||||
locale/tests/src/Unit/LocaleProjectStorageTest.php
|
||||
tests/src/Unit/LocaleProjectStorageTest.php
|
||||
src/Unit/LocaleProjectStorageTest.php
|
||||
Unit/LocaleProjectStorageTest.php
|
||||
LocaleProjectStorageTest.php
|
||||
core/modules/locale/tests/src/Unit/LocaleTranslationTest.php
|
||||
modules/locale/tests/src/Unit/LocaleTranslationTest.php
|
||||
locale/tests/src/Unit/LocaleTranslationTest.php
|
||||
|
|
@ -74845,14 +74844,6 @@ src/Functional/Update/README.txt
|
|||
Functional/Update/README.txt
|
||||
Update/README.txt
|
||||
README.txt
|
||||
core/modules/system/tests/src/Functional/Update/TimestampFormatterSettingsUpdateTest.php
|
||||
modules/system/tests/src/Functional/Update/TimestampFormatterSettingsUpdateTest.php
|
||||
system/tests/src/Functional/Update/TimestampFormatterSettingsUpdateTest.php
|
||||
tests/src/Functional/Update/TimestampFormatterSettingsUpdateTest.php
|
||||
src/Functional/Update/TimestampFormatterSettingsUpdateTest.php
|
||||
Functional/Update/TimestampFormatterSettingsUpdateTest.php
|
||||
Update/TimestampFormatterSettingsUpdateTest.php
|
||||
TimestampFormatterSettingsUpdateTest.php
|
||||
core/modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php
|
||||
modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php
|
||||
system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php
|
||||
|
|
@ -74909,14 +74900,6 @@ src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
|
|||
Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
|
||||
Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
|
||||
GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
|
||||
core/modules/system/tests/src/Functional/Update/UpdateDescriptionConfigurationPostUpdate.php
|
||||
modules/system/tests/src/Functional/Update/UpdateDescriptionConfigurationPostUpdate.php
|
||||
system/tests/src/Functional/Update/UpdateDescriptionConfigurationPostUpdate.php
|
||||
tests/src/Functional/Update/UpdateDescriptionConfigurationPostUpdate.php
|
||||
src/Functional/Update/UpdateDescriptionConfigurationPostUpdate.php
|
||||
Functional/Update/UpdateDescriptionConfigurationPostUpdate.php
|
||||
Update/UpdateDescriptionConfigurationPostUpdate.php
|
||||
UpdateDescriptionConfigurationPostUpdate.php
|
||||
core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
|
||||
modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
|
||||
system/tests/src/Functional/ParamConverter/UpcastingTest.php
|
||||
|
|
@ -75563,14 +75546,6 @@ src/Functional/System/SitesDirectoryHardeningTest.php
|
|||
Functional/System/SitesDirectoryHardeningTest.php
|
||||
System/SitesDirectoryHardeningTest.php
|
||||
SitesDirectoryHardeningTest.php
|
||||
core/modules/system/tests/src/Functional/System/RetrieveFileTest.php
|
||||
modules/system/tests/src/Functional/System/RetrieveFileTest.php
|
||||
system/tests/src/Functional/System/RetrieveFileTest.php
|
||||
tests/src/Functional/System/RetrieveFileTest.php
|
||||
src/Functional/System/RetrieveFileTest.php
|
||||
Functional/System/RetrieveFileTest.php
|
||||
System/RetrieveFileTest.php
|
||||
RetrieveFileTest.php
|
||||
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php
|
||||
modules/system/tests/src/Functional/System/PhpRequirementTest.php
|
||||
system/tests/src/Functional/System/PhpRequirementTest.php
|
||||
|
|
@ -76092,14 +76067,6 @@ src/Unit/Menu/MenuLinkTreeTest.php
|
|||
Unit/Menu/MenuLinkTreeTest.php
|
||||
Menu/MenuLinkTreeTest.php
|
||||
MenuLinkTreeTest.php
|
||||
core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php
|
||||
modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php
|
||||
system/tests/src/Unit/Transliteration/MachineNameControllerTest.php
|
||||
tests/src/Unit/Transliteration/MachineNameControllerTest.php
|
||||
src/Unit/Transliteration/MachineNameControllerTest.php
|
||||
Unit/Transliteration/MachineNameControllerTest.php
|
||||
Transliteration/MachineNameControllerTest.php
|
||||
MachineNameControllerTest.php
|
||||
core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php
|
||||
modules/system/tests/src/Unit/Mail/HtmlToTextTest.php
|
||||
system/tests/src/Unit/Mail/HtmlToTextTest.php
|
||||
|
|
@ -76749,14 +76716,6 @@ src/Kernel/System/FloodTest.php
|
|||
Kernel/System/FloodTest.php
|
||||
System/FloodTest.php
|
||||
FloodTest.php
|
||||
core/modules/system/tests/src/Kernel/System/SystemFunctionsLegacyTest.php
|
||||
modules/system/tests/src/Kernel/System/SystemFunctionsLegacyTest.php
|
||||
system/tests/src/Kernel/System/SystemFunctionsLegacyTest.php
|
||||
tests/src/Kernel/System/SystemFunctionsLegacyTest.php
|
||||
src/Kernel/System/SystemFunctionsLegacyTest.php
|
||||
Kernel/System/SystemFunctionsLegacyTest.php
|
||||
System/SystemFunctionsLegacyTest.php
|
||||
SystemFunctionsLegacyTest.php
|
||||
core/modules/system/tests/src/Kernel/System/CronQueueTest.php
|
||||
modules/system/tests/src/Kernel/System/CronQueueTest.php
|
||||
system/tests/src/Kernel/System/CronQueueTest.php
|
||||
|
|
@ -78738,78 +78697,6 @@ tests/modules/theme_suggestions_test/theme_suggestions_test.module
|
|||
modules/theme_suggestions_test/theme_suggestions_test.module
|
||||
theme_suggestions_test/theme_suggestions_test.module
|
||||
theme_suggestions_test.module
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
|
||||
modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
|
||||
system/tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
|
||||
tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
|
||||
modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
|
||||
database_statement_monitoring_test/src/pgsql/Install/Tasks.php
|
||||
src/pgsql/Install/Tasks.php
|
||||
pgsql/Install/Tasks.php
|
||||
Install/Tasks.php
|
||||
Tasks.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Connection.php
|
||||
modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Connection.php
|
||||
system/tests/modules/database_statement_monitoring_test/src/pgsql/Connection.php
|
||||
tests/modules/database_statement_monitoring_test/src/pgsql/Connection.php
|
||||
modules/database_statement_monitoring_test/src/pgsql/Connection.php
|
||||
database_statement_monitoring_test/src/pgsql/Connection.php
|
||||
src/pgsql/Connection.php
|
||||
pgsql/Connection.php
|
||||
Connection.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/mysql/Install/Tasks.php
|
||||
modules/system/tests/modules/database_statement_monitoring_test/src/mysql/Install/Tasks.php
|
||||
system/tests/modules/database_statement_monitoring_test/src/mysql/Install/Tasks.php
|
||||
tests/modules/database_statement_monitoring_test/src/mysql/Install/Tasks.php
|
||||
modules/database_statement_monitoring_test/src/mysql/Install/Tasks.php
|
||||
database_statement_monitoring_test/src/mysql/Install/Tasks.php
|
||||
src/mysql/Install/Tasks.php
|
||||
mysql/Install/Tasks.php
|
||||
Install/Tasks.php
|
||||
Tasks.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/mysql/Connection.php
|
||||
modules/system/tests/modules/database_statement_monitoring_test/src/mysql/Connection.php
|
||||
system/tests/modules/database_statement_monitoring_test/src/mysql/Connection.php
|
||||
tests/modules/database_statement_monitoring_test/src/mysql/Connection.php
|
||||
modules/database_statement_monitoring_test/src/mysql/Connection.php
|
||||
database_statement_monitoring_test/src/mysql/Connection.php
|
||||
src/mysql/Connection.php
|
||||
mysql/Connection.php
|
||||
Connection.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php
|
||||
modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php
|
||||
system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php
|
||||
tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php
|
||||
modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php
|
||||
database_statement_monitoring_test/src/LoggedStatementsTrait.php
|
||||
src/LoggedStatementsTrait.php
|
||||
LoggedStatementsTrait.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Install/Tasks.php
|
||||
modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Install/Tasks.php
|
||||
system/tests/modules/database_statement_monitoring_test/src/sqlite/Install/Tasks.php
|
||||
tests/modules/database_statement_monitoring_test/src/sqlite/Install/Tasks.php
|
||||
modules/database_statement_monitoring_test/src/sqlite/Install/Tasks.php
|
||||
database_statement_monitoring_test/src/sqlite/Install/Tasks.php
|
||||
src/sqlite/Install/Tasks.php
|
||||
sqlite/Install/Tasks.php
|
||||
Install/Tasks.php
|
||||
Tasks.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Connection.php
|
||||
modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Connection.php
|
||||
system/tests/modules/database_statement_monitoring_test/src/sqlite/Connection.php
|
||||
tests/modules/database_statement_monitoring_test/src/sqlite/Connection.php
|
||||
modules/database_statement_monitoring_test/src/sqlite/Connection.php
|
||||
database_statement_monitoring_test/src/sqlite/Connection.php
|
||||
src/sqlite/Connection.php
|
||||
sqlite/Connection.php
|
||||
Connection.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/database_statement_monitoring_test.info.yml
|
||||
modules/system/tests/modules/database_statement_monitoring_test/database_statement_monitoring_test.info.yml
|
||||
system/tests/modules/database_statement_monitoring_test/database_statement_monitoring_test.info.yml
|
||||
tests/modules/database_statement_monitoring_test/database_statement_monitoring_test.info.yml
|
||||
modules/database_statement_monitoring_test/database_statement_monitoring_test.info.yml
|
||||
database_statement_monitoring_test/database_statement_monitoring_test.info.yml
|
||||
database_statement_monitoring_test.info.yml
|
||||
core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml
|
||||
modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml
|
||||
system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml
|
||||
|
|
@ -86183,11 +86070,6 @@ system/src/PathProcessor/PathProcessorFiles.php
|
|||
src/PathProcessor/PathProcessorFiles.php
|
||||
PathProcessor/PathProcessorFiles.php
|
||||
PathProcessorFiles.php
|
||||
core/modules/system/src/MachineNameController.php
|
||||
modules/system/src/MachineNameController.php
|
||||
system/src/MachineNameController.php
|
||||
src/MachineNameController.php
|
||||
MachineNameController.php
|
||||
core/modules/system/src/CronController.php
|
||||
modules/system/src/CronController.php
|
||||
system/src/CronController.php
|
||||
|
|
|
|||
|
|
@ -2555,7 +2555,6 @@ core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php
|
|||
core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php
|
||||
core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php
|
||||
core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php
|
||||
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php
|
||||
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php
|
||||
core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php
|
||||
core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url_old.min.js.optimized.js
|
||||
|
|
@ -4907,7 +4906,6 @@ core/lib/Drupal/Core/Asset/AssetDumperInterface.php
|
|||
core/lib/Drupal/Core/Asset/CssCollectionRenderer.php
|
||||
core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php
|
||||
core/lib/Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php
|
||||
core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php
|
||||
core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php
|
||||
core/lib/Drupal/Core/Asset/AssetGroupSetHashTrait.php
|
||||
core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php
|
||||
|
|
@ -4927,7 +4925,6 @@ core/lib/Drupal/Core/Asset/CssOptimizer.php
|
|||
core/lib/Drupal/Core/Asset/LibraryDependencyResolverInterface.php
|
||||
core/lib/Drupal/Core/Asset/AssetQueryString.php
|
||||
core/lib/Drupal/Core/Asset/AttachedAssets.php
|
||||
core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php
|
||||
core/lib/Drupal/Core/Asset/LibraryDiscoveryInterface.php
|
||||
core/lib/Drupal/Core/Asset/CssCollectionGrouper.php
|
||||
core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php
|
||||
|
|
@ -6735,6 +6732,7 @@ core/modules/media_library/src/MediaLibraryEditorOpener.php
|
|||
core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php
|
||||
core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
|
||||
core/modules/media_library/src/Routing/RouteSubscriber.php
|
||||
core/modules/media_library/src/MediaLibraryServiceProvider.php
|
||||
core/modules/media_library/js/media_library.click_to_select.js
|
||||
core/modules/media_library/js/media_library.ui.js
|
||||
core/modules/media_library/js/media_library.view.js
|
||||
|
|
@ -7938,6 +7936,7 @@ core/modules/views/src/FieldAPIHandlerTrait.php
|
|||
core/modules/views/src/EntityViewsData.php
|
||||
core/modules/views/src/ExposedFormCache.php
|
||||
core/modules/views/src/DisplayPluginCollection.php
|
||||
core/modules/views/src/Attribute/ViewsDisplayExtender.php
|
||||
core/modules/views/src/Ajax/ReplaceTitleCommand.php
|
||||
core/modules/views/src/Ajax/HighlightCommand.php
|
||||
core/modules/views/src/Ajax/ScrollTopCommand.php
|
||||
|
|
@ -8029,6 +8028,7 @@ core/modules/views/src/Plugin/views/filter/Combine.php
|
|||
core/modules/views/src/Plugin/views/filter/LanguageFilter.php
|
||||
core/modules/views/src/Plugin/views/filter/StringFilter.php
|
||||
core/modules/views/src/Plugin/views/filter/Broken.php
|
||||
core/modules/views/src/Plugin/views/filter/FilterOperatorsInterface.php
|
||||
core/modules/views/src/Plugin/views/filter/Date.php
|
||||
core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php
|
||||
core/modules/views/src/Plugin/views/filter/BooleanOperatorString.php
|
||||
|
|
@ -9342,7 +9342,6 @@ core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTer
|
|||
core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php
|
||||
core/modules/taxonomy/src/Plugin/migrate/destination/EntityTaxonomyVocabulary.php
|
||||
core/modules/taxonomy/src/Plugin/migrate/process/TargetBundle.php
|
||||
core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php
|
||||
core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php
|
||||
core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php
|
||||
core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php
|
||||
|
|
@ -9463,6 +9462,7 @@ core/modules/locale/tests/src/Functional/LocaleContentTest.php
|
|||
core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php
|
||||
core/modules/locale/tests/src/Unit/StringBaseTest.php
|
||||
core/modules/locale/tests/src/Unit/LocaleLookupTest.php
|
||||
core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
|
||||
core/modules/locale/tests/src/Unit/LocaleTranslationTest.php
|
||||
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
|
||||
core/modules/locale/tests/src/Kernel/LocaleBuildTest.php
|
||||
|
|
@ -11065,7 +11065,6 @@ core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php
|
|||
core/modules/system/tests/src/Functional/Update/BatchBidSerialUpdateTest.php
|
||||
core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php
|
||||
core/modules/system/tests/src/Functional/Update/README.txt
|
||||
core/modules/system/tests/src/Functional/Update/TimestampFormatterSettingsUpdateTest.php
|
||||
core/modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php
|
||||
core/modules/system/tests/src/Functional/Update/MenuLinksetSettingsUpdateTest.php
|
||||
core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php
|
||||
|
|
@ -11073,7 +11072,6 @@ core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.p
|
|||
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php
|
||||
core/modules/system/tests/src/Functional/Update/SqlContentEntityStorageRevisionDataCleanupTest.php
|
||||
core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
|
||||
core/modules/system/tests/src/Functional/Update/UpdateDescriptionConfigurationPostUpdate.php
|
||||
core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
|
||||
core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php
|
||||
core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php
|
||||
|
|
@ -11155,7 +11153,6 @@ core/modules/system/tests/src/Functional/Theme/TwigEnvironmentTest.php
|
|||
core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php
|
||||
core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
|
||||
core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php
|
||||
core/modules/system/tests/src/Functional/System/RetrieveFileTest.php
|
||||
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php
|
||||
core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php
|
||||
core/modules/system/tests/src/Functional/System/HtaccessTest.php
|
||||
|
|
@ -11221,7 +11218,6 @@ core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php
|
|||
core/modules/system/tests/src/Functional/Routing/RouterTest.php
|
||||
core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php
|
||||
core/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php
|
||||
core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php
|
||||
core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php
|
||||
core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php
|
||||
core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php
|
||||
|
|
@ -11302,7 +11298,6 @@ core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php
|
|||
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php
|
||||
core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php
|
||||
core/modules/system/tests/src/Kernel/System/FloodTest.php
|
||||
core/modules/system/tests/src/Kernel/System/SystemFunctionsLegacyTest.php
|
||||
core/modules/system/tests/src/Kernel/System/CronQueueTest.php
|
||||
core/modules/system/tests/src/Kernel/System/InfoAlterTest.php
|
||||
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
|
||||
|
|
@ -11561,14 +11556,6 @@ core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php
|
|||
core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php
|
||||
core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml
|
||||
core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.module
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Connection.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/mysql/Install/Tasks.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/mysql/Connection.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Install/Tasks.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Connection.php
|
||||
core/modules/system/tests/modules/database_statement_monitoring_test/database_statement_monitoring_test.info.yml
|
||||
core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml
|
||||
core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module
|
||||
core/modules/system/tests/modules/plugin_test/plugin_test.module
|
||||
|
|
@ -12487,7 +12474,6 @@ core/modules/system/src/Access/SystemAdminMenuBlockAccessCheck.php
|
|||
core/modules/system/src/Access/CronAccessCheck.php
|
||||
core/modules/system/src/Access/DbUpdateAccessCheck.php
|
||||
core/modules/system/src/PathProcessor/PathProcessorFiles.php
|
||||
core/modules/system/src/MachineNameController.php
|
||||
core/modules/system/src/CronController.php
|
||||
core/modules/system/src/Tests/Routing/MockAliasManager.php
|
||||
core/modules/system/src/Tests/Routing/MockRouteProvider.php
|
||||
|
|
|
|||
|
|
@ -26113,6 +26113,12 @@ Tools/Stream/RecordService/Helper.php
|
|||
Stream/RecordService/Helper.php
|
||||
RecordService/Helper.php
|
||||
Helper.php
|
||||
application/Espo/Tools/Stream/RecordService/NoteHelper.php
|
||||
Espo/Tools/Stream/RecordService/NoteHelper.php
|
||||
Tools/Stream/RecordService/NoteHelper.php
|
||||
Stream/RecordService/NoteHelper.php
|
||||
RecordService/NoteHelper.php
|
||||
NoteHelper.php
|
||||
application/Espo/Tools/Stream/FollowerRecordService.php
|
||||
Espo/Tools/Stream/FollowerRecordService.php
|
||||
Tools/Stream/FollowerRecordService.php
|
||||
|
|
@ -26166,11 +26172,6 @@ Tools/Stream/Jobs/ControlFollowers.php
|
|||
Stream/Jobs/ControlFollowers.php
|
||||
Jobs/ControlFollowers.php
|
||||
ControlFollowers.php
|
||||
application/Espo/Tools/Stream/NoteHelper.php
|
||||
Espo/Tools/Stream/NoteHelper.php
|
||||
Tools/Stream/NoteHelper.php
|
||||
Stream/NoteHelper.php
|
||||
NoteHelper.php
|
||||
application/Espo/Tools/ActionHistory/Service.php
|
||||
Espo/Tools/ActionHistory/Service.php
|
||||
Tools/ActionHistory/Service.php
|
||||
|
|
|
|||
|
|
@ -4353,6 +4353,7 @@ application/Espo/Tools/Stream/Api/PostFollowers.php
|
|||
application/Espo/Tools/Stream/Api/GetOwn.php
|
||||
application/Espo/Tools/Stream/RecordService/QueryHelper.php
|
||||
application/Espo/Tools/Stream/RecordService/Helper.php
|
||||
application/Espo/Tools/Stream/RecordService/NoteHelper.php
|
||||
application/Espo/Tools/Stream/FollowerRecordService.php
|
||||
application/Espo/Tools/Stream/Service.php
|
||||
application/Espo/Tools/Stream/HookProcessor.php
|
||||
|
|
@ -4363,7 +4364,6 @@ application/Espo/Tools/Stream/NoteUtil.php
|
|||
application/Espo/Tools/Stream/Jobs/ProcessNoteAcl.php
|
||||
application/Espo/Tools/Stream/Jobs/AutoFollow.php
|
||||
application/Espo/Tools/Stream/Jobs/ControlFollowers.php
|
||||
application/Espo/Tools/Stream/NoteHelper.php
|
||||
application/Espo/Tools/ActionHistory/Service.php
|
||||
application/Espo/Tools/LayoutManager/LayoutManager.php
|
||||
application/Espo/Tools/Dashboard/Service.php
|
||||
|
|
|
|||
|
|
@ -21009,6 +21009,13 @@ Framework/Stdlib/Cookie/CookieMetadataFactory.php
|
|||
Stdlib/Cookie/CookieMetadataFactory.php
|
||||
Cookie/CookieMetadataFactory.php
|
||||
CookieMetadataFactory.php
|
||||
lib/internal/Magento/Framework/Stdlib/Cookie/PhpCookieDisabler.php
|
||||
internal/Magento/Framework/Stdlib/Cookie/PhpCookieDisabler.php
|
||||
Magento/Framework/Stdlib/Cookie/PhpCookieDisabler.php
|
||||
Framework/Stdlib/Cookie/PhpCookieDisabler.php
|
||||
Stdlib/Cookie/PhpCookieDisabler.php
|
||||
Cookie/PhpCookieDisabler.php
|
||||
PhpCookieDisabler.php
|
||||
lib/internal/Magento/Framework/Stdlib/Cookie/FailureToSendException.php
|
||||
internal/Magento/Framework/Stdlib/Cookie/FailureToSendException.php
|
||||
Magento/Framework/Stdlib/Cookie/FailureToSendException.php
|
||||
|
|
@ -21311,6 +21318,12 @@ Magento/Framework/Stdlib/DateTime.php
|
|||
Framework/Stdlib/DateTime.php
|
||||
Stdlib/DateTime.php
|
||||
DateTime.php
|
||||
lib/internal/Magento/Framework/Stdlib/CookieDisablerInterface.php
|
||||
internal/Magento/Framework/Stdlib/CookieDisablerInterface.php
|
||||
Magento/Framework/Stdlib/CookieDisablerInterface.php
|
||||
Framework/Stdlib/CookieDisablerInterface.php
|
||||
Stdlib/CookieDisablerInterface.php
|
||||
CookieDisablerInterface.php
|
||||
lib/internal/Magento/Framework/Stdlib/ArrayUtils.php
|
||||
internal/Magento/Framework/Stdlib/ArrayUtils.php
|
||||
Magento/Framework/Stdlib/ArrayUtils.php
|
||||
|
|
@ -58408,6 +58421,14 @@ Test/Mftf/Test/AdminHoldCreatedOrderTest.xml
|
|||
Mftf/Test/AdminHoldCreatedOrderTest.xml
|
||||
Test/AdminHoldCreatedOrderTest.xml
|
||||
AdminHoldCreatedOrderTest.xml
|
||||
app/code/Magento/Sales/Test/Mftf/Test/CreateCreditMemoWithBaseCurrencyUSDAndDisplayCurrencyEuroTest.xml
|
||||
code/Magento/Sales/Test/Mftf/Test/CreateCreditMemoWithBaseCurrencyUSDAndDisplayCurrencyEuroTest.xml
|
||||
Magento/Sales/Test/Mftf/Test/CreateCreditMemoWithBaseCurrencyUSDAndDisplayCurrencyEuroTest.xml
|
||||
Sales/Test/Mftf/Test/CreateCreditMemoWithBaseCurrencyUSDAndDisplayCurrencyEuroTest.xml
|
||||
Test/Mftf/Test/CreateCreditMemoWithBaseCurrencyUSDAndDisplayCurrencyEuroTest.xml
|
||||
Mftf/Test/CreateCreditMemoWithBaseCurrencyUSDAndDisplayCurrencyEuroTest.xml
|
||||
Test/CreateCreditMemoWithBaseCurrencyUSDAndDisplayCurrencyEuroTest.xml
|
||||
CreateCreditMemoWithBaseCurrencyUSDAndDisplayCurrencyEuroTest.xml
|
||||
app/code/Magento/Sales/Test/Mftf/Test/AdminMassOrdersCancelClosedAndCompleteTest.xml
|
||||
code/Magento/Sales/Test/Mftf/Test/AdminMassOrdersCancelClosedAndCompleteTest.xml
|
||||
Magento/Sales/Test/Mftf/Test/AdminMassOrdersCancelClosedAndCompleteTest.xml
|
||||
|
|
@ -81088,6 +81109,14 @@ Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayLabelOnCartPageTest.xml
|
|||
Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayLabelOnCartPageTest.xml
|
||||
Test/StorefrontCheckPayPalSmartButtonWithPayLabelOnCartPageTest.xml
|
||||
StorefrontCheckPayPalSmartButtonWithPayLabelOnCartPageTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml
|
||||
code/Magento/Paypal/Test/Mftf/Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml
|
||||
Magento/Paypal/Test/Mftf/Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml
|
||||
Paypal/Test/Mftf/Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml
|
||||
Test/Mftf/Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml
|
||||
Mftf/Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml
|
||||
Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml
|
||||
GuestCheckoutUsingPayPalExpressCheckoutTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonInCheckoutPageTest.xml
|
||||
code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonInCheckoutPageTest.xml
|
||||
Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonInCheckoutPageTest.xml
|
||||
|
|
@ -81302,6 +81331,14 @@ Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
|
|||
Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
|
||||
Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
|
||||
DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutTest.xml
|
||||
code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutTest.xml
|
||||
Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutTest.xml
|
||||
Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutTest.xml
|
||||
Test/Mftf/Test/AdminPayPalExpressCheckoutTest.xml
|
||||
Mftf/Test/AdminPayPalExpressCheckoutTest.xml
|
||||
Test/AdminPayPalExpressCheckoutTest.xml
|
||||
AdminPayPalExpressCheckoutTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/AdminRegionalLinkWithMerchantCountryFromConfigTest.xml
|
||||
code/Magento/Paypal/Test/Mftf/Test/AdminRegionalLinkWithMerchantCountryFromConfigTest.xml
|
||||
Magento/Paypal/Test/Mftf/Test/AdminRegionalLinkWithMerchantCountryFromConfigTest.xml
|
||||
|
|
@ -85704,6 +85741,14 @@ Test/Mftf/Test/StorefrontCheckoutMiniCartSubtotalMatchesAfterRemoveOneProductFro
|
|||
Mftf/Test/StorefrontCheckoutMiniCartSubtotalMatchesAfterRemoveOneProductFromCartTest.xml
|
||||
Test/StorefrontCheckoutMiniCartSubtotalMatchesAfterRemoveOneProductFromCartTest.xml
|
||||
StorefrontCheckoutMiniCartSubtotalMatchesAfterRemoveOneProductFromCartTest.xml
|
||||
app/code/Magento/Multishipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
code/Magento/Multishipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
Magento/Multishipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
Multishipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
app/code/Magento/Multishipping/Test/Mftf/Test/AdminInvoiceCheckingWithMultishipmentWithMultipleTaxTest.xml
|
||||
code/Magento/Multishipping/Test/Mftf/Test/AdminInvoiceCheckingWithMultishipmentWithMultipleTaxTest.xml
|
||||
Magento/Multishipping/Test/Mftf/Test/AdminInvoiceCheckingWithMultishipmentWithMultipleTaxTest.xml
|
||||
|
|
@ -92067,6 +92112,14 @@ Test/Mftf/ActionGroup/AdminFilterTaxRateByCodeActionGroup.xml
|
|||
Mftf/ActionGroup/AdminFilterTaxRateByCodeActionGroup.xml
|
||||
ActionGroup/AdminFilterTaxRateByCodeActionGroup.xml
|
||||
AdminFilterTaxRateByCodeActionGroup.xml
|
||||
app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminAddProductTaxClassConditionalActionGroup.xml
|
||||
code/Magento/Tax/Test/Mftf/ActionGroup/AdminAddProductTaxClassConditionalActionGroup.xml
|
||||
Magento/Tax/Test/Mftf/ActionGroup/AdminAddProductTaxClassConditionalActionGroup.xml
|
||||
Tax/Test/Mftf/ActionGroup/AdminAddProductTaxClassConditionalActionGroup.xml
|
||||
Test/Mftf/ActionGroup/AdminAddProductTaxClassConditionalActionGroup.xml
|
||||
Mftf/ActionGroup/AdminAddProductTaxClassConditionalActionGroup.xml
|
||||
ActionGroup/AdminAddProductTaxClassConditionalActionGroup.xml
|
||||
AdminAddProductTaxClassConditionalActionGroup.xml
|
||||
app/code/Magento/Tax/Test/Mftf/ActionGroup/ChangeShippingTaxClassActionGroup.xml
|
||||
code/Magento/Tax/Test/Mftf/ActionGroup/ChangeShippingTaxClassActionGroup.xml
|
||||
Magento/Tax/Test/Mftf/ActionGroup/ChangeShippingTaxClassActionGroup.xml
|
||||
|
|
@ -133619,14 +133672,6 @@ Test/Mftf/Test/AdminValidateShippingTrackingNumberTest.xml
|
|||
Mftf/Test/AdminValidateShippingTrackingNumberTest.xml
|
||||
Test/AdminValidateShippingTrackingNumberTest.xml
|
||||
AdminValidateShippingTrackingNumberTest.xml
|
||||
app/code/Magento/Shipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
code/Magento/Shipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
Magento/Shipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
Shipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityTest.xml
|
||||
code/Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityTest.xml
|
||||
Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityTest.xml
|
||||
|
|
@ -184154,6 +184199,15 @@ Mftf/Section/AdminProductFormSection/AdminProductFormAdvancedPricingSection.xml
|
|||
Section/AdminProductFormSection/AdminProductFormAdvancedPricingSection.xml
|
||||
AdminProductFormSection/AdminProductFormAdvancedPricingSection.xml
|
||||
AdminProductFormAdvancedPricingSection.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/AdminProductFormCostPricingSection.xml
|
||||
code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/AdminProductFormCostPricingSection.xml
|
||||
Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/AdminProductFormCostPricingSection.xml
|
||||
Catalog/Test/Mftf/Section/AdminProductFormSection/AdminProductFormCostPricingSection.xml
|
||||
Test/Mftf/Section/AdminProductFormSection/AdminProductFormCostPricingSection.xml
|
||||
Mftf/Section/AdminProductFormSection/AdminProductFormCostPricingSection.xml
|
||||
Section/AdminProductFormSection/AdminProductFormCostPricingSection.xml
|
||||
AdminProductFormSection/AdminProductFormCostPricingSection.xml
|
||||
AdminProductFormCostPricingSection.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/ProductInWebsitesSection.xml
|
||||
code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/ProductInWebsitesSection.xml
|
||||
Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/ProductInWebsitesSection.xml
|
||||
|
|
@ -186176,6 +186230,14 @@ Test/Mftf/ActionGroup/ToggleProductEnabledActionGroup.xml
|
|||
Mftf/ActionGroup/ToggleProductEnabledActionGroup.xml
|
||||
ActionGroup/ToggleProductEnabledActionGroup.xml
|
||||
ToggleProductEnabledActionGroup.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddCostPriceToProductActionGroup.xml
|
||||
code/Magento/Catalog/Test/Mftf/ActionGroup/AddCostPriceToProductActionGroup.xml
|
||||
Magento/Catalog/Test/Mftf/ActionGroup/AddCostPriceToProductActionGroup.xml
|
||||
Catalog/Test/Mftf/ActionGroup/AddCostPriceToProductActionGroup.xml
|
||||
Test/Mftf/ActionGroup/AddCostPriceToProductActionGroup.xml
|
||||
Mftf/ActionGroup/AddCostPriceToProductActionGroup.xml
|
||||
ActionGroup/AddCostPriceToProductActionGroup.xml
|
||||
AddCostPriceToProductActionGroup.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddOptionToBundleProductActionGroup.xml
|
||||
code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddOptionToBundleProductActionGroup.xml
|
||||
Magento/Catalog/Test/Mftf/ActionGroup/AdminAddOptionToBundleProductActionGroup.xml
|
||||
|
|
@ -233912,6 +233974,14 @@ Test/Mftf/ActionGroup/DisableAdminAccountSharingActionGroup.xml
|
|||
Mftf/ActionGroup/DisableAdminAccountSharingActionGroup.xml
|
||||
ActionGroup/DisableAdminAccountSharingActionGroup.xml
|
||||
DisableAdminAccountSharingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/SetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/SetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/SetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
Config/Test/Mftf/ActionGroup/SetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
Test/Mftf/ActionGroup/SetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
Mftf/ActionGroup/SetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
ActionGroup/SetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
SetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminChangeTimeZoneForDifferentWebsiteActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/AdminChangeTimeZoneForDifferentWebsiteActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/AdminChangeTimeZoneForDifferentWebsiteActionGroup.xml
|
||||
|
|
@ -233992,6 +234062,14 @@ Test/Mftf/ActionGroup/SelectTopDestinationsCountryActionGroup.xml
|
|||
Mftf/ActionGroup/SelectTopDestinationsCountryActionGroup.xml
|
||||
ActionGroup/SelectTopDestinationsCountryActionGroup.xml
|
||||
SelectTopDestinationsCountryActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/SetCalculationSettingsForShippingActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/SetCalculationSettingsForShippingActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/SetCalculationSettingsForShippingActionGroup.xml
|
||||
Config/Test/Mftf/ActionGroup/SetCalculationSettingsForShippingActionGroup.xml
|
||||
Test/Mftf/ActionGroup/SetCalculationSettingsForShippingActionGroup.xml
|
||||
Mftf/ActionGroup/SetCalculationSettingsForShippingActionGroup.xml
|
||||
ActionGroup/SetCalculationSettingsForShippingActionGroup.xml
|
||||
SetCalculationSettingsForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminExpandSecurityTabActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/AdminExpandSecurityTabActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/AdminExpandSecurityTabActionGroup.xml
|
||||
|
|
@ -234040,6 +234118,14 @@ Test/Mftf/ActionGroup/EnabledWYSIWYGEditorActionGroup.xml
|
|||
Mftf/ActionGroup/EnabledWYSIWYGEditorActionGroup.xml
|
||||
ActionGroup/EnabledWYSIWYGEditorActionGroup.xml
|
||||
EnabledWYSIWYGEditorActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/SetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/SetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/SetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
Config/Test/Mftf/ActionGroup/SetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
Test/Mftf/ActionGroup/SetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
Mftf/ActionGroup/SetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
ActionGroup/SetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
SetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/SelectCountriesWithRequiredRegionActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/SelectCountriesWithRequiredRegionActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/SelectCountriesWithRequiredRegionActionGroup.xml
|
||||
|
|
@ -234048,6 +234134,14 @@ Test/Mftf/ActionGroup/SelectCountriesWithRequiredRegionActionGroup.xml
|
|||
Mftf/ActionGroup/SelectCountriesWithRequiredRegionActionGroup.xml
|
||||
ActionGroup/SelectCountriesWithRequiredRegionActionGroup.xml
|
||||
SelectCountriesWithRequiredRegionActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/ResetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/ResetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/ResetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
Config/Test/Mftf/ActionGroup/ResetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
Test/Mftf/ActionGroup/ResetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
Mftf/ActionGroup/ResetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
ActionGroup/ResetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
ResetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/EuropeanCountriesSystemCheckBoxActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/EuropeanCountriesSystemCheckBoxActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/EuropeanCountriesSystemCheckBoxActionGroup.xml
|
||||
|
|
@ -234144,6 +234238,14 @@ Test/Mftf/ActionGroup/SetTaxClassForShippingActionGroup.xml
|
|||
Mftf/ActionGroup/SetTaxClassForShippingActionGroup.xml
|
||||
ActionGroup/SetTaxClassForShippingActionGroup.xml
|
||||
SetTaxClassForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/ResetCalculationClassForShippingActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/ResetCalculationClassForShippingActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/ResetCalculationClassForShippingActionGroup.xml
|
||||
Config/Test/Mftf/ActionGroup/ResetCalculationClassForShippingActionGroup.xml
|
||||
Test/Mftf/ActionGroup/ResetCalculationClassForShippingActionGroup.xml
|
||||
Mftf/ActionGroup/ResetCalculationClassForShippingActionGroup.xml
|
||||
ActionGroup/ResetCalculationClassForShippingActionGroup.xml
|
||||
ResetCalculationClassForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminNavigateToDefaultLocaleSettingActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/AdminNavigateToDefaultLocaleSettingActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/AdminNavigateToDefaultLocaleSettingActionGroup.xml
|
||||
|
|
@ -234264,6 +234366,14 @@ Test/Mftf/ActionGroup/ResetBackTaxClassForGiftOptionsAndShoppingCartDisplaySetti
|
|||
Mftf/ActionGroup/ResetBackTaxClassForGiftOptionsAndShoppingCartDisplaySettingsActionGroup.xml
|
||||
ActionGroup/ResetBackTaxClassForGiftOptionsAndShoppingCartDisplaySettingsActionGroup.xml
|
||||
ResetBackTaxClassForGiftOptionsAndShoppingCartDisplaySettingsActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/ResetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/ResetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/ResetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
Config/Test/Mftf/ActionGroup/ResetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
Test/Mftf/ActionGroup/ResetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
Mftf/ActionGroup/ResetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
ActionGroup/ResetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
ResetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/DisableTaxApplyOnOriginalPriceActionGroup.xml
|
||||
code/Magento/Config/Test/Mftf/ActionGroup/DisableTaxApplyOnOriginalPriceActionGroup.xml
|
||||
Magento/Config/Test/Mftf/ActionGroup/DisableTaxApplyOnOriginalPriceActionGroup.xml
|
||||
|
|
@ -252570,6 +252680,14 @@ Test/Mftf/ActionGroup/AdminIsDefaultWebsiteActionGroup.xml
|
|||
Mftf/ActionGroup/AdminIsDefaultWebsiteActionGroup.xml
|
||||
ActionGroup/AdminIsDefaultWebsiteActionGroup.xml
|
||||
AdminIsDefaultWebsiteActionGroup.xml
|
||||
app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchDefaultConfigWebsiteActionGroup.xml
|
||||
code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchDefaultConfigWebsiteActionGroup.xml
|
||||
Magento/Store/Test/Mftf/ActionGroup/AdminSwitchDefaultConfigWebsiteActionGroup.xml
|
||||
Store/Test/Mftf/ActionGroup/AdminSwitchDefaultConfigWebsiteActionGroup.xml
|
||||
Test/Mftf/ActionGroup/AdminSwitchDefaultConfigWebsiteActionGroup.xml
|
||||
Mftf/ActionGroup/AdminSwitchDefaultConfigWebsiteActionGroup.xml
|
||||
ActionGroup/AdminSwitchDefaultConfigWebsiteActionGroup.xml
|
||||
AdminSwitchDefaultConfigWebsiteActionGroup.xml
|
||||
app/code/Magento/Store/Test/Mftf/ActionGroup/StoreViewDisabledErrorSaveMessageActionGroup.xml
|
||||
code/Magento/Store/Test/Mftf/ActionGroup/StoreViewDisabledErrorSaveMessageActionGroup.xml
|
||||
Magento/Store/Test/Mftf/ActionGroup/StoreViewDisabledErrorSaveMessageActionGroup.xml
|
||||
|
|
|
|||
|
|
@ -2813,6 +2813,7 @@ lib/internal/Magento/Framework/Stdlib/BooleanUtils.php
|
|||
lib/internal/Magento/Framework/Stdlib/ArrayManager.php
|
||||
lib/internal/Magento/Framework/Stdlib/Cookie/CookieScopeInterface.php
|
||||
lib/internal/Magento/Framework/Stdlib/Cookie/CookieMetadataFactory.php
|
||||
lib/internal/Magento/Framework/Stdlib/Cookie/PhpCookieDisabler.php
|
||||
lib/internal/Magento/Framework/Stdlib/Cookie/FailureToSendException.php
|
||||
lib/internal/Magento/Framework/Stdlib/Cookie/CookieSizeLimitReachedException.php
|
||||
lib/internal/Magento/Framework/Stdlib/Cookie/PhpCookieManager.php
|
||||
|
|
@ -2851,6 +2852,7 @@ lib/internal/Magento/Framework/Stdlib/Test/Unit/BooleanUtilsTest.php
|
|||
lib/internal/Magento/Framework/Stdlib/Test/Unit/_files/gmdate_mock.php
|
||||
lib/internal/Magento/Framework/Stdlib/Test/Unit/ArrayManagerTest.php
|
||||
lib/internal/Magento/Framework/Stdlib/DateTime.php
|
||||
lib/internal/Magento/Framework/Stdlib/CookieDisablerInterface.php
|
||||
lib/internal/Magento/Framework/Stdlib/ArrayUtils.php
|
||||
lib/internal/Magento/Framework/Url.php
|
||||
lib/internal/Magento/Framework/ZendEscaper.php
|
||||
|
|
@ -7245,6 +7247,7 @@ app/code/Magento/Sales/Test/Mftf/Test/AdminVerifyAppendCommentsCheckBoxCheckedWh
|
|||
app/code/Magento/Sales/Test/Mftf/Test/AdminViewOrderUserWithRestrictedAccessTest.xml
|
||||
app/code/Magento/Sales/Test/Mftf/Test/AdminSalesCreditMemosNavigateMenuTest.xml
|
||||
app/code/Magento/Sales/Test/Mftf/Test/AdminHoldCreatedOrderTest.xml
|
||||
app/code/Magento/Sales/Test/Mftf/Test/CreateCreditMemoWithBaseCurrencyUSDAndDisplayCurrencyEuroTest.xml
|
||||
app/code/Magento/Sales/Test/Mftf/Test/AdminMassOrdersCancelClosedAndCompleteTest.xml
|
||||
app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrderAddProductCheckboxTest.xml
|
||||
app/code/Magento/Sales/Test/Mftf/Test/AdminSalesInvoicesNavigateMenuTest.xml
|
||||
|
|
@ -9979,6 +9982,7 @@ app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerc
|
|||
app/code/Magento/Paypal/Test/Mftf/Test/AdminReportsPayPalSettlementNavigateMenuTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontAddProductToCartAndGoToCheckoutWithInvalidCreditCardTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayLabelOnCartPageTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonInCheckoutPageTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithYENCurrencyTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontVerifySecureURLRedirectPaypalTest.xml
|
||||
|
|
@ -10005,6 +10009,7 @@ app/code/Magento/Paypal/Test/Mftf/Test/AdminCheckDefaultValueOfPayPalCustomizeBu
|
|||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithEuroCurrencyTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/AdminEnablePaypalExpressCheckoutAndValidateTheGuestCheckoutPaymentWorksWithPaypalExpressTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/AdminRegionalLinkWithMerchantCountryFromConfigTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/AdminSalesBillingAgreementsNavigateMenuTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StoreFrontGuestCheckoutWithPayPalPayflowProCreditCardWithSeveralProductsTest.xml
|
||||
|
|
@ -10576,6 +10581,7 @@ app/code/Magento/Multishipping/Test/Mftf/Data/MultishippingSalesRuleData.xml
|
|||
app/code/Magento/Multishipping/Test/Mftf/Test/StorefrontEditBillingAddressAtMultishippingCheckoutTest.xml
|
||||
app/code/Magento/Multishipping/Test/Mftf/Test/StorefrontCheckoutWithWithVirtualProductTest.xml
|
||||
app/code/Magento/Multishipping/Test/Mftf/Test/StorefrontCheckoutMiniCartSubtotalMatchesAfterRemoveOneProductFromCartTest.xml
|
||||
app/code/Magento/Multishipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
app/code/Magento/Multishipping/Test/Mftf/Test/AdminInvoiceCheckingWithMultishipmentWithMultipleTaxTest.xml
|
||||
app/code/Magento/Multishipping/Test/Mftf/Test/StorefrontMultishippingWithCartPriceRuleMatchingTotalItemsQtyTest.xml
|
||||
app/code/Magento/Multishipping/Test/Mftf/Test/StoreFrontCheckVatIdAtAccountCreateWithMultishipmentTest.xml
|
||||
|
|
@ -11401,6 +11407,7 @@ app/code/Magento/Tax/Test/Mftf/Section/AdminTaxRuleFormSection.xml
|
|||
app/code/Magento/Tax/Test/Mftf/Section/AdminOrderItemsOrderedSection.xml
|
||||
app/code/Magento/Tax/Test/Mftf/test-dependency-errors-detailed
|
||||
app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminFilterTaxRateByCodeActionGroup.xml
|
||||
app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminAddProductTaxClassConditionalActionGroup.xml
|
||||
app/code/Magento/Tax/Test/Mftf/ActionGroup/ChangeShippingTaxClassActionGroup.xml
|
||||
app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminClickAddTaxRuleButtonActionGroup.xml
|
||||
app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminDeleteTaxRuleActionGroup.xml
|
||||
|
|
@ -16653,7 +16660,6 @@ app/code/Magento/Shipping/Test/Mftf/Data/AdminShippingSettingsConfigData.xml
|
|||
app/code/Magento/Shipping/Test/Mftf/Test/AdminCreatePartialShipmentEntityTest.xml
|
||||
app/code/Magento/Shipping/Test/Mftf/Test/AdminCheckTheConfirmationPopupTest.xml
|
||||
app/code/Magento/Shipping/Test/Mftf/Test/AdminValidateShippingTrackingNumberTest.xml
|
||||
app/code/Magento/Shipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
|
||||
app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityTest.xml
|
||||
app/code/Magento/Shipping/Test/Mftf/Test/AdminDisableEnableShipmentCommentsAndVerifyNotifyCustomerByEmailCheckboxTest.xml
|
||||
app/code/Magento/Shipping/Test/Mftf/Test/TableRatesShippingMethodForDifferentStatesTest.xml
|
||||
|
|
@ -22856,6 +22862,7 @@ app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/ProductDesign
|
|||
app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/AdminProductAttributeSection.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/AdminProductFormSection.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/AdminProductFormAdvancedPricingSection.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/AdminProductFormCostPricingSection.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/ProductInWebsitesSection.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/ProductShortDescriptionWysiwygSection.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/AdminAddRelatedProductsModalSection.xml
|
||||
|
|
@ -23108,6 +23115,7 @@ app/code/Magento/Catalog/Test/Mftf/ActionGroup/FilterProductGridByPriceRangeActi
|
|||
app/code/Magento/Catalog/Test/Mftf/ActionGroup/SetProductUrlKeyByStringActionGroup.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSetBackordersOnProductAdvancedInventoryActionGroup.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/ActionGroup/ToggleProductEnabledActionGroup.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddCostPriceToProductActionGroup.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddOptionToBundleProductActionGroup.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSetMaxAllowedQtyForProductActionGroup.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductNameIsNotShownOnProductPageActionGroup.xml
|
||||
|
|
@ -28971,6 +28979,7 @@ app/code/Magento/Config/Test/Mftf/ActionGroup/AdminOpenConfigNavItemActionGroup.
|
|||
app/code/Magento/Config/Test/Mftf/ActionGroup/UnSelectTopDestinationsCountryActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSaveConfigActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/DisableAdminAccountSharingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/SetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminChangeTimeZoneForDifferentWebsiteActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminOpenStoreConfigCatalogPageActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminExpandConfigTabActionGroup.xml
|
||||
|
|
@ -28981,13 +28990,16 @@ app/code/Magento/Config/Test/Mftf/ActionGroup/AdminCheckUseSystemValueActionGrou
|
|||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminConfigFillInputFieldActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminExpandConfigSectionActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/SelectTopDestinationsCountryActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/SetCalculationSettingsForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminExpandSecurityTabActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/EnabledWYSIWYGActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminConfigExpandStorefrontTabActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminOpenStoreConfigPageActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/ResetWebUrlOptionsActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/EnabledWYSIWYGEditorActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/SetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/SelectCountriesWithRequiredRegionActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/ResetOrderInvoiceSettingsForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/EuropeanCountriesSystemCheckBoxActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigAdminAccountSharingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminConfigCollapseStorefrontTabActionGroup.xml
|
||||
|
|
@ -29000,6 +29012,7 @@ app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSetTaxClassForShippingActionG
|
|||
app/code/Magento/Config/Test/Mftf/ActionGroup/SetTaxApplyOnSettingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/ResetTaxClassForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/SetTaxClassForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/ResetCalculationClassForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminNavigateToDefaultLocaleSettingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminOpenStoreConfigDeveloperPageActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/DisabledWYSIWYGActionGroup.xml
|
||||
|
|
@ -29015,6 +29028,7 @@ app/code/Magento/Config/Test/Mftf/ActionGroup/AdminToggleEnabledActionGroup.xml
|
|||
app/code/Magento/Config/Test/Mftf/ActionGroup/ChooseElasticSearchAsSearchEngineActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/ResetSearchEngineConfigurationActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/ResetBackTaxClassForGiftOptionsAndShoppingCartDisplaySettingsActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/ResetIncludeTaxInTotalForShippingActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/DisableTaxApplyOnOriginalPriceActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSetMaximumLoginFailuresToLockoutAccountActionGroup.xml
|
||||
app/code/Magento/Config/Test/Mftf/LICENSE_AFL.txt
|
||||
|
|
@ -31323,6 +31337,7 @@ app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreConfigurationBackendActi
|
|||
app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreGroupFormActionGroup.xml
|
||||
app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomStoreViewWithoutBackupActionGroup.xml
|
||||
app/code/Magento/Store/Test/Mftf/ActionGroup/AdminIsDefaultWebsiteActionGroup.xml
|
||||
app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchDefaultConfigWebsiteActionGroup.xml
|
||||
app/code/Magento/Store/Test/Mftf/ActionGroup/StoreViewDisabledErrorSaveMessageActionGroup.xml
|
||||
app/code/Magento/Store/Test/Mftf/ActionGroup/CreateCustomStoreViewActionGroup.xml
|
||||
app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSelectStoreViewOnCreateOrderPageIfRequestedActionGroup.xml
|
||||
|
|
|
|||
|
|
@ -27769,6 +27769,9 @@ Version20220429091934.php
|
|||
app/migrations/Migration.template
|
||||
migrations/Migration.template
|
||||
Migration.template
|
||||
app/migrations/Version20190410143658.php
|
||||
migrations/Version20190410143658.php
|
||||
Version20190410143658.php
|
||||
app/migrations/Version20221128145933.php
|
||||
migrations/Version20221128145933.php
|
||||
Version20221128145933.php
|
||||
|
|
|
|||
|
|
@ -4634,6 +4634,7 @@ app/migrations/Version20190326190241.php
|
|||
app/migrations/Version20221014081742.php
|
||||
app/migrations/Version20220429091934.php
|
||||
app/migrations/Migration.template
|
||||
app/migrations/Version20190410143658.php
|
||||
app/migrations/Version20221128145933.php
|
||||
app/migrations/Version20210217115150.php
|
||||
app/migrations/Version20220722074516.php
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -13921,30 +13921,46 @@ FO/hummingbird/05_contactUs/02_sendMessageWithCustomer.ts
|
|||
hummingbird/05_contactUs/02_sendMessageWithCustomer.ts
|
||||
05_contactUs/02_sendMessageWithCustomer.ts
|
||||
02_sendMessageWithCustomer.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
|
||||
UI/campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
|
||||
campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
|
||||
functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
|
||||
API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
|
||||
02_endpoints/04_hook/01_getAPIHookStatusId.ts
|
||||
04_hook/01_getAPIHookStatusId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/01_deleteAPICustomerGroupsId.ts
|
||||
UI/campaigns/functional/API/02_endpoints/03_customerGroup/01_deleteAPICustomerGroupsId.ts
|
||||
campaigns/functional/API/02_endpoints/03_customerGroup/01_deleteAPICustomerGroupsId.ts
|
||||
functional/API/02_endpoints/03_customerGroup/01_deleteAPICustomerGroupsId.ts
|
||||
API/02_endpoints/03_customerGroup/01_deleteAPICustomerGroupsId.ts
|
||||
02_endpoints/03_customerGroup/01_deleteAPICustomerGroupsId.ts
|
||||
03_customerGroup/01_deleteAPICustomerGroupsId.ts
|
||||
01_deleteAPICustomerGroupsId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getAPIApiClientInfos.ts
|
||||
UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getAPIApiClientInfos.ts
|
||||
campaigns/functional/API/02_endpoints/01_apiClient/01_getAPIApiClientInfos.ts
|
||||
functional/API/02_endpoints/01_apiClient/01_getAPIApiClientInfos.ts
|
||||
API/02_endpoints/01_apiClient/01_getAPIApiClientInfos.ts
|
||||
02_endpoints/01_apiClient/01_getAPIApiClientInfos.ts
|
||||
01_apiClient/01_getAPIApiClientInfos.ts
|
||||
01_getAPIApiClientInfos.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_getAPIApiClientId.ts
|
||||
UI/campaigns/functional/API/02_endpoints/01_apiClient/02_getAPIApiClientId.ts
|
||||
campaigns/functional/API/02_endpoints/01_apiClient/02_getAPIApiClientId.ts
|
||||
functional/API/02_endpoints/01_apiClient/02_getAPIApiClientId.ts
|
||||
API/02_endpoints/01_apiClient/02_getAPIApiClientId.ts
|
||||
02_endpoints/01_apiClient/02_getAPIApiClientId.ts
|
||||
01_apiClient/02_getAPIApiClientId.ts
|
||||
02_getAPIApiClientId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/05_hook/01_getAPIHookStatusId.ts
|
||||
UI/campaigns/functional/API/02_endpoints/05_hook/01_getAPIHookStatusId.ts
|
||||
campaigns/functional/API/02_endpoints/05_hook/01_getAPIHookStatusId.ts
|
||||
functional/API/02_endpoints/05_hook/01_getAPIHookStatusId.ts
|
||||
API/02_endpoints/05_hook/01_getAPIHookStatusId.ts
|
||||
02_endpoints/05_hook/01_getAPIHookStatusId.ts
|
||||
05_hook/01_getAPIHookStatusId.ts
|
||||
01_getAPIHookStatusId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
|
||||
UI/campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
|
||||
campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
|
||||
functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
|
||||
API/02_endpoints/04_hook/02_getAPIHooksId.ts
|
||||
02_endpoints/04_hook/02_getAPIHooksId.ts
|
||||
04_hook/02_getAPIHooksId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/05_hook/02_getAPIHooksId.ts
|
||||
UI/campaigns/functional/API/02_endpoints/05_hook/02_getAPIHooksId.ts
|
||||
campaigns/functional/API/02_endpoints/05_hook/02_getAPIHooksId.ts
|
||||
functional/API/02_endpoints/05_hook/02_getAPIHooksId.ts
|
||||
API/02_endpoints/05_hook/02_getAPIHooksId.ts
|
||||
02_endpoints/05_hook/02_getAPIHooksId.ts
|
||||
05_hook/02_getAPIHooksId.ts
|
||||
02_getAPIHooksId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getAPIApiClientId.ts
|
||||
UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getAPIApiClientId.ts
|
||||
campaigns/functional/API/02_endpoints/01_apiClient/01_getAPIApiClientId.ts
|
||||
functional/API/02_endpoints/01_apiClient/01_getAPIApiClientId.ts
|
||||
API/02_endpoints/01_apiClient/01_getAPIApiClientId.ts
|
||||
02_endpoints/01_apiClient/01_getAPIApiClientId.ts
|
||||
01_apiClient/01_getAPIApiClientId.ts
|
||||
01_getAPIApiClientId.ts
|
||||
tests/UI/campaigns/functional/API/01_basicTest.ts
|
||||
UI/campaigns/functional/API/01_basicTest.ts
|
||||
campaigns/functional/API/01_basicTest.ts
|
||||
|
|
|
|||
|
|
@ -2353,9 +2353,11 @@ tests/UI/campaigns/functional/FO/hummingbird/05_contactUs/01_checkMailtoLink.ts
|
|||
tests/UI/campaigns/functional/FO/hummingbird/05_contactUs/04_addAttachment.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/05_contactUs/03_sendMessageAsAnonymous.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/05_contactUs/02_sendMessageWithCustomer.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getAPIApiClientId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/01_deleteAPICustomerGroupsId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getAPIApiClientInfos.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_getAPIApiClientId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/05_hook/01_getAPIHookStatusId.ts
|
||||
tests/UI/campaigns/functional/API/02_endpoints/05_hook/02_getAPIHooksId.ts
|
||||
tests/UI/campaigns/functional/API/01_basicTest.ts
|
||||
tests/UI/campaigns/functional/API/01_clientCredentialGrantFlow/01_internalAuthServer/02_resourceEndpoint.ts
|
||||
tests/UI/campaigns/functional/API/01_clientCredentialGrantFlow/01_internalAuthServer/01_authorizationEndpoint.ts
|
||||
|
|
|
|||
|
|
@ -127312,6 +127312,9 @@ _unreleased/2024-02-14-improved-admin-typescript-implementation.md
|
|||
changelog/_unreleased/2024-01-04-fix-class-fields-in-swc-loader.md
|
||||
_unreleased/2024-01-04-fix-class-fields-in-swc-loader.md
|
||||
2024-01-04-fix-class-fields-in-swc-loader.md
|
||||
changelog/_unreleased/2024-02-23-add-new-block-in-analytics-template.md
|
||||
_unreleased/2024-02-23-add-new-block-in-analytics-template.md
|
||||
2024-02-23-add-new-block-in-analytics-template.md
|
||||
changelog/_unreleased/2024-02-01-fix-storefront-account-address-ui.md
|
||||
_unreleased/2024-02-01-fix-storefront-account-address-ui.md
|
||||
2024-02-01-fix-storefront-account-address-ui.md
|
||||
|
|
|
|||
|
|
@ -17441,6 +17441,7 @@ changelog/_unreleased/2023-09-20-avoid-creating-seo-urls-for-headless-sales-chan
|
|||
changelog/_unreleased/2024-01-22-update-meteor-admin-sdk-to-the-latest-version.md
|
||||
changelog/_unreleased/2024-02-14-improved-admin-typescript-implementation.md
|
||||
changelog/_unreleased/2024-01-04-fix-class-fields-in-swc-loader.md
|
||||
changelog/_unreleased/2024-02-23-add-new-block-in-analytics-template.md
|
||||
changelog/_unreleased/2024-02-01-fix-storefront-account-address-ui.md
|
||||
changelog/_unreleased/2024-01-30-fix-for-deleting-value-exclusions-breaks-variant-generation.md
|
||||
changelog/_unreleased/2023-11-18-6-6-preparations.md
|
||||
|
|
|
|||
|
|
@ -2788,6 +2788,10 @@ login.ts
|
|||
e2e/utils/shared.ts
|
||||
utils/shared.ts
|
||||
shared.ts
|
||||
e2e/app-template/config/features.js
|
||||
app-template/config/features.js
|
||||
config/features.js
|
||||
features.js
|
||||
e2e/app-template/README.md
|
||||
app-template/README.md
|
||||
README.md
|
||||
|
|
|
|||
|
|
@ -518,6 +518,7 @@ e2e/scripts/rate-limit.js
|
|||
e2e/scripts/dts-export.js
|
||||
e2e/utils/login.ts
|
||||
e2e/utils/shared.ts
|
||||
e2e/app-template/config/features.js
|
||||
e2e/app-template/README.md
|
||||
e2e/app-template/template/src/api/config/routes/config.js
|
||||
e2e/app-template/template/src/api/config/services/config.js
|
||||
|
|
|
|||
|
|
@ -13573,6 +13573,12 @@ Behat/Context/Hook/TestThemeContext.php
|
|||
Context/Hook/TestThemeContext.php
|
||||
Hook/TestThemeContext.php
|
||||
TestThemeContext.php
|
||||
src/Sylius/Behat/Context/Hook/CacheContext.php
|
||||
Sylius/Behat/Context/Hook/CacheContext.php
|
||||
Behat/Context/Hook/CacheContext.php
|
||||
Context/Hook/CacheContext.php
|
||||
Hook/CacheContext.php
|
||||
CacheContext.php
|
||||
src/Sylius/Behat/Context/Hook/DoctrineORMContext.php
|
||||
Sylius/Behat/Context/Hook/DoctrineORMContext.php
|
||||
Behat/Context/Hook/DoctrineORMContext.php
|
||||
|
|
@ -16630,6 +16636,18 @@ Component/Locale/Converter/LocaleConverterInterface.php
|
|||
Locale/Converter/LocaleConverterInterface.php
|
||||
Converter/LocaleConverterInterface.php
|
||||
LocaleConverterInterface.php
|
||||
src/Sylius/Component/Locale/Provider/LocaleCollectionProviderInterface.php
|
||||
Sylius/Component/Locale/Provider/LocaleCollectionProviderInterface.php
|
||||
Component/Locale/Provider/LocaleCollectionProviderInterface.php
|
||||
Locale/Provider/LocaleCollectionProviderInterface.php
|
||||
Provider/LocaleCollectionProviderInterface.php
|
||||
LocaleCollectionProviderInterface.php
|
||||
src/Sylius/Component/Locale/Provider/LocaleCollectionProvider.php
|
||||
Sylius/Component/Locale/Provider/LocaleCollectionProvider.php
|
||||
Component/Locale/Provider/LocaleCollectionProvider.php
|
||||
Locale/Provider/LocaleCollectionProvider.php
|
||||
Provider/LocaleCollectionProvider.php
|
||||
LocaleCollectionProvider.php
|
||||
src/Sylius/Component/Locale/Provider/LocaleProvider.php
|
||||
Sylius/Component/Locale/Provider/LocaleProvider.php
|
||||
Component/Locale/Provider/LocaleProvider.php
|
||||
|
|
@ -16642,6 +16660,12 @@ Component/Locale/Provider/LocaleProviderInterface.php
|
|||
Locale/Provider/LocaleProviderInterface.php
|
||||
Provider/LocaleProviderInterface.php
|
||||
LocaleProviderInterface.php
|
||||
src/Sylius/Component/Locale/Provider/CachedLocaleCollectionProvider.php
|
||||
Sylius/Component/Locale/Provider/CachedLocaleCollectionProvider.php
|
||||
Component/Locale/Provider/CachedLocaleCollectionProvider.php
|
||||
Locale/Provider/CachedLocaleCollectionProvider.php
|
||||
Provider/CachedLocaleCollectionProvider.php
|
||||
CachedLocaleCollectionProvider.php
|
||||
src/Sylius/Component/Locale/composer.json
|
||||
Sylius/Component/Locale/composer.json
|
||||
Component/Locale/composer.json
|
||||
|
|
@ -16661,6 +16685,20 @@ Locale/spec/Provider/LocaleProviderSpec.php
|
|||
spec/Provider/LocaleProviderSpec.php
|
||||
Provider/LocaleProviderSpec.php
|
||||
LocaleProviderSpec.php
|
||||
src/Sylius/Component/Locale/spec/Provider/LocaleCollectionProviderSpec.php
|
||||
Sylius/Component/Locale/spec/Provider/LocaleCollectionProviderSpec.php
|
||||
Component/Locale/spec/Provider/LocaleCollectionProviderSpec.php
|
||||
Locale/spec/Provider/LocaleCollectionProviderSpec.php
|
||||
spec/Provider/LocaleCollectionProviderSpec.php
|
||||
Provider/LocaleCollectionProviderSpec.php
|
||||
LocaleCollectionProviderSpec.php
|
||||
src/Sylius/Component/Locale/spec/Provider/CachedLocaleCollectionProviderSpec.php
|
||||
Sylius/Component/Locale/spec/Provider/CachedLocaleCollectionProviderSpec.php
|
||||
Component/Locale/spec/Provider/CachedLocaleCollectionProviderSpec.php
|
||||
Locale/spec/Provider/CachedLocaleCollectionProviderSpec.php
|
||||
spec/Provider/CachedLocaleCollectionProviderSpec.php
|
||||
Provider/CachedLocaleCollectionProviderSpec.php
|
||||
CachedLocaleCollectionProviderSpec.php
|
||||
src/Sylius/Component/Locale/spec/Context/CompositeLocaleContextSpec.php
|
||||
Sylius/Component/Locale/spec/Context/CompositeLocaleContextSpec.php
|
||||
Component/Locale/spec/Context/CompositeLocaleContextSpec.php
|
||||
|
|
@ -23851,6 +23889,13 @@ Sylius/Bundle/ShippingBundle/phpspec.yml.dist
|
|||
Bundle/ShippingBundle/phpspec.yml.dist
|
||||
ShippingBundle/phpspec.yml.dist
|
||||
phpspec.yml.dist
|
||||
src/Sylius/Bundle/LocaleBundle/Form/DataTransformer/LocaleToCodeTransformer.php
|
||||
Sylius/Bundle/LocaleBundle/Form/DataTransformer/LocaleToCodeTransformer.php
|
||||
Bundle/LocaleBundle/Form/DataTransformer/LocaleToCodeTransformer.php
|
||||
LocaleBundle/Form/DataTransformer/LocaleToCodeTransformer.php
|
||||
Form/DataTransformer/LocaleToCodeTransformer.php
|
||||
DataTransformer/LocaleToCodeTransformer.php
|
||||
LocaleToCodeTransformer.php
|
||||
src/Sylius/Bundle/LocaleBundle/Form/Type/LocaleChoiceType.php
|
||||
Sylius/Bundle/LocaleBundle/Form/Type/LocaleChoiceType.php
|
||||
Bundle/LocaleBundle/Form/Type/LocaleChoiceType.php
|
||||
|
|
@ -23911,6 +23956,13 @@ Sylius/Bundle/LocaleBundle/phpunit.xml.dist
|
|||
Bundle/LocaleBundle/phpunit.xml.dist
|
||||
LocaleBundle/phpunit.xml.dist
|
||||
phpunit.xml.dist
|
||||
src/Sylius/Bundle/LocaleBundle/Doctrine/EventListener/LocaleModificationListener.php
|
||||
Sylius/Bundle/LocaleBundle/Doctrine/EventListener/LocaleModificationListener.php
|
||||
Bundle/LocaleBundle/Doctrine/EventListener/LocaleModificationListener.php
|
||||
LocaleBundle/Doctrine/EventListener/LocaleModificationListener.php
|
||||
Doctrine/EventListener/LocaleModificationListener.php
|
||||
EventListener/LocaleModificationListener.php
|
||||
LocaleModificationListener.php
|
||||
src/Sylius/Bundle/LocaleBundle/DependencyInjection/Compiler/CompositeLocaleContextPass.php
|
||||
Sylius/Bundle/LocaleBundle/DependencyInjection/Compiler/CompositeLocaleContextPass.php
|
||||
Bundle/LocaleBundle/DependencyInjection/Compiler/CompositeLocaleContextPass.php
|
||||
|
|
@ -24628,6 +24680,14 @@ LocaleBundle/spec/Checker/LocaleUsageCheckerSpec.php
|
|||
spec/Checker/LocaleUsageCheckerSpec.php
|
||||
Checker/LocaleUsageCheckerSpec.php
|
||||
LocaleUsageCheckerSpec.php
|
||||
src/Sylius/Bundle/LocaleBundle/spec/Doctrine/EventListener/LocaleModificationListenerSpec.php
|
||||
Sylius/Bundle/LocaleBundle/spec/Doctrine/EventListener/LocaleModificationListenerSpec.php
|
||||
Bundle/LocaleBundle/spec/Doctrine/EventListener/LocaleModificationListenerSpec.php
|
||||
LocaleBundle/spec/Doctrine/EventListener/LocaleModificationListenerSpec.php
|
||||
spec/Doctrine/EventListener/LocaleModificationListenerSpec.php
|
||||
Doctrine/EventListener/LocaleModificationListenerSpec.php
|
||||
EventListener/LocaleModificationListenerSpec.php
|
||||
LocaleModificationListenerSpec.php
|
||||
src/Sylius/Bundle/LocaleBundle/spec/Listener/RequestLocaleSetterSpec.php
|
||||
Sylius/Bundle/LocaleBundle/spec/Listener/RequestLocaleSetterSpec.php
|
||||
Bundle/LocaleBundle/spec/Listener/RequestLocaleSetterSpec.php
|
||||
|
|
|
|||
|
|
@ -2599,6 +2599,7 @@ src/Sylius/Behat/Context/Cli/ShowingAvailablePluginsContext.php
|
|||
src/Sylius/Behat/Context/Cli/CancelUnpaidOrdersContext.php
|
||||
src/Sylius/Behat/Context/Hook/SessionContext.php
|
||||
src/Sylius/Behat/Context/Hook/TestThemeContext.php
|
||||
src/Sylius/Behat/Context/Hook/CacheContext.php
|
||||
src/Sylius/Behat/Context/Hook/DoctrineORMContext.php
|
||||
src/Sylius/Behat/Context/Hook/MailerContext.php
|
||||
src/Sylius/Behat/Element/Shop/CartWidgetElement.php
|
||||
|
|
@ -3088,11 +3089,16 @@ src/Sylius/Component/Attribute/Model/Attribute.php
|
|||
src/Sylius/Component/Locale/README.md
|
||||
src/Sylius/Component/Locale/Converter/LocaleConverter.php
|
||||
src/Sylius/Component/Locale/Converter/LocaleConverterInterface.php
|
||||
src/Sylius/Component/Locale/Provider/LocaleCollectionProviderInterface.php
|
||||
src/Sylius/Component/Locale/Provider/LocaleCollectionProvider.php
|
||||
src/Sylius/Component/Locale/Provider/LocaleProvider.php
|
||||
src/Sylius/Component/Locale/Provider/LocaleProviderInterface.php
|
||||
src/Sylius/Component/Locale/Provider/CachedLocaleCollectionProvider.php
|
||||
src/Sylius/Component/Locale/composer.json
|
||||
src/Sylius/Component/Locale/spec/Converter/LocaleConverterSpec.php
|
||||
src/Sylius/Component/Locale/spec/Provider/LocaleProviderSpec.php
|
||||
src/Sylius/Component/Locale/spec/Provider/LocaleCollectionProviderSpec.php
|
||||
src/Sylius/Component/Locale/spec/Provider/CachedLocaleCollectionProviderSpec.php
|
||||
src/Sylius/Component/Locale/spec/Context/CompositeLocaleContextSpec.php
|
||||
src/Sylius/Component/Locale/spec/Context/ImmutableLocaleContextSpec.php
|
||||
src/Sylius/Component/Locale/spec/Context/ProviderBasedLocaleContextSpec.php
|
||||
|
|
@ -4165,6 +4171,7 @@ src/Sylius/Bundle/ShippingBundle/spec/Validator/ShippingMethodCalculatorExistsVa
|
|||
src/Sylius/Bundle/ShippingBundle/spec/Provider/CalendarSpec.php
|
||||
src/Sylius/Bundle/ShippingBundle/LICENSE
|
||||
src/Sylius/Bundle/ShippingBundle/phpspec.yml.dist
|
||||
src/Sylius/Bundle/LocaleBundle/Form/DataTransformer/LocaleToCodeTransformer.php
|
||||
src/Sylius/Bundle/LocaleBundle/Form/Type/LocaleChoiceType.php
|
||||
src/Sylius/Bundle/LocaleBundle/Form/Type/LocaleType.php
|
||||
src/Sylius/Bundle/LocaleBundle/README.md
|
||||
|
|
@ -4175,6 +4182,7 @@ src/Sylius/Bundle/LocaleBundle/Tests/Stub/LocaleContextStub.php
|
|||
src/Sylius/Bundle/LocaleBundle/Tests/DependencyInjection/SyliusLocaleExtensionTest.php
|
||||
src/Sylius/Bundle/LocaleBundle/.gitattributes
|
||||
src/Sylius/Bundle/LocaleBundle/phpunit.xml.dist
|
||||
src/Sylius/Bundle/LocaleBundle/Doctrine/EventListener/LocaleModificationListener.php
|
||||
src/Sylius/Bundle/LocaleBundle/DependencyInjection/Compiler/CompositeLocaleContextPass.php
|
||||
src/Sylius/Bundle/LocaleBundle/DependencyInjection/SyliusLocaleExtension.php
|
||||
src/Sylius/Bundle/LocaleBundle/DependencyInjection/Configuration.php
|
||||
|
|
@ -4277,6 +4285,7 @@ src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ar.yml
|
|||
src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.nl.yml
|
||||
src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.no.yml
|
||||
src/Sylius/Bundle/LocaleBundle/spec/Checker/LocaleUsageCheckerSpec.php
|
||||
src/Sylius/Bundle/LocaleBundle/spec/Doctrine/EventListener/LocaleModificationListenerSpec.php
|
||||
src/Sylius/Bundle/LocaleBundle/spec/Listener/RequestLocaleSetterSpec.php
|
||||
src/Sylius/Bundle/LocaleBundle/spec/Context/RequestHeaderBasedLocaleContextSpec.php
|
||||
src/Sylius/Bundle/LocaleBundle/spec/Context/RequestBasedLocaleContextSpec.php
|
||||
|
|
|
|||
|
|
@ -9138,6 +9138,14 @@ setup-task-list/components/task-headers/index.ts
|
|||
components/task-headers/index.ts
|
||||
task-headers/index.ts
|
||||
index.ts
|
||||
plugins/woocommerce-admin/client/task-lists/setup-task-list/components/task-headers/launch-your-store.tsx
|
||||
woocommerce-admin/client/task-lists/setup-task-list/components/task-headers/launch-your-store.tsx
|
||||
client/task-lists/setup-task-list/components/task-headers/launch-your-store.tsx
|
||||
task-lists/setup-task-list/components/task-headers/launch-your-store.tsx
|
||||
setup-task-list/components/task-headers/launch-your-store.tsx
|
||||
components/task-headers/launch-your-store.tsx
|
||||
task-headers/launch-your-store.tsx
|
||||
launch-your-store.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/setup-task-list/components/task-headers/payments.js
|
||||
woocommerce-admin/client/task-lists/setup-task-list/components/task-headers/payments.js
|
||||
client/task-lists/setup-task-list/components/task-headers/payments.js
|
||||
|
|
@ -11098,9 +11106,6 @@ postcss.config.js
|
|||
plugins/woocommerce-blocks/.eslintrc.js
|
||||
woocommerce-blocks/.eslintrc.js
|
||||
.eslintrc.js
|
||||
plugins/woocommerce-blocks/.nvmrc
|
||||
woocommerce-blocks/.nvmrc
|
||||
.nvmrc
|
||||
plugins/woocommerce-blocks/global.d.ts
|
||||
woocommerce-blocks/global.d.ts
|
||||
global.d.ts
|
||||
|
|
@ -31877,6 +31882,12 @@ assets/images/admin_notes/filter-by-product-variations-note.svg
|
|||
images/admin_notes/filter-by-product-variations-note.svg
|
||||
admin_notes/filter-by-product-variations-note.svg
|
||||
filter-by-product-variations-note.svg
|
||||
plugins/woocommerce/assets/images/task_list/launch-your-store-illustration.svg
|
||||
woocommerce/assets/images/task_list/launch-your-store-illustration.svg
|
||||
assets/images/task_list/launch-your-store-illustration.svg
|
||||
images/task_list/launch-your-store-illustration.svg
|
||||
task_list/launch-your-store-illustration.svg
|
||||
launch-your-store-illustration.svg
|
||||
plugins/woocommerce/assets/images/task_list/customize-store-illustration.svg
|
||||
woocommerce/assets/images/task_list/customize-store-illustration.svg
|
||||
assets/images/task_list/customize-store-illustration.svg
|
||||
|
|
@ -48773,6 +48784,14 @@ Features/OnboardingTasks/Tasks/Purchase.php
|
|||
OnboardingTasks/Tasks/Purchase.php
|
||||
Tasks/Purchase.php
|
||||
Purchase.php
|
||||
plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/LaunchYourStore.php
|
||||
woocommerce/src/Admin/Features/OnboardingTasks/Tasks/LaunchYourStore.php
|
||||
src/Admin/Features/OnboardingTasks/Tasks/LaunchYourStore.php
|
||||
Admin/Features/OnboardingTasks/Tasks/LaunchYourStore.php
|
||||
Features/OnboardingTasks/Tasks/LaunchYourStore.php
|
||||
OnboardingTasks/Tasks/LaunchYourStore.php
|
||||
Tasks/LaunchYourStore.php
|
||||
LaunchYourStore.php
|
||||
plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Shipping.php
|
||||
woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Shipping.php
|
||||
src/Admin/Features/OnboardingTasks/Tasks/Shipping.php
|
||||
|
|
@ -51544,6 +51563,10 @@ plugins/woocommerce/changelog/e2e-shopper-product-filters
|
|||
woocommerce/changelog/e2e-shopper-product-filters
|
||||
changelog/e2e-shopper-product-filters
|
||||
e2e-shopper-product-filters
|
||||
plugins/woocommerce/changelog/add-launch-your-store-task
|
||||
woocommerce/changelog/add-launch-your-store-task
|
||||
changelog/add-launch-your-store-task
|
||||
add-launch-your-store-task
|
||||
plugins/woocommerce/changelog/45253-test-post-merge-workflow
|
||||
woocommerce/changelog/45253-test-post-merge-workflow
|
||||
changelog/45253-test-post-merge-workflow
|
||||
|
|
@ -51552,6 +51575,10 @@ plugins/woocommerce/changelog/45196-44889-cys-override-the-header-template-part-
|
|||
woocommerce/changelog/45196-44889-cys-override-the-header-template-part-when-saving-in-the-assembler
|
||||
changelog/45196-44889-cys-override-the-header-template-part-when-saving-in-the-assembler
|
||||
45196-44889-cys-override-the-header-template-part-when-saving-in-the-assembler
|
||||
plugins/woocommerce/changelog/45232-update-45219-disable-fresh_site_deletion
|
||||
woocommerce/changelog/45232-update-45219-disable-fresh_site_deletion
|
||||
changelog/45232-update-45219-disable-fresh_site_deletion
|
||||
45232-update-45219-disable-fresh_site_deletion
|
||||
plugins/woocommerce/changelog/44532-44187-cys-on-core-conditionally-change-the-default-fonts-available-based-on-user-consent
|
||||
woocommerce/changelog/44532-44187-cys-on-core-conditionally-change-the-default-fonts-available-based-on-user-consent
|
||||
changelog/44532-44187-cys-on-core-conditionally-change-the-default-fonts-available-based-on-user-consent
|
||||
|
|
@ -51572,6 +51599,10 @@ plugins/woocommerce/changelog/update-woocommerce-blocks-version-cleanup
|
|||
woocommerce/changelog/update-woocommerce-blocks-version-cleanup
|
||||
changelog/update-woocommerce-blocks-version-cleanup
|
||||
update-woocommerce-blocks-version-cleanup
|
||||
plugins/woocommerce/changelog/45296-45281-cys-on-core-identify-if-the-current-active-tt4-theme-has-been-already-modified-by-the-user
|
||||
woocommerce/changelog/45296-45281-cys-on-core-identify-if-the-current-active-tt4-theme-has-been-already-modified-by-the-user
|
||||
changelog/45296-45281-cys-on-core-identify-if-the-current-active-tt4-theme-has-been-already-modified-by-the-user
|
||||
45296-45281-cys-on-core-identify-if-the-current-active-tt4-theme-has-been-already-modified-by-the-user
|
||||
plugins/woocommerce/changelog/e2e-disable-editor-welcome-guide
|
||||
woocommerce/changelog/e2e-disable-editor-welcome-guide
|
||||
changelog/e2e-disable-editor-welcome-guide
|
||||
|
|
@ -51608,6 +51639,10 @@ plugins/woocommerce/changelog/fix-43289-woocommerce-css-watch
|
|||
woocommerce/changelog/fix-43289-woocommerce-css-watch
|
||||
changelog/fix-43289-woocommerce-css-watch
|
||||
fix-43289-woocommerce-css-watch
|
||||
plugins/woocommerce/changelog/dev-blocks-package-housekeeping
|
||||
woocommerce/changelog/dev-blocks-package-housekeeping
|
||||
changelog/dev-blocks-package-housekeeping
|
||||
dev-blocks-package-housekeeping
|
||||
plugins/woocommerce/changelog/44914-dev-refactor-attribute-filter-e2e
|
||||
woocommerce/changelog/44914-dev-refactor-attribute-filter-e2e
|
||||
changelog/44914-dev-refactor-attribute-filter-e2e
|
||||
|
|
@ -51688,10 +51723,18 @@ plugins/woocommerce/changelog/dev-cleanup-blocks-github-folder
|
|||
woocommerce/changelog/dev-cleanup-blocks-github-folder
|
||||
changelog/dev-cleanup-blocks-github-folder
|
||||
dev-cleanup-blocks-github-folder
|
||||
plugins/woocommerce/changelog/followup-44757
|
||||
woocommerce/changelog/followup-44757
|
||||
changelog/followup-44757
|
||||
followup-44757
|
||||
plugins/woocommerce/changelog/44890-cys-fix-complete-products-task
|
||||
woocommerce/changelog/44890-cys-fix-complete-products-task
|
||||
changelog/44890-cys-fix-complete-products-task
|
||||
44890-cys-fix-complete-products-task
|
||||
plugins/woocommerce/changelog/45255-45221-cys-core-cannot-read-properties-of-undefined-reading-activethemehasmods
|
||||
woocommerce/changelog/45255-45221-cys-core-cannot-read-properties-of-undefined-reading-activethemehasmods
|
||||
changelog/45255-45221-cys-core-cannot-read-properties-of-undefined-reading-activethemehasmods
|
||||
45255-45221-cys-core-cannot-read-properties-of-undefined-reading-activethemehasmods
|
||||
plugins/woocommerce/changelog/45201-add-44787-add-range-rule
|
||||
woocommerce/changelog/45201-add-44787-add-range-rule
|
||||
changelog/45201-add-44787-add-range-rule
|
||||
|
|
@ -51700,10 +51743,18 @@ plugins/woocommerce/changelog/45118-patch-3
|
|||
woocommerce/changelog/45118-patch-3
|
||||
changelog/45118-patch-3
|
||||
45118-patch-3
|
||||
plugins/woocommerce/changelog/fix-missing-shipping-notices
|
||||
woocommerce/changelog/fix-missing-shipping-notices
|
||||
changelog/fix-missing-shipping-notices
|
||||
fix-missing-shipping-notices
|
||||
plugins/woocommerce/changelog/dev-update-workflow-node-20
|
||||
woocommerce/changelog/dev-update-workflow-node-20
|
||||
changelog/dev-update-workflow-node-20
|
||||
dev-update-workflow-node-20
|
||||
plugins/woocommerce/changelog/45288-45284-cys-on-core-ensure-the-user-is-directed-to-the-in-app-marketplace-whenever-clicking-on-browse-all-themes
|
||||
woocommerce/changelog/45288-45284-cys-on-core-ensure-the-user-is-directed-to-the-in-app-marketplace-whenever-clicking-on-browse-all-themes
|
||||
changelog/45288-45284-cys-on-core-ensure-the-user-is-directed-to-the-in-app-marketplace-whenever-clicking-on-browse-all-themes
|
||||
45288-45284-cys-on-core-ensure-the-user-is-directed-to-the-in-app-marketplace-whenever-clicking-on-browse-all-themes
|
||||
plugins/woocommerce/changelog/45152-fix-settings-slotfills
|
||||
woocommerce/changelog/45152-fix-settings-slotfills
|
||||
changelog/45152-fix-settings-slotfills
|
||||
|
|
@ -65681,6 +65732,20 @@ product-editor/src/hooks/index.ts
|
|||
src/hooks/index.ts
|
||||
hooks/index.ts
|
||||
index.ts
|
||||
packages/js/product-editor/src/hooks/use-product-manager/use-product-manager.ts
|
||||
js/product-editor/src/hooks/use-product-manager/use-product-manager.ts
|
||||
product-editor/src/hooks/use-product-manager/use-product-manager.ts
|
||||
src/hooks/use-product-manager/use-product-manager.ts
|
||||
hooks/use-product-manager/use-product-manager.ts
|
||||
use-product-manager/use-product-manager.ts
|
||||
use-product-manager.ts
|
||||
packages/js/product-editor/src/hooks/use-product-manager/index.ts
|
||||
js/product-editor/src/hooks/use-product-manager/index.ts
|
||||
product-editor/src/hooks/use-product-manager/index.ts
|
||||
src/hooks/use-product-manager/index.ts
|
||||
hooks/use-product-manager/index.ts
|
||||
use-product-manager/index.ts
|
||||
index.ts
|
||||
packages/js/product-editor/src/hooks/use-number-input-props.ts
|
||||
js/product-editor/src/hooks/use-number-input-props.ts
|
||||
product-editor/src/hooks/use-number-input-props.ts
|
||||
|
|
@ -67759,6 +67824,13 @@ src/components/header/header.tsx
|
|||
components/header/header.tsx
|
||||
header/header.tsx
|
||||
header.tsx
|
||||
packages/js/product-editor/src/components/header/types.ts
|
||||
js/product-editor/src/components/header/types.ts
|
||||
product-editor/src/components/header/types.ts
|
||||
src/components/header/types.ts
|
||||
components/header/types.ts
|
||||
header/types.ts
|
||||
types.ts
|
||||
packages/js/product-editor/src/components/header/preview-button/index.ts
|
||||
js/product-editor/src/components/header/preview-button/index.ts
|
||||
product-editor/src/components/header/preview-button/index.ts
|
||||
|
|
@ -67799,6 +67871,24 @@ components/header/publish-button/publish-button.tsx
|
|||
header/publish-button/publish-button.tsx
|
||||
publish-button/publish-button.tsx
|
||||
publish-button.tsx
|
||||
packages/js/product-editor/src/components/header/publish-button/utils/index.ts
|
||||
js/product-editor/src/components/header/publish-button/utils/index.ts
|
||||
product-editor/src/components/header/publish-button/utils/index.ts
|
||||
src/components/header/publish-button/utils/index.ts
|
||||
components/header/publish-button/utils/index.ts
|
||||
header/publish-button/utils/index.ts
|
||||
publish-button/utils/index.ts
|
||||
utils/index.ts
|
||||
index.ts
|
||||
packages/js/product-editor/src/components/header/publish-button/utils/show-success-notice.ts
|
||||
js/product-editor/src/components/header/publish-button/utils/show-success-notice.ts
|
||||
product-editor/src/components/header/publish-button/utils/show-success-notice.ts
|
||||
src/components/header/publish-button/utils/show-success-notice.ts
|
||||
components/header/publish-button/utils/show-success-notice.ts
|
||||
header/publish-button/utils/show-success-notice.ts
|
||||
publish-button/utils/show-success-notice.ts
|
||||
utils/show-success-notice.ts
|
||||
show-success-notice.ts
|
||||
packages/js/product-editor/src/components/header/publish-button/types.ts
|
||||
js/product-editor/src/components/header/publish-button/types.ts
|
||||
product-editor/src/components/header/publish-button/types.ts
|
||||
|
|
@ -67807,6 +67897,33 @@ components/header/publish-button/types.ts
|
|||
header/publish-button/types.ts
|
||||
publish-button/types.ts
|
||||
types.ts
|
||||
packages/js/product-editor/src/components/header/publish-button/publish-button-menu/index.ts
|
||||
js/product-editor/src/components/header/publish-button/publish-button-menu/index.ts
|
||||
product-editor/src/components/header/publish-button/publish-button-menu/index.ts
|
||||
src/components/header/publish-button/publish-button-menu/index.ts
|
||||
components/header/publish-button/publish-button-menu/index.ts
|
||||
header/publish-button/publish-button-menu/index.ts
|
||||
publish-button/publish-button-menu/index.ts
|
||||
publish-button-menu/index.ts
|
||||
index.ts
|
||||
packages/js/product-editor/src/components/header/publish-button/publish-button-menu/publish-button-menu.tsx
|
||||
js/product-editor/src/components/header/publish-button/publish-button-menu/publish-button-menu.tsx
|
||||
product-editor/src/components/header/publish-button/publish-button-menu/publish-button-menu.tsx
|
||||
src/components/header/publish-button/publish-button-menu/publish-button-menu.tsx
|
||||
components/header/publish-button/publish-button-menu/publish-button-menu.tsx
|
||||
header/publish-button/publish-button-menu/publish-button-menu.tsx
|
||||
publish-button/publish-button-menu/publish-button-menu.tsx
|
||||
publish-button-menu/publish-button-menu.tsx
|
||||
publish-button-menu.tsx
|
||||
packages/js/product-editor/src/components/header/publish-button/publish-button-menu/types.ts
|
||||
js/product-editor/src/components/header/publish-button/publish-button-menu/types.ts
|
||||
product-editor/src/components/header/publish-button/publish-button-menu/types.ts
|
||||
src/components/header/publish-button/publish-button-menu/types.ts
|
||||
components/header/publish-button/publish-button-menu/types.ts
|
||||
header/publish-button/publish-button-menu/types.ts
|
||||
publish-button/publish-button-menu/types.ts
|
||||
publish-button-menu/types.ts
|
||||
types.ts
|
||||
packages/js/product-editor/src/components/header/loading-state/loading-state.tsx
|
||||
js/product-editor/src/components/header/loading-state/loading-state.tsx
|
||||
product-editor/src/components/header/loading-state/loading-state.tsx
|
||||
|
|
@ -70489,6 +70606,21 @@ js/product-editor/changelog/add-40376
|
|||
product-editor/changelog/add-40376
|
||||
changelog/add-40376
|
||||
add-40376
|
||||
packages/js/product-editor/changelog/dev-44656_create_title_bar
|
||||
js/product-editor/changelog/dev-44656_create_title_bar
|
||||
product-editor/changelog/dev-44656_create_title_bar
|
||||
changelog/dev-44656_create_title_bar
|
||||
dev-44656_create_title_bar
|
||||
packages/js/product-editor/changelog/fix-multiple_warning_in_blocks
|
||||
js/product-editor/changelog/fix-multiple_warning_in_blocks
|
||||
product-editor/changelog/fix-multiple_warning_in_blocks
|
||||
changelog/fix-multiple_warning_in_blocks
|
||||
fix-multiple_warning_in_blocks
|
||||
packages/js/product-editor/changelog/add-43047
|
||||
js/product-editor/changelog/add-43047
|
||||
product-editor/changelog/add-43047
|
||||
changelog/add-43047
|
||||
add-43047
|
||||
packages/js/product-editor/changelog/.gitkeep
|
||||
js/product-editor/changelog/.gitkeep
|
||||
product-editor/changelog/.gitkeep
|
||||
|
|
|
|||
|
|
@ -1547,6 +1547,7 @@ plugins/woocommerce-admin/client/task-lists/setup-task-list/components/task-list
|
|||
plugins/woocommerce-admin/client/task-lists/setup-task-list/components/task-list-completed-header.scss
|
||||
plugins/woocommerce-admin/client/task-lists/setup-task-list/components/task-list-completed-header.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/setup-task-list/components/task-headers/index.ts
|
||||
plugins/woocommerce-admin/client/task-lists/setup-task-list/components/task-headers/launch-your-store.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/setup-task-list/components/task-headers/payments.js
|
||||
plugins/woocommerce-admin/client/task-lists/setup-task-list/components/task-headers/timer.svg
|
||||
plugins/woocommerce-admin/client/task-lists/setup-task-list/components/task-headers/products.js
|
||||
|
|
@ -1861,7 +1862,6 @@ plugins/woocommerce-beta-tester/userscripts/wc-live-branches.user.js
|
|||
plugins/woocommerce-blocks/phpcs.xml
|
||||
plugins/woocommerce-blocks/postcss.config.js
|
||||
plugins/woocommerce-blocks/.eslintrc.js
|
||||
plugins/woocommerce-blocks/.nvmrc
|
||||
plugins/woocommerce-blocks/global.d.ts
|
||||
plugins/woocommerce-blocks/webpack.config.js
|
||||
plugins/woocommerce-blocks/.env
|
||||
|
|
@ -4668,6 +4668,7 @@ plugins/woocommerce/assets/fonts/star.svg
|
|||
plugins/woocommerce/assets/fonts/WooCommerce.eot
|
||||
plugins/woocommerce/assets/fonts/WooCommerce.woff
|
||||
plugins/woocommerce/assets/images/admin_notes/filter-by-product-variations-note.svg
|
||||
plugins/woocommerce/assets/images/task_list/launch-your-store-illustration.svg
|
||||
plugins/woocommerce/assets/images/task_list/customize-store-illustration.svg
|
||||
plugins/woocommerce/assets/images/product_data/no-variation-background-image.svg
|
||||
plugins/woocommerce/assets/images/product_data/no-variation-arrow.svg
|
||||
|
|
@ -7286,6 +7287,7 @@ plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/CustomizeStore.php
|
|||
plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php
|
||||
plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/WooCommercePayments.php
|
||||
plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Purchase.php
|
||||
plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/LaunchYourStore.php
|
||||
plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Shipping.php
|
||||
plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/GetMobileApp.php
|
||||
plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php
|
||||
|
|
@ -7707,13 +7709,16 @@ plugins/woocommerce/changelog/fix-40382
|
|||
plugins/woocommerce/changelog/44822-44609-cys-on-core-update-the-themes-list-on-the-intro-screen
|
||||
plugins/woocommerce/changelog/fix-customer-test-pr-merge
|
||||
plugins/woocommerce/changelog/e2e-shopper-product-filters
|
||||
plugins/woocommerce/changelog/add-launch-your-store-task
|
||||
plugins/woocommerce/changelog/45253-test-post-merge-workflow
|
||||
plugins/woocommerce/changelog/45196-44889-cys-override-the-header-template-part-when-saving-in-the-assembler
|
||||
plugins/woocommerce/changelog/45232-update-45219-disable-fresh_site_deletion
|
||||
plugins/woocommerce/changelog/44532-44187-cys-on-core-conditionally-change-the-default-fonts-available-based-on-user-consent
|
||||
plugins/woocommerce/changelog/44629-trunk
|
||||
plugins/woocommerce/changelog/44664-refactor-42362-convert-no-reviews-placeholder-file-from-js-to-ts
|
||||
plugins/woocommerce/changelog/44447-enhancement-please-improve-woocommerce_blocks_hook_compatibility_additional_data-filter-hook
|
||||
plugins/woocommerce/changelog/update-woocommerce-blocks-version-cleanup
|
||||
plugins/woocommerce/changelog/45296-45281-cys-on-core-identify-if-the-current-active-tt4-theme-has-been-already-modified-by-the-user
|
||||
plugins/woocommerce/changelog/e2e-disable-editor-welcome-guide
|
||||
plugins/woocommerce/changelog/pr-44896
|
||||
plugins/woocommerce/changelog/45231-add-45217-lys-add-feature-flag
|
||||
|
|
@ -7723,6 +7728,7 @@ plugins/woocommerce/changelog/e2e-add-mini-cart-customization
|
|||
plugins/woocommerce/changelog/44851-fix-font-card-flickering
|
||||
plugins/woocommerce/changelog/45105-45104-cys-on-core-add-the-color-paletes-for-the-nokul-highline-and-luminate-themes
|
||||
plugins/woocommerce/changelog/fix-43289-woocommerce-css-watch
|
||||
plugins/woocommerce/changelog/dev-blocks-package-housekeeping
|
||||
plugins/woocommerce/changelog/44914-dev-refactor-attribute-filter-e2e
|
||||
plugins/woocommerce/changelog/45216-fix-cys-intro-css
|
||||
plugins/woocommerce/changelog/fix-41248
|
||||
|
|
@ -7743,10 +7749,14 @@ plugins/woocommerce/changelog/43011-patch-1
|
|||
plugins/woocommerce/changelog/docs-improve-compatibility-layer-description
|
||||
plugins/woocommerce/changelog/tweak-e2e-global-setup
|
||||
plugins/woocommerce/changelog/dev-cleanup-blocks-github-folder
|
||||
plugins/woocommerce/changelog/followup-44757
|
||||
plugins/woocommerce/changelog/44890-cys-fix-complete-products-task
|
||||
plugins/woocommerce/changelog/45255-45221-cys-core-cannot-read-properties-of-undefined-reading-activethemehasmods
|
||||
plugins/woocommerce/changelog/45201-add-44787-add-range-rule
|
||||
plugins/woocommerce/changelog/45118-patch-3
|
||||
plugins/woocommerce/changelog/fix-missing-shipping-notices
|
||||
plugins/woocommerce/changelog/dev-update-workflow-node-20
|
||||
plugins/woocommerce/changelog/45288-45284-cys-on-core-ensure-the-user-is-directed-to-the-in-app-marketplace-whenever-clicking-on-browse-all-themes
|
||||
plugins/woocommerce/changelog/45152-fix-settings-slotfills
|
||||
plugins/woocommerce/changelog/44785-refactor-42361-convert-with-product-variations-hoc-to-typescript
|
||||
plugins/woocommerce/changelog/45166-44794-fix-site-title-block-typography
|
||||
|
|
@ -10204,6 +10214,8 @@ packages/js/product-editor/src/utils/prevent-leaving-product-form.ts
|
|||
packages/js/product-editor/src/utils/product-apifetch-middleware.ts
|
||||
packages/js/product-editor/src/constants.ts
|
||||
packages/js/product-editor/src/hooks/index.ts
|
||||
packages/js/product-editor/src/hooks/use-product-manager/use-product-manager.ts
|
||||
packages/js/product-editor/src/hooks/use-product-manager/index.ts
|
||||
packages/js/product-editor/src/hooks/use-number-input-props.ts
|
||||
packages/js/product-editor/src/hooks/use-product-edits.ts
|
||||
packages/js/product-editor/src/hooks/use-product-entity-prop.ts
|
||||
|
|
@ -10486,12 +10498,18 @@ packages/js/product-editor/src/components/header/hooks/use-publish/use-publish.t
|
|||
packages/js/product-editor/src/components/header/hooks/use-preview/use-preview.tsx
|
||||
packages/js/product-editor/src/components/header/hooks/use-preview/index.ts
|
||||
packages/js/product-editor/src/components/header/header.tsx
|
||||
packages/js/product-editor/src/components/header/types.ts
|
||||
packages/js/product-editor/src/components/header/preview-button/index.ts
|
||||
packages/js/product-editor/src/components/header/preview-button/types.ts
|
||||
packages/js/product-editor/src/components/header/preview-button/preview-button.tsx
|
||||
packages/js/product-editor/src/components/header/publish-button/index.ts
|
||||
packages/js/product-editor/src/components/header/publish-button/publish-button.tsx
|
||||
packages/js/product-editor/src/components/header/publish-button/utils/index.ts
|
||||
packages/js/product-editor/src/components/header/publish-button/utils/show-success-notice.ts
|
||||
packages/js/product-editor/src/components/header/publish-button/types.ts
|
||||
packages/js/product-editor/src/components/header/publish-button/publish-button-menu/index.ts
|
||||
packages/js/product-editor/src/components/header/publish-button/publish-button-menu/publish-button-menu.tsx
|
||||
packages/js/product-editor/src/components/header/publish-button/publish-button-menu/types.ts
|
||||
packages/js/product-editor/src/components/header/loading-state/loading-state.tsx
|
||||
packages/js/product-editor/src/components/header/loading-state/index.ts
|
||||
packages/js/product-editor/src/components/header/save-draft-button/index.ts
|
||||
|
|
@ -10832,6 +10850,9 @@ packages/js/product-editor/src/blocks/generic/text/edit.tsx
|
|||
packages/js/product-editor/src/blocks/generic/text/block.json
|
||||
packages/js/product-editor/changelog/fix-44809_downloads_buttons
|
||||
packages/js/product-editor/changelog/add-40376
|
||||
packages/js/product-editor/changelog/dev-44656_create_title_bar
|
||||
packages/js/product-editor/changelog/fix-multiple_warning_in_blocks
|
||||
packages/js/product-editor/changelog/add-43047
|
||||
packages/js/product-editor/changelog/.gitkeep
|
||||
packages/js/product-editor/changelog/update-do-not-current-product-form-me
|
||||
packages/js/product-editor/changelog/44838-dev-use-content-hash
|
||||
|
|
|
|||
|
|
@ -30,10 +30,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -41,11 +37,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -55,7 +48,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/watchers
|
||||
/*source=
|
||||
/.git
|
||||
/?z=1
|
||||
/B00M3E1HJY
|
||||
/B00M3E1NYI
|
||||
/B00M3E1Q5Y
|
||||
|
|
@ -75,17 +67,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_prq
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/album/*/*?i=
|
||||
/api
|
||||
/apis
|
||||
|
|
@ -102,8 +84,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments/*?*sort=
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/discovered
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
/download/browse.aspx?
|
||||
|
|
@ -133,7 +113,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/liked_by
|
||||
/likes
|
||||
/limited-release
|
||||
/listing/*/favoriters
|
||||
/lookup?
|
||||
|
|
@ -142,20 +121,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=
|
||||
|
|
@ -173,15 +147,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/
|
||||
/webscr
|
||||
/wiki/Special:
|
||||
|
|
@ -243,7 +213,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?order=
|
||||
?pt1=true$
|
||||
?s=
|
||||
?show_error=true
|
||||
?tab=achievements&achievement=
|
||||
?utm_*=
|
||||
?w=address
|
||||
|
|
@ -327,8 +296,6 @@ WebObjects/MZStoreElements.woa
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -394,8 +361,6 @@ _next/gtm
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -501,7 +466,6 @@ ad_spice
|
|||
ad_syndication_user_tracking
|
||||
ad_visibility
|
||||
addContacts
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
adredir?
|
||||
|
|
@ -523,7 +487,6 @@ adwords/proposal
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
aihub/tfhub
|
||||
ajax
|
||||
ajax/follow_info
|
||||
|
|
@ -561,7 +524,6 @@ api_access_key=
|
|||
app*_
|
||||
app*form_id=
|
||||
app/updates
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -679,7 +641,6 @@ auth/verifychallenge
|
|||
author/following
|
||||
author=
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
b?*node=7454898011
|
||||
b?*node=7454917011
|
||||
|
|
@ -793,11 +754,7 @@ blogs/test
|
|||
blogsearch
|
||||
blogsearch_feeds
|
||||
bn
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmark?
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/about
|
||||
|
|
@ -819,38 +776,17 @@ books?*zoom=1
|
|||
books?*zoom=5
|
||||
booksrightsholders
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
browse/reviews/recent
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
buttonlite.js
|
||||
buyside-e2e-monitor
|
||||
buzz/post
|
||||
|
|
@ -1041,7 +977,6 @@ checkout
|
|||
checkout/package
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/browser/mobile/tour
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
|
|
@ -1064,7 +999,6 @@ client_error
|
|||
client_errors
|
||||
clima/ets
|
||||
clima/sites/registry
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -1085,7 +1019,6 @@ commercesearch/images
|
|||
commercesearch/services
|
||||
commission_2010-2014/katainen
|
||||
commits?author=
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -1101,32 +1034,24 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
community_s
|
||||
companyDir
|
||||
compare
|
||||
compare/*/apply
|
||||
compressiontest
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
connector
|
||||
consumers/archive
|
||||
contact_me
|
||||
contactus
|
||||
content
|
||||
content-claiming
|
||||
context_referrer=gig_page
|
||||
context_referrer=user_page
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
coop/directory
|
||||
coop/manage
|
||||
copyright-reporting
|
||||
corgi$
|
||||
couchmode
|
||||
counter/*?
|
||||
|
|
@ -1134,13 +1059,7 @@ counters/client-screenview
|
|||
coupons/visit
|
||||
covid19
|
||||
covid19/mobility
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
cse/home
|
||||
cse/manage
|
||||
|
|
@ -1149,9 +1068,7 @@ cse?
|
|||
csp
|
||||
csp_block
|
||||
csp_report_only
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -1261,9 +1178,7 @@ de/teams
|
|||
de/transactions
|
||||
de/treasury
|
||||
de/your
|
||||
deactivate-account
|
||||
default
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1313,7 +1228,6 @@ digital-single-market/taxonomy
|
|||
digital-single-market/users
|
||||
directory
|
||||
directory/all
|
||||
discover
|
||||
discussion
|
||||
discussion/comment-permalink
|
||||
discussion/edit-profile
|
||||
|
|
@ -1409,8 +1323,6 @@ ebooks?*zoom=
|
|||
ebooks?*zoom=1
|
||||
ebooks?*zoom=5
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
edurec
|
||||
|
|
@ -1422,7 +1334,6 @@ elite?
|
|||
email
|
||||
email-unsubscribe
|
||||
email_actions
|
||||
email_verification_error
|
||||
embed
|
||||
embed/feed/update
|
||||
employment_social/anticipedia/xwiki/bin/attach
|
||||
|
|
@ -1477,7 +1388,6 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
environment/ets
|
||||
|
|
@ -1580,8 +1490,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
|
||||
|
|
@ -1591,7 +1499,6 @@ facebook
|
|||
facebook_connect
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb.html
|
||||
fe=true
|
||||
feature/sf-test
|
||||
feed
|
||||
|
|
@ -1671,8 +1578,6 @@ flights
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1782,8 +1687,6 @@ globalmarketfinder
|
|||
globalmarketfinder/*.html
|
||||
go/awards
|
||||
gold?
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
goto
|
||||
gp
|
||||
|
|
@ -1894,7 +1797,6 @@ gview
|
|||
gwt
|
||||
h5games_gamecenter/images
|
||||
handmade
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1969,10 +1871,7 @@ 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
|
||||
|
|
@ -1992,9 +1891,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
|
||||
|
|
@ -2164,14 +2060,11 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
internalPref
|
||||
intl/*/about/views
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invites/buy
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
|
|
@ -2261,8 +2154,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
|
||||
|
|
@ -2325,7 +2216,6 @@ knowmore
|
|||
ko-kr.www.cloudflare.com
|
||||
ko-kr/feedback
|
||||
ko-kr/lp
|
||||
kwanzaa-spotlight
|
||||
labs/popgadget/search
|
||||
lamda/images
|
||||
landing/cmsnext-root
|
||||
|
|
@ -2364,7 +2254,6 @@ li/track
|
|||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
linked
|
||||
linkedin
|
||||
list
|
||||
list/ls*/_ajax
|
||||
|
|
@ -2373,7 +2262,6 @@ listing/*/stubs
|
|||
lite
|
||||
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
|
||||
live
|
||||
live-session
|
||||
live_chat
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
lm/R3HQ5WJSZK6QSO
|
||||
|
|
@ -2405,7 +2293,6 @@ lochp?
|
|||
logging
|
||||
login
|
||||
login$
|
||||
login/?next=
|
||||
login?*=
|
||||
logo-maker/brief
|
||||
logo-maker/choose-variation
|
||||
|
|
@ -2584,7 +2471,6 @@ native
|
|||
nb-no.www.cloudflare.com
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news$
|
||||
news/$
|
||||
news/0
|
||||
|
|
@ -2596,7 +2482,6 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsroom/notifications
|
||||
|
|
@ -2704,7 +2589,6 @@ no-en/treasury
|
|||
no-en/your
|
||||
nonprofits/account
|
||||
not_recommended_reviews/preview
|
||||
notifications
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
nwshp$
|
||||
|
|
@ -2757,12 +2641,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
|
||||
|
|
@ -2794,11 +2674,8 @@ pagespeed/insights/ui/logo
|
|||
palm
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -2828,39 +2705,8 @@ photos/gbachelie
|
|||
photos/i_love_u_get_away_from_me
|
||||
photos/tags/*/page
|
||||
photos/youpy
|
||||
pin-builder
|
||||
pin-communities
|
||||
pin-creation-tool
|
||||
pin-editor
|
||||
pin/*/activities
|
||||
pin/*/activity
|
||||
pin/*/analytics
|
||||
pin/*/brand-catalog
|
||||
pin/*/comments
|
||||
pin/*/email
|
||||
pin/*/feedback
|
||||
pin/*/idea-pin/related-products
|
||||
pin/*/likes
|
||||
pin/*/promote
|
||||
pin/*/reaction
|
||||
pin/*/related-products
|
||||
pin/*/repin
|
||||
pin/*/repins
|
||||
pin/*/sent
|
||||
pin/*/share
|
||||
pin/*/shop-the-look
|
||||
pin/*/tag
|
||||
pin/*/takes
|
||||
pin/*/visual-search
|
||||
pin/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping?
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl*/listing/*/favoriters
|
||||
pl*/people/*/circle
|
||||
pl*/people/*/favorites
|
||||
|
|
@ -2911,7 +2757,6 @@ pl/teams
|
|||
pl/transactions
|
||||
pl/treasury
|
||||
pl/your
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -2941,7 +2786,6 @@ ppob?
|
|||
pqa
|
||||
preference
|
||||
preferences
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2952,8 +2796,6 @@ private
|
|||
pro
|
||||
pro-resources
|
||||
pro/about
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
productPurchaseDone
|
||||
product_
|
||||
|
|
@ -3031,7 +2873,6 @@ publications
|
|||
publicliterature.PublicLiterature.search.html
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
px.gif
|
||||
|
|
@ -3041,7 +2882,6 @@ qp/batch_fetch_web
|
|||
qr
|
||||
quality_form?
|
||||
query
|
||||
quiz
|
||||
r
|
||||
r/*.rss
|
||||
r/*/comments/*.rss
|
||||
|
|
@ -3066,7 +2906,6 @@ random
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/search
|
||||
|
|
@ -3084,8 +2923,6 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registration
|
||||
registry/wishlist
|
||||
|
|
@ -3096,14 +2933,10 @@ 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/availability
|
||||
|
|
@ -3140,7 +2973,6 @@ s2/sitemaps
|
|||
s2/static
|
||||
s3
|
||||
s?
|
||||
safe-redirect
|
||||
safebrowsing/diagnostic
|
||||
safebrowsing/report_badware
|
||||
safebrowsing/report_error
|
||||
|
|
@ -3235,7 +3067,6 @@ searchhistory
|
|||
sections
|
||||
secure
|
||||
seller_onboarding
|
||||
sendHeaderEarly
|
||||
send_to_friend
|
||||
sendarticle
|
||||
services
|
||||
|
|
@ -3317,7 +3148,6 @@ shop/sign_out
|
|||
shop/signed_in_account
|
||||
shop/store/feeds
|
||||
shop_name_search_service
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/product
|
||||
shopping/ratings/account/metrics
|
||||
|
|
@ -3611,13 +3441,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/
|
||||
|
|
@ -3694,10 +3522,6 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
studios
|
||||
styles/js-on.css$
|
||||
submit
|
||||
|
|
@ -3718,7 +3542,6 @@ support
|
|||
support/content
|
||||
support/forum/search?
|
||||
surprise
|
||||
suspension-appeal
|
||||
sv-se.www.cloudflare.com
|
||||
svc
|
||||
svc/crosswords
|
||||
|
|
@ -3732,14 +3555,12 @@ svc/vertex
|
|||
svc/web
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
syndicate
|
||||
system1/images
|
||||
t/terms
|
||||
tab=
|
||||
tablet
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -3772,10 +3593,8 @@ test
|
|||
testpage-forhomepage
|
||||
tetro
|
||||
th-th.www.cloudflare.com
|
||||
thanksgiving-spotlight
|
||||
thanx?
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
themes/rss
|
||||
things/search
|
||||
things/search$
|
||||
|
|
@ -3850,7 +3669,6 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
tvschedule
|
||||
twitter
|
||||
|
|
@ -3915,8 +3733,6 @@ uk/teams
|
|||
uk/transactions
|
||||
uk/treasury
|
||||
uk/your
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
updates
|
||||
|
|
@ -3992,8 +3808,6 @@ utils
|
|||
uviewer
|
||||
v1/browser-performance
|
||||
v1/stats
|
||||
v1/urls/count.json
|
||||
v3/pidgets/log
|
||||
v4
|
||||
verify_age
|
||||
vi-vn.www.cloudflare.com
|
||||
|
|
@ -4021,12 +3835,9 @@ watch_popup
|
|||
watch_queue_ajax
|
||||
webmasters/sitemaps/ping?
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
webstore/search
|
||||
webstore/static/*/wall/js
|
||||
weekly/signup
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget_auth.php
|
||||
|
|
@ -4488,7 +4299,6 @@ xoonboarding
|
|||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/promos
|
||||
|
|
|
|||
|
|
@ -125,7 +125,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
&signmein*
|
||||
&sitrackingid=
|
||||
&solrsort
|
||||
&solved=
|
||||
&sort
|
||||
&sort*&page=
|
||||
&sort=
|
||||
|
|
@ -1347,7 +1346,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/RedesignBucket
|
||||
/Results.aspx
|
||||
/Results?
|
||||
/Search/
|
||||
/SelectLocale?fromPage=
|
||||
/StatisticheProxy/proxy.jsp?action=mostVisited&domain=RaiTv
|
||||
/StatisticheProxy/tagCloudVisualizza.jsp?tagName=
|
||||
|
|
@ -1485,7 +1483,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/b?ie=UTF8&node=1619732031
|
||||
/badge
|
||||
/badges
|
||||
/base-en/
|
||||
/base/logout
|
||||
/bbw
|
||||
/bill-pay/bank-link
|
||||
|
|
@ -1701,14 +1698,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/document/view_more
|
||||
/document/views
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
/download/browse.aspx?
|
||||
/download/confirmation.aspx?
|
||||
/download/info.aspx?
|
||||
/download/registration-suggested.aspx?
|
||||
/download/results.aspx?
|
||||
/download/thankyou.aspx
|
||||
/download/thankyou.aspx?
|
||||
/download?
|
||||
/downloadassets
|
||||
/downloadstats
|
||||
|
|
@ -1923,7 +1912,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/landing
|
||||
/lang
|
||||
/launch2005/
|
||||
/layout/
|
||||
/layoutvorlagen
|
||||
/lazy.js
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
|
|
@ -2006,7 +1994,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/management
|
||||
/matches
|
||||
/media/oembed
|
||||
/mediaapi/
|
||||
/mediaviewer/*/tr
|
||||
/meetup_api
|
||||
/meetup_api$
|
||||
|
|
@ -2037,8 +2024,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/mtlibraryrss/
|
||||
/multistore
|
||||
/munich/index_html
|
||||
/music/*/Search/
|
||||
/music/*/search/
|
||||
/music/cart
|
||||
/music/orders
|
||||
/music/track-
|
||||
|
|
@ -2073,7 +2058,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newreleases*sort=title
|
||||
/newreleases*source_code=
|
||||
/newreleases?&
|
||||
/newsearch/
|
||||
/newssearch
|
||||
/no-internet-heading-assigned
|
||||
/no-internet-heading-assisted
|
||||
|
|
@ -2182,6 +2166,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/products
|
||||
/products/*?*filter=
|
||||
/professionals/*/*project-type-*-probr1-
|
||||
/professionals/*/*style-modern-probr1-
|
||||
/profile
|
||||
/profile-about
|
||||
/profile/activation
|
||||
|
|
@ -2351,7 +2336,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/searchDirectory
|
||||
/searchsuggest
|
||||
/secure/
|
||||
/security/search-results.aspx?
|
||||
/select*?
|
||||
/select-cadeau-sparen/?
|
||||
/selectlocale-dmc?fromPage=
|
||||
|
|
@ -2415,19 +2399,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/stopartnertest/
|
||||
/store
|
||||
/store/
|
||||
/store/*/layout/
|
||||
/store/*/search/
|
||||
/store/account
|
||||
/store/admin
|
||||
/store/buynow?
|
||||
/store/cart
|
||||
/store/cart
|
||||
/store/carts
|
||||
/store/checkout
|
||||
/store/checkouts
|
||||
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
|
||||
/store/locations/store-locations-sitemap.xml
|
||||
/store/music/groove-music-pass/*
|
||||
/store/orders
|
||||
/story_pins
|
||||
/structures
|
||||
|
|
@ -2493,7 +2470,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/undefinedc_fill,w_360,ar_16:9,f_auto,q_auto,g_auto/undefined
|
||||
/unfeature
|
||||
/unfeature$
|
||||
/unsubscribe/
|
||||
/updatecart
|
||||
/upload/analyse
|
||||
/upload/cloud
|
||||
|
|
@ -2557,7 +2533,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/vsarticleshow/*
|
||||
/w
|
||||
/w--
|
||||
/wal/
|
||||
/watch
|
||||
/watch-fragments
|
||||
/watchlist
|
||||
|
|
@ -2610,7 +2585,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
0*?
|
||||
;preview=
|
||||
=$
|
||||
=imgmanager
|
||||
?
|
||||
?
|
||||
?$
|
||||
|
|
@ -3006,7 +2980,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?industry=agency
|
||||
?initialLeagueId=
|
||||
?inpageEditorUI=
|
||||
?intc=
|
||||
?isIframeEmbed=1$
|
||||
?isPreview=
|
||||
?it
|
||||
|
|
@ -3322,7 +3295,6 @@ AccountAccess
|
|||
AccountDisavow?
|
||||
AccountStatus
|
||||
Activate
|
||||
ActivityUID=
|
||||
AddThis.com
|
||||
AddToList
|
||||
AddToRegistry
|
||||
|
|
@ -4356,8 +4328,6 @@ GLOBPICS
|
|||
Generic/Generic/SendPrint/
|
||||
GenericRegistryPortalView
|
||||
Genieo
|
||||
Germany/kleinunternehmen/euga/detail.mspx?
|
||||
Germany/kleinunternehmen/euga/results.mspx?
|
||||
GiftRegistrySearchViewCmd
|
||||
Gigabot
|
||||
GoogleInternetAuthority
|
||||
|
|
@ -4373,8 +4343,6 @@ HeadJS/static-2.92
|
|||
Help
|
||||
HelpContent
|
||||
Heritrix
|
||||
HpImageArchive.aspx
|
||||
HpOptOut=true$
|
||||
HubStyle/static-2.309
|
||||
HubStyle/static-2.313
|
||||
HubStyle/static-2.315
|
||||
|
|
@ -4446,7 +4414,6 @@ InternalError.html
|
|||
IstellaBot
|
||||
JP/support/public/mt/tac/100/1002347/techtip_conventions.shtml
|
||||
Jai-Mrug*
|
||||
Japan/DirectX/default.asp?
|
||||
JikeSpider
|
||||
Jyxobot
|
||||
Kimengi
|
||||
|
|
@ -4555,7 +4522,6 @@ Meo
|
|||
MessageRunDetailID=
|
||||
MetaURI
|
||||
Microsoft.URL.Control
|
||||
Mobile/EM/
|
||||
Moreover
|
||||
Moreoverbot
|
||||
MoviesYouveSeen
|
||||
|
|
@ -4672,7 +4638,6 @@ ProfilesGate
|
|||
Project
|
||||
PromotionDetailsDisplayView
|
||||
PromotionDisplayView
|
||||
Proxy.ashx
|
||||
QUICKNEWS
|
||||
Qinfo
|
||||
Qinfo/cams
|
||||
|
|
@ -4731,7 +4696,6 @@ SOImapPriceDisplayView
|
|||
SametimeWebApp
|
||||
Scripts
|
||||
Search
|
||||
Search
|
||||
Search/*
|
||||
Search/Mail/Public
|
||||
SearchNavigationView
|
||||
|
|
@ -4809,7 +4773,6 @@ Sublayouts
|
|||
Support
|
||||
Systems
|
||||
TC/spfs/asia
|
||||
TOCLinksForCrawlers*
|
||||
TargetListPortalView
|
||||
TargetStoreLocatorCmd
|
||||
Taxonomy/CommonTree
|
||||
|
|
@ -5199,8 +5162,6 @@ ac/
|
|||
ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search
|
||||
ac2
|
||||
academic-subscriptions
|
||||
academic/profile
|
||||
academic/search
|
||||
academy
|
||||
academy-free-account
|
||||
academy/*/results
|
||||
|
|
@ -5257,7 +5218,6 @@ ach/search
|
|||
ach/user
|
||||
ach/users
|
||||
achievements
|
||||
aclick
|
||||
aclk
|
||||
acoustic
|
||||
acq/nonprofits
|
||||
|
|
@ -5299,40 +5259,8 @@ action/showTopic
|
|||
action/showXml
|
||||
action/showfeed
|
||||
action/sso
|
||||
action=accessorysearch&
|
||||
action=accessorysearch&page=2$
|
||||
action=accessorysearch&page=3$
|
||||
action=accessorysearch&page=4$
|
||||
action=accessorysearch&page=5$
|
||||
action=accessorysearch&page=6$
|
||||
action=accessorysearch&page=7$
|
||||
action=accessorysearch&page=8$
|
||||
action=accessorysearch&product=*$
|
||||
action=accessorysearch&product=*&*
|
||||
action=catalogsearch&
|
||||
action=catalogsearch&catalog_mode=grid&page=2$
|
||||
action=catalogsearch&catalog_mode=grid&page=3$
|
||||
action=catalogsearch&catalog_mode=grid&page=4$
|
||||
action=catalogsearch&catalog_mode=grid&page=5$
|
||||
action=catalogsearch&catalog_mode=grid&page=6$
|
||||
action=catalogsearch&catalog_mode=grid&page=7$
|
||||
action=catalogsearch&catalog_mode=grid&page=8$
|
||||
action=catalogsearch&catalog_mode=list&page=2$
|
||||
action=catalogsearch&catalog_mode=list&page=3$
|
||||
action=catalogsearch&catalog_mode=list&page=4$
|
||||
action=catalogsearch&catalog_mode=list&page=5$
|
||||
action=catalogsearch&catalog_mode=list&page=6$
|
||||
action=catalogsearch&catalog_mode=list&page=7$
|
||||
action=catalogsearch&catalog_mode=list&page=8$
|
||||
action=delete
|
||||
action=history
|
||||
action=overlay&
|
||||
action=productLinkAction&
|
||||
action=productSupportSearch
|
||||
action=productcompareaction&
|
||||
action=quickSearch&
|
||||
action=siteSearch
|
||||
action=writeReview
|
||||
action?
|
||||
actions
|
||||
actions/news/rss
|
||||
|
|
@ -5554,7 +5482,6 @@ alexa-top-sites/*
|
|||
alexa-web-search/*
|
||||
alexa/*
|
||||
alexaforbusiness/
|
||||
alink
|
||||
alkali
|
||||
all
|
||||
all-supported-params
|
||||
|
|
@ -5579,7 +5506,6 @@ amp
|
|||
amp$
|
||||
amp-proxy
|
||||
amp-tealium
|
||||
amp/
|
||||
amphtml
|
||||
amphtml/blogs/test
|
||||
amphtml/classic-apps
|
||||
|
|
@ -5652,7 +5578,6 @@ api/http://kobo.com/robots.txt
|
|||
api/internal/analytics/songs
|
||||
api/jobPostings/jobs
|
||||
api/legendary-data/relay
|
||||
api/maps/
|
||||
api/nextsteps/*
|
||||
api/nicorepo/timeline
|
||||
api/programas/69730/audios.rss
|
||||
|
|
@ -6478,6 +6403,7 @@ backgrounds
|
|||
backstage/help/search-results.html
|
||||
badges/profile/create
|
||||
bagon
|
||||
baidu
|
||||
ban-me-i-am-a-robot
|
||||
bandito
|
||||
banmyipforever.cgi
|
||||
|
|
@ -6713,7 +6639,6 @@ betaem
|
|||
bfe/apps/website
|
||||
bfl
|
||||
bfmp
|
||||
bfp/search
|
||||
bg
|
||||
bg-*/
|
||||
bg-bg/
|
||||
|
|
@ -6756,7 +6681,6 @@ bin
|
|||
bin/
|
||||
bin/search.go
|
||||
bin/search.py
|
||||
bing-site-safety
|
||||
bingbot
|
||||
bipolar-disorder/bipolar-depression-management
|
||||
bipolar-disorder/video/bipolar-fatherhood
|
||||
|
|
@ -6798,7 +6722,6 @@ biz_share
|
|||
biz_update
|
||||
bkshp?*q=
|
||||
bl.uk_lddc_bot
|
||||
blacklisted*
|
||||
blank.html
|
||||
blast/BlastAlign.cgi
|
||||
blast/bl2seq/wblast2.cgi
|
||||
|
|
@ -6903,7 +6826,6 @@ blogs/blogpost/preview
|
|||
blogs/nationals-journal-beta
|
||||
blogs/pad$
|
||||
blogs/pad/$
|
||||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/technology.atom
|
||||
blogs/test
|
||||
|
|
@ -7647,7 +7569,6 @@ campaigns/logout-free.html
|
|||
campaigns/logout.html
|
||||
campaigns/thankyou.html
|
||||
campaignshowcase/
|
||||
canada/Library/mnp/2/aspx/
|
||||
cancel
|
||||
cancel-membership
|
||||
cannabis
|
||||
|
|
@ -8106,7 +8027,6 @@ civis/posts
|
|||
civis/search
|
||||
civis/threads/*in_iframe=1
|
||||
civis/threads/*wp_data=
|
||||
ck/
|
||||
cl
|
||||
cl2/feeds
|
||||
cl2/ical
|
||||
|
|
@ -8327,10 +8247,6 @@ common/survey.aspx
|
|||
common_assets/static-2.197
|
||||
common_assets/static-2.198
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
communities/rss.aspx*
|
||||
communities/sitemap
|
||||
community
|
||||
community
|
||||
|
|
@ -8768,15 +8684,14 @@ cp/api/wpa
|
|||
cpds2
|
||||
cpes/
|
||||
cpresources
|
||||
cpro
|
||||
cpropub/univercd
|
||||
cpspa
|
||||
cr
|
||||
cr$
|
||||
cr/
|
||||
cr/$
|
||||
cr/corporate/contact
|
||||
cr/news
|
||||
cr?
|
||||
craft
|
||||
crash
|
||||
crawler4j
|
||||
|
|
@ -9015,7 +8930,6 @@ de-ch/
|
|||
de-de
|
||||
de-de.www.cloudflare.com
|
||||
de-de/
|
||||
de-de/corporate/rechtliche-hinweise/impressum_de.aspx
|
||||
de-de/feedback
|
||||
de-de/lp
|
||||
de-de/search
|
||||
|
|
@ -10005,7 +9919,6 @@ en-us/favourites.html
|
|||
en-us/home.html?location=home
|
||||
en-us/quick-help/*
|
||||
en-us/tracking.html?action=track
|
||||
en-us/windows/si/matrix.html
|
||||
en-usbrary
|
||||
en-xa
|
||||
en-za/
|
||||
|
|
@ -10040,12 +9953,6 @@ en/license/licensing-agreement/
|
|||
en/license/saber-models/
|
||||
en/license/spice-models-license.html
|
||||
en/meetings/full-capacity
|
||||
en/microsoft-365
|
||||
en/microsoft-365/
|
||||
en/microsoft-teams
|
||||
en/microsoft-teams/
|
||||
en/microsoft-viva
|
||||
en/microsoft-viva/
|
||||
en/news/canarias/diary
|
||||
en/offline-site
|
||||
en/profile/*
|
||||
|
|
@ -10054,8 +9961,6 @@ en/resources/packaging-quality-symbols-footprints/symbols-and-footprints/
|
|||
en/revenue-agency/web-services-test
|
||||
en/search?
|
||||
en/searchbetter
|
||||
en/security
|
||||
en/security/
|
||||
en/service-canada
|
||||
en/skype
|
||||
en/sr/srb.html
|
||||
|
|
@ -10095,9 +10000,6 @@ enterprise/orgs-terms
|
|||
entertain
|
||||
entertainment/article/Minerva-s-horoscope
|
||||
entertainment/bravo
|
||||
entities/search
|
||||
entityexplore$
|
||||
entityexplore?
|
||||
entp
|
||||
entrez
|
||||
entrez/eutils
|
||||
|
|
@ -10308,12 +10210,6 @@ es/market/confederate_flag
|
|||
es/market/dixie_flag
|
||||
es/market/rebel_flag
|
||||
es/messages
|
||||
es/microsoft-365
|
||||
es/microsoft-365/
|
||||
es/microsoft-teams
|
||||
es/microsoft-teams/
|
||||
es/microsoft-viva
|
||||
es/microsoft-viva/
|
||||
es/mini.php
|
||||
es/multistore/es_canary_islands
|
||||
es/music/*/+images
|
||||
|
|
@ -10343,8 +10239,6 @@ es/search*search_type=
|
|||
es/search*ship_to=
|
||||
es/search/autocomplete
|
||||
es/search?
|
||||
es/security
|
||||
es/security/
|
||||
es/sell
|
||||
es/share
|
||||
es/shop_name_search_service
|
||||
|
|
@ -10632,9 +10526,7 @@ fbl/terms.html
|
|||
fbpostaction.cms?article=
|
||||
fcgi-
|
||||
fckeditor
|
||||
fd/
|
||||
fdbk
|
||||
fe=true
|
||||
feature/sf-test
|
||||
feature_nine_browse-bin=
|
||||
feature_seven_browse-bin=
|
||||
|
|
@ -10677,7 +10569,6 @@ feeds.thetimes.co.uk/puzzles
|
|||
feeds.thetimes.co.uk/timescrossword
|
||||
feeds/
|
||||
feeds/*
|
||||
feeds/TechNet/fr-fr/screenshot/screenshot%20surface.jpg
|
||||
feeds/rss
|
||||
feeds/user_rss
|
||||
feeds/videos.xml
|
||||
|
|
@ -11083,12 +10974,6 @@ fr/market/confederate_flag
|
|||
fr/market/dixie_flag
|
||||
fr/market/rebel_flag
|
||||
fr/messages
|
||||
fr/microsoft-365
|
||||
fr/microsoft-365/
|
||||
fr/microsoft-teams
|
||||
fr/microsoft-teams/
|
||||
fr/microsoft-viva
|
||||
fr/microsoft-viva/
|
||||
fr/mini.php
|
||||
fr/motivator/
|
||||
fr/music/*/+images
|
||||
|
|
@ -11119,8 +11004,6 @@ fr/search*ship_to=
|
|||
fr/search/autocomplete
|
||||
fr/search/x
|
||||
fr/search?
|
||||
fr/security
|
||||
fr/security/
|
||||
fr/service-canada
|
||||
fr/share
|
||||
fr/shop_name_search_service
|
||||
|
|
@ -11157,9 +11040,6 @@ fragment.*.html
|
|||
fragment.*.json
|
||||
fragment.html
|
||||
fragment.json
|
||||
france/formation/centres/planning.asp?
|
||||
france/ie/default.asp?
|
||||
france/mnp_utility.mspx?
|
||||
franchise/
|
||||
free
|
||||
free-cancellation/index.
|
||||
|
|
@ -11187,8 +11067,6 @@ full
|
|||
fullscreen
|
||||
fullscreen/ReportLinker
|
||||
fun
|
||||
fun/api/
|
||||
fun/g/
|
||||
fundraiser/search
|
||||
fur/forums
|
||||
fur/kb/*/discuss
|
||||
|
|
@ -11390,14 +11268,11 @@ general.
|
|||
general/dbapps/404
|
||||
generated_files
|
||||
genre
|
||||
genuine/
|
||||
geo/download
|
||||
geo/tools
|
||||
geocoder
|
||||
geoip.php
|
||||
geooverride
|
||||
germany/library/images/mnp/
|
||||
germany/video/de/de/related*
|
||||
get
|
||||
get$
|
||||
get-author-review
|
||||
|
|
@ -12016,6 +11891,7 @@ homefeed
|
|||
homepage
|
||||
homepage-flash-testing.jsp
|
||||
homepage-video-test
|
||||
homepage/
|
||||
homepage/2013
|
||||
honing.html
|
||||
hooks
|
||||
|
|
@ -12037,14 +11913,12 @@ hosted
|
|||
hosted/images
|
||||
hosting/search
|
||||
hotel/index.hi.
|
||||
hotel/reviews?
|
||||
hotel/us/the-airstream-van.*.html
|
||||
hotel_attractions
|
||||
hotel_rt_onview
|
||||
hotelfinder/rpc
|
||||
hotels
|
||||
hotels/rpc
|
||||
hotels/search
|
||||
hotelsonmap.*.json
|
||||
hotfix/
|
||||
houseads
|
||||
|
|
@ -12060,9 +11934,6 @@ hp/focus-retrocompatibile$
|
|||
hp/video/api
|
||||
hp/video/mystuff
|
||||
hp/video/profiles
|
||||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
hr
|
||||
hr-*/
|
||||
hr-hr/
|
||||
|
|
@ -12367,7 +12238,6 @@ ie/guest-pass
|
|||
ie/help/sitemap
|
||||
ie/help/sitemap.php
|
||||
ie/herramientas/generador-de-logos/onboarding
|
||||
ie/ie40/
|
||||
ie/invites/buy
|
||||
ie/landing
|
||||
ie/learn/identity/*login
|
||||
|
|
@ -12505,16 +12375,11 @@ images/$
|
|||
images/*
|
||||
images/?
|
||||
images/Podcasts
|
||||
images/async/?
|
||||
images/async?
|
||||
images/carBlogsimages
|
||||
images/chart_gifs
|
||||
images/chart_pdfs
|
||||
images/chart_png300
|
||||
images/chart_png460
|
||||
images/hosted/?
|
||||
images/hosted/search?
|
||||
images/hosted?
|
||||
images/interview_pdfs
|
||||
images/li.gif
|
||||
images/logging_requests.gif
|
||||
|
|
@ -12523,12 +12388,8 @@ images/ndtvvideo/*
|
|||
images/pad/search?rpt=imageview
|
||||
images/pad/search?text=*&source=morda
|
||||
images/resume
|
||||
images/search%3F
|
||||
images/search/?
|
||||
images/search?
|
||||
images/search?rpt=imageview
|
||||
images/search?text=*&source=morda
|
||||
images/searchbyimage
|
||||
images/showroomimages
|
||||
images/smart/$
|
||||
images/touch/$
|
||||
|
|
@ -12539,9 +12400,7 @@ images/usedcarimages
|
|||
images/userprofileimg
|
||||
images/v$
|
||||
images/viewconfig$
|
||||
images?
|
||||
imagine/
|
||||
imaginecup/*
|
||||
imesync
|
||||
img
|
||||
img/placeholder.gif
|
||||
|
|
@ -12665,7 +12524,6 @@ inapp
|
|||
inbox
|
||||
inbox$
|
||||
inbox$
|
||||
inboxcommerce
|
||||
include
|
||||
include/
|
||||
includes
|
||||
|
|
@ -12768,7 +12626,6 @@ info
|
|||
info/agb/anb-2018.html
|
||||
info/agb/api.html
|
||||
info/agb/starter-2018.html
|
||||
info/customerror.htm*
|
||||
info/jobs/Development-Operations-Engineer.html
|
||||
info/jobs/Kooperations-Manager.html
|
||||
info/jobs/Social-Media-Online-Kommunikation.html
|
||||
|
|
@ -12790,8 +12647,8 @@ info/jobs/showmaster.html
|
|||
info/jobs/social-media.html
|
||||
info/jobs/support.html
|
||||
info/jobs/texterin-uxwriterin.html
|
||||
info/jobs/werkstudi-social-media.html
|
||||
info/smart404.asp*
|
||||
info/jobs/werkstudentin-demokratie-botschafterin.html
|
||||
info/jobs/werkstudentin-social-media.html
|
||||
info/tech-feedback
|
||||
info2/*
|
||||
infoods/biodiversity
|
||||
|
|
@ -12855,7 +12712,6 @@ intl/node/add
|
|||
intl/search
|
||||
intl/user
|
||||
intl/user$
|
||||
intlkb/
|
||||
intro
|
||||
intro.naver
|
||||
intro.nhn
|
||||
|
|
@ -13191,11 +13047,6 @@ ja/user/*/shoutbox?
|
|||
ja/users
|
||||
ja_jp/templates/M
|
||||
jajp/
|
||||
japan/directx/default.asp?
|
||||
japan/enable/textview.asp?
|
||||
japan/products/library/search.asp?
|
||||
japan/showcase/print/default.aspx?
|
||||
japan/terminology/query.asp?
|
||||
jasmine-runner/static-1.14
|
||||
jasmine-runner/static-1.15
|
||||
jasmine-runner/static-1.17
|
||||
|
|
@ -13840,6 +13691,7 @@ liked
|
|||
limit_hits
|
||||
limited-release
|
||||
link
|
||||
link?
|
||||
link_to
|
||||
linked
|
||||
linkedin
|
||||
|
|
@ -13905,7 +13757,6 @@ loader.cfm*
|
|||
loc/volunteers
|
||||
loc=
|
||||
local
|
||||
local
|
||||
local-services-ads
|
||||
local/ajax
|
||||
local/blogsandcolumns/slow-ride-front
|
||||
|
|
@ -14095,9 +13946,7 @@ ma
|
|||
ma/$
|
||||
ma/corporate/contact
|
||||
ma/news
|
||||
mac/help.mspx?
|
||||
macros
|
||||
mactopia/help.mspx?
|
||||
maestro
|
||||
maestro/api
|
||||
magazine
|
||||
|
|
@ -14191,7 +14040,6 @@ maps/*?lang=uk$
|
|||
maps/*?lang=uz$
|
||||
maps/*?ll=
|
||||
maps/about
|
||||
maps/adsendpoint
|
||||
maps/api/js
|
||||
maps/api/place/js
|
||||
maps/api/staticmap
|
||||
|
|
@ -14585,7 +14433,6 @@ merchant/directions
|
|||
merchant/imageUploadPreview
|
||||
merchant/loc
|
||||
merchant/moreProducts?
|
||||
merchant/reviews?
|
||||
merchant/update
|
||||
merchantapps
|
||||
mes
|
||||
|
|
@ -14686,7 +14533,6 @@ mn/kb/*/discuss
|
|||
mn/search
|
||||
mn/user
|
||||
mn/users
|
||||
mnp_utility.mspx?
|
||||
mnt/
|
||||
mob/tracking
|
||||
mobile
|
||||
|
|
@ -14846,7 +14692,6 @@ music/*/+shoutbox
|
|||
music/*/+shoutbox?
|
||||
music/*/+wiki/shoutbox
|
||||
music/*/+wiki/shoutbox?
|
||||
music/*/wal/
|
||||
music/+noredirect
|
||||
music/album
|
||||
music/artist
|
||||
|
|
@ -15538,7 +15383,7 @@ nofollow=1
|
|||
nogooglebot
|
||||
nojs=
|
||||
nonConfig/api/wpa
|
||||
nonce="P2Pe_nO2iPLWJItNd5Kuvg">(function(){var
|
||||
nonce="YRiGrAI65WkXHsAuE7kKvQ">(function(){var
|
||||
nonprofits/account
|
||||
nonstyleishida/videolist-*.html
|
||||
nonstyleishida/videolist.html
|
||||
|
|
@ -15560,7 +15405,6 @@ notificarelacionadas
|
|||
notifications
|
||||
notifications
|
||||
notifications$
|
||||
notifications/
|
||||
notifications/*
|
||||
nova
|
||||
now/mt3
|
||||
|
|
@ -15727,8 +15571,6 @@ offers/nonprofits
|
|||
offers/nonprofits$
|
||||
offers/nonprofits%
|
||||
offers/nonprofits?
|
||||
offers/proxy/dealsserver/api/log
|
||||
offers/proxy/dealsserver/buy
|
||||
offline
|
||||
offlinenotice.xml
|
||||
offsite
|
||||
|
|
@ -16376,7 +16218,7 @@ pmc/publisherportal/download
|
|||
pmc/publisherportal/journalmanager
|
||||
pmc/tocrender.fcgi
|
||||
pmc/utilities
|
||||
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEycgocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwooCiZXbyBsaWVndCBkaWUgUm9ib3RzIHR4dCBiZWkgV29yZFByZXNzPwolCiNXYXMgYmVkZXV0ZXQgVXNlciBBZ2VudCAqIGRpc2FsbG93PxDkAg\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22vrFizrbjGLUXtsCwNG4-1ZTMDq4\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
|
||||
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEycgocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwooCiZXbyBsaWVndCBkaWUgUm9ib3RzIHR4dCBiZWkgV29yZFByZXNzPwolCiNXYXMgYmVkZXV0ZXQgVXNlciBBZ2VudCAqIGRpc2FsbG93PxDkAg\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22zwsySSuTDh-kdwTKHbuoDgIMixI\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
|
||||
pmcomment/
|
||||
pmm-templates
|
||||
pmo/contact/en/staff
|
||||
|
|
@ -16764,7 +16606,6 @@ pro-resources
|
|||
pro-site
|
||||
pro/about
|
||||
pro2
|
||||
proFile/history?
|
||||
proMatch
|
||||
proProjects
|
||||
proVideoWidget
|
||||
|
|
@ -16783,7 +16624,6 @@ product-reviews/B0069IY63Y
|
|||
product/electrode/api/logger
|
||||
product/electrode/api/wpa
|
||||
product/recommended
|
||||
product/reviews?
|
||||
productBrand=
|
||||
productId=
|
||||
productPurchaseDone
|
||||
|
|
@ -16826,7 +16666,6 @@ profile/*/followers
|
|||
profile/*/following
|
||||
profile/*/map$
|
||||
profile/downloads_limit
|
||||
profile/history?
|
||||
profile/license
|
||||
profile/payment/getstarted
|
||||
profile/view
|
||||
|
|
@ -17394,7 +17233,6 @@ remove-favorite
|
|||
remove_email/t2_
|
||||
renders
|
||||
renewal
|
||||
rep=hc
|
||||
replace
|
||||
reply?
|
||||
repo/create
|
||||
|
|
@ -17461,7 +17299,6 @@ responder
|
|||
rest
|
||||
rest
|
||||
results
|
||||
results
|
||||
results-export-email-by-search-data
|
||||
results-export-ids
|
||||
results-export-search-by-year
|
||||
|
|
@ -17512,7 +17349,6 @@ reviews/seller
|
|||
reviews/top-reviewers
|
||||
reviews_page=
|
||||
rewards
|
||||
rewardsapp/
|
||||
rf=*
|
||||
rfcdiff*
|
||||
rh-cong3-fragment
|
||||
|
|
@ -17602,7 +17438,6 @@ ru$
|
|||
ru-*/
|
||||
ru-ru.www.cloudflare.com
|
||||
ru-ru/
|
||||
ru-ru/events/platforma/materials/default.aspx?speaker*
|
||||
ru/
|
||||
ru/advanced-search/x
|
||||
ru/android/collections
|
||||
|
|
@ -17657,7 +17492,6 @@ ru_ru/shablony/M
|
|||
rubric2sport
|
||||
run
|
||||
rundowns/segment.php?
|
||||
rus/licensing/Unilateral.aspx/*
|
||||
rvh
|
||||
rw-reg/http://realmenrealstyle.com/robots.txt
|
||||
rw/WashingtonPost/Content/Epaper
|
||||
|
|
@ -17687,6 +17521,7 @@ s2/sitemaps
|
|||
s2/static
|
||||
s3
|
||||
s?
|
||||
s?
|
||||
s?*rh=n%3A1380045031
|
||||
sa
|
||||
sa=
|
||||
|
|
@ -18293,7 +18128,6 @@ set_cookie.pl
|
|||
setbucket
|
||||
setprefs
|
||||
settings
|
||||
settings
|
||||
settings/*
|
||||
settings/deactivated
|
||||
settings/linkaccount
|
||||
|
|
@ -18427,8 +18261,8 @@ sharing/files
|
|||
sharing/folders
|
||||
sheet/help/search-results.html
|
||||
shelf/user_shelves
|
||||
shenghuo
|
||||
shenghuo/search?
|
||||
shifen/
|
||||
shihui
|
||||
shihui?
|
||||
ship
|
||||
|
|
@ -18437,8 +18271,6 @@ shipping-payment
|
|||
shippingassistant
|
||||
shippinginformation
|
||||
shop
|
||||
shop$
|
||||
shop/
|
||||
shop/bag
|
||||
shop/browse/campaigns/mobile_overlay
|
||||
shop/browse/overlay
|
||||
|
|
@ -18452,7 +18284,6 @@ shop/sign_in
|
|||
shop/sign_out
|
||||
shop/signed_in_account
|
||||
shop/store/feeds
|
||||
shop?
|
||||
shop_name_search_service
|
||||
shop_pins
|
||||
shopfront-api
|
||||
|
|
@ -19029,7 +18860,6 @@ social-connect/send
|
|||
social/help/search-results.html
|
||||
social/photosui/images
|
||||
social/photosui/sitemap
|
||||
social/search?
|
||||
social/social-security-directory/cai
|
||||
social_media
|
||||
socialapp/
|
||||
|
|
@ -19116,13 +18946,10 @@ sp/2for1
|
|||
sp/3for2
|
||||
sp=
|
||||
sp_url=
|
||||
spain/empresas/
|
||||
spain/medianaempresa/
|
||||
spanish/thewto_s/minist_s/mc10_s/coordinator_guide_s.pdf
|
||||
spanish/thewto_s/minist_s/mc10_s/participant_guide_s.pdf
|
||||
spartan
|
||||
spatl
|
||||
spbasic
|
||||
spbot
|
||||
spc-source=
|
||||
special-promo/2for1
|
||||
|
|
@ -19201,7 +19028,6 @@ sports/xyz123
|
|||
sports_fp_ms
|
||||
spp/
|
||||
spreadsheet
|
||||
spresults
|
||||
sprint_wml
|
||||
sprint_xhtml
|
||||
sprints/help/search-results.html
|
||||
|
|
@ -19286,7 +19112,6 @@ statement
|
|||
static
|
||||
static-assets/documents/PwnedPasswordsTop100k.txt
|
||||
static-assets/images/collection
|
||||
static/
|
||||
static/button/button1.html
|
||||
static/button/button1.js
|
||||
static/button/button2.html
|
||||
|
|
@ -19403,8 +19228,6 @@ storeclick
|
|||
storefront
|
||||
storepicker
|
||||
storerequest
|
||||
stores$
|
||||
stores/
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story
|
||||
|
|
@ -19814,6 +19637,7 @@ taxation_customs/tax-cfw-interactive-brochure-news
|
|||
taxation_customs/tax-cfw-interactive-brochure-news_en
|
||||
taxation_customs/tax-cfw-interactive-brochure_en
|
||||
taxi/index.hi.
|
||||
taxonomy
|
||||
taxonomy/term
|
||||
tb
|
||||
tb-recent
|
||||
|
|
@ -19953,7 +19777,6 @@ text
|
|||
textedition
|
||||
tfemail
|
||||
th
|
||||
th$
|
||||
th-*/
|
||||
th-th.www.cloudflare.com
|
||||
th-th/
|
||||
|
|
@ -19975,7 +19798,6 @@ th/solutions/case-studies/
|
|||
th/solutions/case-studies/innovators/innovators-eu/
|
||||
th/user
|
||||
th/users
|
||||
th?
|
||||
th_en
|
||||
th_th/templates/M
|
||||
thank-you
|
||||
|
|
@ -20224,7 +20046,6 @@ translate_static
|
|||
translate_suggestion
|
||||
translate_t
|
||||
translation
|
||||
translator/?ref=
|
||||
transmute/static-1.85
|
||||
transmute/static-2.6
|
||||
transmute/static-2.8
|
||||
|
|
@ -20252,22 +20073,8 @@ travel/
|
|||
travel/2013/aug/22/been-there-readers-competition?
|
||||
travel/8711559/The-Telegraph-Travel-Awards-2011.html
|
||||
travel/clk
|
||||
travel/css
|
||||
travel/flight/flightSearch
|
||||
travel/flight/flightSearchAction
|
||||
travel/flight/search/?
|
||||
travel/flight/search?
|
||||
travel/flights/s
|
||||
travel/hotel-search
|
||||
travel/hotel/e
|
||||
travel/hotel/hotelMiniSearchRequest
|
||||
travel/hotel/hotelSearch
|
||||
travel/hotels/checkout
|
||||
travel/hotels/detail
|
||||
travel/hotels/search/?
|
||||
travel/hotels/search?
|
||||
travel/scripts
|
||||
travel/secure
|
||||
travelnevadahighway95tc
|
||||
treasury
|
||||
treasury/treasdocuments
|
||||
|
|
@ -20601,6 +20408,7 @@ uk/users
|
|||
uk/ventureone
|
||||
uk/wdc
|
||||
uk/your
|
||||
ulink?
|
||||
ulk/i
|
||||
ulk/sch
|
||||
ulk/usr
|
||||
|
|
@ -20727,7 +20535,6 @@ ur/user
|
|||
ur/users
|
||||
urbanag
|
||||
urchin_test
|
||||
url
|
||||
urlinator/static-1.54
|
||||
urlinator/static-1.55
|
||||
urlinator/static-1.57
|
||||
|
|
@ -21231,21 +21038,11 @@ video_passthrough
|
|||
video_passthrough.php
|
||||
videorequest
|
||||
videos
|
||||
videos/?
|
||||
videos/assets
|
||||
videos/browsing
|
||||
videos/e
|
||||
videos/explore
|
||||
videos/favorites
|
||||
videos/feed
|
||||
videos/feedcontent
|
||||
videos/get_video_by_uid/
|
||||
videos/images
|
||||
videos/js
|
||||
videos/music
|
||||
videos/music/
|
||||
videos/music/?
|
||||
videos/music?
|
||||
videos/search.php
|
||||
videos/search.php?filter=*&s=Fight+Compilation$
|
||||
videos/search.php?filter=*&s=Fight+Compilation*&start=*$
|
||||
|
|
@ -21290,13 +21087,8 @@ videos/search.php?s=street+fight$
|
|||
videos/search.php?s=street+fight*&start=*$
|
||||
videos/search.php?s=woman+fight$
|
||||
videos/search.php?s=woman+fight*&start=*$
|
||||
videos/search/?
|
||||
videos/search?
|
||||
videos/trending
|
||||
videos/trendingcontent
|
||||
videos/viewmeta/
|
||||
videos/week
|
||||
videos?
|
||||
videosearch
|
||||
view
|
||||
viewReview
|
||||
|
|
@ -21551,10 +21343,6 @@ whysecure
|
|||
whythisad
|
||||
widget
|
||||
widget-landing-page.html
|
||||
widget/cr
|
||||
widget/entity/search/?
|
||||
widget/render
|
||||
widget/snapshot
|
||||
widget_auth.php
|
||||
widget_chunks
|
||||
widgets
|
||||
|
|
@ -22259,13 +22047,6 @@ wikipedia/commons/archive
|
|||
win9x/
|
||||
wincontacts/
|
||||
windows/
|
||||
windows/404.aspx?*
|
||||
windows/campaign/features-built-in-apps.aspx
|
||||
windows/campaign/meet-apps.aspx
|
||||
windows/campaign/meet-start.aspx
|
||||
windows/compatibility/windows-7/
|
||||
windows/compatibility/windows-7/*
|
||||
windows/compatibility/windows-vista/
|
||||
windows/resources/whitepapers/
|
||||
windows/server2003/access/
|
||||
windows2000/
|
||||
|
|
@ -22326,7 +22107,6 @@ word/download
|
|||
word/embed
|
||||
wordpress/wp-admin
|
||||
wordpress/wp-admin/admin-ajax.php
|
||||
work
|
||||
work/_
|
||||
work/acceptinvitation
|
||||
work/account
|
||||
|
|
@ -22430,6 +22210,7 @@ wp-admin/admin-ajax.php
|
|||
wp-admin/admin-ajax.php
|
||||
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
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue