From fe653665c598b084a6b62bc375c898af58fbfc16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:12:03 +0000 Subject: [PATCH] [Github Action] Automated trickest wordlists update. --- .bin/wordlist-updaters/status.json | 2 +- .../django-cms-all-levels.txt | 6 + .../CMS/trickest-cms-wordlist/django-cms.txt | 2 + .../dolibarr-all-levels.txt | 3 + .../CMS/trickest-cms-wordlist/dolibarr.txt | 1 + .../erpnext-all-levels.txt | 1 - .../CMS/trickest-cms-wordlist/erpnext.txt | 1 - .../ghost-all-levels.txt | 1067 ++++--- .../CMS/trickest-cms-wordlist/ghost.txt | 146 +- .../nopcommerce-all-levels.txt | 112 - .../CMS/trickest-cms-wordlist/nopcommerce.txt | 24 - .../opensourcepos-all-levels.txt | 36 +- .../trickest-cms-wordlist/opensourcepos.txt | 12 +- .../shopware-all-levels.txt | 298 ++ .../CMS/trickest-cms-wordlist/shopware.txt | 41 + .../snipe-it-all-levels.txt | 60 +- .../CMS/trickest-cms-wordlist/snipe-it.txt | 18 +- .../strapi-all-levels.txt | 36 + .../CMS/trickest-cms-wordlist/strapi.txt | 5 + .../woocommerce-all-levels.txt | 247 ++ .../CMS/trickest-cms-wordlist/woocommerce.txt | 49 + .../zammad-all-levels.txt | 707 ++++- .../CMS/trickest-cms-wordlist/zammad.txt | 96 +- .../top-100.txt | 214 +- .../top-1000.txt | 1228 +------- .../top-10000.txt | 2682 ++++++++--------- 26 files changed, 3964 insertions(+), 3130 deletions(-) diff --git a/.bin/wordlist-updaters/status.json b/.bin/wordlist-updaters/status.json index 00382459d..b631a0207 100644 --- a/.bin/wordlist-updaters/status.json +++ b/.bin/wordlist-updaters/status.json @@ -3,6 +3,6 @@ "last_update": 1787060839 }, "Trickest wordlist update": { - "last_update": 1787218763 + "last_update": 1787307113 } } \ No newline at end of file diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/django-cms-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/django-cms-all-levels.txt index bfcf525cd..49f9b949e 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/django-cms-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/django-cms-all-levels.txt @@ -2733,6 +2733,9 @@ test_views.py cms/tests/test_apphook_reload_language_variants.py tests/test_apphook_reload_language_variants.py test_apphook_reload_language_variants.py +cms/tests/test_csp.py +tests/test_csp.py +test_csp.py cms/tests/test_nested_plugins.py tests/test_nested_plugins.py test_nested_plugins.py @@ -6979,6 +6982,9 @@ how_to/11-apphooks.rst docs/how_to/09-custom_plugins.rst how_to/09-custom_plugins.rst 09-custom_plugins.rst +docs/how_to/25-content_security_policy.rst +how_to/25-content_security_policy.rst +25-content_security_policy.rst docs/how_to/02-languages.rst how_to/02-languages.rst 02-languages.rst diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/django-cms.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/django-cms.txt index ca31829e7..bfe205bbb 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/django-cms.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/django-cms.txt @@ -609,6 +609,7 @@ cms/tests/test_menu.py cms/tests/test_helpers.py cms/tests/test_views.py cms/tests/test_apphook_reload_language_variants.py +cms/tests/test_csp.py cms/tests/test_nested_plugins.py cms/tests/test_permmod.py cms/tests/test_management.py @@ -1499,6 +1500,7 @@ docs/how_to/01-placeholders.rst docs/how_to/07-sitemaps.rst docs/how_to/11-apphooks.rst docs/how_to/09-custom_plugins.rst +docs/how_to/25-content_security_policy.rst docs/how_to/02-languages.rst docs/how_to/13-toolbar.rst docs/how_to/06-frontend_models.rst diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt index fb9f467ec..78f2f8078 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt @@ -66705,6 +66705,9 @@ dolibarr-mysql2pgsql.pl dev/tools/fixdosfiles.sh tools/fixdosfiles.sh fixdosfiles.sh +dev/tools/ai_count_tokens.php +tools/ai_count_tokens.php +ai_count_tokens.php dev/tools/dolibarr-postgres2mysql.php tools/dolibarr-postgres2mysql.php dolibarr-postgres2mysql.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt index 8b9f7be21..05472e3fc 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt @@ -13393,6 +13393,7 @@ dev/tools/codespell/codespell-lines-ignore.txt dev/tools/codespell/codespell-ignore.txt dev/tools/dolibarr-mysql2pgsql.pl dev/tools/fixdosfiles.sh +dev/tools/ai_count_tokens.php dev/tools/dolibarr-postgres2mysql.php dev/tools/make_sprite.sh dev/tools/fixperms.sh diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/erpnext-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/erpnext-all-levels.txt index dc2f8d22d..766c865d0 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/erpnext-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/erpnext-all-levels.txt @@ -12,7 +12,6 @@ package.json .coderabbit.yml sponsors.md yarn.lock -transaction-deletion-import-logic-summary.md README.md .mergify.yml sider.yml diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/erpnext.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/erpnext.txt index 7d7aa9897..d550d05f0 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/erpnext.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/erpnext.txt @@ -10,7 +10,6 @@ package.json .coderabbit.yml sponsors.md yarn.lock -transaction-deletion-import-logic-summary.md README.md .mergify.yml sider.yml diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost-all-levels.txt index 3815066ea..36b999766 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost-all-levels.txt @@ -298,6 +298,11 @@ tests/admin/members/label-lifecycle.test.ts admin/members/label-lifecycle.test.ts members/label-lifecycle.test.ts label-lifecycle.test.ts +e2e/tests/admin/members/custom-field-filter-column.test.ts +tests/admin/members/custom-field-filter-column.test.ts +admin/members/custom-field-filter-column.test.ts +members/custom-field-filter-column.test.ts +custom-field-filter-column.test.ts e2e/tests/admin/members/member-detail.test.ts tests/admin/members/member-detail.test.ts admin/members/member-detail.test.ts @@ -2610,6 +2615,11 @@ admin-x-framework/src/api/tags.ts src/api/tags.ts api/tags.ts tags.ts +apps/admin-x-framework/src/api/exports.ts +admin-x-framework/src/api/exports.ts +src/api/exports.ts +api/exports.ts +exports.ts apps/admin-x-framework/src/api/gift-links.ts admin-x-framework/src/api/gift-links.ts src/api/gift-links.ts @@ -3527,6 +3537,12 @@ apps/portal/test/data-attributes.test.jsx portal/test/data-attributes.test.jsx test/data-attributes.test.jsx data-attributes.test.jsx +apps/portal/test/unit/components/popup-modal.test.jsx +portal/test/unit/components/popup-modal.test.jsx +test/unit/components/popup-modal.test.jsx +unit/components/popup-modal.test.jsx +components/popup-modal.test.jsx +popup-modal.test.jsx apps/portal/test/unit/components/common/action-button.test.jsx portal/test/unit/components/common/action-button.test.jsx test/unit/components/common/action-button.test.jsx @@ -3688,6 +3704,13 @@ components/pages/AccountHomePage/continue-subscription-button.test.jsx pages/AccountHomePage/continue-subscription-button.test.jsx AccountHomePage/continue-subscription-button.test.jsx continue-subscription-button.test.jsx +apps/portal/test/unit/components/pages/beta-gift-page.test.tsx +portal/test/unit/components/pages/beta-gift-page.test.tsx +test/unit/components/pages/beta-gift-page.test.tsx +unit/components/pages/beta-gift-page.test.tsx +components/pages/beta-gift-page.test.tsx +pages/beta-gift-page.test.tsx +beta-gift-page.test.tsx apps/portal/test/unit/components/pages/magic-link-page.test.jsx portal/test/unit/components/pages/magic-link-page.test.jsx test/unit/components/pages/magic-link-page.test.jsx @@ -3919,6 +3942,12 @@ src/components/common/site-title-back-button.jsx components/common/site-title-back-button.jsx common/site-title-back-button.jsx site-title-back-button.jsx +apps/portal/src/components/common/gift-email-preview.jsx +portal/src/components/common/gift-email-preview.jsx +src/components/common/gift-email-preview.jsx +components/common/gift-email-preview.jsx +common/gift-email-preview.jsx +gift-email-preview.jsx apps/portal/src/components/common/switch.jsx portal/src/components/common/switch.jsx src/components/common/switch.jsx @@ -3999,6 +4028,12 @@ portal/src/components/popup-modal.jsx src/components/popup-modal.jsx components/popup-modal.jsx popup-modal.jsx +apps/portal/src/components/pages/beta-gift-success-page.jsx +portal/src/components/pages/beta-gift-success-page.jsx +src/components/pages/beta-gift-success-page.jsx +components/pages/beta-gift-success-page.jsx +pages/beta-gift-success-page.jsx +beta-gift-success-page.jsx apps/portal/src/components/pages/account-profile-page.jsx portal/src/components/pages/account-profile-page.jsx src/components/pages/account-profile-page.jsx @@ -4170,6 +4205,12 @@ src/components/pages/recommendations-page.jsx components/pages/recommendations-page.jsx pages/recommendations-page.jsx recommendations-page.jsx +apps/portal/src/components/pages/beta-gift-redemption-page.jsx +portal/src/components/pages/beta-gift-redemption-page.jsx +src/components/pages/beta-gift-redemption-page.jsx +components/pages/beta-gift-redemption-page.jsx +pages/beta-gift-redemption-page.jsx +beta-gift-redemption-page.jsx apps/portal/src/components/pages/gift-page.jsx portal/src/components/pages/gift-page.jsx src/components/pages/gift-page.jsx @@ -4182,6 +4223,12 @@ src/components/pages/feedback-page.jsx components/pages/feedback-page.jsx pages/feedback-page.jsx feedback-page.jsx +apps/portal/src/components/pages/beta-gift-page.jsx +portal/src/components/pages/beta-gift-page.jsx +src/components/pages/beta-gift-page.jsx +components/pages/beta-gift-page.jsx +pages/beta-gift-page.jsx +beta-gift-page.jsx apps/portal/src/components/pages/offer-page.jsx portal/src/components/pages/offer-page.jsx src/components/pages/offer-page.jsx @@ -4362,11 +4409,6 @@ portal/src/utils/links.js src/utils/links.js utils/links.js links.js -apps/portal/src/utils/contrast-color.js -portal/src/utils/contrast-color.js -src/utils/contrast-color.js -utils/contrast-color.js -contrast-color.js apps/portal/src/utils/discount.js portal/src/utils/discount.js src/utils/discount.js @@ -4573,6 +4615,12 @@ src/images/icons/button-icon-3.svg images/icons/button-icon-3.svg icons/button-icon-3.svg button-icon-3.svg +apps/portal/src/images/icons/quote.svg +portal/src/images/icons/quote.svg +src/images/icons/quote.svg +images/icons/quote.svg +icons/quote.svg +quote.svg apps/portal/src/images/icons/lock.svg portal/src/images/icons/lock.svg src/images/icons/lock.svg @@ -13189,6 +13237,248 @@ src/settings/advanced/migration-tools-export.acceptance.test.tsx settings/advanced/migration-tools-export.acceptance.test.tsx advanced/migration-tools-export.acceptance.test.tsx migration-tools-export.acceptance.test.tsx +apps/admin/src/settings/advanced/integrations.tsx +admin/src/settings/advanced/integrations.tsx +src/settings/advanced/integrations.tsx +settings/advanced/integrations.tsx +advanced/integrations.tsx +integrations.tsx +apps/admin/src/settings/advanced/spam-filters.tsx +admin/src/settings/advanced/spam-filters.tsx +src/settings/advanced/spam-filters.tsx +settings/advanced/spam-filters.tsx +advanced/spam-filters.tsx +spam-filters.tsx +apps/admin/src/settings/advanced/advanced-settings.tsx +admin/src/settings/advanced/advanced-settings.tsx +src/settings/advanced/advanced-settings.tsx +settings/advanced/advanced-settings.tsx +advanced/advanced-settings.tsx +advanced-settings.tsx +apps/admin/src/settings/advanced/labs.tsx +admin/src/settings/advanced/labs.tsx +src/settings/advanced/labs.tsx +settings/advanced/labs.tsx +advanced/labs.tsx +labs.tsx +apps/admin/src/settings/advanced/search-keywords.ts +admin/src/settings/advanced/search-keywords.ts +src/settings/advanced/search-keywords.ts +settings/advanced/search-keywords.ts +advanced/search-keywords.ts +search-keywords.ts +apps/admin/src/settings/advanced/code-injection.tsx +admin/src/settings/advanced/code-injection.tsx +src/settings/advanced/code-injection.tsx +settings/advanced/code-injection.tsx +advanced/code-injection.tsx +code-injection.tsx +apps/admin/src/settings/advanced/labs/lab-item.tsx +admin/src/settings/advanced/labs/lab-item.tsx +src/settings/advanced/labs/lab-item.tsx +settings/advanced/labs/lab-item.tsx +advanced/labs/lab-item.tsx +labs/lab-item.tsx +lab-item.tsx +apps/admin/src/settings/advanced/labs/feature-toggle.tsx +admin/src/settings/advanced/labs/feature-toggle.tsx +src/settings/advanced/labs/feature-toggle.tsx +settings/advanced/labs/feature-toggle.tsx +advanced/labs/feature-toggle.tsx +labs/feature-toggle.tsx +feature-toggle.tsx +apps/admin/src/settings/advanced/labs/beta-features.tsx +admin/src/settings/advanced/labs/beta-features.tsx +src/settings/advanced/labs/beta-features.tsx +settings/advanced/labs/beta-features.tsx +advanced/labs/beta-features.tsx +labs/beta-features.tsx +beta-features.tsx +apps/admin/src/settings/advanced/labs/private-features.tsx +admin/src/settings/advanced/labs/private-features.tsx +src/settings/advanced/labs/private-features.tsx +settings/advanced/labs/private-features.tsx +advanced/labs/private-features.tsx +labs/private-features.tsx +private-features.tsx +apps/admin/src/settings/advanced/labs/yaml-file-editor-modal.tsx +admin/src/settings/advanced/labs/yaml-file-editor-modal.tsx +src/settings/advanced/labs/yaml-file-editor-modal.tsx +settings/advanced/labs/yaml-file-editor-modal.tsx +advanced/labs/yaml-file-editor-modal.tsx +labs/yaml-file-editor-modal.tsx +yaml-file-editor-modal.tsx +apps/admin/src/settings/advanced/danger-zone.tsx +admin/src/settings/advanced/danger-zone.tsx +src/settings/advanced/danger-zone.tsx +settings/advanced/danger-zone.tsx +advanced/danger-zone.tsx +danger-zone.tsx +apps/admin/src/settings/advanced/integrations/custom-integration-modal.tsx +admin/src/settings/advanced/integrations/custom-integration-modal.tsx +src/settings/advanced/integrations/custom-integration-modal.tsx +settings/advanced/integrations/custom-integration-modal.tsx +advanced/integrations/custom-integration-modal.tsx +integrations/custom-integration-modal.tsx +custom-integration-modal.tsx +apps/admin/src/settings/advanced/integrations/webhooks-table.tsx +admin/src/settings/advanced/integrations/webhooks-table.tsx +src/settings/advanced/integrations/webhooks-table.tsx +settings/advanced/integrations/webhooks-table.tsx +advanced/integrations/webhooks-table.tsx +integrations/webhooks-table.tsx +webhooks-table.tsx +apps/admin/src/settings/advanced/integrations/webhook-modal.tsx +admin/src/settings/advanced/integrations/webhook-modal.tsx +src/settings/advanced/integrations/webhook-modal.tsx +settings/advanced/integrations/webhook-modal.tsx +advanced/integrations/webhook-modal.tsx +integrations/webhook-modal.tsx +webhook-modal.tsx +apps/admin/src/settings/advanced/integrations/content-api-modal.tsx +admin/src/settings/advanced/integrations/content-api-modal.tsx +src/settings/advanced/integrations/content-api-modal.tsx +settings/advanced/integrations/content-api-modal.tsx +advanced/integrations/content-api-modal.tsx +integrations/content-api-modal.tsx +content-api-modal.tsx +apps/admin/src/settings/advanced/integrations/first-promoter-modal.tsx +admin/src/settings/advanced/integrations/first-promoter-modal.tsx +src/settings/advanced/integrations/first-promoter-modal.tsx +settings/advanced/integrations/first-promoter-modal.tsx +advanced/integrations/first-promoter-modal.tsx +integrations/first-promoter-modal.tsx +first-promoter-modal.tsx +apps/admin/src/settings/advanced/integrations/zapier-modal.tsx +admin/src/settings/advanced/integrations/zapier-modal.tsx +src/settings/advanced/integrations/zapier-modal.tsx +settings/advanced/integrations/zapier-modal.tsx +advanced/integrations/zapier-modal.tsx +integrations/zapier-modal.tsx +zapier-modal.tsx +apps/admin/src/settings/advanced/integrations/api-keys.tsx +admin/src/settings/advanced/integrations/api-keys.tsx +src/settings/advanced/integrations/api-keys.tsx +settings/advanced/integrations/api-keys.tsx +advanced/integrations/api-keys.tsx +integrations/api-keys.tsx +api-keys.tsx +apps/admin/src/settings/advanced/integrations/webhook-event-options.tsx +admin/src/settings/advanced/integrations/webhook-event-options.tsx +src/settings/advanced/integrations/webhook-event-options.tsx +settings/advanced/integrations/webhook-event-options.tsx +advanced/integrations/webhook-event-options.tsx +integrations/webhook-event-options.tsx +webhook-event-options.tsx +apps/admin/src/settings/advanced/integrations/unsplash-modal.tsx +admin/src/settings/advanced/integrations/unsplash-modal.tsx +src/settings/advanced/integrations/unsplash-modal.tsx +settings/advanced/integrations/unsplash-modal.tsx +advanced/integrations/unsplash-modal.tsx +integrations/unsplash-modal.tsx +unsplash-modal.tsx +apps/admin/src/settings/advanced/integrations/integration-header.tsx +admin/src/settings/advanced/integrations/integration-header.tsx +src/settings/advanced/integrations/integration-header.tsx +settings/advanced/integrations/integration-header.tsx +advanced/integrations/integration-header.tsx +integrations/integration-header.tsx +integration-header.tsx +apps/admin/src/settings/advanced/integrations/add-integration-modal.tsx +admin/src/settings/advanced/integrations/add-integration-modal.tsx +src/settings/advanced/integrations/add-integration-modal.tsx +settings/advanced/integrations/add-integration-modal.tsx +advanced/integrations/add-integration-modal.tsx +integrations/add-integration-modal.tsx +add-integration-modal.tsx +apps/admin/src/settings/advanced/integrations/slack-modal.tsx +admin/src/settings/advanced/integrations/slack-modal.tsx +src/settings/advanced/integrations/slack-modal.tsx +settings/advanced/integrations/slack-modal.tsx +advanced/integrations/slack-modal.tsx +integrations/slack-modal.tsx +slack-modal.tsx +apps/admin/src/settings/advanced/integrations/pintura-modal.tsx +admin/src/settings/advanced/integrations/pintura-modal.tsx +src/settings/advanced/integrations/pintura-modal.tsx +settings/advanced/integrations/pintura-modal.tsx +advanced/integrations/pintura-modal.tsx +integrations/pintura-modal.tsx +pintura-modal.tsx +apps/admin/src/settings/advanced/integrations/transistor-modal.tsx +admin/src/settings/advanced/integrations/transistor-modal.tsx +src/settings/advanced/integrations/transistor-modal.tsx +settings/advanced/integrations/transistor-modal.tsx +advanced/integrations/transistor-modal.tsx +integrations/transistor-modal.tsx +transistor-modal.tsx +apps/admin/src/settings/advanced/integrations/webhooks-table.test.tsx +admin/src/settings/advanced/integrations/webhooks-table.test.tsx +src/settings/advanced/integrations/webhooks-table.test.tsx +settings/advanced/integrations/webhooks-table.test.tsx +advanced/integrations/webhooks-table.test.tsx +integrations/webhooks-table.test.tsx +webhooks-table.test.tsx +apps/admin/src/settings/advanced/history-modal.tsx +admin/src/settings/advanced/history-modal.tsx +src/settings/advanced/history-modal.tsx +settings/advanced/history-modal.tsx +advanced/history-modal.tsx +history-modal.tsx +apps/admin/src/settings/advanced/migration-tools/migration-tools-export.tsx +admin/src/settings/advanced/migration-tools/migration-tools-export.tsx +src/settings/advanced/migration-tools/migration-tools-export.tsx +settings/advanced/migration-tools/migration-tools-export.tsx +advanced/migration-tools/migration-tools-export.tsx +migration-tools/migration-tools-export.tsx +migration-tools-export.tsx +apps/admin/src/settings/advanced/migration-tools/universal-import-modal.test.tsx +admin/src/settings/advanced/migration-tools/universal-import-modal.test.tsx +src/settings/advanced/migration-tools/universal-import-modal.test.tsx +settings/advanced/migration-tools/universal-import-modal.test.tsx +advanced/migration-tools/universal-import-modal.test.tsx +migration-tools/universal-import-modal.test.tsx +universal-import-modal.test.tsx +apps/admin/src/settings/advanced/migration-tools/export-all-modal.tsx +admin/src/settings/advanced/migration-tools/export-all-modal.tsx +src/settings/advanced/migration-tools/export-all-modal.tsx +settings/advanced/migration-tools/export-all-modal.tsx +advanced/migration-tools/export-all-modal.tsx +migration-tools/export-all-modal.tsx +export-all-modal.tsx +apps/admin/src/settings/advanced/migration-tools/universal-import-modal.tsx +admin/src/settings/advanced/migration-tools/universal-import-modal.tsx +src/settings/advanced/migration-tools/universal-import-modal.tsx +settings/advanced/migration-tools/universal-import-modal.tsx +advanced/migration-tools/universal-import-modal.tsx +migration-tools/universal-import-modal.tsx +universal-import-modal.tsx +apps/admin/src/settings/advanced/migration-tools/migration-tools-import.tsx +admin/src/settings/advanced/migration-tools/migration-tools-import.tsx +src/settings/advanced/migration-tools/migration-tools-import.tsx +settings/advanced/migration-tools/migration-tools-import.tsx +advanced/migration-tools/migration-tools-import.tsx +migration-tools/migration-tools-import.tsx +migration-tools-import.tsx +apps/admin/src/settings/advanced/history.tsx +admin/src/settings/advanced/history.tsx +src/settings/advanced/history.tsx +settings/advanced/history.tsx +advanced/history.tsx +history.tsx +apps/admin/src/settings/advanced/migration-tools.tsx +admin/src/settings/advanced/migration-tools.tsx +src/settings/advanced/migration-tools.tsx +settings/advanced/migration-tools.tsx +advanced/migration-tools.tsx +migration-tools.tsx +apps/admin/src/settings/advanced/code/code-modal.tsx +admin/src/settings/advanced/code/code-modal.tsx +src/settings/advanced/code/code-modal.tsx +settings/advanced/code/code-modal.tsx +advanced/code/code-modal.tsx +code/code-modal.tsx +code-modal.tsx apps/admin/src/settings/advanced/integrations.acceptance.test.tsx admin/src/settings/advanced/integrations.acceptance.test.tsx src/settings/advanced/integrations.acceptance.test.tsx @@ -13875,6 +14165,18 @@ src/settings/layout/app.tsx settings/layout/app.tsx layout/app.tsx app.tsx +apps/admin/src/settings/layout/dirty-navigation-guard.tsx +admin/src/settings/layout/dirty-navigation-guard.tsx +src/settings/layout/dirty-navigation-guard.tsx +settings/layout/dirty-navigation-guard.tsx +layout/dirty-navigation-guard.tsx +dirty-navigation-guard.tsx +apps/admin/src/settings/layout/dirty-navigation-guard.test.ts +admin/src/settings/layout/dirty-navigation-guard.test.ts +src/settings/layout/dirty-navigation-guard.test.ts +settings/layout/dirty-navigation-guard.test.ts +layout/dirty-navigation-guard.test.ts +dirty-navigation-guard.test.ts apps/admin/src/settings/layout/settings-sections.tsx admin/src/settings/layout/settings-sections.tsx src/settings/layout/settings-sections.tsx @@ -13893,6 +14195,12 @@ src/settings/layout/main-content.tsx settings/layout/main-content.tsx layout/main-content.tsx main-content.tsx +apps/admin/src/settings/layout/dirty-navigation-guard-identity.ts +admin/src/settings/layout/dirty-navigation-guard-identity.ts +src/settings/layout/dirty-navigation-guard-identity.ts +settings/layout/dirty-navigation-guard-identity.ts +layout/dirty-navigation-guard-identity.ts +dirty-navigation-guard-identity.ts apps/admin/src/settings/membership/access.acceptance.test.tsx admin/src/settings/membership/access.acceptance.test.tsx src/settings/membership/access.acceptance.test.tsx @@ -14567,347 +14875,6 @@ settings/email/newsletters/newsletter-detail-modal.tsx email/newsletters/newsletter-detail-modal.tsx newsletters/newsletter-detail-modal.tsx newsletter-detail-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations.tsx -admin/src/settings/app/components/settings/advanced/integrations.tsx -src/settings/app/components/settings/advanced/integrations.tsx -settings/app/components/settings/advanced/integrations.tsx -app/components/settings/advanced/integrations.tsx -components/settings/advanced/integrations.tsx -settings/advanced/integrations.tsx -advanced/integrations.tsx -integrations.tsx -apps/admin/src/settings/app/components/settings/advanced/spam-filters.tsx -admin/src/settings/app/components/settings/advanced/spam-filters.tsx -src/settings/app/components/settings/advanced/spam-filters.tsx -settings/app/components/settings/advanced/spam-filters.tsx -app/components/settings/advanced/spam-filters.tsx -components/settings/advanced/spam-filters.tsx -settings/advanced/spam-filters.tsx -advanced/spam-filters.tsx -spam-filters.tsx -apps/admin/src/settings/app/components/settings/advanced/advanced-settings.tsx -admin/src/settings/app/components/settings/advanced/advanced-settings.tsx -src/settings/app/components/settings/advanced/advanced-settings.tsx -settings/app/components/settings/advanced/advanced-settings.tsx -app/components/settings/advanced/advanced-settings.tsx -components/settings/advanced/advanced-settings.tsx -settings/advanced/advanced-settings.tsx -advanced/advanced-settings.tsx -advanced-settings.tsx -apps/admin/src/settings/app/components/settings/advanced/labs.tsx -admin/src/settings/app/components/settings/advanced/labs.tsx -src/settings/app/components/settings/advanced/labs.tsx -settings/app/components/settings/advanced/labs.tsx -app/components/settings/advanced/labs.tsx -components/settings/advanced/labs.tsx -settings/advanced/labs.tsx -advanced/labs.tsx -labs.tsx -apps/admin/src/settings/app/components/settings/advanced/code-injection.tsx -admin/src/settings/app/components/settings/advanced/code-injection.tsx -src/settings/app/components/settings/advanced/code-injection.tsx -settings/app/components/settings/advanced/code-injection.tsx -app/components/settings/advanced/code-injection.tsx -components/settings/advanced/code-injection.tsx -settings/advanced/code-injection.tsx -advanced/code-injection.tsx -code-injection.tsx -apps/admin/src/settings/app/components/settings/advanced/labs/lab-item.tsx -admin/src/settings/app/components/settings/advanced/labs/lab-item.tsx -src/settings/app/components/settings/advanced/labs/lab-item.tsx -settings/app/components/settings/advanced/labs/lab-item.tsx -app/components/settings/advanced/labs/lab-item.tsx -components/settings/advanced/labs/lab-item.tsx -settings/advanced/labs/lab-item.tsx -advanced/labs/lab-item.tsx -labs/lab-item.tsx -lab-item.tsx -apps/admin/src/settings/app/components/settings/advanced/labs/feature-toggle.tsx -admin/src/settings/app/components/settings/advanced/labs/feature-toggle.tsx -src/settings/app/components/settings/advanced/labs/feature-toggle.tsx -settings/app/components/settings/advanced/labs/feature-toggle.tsx -app/components/settings/advanced/labs/feature-toggle.tsx -components/settings/advanced/labs/feature-toggle.tsx -settings/advanced/labs/feature-toggle.tsx -advanced/labs/feature-toggle.tsx -labs/feature-toggle.tsx -feature-toggle.tsx -apps/admin/src/settings/app/components/settings/advanced/labs/beta-features.tsx -admin/src/settings/app/components/settings/advanced/labs/beta-features.tsx -src/settings/app/components/settings/advanced/labs/beta-features.tsx -settings/app/components/settings/advanced/labs/beta-features.tsx -app/components/settings/advanced/labs/beta-features.tsx -components/settings/advanced/labs/beta-features.tsx -settings/advanced/labs/beta-features.tsx -advanced/labs/beta-features.tsx -labs/beta-features.tsx -beta-features.tsx -apps/admin/src/settings/app/components/settings/advanced/labs/private-features.tsx -admin/src/settings/app/components/settings/advanced/labs/private-features.tsx -src/settings/app/components/settings/advanced/labs/private-features.tsx -settings/app/components/settings/advanced/labs/private-features.tsx -app/components/settings/advanced/labs/private-features.tsx -components/settings/advanced/labs/private-features.tsx -settings/advanced/labs/private-features.tsx -advanced/labs/private-features.tsx -labs/private-features.tsx -private-features.tsx -apps/admin/src/settings/app/components/settings/advanced/labs/yaml-file-editor-modal.tsx -admin/src/settings/app/components/settings/advanced/labs/yaml-file-editor-modal.tsx -src/settings/app/components/settings/advanced/labs/yaml-file-editor-modal.tsx -settings/app/components/settings/advanced/labs/yaml-file-editor-modal.tsx -app/components/settings/advanced/labs/yaml-file-editor-modal.tsx -components/settings/advanced/labs/yaml-file-editor-modal.tsx -settings/advanced/labs/yaml-file-editor-modal.tsx -advanced/labs/yaml-file-editor-modal.tsx -labs/yaml-file-editor-modal.tsx -yaml-file-editor-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/danger-zone.tsx -admin/src/settings/app/components/settings/advanced/danger-zone.tsx -src/settings/app/components/settings/advanced/danger-zone.tsx -settings/app/components/settings/advanced/danger-zone.tsx -app/components/settings/advanced/danger-zone.tsx -components/settings/advanced/danger-zone.tsx -settings/advanced/danger-zone.tsx -advanced/danger-zone.tsx -danger-zone.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/custom-integration-modal.tsx -admin/src/settings/app/components/settings/advanced/integrations/custom-integration-modal.tsx -src/settings/app/components/settings/advanced/integrations/custom-integration-modal.tsx -settings/app/components/settings/advanced/integrations/custom-integration-modal.tsx -app/components/settings/advanced/integrations/custom-integration-modal.tsx -components/settings/advanced/integrations/custom-integration-modal.tsx -settings/advanced/integrations/custom-integration-modal.tsx -advanced/integrations/custom-integration-modal.tsx -integrations/custom-integration-modal.tsx -custom-integration-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/webhooks-table.tsx -admin/src/settings/app/components/settings/advanced/integrations/webhooks-table.tsx -src/settings/app/components/settings/advanced/integrations/webhooks-table.tsx -settings/app/components/settings/advanced/integrations/webhooks-table.tsx -app/components/settings/advanced/integrations/webhooks-table.tsx -components/settings/advanced/integrations/webhooks-table.tsx -settings/advanced/integrations/webhooks-table.tsx -advanced/integrations/webhooks-table.tsx -integrations/webhooks-table.tsx -webhooks-table.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/webhook-modal.tsx -admin/src/settings/app/components/settings/advanced/integrations/webhook-modal.tsx -src/settings/app/components/settings/advanced/integrations/webhook-modal.tsx -settings/app/components/settings/advanced/integrations/webhook-modal.tsx -app/components/settings/advanced/integrations/webhook-modal.tsx -components/settings/advanced/integrations/webhook-modal.tsx -settings/advanced/integrations/webhook-modal.tsx -advanced/integrations/webhook-modal.tsx -integrations/webhook-modal.tsx -webhook-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/content-api-modal.tsx -admin/src/settings/app/components/settings/advanced/integrations/content-api-modal.tsx -src/settings/app/components/settings/advanced/integrations/content-api-modal.tsx -settings/app/components/settings/advanced/integrations/content-api-modal.tsx -app/components/settings/advanced/integrations/content-api-modal.tsx -components/settings/advanced/integrations/content-api-modal.tsx -settings/advanced/integrations/content-api-modal.tsx -advanced/integrations/content-api-modal.tsx -integrations/content-api-modal.tsx -content-api-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/first-promoter-modal.tsx -admin/src/settings/app/components/settings/advanced/integrations/first-promoter-modal.tsx -src/settings/app/components/settings/advanced/integrations/first-promoter-modal.tsx -settings/app/components/settings/advanced/integrations/first-promoter-modal.tsx -app/components/settings/advanced/integrations/first-promoter-modal.tsx -components/settings/advanced/integrations/first-promoter-modal.tsx -settings/advanced/integrations/first-promoter-modal.tsx -advanced/integrations/first-promoter-modal.tsx -integrations/first-promoter-modal.tsx -first-promoter-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/zapier-modal.tsx -admin/src/settings/app/components/settings/advanced/integrations/zapier-modal.tsx -src/settings/app/components/settings/advanced/integrations/zapier-modal.tsx -settings/app/components/settings/advanced/integrations/zapier-modal.tsx -app/components/settings/advanced/integrations/zapier-modal.tsx -components/settings/advanced/integrations/zapier-modal.tsx -settings/advanced/integrations/zapier-modal.tsx -advanced/integrations/zapier-modal.tsx -integrations/zapier-modal.tsx -zapier-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/api-keys.tsx -admin/src/settings/app/components/settings/advanced/integrations/api-keys.tsx -src/settings/app/components/settings/advanced/integrations/api-keys.tsx -settings/app/components/settings/advanced/integrations/api-keys.tsx -app/components/settings/advanced/integrations/api-keys.tsx -components/settings/advanced/integrations/api-keys.tsx -settings/advanced/integrations/api-keys.tsx -advanced/integrations/api-keys.tsx -integrations/api-keys.tsx -api-keys.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/webhook-event-options.tsx -admin/src/settings/app/components/settings/advanced/integrations/webhook-event-options.tsx -src/settings/app/components/settings/advanced/integrations/webhook-event-options.tsx -settings/app/components/settings/advanced/integrations/webhook-event-options.tsx -app/components/settings/advanced/integrations/webhook-event-options.tsx -components/settings/advanced/integrations/webhook-event-options.tsx -settings/advanced/integrations/webhook-event-options.tsx -advanced/integrations/webhook-event-options.tsx -integrations/webhook-event-options.tsx -webhook-event-options.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/unsplash-modal.tsx -admin/src/settings/app/components/settings/advanced/integrations/unsplash-modal.tsx -src/settings/app/components/settings/advanced/integrations/unsplash-modal.tsx -settings/app/components/settings/advanced/integrations/unsplash-modal.tsx -app/components/settings/advanced/integrations/unsplash-modal.tsx -components/settings/advanced/integrations/unsplash-modal.tsx -settings/advanced/integrations/unsplash-modal.tsx -advanced/integrations/unsplash-modal.tsx -integrations/unsplash-modal.tsx -unsplash-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/integration-header.tsx -admin/src/settings/app/components/settings/advanced/integrations/integration-header.tsx -src/settings/app/components/settings/advanced/integrations/integration-header.tsx -settings/app/components/settings/advanced/integrations/integration-header.tsx -app/components/settings/advanced/integrations/integration-header.tsx -components/settings/advanced/integrations/integration-header.tsx -settings/advanced/integrations/integration-header.tsx -advanced/integrations/integration-header.tsx -integrations/integration-header.tsx -integration-header.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/add-integration-modal.tsx -admin/src/settings/app/components/settings/advanced/integrations/add-integration-modal.tsx -src/settings/app/components/settings/advanced/integrations/add-integration-modal.tsx -settings/app/components/settings/advanced/integrations/add-integration-modal.tsx -app/components/settings/advanced/integrations/add-integration-modal.tsx -components/settings/advanced/integrations/add-integration-modal.tsx -settings/advanced/integrations/add-integration-modal.tsx -advanced/integrations/add-integration-modal.tsx -integrations/add-integration-modal.tsx -add-integration-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/slack-modal.tsx -admin/src/settings/app/components/settings/advanced/integrations/slack-modal.tsx -src/settings/app/components/settings/advanced/integrations/slack-modal.tsx -settings/app/components/settings/advanced/integrations/slack-modal.tsx -app/components/settings/advanced/integrations/slack-modal.tsx -components/settings/advanced/integrations/slack-modal.tsx -settings/advanced/integrations/slack-modal.tsx -advanced/integrations/slack-modal.tsx -integrations/slack-modal.tsx -slack-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/pintura-modal.tsx -admin/src/settings/app/components/settings/advanced/integrations/pintura-modal.tsx -src/settings/app/components/settings/advanced/integrations/pintura-modal.tsx -settings/app/components/settings/advanced/integrations/pintura-modal.tsx -app/components/settings/advanced/integrations/pintura-modal.tsx -components/settings/advanced/integrations/pintura-modal.tsx -settings/advanced/integrations/pintura-modal.tsx -advanced/integrations/pintura-modal.tsx -integrations/pintura-modal.tsx -pintura-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/transistor-modal.tsx -admin/src/settings/app/components/settings/advanced/integrations/transistor-modal.tsx -src/settings/app/components/settings/advanced/integrations/transistor-modal.tsx -settings/app/components/settings/advanced/integrations/transistor-modal.tsx -app/components/settings/advanced/integrations/transistor-modal.tsx -components/settings/advanced/integrations/transistor-modal.tsx -settings/advanced/integrations/transistor-modal.tsx -advanced/integrations/transistor-modal.tsx -integrations/transistor-modal.tsx -transistor-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/webhooks-table.test.tsx -admin/src/settings/app/components/settings/advanced/integrations/webhooks-table.test.tsx -src/settings/app/components/settings/advanced/integrations/webhooks-table.test.tsx -settings/app/components/settings/advanced/integrations/webhooks-table.test.tsx -app/components/settings/advanced/integrations/webhooks-table.test.tsx -components/settings/advanced/integrations/webhooks-table.test.tsx -settings/advanced/integrations/webhooks-table.test.tsx -advanced/integrations/webhooks-table.test.tsx -integrations/webhooks-table.test.tsx -webhooks-table.test.tsx -apps/admin/src/settings/app/components/settings/advanced/history-modal.tsx -admin/src/settings/app/components/settings/advanced/history-modal.tsx -src/settings/app/components/settings/advanced/history-modal.tsx -settings/app/components/settings/advanced/history-modal.tsx -app/components/settings/advanced/history-modal.tsx -components/settings/advanced/history-modal.tsx -settings/advanced/history-modal.tsx -advanced/history-modal.tsx -history-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools/migration-tools-export.tsx -admin/src/settings/app/components/settings/advanced/migration-tools/migration-tools-export.tsx -src/settings/app/components/settings/advanced/migration-tools/migration-tools-export.tsx -settings/app/components/settings/advanced/migration-tools/migration-tools-export.tsx -app/components/settings/advanced/migration-tools/migration-tools-export.tsx -components/settings/advanced/migration-tools/migration-tools-export.tsx -settings/advanced/migration-tools/migration-tools-export.tsx -advanced/migration-tools/migration-tools-export.tsx -migration-tools/migration-tools-export.tsx -migration-tools-export.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools/universal-import-modal.test.tsx -admin/src/settings/app/components/settings/advanced/migration-tools/universal-import-modal.test.tsx -src/settings/app/components/settings/advanced/migration-tools/universal-import-modal.test.tsx -settings/app/components/settings/advanced/migration-tools/universal-import-modal.test.tsx -app/components/settings/advanced/migration-tools/universal-import-modal.test.tsx -components/settings/advanced/migration-tools/universal-import-modal.test.tsx -settings/advanced/migration-tools/universal-import-modal.test.tsx -advanced/migration-tools/universal-import-modal.test.tsx -migration-tools/universal-import-modal.test.tsx -universal-import-modal.test.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools/export-all-modal.tsx -admin/src/settings/app/components/settings/advanced/migration-tools/export-all-modal.tsx -src/settings/app/components/settings/advanced/migration-tools/export-all-modal.tsx -settings/app/components/settings/advanced/migration-tools/export-all-modal.tsx -app/components/settings/advanced/migration-tools/export-all-modal.tsx -components/settings/advanced/migration-tools/export-all-modal.tsx -settings/advanced/migration-tools/export-all-modal.tsx -advanced/migration-tools/export-all-modal.tsx -migration-tools/export-all-modal.tsx -export-all-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools/universal-import-modal.tsx -admin/src/settings/app/components/settings/advanced/migration-tools/universal-import-modal.tsx -src/settings/app/components/settings/advanced/migration-tools/universal-import-modal.tsx -settings/app/components/settings/advanced/migration-tools/universal-import-modal.tsx -app/components/settings/advanced/migration-tools/universal-import-modal.tsx -components/settings/advanced/migration-tools/universal-import-modal.tsx -settings/advanced/migration-tools/universal-import-modal.tsx -advanced/migration-tools/universal-import-modal.tsx -migration-tools/universal-import-modal.tsx -universal-import-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools/migration-tools-import.tsx -admin/src/settings/app/components/settings/advanced/migration-tools/migration-tools-import.tsx -src/settings/app/components/settings/advanced/migration-tools/migration-tools-import.tsx -settings/app/components/settings/advanced/migration-tools/migration-tools-import.tsx -app/components/settings/advanced/migration-tools/migration-tools-import.tsx -components/settings/advanced/migration-tools/migration-tools-import.tsx -settings/advanced/migration-tools/migration-tools-import.tsx -advanced/migration-tools/migration-tools-import.tsx -migration-tools/migration-tools-import.tsx -migration-tools-import.tsx -apps/admin/src/settings/app/components/settings/advanced/history.tsx -admin/src/settings/app/components/settings/advanced/history.tsx -src/settings/app/components/settings/advanced/history.tsx -settings/app/components/settings/advanced/history.tsx -app/components/settings/advanced/history.tsx -components/settings/advanced/history.tsx -settings/advanced/history.tsx -advanced/history.tsx -history.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools.tsx -admin/src/settings/app/components/settings/advanced/migration-tools.tsx -src/settings/app/components/settings/advanced/migration-tools.tsx -settings/app/components/settings/advanced/migration-tools.tsx -app/components/settings/advanced/migration-tools.tsx -components/settings/advanced/migration-tools.tsx -settings/advanced/migration-tools.tsx -advanced/migration-tools.tsx -migration-tools.tsx -apps/admin/src/settings/app/components/settings/advanced/code/code-modal.tsx -admin/src/settings/app/components/settings/advanced/code/code-modal.tsx -src/settings/app/components/settings/advanced/code/code-modal.tsx -settings/app/components/settings/advanced/code/code-modal.tsx -app/components/settings/advanced/code/code-modal.tsx -components/settings/advanced/code/code-modal.tsx -settings/advanced/code/code-modal.tsx -advanced/code/code-modal.tsx -code/code-modal.tsx -code-modal.tsx apps/admin/src/settings/offers.screen.ts admin/src/settings/offers.screen.ts src/settings/offers.screen.ts @@ -18716,12 +18683,8 @@ clear.svg SECURITY.md .changeset/warm-hotels-make.md warm-hotels-make.md -.changeset/petite-forks-lick.md -petite-forks-lick.md .changeset/tidy-types-check.md tidy-types-check.md -.changeset/easy-wasps-appear.md -easy-wasps-appear.md .changeset/common-squids-argue.md common-squids-argue.md .changeset/four-rings-relate.md @@ -18730,20 +18693,10 @@ four-rings-relate.md six-parents-shout.md .changeset/floppy-bobcats-spend.md floppy-bobcats-spend.md -.changeset/funky-bikes-chew.md -funky-bikes-chew.md .changeset/spacy-poodles-hunt.md spacy-poodles-hunt.md -.changeset/open-shirts-arrive.md -open-shirts-arrive.md .changeset/swift-guests-grin.md swift-guests-grin.md -.changeset/changelogs/@tryghost!kg-html-to-lexical@1.4.0.md -changelogs/@tryghost!kg-html-to-lexical@1.4.0.md -@tryghost!kg-html-to-lexical@1.4.0.md -.changeset/changelogs/@tryghost!kg-default-nodes@2.2.0.md -changelogs/@tryghost!kg-default-nodes@2.2.0.md -@tryghost!kg-default-nodes@2.2.0.md .changeset/changelogs/@tryghost!kg-unsplash-selector@0.4.4.md changelogs/@tryghost!kg-unsplash-selector@0.4.4.md @tryghost!kg-unsplash-selector@0.4.4.md @@ -18762,9 +18715,6 @@ changelogs/@tryghost!kg-converters@1.2.5.md .changeset/changelogs/@tryghost!kg-clean-basic-html@4.3.4.md changelogs/@tryghost!kg-clean-basic-html@4.3.4.md @tryghost!kg-clean-basic-html@4.3.4.md -.changeset/changelogs/@tryghost!adapter-base-scheduling@0.2.2.md -changelogs/@tryghost!adapter-base-scheduling@0.2.2.md -@tryghost!adapter-base-scheduling@0.2.2.md .changeset/changelogs/@tryghost!kg-default-cards@10.3.4.md changelogs/@tryghost!kg-default-cards@10.3.4.md @tryghost!kg-default-cards@10.3.4.md @@ -18777,31 +18727,12 @@ changelogs/@tryghost!kg-default-nodes@2.1.5.md .changeset/changelogs/@tryghost!kg-default-nodes@2.1.4.md changelogs/@tryghost!kg-default-nodes@2.1.4.md @tryghost!kg-default-nodes@2.1.4.md -.changeset/changelogs/@tryghost!adapter-base-sso@0.1.2.md -changelogs/@tryghost!adapter-base-sso@0.1.2.md -@tryghost!adapter-base-sso@0.1.2.md -.changeset/changelogs/@tryghost!koenig-lexical@1.9.2.md -changelogs/@tryghost!koenig-lexical@1.9.2.md -@tryghost!koenig-lexical@1.9.2.md .changeset/changelogs/@tryghost!kg-default-transforms@1.3.4.md changelogs/@tryghost!kg-default-transforms@1.3.4.md @tryghost!kg-default-transforms@1.3.4.md .changeset/changelogs/@tryghost!kg-converters@1.2.4.md changelogs/@tryghost!kg-converters@1.2.4.md @tryghost!kg-converters@1.2.4.md -.changeset/changelogs/@tryghost!kg-lexical-html-renderer@1.5.0.md -changelogs/@tryghost!kg-lexical-html-renderer@1.5.0.md -@tryghost!kg-lexical-html-renderer@1.5.0.md -.changeset/olive-regions-stop.md -olive-regions-stop.md -.changeset/funky-rice-shine.md -funky-rice-shine.md -.changeset/loose-pans-argue.md -loose-pans-argue.md -.changeset/young-spiders-request.md -young-spiders-request.md -.changeset/clean-flags-retire.md -clean-flags-retire.md .changeset/ledger.yaml ledger.yaml .changeset/petite-schools-accept.md @@ -27053,6 +26984,20 @@ integration/services/email-service/recipient-count.test.js services/email-service/recipient-count.test.js email-service/recipient-count.test.js recipient-count.test.js +ghost/core/test/integration/services/gifts/gift-delivery-processing.test.ts +core/test/integration/services/gifts/gift-delivery-processing.test.ts +test/integration/services/gifts/gift-delivery-processing.test.ts +integration/services/gifts/gift-delivery-processing.test.ts +services/gifts/gift-delivery-processing.test.ts +gifts/gift-delivery-processing.test.ts +gift-delivery-processing.test.ts +ghost/core/test/integration/services/gifts/gift-delivery-bookshelf-repository.test.ts +core/test/integration/services/gifts/gift-delivery-bookshelf-repository.test.ts +test/integration/services/gifts/gift-delivery-bookshelf-repository.test.ts +integration/services/gifts/gift-delivery-bookshelf-repository.test.ts +services/gifts/gift-delivery-bookshelf-repository.test.ts +gifts/gift-delivery-bookshelf-repository.test.ts +gift-delivery-bookshelf-repository.test.ts ghost/core/test/integration/services/mailgun-email-suppression-list.test.js core/test/integration/services/mailgun-email-suppression-list.test.js test/integration/services/mailgun-email-suppression-list.test.js @@ -28377,6 +28322,14 @@ server/services/gifts/gift-reminder-scheduler.test.ts services/gifts/gift-reminder-scheduler.test.ts gifts/gift-reminder-scheduler.test.ts gift-reminder-scheduler.test.ts +ghost/core/test/unit/server/services/gifts/gift-delivery-service.test.ts +core/test/unit/server/services/gifts/gift-delivery-service.test.ts +test/unit/server/services/gifts/gift-delivery-service.test.ts +unit/server/services/gifts/gift-delivery-service.test.ts +server/services/gifts/gift-delivery-service.test.ts +services/gifts/gift-delivery-service.test.ts +gifts/gift-delivery-service.test.ts +gift-delivery-service.test.ts ghost/core/test/unit/server/services/gifts/gift-email-service.test.js core/test/unit/server/services/gifts/gift-email-service.test.js test/unit/server/services/gifts/gift-email-service.test.js @@ -28441,6 +28394,14 @@ server/services/gifts/utils.ts services/gifts/utils.ts gifts/utils.ts utils.ts +ghost/core/test/unit/server/services/gifts/gift-delivery.test.ts +core/test/unit/server/services/gifts/gift-delivery.test.ts +test/unit/server/services/gifts/gift-delivery.test.ts +unit/server/services/gifts/gift-delivery.test.ts +server/services/gifts/gift-delivery.test.ts +services/gifts/gift-delivery.test.ts +gifts/gift-delivery.test.ts +gift-delivery.test.ts ghost/core/test/unit/server/services/stripe/migrations.test.js core/test/unit/server/services/stripe/migrations.test.js test/unit/server/services/stripe/migrations.test.js @@ -28602,6 +28563,14 @@ server/services/email-analytics/event-processing-result.test.ts services/email-analytics/event-processing-result.test.ts email-analytics/event-processing-result.test.ts event-processing-result.test.ts +ghost/core/test/unit/server/services/email-analytics/gift-email-analytics-batch-processor.test.ts +core/test/unit/server/services/email-analytics/gift-email-analytics-batch-processor.test.ts +test/unit/server/services/email-analytics/gift-email-analytics-batch-processor.test.ts +unit/server/services/email-analytics/gift-email-analytics-batch-processor.test.ts +server/services/email-analytics/gift-email-analytics-batch-processor.test.ts +services/email-analytics/gift-email-analytics-batch-processor.test.ts +email-analytics/gift-email-analytics-batch-processor.test.ts +gift-email-analytics-batch-processor.test.ts ghost/core/test/unit/server/services/email-analytics/email-analytics-job-scheduler.test.ts core/test/unit/server/services/email-analytics/email-analytics-job-scheduler.test.ts test/unit/server/services/email-analytics/email-analytics-job-scheduler.test.ts @@ -28818,6 +28787,14 @@ server/services/themes/list.test.js services/themes/list.test.js themes/list.test.js list.test.js +ghost/core/test/unit/server/services/themes/storage.test.js +core/test/unit/server/services/themes/storage.test.js +test/unit/server/services/themes/storage.test.js +unit/server/services/themes/storage.test.js +server/services/themes/storage.test.js +services/themes/storage.test.js +themes/storage.test.js +storage.test.js ghost/core/test/unit/server/services/themes/loader.test.js core/test/unit/server/services/themes/loader.test.js test/unit/server/services/themes/loader.test.js @@ -29049,6 +29026,14 @@ server/services/notifications/sanitize-email-html.test.ts services/notifications/sanitize-email-html.test.ts notifications/sanitize-email-html.test.ts sanitize-email-html.test.ts +ghost/core/test/unit/server/services/exports/site-exporter.test.ts +core/test/unit/server/services/exports/site-exporter.test.ts +test/unit/server/services/exports/site-exporter.test.ts +unit/server/services/exports/site-exporter.test.ts +server/services/exports/site-exporter.test.ts +services/exports/site-exporter.test.ts +exports/site-exporter.test.ts +site-exporter.test.ts ghost/core/test/unit/server/services/email-suppression-list/email-suppression-list.test.js core/test/unit/server/services/email-suppression-list/email-suppression-list.test.js test/unit/server/services/email-suppression-list/email-suppression-list.test.js @@ -29486,6 +29471,51 @@ server/services/explore-ping/explore-ping-service.test.js services/explore-ping/explore-ping-service.test.js explore-ping/explore-ping-service.test.js explore-ping-service.test.js +ghost/core/test/unit/server/services/content-import/import/row.test.ts +core/test/unit/server/services/content-import/import/row.test.ts +test/unit/server/services/content-import/import/row.test.ts +unit/server/services/content-import/import/row.test.ts +server/services/content-import/import/row.test.ts +services/content-import/import/row.test.ts +content-import/import/row.test.ts +import/row.test.ts +row.test.ts +ghost/core/test/unit/server/services/content-import/import/post-data.test.ts +core/test/unit/server/services/content-import/import/post-data.test.ts +test/unit/server/services/content-import/import/post-data.test.ts +unit/server/services/content-import/import/post-data.test.ts +server/services/content-import/import/post-data.test.ts +services/content-import/import/post-data.test.ts +content-import/import/post-data.test.ts +import/post-data.test.ts +post-data.test.ts +ghost/core/test/unit/server/services/content-import/import/store.test.ts +core/test/unit/server/services/content-import/import/store.test.ts +test/unit/server/services/content-import/import/store.test.ts +unit/server/services/content-import/import/store.test.ts +server/services/content-import/import/store.test.ts +services/content-import/import/store.test.ts +content-import/import/store.test.ts +import/store.test.ts +store.test.ts +ghost/core/test/unit/server/services/content-import/import/importer.test.ts +core/test/unit/server/services/content-import/import/importer.test.ts +test/unit/server/services/content-import/import/importer.test.ts +unit/server/services/content-import/import/importer.test.ts +server/services/content-import/import/importer.test.ts +services/content-import/import/importer.test.ts +content-import/import/importer.test.ts +import/importer.test.ts +importer.test.ts +ghost/core/test/unit/server/services/content-import/csv/parse.test.ts +core/test/unit/server/services/content-import/csv/parse.test.ts +test/unit/server/services/content-import/csv/parse.test.ts +unit/server/services/content-import/csv/parse.test.ts +server/services/content-import/csv/parse.test.ts +services/content-import/csv/parse.test.ts +content-import/csv/parse.test.ts +csv/parse.test.ts +parse.test.ts ghost/core/test/unit/server/services/members/utils.test.js core/test/unit/server/services/members/utils.test.js test/unit/server/services/members/utils.test.js @@ -34678,6 +34708,11 @@ test/e2e-webhooks/__snapshots__/site.test.js.snap e2e-webhooks/__snapshots__/site.test.js.snap __snapshots__/site.test.js.snap site.test.js.snap +ghost/core/test/e2e-webhooks/posts-importer.test.ts +core/test/e2e-webhooks/posts-importer.test.ts +test/e2e-webhooks/posts-importer.test.ts +e2e-webhooks/posts-importer.test.ts +posts-importer.test.ts ghost/core/test/e2e-webhooks/posts.test.js core/test/e2e-webhooks/posts.test.js test/e2e-webhooks/posts.test.js @@ -35181,6 +35216,12 @@ test/e2e-api/admin/members-import-error-report.test.js e2e-api/admin/members-import-error-report.test.js admin/members-import-error-report.test.js members-import-error-report.test.js +ghost/core/test/e2e-api/admin/exports-download.test.js +core/test/e2e-api/admin/exports-download.test.js +test/e2e-api/admin/exports-download.test.js +e2e-api/admin/exports-download.test.js +admin/exports-download.test.js +exports-download.test.js ghost/core/test/e2e-api/admin/api-tokens.test.js core/test/e2e-api/admin/api-tokens.test.js test/e2e-api/admin/api-tokens.test.js @@ -35913,6 +35954,12 @@ test/e2e-api/admin/tags.test.js e2e-api/admin/tags.test.js admin/tags.test.js tags.test.js +ghost/core/test/e2e-api/admin/exports.test.js +core/test/e2e-api/admin/exports.test.js +test/e2e-api/admin/exports.test.js +e2e-api/admin/exports.test.js +admin/exports.test.js +exports.test.js ghost/core/test/e2e-api/admin/members.test.js core/test/e2e-api/admin/members.test.js test/e2e-api/admin/members.test.js @@ -39043,6 +39090,24 @@ migrations/versions/5.9/2022-08-09-08-32-added-new-integration-type.js versions/5.9/2022-08-09-08-32-added-new-integration-type.js 5.9/2022-08-09-08-32-added-new-integration-type.js 2022-08-09-08-32-added-new-integration-type.js +ghost/core/core/server/data/migrations/versions/6.59/2026-08-18-17-07-01-add-gift-deliveries.js +core/core/server/data/migrations/versions/6.59/2026-08-18-17-07-01-add-gift-deliveries.js +core/server/data/migrations/versions/6.59/2026-08-18-17-07-01-add-gift-deliveries.js +server/data/migrations/versions/6.59/2026-08-18-17-07-01-add-gift-deliveries.js +data/migrations/versions/6.59/2026-08-18-17-07-01-add-gift-deliveries.js +migrations/versions/6.59/2026-08-18-17-07-01-add-gift-deliveries.js +versions/6.59/2026-08-18-17-07-01-add-gift-deliveries.js +6.59/2026-08-18-17-07-01-add-gift-deliveries.js +2026-08-18-17-07-01-add-gift-deliveries.js +ghost/core/core/server/data/migrations/versions/6.59/2026-08-18-17-06-46-add-gift-delivery-fields-to-gifts.js +core/core/server/data/migrations/versions/6.59/2026-08-18-17-06-46-add-gift-delivery-fields-to-gifts.js +core/server/data/migrations/versions/6.59/2026-08-18-17-06-46-add-gift-delivery-fields-to-gifts.js +server/data/migrations/versions/6.59/2026-08-18-17-06-46-add-gift-delivery-fields-to-gifts.js +data/migrations/versions/6.59/2026-08-18-17-06-46-add-gift-delivery-fields-to-gifts.js +migrations/versions/6.59/2026-08-18-17-06-46-add-gift-delivery-fields-to-gifts.js +versions/6.59/2026-08-18-17-06-46-add-gift-delivery-fields-to-gifts.js +6.59/2026-08-18-17-06-46-add-gift-delivery-fields-to-gifts.js +2026-08-18-17-06-46-add-gift-delivery-fields-to-gifts.js ghost/core/core/server/data/migrations/versions/6.14/2026-01-15-12-00-00-add-transistor-integration.js core/core/server/data/migrations/versions/6.14/2026-01-15-12-00-00-add-transistor-integration.js core/server/data/migrations/versions/6.14/2026-01-15-12-00-00-add-transistor-integration.js @@ -40807,6 +40872,15 @@ migrations/versions/6.25/2026-03-31-20-31-19-drop-nullable-on-automated-emails-e versions/6.25/2026-03-31-20-31-19-drop-nullable-on-automated-emails-email-design-setting-id.js 6.25/2026-03-31-20-31-19-drop-nullable-on-automated-emails-email-design-setting-id.js 2026-03-31-20-31-19-drop-nullable-on-automated-emails-email-design-setting-id.js +ghost/core/core/server/data/migrations/versions/6.60/2026-08-20-10-52-59-add-gift-delivery-outcomes.js +core/core/server/data/migrations/versions/6.60/2026-08-20-10-52-59-add-gift-delivery-outcomes.js +core/server/data/migrations/versions/6.60/2026-08-20-10-52-59-add-gift-delivery-outcomes.js +server/data/migrations/versions/6.60/2026-08-20-10-52-59-add-gift-delivery-outcomes.js +data/migrations/versions/6.60/2026-08-20-10-52-59-add-gift-delivery-outcomes.js +migrations/versions/6.60/2026-08-20-10-52-59-add-gift-delivery-outcomes.js +versions/6.60/2026-08-20-10-52-59-add-gift-delivery-outcomes.js +6.60/2026-08-20-10-52-59-add-gift-delivery-outcomes.js +2026-08-20-10-52-59-add-gift-delivery-outcomes.js ghost/core/core/server/data/migrations/versions/6.42/2026-05-21-06-56-05-add-score-to-comment-likes.js core/core/server/data/migrations/versions/6.42/2026-05-21-06-56-05-add-score-to-comment-likes.js core/server/data/migrations/versions/6.42/2026-05-21-06-56-05-add-score-to-comment-likes.js @@ -41270,6 +41344,16 @@ utils/serializers/output/session.js serializers/output/session.js output/session.js session.js +ghost/core/core/server/api/endpoints/utils/serializers/output/stream-response.ts +core/core/server/api/endpoints/utils/serializers/output/stream-response.ts +core/server/api/endpoints/utils/serializers/output/stream-response.ts +server/api/endpoints/utils/serializers/output/stream-response.ts +api/endpoints/utils/serializers/output/stream-response.ts +endpoints/utils/serializers/output/stream-response.ts +utils/serializers/output/stream-response.ts +serializers/output/stream-response.ts +output/stream-response.ts +stream-response.ts ghost/core/core/server/api/endpoints/utils/serializers/output/custom-theme-settings.js core/core/server/api/endpoints/utils/serializers/output/custom-theme-settings.js core/server/api/endpoints/utils/serializers/output/custom-theme-settings.js @@ -41716,6 +41800,16 @@ utils/serializers/output/default.js serializers/output/default.js output/default.js default.js +ghost/core/core/server/api/endpoints/utils/serializers/output/stream-zip-response.ts +core/core/server/api/endpoints/utils/serializers/output/stream-zip-response.ts +core/server/api/endpoints/utils/serializers/output/stream-zip-response.ts +server/api/endpoints/utils/serializers/output/stream-zip-response.ts +api/endpoints/utils/serializers/output/stream-zip-response.ts +endpoints/utils/serializers/output/stream-zip-response.ts +utils/serializers/output/stream-zip-response.ts +serializers/output/stream-zip-response.ts +output/stream-zip-response.ts +stream-zip-response.ts ghost/core/core/server/api/endpoints/utils/serializers/output/members-stripe-connect.js core/core/server/api/endpoints/utils/serializers/output/members-stripe-connect.js core/server/api/endpoints/utils/serializers/output/members-stripe-connect.js @@ -41736,6 +41830,16 @@ utils/serializers/output/roles.js serializers/output/roles.js output/roles.js roles.js +ghost/core/core/server/api/endpoints/utils/serializers/output/members-csv-transform.js +core/core/server/api/endpoints/utils/serializers/output/members-csv-transform.js +core/server/api/endpoints/utils/serializers/output/members-csv-transform.js +server/api/endpoints/utils/serializers/output/members-csv-transform.js +api/endpoints/utils/serializers/output/members-csv-transform.js +endpoints/utils/serializers/output/members-csv-transform.js +utils/serializers/output/members-csv-transform.js +serializers/output/members-csv-transform.js +output/members-csv-transform.js +members-csv-transform.js ghost/core/core/server/api/endpoints/utils/serializers/output/config.js core/core/server/api/endpoints/utils/serializers/output/config.js core/server/api/endpoints/utils/serializers/output/config.js @@ -41796,6 +41900,16 @@ utils/serializers/output/files.js serializers/output/files.js output/files.js files.js +ghost/core/core/server/api/endpoints/utils/serializers/output/exports.js +core/core/server/api/endpoints/utils/serializers/output/exports.js +core/server/api/endpoints/utils/serializers/output/exports.js +server/api/endpoints/utils/serializers/output/exports.js +api/endpoints/utils/serializers/output/exports.js +endpoints/utils/serializers/output/exports.js +utils/serializers/output/exports.js +serializers/output/exports.js +output/exports.js +exports.js ghost/core/core/server/api/endpoints/utils/serializers/output/search-index.js core/core/server/api/endpoints/utils/serializers/output/search-index.js core/server/api/endpoints/utils/serializers/output/search-index.js @@ -42052,6 +42166,16 @@ utils/serializers/input/tags.js serializers/input/tags.js input/tags.js tags.js +ghost/core/core/server/api/endpoints/utils/serializers/input/exports.js +core/core/server/api/endpoints/utils/serializers/input/exports.js +core/server/api/endpoints/utils/serializers/input/exports.js +server/api/endpoints/utils/serializers/input/exports.js +api/endpoints/utils/serializers/input/exports.js +endpoints/utils/serializers/input/exports.js +utils/serializers/input/exports.js +serializers/input/exports.js +input/exports.js +exports.js ghost/core/core/server/api/endpoints/utils/serializers/input/integrations.js core/core/server/api/endpoints/utils/serializers/input/integrations.js core/server/api/endpoints/utils/serializers/input/integrations.js @@ -42674,6 +42798,13 @@ server/api/endpoints/stats.js api/endpoints/stats.js endpoints/stats.js stats.js +ghost/core/core/server/api/endpoints/exports.js +core/core/server/api/endpoints/exports.js +core/server/api/endpoints/exports.js +server/api/endpoints/exports.js +api/endpoints/exports.js +endpoints/exports.js +exports.js ghost/core/core/server/api/endpoints/search-index.js core/core/server/api/endpoints/search-index.js core/server/api/endpoints/search-index.js @@ -42937,6 +43068,12 @@ core/server/models/invite.js server/models/invite.js models/invite.js invite.js +ghost/core/core/server/models/gift-delivery.ts +core/core/server/models/gift-delivery.ts +core/server/models/gift-delivery.ts +server/models/gift-delivery.ts +models/gift-delivery.ts +gift-delivery.ts ghost/core/core/server/models/milestone.js core/core/server/models/milestone.js core/server/models/milestone.js @@ -44112,6 +44249,14 @@ services/gifts/events/start-gift-reminder-flush-event.js gifts/events/start-gift-reminder-flush-event.js events/start-gift-reminder-flush-event.js start-gift-reminder-flush-event.js +ghost/core/core/server/services/gifts/events/send-gift-delivery-event.ts +core/core/server/services/gifts/events/send-gift-delivery-event.ts +core/server/services/gifts/events/send-gift-delivery-event.ts +server/services/gifts/events/send-gift-delivery-event.ts +services/gifts/events/send-gift-delivery-event.ts +gifts/events/send-gift-delivery-event.ts +events/send-gift-delivery-event.ts +send-gift-delivery-event.ts ghost/core/core/server/services/gifts/gift-email-renderer.ts core/core/server/services/gifts/gift-email-renderer.ts core/server/services/gifts/gift-email-renderer.ts @@ -44119,6 +44264,13 @@ server/services/gifts/gift-email-renderer.ts services/gifts/gift-email-renderer.ts gifts/gift-email-renderer.ts gift-email-renderer.ts +ghost/core/core/server/services/gifts/gift-delivery-codec.ts +core/core/server/services/gifts/gift-delivery-codec.ts +core/server/services/gifts/gift-delivery-codec.ts +server/services/gifts/gift-delivery-codec.ts +services/gifts/gift-delivery-codec.ts +gifts/gift-delivery-codec.ts +gift-delivery-codec.ts ghost/core/core/server/services/gifts/gift-controller.ts core/core/server/services/gifts/gift-controller.ts core/server/services/gifts/gift-controller.ts @@ -44133,6 +44285,13 @@ server/services/gifts/constants.ts services/gifts/constants.ts gifts/constants.ts constants.ts +ghost/core/core/server/services/gifts/gift-delivery-service.ts +core/core/server/services/gifts/gift-delivery-service.ts +core/server/services/gifts/gift-delivery-service.ts +server/services/gifts/gift-delivery-service.ts +services/gifts/gift-delivery-service.ts +gifts/gift-delivery-service.ts +gift-delivery-service.ts ghost/core/core/server/services/gifts/gift-checkout-offer.ts core/core/server/services/gifts/gift-checkout-offer.ts core/server/services/gifts/gift-checkout-offer.ts @@ -44192,6 +44351,13 @@ server/services/gifts/CONTEXT.md services/gifts/CONTEXT.md gifts/CONTEXT.md CONTEXT.md +ghost/core/core/server/services/gifts/gift-delivery-schema.ts +core/core/server/services/gifts/gift-delivery-schema.ts +core/server/services/gifts/gift-delivery-schema.ts +server/services/gifts/gift-delivery-schema.ts +services/gifts/gift-delivery-schema.ts +gifts/gift-delivery-schema.ts +gift-delivery-schema.ts ghost/core/core/server/services/gifts/email-templates/gift-purchase-confirmation.ts core/core/server/services/gifts/email-templates/gift-purchase-confirmation.ts core/server/services/gifts/email-templates/gift-purchase-confirmation.ts @@ -44208,6 +44374,38 @@ services/gifts/email-templates/gift-purchase-confirmation.hbs gifts/email-templates/gift-purchase-confirmation.hbs email-templates/gift-purchase-confirmation.hbs gift-purchase-confirmation.hbs +ghost/core/core/server/services/gifts/email-templates/gift-delivery.hbs +core/core/server/services/gifts/email-templates/gift-delivery.hbs +core/server/services/gifts/email-templates/gift-delivery.hbs +server/services/gifts/email-templates/gift-delivery.hbs +services/gifts/email-templates/gift-delivery.hbs +gifts/email-templates/gift-delivery.hbs +email-templates/gift-delivery.hbs +gift-delivery.hbs +ghost/core/core/server/services/gifts/email-templates/gift-delivery.ts +core/core/server/services/gifts/email-templates/gift-delivery.ts +core/server/services/gifts/email-templates/gift-delivery.ts +server/services/gifts/email-templates/gift-delivery.ts +services/gifts/email-templates/gift-delivery.ts +gifts/email-templates/gift-delivery.ts +email-templates/gift-delivery.ts +gift-delivery.ts +ghost/core/core/server/services/gifts/email-templates/gift-delivery-failure.ts +core/core/server/services/gifts/email-templates/gift-delivery-failure.ts +core/server/services/gifts/email-templates/gift-delivery-failure.ts +server/services/gifts/email-templates/gift-delivery-failure.ts +services/gifts/email-templates/gift-delivery-failure.ts +gifts/email-templates/gift-delivery-failure.ts +email-templates/gift-delivery-failure.ts +gift-delivery-failure.ts +ghost/core/core/server/services/gifts/email-templates/gift-delivery-failure.hbs +core/core/server/services/gifts/email-templates/gift-delivery-failure.hbs +core/server/services/gifts/email-templates/gift-delivery-failure.hbs +server/services/gifts/email-templates/gift-delivery-failure.hbs +services/gifts/email-templates/gift-delivery-failure.hbs +gifts/email-templates/gift-delivery-failure.hbs +email-templates/gift-delivery-failure.hbs +gift-delivery-failure.hbs ghost/core/core/server/services/gifts/email-templates/gift-reminder.hbs core/core/server/services/gifts/email-templates/gift-reminder.hbs core/server/services/gifts/email-templates/gift-reminder.hbs @@ -44252,6 +44450,13 @@ server/services/gifts/gift-service.ts services/gifts/gift-service.ts gifts/gift-service.ts gift-service.ts +ghost/core/core/server/services/gifts/gift-delivery-bookshelf-repository.ts +core/core/server/services/gifts/gift-delivery-bookshelf-repository.ts +core/server/services/gifts/gift-delivery-bookshelf-repository.ts +server/services/gifts/gift-delivery-bookshelf-repository.ts +services/gifts/gift-delivery-bookshelf-repository.ts +gifts/gift-delivery-bookshelf-repository.ts +gift-delivery-bookshelf-repository.ts ghost/core/core/server/services/gifts/gift-email-service.ts core/core/server/services/gifts/gift-email-service.ts core/server/services/gifts/gift-email-service.ts @@ -44438,6 +44643,14 @@ core/server/services/users.js server/services/users.js services/users.js users.js +ghost/core/core/server/services/email-analytics/events/start-gift-email-analytics-job-event.ts +core/core/server/services/email-analytics/events/start-gift-email-analytics-job-event.ts +core/server/services/email-analytics/events/start-gift-email-analytics-job-event.ts +server/services/email-analytics/events/start-gift-email-analytics-job-event.ts +services/email-analytics/events/start-gift-email-analytics-job-event.ts +email-analytics/events/start-gift-email-analytics-job-event.ts +events/start-gift-email-analytics-job-event.ts +start-gift-email-analytics-job-event.ts ghost/core/core/server/services/email-analytics/events/start-automation-email-analytics-job-event.ts core/core/server/services/email-analytics/events/start-automation-email-analytics-job-event.ts core/server/services/email-analytics/events/start-automation-email-analytics-job-event.ts @@ -44454,6 +44667,13 @@ services/email-analytics/events/start-email-analytics-job-event.ts email-analytics/events/start-email-analytics-job-event.ts events/start-email-analytics-job-event.ts start-email-analytics-job-event.ts +ghost/core/core/server/services/email-analytics/gift-email-analytics-batch-processor.ts +core/core/server/services/email-analytics/gift-email-analytics-batch-processor.ts +core/server/services/email-analytics/gift-email-analytics-batch-processor.ts +server/services/email-analytics/gift-email-analytics-batch-processor.ts +services/email-analytics/gift-email-analytics-batch-processor.ts +email-analytics/gift-email-analytics-batch-processor.ts +gift-email-analytics-batch-processor.ts ghost/core/core/server/services/email-analytics/email-analytics-service.ts core/core/server/services/email-analytics/email-analytics-service.ts core/server/services/email-analytics/email-analytics-service.ts @@ -44509,6 +44729,15 @@ email-analytics/jobs/automation-fetch-latest/index.js jobs/automation-fetch-latest/index.js automation-fetch-latest/index.js index.js +ghost/core/core/server/services/email-analytics/jobs/gift-fetch-latest/index.js +core/core/server/services/email-analytics/jobs/gift-fetch-latest/index.js +core/server/services/email-analytics/jobs/gift-fetch-latest/index.js +server/services/email-analytics/jobs/gift-fetch-latest/index.js +services/email-analytics/jobs/gift-fetch-latest/index.js +email-analytics/jobs/gift-fetch-latest/index.js +jobs/gift-fetch-latest/index.js +gift-fetch-latest/index.js +index.js ghost/core/core/server/services/email-analytics/jobs/index.js core/core/server/services/email-analytics/jobs/index.js core/server/services/email-analytics/jobs/index.js @@ -45340,6 +45569,13 @@ server/services/notifications/index.js services/notifications/index.js notifications/index.js index.js +ghost/core/core/server/services/exports/site-exporter.ts +core/core/server/services/exports/site-exporter.ts +core/server/services/exports/site-exporter.ts +server/services/exports/site-exporter.ts +services/exports/site-exporter.ts +exports/site-exporter.ts +site-exporter.ts ghost/core/core/server/services/email-suppression-list/in-memory-email-suppression-list.js core/core/server/services/email-suppression-list/in-memory-email-suppression-list.js core/server/services/email-suppression-list/in-memory-email-suppression-list.js @@ -46163,6 +46399,69 @@ server/services/explore-ping/index.ts services/explore-ping/index.ts explore-ping/index.ts index.ts +ghost/core/core/server/services/content-import/index.ts +core/core/server/services/content-import/index.ts +core/server/services/content-import/index.ts +server/services/content-import/index.ts +services/content-import/index.ts +content-import/index.ts +index.ts +ghost/core/core/server/services/content-import/import/post-data.ts +core/core/server/services/content-import/import/post-data.ts +core/server/services/content-import/import/post-data.ts +server/services/content-import/import/post-data.ts +services/content-import/import/post-data.ts +content-import/import/post-data.ts +import/post-data.ts +post-data.ts +ghost/core/core/server/services/content-import/import/importer.ts +core/core/server/services/content-import/import/importer.ts +core/server/services/content-import/import/importer.ts +server/services/content-import/import/importer.ts +services/content-import/import/importer.ts +content-import/import/importer.ts +import/importer.ts +importer.ts +ghost/core/core/server/services/content-import/import/reader.ts +core/core/server/services/content-import/import/reader.ts +core/server/services/content-import/import/reader.ts +server/services/content-import/import/reader.ts +services/content-import/import/reader.ts +content-import/import/reader.ts +import/reader.ts +reader.ts +ghost/core/core/server/services/content-import/import/store.ts +core/core/server/services/content-import/import/store.ts +core/server/services/content-import/import/store.ts +server/services/content-import/import/store.ts +services/content-import/import/store.ts +content-import/import/store.ts +import/store.ts +store.ts +ghost/core/core/server/services/content-import/import/row.ts +core/core/server/services/content-import/import/row.ts +core/server/services/content-import/import/row.ts +server/services/content-import/import/row.ts +services/content-import/import/row.ts +content-import/import/row.ts +import/row.ts +row.ts +ghost/core/core/server/services/content-import/csv/index.ts +core/core/server/services/content-import/csv/index.ts +core/server/services/content-import/csv/index.ts +server/services/content-import/csv/index.ts +services/content-import/csv/index.ts +content-import/csv/index.ts +csv/index.ts +index.ts +ghost/core/core/server/services/content-import/csv/parse.ts +core/core/server/services/content-import/csv/parse.ts +core/server/services/content-import/csv/parse.ts +server/services/content-import/csv/parse.ts +services/content-import/csv/parse.ts +content-import/csv/parse.ts +csv/parse.ts +parse.ts ghost/core/core/server/services/members/emails/signup-paid.js core/core/server/services/members/emails/signup-paid.js core/server/services/members/emails/signup-paid.js @@ -49803,6 +50102,10 @@ app.js ghost/core/.c8rc.json core/.c8rc.json .c8rc.json +ghost/core/types/archiver.d.ts +core/types/archiver.d.ts +types/archiver.d.ts +archiver.d.ts ghost/core/vitest.config.ts core/vitest.config.ts vitest.config.ts diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost.txt index 1ed5658a3..643eb3f39 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost.txt @@ -79,6 +79,7 @@ e2e/tests/admin/staff-role-smoke.test.ts e2e/tests/admin/tags/editor.test.ts e2e/tests/admin/tags/tag-detail.test.ts e2e/tests/admin/members/label-lifecycle.test.ts +e2e/tests/admin/members/custom-field-filter-column.test.ts e2e/tests/admin/members/member-detail.test.ts e2e/tests/admin/members/member-custom-fields.test.ts e2e/tests/admin/members/filter-round-trip.test.ts @@ -513,6 +514,7 @@ apps/admin-x-framework/src/api/automations.ts apps/admin-x-framework/src/api/settings.ts apps/admin-x-framework/src/api/automated-emails.ts apps/admin-x-framework/src/api/tags.ts +apps/admin-x-framework/src/api/exports.ts apps/admin-x-framework/src/api/gift-links.ts apps/admin-x-framework/src/api/staff-token.ts apps/admin-x-framework/src/api/offers.ts @@ -685,6 +687,7 @@ apps/comments-ui/src/pages.ts apps/comments-ui/src/setup-tests.ts apps/comments-ui/src/index.tsx apps/portal/test/data-attributes.test.jsx +apps/portal/test/unit/components/popup-modal.test.jsx apps/portal/test/unit/components/common/action-button.test.jsx apps/portal/test/unit/components/common/input-field.test.jsx apps/portal/test/unit/components/common/switch.test.jsx @@ -707,6 +710,7 @@ apps/portal/test/unit/components/pages/AccountHomePage/paid-account-actions.test apps/portal/test/unit/components/pages/AccountHomePage/email-newsletter-action.test.jsx apps/portal/test/unit/components/pages/AccountHomePage/account-home-page.test.jsx apps/portal/test/unit/components/pages/AccountHomePage/continue-subscription-button.test.jsx +apps/portal/test/unit/components/pages/beta-gift-page.test.tsx apps/portal/test/unit/components/pages/magic-link-page.test.jsx apps/portal/test/unit/components/pages/signin-page.test.jsx apps/portal/test/unit/components/pages/newsletter-selection-page.test.jsx @@ -756,6 +760,7 @@ apps/portal/src/components/common/close-button.jsx apps/portal/src/components/common/gift-card.jsx apps/portal/src/components/common/input-form.jsx apps/portal/src/components/common/site-title-back-button.jsx +apps/portal/src/components/common/gift-email-preview.jsx apps/portal/src/components/common/switch.jsx apps/portal/src/components/common/gift-details-toggle.jsx apps/portal/src/components/common/products-section.jsx @@ -770,6 +775,7 @@ apps/portal/src/components/frame.styles.js apps/portal/src/components/trigger-button.styles.js apps/portal/src/components/notification.styles.js apps/portal/src/components/popup-modal.jsx +apps/portal/src/components/pages/beta-gift-success-page.jsx apps/portal/src/components/pages/account-profile-page.jsx apps/portal/src/components/pages/support-page.jsx apps/portal/src/components/pages/magic-link-page.jsx @@ -794,8 +800,10 @@ apps/portal/src/components/pages/AccountHomePage/components/transistor-podcasts- apps/portal/src/components/pages/AccountHomePage/components/account-welcome.jsx apps/portal/src/components/pages/AccountHomePage/account-home-page.jsx apps/portal/src/components/pages/recommendations-page.jsx +apps/portal/src/components/pages/beta-gift-redemption-page.jsx apps/portal/src/components/pages/gift-page.jsx apps/portal/src/components/pages/feedback-page.jsx +apps/portal/src/components/pages/beta-gift-page.jsx apps/portal/src/components/pages/offer-page.jsx apps/portal/src/components/pages/gift-success-page.jsx apps/portal/src/components/pages/account-plan-page.jsx @@ -829,7 +837,6 @@ apps/portal/src/utils/sanitize-html.js apps/portal/src/utils/gift-subscriptions.ts apps/portal/src/utils/fixtures-generator.js apps/portal/src/utils/links.js -apps/portal/src/utils/contrast-color.js apps/portal/src/utils/discount.js apps/portal/src/utils/i18n.js apps/portal/src/actions.js @@ -866,6 +873,7 @@ apps/portal/src/images/icons/invitation.svg apps/portal/src/images/icons/ellipsis.svg apps/portal/src/images/icons/warning-outline.svg apps/portal/src/images/icons/button-icon-3.svg +apps/portal/src/images/icons/quote.svg apps/portal/src/images/icons/lock.svg apps/portal/src/images/icons/arrow-top-right.svg apps/portal/src/images/icons/button-icon-2.svg @@ -2414,6 +2422,42 @@ apps/admin/src/settings/search.acceptance.test.tsx apps/admin/src/settings/data/zapier-templates.ts apps/admin/src/settings/data/official-themes.ts apps/admin/src/settings/advanced/migration-tools-export.acceptance.test.tsx +apps/admin/src/settings/advanced/integrations.tsx +apps/admin/src/settings/advanced/spam-filters.tsx +apps/admin/src/settings/advanced/advanced-settings.tsx +apps/admin/src/settings/advanced/labs.tsx +apps/admin/src/settings/advanced/search-keywords.ts +apps/admin/src/settings/advanced/code-injection.tsx +apps/admin/src/settings/advanced/labs/lab-item.tsx +apps/admin/src/settings/advanced/labs/feature-toggle.tsx +apps/admin/src/settings/advanced/labs/beta-features.tsx +apps/admin/src/settings/advanced/labs/private-features.tsx +apps/admin/src/settings/advanced/labs/yaml-file-editor-modal.tsx +apps/admin/src/settings/advanced/danger-zone.tsx +apps/admin/src/settings/advanced/integrations/custom-integration-modal.tsx +apps/admin/src/settings/advanced/integrations/webhooks-table.tsx +apps/admin/src/settings/advanced/integrations/webhook-modal.tsx +apps/admin/src/settings/advanced/integrations/content-api-modal.tsx +apps/admin/src/settings/advanced/integrations/first-promoter-modal.tsx +apps/admin/src/settings/advanced/integrations/zapier-modal.tsx +apps/admin/src/settings/advanced/integrations/api-keys.tsx +apps/admin/src/settings/advanced/integrations/webhook-event-options.tsx +apps/admin/src/settings/advanced/integrations/unsplash-modal.tsx +apps/admin/src/settings/advanced/integrations/integration-header.tsx +apps/admin/src/settings/advanced/integrations/add-integration-modal.tsx +apps/admin/src/settings/advanced/integrations/slack-modal.tsx +apps/admin/src/settings/advanced/integrations/pintura-modal.tsx +apps/admin/src/settings/advanced/integrations/transistor-modal.tsx +apps/admin/src/settings/advanced/integrations/webhooks-table.test.tsx +apps/admin/src/settings/advanced/history-modal.tsx +apps/admin/src/settings/advanced/migration-tools/migration-tools-export.tsx +apps/admin/src/settings/advanced/migration-tools/universal-import-modal.test.tsx +apps/admin/src/settings/advanced/migration-tools/export-all-modal.tsx +apps/admin/src/settings/advanced/migration-tools/universal-import-modal.tsx +apps/admin/src/settings/advanced/migration-tools/migration-tools-import.tsx +apps/admin/src/settings/advanced/history.tsx +apps/admin/src/settings/advanced/migration-tools.tsx +apps/admin/src/settings/advanced/code/code-modal.tsx apps/admin/src/settings/advanced/integrations.acceptance.test.tsx apps/admin/src/settings/advanced/advanced.acceptance.test.tsx apps/admin/src/settings/providers/routing/staff-profile-paths.tsx @@ -2521,9 +2565,12 @@ apps/admin/src/settings/site/theme/official-themes.tsx apps/admin/src/settings/site/theme/theme-editor-confirm-modal.tsx apps/admin/src/settings/site/theme/theme-validation-issues.ts apps/admin/src/settings/layout/app.tsx +apps/admin/src/settings/layout/dirty-navigation-guard.tsx +apps/admin/src/settings/layout/dirty-navigation-guard.test.ts apps/admin/src/settings/layout/settings-sections.tsx apps/admin/src/settings/layout/sidebar.tsx apps/admin/src/settings/layout/main-content.tsx +apps/admin/src/settings/layout/dirty-navigation-guard-identity.ts apps/admin/src/settings/membership/access.acceptance.test.tsx apps/admin/src/settings/membership/access.tsx apps/admin/src/settings/membership/analytics.acceptance.test.tsx @@ -2629,41 +2676,6 @@ apps/admin/src/settings/email/newsletters/add-newsletter-modal.tsx apps/admin/src/settings/email/newsletters/newsletters-list.tsx apps/admin/src/settings/email/newsletters/newsletter-preview.tsx apps/admin/src/settings/email/newsletters/newsletter-detail-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations.tsx -apps/admin/src/settings/app/components/settings/advanced/spam-filters.tsx -apps/admin/src/settings/app/components/settings/advanced/advanced-settings.tsx -apps/admin/src/settings/app/components/settings/advanced/labs.tsx -apps/admin/src/settings/app/components/settings/advanced/code-injection.tsx -apps/admin/src/settings/app/components/settings/advanced/labs/lab-item.tsx -apps/admin/src/settings/app/components/settings/advanced/labs/feature-toggle.tsx -apps/admin/src/settings/app/components/settings/advanced/labs/beta-features.tsx -apps/admin/src/settings/app/components/settings/advanced/labs/private-features.tsx -apps/admin/src/settings/app/components/settings/advanced/labs/yaml-file-editor-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/danger-zone.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/custom-integration-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/webhooks-table.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/webhook-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/content-api-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/first-promoter-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/zapier-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/api-keys.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/webhook-event-options.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/unsplash-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/integration-header.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/add-integration-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/slack-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/pintura-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/transistor-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/integrations/webhooks-table.test.tsx -apps/admin/src/settings/app/components/settings/advanced/history-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools/migration-tools-export.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools/universal-import-modal.test.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools/export-all-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools/universal-import-modal.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools/migration-tools-import.tsx -apps/admin/src/settings/app/components/settings/advanced/history.tsx -apps/admin/src/settings/app/components/settings/advanced/migration-tools.tsx -apps/admin/src/settings/app/components/settings/advanced/code/code-modal.tsx apps/admin/src/settings/offers.screen.ts apps/admin/src/settings/offers.acceptance.test.tsx apps/admin/src/settings/growth/growth-settings.tsx @@ -3299,40 +3311,25 @@ apps/announcement-bar/src/index.jsx apps/announcement-bar/src/icons/clear.svg SECURITY.md .changeset/warm-hotels-make.md -.changeset/petite-forks-lick.md .changeset/tidy-types-check.md -.changeset/easy-wasps-appear.md .changeset/common-squids-argue.md .changeset/four-rings-relate.md .changeset/six-parents-shout.md .changeset/floppy-bobcats-spend.md -.changeset/funky-bikes-chew.md .changeset/spacy-poodles-hunt.md -.changeset/open-shirts-arrive.md .changeset/swift-guests-grin.md -.changeset/changelogs/@tryghost!kg-html-to-lexical@1.4.0.md -.changeset/changelogs/@tryghost!kg-default-nodes@2.2.0.md .changeset/changelogs/@tryghost!kg-unsplash-selector@0.4.4.md .changeset/changelogs/@tryghost!kg-utils@1.1.4.md .changeset/changelogs/@tryghost!kg-default-cards@10.3.5.md .changeset/changelogs/@tryghost!kg-card-factory@5.2.4.md .changeset/changelogs/@tryghost!kg-converters@1.2.5.md .changeset/changelogs/@tryghost!kg-clean-basic-html@4.3.4.md -.changeset/changelogs/@tryghost!adapter-base-scheduling@0.2.2.md .changeset/changelogs/@tryghost!kg-default-cards@10.3.4.md .changeset/changelogs/@tryghost!kg-markdown-html-renderer@7.2.4.md .changeset/changelogs/@tryghost!kg-default-nodes@2.1.5.md .changeset/changelogs/@tryghost!kg-default-nodes@2.1.4.md -.changeset/changelogs/@tryghost!adapter-base-sso@0.1.2.md -.changeset/changelogs/@tryghost!koenig-lexical@1.9.2.md .changeset/changelogs/@tryghost!kg-default-transforms@1.3.4.md .changeset/changelogs/@tryghost!kg-converters@1.2.4.md -.changeset/changelogs/@tryghost!kg-lexical-html-renderer@1.5.0.md -.changeset/olive-regions-stop.md -.changeset/funky-rice-shine.md -.changeset/loose-pans-argue.md -.changeset/young-spiders-request.md -.changeset/clean-flags-retire.md .changeset/ledger.yaml .changeset/petite-schools-accept.md .coderabbit.yaml @@ -5027,6 +5024,8 @@ ghost/core/test/integration/services/email-service/cards.test.js ghost/core/test/integration/services/email-service/resume-interrupted-sends.test.js ghost/core/test/integration/services/email-service/tier-segmentation.test.js ghost/core/test/integration/services/email-service/recipient-count.test.js +ghost/core/test/integration/services/gifts/gift-delivery-processing.test.ts +ghost/core/test/integration/services/gifts/gift-delivery-bookshelf-repository.test.ts ghost/core/test/integration/services/mailgun-email-suppression-list.test.js ghost/core/test/integration/services/member-welcome-emails-snapshot.test.js ghost/core/test/integration/services/email-analytics/automation-email-analytics.test.js @@ -5194,6 +5193,7 @@ ghost/core/test/unit/server/services/email-service/sending-service.test.js ghost/core/test/unit/server/services/settings-helpers/settings-helpers.test.js ghost/core/test/unit/server/services/gifts/gift-checkout-adapter.test.js ghost/core/test/unit/server/services/gifts/gift-reminder-scheduler.test.ts +ghost/core/test/unit/server/services/gifts/gift-delivery-service.test.ts ghost/core/test/unit/server/services/gifts/gift-email-service.test.js ghost/core/test/unit/server/services/gifts/gift-checkout-offer.test.js ghost/core/test/unit/server/services/gifts/gift-service-interface.test.ts @@ -5202,6 +5202,7 @@ ghost/core/test/unit/server/services/gifts/gift-bookshelf-repository.test.ts ghost/core/test/unit/server/services/gifts/gift-controller.test.ts ghost/core/test/unit/server/services/gifts/gift-service.test.ts ghost/core/test/unit/server/services/gifts/utils.ts +ghost/core/test/unit/server/services/gifts/gift-delivery.test.ts ghost/core/test/unit/server/services/stripe/migrations.test.js ghost/core/test/unit/server/services/stripe/stripe-api.test.js ghost/core/test/unit/server/services/stripe/webhook-controller.test.js @@ -5221,6 +5222,7 @@ ghost/core/test/unit/server/services/email-analytics/queries.test.ts ghost/core/test/unit/server/services/email-analytics/email-analytics-service.test.ts ghost/core/test/unit/server/services/email-analytics/fetch-mailgun-events.test.ts ghost/core/test/unit/server/services/email-analytics/event-processing-result.test.ts +ghost/core/test/unit/server/services/email-analytics/gift-email-analytics-batch-processor.test.ts ghost/core/test/unit/server/services/email-analytics/email-analytics-job-scheduler.test.ts ghost/core/test/unit/server/services/email-analytics/index.test.ts ghost/core/test/unit/server/services/email-analytics/automation-email-analytics-batch-processor.test.ts @@ -5248,6 +5250,7 @@ ghost/core/test/unit/server/services/indexnow-ping/indexnow-ping-service.test.js ghost/core/test/unit/server/services/themes/validate.test.js ghost/core/test/unit/server/services/themes/upload-size-limit-reporter.test.js ghost/core/test/unit/server/services/themes/list.test.js +ghost/core/test/unit/server/services/themes/storage.test.js ghost/core/test/unit/server/services/themes/loader.test.js ghost/core/test/unit/server/services/media-inliner/test/fixtures/image.heif ghost/core/test/unit/server/services/media-inliner/test/fixtures/fixture.exe @@ -5275,6 +5278,7 @@ ghost/core/test/unit/server/services/notifications/notification-email.test.ts ghost/core/test/unit/server/services/notifications/__snapshots__/sanitize-email-html.test.ts.snap ghost/core/test/unit/server/services/notifications/notifications.test.js ghost/core/test/unit/server/services/notifications/sanitize-email-html.test.ts +ghost/core/test/unit/server/services/exports/site-exporter.test.ts ghost/core/test/unit/server/services/email-suppression-list/email-suppression-list.test.js ghost/core/test/unit/server/services/slack-ping/slack-ping-service.test.js ghost/core/test/unit/server/services/remote-flags/remote-flags-service.test.js @@ -5326,6 +5330,11 @@ ghost/core/test/unit/server/services/members-events/last-seen-at-updater.test.js ghost/core/test/unit/server/services/members-events/last-seen-at-cache.test.js ghost/core/test/unit/server/services/members-events/event-storage.test.js ghost/core/test/unit/server/services/explore-ping/explore-ping-service.test.js +ghost/core/test/unit/server/services/content-import/import/row.test.ts +ghost/core/test/unit/server/services/content-import/import/post-data.test.ts +ghost/core/test/unit/server/services/content-import/import/store.test.ts +ghost/core/test/unit/server/services/content-import/import/importer.test.ts +ghost/core/test/unit/server/services/content-import/csv/parse.test.ts ghost/core/test/unit/server/services/members/utils.test.js ghost/core/test/unit/server/services/members/request-integrity-token-provider.test.js ghost/core/test/unit/server/services/members/create-paid-member-shim.test.ts @@ -5990,6 +5999,7 @@ ghost/core/test/e2e-webhooks/__snapshots__/tags.test.js.snap ghost/core/test/e2e-webhooks/__snapshots__/posts.test.js.snap ghost/core/test/e2e-webhooks/__snapshots__/members.test.js.snap ghost/core/test/e2e-webhooks/__snapshots__/site.test.js.snap +ghost/core/test/e2e-webhooks/posts-importer.test.ts ghost/core/test/e2e-webhooks/posts.test.js ghost/core/test/e2e-webhooks/pages.test.js ghost/core/test/e2e-webhooks/site.test.js @@ -6069,6 +6079,7 @@ ghost/core/test/e2e-api/admin/session-invalidation.test.js ghost/core/test/e2e-api/admin/comments.test.js ghost/core/test/e2e-api/admin/integrations.test.js ghost/core/test/e2e-api/admin/members-import-error-report.test.js +ghost/core/test/e2e-api/admin/exports-download.test.js ghost/core/test/e2e-api/admin/api-tokens.test.js ghost/core/test/e2e-api/admin/members-exporter-custom-fields.test.ts ghost/core/test/e2e-api/admin/member-custom-fields.test.ts @@ -6183,6 +6194,7 @@ ghost/core/test/e2e-api/admin/members-import-custom-fields.test.ts ghost/core/test/e2e-api/admin/themes.test.js ghost/core/test/e2e-api/admin/recommendations.test.js ghost/core/test/e2e-api/admin/tags.test.js +ghost/core/test/e2e-api/admin/exports.test.js ghost/core/test/e2e-api/admin/members.test.js ghost/core/test/e2e-api/admin/members-importer.test.js ghost/core/test/e2e-api/admin/featurebase.test.js @@ -6581,6 +6593,8 @@ ghost/core/core/server/data/migrations/versions/5.19/2022-10-10-06-58-add-subscr ghost/core/core/server/data/migrations/versions/5.19/2022-09-02-20-52-backfill-new-product-columns.js ghost/core/core/server/data/migrations/versions/5.19/2022-09-02-20-25-add-columns-to-products-table.js ghost/core/core/server/data/migrations/versions/5.9/2022-08-09-08-32-added-new-integration-type.js +ghost/core/core/server/data/migrations/versions/6.59/2026-08-18-17-07-01-add-gift-deliveries.js +ghost/core/core/server/data/migrations/versions/6.59/2026-08-18-17-06-46-add-gift-delivery-fields-to-gifts.js ghost/core/core/server/data/migrations/versions/6.14/2026-01-15-12-00-00-add-transistor-integration.js ghost/core/core/server/data/migrations/versions/6.14/2026-01-15-12-01-00-add-transistor-integration-api-key.js ghost/core/core/server/data/migrations/versions/6.14/2026-01-22-12-00-49-add-automated-email-recipients-table.js @@ -6777,6 +6791,7 @@ ghost/core/core/server/data/migrations/versions/6.25/2026-03-30-20-22-25-add-ema ghost/core/core/server/data/migrations/versions/6.25/2026-03-26-15-47-00-insert-default-email-design-settings-row.js ghost/core/core/server/data/migrations/versions/6.25/2026-03-30-22-16-43-add-email-design-setting-id-to-automated-emails.js ghost/core/core/server/data/migrations/versions/6.25/2026-03-31-20-31-19-drop-nullable-on-automated-emails-email-design-setting-id.js +ghost/core/core/server/data/migrations/versions/6.60/2026-08-20-10-52-59-add-gift-delivery-outcomes.js ghost/core/core/server/data/migrations/versions/6.42/2026-05-21-06-56-05-add-score-to-comment-likes.js ghost/core/core/server/data/migrations/versions/5.76/2023-12-05-11-00-add-portal-default-plan-setting.js ghost/core/core/server/data/migrations/versions/6.29/2026-04-13-09-12-13-drop-gift-subscription-redemption-notification-column.js @@ -6833,6 +6848,7 @@ ghost/core/core/server/api/endpoints/utils/serializers/output/all.js ghost/core/core/server/api/endpoints/utils/serializers/output/featurebase.js ghost/core/core/server/api/endpoints/utils/serializers/output/members.js ghost/core/core/server/api/endpoints/utils/serializers/output/session.js +ghost/core/core/server/api/endpoints/utils/serializers/output/stream-response.ts ghost/core/core/server/api/endpoints/utils/serializers/output/custom-theme-settings.js ghost/core/core/server/api/endpoints/utils/serializers/output/db.js ghost/core/core/server/api/endpoints/utils/serializers/output/utils/date.js @@ -6875,14 +6891,17 @@ ghost/core/core/server/api/endpoints/utils/serializers/output/settings.js ghost/core/core/server/api/endpoints/utils/serializers/output/images.js ghost/core/core/server/api/endpoints/utils/serializers/output/members.d.ts ghost/core/core/server/api/endpoints/utils/serializers/output/default.js +ghost/core/core/server/api/endpoints/utils/serializers/output/stream-zip-response.ts ghost/core/core/server/api/endpoints/utils/serializers/output/members-stripe-connect.js ghost/core/core/server/api/endpoints/utils/serializers/output/roles.js +ghost/core/core/server/api/endpoints/utils/serializers/output/members-csv-transform.js ghost/core/core/server/api/endpoints/utils/serializers/output/config.js ghost/core/core/server/api/endpoints/utils/serializers/output/tinybird.js ghost/core/core/server/api/endpoints/utils/serializers/output/member-commenting.ts ghost/core/core/server/api/endpoints/utils/serializers/output/slugs.js ghost/core/core/server/api/endpoints/utils/serializers/output/index.js ghost/core/core/server/api/endpoints/utils/serializers/output/files.js +ghost/core/core/server/api/endpoints/utils/serializers/output/exports.js ghost/core/core/server/api/endpoints/utils/serializers/output/search-index.js ghost/core/core/server/api/endpoints/utils/serializers/output/links.js ghost/core/core/server/api/endpoints/utils/serializers/output/gift-links.ts @@ -6908,6 +6927,7 @@ ghost/core/core/server/api/endpoints/utils/serializers/input/member-commenting.t ghost/core/core/server/api/endpoints/utils/serializers/input/mentions.js ghost/core/core/server/api/endpoints/utils/serializers/input/index.js ghost/core/core/server/api/endpoints/utils/serializers/input/tags.js +ghost/core/core/server/api/endpoints/utils/serializers/input/exports.js ghost/core/core/server/api/endpoints/utils/serializers/input/integrations.js ghost/core/core/server/api/endpoints/utils/serializers/index.js ghost/core/core/server/api/endpoints/utils/permissions.js @@ -6985,6 +7005,7 @@ ghost/core/core/server/api/endpoints/posts-public.js ghost/core/core/server/api/endpoints/identities.js ghost/core/core/server/api/endpoints/automated-emails.js ghost/core/core/server/api/endpoints/stats.js +ghost/core/core/server/api/endpoints/exports.js ghost/core/core/server/api/endpoints/search-index.js ghost/core/core/server/api/endpoints/links.js ghost/core/core/server/api/endpoints/gift-links.ts @@ -7028,6 +7049,7 @@ ghost/core/core/server/models/email-spam-complaint-event.js ghost/core/core/server/models/member-subscribe-event.js ghost/core/core/server/models/member.js ghost/core/core/server/models/invite.js +ghost/core/core/server/models/gift-delivery.ts ghost/core/core/server/models/milestone.js ghost/core/core/server/models/comment-like.js ghost/core/core/server/models/automation.js @@ -7191,9 +7213,12 @@ ghost/core/core/server/services/gifts/gift-reminder-scheduler.ts ghost/core/core/server/services/gifts/gift-codec.ts ghost/core/core/server/services/gifts/events/start-gift-cleanup-event.js ghost/core/core/server/services/gifts/events/start-gift-reminder-flush-event.js +ghost/core/core/server/services/gifts/events/send-gift-delivery-event.ts ghost/core/core/server/services/gifts/gift-email-renderer.ts +ghost/core/core/server/services/gifts/gift-delivery-codec.ts ghost/core/core/server/services/gifts/gift-controller.ts ghost/core/core/server/services/gifts/constants.ts +ghost/core/core/server/services/gifts/gift-delivery-service.ts ghost/core/core/server/services/gifts/gift-checkout-offer.ts ghost/core/core/server/services/gifts/gift-bookshelf-repository.ts ghost/core/core/server/services/gifts/README.md @@ -7202,14 +7227,20 @@ ghost/core/core/server/services/gifts/jobs/clean-gifts-job.js ghost/core/core/server/services/gifts/jobs/send-gift-reminders-job.js ghost/core/core/server/services/gifts/jobs/index.js ghost/core/core/server/services/gifts/CONTEXT.md +ghost/core/core/server/services/gifts/gift-delivery-schema.ts ghost/core/core/server/services/gifts/email-templates/gift-purchase-confirmation.ts ghost/core/core/server/services/gifts/email-templates/gift-purchase-confirmation.hbs +ghost/core/core/server/services/gifts/email-templates/gift-delivery.hbs +ghost/core/core/server/services/gifts/email-templates/gift-delivery.ts +ghost/core/core/server/services/gifts/email-templates/gift-delivery-failure.ts +ghost/core/core/server/services/gifts/email-templates/gift-delivery-failure.hbs ghost/core/core/server/services/gifts/email-templates/gift-reminder.hbs ghost/core/core/server/services/gifts/email-templates/gift-reminder.ts ghost/core/core/server/services/gifts/gift.ts ghost/core/core/server/services/gifts/gift-schema.ts ghost/core/core/server/services/gifts/gift-checkout-adapter.js ghost/core/core/server/services/gifts/gift-service.ts +ghost/core/core/server/services/gifts/gift-delivery-bookshelf-repository.ts ghost/core/core/server/services/gifts/gift-email-service.ts ghost/core/core/server/services/stripe/events/stripe-live-disabled-event.js ghost/core/core/server/services/stripe/events/stripe-live-enabled-event.js @@ -7235,8 +7266,10 @@ ghost/core/core/server/services/settings/settings-service.js ghost/core/core/server/services/settings/private-site-access-code.js ghost/core/core/server/services/settings/index.js ghost/core/core/server/services/users.js +ghost/core/core/server/services/email-analytics/events/start-gift-email-analytics-job-event.ts ghost/core/core/server/services/email-analytics/events/start-automation-email-analytics-job-event.ts ghost/core/core/server/services/email-analytics/events/start-email-analytics-job-event.ts +ghost/core/core/server/services/email-analytics/gift-email-analytics-batch-processor.ts ghost/core/core/server/services/email-analytics/email-analytics-service.ts ghost/core/core/server/services/email-analytics/batch-event-processor.ts ghost/core/core/server/services/email-analytics/index.ts @@ -7244,6 +7277,7 @@ ghost/core/core/server/services/email-analytics/jobs/email-analytics-job-schedul ghost/core/core/server/services/email-analytics/jobs/fetch-latest-job.js ghost/core/core/server/services/email-analytics/jobs/fetch-latest/index.js ghost/core/core/server/services/email-analytics/jobs/automation-fetch-latest/index.js +ghost/core/core/server/services/email-analytics/jobs/gift-fetch-latest/index.js ghost/core/core/server/services/email-analytics/jobs/index.js ghost/core/core/server/services/email-analytics/fetch-mailgun-events.ts ghost/core/core/server/services/email-analytics/newsletter-email-analytics-batch-processor.js @@ -7358,6 +7392,7 @@ ghost/core/core/server/services/notifications/notifications.js ghost/core/core/server/services/notifications/sanitize-email-html.ts ghost/core/core/server/services/notifications/notification-email.ts ghost/core/core/server/services/notifications/index.js +ghost/core/core/server/services/exports/site-exporter.ts ghost/core/core/server/services/email-suppression-list/in-memory-email-suppression-list.js ghost/core/core/server/services/email-suppression-list/mailgun-email-suppression-list.js ghost/core/core/server/services/email-suppression-list/service.js @@ -7467,6 +7502,14 @@ ghost/core/core/server/services/members-events/index.js ghost/core/core/server/services/members-events/last-seen-at-updater.js ghost/core/core/server/services/explore-ping/explore-ping-service.ts ghost/core/core/server/services/explore-ping/index.ts +ghost/core/core/server/services/content-import/index.ts +ghost/core/core/server/services/content-import/import/post-data.ts +ghost/core/core/server/services/content-import/import/importer.ts +ghost/core/core/server/services/content-import/import/reader.ts +ghost/core/core/server/services/content-import/import/store.ts +ghost/core/core/server/services/content-import/import/row.ts +ghost/core/core/server/services/content-import/csv/index.ts +ghost/core/core/server/services/content-import/csv/parse.ts ghost/core/core/server/services/members/emails/signup-paid.js ghost/core/core/server/services/members/emails/signup.js ghost/core/core/server/services/members/emails/signin.js @@ -7994,6 +8037,7 @@ ghost/core/core/frontend/public/private.js ghost/core/core/frontend/public/robots.txt ghost/core/core/app.js ghost/core/.c8rc.json +ghost/core/types/archiver.d.ts ghost/core/vitest.config.ts ghost/core/index.js ghost/core/nodemon.json diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/nopcommerce-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/nopcommerce-all-levels.txt index c20c2e5d2..e9ceffcba 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/nopcommerce-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/nopcommerce-all-levels.txt @@ -7007,118 +7007,6 @@ Plugins/Nop.Plugin.DiscountRules.CustomerRoles/Controllers/DiscountRulesCustomer Nop.Plugin.DiscountRules.CustomerRoles/Controllers/DiscountRulesCustomerRolesController.cs Controllers/DiscountRulesCustomerRolesController.cs DiscountRulesCustomerRolesController.cs -src/Plugins/Nop.Plugin.Payments.Manual/Views/PaymentInfo.cshtml -Plugins/Nop.Plugin.Payments.Manual/Views/PaymentInfo.cshtml -Nop.Plugin.Payments.Manual/Views/PaymentInfo.cshtml -Views/PaymentInfo.cshtml -PaymentInfo.cshtml -src/Plugins/Nop.Plugin.Payments.Manual/Views/_ViewImports.cshtml -Plugins/Nop.Plugin.Payments.Manual/Views/_ViewImports.cshtml -Nop.Plugin.Payments.Manual/Views/_ViewImports.cshtml -Views/_ViewImports.cshtml -_ViewImports.cshtml -src/Plugins/Nop.Plugin.Payments.Manual/Views/CreditCardInfo.cshtml -Plugins/Nop.Plugin.Payments.Manual/Views/CreditCardInfo.cshtml -Nop.Plugin.Payments.Manual/Views/CreditCardInfo.cshtml -Views/CreditCardInfo.cshtml -CreditCardInfo.cshtml -src/Plugins/Nop.Plugin.Payments.Manual/Views/Configure.cshtml -Plugins/Nop.Plugin.Payments.Manual/Views/Configure.cshtml -Nop.Plugin.Payments.Manual/Views/Configure.cshtml -Views/Configure.cshtml -Configure.cshtml -src/Plugins/Nop.Plugin.Payments.Manual/Services/EventConsumer.cs -Plugins/Nop.Plugin.Payments.Manual/Services/EventConsumer.cs -Nop.Plugin.Payments.Manual/Services/EventConsumer.cs -Services/EventConsumer.cs -EventConsumer.cs -src/Plugins/Nop.Plugin.Payments.Manual/Services/PaymentsManualHelper.cs -Plugins/Nop.Plugin.Payments.Manual/Services/PaymentsManualHelper.cs -Nop.Plugin.Payments.Manual/Services/PaymentsManualHelper.cs -Services/PaymentsManualHelper.cs -PaymentsManualHelper.cs -src/Plugins/Nop.Plugin.Payments.Manual/Notes.txt -Plugins/Nop.Plugin.Payments.Manual/Notes.txt -Nop.Plugin.Payments.Manual/Notes.txt -Notes.txt -src/Plugins/Nop.Plugin.Payments.Manual/Models/PaymentInfoModel.cs -Plugins/Nop.Plugin.Payments.Manual/Models/PaymentInfoModel.cs -Nop.Plugin.Payments.Manual/Models/PaymentInfoModel.cs -Models/PaymentInfoModel.cs -PaymentInfoModel.cs -src/Plugins/Nop.Plugin.Payments.Manual/Models/ConfigurationModel.cs -Plugins/Nop.Plugin.Payments.Manual/Models/ConfigurationModel.cs -Nop.Plugin.Payments.Manual/Models/ConfigurationModel.cs -Models/ConfigurationModel.cs -ConfigurationModel.cs -src/Plugins/Nop.Plugin.Payments.Manual/Models/CreditCardInfoModel.cs -Plugins/Nop.Plugin.Payments.Manual/Models/CreditCardInfoModel.cs -Nop.Plugin.Payments.Manual/Models/CreditCardInfoModel.cs -Models/CreditCardInfoModel.cs -CreditCardInfoModel.cs -src/Plugins/Nop.Plugin.Payments.Manual/plugin.json -Plugins/Nop.Plugin.Payments.Manual/plugin.json -Nop.Plugin.Payments.Manual/plugin.json -plugin.json -src/Plugins/Nop.Plugin.Payments.Manual/Components/CreditCardInfoViewComponent.cs -Plugins/Nop.Plugin.Payments.Manual/Components/CreditCardInfoViewComponent.cs -Nop.Plugin.Payments.Manual/Components/CreditCardInfoViewComponent.cs -Components/CreditCardInfoViewComponent.cs -CreditCardInfoViewComponent.cs -src/Plugins/Nop.Plugin.Payments.Manual/Components/PaymentManualViewComponent.cs -Plugins/Nop.Plugin.Payments.Manual/Components/PaymentManualViewComponent.cs -Nop.Plugin.Payments.Manual/Components/PaymentManualViewComponent.cs -Components/PaymentManualViewComponent.cs -PaymentManualViewComponent.cs -src/Plugins/Nop.Plugin.Payments.Manual/Nop.Plugin.Payments.Manual.csproj -Plugins/Nop.Plugin.Payments.Manual/Nop.Plugin.Payments.Manual.csproj -Nop.Plugin.Payments.Manual/Nop.Plugin.Payments.Manual.csproj -Nop.Plugin.Payments.Manual.csproj -src/Plugins/Nop.Plugin.Payments.Manual/TransactMode.cs -Plugins/Nop.Plugin.Payments.Manual/TransactMode.cs -Nop.Plugin.Payments.Manual/TransactMode.cs -TransactMode.cs -src/Plugins/Nop.Plugin.Payments.Manual/PaymentsManualDefaults.cs -Plugins/Nop.Plugin.Payments.Manual/PaymentsManualDefaults.cs -Nop.Plugin.Payments.Manual/PaymentsManualDefaults.cs -PaymentsManualDefaults.cs -src/Plugins/Nop.Plugin.Payments.Manual/Validators/PaymentInfoValidator.cs -Plugins/Nop.Plugin.Payments.Manual/Validators/PaymentInfoValidator.cs -Nop.Plugin.Payments.Manual/Validators/PaymentInfoValidator.cs -Validators/PaymentInfoValidator.cs -PaymentInfoValidator.cs -src/Plugins/Nop.Plugin.Payments.Manual/Validators/CreditCardPropertyValidator.cs -Plugins/Nop.Plugin.Payments.Manual/Validators/CreditCardPropertyValidator.cs -Nop.Plugin.Payments.Manual/Validators/CreditCardPropertyValidator.cs -Validators/CreditCardPropertyValidator.cs -CreditCardPropertyValidator.cs -src/Plugins/Nop.Plugin.Payments.Manual/Validators/CreditCardClientValidator.cs -Plugins/Nop.Plugin.Payments.Manual/Validators/CreditCardClientValidator.cs -Nop.Plugin.Payments.Manual/Validators/CreditCardClientValidator.cs -Validators/CreditCardClientValidator.cs -CreditCardClientValidator.cs -src/Plugins/Nop.Plugin.Payments.Manual/Migrations/OrderMigration.cs -Plugins/Nop.Plugin.Payments.Manual/Migrations/OrderMigration.cs -Nop.Plugin.Payments.Manual/Migrations/OrderMigration.cs -Migrations/OrderMigration.cs -OrderMigration.cs -src/Plugins/Nop.Plugin.Payments.Manual/CreditCardInfo.cs -Plugins/Nop.Plugin.Payments.Manual/CreditCardInfo.cs -Nop.Plugin.Payments.Manual/CreditCardInfo.cs -CreditCardInfo.cs -src/Plugins/Nop.Plugin.Payments.Manual/ManualPaymentSettings.cs -Plugins/Nop.Plugin.Payments.Manual/ManualPaymentSettings.cs -Nop.Plugin.Payments.Manual/ManualPaymentSettings.cs -ManualPaymentSettings.cs -src/Plugins/Nop.Plugin.Payments.Manual/ManualPaymentProcessor.cs -Plugins/Nop.Plugin.Payments.Manual/ManualPaymentProcessor.cs -Nop.Plugin.Payments.Manual/ManualPaymentProcessor.cs -ManualPaymentProcessor.cs -src/Plugins/Nop.Plugin.Payments.Manual/Controllers/PaymentManualController.cs -Plugins/Nop.Plugin.Payments.Manual/Controllers/PaymentManualController.cs -Nop.Plugin.Payments.Manual/Controllers/PaymentManualController.cs -Controllers/PaymentManualController.cs -PaymentManualController.cs src/Plugins/Nop.Plugin.Misc.Zettle/Views/_ViewImports.cshtml Plugins/Nop.Plugin.Misc.Zettle/Views/_ViewImports.cshtml Nop.Plugin.Misc.Zettle/Views/_ViewImports.cshtml diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/nopcommerce.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/nopcommerce.txt index 1605a535f..cd3b410bd 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/nopcommerce.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/nopcommerce.txt @@ -1270,30 +1270,6 @@ src/Plugins/Nop.Plugin.DiscountRules.CustomerRoles/Validators/RequirementModelVa src/Plugins/Nop.Plugin.DiscountRules.CustomerRoles/DiscountRequirementDefaults.cs src/Plugins/Nop.Plugin.DiscountRules.CustomerRoles/CustomerRoleDiscountRequirementRule.cs src/Plugins/Nop.Plugin.DiscountRules.CustomerRoles/Controllers/DiscountRulesCustomerRolesController.cs -src/Plugins/Nop.Plugin.Payments.Manual/Views/PaymentInfo.cshtml -src/Plugins/Nop.Plugin.Payments.Manual/Views/_ViewImports.cshtml -src/Plugins/Nop.Plugin.Payments.Manual/Views/CreditCardInfo.cshtml -src/Plugins/Nop.Plugin.Payments.Manual/Views/Configure.cshtml -src/Plugins/Nop.Plugin.Payments.Manual/Services/EventConsumer.cs -src/Plugins/Nop.Plugin.Payments.Manual/Services/PaymentsManualHelper.cs -src/Plugins/Nop.Plugin.Payments.Manual/Notes.txt -src/Plugins/Nop.Plugin.Payments.Manual/Models/PaymentInfoModel.cs -src/Plugins/Nop.Plugin.Payments.Manual/Models/ConfigurationModel.cs -src/Plugins/Nop.Plugin.Payments.Manual/Models/CreditCardInfoModel.cs -src/Plugins/Nop.Plugin.Payments.Manual/plugin.json -src/Plugins/Nop.Plugin.Payments.Manual/Components/CreditCardInfoViewComponent.cs -src/Plugins/Nop.Plugin.Payments.Manual/Components/PaymentManualViewComponent.cs -src/Plugins/Nop.Plugin.Payments.Manual/Nop.Plugin.Payments.Manual.csproj -src/Plugins/Nop.Plugin.Payments.Manual/TransactMode.cs -src/Plugins/Nop.Plugin.Payments.Manual/PaymentsManualDefaults.cs -src/Plugins/Nop.Plugin.Payments.Manual/Validators/PaymentInfoValidator.cs -src/Plugins/Nop.Plugin.Payments.Manual/Validators/CreditCardPropertyValidator.cs -src/Plugins/Nop.Plugin.Payments.Manual/Validators/CreditCardClientValidator.cs -src/Plugins/Nop.Plugin.Payments.Manual/Migrations/OrderMigration.cs -src/Plugins/Nop.Plugin.Payments.Manual/CreditCardInfo.cs -src/Plugins/Nop.Plugin.Payments.Manual/ManualPaymentSettings.cs -src/Plugins/Nop.Plugin.Payments.Manual/ManualPaymentProcessor.cs -src/Plugins/Nop.Plugin.Payments.Manual/Controllers/PaymentManualController.cs src/Plugins/Nop.Plugin.Misc.Zettle/Views/_ViewImports.cshtml src/Plugins/Nop.Plugin.Misc.Zettle/Views/ProductToSync.cshtml src/Plugins/Nop.Plugin.Misc.Zettle/Views/Configure.cshtml diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/opensourcepos-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/opensourcepos-all-levels.txt index 436b5da1f..8f818268e 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/opensourcepos-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/opensourcepos-all-levels.txt @@ -100,12 +100,21 @@ lettermark-white.svg CHANGELOG.md tests/.htaccess .htaccess +tests/Models/ItemBulkUpdateTest.php +Models/ItemBulkUpdateTest.php +ItemBulkUpdateTest.php tests/Models/EmployeeTest.php Models/EmployeeTest.php EmployeeTest.php -tests/Models/Item_test.php -Models/Item_test.php -Item_test.php +tests/Models/GiftcardTest.php +Models/GiftcardTest.php +GiftcardTest.php +tests/Models/ItemTest.php +Models/ItemTest.php +ItemTest.php +tests/Models/ReceivingTest.php +Models/ReceivingTest.php +ReceivingTest.php tests/Models/Reports/Summary_taxes_test.php Models/Reports/Summary_taxes_test.php Reports/Summary_taxes_test.php @@ -114,6 +123,15 @@ tests/Models/Reports/Summary_discounts_test.php Models/Reports/Summary_discounts_test.php Reports/Summary_discounts_test.php Summary_discounts_test.php +tests/Models/ItemQuantityTest.php +Models/ItemQuantityTest.php +ItemQuantityTest.php +tests/Models/CustomerRewardPointsTest.php +Models/CustomerRewardPointsTest.php +CustomerRewardPointsTest.php +tests/Models/SaleTest.php +Models/SaleTest.php +SaleTest.php tests/Config/AppTest.php Config/AppTest.php AppTest.php @@ -135,6 +153,18 @@ Sale_libPaymentTest.php tests/Libraries/Token_libTest.php Libraries/Token_libTest.php Token_libTest.php +tests/Support/EmployeeFixtureTrait.php +Support/EmployeeFixtureTrait.php +EmployeeFixtureTrait.php +tests/Support/ConcurrentDbRaceTrait.php +Support/ConcurrentDbRaceTrait.php +ConcurrentDbRaceTrait.php +tests/Support/ItemFixtureTrait.php +Support/ItemFixtureTrait.php +ItemFixtureTrait.php +tests/Support/RaceWorker.php +Support/RaceWorker.php +RaceWorker.php tests/Controllers/ItemsCsvImportTest.php Controllers/ItemsCsvImportTest.php ItemsCsvImportTest.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/opensourcepos.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/opensourcepos.txt index 9f781c90c..a9451f215 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/opensourcepos.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/opensourcepos.txt @@ -50,10 +50,16 @@ branding/STYLE_GUIDE.md branding/lettermark-white.svg CHANGELOG.md tests/.htaccess +tests/Models/ItemBulkUpdateTest.php tests/Models/EmployeeTest.php -tests/Models/Item_test.php +tests/Models/GiftcardTest.php +tests/Models/ItemTest.php +tests/Models/ReceivingTest.php tests/Models/Reports/Summary_taxes_test.php tests/Models/Reports/Summary_discounts_test.php +tests/Models/ItemQuantityTest.php +tests/Models/CustomerRewardPointsTest.php +tests/Models/SaleTest.php tests/Config/AppTest.php tests/Config/Validation/OSPOSRulesTest.php tests/README.md @@ -61,6 +67,10 @@ tests/helpers/UrlHelperTest.php tests/helpers/LocaleHelperTest.php tests/Libraries/Sale_libPaymentTest.php tests/Libraries/Token_libTest.php +tests/Support/EmployeeFixtureTrait.php +tests/Support/ConcurrentDbRaceTrait.php +tests/Support/ItemFixtureTrait.php +tests/Support/RaceWorker.php tests/Controllers/ItemsCsvImportTest.php tests/Controllers/EmployeesControllerTest.php tests/Controllers/ConfigTest.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt index f068c1684..0fda16459 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt @@ -18868,6 +18868,12 @@ Storefront/Framework/Twig/ThumbnailExtensionTest.php Framework/Twig/ThumbnailExtensionTest.php Twig/ThumbnailExtensionTest.php ThumbnailExtensionTest.php +tests/integration/Storefront/Framework/Twig/SortingTemplateTest.php +integration/Storefront/Framework/Twig/SortingTemplateTest.php +Storefront/Framework/Twig/SortingTemplateTest.php +Framework/Twig/SortingTemplateTest.php +Twig/SortingTemplateTest.php +SortingTemplateTest.php tests/integration/Storefront/Framework/Twig/TwigAppVariableTest.php integration/Storefront/Framework/Twig/TwigAppVariableTest.php Storefront/Framework/Twig/TwigAppVariableTest.php @@ -20085,6 +20091,13 @@ Checkout/Shipping/SalesChannel/ShippingMethodRouteTest.php Shipping/SalesChannel/ShippingMethodRouteTest.php SalesChannel/ShippingMethodRouteTest.php ShippingMethodRouteTest.php +tests/integration/Core/Checkout/Shipping/Validator/ShippingMethodValidatorTest.php +integration/Core/Checkout/Shipping/Validator/ShippingMethodValidatorTest.php +Core/Checkout/Shipping/Validator/ShippingMethodValidatorTest.php +Checkout/Shipping/Validator/ShippingMethodValidatorTest.php +Shipping/Validator/ShippingMethodValidatorTest.php +Validator/ShippingMethodValidatorTest.php +ShippingMethodValidatorTest.php tests/integration/Core/Checkout/Shipping/ShippingMethodRepositoryTest.php integration/Core/Checkout/Shipping/ShippingMethodRepositoryTest.php Core/Checkout/Shipping/ShippingMethodRepositoryTest.php @@ -28295,6 +28308,12 @@ Core/Framework/Seo/SeoUrlPlaceholderHandlerTest.php Framework/Seo/SeoUrlPlaceholderHandlerTest.php Seo/SeoUrlPlaceholderHandlerTest.php SeoUrlPlaceholderHandlerTest.php +tests/integration/Core/Framework/Seo/CategoryIndexingConcurrencyTest.php +integration/Core/Framework/Seo/CategoryIndexingConcurrencyTest.php +Core/Framework/Seo/CategoryIndexingConcurrencyTest.php +Framework/Seo/CategoryIndexingConcurrencyTest.php +Seo/CategoryIndexingConcurrencyTest.php +CategoryIndexingConcurrencyTest.php tests/integration/Core/Framework/Seo/SeoUrl/SeoUrlRepositoryTest.php integration/Core/Framework/Seo/SeoUrl/SeoUrlRepositoryTest.php Core/Framework/Seo/SeoUrl/SeoUrlRepositoryTest.php @@ -34315,6 +34334,13 @@ System/SalesChannel/Context/SalesChannelContextPersisterTest.php SalesChannel/Context/SalesChannelContextPersisterTest.php Context/SalesChannelContextPersisterTest.php SalesChannelContextPersisterTest.php +tests/unit/Core/System/SalesChannel/Context/InvalidationRaceAwareCacheTest.php +unit/Core/System/SalesChannel/Context/InvalidationRaceAwareCacheTest.php +Core/System/SalesChannel/Context/InvalidationRaceAwareCacheTest.php +System/SalesChannel/Context/InvalidationRaceAwareCacheTest.php +SalesChannel/Context/InvalidationRaceAwareCacheTest.php +Context/InvalidationRaceAwareCacheTest.php +InvalidationRaceAwareCacheTest.php tests/unit/Core/System/SalesChannel/Context/BaseSalesChannelContextFactoryTest.php unit/Core/System/SalesChannel/Context/BaseSalesChannelContextFactoryTest.php Core/System/SalesChannel/Context/BaseSalesChannelContextFactoryTest.php @@ -34329,6 +34355,13 @@ System/SalesChannel/Context/ContextFactoryTest.php SalesChannel/Context/ContextFactoryTest.php Context/ContextFactoryTest.php ContextFactoryTest.php +tests/unit/Core/System/SalesChannel/Context/CachedBaseSalesChannelContextFactoryTest.php +unit/Core/System/SalesChannel/Context/CachedBaseSalesChannelContextFactoryTest.php +Core/System/SalesChannel/Context/CachedBaseSalesChannelContextFactoryTest.php +System/SalesChannel/Context/CachedBaseSalesChannelContextFactoryTest.php +SalesChannel/Context/CachedBaseSalesChannelContextFactoryTest.php +Context/CachedBaseSalesChannelContextFactoryTest.php +CachedBaseSalesChannelContextFactoryTest.php tests/unit/Core/System/SalesChannel/Context/SalesChannelContextRequestRestorerTest.php unit/Core/System/SalesChannel/Context/SalesChannelContextRequestRestorerTest.php Core/System/SalesChannel/Context/SalesChannelContextRequestRestorerTest.php @@ -39790,6 +39823,14 @@ Content/MailTemplate/Api/MailActionControllerTest.php MailTemplate/Api/MailActionControllerTest.php Api/MailActionControllerTest.php MailActionControllerTest.php +tests/unit/Core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinitionTest.php +unit/Core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinitionTest.php +Core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinitionTest.php +Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinitionTest.php +MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinitionTest.php +Aggregate/MailTemplateType/MailTemplateTypeDefinitionTest.php +MailTemplateType/MailTemplateTypeDefinitionTest.php +MailTemplateTypeDefinitionTest.php tests/unit/Core/Content/MailTemplate/Request/PreviewRequestResolverTest.php unit/Core/Content/MailTemplate/Request/PreviewRequestResolverTest.php Core/Content/MailTemplate/Request/PreviewRequestResolverTest.php @@ -39933,6 +39974,20 @@ Core/Content/Newsletter/NewsletterExceptionTest.php Content/Newsletter/NewsletterExceptionTest.php Newsletter/NewsletterExceptionTest.php NewsletterExceptionTest.php +tests/unit/Core/Content/Newsletter/Event/NewsletterConfirmEventTest.php +unit/Core/Content/Newsletter/Event/NewsletterConfirmEventTest.php +Core/Content/Newsletter/Event/NewsletterConfirmEventTest.php +Content/Newsletter/Event/NewsletterConfirmEventTest.php +Newsletter/Event/NewsletterConfirmEventTest.php +Event/NewsletterConfirmEventTest.php +NewsletterConfirmEventTest.php +tests/unit/Core/Content/Newsletter/Event/NewsletterUnsubscribeEventTest.php +unit/Core/Content/Newsletter/Event/NewsletterUnsubscribeEventTest.php +Core/Content/Newsletter/Event/NewsletterUnsubscribeEventTest.php +Content/Newsletter/Event/NewsletterUnsubscribeEventTest.php +Newsletter/Event/NewsletterUnsubscribeEventTest.php +Event/NewsletterUnsubscribeEventTest.php +NewsletterUnsubscribeEventTest.php tests/unit/Core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriberTest.php unit/Core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriberTest.php Core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriberTest.php @@ -40003,6 +40058,12 @@ Content/Category/DataAbstractionLayer/CategoryIndexerTest.php Category/DataAbstractionLayer/CategoryIndexerTest.php DataAbstractionLayer/CategoryIndexerTest.php CategoryIndexerTest.php +tests/unit/Core/Content/Category/CategoryDefinitionTest.php +unit/Core/Content/Category/CategoryDefinitionTest.php +Core/Content/Category/CategoryDefinitionTest.php +Content/Category/CategoryDefinitionTest.php +Category/CategoryDefinitionTest.php +CategoryDefinitionTest.php tests/unit/Core/Content/Category/SalesChannel/CategoryRouteTest.php unit/Core/Content/Category/SalesChannel/CategoryRouteTest.php Core/Content/Category/SalesChannel/CategoryRouteTest.php @@ -40017,6 +40078,12 @@ Content/Category/SalesChannel/NavigationRouteTest.php Category/SalesChannel/NavigationRouteTest.php SalesChannel/NavigationRouteTest.php NavigationRouteTest.php +tests/unit/Core/Content/Category/CategoryEntityTest.php +unit/Core/Content/Category/CategoryEntityTest.php +Core/Content/Category/CategoryEntityTest.php +Content/Category/CategoryEntityTest.php +Category/CategoryEntityTest.php +CategoryEntityTest.php tests/unit/Core/Content/Category/Util/CategoryBreadcrumbHelperTest.php unit/Core/Content/Category/Util/CategoryBreadcrumbHelperTest.php Core/Content/Category/Util/CategoryBreadcrumbHelperTest.php @@ -40031,6 +40098,13 @@ Content/Category/Tree/CategoryTreePathResolverTest.php Category/Tree/CategoryTreePathResolverTest.php Tree/CategoryTreePathResolverTest.php CategoryTreePathResolverTest.php +tests/unit/Core/Content/Category/Event/SalesChannelCategoryIdsFetchedEventTest.php +unit/Core/Content/Category/Event/SalesChannelCategoryIdsFetchedEventTest.php +Core/Content/Category/Event/SalesChannelCategoryIdsFetchedEventTest.php +Content/Category/Event/SalesChannelCategoryIdsFetchedEventTest.php +Category/Event/SalesChannelCategoryIdsFetchedEventTest.php +Event/SalesChannelCategoryIdsFetchedEventTest.php +SalesChannelCategoryIdsFetchedEventTest.php tests/unit/Core/Content/Category/Event/CategoryLevelLoaderCacheKeyEventTest.php unit/Core/Content/Category/Event/CategoryLevelLoaderCacheKeyEventTest.php Core/Content/Category/Event/CategoryLevelLoaderCacheKeyEventTest.php @@ -40603,6 +40677,20 @@ Content/LandingPage/SalesChannel/LandingPageRouteTest.php LandingPage/SalesChannel/LandingPageRouteTest.php SalesChannel/LandingPageRouteTest.php LandingPageRouteTest.php +tests/unit/Core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationEntityTest.php +unit/Core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationEntityTest.php +Core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationEntityTest.php +Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationEntityTest.php +LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationEntityTest.php +Aggregate/LandingPageTranslation/LandingPageTranslationEntityTest.php +LandingPageTranslation/LandingPageTranslationEntityTest.php +LandingPageTranslationEntityTest.php +tests/unit/Core/Content/LandingPage/LandingPageEntityTest.php +unit/Core/Content/LandingPage/LandingPageEntityTest.php +Core/Content/LandingPage/LandingPageEntityTest.php +Content/LandingPage/LandingPageEntityTest.php +LandingPage/LandingPageEntityTest.php +LandingPageEntityTest.php tests/unit/Core/Content/LandingPage/LandingPageValidatorTest.php unit/Core/Content/LandingPage/LandingPageValidatorTest.php Core/Content/LandingPage/LandingPageValidatorTest.php @@ -40745,6 +40833,13 @@ Content/Sitemap/Provider/ProductUrlProviderTest.php Sitemap/Provider/ProductUrlProviderTest.php Provider/ProductUrlProviderTest.php ProductUrlProviderTest.php +tests/unit/Core/Content/Sitemap/Event/SitemapFilterOpenTagEventTest.php +unit/Core/Content/Sitemap/Event/SitemapFilterOpenTagEventTest.php +Core/Content/Sitemap/Event/SitemapFilterOpenTagEventTest.php +Content/Sitemap/Event/SitemapFilterOpenTagEventTest.php +Sitemap/Event/SitemapFilterOpenTagEventTest.php +Event/SitemapFilterOpenTagEventTest.php +SitemapFilterOpenTagEventTest.php tests/unit/Core/Content/Sitemap/Service/SitemapExporterTest.php unit/Core/Content/Sitemap/Service/SitemapExporterTest.php Core/Content/Sitemap/Service/SitemapExporterTest.php @@ -41113,6 +41208,22 @@ Cms/Aggregate/CmsBlock/CmsBlockCollectionTest.php Aggregate/CmsBlock/CmsBlockCollectionTest.php CmsBlock/CmsBlockCollectionTest.php CmsBlockCollectionTest.php +tests/unit/Core/Content/Cms/Aggregate/CmsSection/CmsSectionCollectionTest.php +unit/Core/Content/Cms/Aggregate/CmsSection/CmsSectionCollectionTest.php +Core/Content/Cms/Aggregate/CmsSection/CmsSectionCollectionTest.php +Content/Cms/Aggregate/CmsSection/CmsSectionCollectionTest.php +Cms/Aggregate/CmsSection/CmsSectionCollectionTest.php +Aggregate/CmsSection/CmsSectionCollectionTest.php +CmsSection/CmsSectionCollectionTest.php +CmsSectionCollectionTest.php +tests/unit/Core/Content/Cms/Aggregate/CmsSlot/CmsSlotEntityTest.php +unit/Core/Content/Cms/Aggregate/CmsSlot/CmsSlotEntityTest.php +Core/Content/Cms/Aggregate/CmsSlot/CmsSlotEntityTest.php +Content/Cms/Aggregate/CmsSlot/CmsSlotEntityTest.php +Cms/Aggregate/CmsSlot/CmsSlotEntityTest.php +Aggregate/CmsSlot/CmsSlotEntityTest.php +CmsSlot/CmsSlotEntityTest.php +CmsSlotEntityTest.php tests/unit/Core/Content/Cms/Aggregate/CmsSlot/CmsSlotCollectionTest.php unit/Core/Content/Cms/Aggregate/CmsSlot/CmsSlotCollectionTest.php Core/Content/Cms/Aggregate/CmsSlot/CmsSlotCollectionTest.php @@ -41121,6 +41232,12 @@ Cms/Aggregate/CmsSlot/CmsSlotCollectionTest.php Aggregate/CmsSlot/CmsSlotCollectionTest.php CmsSlot/CmsSlotCollectionTest.php CmsSlotCollectionTest.php +tests/unit/Core/Content/Cms/CmsPageEntityTest.php +unit/Core/Content/Cms/CmsPageEntityTest.php +Core/Content/Cms/CmsPageEntityTest.php +Content/Cms/CmsPageEntityTest.php +Cms/CmsPageEntityTest.php +CmsPageEntityTest.php tests/unit/Core/Content/Cms/DataResolver/Fixtures/MultiCmsElementResolver.php unit/Core/Content/Cms/DataResolver/Fixtures/MultiCmsElementResolver.php Core/Content/Cms/DataResolver/Fixtures/MultiCmsElementResolver.php @@ -41233,6 +41350,13 @@ Core/Content/Cms/CmsExceptionTest.php Content/Cms/CmsExceptionTest.php Cms/CmsExceptionTest.php CmsExceptionTest.php +tests/unit/Core/Content/Cms/Events/CmsPageLoadedEventTest.php +unit/Core/Content/Cms/Events/CmsPageLoadedEventTest.php +Core/Content/Cms/Events/CmsPageLoadedEventTest.php +Content/Cms/Events/CmsPageLoadedEventTest.php +Cms/Events/CmsPageLoadedEventTest.php +Events/CmsPageLoadedEventTest.php +CmsPageLoadedEventTest.php tests/unit/Core/Content/Cms/Service/CmsFormSlotConfigResolverTest.php unit/Core/Content/Cms/Service/CmsFormSlotConfigResolverTest.php Core/Content/Cms/Service/CmsFormSlotConfigResolverTest.php @@ -41414,6 +41538,13 @@ Core/Content/Seo/SeoUrlPlaceholderHandlerTest.php Content/Seo/SeoUrlPlaceholderHandlerTest.php Seo/SeoUrlPlaceholderHandlerTest.php SeoUrlPlaceholderHandlerTest.php +tests/unit/Core/Content/Seo/MainCategory/MainCategoryEntityTest.php +unit/Core/Content/Seo/MainCategory/MainCategoryEntityTest.php +Core/Content/Seo/MainCategory/MainCategoryEntityTest.php +Content/Seo/MainCategory/MainCategoryEntityTest.php +Seo/MainCategory/MainCategoryEntityTest.php +MainCategory/MainCategoryEntityTest.php +MainCategoryEntityTest.php tests/unit/Core/Content/Seo/SeoResolverTest.php unit/Core/Content/Seo/SeoResolverTest.php Core/Content/Seo/SeoResolverTest.php @@ -41558,6 +41689,12 @@ Property/Aggregate/PropertyGroupOption/PropertyGroupOptionCollectionTest.php Aggregate/PropertyGroupOption/PropertyGroupOptionCollectionTest.php PropertyGroupOption/PropertyGroupOptionCollectionTest.php PropertyGroupOptionCollectionTest.php +tests/unit/Core/Content/Property/PropertyGroupCollectionTest.php +unit/Core/Content/Property/PropertyGroupCollectionTest.php +Core/Content/Property/PropertyGroupCollectionTest.php +Content/Property/PropertyGroupCollectionTest.php +Property/PropertyGroupCollectionTest.php +PropertyGroupCollectionTest.php tests/unit/Core/Content/Property/PropertySortTest.php unit/Core/Content/Property/PropertySortTest.php Core/Content/Property/PropertySortTest.php @@ -41723,6 +41860,14 @@ Core/Content/Media/UnusedMediaPurgerTest.php Content/Media/UnusedMediaPurgerTest.php Media/UnusedMediaPurgerTest.php UnusedMediaPurgerTest.php +tests/unit/Core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailEntityTest.php +unit/Core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailEntityTest.php +Core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailEntityTest.php +Content/Media/Aggregate/MediaThumbnail/MediaThumbnailEntityTest.php +Media/Aggregate/MediaThumbnail/MediaThumbnailEntityTest.php +Aggregate/MediaThumbnail/MediaThumbnailEntityTest.php +MediaThumbnail/MediaThumbnailEntityTest.php +MediaThumbnailEntityTest.php tests/unit/Core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailStructTest.php unit/Core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailStructTest.php Core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailStructTest.php @@ -41731,6 +41876,14 @@ Media/Aggregate/MediaThumbnail/MediaThumbnailStructTest.php Aggregate/MediaThumbnail/MediaThumbnailStructTest.php MediaThumbnail/MediaThumbnailStructTest.php MediaThumbnailStructTest.php +tests/unit/Core/Content/Media/Aggregate/MediaFolder/MediaFolderEntityTest.php +unit/Core/Content/Media/Aggregate/MediaFolder/MediaFolderEntityTest.php +Core/Content/Media/Aggregate/MediaFolder/MediaFolderEntityTest.php +Content/Media/Aggregate/MediaFolder/MediaFolderEntityTest.php +Media/Aggregate/MediaFolder/MediaFolderEntityTest.php +Aggregate/MediaFolder/MediaFolderEntityTest.php +MediaFolder/MediaFolderEntityTest.php +MediaFolderEntityTest.php tests/unit/Core/Content/Media/Thumbnail/ThumbnailServiceTest.php unit/Core/Content/Media/Thumbnail/ThumbnailServiceTest.php Core/Content/Media/Thumbnail/ThumbnailServiceTest.php @@ -42730,6 +42883,14 @@ Product/SalesChannel/Listing/ProductListingLoaderExtensionsTests.php SalesChannel/Listing/ProductListingLoaderExtensionsTests.php Listing/ProductListingLoaderExtensionsTests.php ProductListingLoaderExtensionsTests.php +tests/unit/Core/Content/Product/SalesChannel/Listing/FilterCollectionTest.php +unit/Core/Content/Product/SalesChannel/Listing/FilterCollectionTest.php +Core/Content/Product/SalesChannel/Listing/FilterCollectionTest.php +Content/Product/SalesChannel/Listing/FilterCollectionTest.php +Product/SalesChannel/Listing/FilterCollectionTest.php +SalesChannel/Listing/FilterCollectionTest.php +Listing/FilterCollectionTest.php +FilterCollectionTest.php tests/unit/Core/Content/Product/SalesChannel/Price/AppScriptProductPriceCalculatorTest.php unit/Core/Content/Product/SalesChannel/Price/AppScriptProductPriceCalculatorTest.php Core/Content/Product/SalesChannel/Price/AppScriptProductPriceCalculatorTest.php @@ -42861,6 +43022,30 @@ Core/Content/Product/ProductEntityTest.php Content/Product/ProductEntityTest.php Product/ProductEntityTest.php ProductEntityTest.php +tests/unit/Core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinitionTest.php +unit/Core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinitionTest.php +Core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinitionTest.php +Content/Product/Aggregate/ProductPrice/ProductPriceDefinitionTest.php +Product/Aggregate/ProductPrice/ProductPriceDefinitionTest.php +Aggregate/ProductPrice/ProductPriceDefinitionTest.php +ProductPrice/ProductPriceDefinitionTest.php +ProductPriceDefinitionTest.php +tests/unit/Core/Content/Product/Aggregate/ProductPrice/ProductPriceCollectionTest.php +unit/Core/Content/Product/Aggregate/ProductPrice/ProductPriceCollectionTest.php +Core/Content/Product/Aggregate/ProductPrice/ProductPriceCollectionTest.php +Content/Product/Aggregate/ProductPrice/ProductPriceCollectionTest.php +Product/Aggregate/ProductPrice/ProductPriceCollectionTest.php +Aggregate/ProductPrice/ProductPriceCollectionTest.php +ProductPrice/ProductPriceCollectionTest.php +ProductPriceCollectionTest.php +tests/unit/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingCollectionTest.php +unit/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingCollectionTest.php +Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingCollectionTest.php +Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingCollectionTest.php +Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingCollectionTest.php +Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingCollectionTest.php +ProductConfiguratorSetting/ProductConfiguratorSettingCollectionTest.php +ProductConfiguratorSettingCollectionTest.php tests/unit/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php unit/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php @@ -43186,6 +43371,13 @@ Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php Product/SearchKeyword/ProductSearchTermInterpreterTest.php SearchKeyword/ProductSearchTermInterpreterTest.php ProductSearchTermInterpreterTest.php +tests/unit/Core/Content/Product/SearchKeyword/AnalyzedKeywordCollectionTest.php +unit/Core/Content/Product/SearchKeyword/AnalyzedKeywordCollectionTest.php +Core/Content/Product/SearchKeyword/AnalyzedKeywordCollectionTest.php +Content/Product/SearchKeyword/AnalyzedKeywordCollectionTest.php +Product/SearchKeyword/AnalyzedKeywordCollectionTest.php +SearchKeyword/AnalyzedKeywordCollectionTest.php +AnalyzedKeywordCollectionTest.php tests/unit/Core/Content/Mail/Payload/MailPayloadTest.php unit/Core/Content/Mail/Payload/MailPayloadTest.php Core/Content/Mail/Payload/MailPayloadTest.php @@ -43381,6 +43573,12 @@ DataAbstractionLayer/Serializer/Entity/MediaSerializerTest.php Serializer/Entity/MediaSerializerTest.php Entity/MediaSerializerTest.php MediaSerializerTest.php +tests/unit/Core/Content/ImportExport/ImportExportProfileDefinitionTest.php +unit/Core/Content/ImportExport/ImportExportProfileDefinitionTest.php +Core/Content/ImportExport/ImportExportProfileDefinitionTest.php +Content/ImportExport/ImportExportProfileDefinitionTest.php +ImportExport/ImportExportProfileDefinitionTest.php +ImportExportProfileDefinitionTest.php tests/unit/Core/Content/ImportExport/fixtures/categories.csv unit/Core/Content/ImportExport/fixtures/categories.csv Core/Content/ImportExport/fixtures/categories.csv @@ -43425,6 +43623,14 @@ Content/ImportExport/Message/ImportExportHandlerTest.php ImportExport/Message/ImportExportHandlerTest.php Message/ImportExportHandlerTest.php ImportExportHandlerTest.php +tests/unit/Core/Content/ImportExport/Processing/Mapping/UpdateByCollectionTest.php +unit/Core/Content/ImportExport/Processing/Mapping/UpdateByCollectionTest.php +Core/Content/ImportExport/Processing/Mapping/UpdateByCollectionTest.php +Content/ImportExport/Processing/Mapping/UpdateByCollectionTest.php +ImportExport/Processing/Mapping/UpdateByCollectionTest.php +Processing/Mapping/UpdateByCollectionTest.php +Mapping/UpdateByCollectionTest.php +UpdateByCollectionTest.php tests/unit/Core/Content/ImportExport/Processing/Mapping/MappingCollectionTest.php unit/Core/Content/ImportExport/Processing/Mapping/MappingCollectionTest.php Core/Content/ImportExport/Processing/Mapping/MappingCollectionTest.php @@ -43478,6 +43684,13 @@ Content/ImportExport/Event/ImportExportBeforeExportRecordEventTest.php ImportExport/Event/ImportExportBeforeExportRecordEventTest.php Event/ImportExportBeforeExportRecordEventTest.php ImportExportBeforeExportRecordEventTest.php +tests/unit/Core/Content/ImportExport/Event/ImportExportExceptionImportRecordEventTest.php +unit/Core/Content/ImportExport/Event/ImportExportExceptionImportRecordEventTest.php +Core/Content/ImportExport/Event/ImportExportExceptionImportRecordEventTest.php +Content/ImportExport/Event/ImportExportExceptionImportRecordEventTest.php +ImportExport/Event/ImportExportExceptionImportRecordEventTest.php +Event/ImportExportExceptionImportRecordEventTest.php +ImportExportExceptionImportRecordEventTest.php tests/unit/Core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriberTest.php unit/Core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriberTest.php Core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriberTest.php @@ -45274,6 +45487,13 @@ Framework/DataAbstractionLayer/Indexing/EntityIndexingMessageTest.php DataAbstractionLayer/Indexing/EntityIndexingMessageTest.php Indexing/EntityIndexingMessageTest.php EntityIndexingMessageTest.php +tests/unit/Core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdaterTest.php +unit/Core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdaterTest.php +Core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdaterTest.php +Framework/DataAbstractionLayer/Indexing/ChildCountUpdaterTest.php +DataAbstractionLayer/Indexing/ChildCountUpdaterTest.php +Indexing/ChildCountUpdaterTest.php +ChildCountUpdaterTest.php tests/unit/Core/Framework/DataAbstractionLayer/Indexing/Telemetry/IndexerMetricsInstrumentorTest.php unit/Core/Framework/DataAbstractionLayer/Indexing/Telemetry/IndexerMetricsInstrumentorTest.php Core/Framework/DataAbstractionLayer/Indexing/Telemetry/IndexerMetricsInstrumentorTest.php @@ -45410,6 +45630,13 @@ Framework/DataAbstractionLayer/FieldType/DateIntervalTest.php DataAbstractionLayer/FieldType/DateIntervalTest.php FieldType/DateIntervalTest.php DateIntervalTest.php +tests/unit/Core/Framework/DataAbstractionLayer/Dbal/EntitySearcherTest.php +unit/Core/Framework/DataAbstractionLayer/Dbal/EntitySearcherTest.php +Core/Framework/DataAbstractionLayer/Dbal/EntitySearcherTest.php +Framework/DataAbstractionLayer/Dbal/EntitySearcherTest.php +DataAbstractionLayer/Dbal/EntitySearcherTest.php +Dbal/EntitySearcherTest.php +EntitySearcherTest.php tests/unit/Core/Framework/DataAbstractionLayer/Dbal/EntityHydratorTest.php unit/Core/Framework/DataAbstractionLayer/Dbal/EntityHydratorTest.php Core/Framework/DataAbstractionLayer/Dbal/EntityHydratorTest.php @@ -55872,6 +56099,11 @@ migration/Core/V6_7/Migration1764064756AddCustomFieldSearchableTest.php Core/V6_7/Migration1764064756AddCustomFieldSearchableTest.php V6_7/Migration1764064756AddCustomFieldSearchableTest.php Migration1764064756AddCustomFieldSearchableTest.php +tests/migration/Core/V6_7/Migration1785229314AddSeoUrlLanguagePathIndexTest.php +migration/Core/V6_7/Migration1785229314AddSeoUrlLanguagePathIndexTest.php +Core/V6_7/Migration1785229314AddSeoUrlLanguagePathIndexTest.php +V6_7/Migration1785229314AddSeoUrlLanguagePathIndexTest.php +Migration1785229314AddSeoUrlLanguagePathIndexTest.php tests/migration/Core/V6_7/Migration1774359918ProductPriceQuantityRangeMinValuesTest.php migration/Core/V6_7/Migration1774359918ProductPriceQuantityRangeMinValuesTest.php Core/V6_7/Migration1774359918ProductPriceQuantityRangeMinValuesTest.php @@ -55947,6 +56179,11 @@ migration/Core/V6_7/Migration1717573310ImportExportTechnicalNameRequiredTest.php Core/V6_7/Migration1717573310ImportExportTechnicalNameRequiredTest.php V6_7/Migration1717573310ImportExportTechnicalNameRequiredTest.php Migration1717573310ImportExportTechnicalNameRequiredTest.php +tests/migration/Core/V6_7/Migration1787205808AddNumberRangeReadAclPrivilegeTest.php +migration/Core/V6_7/Migration1787205808AddNumberRangeReadAclPrivilegeTest.php +Core/V6_7/Migration1787205808AddNumberRangeReadAclPrivilegeTest.php +V6_7/Migration1787205808AddNumberRangeReadAclPrivilegeTest.php +Migration1787205808AddNumberRangeReadAclPrivilegeTest.php tests/migration/Core/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdateTest.php migration/Core/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdateTest.php Core/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdateTest.php @@ -76870,6 +77107,11 @@ Core/Migration/V6_7/Migration1768545319RevocationRequestMailTemplate.php Migration/V6_7/Migration1768545319RevocationRequestMailTemplate.php V6_7/Migration1768545319RevocationRequestMailTemplate.php Migration1768545319RevocationRequestMailTemplate.php +src/Core/Migration/V6_7/Migration1785229314AddSeoUrlLanguagePathIndex.php +Core/Migration/V6_7/Migration1785229314AddSeoUrlLanguagePathIndex.php +Migration/V6_7/Migration1785229314AddSeoUrlLanguagePathIndex.php +V6_7/Migration1785229314AddSeoUrlLanguagePathIndex.php +Migration1785229314AddSeoUrlLanguagePathIndex.php src/Core/Migration/V6_7/Migration1775430000AddDisplayAsGroupToProductStream.php Core/Migration/V6_7/Migration1775430000AddDisplayAsGroupToProductStream.php Migration/V6_7/Migration1775430000AddDisplayAsGroupToProductStream.php @@ -76965,6 +77207,11 @@ Core/Migration/V6_7/Migration1786447612FixSalesChannelAnalyticsConstraint.php Migration/V6_7/Migration1786447612FixSalesChannelAnalyticsConstraint.php V6_7/Migration1786447612FixSalesChannelAnalyticsConstraint.php Migration1786447612FixSalesChannelAnalyticsConstraint.php +src/Core/Migration/V6_7/Migration1787205808AddNumberRangeReadAclPrivilege.php +Core/Migration/V6_7/Migration1787205808AddNumberRangeReadAclPrivilege.php +Migration/V6_7/Migration1787205808AddNumberRangeReadAclPrivilege.php +V6_7/Migration1787205808AddNumberRangeReadAclPrivilege.php +Migration1787205808AddNumberRangeReadAclPrivilege.php src/Core/Migration/V6_7/Migration1782518400AddUnconfirmedAppSecretsToApp.php Core/Migration/V6_7/Migration1782518400AddUnconfirmedAppSecretsToApp.php Migration/V6_7/Migration1782518400AddUnconfirmedAppSecretsToApp.php @@ -81781,6 +82028,12 @@ System/SalesChannel/Subscriber/SalesChannelTypeValidator.php SalesChannel/Subscriber/SalesChannelTypeValidator.php Subscriber/SalesChannelTypeValidator.php SalesChannelTypeValidator.php +src/Core/System/SalesChannel/Context/InvalidationRaceAwareCache.php +Core/System/SalesChannel/Context/InvalidationRaceAwareCache.php +System/SalesChannel/Context/InvalidationRaceAwareCache.php +SalesChannel/Context/InvalidationRaceAwareCache.php +Context/InvalidationRaceAwareCache.php +InvalidationRaceAwareCache.php src/Core/System/SalesChannel/Context/CachedBaseSalesChannelContextFactory.php Core/System/SalesChannel/Context/CachedBaseSalesChannelContextFactory.php System/SalesChannel/Context/CachedBaseSalesChannelContextFactory.php @@ -118181,6 +118434,14 @@ test/_helper_/componentWrapper/index.js _helper_/componentWrapper/index.js componentWrapper/index.js index.js +src/Administration/Resources/app/administration/test/_helper_/withRequiredProductType.js +Administration/Resources/app/administration/test/_helper_/withRequiredProductType.js +Resources/app/administration/test/_helper_/withRequiredProductType.js +app/administration/test/_helper_/withRequiredProductType.js +administration/test/_helper_/withRequiredProductType.js +test/_helper_/withRequiredProductType.js +_helper_/withRequiredProductType.js +withRequiredProductType.js src/Administration/Resources/app/administration/test/_helper_/select-mt-select-by-text.js Administration/Resources/app/administration/test/_helper_/select-mt-select-by-text.js Resources/app/administration/test/_helper_/select-mt-select-by-text.js @@ -144829,6 +145090,19 @@ sw-product-variants/sw-product-variants-configurator/sw-product-variants-configu sw-product-variants-configurator/sw-product-variants-configurator-restrictions/sw-product-variants-configurator-restrictions.html.twig sw-product-variants-configurator-restrictions/sw-product-variants-configurator-restrictions.html.twig sw-product-variants-configurator-restrictions.html.twig +src/Administration/Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +Administration/Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js +sw-product-variants-configurator-prices.spec.js src/Administration/Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.html.twig Administration/Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.html.twig Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.html.twig @@ -158031,6 +158305,18 @@ component/discount/sw-promotion-v2-settings-discount-type/index.js discount/sw-promotion-v2-settings-discount-type/index.js sw-promotion-v2-settings-discount-type/index.js index.js +src/Administration/Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js +Administration/Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js +Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js +app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js +administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js +src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js +module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js +sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js +component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js +discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js +sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js +sw-promotion-v2-settings-discount-type.spec.js src/Administration/Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-rule-selection/sw-promotion-v2-settings-rule-selection.html.twig Administration/Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-rule-selection/sw-promotion-v2-settings-rule-selection.html.twig Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-rule-selection/sw-promotion-v2-settings-rule-selection.html.twig @@ -170100,6 +170386,18 @@ component/form/sw-text-editor/sw-text-editor.html.twig form/sw-text-editor/sw-text-editor.html.twig sw-text-editor/sw-text-editor.html.twig sw-text-editor.html.twig +src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js +Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js +Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js +app/administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js +administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js +src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js +app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js +component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js +form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js +sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js +sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js +sw-text-editor-toolbar.spec.js src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.scss Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.scss Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.scss diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt index f637e4943..7413db1a2 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt @@ -6060,6 +6060,7 @@ tests/integration/Storefront/Framework/Twig/fixtures/Storefront/Resources/views/ tests/integration/Storefront/Framework/Twig/fixtures/Storefront/Resources/views/storefront/thumbnail-with-columns.html.twig tests/integration/Storefront/Framework/Twig/Extension/SlugifyExtensionTwigFilterTest.php tests/integration/Storefront/Framework/Twig/ThumbnailExtensionTest.php +tests/integration/Storefront/Framework/Twig/SortingTemplateTest.php tests/integration/Storefront/Framework/Twig/TwigAppVariableTest.php tests/integration/Storefront/Framework/Routing/StorefrontRoutingTest.php tests/integration/Storefront/Framework/Routing/RequestTestCase.php @@ -6215,6 +6216,7 @@ tests/integration/Core/System/Snippet/Subscriber/LanguageDeletionSubscriberTest. tests/integration/Core/System/StateMachine/Api/StateMachineActionControllerTest.php tests/integration/Core/System/StateMachine/StateMachineRegistryTest.php tests/integration/Core/Checkout/Shipping/SalesChannel/ShippingMethodRouteTest.php +tests/integration/Core/Checkout/Shipping/Validator/ShippingMethodValidatorTest.php tests/integration/Core/Checkout/Shipping/ShippingMethodRepositoryTest.php tests/integration/Core/Checkout/Promotion/DataAbstractionLayer/PromotionRedemptionUpdaterTest.php tests/integration/Core/Checkout/Promotion/DataAbstractionLayer/PromotionIndexerTest.php @@ -7275,6 +7277,7 @@ tests/integration/Core/Framework/Telemetry/MeterTest.php tests/integration/Core/Framework/Validation/Api/ValidationControllerTest.php tests/integration/Core/Framework/Language/LanguageValidatorTest.php tests/integration/Core/Framework/Seo/SeoUrlPlaceholderHandlerTest.php +tests/integration/Core/Framework/Seo/CategoryIndexingConcurrencyTest.php tests/integration/Core/Framework/Seo/SeoUrl/SeoUrlRepositoryTest.php tests/integration/Core/Framework/Seo/SeoUrl/StorefrontSeoUrlRepositoryTest.php tests/integration/Core/Framework/Seo/SeoUrlPersisterTest.php @@ -8016,8 +8019,10 @@ tests/unit/Core/System/SalesChannel/SalesChannelEntityTest.php tests/unit/Core/System/SalesChannel/Context/CartRestorerTest.php tests/unit/Core/System/SalesChannel/Context/SalesChannelContextFactoryTest.php tests/unit/Core/System/SalesChannel/Context/SalesChannelContextPersisterTest.php +tests/unit/Core/System/SalesChannel/Context/InvalidationRaceAwareCacheTest.php tests/unit/Core/System/SalesChannel/Context/BaseSalesChannelContextFactoryTest.php tests/unit/Core/System/SalesChannel/Context/ContextFactoryTest.php +tests/unit/Core/System/SalesChannel/Context/CachedBaseSalesChannelContextFactoryTest.php tests/unit/Core/System/SalesChannel/Context/SalesChannelContextRequestRestorerTest.php tests/unit/Core/System/SalesChannel/Context/SalesChannelContextServiceTest.php tests/unit/Core/System/SalesChannel/Context/CachedSalesChannelContextFactoryTest.php @@ -8745,6 +8750,7 @@ tests/unit/Core/Checkout/Order/Telemetry/OrderMetricsSubscriberTest.php tests/unit/Core/Checkout/Order/Validation/OrderValidationFactoryTest.php tests/unit/Core/Checkout/Order/Subscriber/OrderSalutationSubscriberTest.php tests/unit/Core/Content/MailTemplate/Api/MailActionControllerTest.php +tests/unit/Core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinitionTest.php tests/unit/Core/Content/MailTemplate/Request/PreviewRequestResolverTest.php tests/unit/Core/Content/MailTemplate/Request/SimulateRequestResolverTest.php tests/unit/Core/Content/MailTemplate/Request/GetDataAndSendRequestResolverTest.php @@ -8765,6 +8771,8 @@ tests/unit/Core/Content/Newsletter/DataAbstractionLayer/Indexing/CustomerNewslet tests/unit/Core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRouteTest.php tests/unit/Core/Content/Newsletter/SalesChannel/NewsletterSubscribeRouteTest.php tests/unit/Core/Content/Newsletter/NewsletterExceptionTest.php +tests/unit/Core/Content/Newsletter/Event/NewsletterConfirmEventTest.php +tests/unit/Core/Content/Newsletter/Event/NewsletterUnsubscribeEventTest.php tests/unit/Core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriberTest.php tests/unit/Core/Content/Newsletter/Event/NewsletterRegisterEventTest.php tests/unit/Core/Content/Newsletter/Subscriber/NewsletterRecipientSalutationSubscriberTest.php @@ -8775,10 +8783,13 @@ tests/unit/Core/Content/Breadcrumb/Struct/BreadcrumbCollectionTest.php tests/unit/Core/Content/Breadcrumb/BreadcrumbExceptionTest.php tests/unit/Core/Content/Category/DataAbstractionLayer/CategoryNonExistentExceptionHandlerTest.php tests/unit/Core/Content/Category/DataAbstractionLayer/CategoryIndexerTest.php +tests/unit/Core/Content/Category/CategoryDefinitionTest.php tests/unit/Core/Content/Category/SalesChannel/CategoryRouteTest.php tests/unit/Core/Content/Category/SalesChannel/NavigationRouteTest.php +tests/unit/Core/Content/Category/CategoryEntityTest.php tests/unit/Core/Content/Category/Util/CategoryBreadcrumbHelperTest.php tests/unit/Core/Content/Category/Tree/CategoryTreePathResolverTest.php +tests/unit/Core/Content/Category/Event/SalesChannelCategoryIdsFetchedEventTest.php tests/unit/Core/Content/Category/Event/CategoryLevelLoaderCacheKeyEventTest.php tests/unit/Core/Content/Category/Cms/CategoryNameCmsElementResolverTest.php tests/unit/Core/Content/Category/Cms/CategoryNavigationCmsElementResolverTest.php @@ -8855,6 +8866,8 @@ tests/unit/Core/Content/Flow/Events/BeforeLoadStorableFlowDataEventTest.php tests/unit/Core/Content/Flow/Telemetry/FlowMetricsInstrumentorTest.php tests/unit/Core/Content/Flow/Telemetry/TriggerGroupResolverTest.php tests/unit/Core/Content/LandingPage/SalesChannel/LandingPageRouteTest.php +tests/unit/Core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationEntityTest.php +tests/unit/Core/Content/LandingPage/LandingPageEntityTest.php tests/unit/Core/Content/LandingPage/LandingPageValidatorTest.php tests/unit/Core/Content/Shared/MailFlow/DataProvider/ProductProviderTest.php tests/unit/Core/Content/Shared/MailFlow/DataProvider/AbstractProviderTestCase.php @@ -8874,6 +8887,7 @@ tests/unit/Core/Content/Sitemap/Provider/CategoryUrlProviderTest.php tests/unit/Core/Content/Sitemap/Provider/LandingPageUrlProviderTest.php tests/unit/Core/Content/Sitemap/Provider/CustomUrlProviderTest.php tests/unit/Core/Content/Sitemap/Provider/ProductUrlProviderTest.php +tests/unit/Core/Content/Sitemap/Event/SitemapFilterOpenTagEventTest.php tests/unit/Core/Content/Sitemap/Service/SitemapExporterTest.php tests/unit/Core/Content/Sitemap/Service/SitemapListerTest.php tests/unit/Core/Content/ProductStream/DataAbstractionLayer/ProductStreamIndexerTest.php @@ -8926,7 +8940,10 @@ tests/unit/Core/Content/Cms/SalesChannel/Struct/ImageStructTest.php tests/unit/Core/Content/Cms/SalesChannel/Struct/VideoStructTest.php tests/unit/Core/Content/Cms/Command/CreatePageCommandTest.php tests/unit/Core/Content/Cms/Aggregate/CmsBlock/CmsBlockCollectionTest.php +tests/unit/Core/Content/Cms/Aggregate/CmsSection/CmsSectionCollectionTest.php +tests/unit/Core/Content/Cms/Aggregate/CmsSlot/CmsSlotEntityTest.php tests/unit/Core/Content/Cms/Aggregate/CmsSlot/CmsSlotCollectionTest.php +tests/unit/Core/Content/Cms/CmsPageEntityTest.php tests/unit/Core/Content/Cms/DataResolver/Fixtures/MultiCmsElementResolver.php tests/unit/Core/Content/Cms/DataResolver/Element/TextCmsElementResolverTest.php tests/unit/Core/Content/Cms/DataResolver/Element/Fixtures/StubCmsElementResolver.php @@ -8942,6 +8959,7 @@ tests/unit/Core/Content/Cms/Exception/DuplicateCriteriaKeyExceptionTest.php tests/unit/Core/Content/Cms/Exception/UnexpectedFieldConfigValueTypeTest.php tests/unit/Core/Content/Cms/Exception/PageNotFoundExceptionTest.php tests/unit/Core/Content/Cms/CmsExceptionTest.php +tests/unit/Core/Content/Cms/Events/CmsPageLoadedEventTest.php tests/unit/Core/Content/Cms/Service/CmsFormSlotConfigResolverTest.php tests/unit/Core/Content/Cms/Service/EntityCmsSlotConfigInheritanceBuilderTest.php tests/unit/Core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriberTest.php @@ -8969,6 +8987,7 @@ tests/unit/Core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateIndexingHandlerTest.php tests/unit/Core/Content/Seo/EmptyPathInfoResolverTest.php tests/unit/Core/Content/Seo/SeoExceptionTest.php tests/unit/Core/Content/Seo/SeoUrlPlaceholderHandlerTest.php +tests/unit/Core/Content/Seo/MainCategory/MainCategoryEntityTest.php tests/unit/Core/Content/Seo/SeoResolverTest.php tests/unit/Core/Content/Seo/Event/SeoUrlUpdateEventTest.php tests/unit/Core/Content/Seo/SeoUrlRoute/StoreApiSeoUrlUpdateListenerTest.php @@ -8990,6 +9009,7 @@ tests/unit/Core/Content/Seo/Validation/SeoUrlValidationFactoryTest.php tests/unit/Core/Content/Seo/AbstractSeoResolverTest.php tests/unit/Core/Content/Seo/SeoUrlUpdaterTest.php tests/unit/Core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionCollectionTest.php +tests/unit/Core/Content/Property/PropertyGroupCollectionTest.php tests/unit/Core/Content/Property/PropertySortTest.php tests/unit/Core/Content/Media/MediaHydratorTest.php tests/unit/Core/Content/Media/fixtures/animated.webp @@ -9014,7 +9034,9 @@ tests/unit/Core/Content/Media/Api/PresignedUploadControllerTest.php tests/unit/Core/Content/Media/Api/MediaUploadControllerTest.php tests/unit/Core/Content/Media/Api/MediaUploadV2ControllerTest.php tests/unit/Core/Content/Media/UnusedMediaPurgerTest.php +tests/unit/Core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailEntityTest.php tests/unit/Core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailStructTest.php +tests/unit/Core/Content/Media/Aggregate/MediaFolder/MediaFolderEntityTest.php tests/unit/Core/Content/Media/Thumbnail/ThumbnailServiceTest.php tests/unit/Core/Content/Media/Thumbnail/ExternalThumbnailsParametersTest.php tests/unit/Core/Content/Media/Thumbnail/Processor/GdImageThumbnailProcessorTest.php @@ -9148,6 +9170,7 @@ tests/unit/Core/Content/Product/SalesChannel/Listing/Processor/CompressedCriteri tests/unit/Core/Content/Product/SalesChannel/Listing/ProductListingRouteTest.php tests/unit/Core/Content/Product/SalesChannel/Listing/ProductListingResultTest.php tests/unit/Core/Content/Product/SalesChannel/Listing/ProductListingLoaderExtensionsTests.php +tests/unit/Core/Content/Product/SalesChannel/Listing/FilterCollectionTest.php tests/unit/Core/Content/Product/SalesChannel/Price/AppScriptProductPriceCalculatorTest.php tests/unit/Core/Content/Product/SalesChannel/Price/ProductPriceCalculatorTest.php tests/unit/Core/Content/Product/SalesChannel/Price/ReferencePriceDtoTest.php @@ -9165,6 +9188,9 @@ tests/unit/Core/Content/Product/SalesChannel/FindVariant/FindProductVariantRoute tests/unit/Core/Content/Product/Cleanup/CleanupUnusedDownloadMediaTaskHandlerTest.php tests/unit/Core/Content/Product/Cleanup/CleanupUnusedDownloadMediaTaskTest.php tests/unit/Core/Content/Product/ProductEntityTest.php +tests/unit/Core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinitionTest.php +tests/unit/Core/Content/Product/Aggregate/ProductPrice/ProductPriceCollectionTest.php +tests/unit/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingCollectionTest.php tests/unit/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php tests/unit/Core/Content/Product/ProductDefinitionTest.php tests/unit/Core/Content/Product/ProductMaxPurchaseCalculatorTest.php @@ -9211,6 +9237,7 @@ tests/unit/Core/Content/Product/SearchKeyword/ProductSearchBuilderTest.php tests/unit/Core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerTest.php tests/unit/Core/Content/Product/SearchKeyword/KeywordLoaderTest.php tests/unit/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php +tests/unit/Core/Content/Product/SearchKeyword/AnalyzedKeywordCollectionTest.php tests/unit/Core/Content/Mail/Payload/MailPayloadTest.php tests/unit/Core/Content/Mail/Payload/MailPayloadFactoryTest.php tests/unit/Core/Content/Mail/Message/SendMailHandlerTest.php @@ -9237,12 +9264,14 @@ tests/unit/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/Scala tests/unit/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/OrderSerializerTest.php tests/unit/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializerTest.php tests/unit/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializerTest.php +tests/unit/Core/Content/ImportExport/ImportExportProfileDefinitionTest.php tests/unit/Core/Content/ImportExport/fixtures/categories.csv tests/unit/Core/Content/ImportExport/Strategy/Import/OneByOneImportStrategyTest.php tests/unit/Core/Content/ImportExport/Strategy/Import/BatchImportStrategyTest.php tests/unit/Core/Content/ImportExport/Strategy/Import/ImportStrategyTestCase.php tests/unit/Core/Content/ImportExport/ImportExportExceptionTest.php tests/unit/Core/Content/ImportExport/Message/ImportExportHandlerTest.php +tests/unit/Core/Content/ImportExport/Processing/Mapping/UpdateByCollectionTest.php tests/unit/Core/Content/ImportExport/Processing/Mapping/MappingCollectionTest.php tests/unit/Core/Content/ImportExport/Processing/Reader/CsvReaderTest.php tests/unit/Core/Content/ImportExport/Processing/Pipe/ChainPipeTest.php @@ -9250,6 +9279,7 @@ tests/unit/Core/Content/ImportExport/Processing/Pipe/KeyMappingPipeTest.php tests/unit/Core/Content/ImportExport/Event/ImportExportExceptionImportExportHandlerEventTest.php tests/unit/Core/Content/ImportExport/Event/ImportExportExceptionRecordTest.php tests/unit/Core/Content/ImportExport/Event/ImportExportBeforeExportRecordEventTest.php +tests/unit/Core/Content/ImportExport/Event/ImportExportExceptionImportRecordEventTest.php tests/unit/Core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriberTest.php tests/unit/Core/Content/ImportExport/Event/Subscriber/ProductCriteriaSubscriberTest.php tests/unit/Core/Content/ImportExport/Event/EnrichExportCriteriaEventTest.php @@ -9494,6 +9524,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistryTes tests/unit/Core/Framework/DataAbstractionLayer/Indexing/MessageQueue/FullEntityIndexerMessageTest.php tests/unit/Core/Framework/DataAbstractionLayer/Indexing/MessageQueue/IterateEntityIndexerMessageTest.php tests/unit/Core/Framework/DataAbstractionLayer/Indexing/EntityIndexingMessageTest.php +tests/unit/Core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdaterTest.php tests/unit/Core/Framework/DataAbstractionLayer/Indexing/Telemetry/IndexerMetricsInstrumentorTest.php tests/unit/Core/Framework/DataAbstractionLayer/Indexing/Subscriber/EntityIndexingSubscriberTest.php tests/unit/Core/Framework/DataAbstractionLayer/Indexing/Subscriber/RegisteredIndexerSubscriberTest.php @@ -9513,6 +9544,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/Validation/EntityExistsTest.php tests/unit/Core/Framework/DataAbstractionLayer/Validation/EntityNotExistsTest.php tests/unit/Core/Framework/DataAbstractionLayer/FieldType/CronIntervalTest.php tests/unit/Core/Framework/DataAbstractionLayer/FieldType/DateIntervalTest.php +tests/unit/Core/Framework/DataAbstractionLayer/Dbal/EntitySearcherTest.php tests/unit/Core/Framework/DataAbstractionLayer/Dbal/EntityHydratorTest.php tests/unit/Core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php tests/unit/Core/Framework/DataAbstractionLayer/Dbal/EntityWriteGatewayTest.php @@ -10949,6 +10981,7 @@ tests/migration/Core/V6_7/Migration1752219159AddLanguageActiveTest.php tests/migration/Core/V6_7/Migration1765376847SetDefaultSystemConfigLoadPreviewsOnSearchTest.php tests/migration/Core/V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRuleTest.php tests/migration/Core/V6_7/Migration1764064756AddCustomFieldSearchableTest.php +tests/migration/Core/V6_7/Migration1785229314AddSeoUrlLanguagePathIndexTest.php tests/migration/Core/V6_7/Migration1774359918ProductPriceQuantityRangeMinValuesTest.php tests/migration/Core/V6_7/Migration1739197440ChangeCmsBlockDefaultMarginTest.php tests/migration/Core/V6_7/Migration1740563553AddAppRequestedPrivilegesTest.php @@ -10964,6 +10997,7 @@ tests/migration/Core/V6_7/Migration1774366000MigrateLineItemStockRuleConditionTe tests/migration/Core/V6_7/Migration1742302302RenamePaidTransitionActionsTest.php tests/migration/Core/V6_7/Migration1774345867AddProductOpenGraphFieldsTest.php tests/migration/Core/V6_7/Migration1717573310ImportExportTechnicalNameRequiredTest.php +tests/migration/Core/V6_7/Migration1787205808AddNumberRangeReadAclPrivilegeTest.php tests/migration/Core/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdateTest.php tests/migration/Core/V6_7/Migration1765287397AddConsentTableTest.php tests/migration/Core/V6_7/Migration1775430000AddDisplayAsGroupToProductStreamTest.php @@ -13850,6 +13884,7 @@ src/Core/Migration/V6_7/Migration1772626151AppMcpTool.php src/Core/Migration/V6_7/Migration1762356839AddInternalCommentToStateMachineHistory.php src/Core/Migration/V6_7/Migration1782906166RepairUserActiveDefault.php src/Core/Migration/V6_7/Migration1768545319RevocationRequestMailTemplate.php +src/Core/Migration/V6_7/Migration1785229314AddSeoUrlLanguagePathIndex.php src/Core/Migration/V6_7/Migration1775430000AddDisplayAsGroupToProductStream.php src/Core/Migration/V6_7/Migration1773317656AddZugferdCreditNote.php src/Core/Migration/V6_7/Migration1728040170AddPrimaryOrderTransaction.php @@ -13869,6 +13904,7 @@ src/Core/Migration/V6_7/Migration1780044452BackfillServiceRequirements.php src/Core/Migration/V6_7/Migration1773409342AppMcpPrompt.php src/Core/Migration/V6_7/Migration1785327592AddTranslationAutoUpdateToLanguage.php src/Core/Migration/V6_7/Migration1786447612FixSalesChannelAnalyticsConstraint.php +src/Core/Migration/V6_7/Migration1787205808AddNumberRangeReadAclPrivilege.php src/Core/Migration/V6_7/Migration1782518400AddUnconfirmedAppSecretsToApp.php src/Core/Migration/V6_7/Migration1770705203AddPaymentMethodChangedFlowAndMailTemplate.php src/Core/Migration/V6_7/Migration1742568836CreateThemeRuntimeConfigTable.php @@ -14707,6 +14743,7 @@ src/Core/System/SalesChannel/SalesChannelDefinition.php src/Core/System/SalesChannel/SalesChannelEvents.php src/Core/System/SalesChannel/Subscriber/SalesChannelMaintenanceIpAllowlistSyncSubscriber.php src/Core/System/SalesChannel/Subscriber/SalesChannelTypeValidator.php +src/Core/System/SalesChannel/Context/InvalidationRaceAwareCache.php src/Core/System/SalesChannel/Context/CachedBaseSalesChannelContextFactory.php src/Core/System/SalesChannel/Context/SalesChannelContextRestorer.php src/Core/System/SalesChannel/Context/SalesChannelContextServiceParameters.php @@ -20418,6 +20455,7 @@ src/Administration/Resources/app/administration/test/_helper_/majorFeatureFlags. src/Administration/Resources/app/administration/test/_helper_/find-by-placeholder.js src/Administration/Resources/app/administration/test/_helper_/componentWrapper/syncComponents.js src/Administration/Resources/app/administration/test/_helper_/componentWrapper/index.js +src/Administration/Resources/app/administration/test/_helper_/withRequiredProductType.js src/Administration/Resources/app/administration/test/_helper_/select-mt-select-by-text.js src/Administration/Resources/app/administration/test/_helper_/normalizeFeatureFlag.ts src/Administration/Resources/app/administration/test/_helper_/majorFeatureFlags.spec.ts @@ -22910,6 +22948,7 @@ src/Administration/Resources/app/administration/src/module/sw-product/component/ src/Administration/Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-restrictions/sw-product-variants-configurator-restrictions.scss src/Administration/Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-restrictions/index.js src/Administration/Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-restrictions/sw-product-variants-configurator-restrictions.html.twig +src/Administration/Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.spec.js src/Administration/Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.html.twig src/Administration/Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/index.js src/Administration/Resources/app/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.scss @@ -24126,6 +24165,7 @@ src/Administration/Resources/app/administration/src/module/sw-promotion-v2/compo src/Administration/Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.html.twig src/Administration/Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.scss src/Administration/Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/index.js +src/Administration/Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-discount-type/sw-promotion-v2-settings-discount-type.spec.js src/Administration/Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-rule-selection/sw-promotion-v2-settings-rule-selection.html.twig src/Administration/Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-settings-rule-selection/index.js src/Administration/Resources/app/administration/src/module/sw-promotion-v2/component/discount/sw-promotion-v2-wizard-discount-selection/sw-promotion-v2-wizard-discount-selection.html.twig @@ -25252,6 +25292,7 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-email- src/Administration/Resources/app/administration/src/app/component/form/sw-email-field/sw-email-field.html.twig src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor.scss src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor.html.twig +src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.spec.js src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.scss src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/sw-text-editor-toolbar.html.twig src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-toolbar/index.js diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/snipe-it-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/snipe-it-all-levels.txt index e1cf2f88f..7af402fb4 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/snipe-it-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/snipe-it-all-levels.txt @@ -5,6 +5,7 @@ stubs/test.unit.stub test.unit.stub .git-blame-ignore-revs CONTRIBUTING.md +AGENTS.md .env.docker .dockerignore CODE_OF_CONDUCT.md @@ -34,6 +35,8 @@ config/importer.php importer.php config/logging.php logging.php +config/boost.php +boost.php config/google2fa.php google2fa.php config/hashing.php @@ -134,6 +137,7 @@ private_uploads/users/.gitkeep users/.gitkeep .gitkeep .env.tests +CLAUDE.md routes/api.php api.php routes/console.php @@ -869,6 +873,18 @@ tests/Feature/Importing/AssetImportCreatedByTest.php Feature/Importing/AssetImportCreatedByTest.php Importing/AssetImportCreatedByTest.php AssetImportCreatedByTest.php +tests/Feature/Importing/AssetImportCheckoutWelcomeEmailTest.php +Feature/Importing/AssetImportCheckoutWelcomeEmailTest.php +Importing/AssetImportCheckoutWelcomeEmailTest.php +AssetImportCheckoutWelcomeEmailTest.php +tests/Feature/Importing/AssetImportCheckoutAcceptanceTest.php +Feature/Importing/AssetImportCheckoutAcceptanceTest.php +Importing/AssetImportCheckoutAcceptanceTest.php +AssetImportCheckoutAcceptanceTest.php +tests/Feature/Importing/AssetImportCheckoutTargetsTest.php +Feature/Importing/AssetImportCheckoutTargetsTest.php +Importing/AssetImportCheckoutTargetsTest.php +AssetImportCheckoutTargetsTest.php tests/Feature/Importing/Ui/ImportTest.php Feature/Importing/Ui/ImportTest.php Importing/Ui/ImportTest.php @@ -999,6 +1015,10 @@ tests/Feature/Scim/UserFilterSchemaUrnTest.php Feature/Scim/UserFilterSchemaUrnTest.php Scim/UserFilterSchemaUrnTest.php UserFilterSchemaUrnTest.php +tests/Feature/Scim/CreateMultipleGroupsTest.php +Feature/Scim/CreateMultipleGroupsTest.php +Scim/CreateMultipleGroupsTest.php +CreateMultipleGroupsTest.php tests/Feature/Scim/ReplaceUserWithMalformedKeyTest.php Feature/Scim/ReplaceUserWithMalformedKeyTest.php Scim/ReplaceUserWithMalformedKeyTest.php @@ -1042,6 +1062,10 @@ LoginBackUrlSanitizationTest.php tests/Feature/QueryCountBenchmarkTest.php Feature/QueryCountBenchmarkTest.php QueryCountBenchmarkTest.php +tests/Feature/Auth/ApiLogoutTest.php +Feature/Auth/ApiLogoutTest.php +Auth/ApiLogoutTest.php +ApiLogoutTest.php tests/Feature/Auth/PassportPersonalAccessTokenGateTest.php Feature/Auth/PassportPersonalAccessTokenGateTest.php Auth/PassportPersonalAccessTokenGateTest.php @@ -3492,6 +3516,10 @@ resources/views/blade/page-data.blade.php views/blade/page-data.blade.php blade/page-data.blade.php page-data.blade.php +resources/views/blade/shiftclick.blade.php +views/blade/shiftclick.blade.php +blade/shiftclick.blade.php +shiftclick.blade.php resources/views/blade/alert.blade.php views/blade/alert.blade.php blade/alert.blade.php @@ -40441,6 +40469,9 @@ ComponentAssignment.php app/Models/AccessoryCheckout.php Models/AccessoryCheckout.php AccessoryCheckout.php +app/Models/SCIMGroup.php +Models/SCIMGroup.php +SCIMGroup.php app/Models/Setting.php Models/Setting.php Setting.php @@ -44036,6 +44067,30 @@ app.md .ai/rules/requests.md rules/requests.md requests.md +.ai/rules/boost/livewire-views.md +rules/boost/livewire-views.md +boost/livewire-views.md +livewire-views.md +.ai/rules/boost/http-routes.md +rules/boost/http-routes.md +boost/http-routes.md +http-routes.md +.ai/rules/boost/models-migrations.md +rules/boost/models-migrations.md +boost/models-migrations.md +models-migrations.md +.ai/rules/boost/migrations.md +rules/boost/migrations.md +boost/migrations.md +migrations.md +.ai/rules/boost/models.md +rules/boost/models.md +boost/models.md +models.md +.ai/rules/boost/tests.md +rules/boost/tests.md +boost/tests.md +tests.md .ai/rules/views.md rules/views.md views.md @@ -44051,15 +44106,14 @@ models.md .ai/rules/tests.md rules/tests.md tests.md +.ai/README.md +README.md .ai/guidelines/snipe-it-architecture.md guidelines/snipe-it-architecture.md snipe-it-architecture.md .ai/guidelines/snipe-it-stack.md guidelines/snipe-it-stack.md snipe-it-stack.md -.ai/guidelines/snipe-it-testing.md -guidelines/snipe-it-testing.md -snipe-it-testing.md Dockerfile.fpm-alpine .env.testing.example server.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/snipe-it.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/snipe-it.txt index 59ac9b34a..841211c59 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/snipe-it.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/snipe-it.txt @@ -3,6 +3,7 @@ stubs/test.stub stubs/test.unit.stub .git-blame-ignore-revs CONTRIBUTING.md +AGENTS.md .env.docker .dockerignore CODE_OF_CONDUCT.md @@ -24,6 +25,7 @@ config/image.php config/view.php config/importer.php config/logging.php +config/boost.php config/google2fa.php config/hashing.php config/mail-auto-embed.php @@ -79,6 +81,7 @@ README.md storage/private_uploads/signatures/.gitkeep storage/private_uploads/users/.gitkeep .env.tests +CLAUDE.md routes/api.php routes/console.php routes/web.php @@ -254,6 +257,9 @@ tests/Feature/Importing/Api/ImportLocationsTest.php tests/Feature/Importing/Api/ImportConsumablesTest.php tests/Feature/Importing/Api/ImportOwnershipTest.php tests/Feature/Importing/AssetImportCreatedByTest.php +tests/Feature/Importing/AssetImportCheckoutWelcomeEmailTest.php +tests/Feature/Importing/AssetImportCheckoutAcceptanceTest.php +tests/Feature/Importing/AssetImportCheckoutTargetsTest.php tests/Feature/Importing/Ui/ImportTest.php tests/Feature/Importing/AssetImportCreatedAtTest.php tests/Feature/Suppliers/Api/DeleteSuppliersTest.php @@ -281,6 +287,7 @@ tests/Feature/Scim/MappedTableComplexValueTest.php tests/Feature/Scim/CreateGroupWithMembersTest.php tests/Feature/Scim/UserEmailsShapeTest.php tests/Feature/Scim/UserFilterSchemaUrnTest.php +tests/Feature/Scim/CreateMultipleGroupsTest.php tests/Feature/Scim/ReplaceUserWithMalformedKeyTest.php tests/Feature/Scim/ReplaceUserWithFilterKeyTest.php tests/Feature/Authentication/CheckUserIsActivatedApiTest.php @@ -292,6 +299,7 @@ tests/Feature/Authentication/PersonalAccessTokenTwoFactorGuardTest.php tests/Feature/Authentication/EnforceApiTwoFactorEnrollmentTest.php tests/Feature/Authentication/LoginBackUrlSanitizationTest.php tests/Feature/QueryCountBenchmarkTest.php +tests/Feature/Auth/ApiLogoutTest.php tests/Feature/Auth/PassportPersonalAccessTokenGateTest.php tests/Feature/Auth/PassportOAuthClientGateTest.php tests/Feature/Livewire/OauthClientsAuthorizationTest.php @@ -819,6 +827,7 @@ resources/views/maintenance-types/edit.blade.php resources/views/blade/box/index.blade.php resources/views/blade/box/footer.blade.php resources/views/blade/page-data.blade.php +resources/views/blade/shiftclick.blade.php resources/views/blade/alert.blade.php resources/views/blade/gallery-card.blade.php resources/views/blade/side-panel/removed-assets.blade.php @@ -7488,6 +7497,7 @@ app/Models/ConsumableAssignment.php app/Models/Builders/MaintenanceQueryBuilder.php app/Models/ComponentAssignment.php app/Models/AccessoryCheckout.php +app/Models/SCIMGroup.php app/Models/Setting.php app/Models/ICompanyableChild.php app/Models/LicenseSeat.php @@ -8535,14 +8545,20 @@ pint.json .ai/rules/api.md .ai/rules/app.md .ai/rules/requests.md +.ai/rules/boost/livewire-views.md +.ai/rules/boost/http-routes.md +.ai/rules/boost/models-migrations.md +.ai/rules/boost/migrations.md +.ai/rules/boost/models.md +.ai/rules/boost/tests.md .ai/rules/views.md .ai/rules/migrations.md .ai/rules/livewire.md .ai/rules/models.md .ai/rules/tests.md +.ai/README.md .ai/guidelines/snipe-it-architecture.md .ai/guidelines/snipe-it-stack.md -.ai/guidelines/snipe-it-testing.md Dockerfile.fpm-alpine .env.testing.example server.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi-all-levels.txt index 05ecbb595..5fa39b63d 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi-all-levels.txt @@ -1697,6 +1697,12 @@ core/content-manager/api/status-sort-relation-filter.test.api.ts content-manager/api/status-sort-relation-filter.test.api.ts api/status-sort-relation-filter.test.api.ts status-sort-relation-filter.test.api.ts +tests/api/core/content-manager/api/list-status-filter-i18n.test.api.ts +api/core/content-manager/api/list-status-filter-i18n.test.api.ts +core/content-manager/api/list-status-filter-i18n.test.api.ts +content-manager/api/list-status-filter-i18n.test.api.ts +api/list-status-filter-i18n.test.api.ts +list-status-filter-i18n.test.api.ts tests/api/core/content-manager/api/basic.test.api.js api/core/content-manager/api/basic.test.api.js core/content-manager/api/basic.test.api.js @@ -3231,6 +3237,11 @@ api/plugins/graphql/components.test.api.js plugins/graphql/components.test.api.js graphql/components.test.api.js components.test.api.js +tests/api/plugins/graphql/nested-relation-public-permissions.test.api.js +api/plugins/graphql/nested-relation-public-permissions.test.api.js +plugins/graphql/nested-relation-public-permissions.test.api.js +graphql/nested-relation-public-permissions.test.api.js +nested-relation-public-permissions.test.api.js tests/api/plugins/content-releases/releases.test.api.ts api/plugins/content-releases/releases.test.api.ts plugins/content-releases/releases.test.api.ts @@ -24307,6 +24318,14 @@ src/services/content-api/index.ts services/content-api/index.ts content-api/index.ts index.ts +packages/core/core/src/services/content-api/__tests__/index.test.ts +core/core/src/services/content-api/__tests__/index.test.ts +core/src/services/content-api/__tests__/index.test.ts +src/services/content-api/__tests__/index.test.ts +services/content-api/__tests__/index.test.ts +content-api/__tests__/index.test.ts +__tests__/index.test.ts +index.test.ts packages/core/core/src/services/content-api/permissions/providers/condition.ts core/core/src/services/content-api/permissions/providers/condition.ts core/src/services/content-api/permissions/providers/condition.ts @@ -30790,6 +30809,16 @@ audit-logs/services/__tests__/audit-logs.test.ts services/__tests__/audit-logs.test.ts __tests__/audit-logs.test.ts audit-logs.test.ts +packages/core/admin/ee/server/src/audit-logs/services/__tests__/find-many.test.ts +core/admin/ee/server/src/audit-logs/services/__tests__/find-many.test.ts +admin/ee/server/src/audit-logs/services/__tests__/find-many.test.ts +ee/server/src/audit-logs/services/__tests__/find-many.test.ts +server/src/audit-logs/services/__tests__/find-many.test.ts +src/audit-logs/services/__tests__/find-many.test.ts +audit-logs/services/__tests__/find-many.test.ts +services/__tests__/find-many.test.ts +__tests__/find-many.test.ts +find-many.test.ts packages/core/admin/ee/admin/tsconfig.json core/admin/ee/admin/tsconfig.json admin/ee/admin/tsconfig.json @@ -39635,6 +39664,13 @@ graphql/server/src/index.ts server/src/index.ts src/index.ts index.ts +packages/plugins/graphql/server/src/__tests__/bootstrap.test.ts +plugins/graphql/server/src/__tests__/bootstrap.test.ts +graphql/server/src/__tests__/bootstrap.test.ts +server/src/__tests__/bootstrap.test.ts +src/__tests__/bootstrap.test.ts +__tests__/bootstrap.test.ts +bootstrap.test.ts packages/plugins/graphql/server/src/bootstrap.ts plugins/graphql/server/src/bootstrap.ts graphql/server/src/bootstrap.ts diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi.txt index 53a930a1f..1be6cfade 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi.txt @@ -328,6 +328,7 @@ tests/api/core/content-manager/api/basic-dp-dz.test.api.js tests/api/core/content-manager/api/self-referential-relations.test.api.ts tests/api/core/content-manager/api/basic-relations.test.api.js tests/api/core/content-manager/api/status-sort-relation-filter.test.api.ts +tests/api/core/content-manager/api/list-status-filter-i18n.test.api.ts tests/api/core/content-manager/api/basic.test.api.js tests/api/core/content-manager/api/hidden-content-type-read.test.api.js tests/api/core/content-manager/api/basic-dz.test.api.js @@ -577,6 +578,7 @@ tests/api/plugins/graphql/dp-relations.test.api.js tests/api/plugins/graphql/crud.test.api.js tests/api/plugins/graphql/has-published-version.test.api.js tests/api/plugins/graphql/components.test.api.js +tests/api/plugins/graphql/nested-relation-public-permissions.test.api.js tests/api/plugins/content-releases/releases.test.api.ts tests/api/plugins/content-releases/homepage.test.api.ts tests/api/plugins/users-permissions/users-graphql.test.api.js @@ -3700,6 +3702,7 @@ packages/core/core/src/services/utils/conditional-fields.ts packages/core/core/src/services/utils/__tests__/conditional-fields.test.ts packages/core/core/src/services/content-source-maps.ts packages/core/core/src/services/content-api/index.ts +packages/core/core/src/services/content-api/__tests__/index.test.ts packages/core/core/src/services/content-api/permissions/providers/condition.ts packages/core/core/src/services/content-api/permissions/providers/index.ts packages/core/core/src/services/content-api/permissions/providers/action.ts @@ -4514,6 +4517,7 @@ packages/core/admin/ee/server/src/audit-logs/services/lifecycles.ts packages/core/admin/ee/server/src/audit-logs/services/audit-logs.ts packages/core/admin/ee/server/src/audit-logs/services/__tests__/find-many-users.test.ts packages/core/admin/ee/server/src/audit-logs/services/__tests__/audit-logs.test.ts +packages/core/admin/ee/server/src/audit-logs/services/__tests__/find-many.test.ts packages/core/admin/ee/admin/tsconfig.json packages/core/admin/ee/admin/.eslintrc.cjs packages/core/admin/ee/admin/src/constants.ts @@ -5695,6 +5699,7 @@ packages/plugins/graphql/server/src/config/index.ts packages/plugins/graphql/server/src/config/default-config.ts packages/plugins/graphql/server/src/format-graphql-error.ts packages/plugins/graphql/server/src/index.ts +packages/plugins/graphql/server/src/__tests__/bootstrap.test.ts packages/plugins/graphql/server/src/bootstrap.ts packages/plugins/graphql/server/src/services/types.ts packages/plugins/graphql/server/src/services/constants.ts diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt index 2c2208753..4dac77ef3 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt @@ -43604,6 +43604,10 @@ plugins/woocommerce/changelog/fix-identifier-placeholders-sessions woocommerce/changelog/fix-identifier-placeholders-sessions changelog/fix-identifier-placeholders-sessions fix-identifier-placeholders-sessions +plugins/woocommerce/changelog/update-react-number-format-5 +woocommerce/changelog/update-react-number-format-5 +changelog/update-react-number-format-5 +update-react-number-format-5 plugins/woocommerce/changelog/fix-41318-hpos-orders-date-filter woocommerce/changelog/fix-41318-hpos-orders-date-filter changelog/fix-41318-hpos-orders-date-filter @@ -43612,6 +43616,10 @@ plugins/woocommerce/changelog/fix-phpstan-baseline-transient-files woocommerce/changelog/fix-phpstan-baseline-transient-files changelog/fix-phpstan-baseline-transient-files fix-phpstan-baseline-transient-files +plugins/woocommerce/changelog/fix-wooairr-97-restore-recently-viewed-query-ids +woocommerce/changelog/fix-wooairr-97-restore-recently-viewed-query-ids +changelog/fix-wooairr-97-restore-recently-viewed-query-ids +fix-wooairr-97-restore-recently-viewed-query-ids plugins/woocommerce/changelog/remove-orphaned-reviews-stylesheet woocommerce/changelog/remove-orphaned-reviews-stylesheet changelog/remove-orphaned-reviews-stylesheet @@ -43628,6 +43636,10 @@ plugins/woocommerce/changelog/32209-add-phone-to-customer-reports woocommerce/changelog/32209-add-phone-to-customer-reports changelog/32209-add-phone-to-customer-reports 32209-add-phone-to-customer-reports +plugins/woocommerce/changelog/update-patterns-category-name +woocommerce/changelog/update-patterns-category-name +changelog/update-patterns-category-name +update-patterns-category-name plugins/woocommerce/changelog/fix-55817-rtl-pagination-arrows woocommerce/changelog/fix-55817-rtl-pagination-arrows changelog/fix-55817-rtl-pagination-arrows @@ -43652,6 +43664,10 @@ plugins/woocommerce/changelog/fix-56112-product-task-menu woocommerce/changelog/fix-56112-product-task-menu changelog/fix-56112-product-task-menu fix-56112-product-task-menu +plugins/woocommerce/changelog/fix-53303-day-range-in-localized-format +woocommerce/changelog/fix-53303-day-range-in-localized-format +changelog/fix-53303-day-range-in-localized-format +fix-53303-day-range-in-localized-format plugins/woocommerce/changelog/dev-phpcs-test-hook-sniff-exclusions woocommerce/changelog/dev-phpcs-test-hook-sniff-exclusions changelog/dev-phpcs-test-hook-sniff-exclusions @@ -43660,6 +43676,10 @@ plugins/woocommerce/changelog/fix-46459-core-deprecation-versions woocommerce/changelog/fix-46459-core-deprecation-versions changelog/fix-46459-core-deprecation-versions fix-46459-core-deprecation-versions +plugins/woocommerce/changelog/fix-analytics-settings-report-cache +woocommerce/changelog/fix-analytics-settings-report-cache +changelog/fix-analytics-settings-report-cache +fix-analytics-settings-report-cache plugins/woocommerce/changelog/add-helper-api-rate-limit-backoff woocommerce/changelog/add-helper-api-rate-limit-backoff changelog/add-helper-api-rate-limit-backoff @@ -43668,6 +43688,10 @@ plugins/woocommerce/changelog/ralucaStan-saved-for-later-cart-template woocommerce/changelog/ralucaStan-saved-for-later-cart-template changelog/ralucaStan-saved-for-later-cart-template ralucaStan-saved-for-later-cart-template +plugins/woocommerce/changelog/fix-last-quarter-end-date-rollover +woocommerce/changelog/fix-last-quarter-end-date-rollover +changelog/fix-last-quarter-end-date-rollover +fix-last-quarter-end-date-rollover plugins/woocommerce/changelog/fix-wooplug-6420-taxes-report-date-type woocommerce/changelog/fix-wooplug-6420-taxes-report-date-type changelog/fix-wooplug-6420-taxes-report-date-type @@ -43756,6 +43780,18 @@ plugins/woocommerce/changelog/fix-wooairr-48-taxes-report-columns-bc woocommerce/changelog/fix-wooairr-48-taxes-report-columns-bc changelog/fix-wooairr-48-taxes-report-columns-bc fix-wooairr-48-taxes-report-columns-bc +plugins/woocommerce/changelog/wooplug-7554-add-tooling-catalog +woocommerce/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog +plugins/woocommerce/changelog/fix-blocks-interactivity-entries-path-substring +woocommerce/changelog/fix-blocks-interactivity-entries-path-substring +changelog/fix-blocks-interactivity-entries-path-substring +fix-blocks-interactivity-entries-path-substring +plugins/woocommerce/changelog/fix-67417-stale-variation-restoration +woocommerce/changelog/fix-67417-stale-variation-restoration +changelog/fix-67417-stale-variation-restoration +fix-67417-stale-variation-restoration plugins/woocommerce/changelog/update-catalog-sorting-content-width woocommerce/changelog/update-catalog-sorting-content-width changelog/update-catalog-sorting-content-width @@ -43780,6 +43816,10 @@ plugins/woocommerce/changelog/fix-hydration-restore-cart-context woocommerce/changelog/fix-hydration-restore-cart-context changelog/fix-hydration-restore-cart-context fix-hydration-restore-cart-context +plugins/woocommerce/changelog/fix-pos-catalog-response-url +woocommerce/changelog/fix-pos-catalog-response-url +changelog/fix-pos-catalog-response-url +fix-pos-catalog-response-url plugins/woocommerce/changelog/fix-refund-returning-customer-clobbered-on-first-order-recalc woocommerce/changelog/fix-refund-returning-customer-clobbered-on-first-order-recalc changelog/fix-refund-returning-customer-clobbered-on-first-order-recalc @@ -43812,6 +43852,10 @@ plugins/woocommerce/changelog/wooplug-7407-non-sticky-admin-header woocommerce/changelog/wooplug-7407-non-sticky-admin-header changelog/wooplug-7407-non-sticky-admin-header wooplug-7407-non-sticky-admin-header +plugins/woocommerce/changelog/role-column-last-in-customers-table +woocommerce/changelog/role-column-last-in-customers-table +changelog/role-column-last-in-customers-table +role-column-last-in-customers-table plugins/woocommerce/changelog/.gitkeep woocommerce/changelog/.gitkeep changelog/.gitkeep @@ -43856,6 +43900,10 @@ plugins/woocommerce/changelog/fix-review-avatar-spacing woocommerce/changelog/fix-review-avatar-spacing changelog/fix-review-avatar-spacing fix-review-avatar-spacing +plugins/woocommerce/changelog/fix-coupon-minimum-amount-validation +woocommerce/changelog/fix-coupon-minimum-amount-validation +changelog/fix-coupon-minimum-amount-validation +fix-coupon-minimum-amount-validation plugins/woocommerce/changelog/dev-settings-registration-admin-init-priority woocommerce/changelog/dev-settings-registration-admin-init-priority changelog/dev-settings-registration-admin-init-priority @@ -43872,10 +43920,18 @@ plugins/woocommerce/changelog/fix-variation-report-order-pluralization woocommerce/changelog/fix-variation-report-order-pluralization changelog/fix-variation-report-order-pluralization fix-variation-report-order-pluralization +plugins/woocommerce/changelog/fix-admin-dataviews-uuid-dependency +woocommerce/changelog/fix-admin-dataviews-uuid-dependency +changelog/fix-admin-dataviews-uuid-dependency +fix-admin-dataviews-uuid-dependency plugins/woocommerce/changelog/fix-67170-historical-data-actions-alignment woocommerce/changelog/fix-67170-historical-data-actions-alignment changelog/fix-67170-historical-data-actions-alignment fix-67170-historical-data-actions-alignment +plugins/woocommerce/changelog/fix-WOOAIRR-87 +woocommerce/changelog/fix-WOOAIRR-87 +changelog/fix-WOOAIRR-87 +fix-WOOAIRR-87 plugins/woocommerce/changelog/wooplug-7407-white-classic-editor-tools woocommerce/changelog/wooplug-7407-white-classic-editor-tools changelog/wooplug-7407-white-classic-editor-tools @@ -43892,6 +43948,10 @@ plugins/woocommerce/changelog/65484-fix-cart-item-data-non-scalar woocommerce/changelog/65484-fix-cart-item-data-non-scalar changelog/65484-fix-cart-item-data-non-scalar 65484-fix-cart-item-data-non-scalar +plugins/woocommerce/changelog/fix-wooprd-3593-settings-ui-components +woocommerce/changelog/fix-wooprd-3593-settings-ui-components +changelog/fix-wooprd-3593-settings-ui-components +fix-wooprd-3593-settings-ui-components plugins/woocommerce/changelog/add-identifier-placeholder-sniff woocommerce/changelog/add-identifier-placeholder-sniff changelog/add-identifier-placeholder-sniff @@ -48620,6 +48680,16 @@ rest-api/Controllers/Version3/class-wc-rest-customers-controller-tests.php Controllers/Version3/class-wc-rest-customers-controller-tests.php Version3/class-wc-rest-customers-controller-tests.php class-wc-rest-customers-controller-tests.php +plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/Fixtures/class-wc-rest-orders-controller-rejecting-order-item-product.php +woocommerce/tests/php/includes/rest-api/Controllers/Version3/Fixtures/class-wc-rest-orders-controller-rejecting-order-item-product.php +tests/php/includes/rest-api/Controllers/Version3/Fixtures/class-wc-rest-orders-controller-rejecting-order-item-product.php +php/includes/rest-api/Controllers/Version3/Fixtures/class-wc-rest-orders-controller-rejecting-order-item-product.php +includes/rest-api/Controllers/Version3/Fixtures/class-wc-rest-orders-controller-rejecting-order-item-product.php +rest-api/Controllers/Version3/Fixtures/class-wc-rest-orders-controller-rejecting-order-item-product.php +Controllers/Version3/Fixtures/class-wc-rest-orders-controller-rejecting-order-item-product.php +Version3/Fixtures/class-wc-rest-orders-controller-rejecting-order-item-product.php +Fixtures/class-wc-rest-orders-controller-rejecting-order-item-product.php +class-wc-rest-orders-controller-rejecting-order-item-product.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller-tests.php woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller-tests.php tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller-tests.php @@ -48827,6 +48897,15 @@ rest-api/Controllers/Version2/class-wc-rest-products-controller-tests.php Controllers/Version2/class-wc-rest-products-controller-tests.php Version2/class-wc-rest-products-controller-tests.php class-wc-rest-products-controller-tests.php +plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller-tests.php +woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller-tests.php +tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller-tests.php +php/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller-tests.php +includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller-tests.php +rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller-tests.php +Controllers/Version2/class-wc-rest-coupons-v2-controller-tests.php +Version2/class-wc-rest-coupons-v2-controller-tests.php +class-wc-rest-coupons-v2-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php @@ -59164,6 +59243,13 @@ e2e/test-plugins/wc-email-template-sync-test-helper/wc-email-template-sync-test- test-plugins/wc-email-template-sync-test-helper/wc-email-template-sync-test-helper.php wc-email-template-sync-test-helper/wc-email-template-sync-test-helper.php wc-email-template-sync-test-helper.php +plugins/woocommerce/tests/e2e/test-plugins/settings-ui-component-registration/settings-ui-component-registration.php +woocommerce/tests/e2e/test-plugins/settings-ui-component-registration/settings-ui-component-registration.php +tests/e2e/test-plugins/settings-ui-component-registration/settings-ui-component-registration.php +e2e/test-plugins/settings-ui-component-registration/settings-ui-component-registration.php +test-plugins/settings-ui-component-registration/settings-ui-component-registration.php +settings-ui-component-registration/settings-ui-component-registration.php +settings-ui-component-registration.php plugins/woocommerce/tests/e2e/README.md woocommerce/tests/e2e/README.md tests/e2e/README.md @@ -86149,6 +86235,11 @@ php/woocommerce-analytics/changelog/update-php-dev-dependency-security-patches woocommerce-analytics/changelog/update-php-dev-dependency-security-patches changelog/update-php-dev-dependency-security-patches update-php-dev-dependency-security-patches +packages/php/woocommerce-analytics/changelog/wooplug-7554-add-tooling-catalog +php/woocommerce-analytics/changelog/wooplug-7554-add-tooling-catalog +woocommerce-analytics/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/php/woocommerce-analytics/changelog/update-wpcs-3-4-1 php/woocommerce-analytics/changelog/update-wpcs-3-4-1 woocommerce-analytics/changelog/update-wpcs-3-4-1 @@ -87190,6 +87281,11 @@ js/admin-layout/changelog/wooplug-6930-eslint-v10-flat-config admin-layout/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/admin-layout/changelog/wooplug-7554-add-tooling-catalog +js/admin-layout/changelog/wooplug-7554-add-tooling-catalog +admin-layout/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/admin-layout/changelog/.gitkeep js/admin-layout/changelog/.gitkeep admin-layout/changelog/.gitkeep @@ -87329,6 +87425,11 @@ js/csv-export/changelog/wooplug-6930-eslint-v10-flat-config csv-export/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/csv-export/changelog/wooplug-7554-add-tooling-catalog +js/csv-export/changelog/wooplug-7554-add-tooling-catalog +csv-export/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/csv-export/changelog/.gitkeep js/csv-export/changelog/.gitkeep csv-export/changelog/.gitkeep @@ -87432,6 +87533,11 @@ packages/js/email-editor/package.json js/email-editor/package.json email-editor/package.json package.json +packages/js/email-editor/changelog/wooplug-7554-add-tooling-catalog +js/email-editor/changelog/wooplug-7554-add-tooling-catalog +email-editor/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/email-editor/changelog/.gitkeep js/email-editor/changelog/.gitkeep email-editor/changelog/.gitkeep @@ -88601,6 +88707,11 @@ js/currency/changelog/wooplug-6930-eslint-v10-flat-config currency/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/currency/changelog/wooplug-7554-add-tooling-catalog +js/currency/changelog/wooplug-7554-add-tooling-catalog +currency/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/currency/changelog/.gitkeep js/currency/changelog/.gitkeep currency/changelog/.gitkeep @@ -88711,6 +88822,11 @@ js/data/changelog/66078-dehoist-react data/changelog/66078-dehoist-react changelog/66078-dehoist-react 66078-dehoist-react +packages/js/data/changelog/fix-analytics-settings-report-cache +js/data/changelog/fix-analytics-settings-report-cache +data/changelog/fix-analytics-settings-report-cache +changelog/fix-analytics-settings-report-cache +fix-analytics-settings-report-cache packages/js/data/changelog/dev-eslint-no-floating-promises js/data/changelog/dev-eslint-no-floating-promises data/changelog/dev-eslint-no-floating-promises @@ -88721,6 +88837,11 @@ js/data/changelog/wooplug-6930-eslint-v10-flat-config data/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/data/changelog/wooplug-7554-add-tooling-catalog +js/data/changelog/wooplug-7554-add-tooling-catalog +data/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/data/changelog/65662-dev-65627-postrelease-cleanup js/data/changelog/65662-dev-65627-postrelease-cleanup data/changelog/65662-dev-65627-postrelease-cleanup @@ -89070,6 +89191,13 @@ data/src/settings/actions.ts src/settings/actions.ts settings/actions.ts actions.ts +packages/js/data/src/settings/test/selectors.ts +js/data/src/settings/test/selectors.ts +data/src/settings/test/selectors.ts +src/settings/test/selectors.ts +settings/test/selectors.ts +test/selectors.ts +selectors.ts packages/js/data/src/settings/selectors.ts js/data/src/settings/selectors.ts data/src/settings/selectors.ts @@ -90347,6 +90475,13 @@ data/src/reports/actions.ts src/reports/actions.ts reports/actions.ts actions.ts +packages/js/data/src/reports/test/utils.ts +js/data/src/reports/test/utils.ts +data/src/reports/test/utils.ts +src/reports/test/utils.ts +reports/test/utils.ts +test/utils.ts +utils.ts packages/js/data/src/reports/test/reducer.ts js/data/src/reports/test/reducer.ts data/src/reports/test/reducer.ts @@ -90535,6 +90670,11 @@ js/experimental/changelog/wooplug-6930-eslint-v10-flat-config experimental/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/experimental/changelog/wooplug-7554-add-tooling-catalog +js/experimental/changelog/wooplug-7554-add-tooling-catalog +experimental/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/experimental/changelog/.gitkeep js/experimental/changelog/.gitkeep experimental/changelog/.gitkeep @@ -90786,6 +90926,11 @@ packages/js/eslint-plugin/package.json js/eslint-plugin/package.json eslint-plugin/package.json package.json +packages/js/eslint-plugin/changelog/wooplug-7554-add-tooling-catalog +js/eslint-plugin/changelog/wooplug-7554-add-tooling-catalog +eslint-plugin/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/eslint-plugin/changelog/.gitkeep js/eslint-plugin/changelog/.gitkeep eslint-plugin/changelog/.gitkeep @@ -90951,6 +91096,11 @@ js/components/changelog/66078-dehoist-react components/changelog/66078-dehoist-react changelog/66078-dehoist-react 66078-dehoist-react +packages/js/components/changelog/67634-35900-ip-search-bug +js/components/changelog/67634-35900-ip-search-bug +components/changelog/67634-35900-ip-search-bug +changelog/67634-35900-ip-search-bug +67634-35900-ip-search-bug packages/js/components/changelog/dev-eslint-no-floating-promises js/components/changelog/dev-eslint-no-floating-promises components/changelog/dev-eslint-no-floating-promises @@ -90966,6 +91116,11 @@ js/components/changelog/wooplug-6930-eslint-v10-flat-config components/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/components/changelog/wooplug-7554-add-tooling-catalog +js/components/changelog/wooplug-7554-add-tooling-catalog +components/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/components/changelog/fix-53727-rtl-dropdown-arrow js/components/changelog/fix-53727-rtl-dropdown-arrow components/changelog/fix-53727-rtl-dropdown-arrow @@ -92530,6 +92685,13 @@ src/advanced-filters/test/utils.js advanced-filters/test/utils.js test/utils.js utils.js +packages/js/components/src/advanced-filters/test/search-filter.test.js +js/components/src/advanced-filters/test/search-filter.test.js +components/src/advanced-filters/test/search-filter.test.js +src/advanced-filters/test/search-filter.test.js +advanced-filters/test/search-filter.test.js +test/search-filter.test.js +search-filter.test.js packages/js/components/src/advanced-filters/style.scss js/components/src/advanced-filters/style.scss components/src/advanced-filters/style.scss @@ -94738,6 +94900,11 @@ js/experimental-products-app/changelog/update-product-status-and-catalog-visibil experimental-products-app/changelog/update-product-status-and-catalog-visibility-dropdowns changelog/update-product-status-and-catalog-visibility-dropdowns update-product-status-and-catalog-visibility-dropdowns +packages/js/experimental-products-app/changelog/wooplug-7554-add-tooling-catalog +js/experimental-products-app/changelog/wooplug-7554-add-tooling-catalog +experimental-products-app/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/experimental-products-app/changelog/update-remove-featured-helper-text js/experimental-products-app/changelog/update-remove-featured-helper-text experimental-products-app/changelog/update-remove-featured-helper-text @@ -96359,6 +96526,11 @@ js/number/changelog/wooplug-2965-negative-baseline-delta number/changelog/wooplug-2965-negative-baseline-delta changelog/wooplug-2965-negative-baseline-delta wooplug-2965-negative-baseline-delta +packages/js/number/changelog/wooplug-7554-add-tooling-catalog +js/number/changelog/wooplug-7554-add-tooling-catalog +number/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/number/changelog/.gitkeep js/number/changelog/.gitkeep number/changelog/.gitkeep @@ -96428,6 +96600,11 @@ js/explat/changelog/wooplug-6930-eslint-v10-flat-config explat/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/explat/changelog/wooplug-7554-add-tooling-catalog +js/explat/changelog/wooplug-7554-add-tooling-catalog +explat/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/explat/changelog/.gitkeep js/explat/changelog/.gitkeep explat/changelog/.gitkeep @@ -96662,6 +96839,11 @@ js/settings-ui/changelog/add-settings-ui settings-ui/changelog/add-settings-ui changelog/add-settings-ui add-settings-ui +packages/js/settings-ui/changelog/fix-wooprd-3593-missing-components +js/settings-ui/changelog/fix-wooprd-3593-missing-components +settings-ui/changelog/fix-wooprd-3593-missing-components +changelog/fix-wooprd-3593-missing-components +fix-wooprd-3593-missing-components packages/js/settings-ui/changelog/fix-form-submit-navigation-guard js/settings-ui/changelog/fix-form-submit-navigation-guard settings-ui/changelog/fix-form-submit-navigation-guard @@ -96682,6 +96864,11 @@ js/settings-ui/changelog/dev-mark-package-experimental settings-ui/changelog/dev-mark-package-experimental changelog/dev-mark-package-experimental dev-mark-package-experimental +packages/js/settings-ui/changelog/wooplug-7554-add-tooling-catalog +js/settings-ui/changelog/wooplug-7554-add-tooling-catalog +settings-ui/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/settings-ui/changelog/tweak-settings-ui-card-design js/settings-ui/changelog/tweak-settings-ui-card-design settings-ui/changelog/tweak-settings-ui-card-design @@ -97063,6 +97250,11 @@ js/onboarding/changelog/wooplug-6930-eslint-v10-flat-config onboarding/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/onboarding/changelog/wooplug-7554-add-tooling-catalog +js/onboarding/changelog/wooplug-7554-add-tooling-catalog +onboarding/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/onboarding/changelog/performance-woopayments-onboarding-svg-assets js/onboarding/changelog/performance-woopayments-onboarding-svg-assets onboarding/changelog/performance-woopayments-onboarding-svg-assets @@ -97627,6 +97819,11 @@ js/customer-effort-score/changelog/wooplug-6930-eslint-v10-flat-config customer-effort-score/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/customer-effort-score/changelog/wooplug-7554-add-tooling-catalog +js/customer-effort-score/changelog/wooplug-7554-add-tooling-catalog +customer-effort-score/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/customer-effort-score/changelog/.gitkeep js/customer-effort-score/changelog/.gitkeep customer-effort-score/changelog/.gitkeep @@ -97921,6 +98118,11 @@ js/remote-logging/changelog/wooplug-6930-eslint-v10-flat-config remote-logging/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/remote-logging/changelog/wooplug-7554-add-tooling-catalog +js/remote-logging/changelog/wooplug-7554-add-tooling-catalog +remote-logging/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/remote-logging/changelog/.gitkeep js/remote-logging/changelog/.gitkeep remote-logging/changelog/.gitkeep @@ -98006,6 +98208,11 @@ js/dependency-extraction-webpack-plugin/changelog/wooplug-6930-eslint-v10-flat-c dependency-extraction-webpack-plugin/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/dependency-extraction-webpack-plugin/changelog/wooplug-7554-add-tooling-catalog +js/dependency-extraction-webpack-plugin/changelog/wooplug-7554-add-tooling-catalog +dependency-extraction-webpack-plugin/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/dependency-extraction-webpack-plugin/changelog/.gitkeep js/dependency-extraction-webpack-plugin/changelog/.gitkeep dependency-extraction-webpack-plugin/changelog/.gitkeep @@ -98070,6 +98277,11 @@ packages/js/date/package.json js/date/package.json date/package.json package.json +packages/js/date/changelog/fix-53303-day-range-in-localized-format +js/date/changelog/fix-53303-day-range-in-localized-format +date/changelog/fix-53303-day-range-in-localized-format +changelog/fix-53303-day-range-in-localized-format +fix-53303-day-range-in-localized-format packages/js/date/changelog/wooplug-6930-eslint-v10-flat-config js/date/changelog/wooplug-6930-eslint-v10-flat-config date/changelog/wooplug-6930-eslint-v10-flat-config @@ -98080,6 +98292,11 @@ js/date/changelog/fix-week-start-setting date/changelog/fix-week-start-setting changelog/fix-week-start-setting fix-week-start-setting +packages/js/date/changelog/wooplug-7554-add-tooling-catalog +js/date/changelog/wooplug-7554-add-tooling-catalog +date/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/date/changelog/.gitkeep js/date/changelog/.gitkeep date/changelog/.gitkeep @@ -98261,6 +98478,11 @@ js/internal-js-tests/changelog/wooplug-6930-eslint-v10-flat-config internal-js-tests/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/internal-js-tests/changelog/wooplug-7554-add-tooling-catalog +js/internal-js-tests/changelog/wooplug-7554-add-tooling-catalog +internal-js-tests/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/internal-js-tests/changelog/52815-dev-lock-dependencies js/internal-js-tests/changelog/52815-dev-lock-dependencies internal-js-tests/changelog/52815-dev-lock-dependencies @@ -99162,6 +99384,11 @@ js/notices/changelog/44566-fix-44565-fix-gutenberg-links-pointing-to-the-wrong-b notices/changelog/44566-fix-44565-fix-gutenberg-links-pointing-to-the-wrong-branch-in-the-docs changelog/44566-fix-44565-fix-gutenberg-links-pointing-to-the-wrong-branch-in-the-docs 44566-fix-44565-fix-gutenberg-links-pointing-to-the-wrong-branch-in-the-docs +packages/js/notices/changelog/wooplug-7554-add-tooling-catalog +js/notices/changelog/wooplug-7554-add-tooling-catalog +notices/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/notices/changelog/52815-dev-lock-dependencies js/notices/changelog/52815-dev-lock-dependencies notices/changelog/52815-dev-lock-dependencies @@ -99340,6 +99567,11 @@ js/tracks/changelog/wooplug-6930-eslint-v10-flat-config tracks/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/tracks/changelog/wooplug-7554-add-tooling-catalog +js/tracks/changelog/wooplug-7554-add-tooling-catalog +tracks/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/tracks/changelog/.gitkeep js/tracks/changelog/.gitkeep tracks/changelog/.gitkeep @@ -99419,6 +99651,11 @@ js/sanitize/changelog/63483-add-62921-shared-monorepo-ts-config sanitize/changelog/63483-add-62921-shared-monorepo-ts-config changelog/63483-add-62921-shared-monorepo-ts-config 63483-add-62921-shared-monorepo-ts-config +packages/js/sanitize/changelog/wooplug-7554-add-tooling-catalog +js/sanitize/changelog/wooplug-7554-add-tooling-catalog +sanitize/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/sanitize/changelog/65662-dev-65627-postrelease-cleanup js/sanitize/changelog/65662-dev-65627-postrelease-cleanup sanitize/changelog/65662-dev-65627-postrelease-cleanup @@ -99531,6 +99768,11 @@ js/navigation/changelog/wooplug-6930-eslint-v10-flat-config navigation/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/navigation/changelog/wooplug-7554-add-tooling-catalog +js/navigation/changelog/wooplug-7554-add-tooling-catalog +navigation/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/navigation/changelog/65662-dev-65627-postrelease-cleanup js/navigation/changelog/65662-dev-65627-postrelease-cleanup navigation/changelog/65662-dev-65627-postrelease-cleanup @@ -99628,6 +99870,11 @@ js/expression-evaluation/changelog/wooplug-6930-eslint-v10-flat-config expression-evaluation/changelog/wooplug-6930-eslint-v10-flat-config changelog/wooplug-6930-eslint-v10-flat-config wooplug-6930-eslint-v10-flat-config +packages/js/expression-evaluation/changelog/wooplug-7554-add-tooling-catalog +js/expression-evaluation/changelog/wooplug-7554-add-tooling-catalog +expression-evaluation/changelog/wooplug-7554-add-tooling-catalog +changelog/wooplug-7554-add-tooling-catalog +wooplug-7554-add-tooling-catalog packages/js/expression-evaluation/changelog/.gitkeep js/expression-evaluation/changelog/.gitkeep expression-evaluation/changelog/.gitkeep diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt index 013075303..e8802a99a 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt @@ -4936,22 +4936,28 @@ plugins/woocommerce/package.json plugins/woocommerce/changelog/update-php-dev-dependency-security-patches plugins/woocommerce/changelog/fix-67394-subdirectory-redirect plugins/woocommerce/changelog/fix-identifier-placeholders-sessions +plugins/woocommerce/changelog/update-react-number-format-5 plugins/woocommerce/changelog/fix-41318-hpos-orders-date-filter plugins/woocommerce/changelog/fix-phpstan-baseline-transient-files +plugins/woocommerce/changelog/fix-wooairr-97-restore-recently-viewed-query-ids plugins/woocommerce/changelog/remove-orphaned-reviews-stylesheet plugins/woocommerce/changelog/revert-product-collection-alignment plugins/woocommerce/changelog/fix-tests-base-teardown-singleton-cleanup plugins/woocommerce/changelog/32209-add-phone-to-customer-reports +plugins/woocommerce/changelog/update-patterns-category-name plugins/woocommerce/changelog/fix-55817-rtl-pagination-arrows plugins/woocommerce/changelog/fix-35635-account-orders-column-filter plugins/woocommerce/changelog/fix-gb-nightly-create-post-appender plugins/woocommerce/changelog/67711-fix-order-attribution-form-dedup plugins/woocommerce/changelog/67459-lv-postcode-validation plugins/woocommerce/changelog/fix-56112-product-task-menu +plugins/woocommerce/changelog/fix-53303-day-range-in-localized-format plugins/woocommerce/changelog/dev-phpcs-test-hook-sniff-exclusions plugins/woocommerce/changelog/fix-46459-core-deprecation-versions +plugins/woocommerce/changelog/fix-analytics-settings-report-cache plugins/woocommerce/changelog/add-helper-api-rate-limit-backoff plugins/woocommerce/changelog/ralucaStan-saved-for-later-cart-template +plugins/woocommerce/changelog/fix-last-quarter-end-date-rollover plugins/woocommerce/changelog/fix-wooplug-6420-taxes-report-date-type plugins/woocommerce/changelog/fix-62151-refund-fix-tool-notice plugins/woocommerce/changelog/fix-order-attribution-form-dedup @@ -4974,12 +4980,16 @@ plugins/woocommerce/changelog/fix-week-start-setting plugins/woocommerce/changelog/41225-performance-skip-review-lookup-updates plugins/woocommerce/changelog/fix-identifier-placeholders-orders plugins/woocommerce/changelog/fix-wooairr-48-taxes-report-columns-bc +plugins/woocommerce/changelog/wooplug-7554-add-tooling-catalog +plugins/woocommerce/changelog/fix-blocks-interactivity-entries-path-substring +plugins/woocommerce/changelog/fix-67417-stale-variation-restoration plugins/woocommerce/changelog/update-catalog-sorting-content-width plugins/woocommerce/changelog/add-payment-placement-contract-tests plugins/woocommerce/changelog/fix-remove-dead-slowdbquery-suppression plugins/woocommerce/changelog/performance-tuneup-product-caches-invalidation plugins/woocommerce/changelog/fix-product-widget-slowdbquery-suppressions plugins/woocommerce/changelog/fix-hydration-restore-cart-context +plugins/woocommerce/changelog/fix-pos-catalog-response-url plugins/woocommerce/changelog/fix-refund-returning-customer-clobbered-on-first-order-recalc plugins/woocommerce/changelog/wooplug-7525-track-product-sorting-usage plugins/woocommerce/changelog/fix-blocks-e2e-template-revert-action @@ -4988,6 +4998,7 @@ plugins/woocommerce/changelog/fix-mastercard-branding plugins/woocommerce/changelog/wpcs-replacement plugins/woocommerce/changelog/fix-recently-viewed-widget-query-cap plugins/woocommerce/changelog/wooplug-7407-non-sticky-admin-header +plugins/woocommerce/changelog/role-column-last-in-customers-table plugins/woocommerce/changelog/.gitkeep plugins/woocommerce/changelog/update-plugin-directory-screenshots plugins/woocommerce/changelog/dev-ci-jobs-job-level-ignore @@ -4999,15 +5010,19 @@ plugins/woocommerce/changelog/66072-perf-v4-customer-schema-gate-aggregates plugins/woocommerce/changelog/fix-receipt-payment-method-non-string plugins/woocommerce/changelog/fix-41577-nbsp-separator-entities plugins/woocommerce/changelog/fix-review-avatar-spacing +plugins/woocommerce/changelog/fix-coupon-minimum-amount-validation plugins/woocommerce/changelog/dev-settings-registration-admin-init-priority plugins/woocommerce/changelog/update-action-scheduler-via-automation plugins/woocommerce/changelog/wooprd-3662-remove-activity-panel plugins/woocommerce/changelog/fix-variation-report-order-pluralization +plugins/woocommerce/changelog/fix-admin-dataviews-uuid-dependency plugins/woocommerce/changelog/fix-67170-historical-data-actions-alignment +plugins/woocommerce/changelog/fix-WOOAIRR-87 plugins/woocommerce/changelog/wooplug-7407-white-classic-editor-tools plugins/woocommerce/changelog/deprecate-brand-recount-methods plugins/woocommerce/changelog/fix-settings-ui-dataviews-17-compatibility plugins/woocommerce/changelog/65484-fix-cart-item-data-non-scalar +plugins/woocommerce/changelog/fix-wooprd-3593-settings-ui-components plugins/woocommerce/changelog/add-identifier-placeholder-sniff plugins/woocommerce/changelog/fix-hpos-sync-pending-null-count plugins/woocommerce/changelog/fix-lv-postcode-separator @@ -5813,6 +5828,7 @@ plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-re plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller-test.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller-test.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller-tests.php +plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/Fixtures/class-wc-rest-orders-controller-rejecting-order-item-product.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller-tests.php @@ -5836,6 +5852,7 @@ plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version1/class-wc-re plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-products-controller-tests.php +plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller-tests.php @@ -7088,6 +7105,7 @@ plugins/woocommerce/tests/e2e/test-plugins/wc-email-template-sync-test-helper/in plugins/woocommerce/tests/e2e/test-plugins/wc-email-template-sync-test-helper/includes/class-rest-controller.php plugins/woocommerce/tests/e2e/test-plugins/wc-email-template-sync-test-helper/includes/class-fake-third-party-email.php plugins/woocommerce/tests/e2e/test-plugins/wc-email-template-sync-test-helper/wc-email-template-sync-test-helper.php +plugins/woocommerce/tests/e2e/test-plugins/settings-ui-component-registration/settings-ui-component-registration.php plugins/woocommerce/tests/e2e/README.md plugins/woocommerce/tests/e2e/tests/marketing/overview.spec.ts plugins/woocommerce/tests/e2e/tests/basic/dashboard-access.spec.ts @@ -11138,6 +11156,7 @@ packages/php/woocommerce-analytics/tasks/mirror-github/workflows/readonly.yml packages/php/woocommerce-analytics/tasks/build-package.sh packages/php/woocommerce-analytics/package.json packages/php/woocommerce-analytics/changelog/update-php-dev-dependency-security-patches +packages/php/woocommerce-analytics/changelog/wooplug-7554-add-tooling-catalog packages/php/woocommerce-analytics/changelog/update-wpcs-3-4-1 packages/php/woocommerce-analytics/changelog/.gitkeep packages/php/woocommerce-analytics/README.md @@ -11309,6 +11328,7 @@ packages/js/admin-layout/eslint.config.mjs packages/js/admin-layout/package.json packages/js/admin-layout/changelog/consolidate-eslint-core-modules packages/js/admin-layout/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/admin-layout/changelog/wooplug-7554-add-tooling-catalog packages/js/admin-layout/changelog/.gitkeep packages/js/admin-layout/README.md packages/js/admin-layout/CHANGELOG.md @@ -11336,6 +11356,7 @@ packages/js/csv-export/tsconfig.json packages/js/csv-export/eslint.config.mjs packages/js/csv-export/package.json packages/js/csv-export/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/csv-export/changelog/wooplug-7554-add-tooling-catalog packages/js/csv-export/changelog/.gitkeep packages/js/csv-export/README.md packages/js/csv-export/CHANGELOG.md @@ -11358,6 +11379,7 @@ packages/js/email-editor/.npmrc packages/js/email-editor/tsconfig.json packages/js/email-editor/eslint.config.mjs packages/js/email-editor/package.json +packages/js/email-editor/changelog/wooplug-7554-add-tooling-catalog packages/js/email-editor/changelog/.gitkeep packages/js/email-editor/blueprint.json packages/js/email-editor/jest.setup.ts @@ -11538,6 +11560,7 @@ packages/js/currency/eslint.config.mjs packages/js/currency/package.json packages/js/currency/changelog/consolidate-eslint-core-modules packages/js/currency/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/currency/changelog/wooplug-7554-add-tooling-catalog packages/js/currency/changelog/.gitkeep packages/js/currency/README.md packages/js/currency/CHANGELOG.md @@ -11562,8 +11585,10 @@ packages/js/data/changelog/add-60393-activity-panel-store packages/js/data/changelog/add-onboarding-task-image-metadata packages/js/data/changelog/consolidate-eslint-core-modules packages/js/data/changelog/66078-dehoist-react +packages/js/data/changelog/fix-analytics-settings-report-cache packages/js/data/changelog/dev-eslint-no-floating-promises packages/js/data/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/data/changelog/wooplug-7554-add-tooling-catalog packages/js/data/changelog/65662-dev-65627-postrelease-cleanup packages/js/data/changelog/.gitkeep packages/js/data/README.md @@ -11622,6 +11647,7 @@ packages/js/data/src/settings/action-types.ts packages/js/data/src/settings/types.ts packages/js/data/src/settings/constants.ts packages/js/data/src/settings/actions.ts +packages/js/data/src/settings/test/selectors.ts packages/js/data/src/settings/selectors.ts packages/js/data/src/settings/with-settings-hydration.tsx packages/js/data/src/settings/index.ts @@ -11831,6 +11857,7 @@ packages/js/data/src/reports/action-types.ts packages/js/data/src/reports/types.ts packages/js/data/src/reports/constants.ts packages/js/data/src/reports/actions.ts +packages/js/data/src/reports/test/utils.ts packages/js/data/src/reports/test/reducer.ts packages/js/data/src/reports/selectors.ts packages/js/data/src/reports/index.ts @@ -11866,6 +11893,7 @@ packages/js/experimental/changelog/consolidate-eslint-core-modules packages/js/experimental/changelog/66078-dehoist-react packages/js/experimental/changelog/tweak-woo-home-dashboard-task-styles packages/js/experimental/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/experimental/changelog/wooplug-7554-add-tooling-catalog packages/js/experimental/changelog/.gitkeep packages/js/experimental/README.md packages/js/experimental/CHANGELOG.md @@ -11910,6 +11938,7 @@ packages/js/eslint-plugin/configs/custom.js packages/js/eslint-plugin/configs/recommended.js packages/js/eslint-plugin/eslint.config.mjs packages/js/eslint-plugin/package.json +packages/js/eslint-plugin/changelog/wooplug-7554-add-tooling-catalog packages/js/eslint-plugin/changelog/.gitkeep packages/js/eslint-plugin/README.md packages/js/eslint-plugin/CHANGELOG.md @@ -11947,9 +11976,11 @@ packages/js/components/package.json packages/js/components/changelog/fix-55817-rtl-pagination-arrows packages/js/components/changelog/consolidate-eslint-core-modules packages/js/components/changelog/66078-dehoist-react +packages/js/components/changelog/67634-35900-ip-search-bug packages/js/components/changelog/dev-eslint-no-floating-promises packages/js/components/changelog/39772-search-wcsettings packages/js/components/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/components/changelog/wooplug-7554-add-tooling-catalog packages/js/components/changelog/fix-53727-rtl-dropdown-arrow packages/js/components/changelog/fix-select-control-inline-tag-alignment packages/js/components/changelog/.gitkeep @@ -12188,6 +12219,7 @@ packages/js/components/src/advanced-filters/search-filter.js packages/js/components/src/advanced-filters/date-filter.js packages/js/components/src/advanced-filters/test/advanced-filters.test.js packages/js/components/src/advanced-filters/test/utils.js +packages/js/components/src/advanced-filters/test/search-filter.test.js packages/js/components/src/advanced-filters/style.scss packages/js/components/src/advanced-filters/stories/advanced-filters.story.js packages/js/components/src/advanced-filters/README.md @@ -12547,6 +12579,7 @@ packages/js/experimental-products-app/changelog/update-dimensions-row-layout packages/js/experimental-products-app/changelog/update-always-show-sale-price packages/js/experimental-products-app/changelog/fix-variation-active-status packages/js/experimental-products-app/changelog/update-product-status-and-catalog-visibility-dropdowns +packages/js/experimental-products-app/changelog/wooplug-7554-add-tooling-catalog packages/js/experimental-products-app/changelog/update-remove-featured-helper-text packages/js/experimental-products-app/changelog/64424-add-filters packages/js/experimental-products-app/changelog/fix-products-app-drawer-animated-close @@ -12799,6 +12832,7 @@ packages/js/number/eslint.config.mjs packages/js/number/package.json packages/js/number/changelog/wooplug-6930-eslint-v10-flat-config packages/js/number/changelog/wooplug-2965-negative-baseline-delta +packages/js/number/changelog/wooplug-7554-add-tooling-catalog packages/js/number/changelog/.gitkeep packages/js/number/README.md packages/js/number/CHANGELOG.md @@ -12815,6 +12849,7 @@ packages/js/explat/tsconfig.json packages/js/explat/eslint.config.mjs packages/js/explat/package.json packages/js/explat/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/explat/changelog/wooplug-7554-add-tooling-catalog packages/js/explat/changelog/.gitkeep packages/js/explat/README.md packages/js/explat/CHANGELOG.md @@ -12862,10 +12897,12 @@ packages/js/settings-ui/changelog/update-wordpress-admin-ui packages/js/settings-ui/changelog/add-wpds-shell-components packages/js/settings-ui/changelog/update-rename-settings-ui-package packages/js/settings-ui/changelog/add-settings-ui +packages/js/settings-ui/changelog/fix-wooprd-3593-missing-components packages/js/settings-ui/changelog/fix-form-submit-navigation-guard packages/js/settings-ui/changelog/fix-number-spin-control-scientific-precision packages/js/settings-ui/changelog/update-number-spin-control packages/js/settings-ui/changelog/dev-mark-package-experimental +packages/js/settings-ui/changelog/wooplug-7554-add-tooling-catalog packages/js/settings-ui/changelog/tweak-settings-ui-card-design packages/js/settings-ui/changelog/update-shell-header-top-level-pages packages/js/settings-ui/changelog/fix-save-and-continue-navigation @@ -12942,6 +12979,7 @@ packages/js/onboarding/changelog/consolidate-eslint-core-modules packages/js/onboarding/changelog/fix-dz-states-test-fixture packages/js/onboarding/changelog/dev-eslint-no-floating-promises packages/js/onboarding/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/onboarding/changelog/wooplug-7554-add-tooling-catalog packages/js/onboarding/changelog/performance-woopayments-onboarding-svg-assets packages/js/onboarding/changelog/.gitkeep packages/js/onboarding/changelog/fix-payment-methods-count-theme-colors @@ -13029,6 +13067,7 @@ packages/js/customer-effort-score/changelog/consolidate-eslint-core-modules packages/js/customer-effort-score/changelog/66078-dehoist-react packages/js/customer-effort-score/changelog/dev-eslint-no-floating-promises packages/js/customer-effort-score/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/customer-effort-score/changelog/wooplug-7554-add-tooling-catalog packages/js/customer-effort-score/changelog/.gitkeep packages/js/customer-effort-score/README.md packages/js/customer-effort-score/CHANGELOG.md @@ -13080,6 +13119,7 @@ packages/js/remote-logging/eslint.config.mjs packages/js/remote-logging/package.json packages/js/remote-logging/changelog/consolidate-eslint-core-modules packages/js/remote-logging/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/remote-logging/changelog/wooplug-7554-add-tooling-catalog packages/js/remote-logging/changelog/.gitkeep packages/js/remote-logging/README.md packages/js/remote-logging/CHANGELOG.md @@ -13098,6 +13138,7 @@ packages/js/dependency-extraction-webpack-plugin/.npmrc packages/js/dependency-extraction-webpack-plugin/eslint.config.mjs packages/js/dependency-extraction-webpack-plugin/package.json packages/js/dependency-extraction-webpack-plugin/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/dependency-extraction-webpack-plugin/changelog/wooplug-7554-add-tooling-catalog packages/js/dependency-extraction-webpack-plugin/changelog/.gitkeep packages/js/dependency-extraction-webpack-plugin/README.md packages/js/dependency-extraction-webpack-plugin/CHANGELOG.md @@ -13113,8 +13154,10 @@ packages/js/date/.npmrc packages/js/date/tsconfig.json packages/js/date/eslint.config.mjs packages/js/date/package.json +packages/js/date/changelog/fix-53303-day-range-in-localized-format packages/js/date/changelog/wooplug-6930-eslint-v10-flat-config packages/js/date/changelog/fix-week-start-setting +packages/js/date/changelog/wooplug-7554-add-tooling-catalog packages/js/date/changelog/.gitkeep packages/js/date/changelog/fix-64020-moment-tz-clobber packages/js/date/README.md @@ -13153,6 +13196,7 @@ packages/js/internal-js-tests/changelog/fix-domain-substitution packages/js/internal-js-tests/changelog/63483-add-62921-shared-monorepo-ts-config packages/js/internal-js-tests/changelog/update-wp-68-packages packages/js/internal-js-tests/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/internal-js-tests/changelog/wooplug-7554-add-tooling-catalog packages/js/internal-js-tests/changelog/52815-dev-lock-dependencies packages/js/internal-js-tests/changelog/43532-add-cli-to-ci-workflow packages/js/internal-js-tests/changelog/64111-dev-fix-admin-webpack-cache-misses @@ -13311,6 +13355,7 @@ packages/js/notices/changelog/63483-add-62921-shared-monorepo-ts-config packages/js/notices/changelog/update-wp-68-packages packages/js/notices/changelog/wooplug-6930-eslint-v10-flat-config packages/js/notices/changelog/44566-fix-44565-fix-gutenberg-links-pointing-to-the-wrong-branch-in-the-docs +packages/js/notices/changelog/wooplug-7554-add-tooling-catalog packages/js/notices/changelog/52815-dev-lock-dependencies packages/js/notices/changelog/43532-add-cli-to-ci-workflow packages/js/notices/changelog/53531-dev-react-18-ghidorah @@ -13347,6 +13392,7 @@ packages/js/tracks/tsconfig.json packages/js/tracks/eslint.config.mjs packages/js/tracks/package.json packages/js/tracks/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/tracks/changelog/wooplug-7554-add-tooling-catalog packages/js/tracks/changelog/.gitkeep packages/js/tracks/README.md packages/js/tracks/CHANGELOG.md @@ -13364,6 +13410,7 @@ packages/js/sanitize/package.json packages/js/sanitize/changelog/64838-dev-esbuild-package-builds packages/js/sanitize/changelog/chore-remove-unused-wp-scripts-deps packages/js/sanitize/changelog/63483-add-62921-shared-monorepo-ts-config +packages/js/sanitize/changelog/wooplug-7554-add-tooling-catalog packages/js/sanitize/changelog/65662-dev-65627-postrelease-cleanup packages/js/sanitize/changelog/dev-cjs-prepack-only packages/js/sanitize/changelog/dev-64837-type-check-only-on-lint @@ -13388,6 +13435,7 @@ packages/js/navigation/eslint.config.mjs packages/js/navigation/package.json packages/js/navigation/changelog/66078-dehoist-react packages/js/navigation/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/navigation/changelog/wooplug-7554-add-tooling-catalog packages/js/navigation/changelog/65662-dev-65627-postrelease-cleanup packages/js/navigation/changelog/.gitkeep packages/js/navigation/README.md @@ -13409,6 +13457,7 @@ packages/js/expression-evaluation/tsconfig.json packages/js/expression-evaluation/eslint.config.mjs packages/js/expression-evaluation/package.json packages/js/expression-evaluation/changelog/wooplug-6930-eslint-v10-flat-config +packages/js/expression-evaluation/changelog/wooplug-7554-add-tooling-catalog packages/js/expression-evaluation/changelog/.gitkeep packages/js/expression-evaluation/README.md packages/js/expression-evaluation/CHANGELOG.md diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad-all-levels.txt index 9159c237d..c78bef769 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad-all-levels.txt @@ -6288,6 +6288,12 @@ gql/queries/autocomplete_search/ticket.rb queries/autocomplete_search/ticket.rb autocomplete_search/ticket.rb ticket.rb +app/graphql/gql/queries/autocomplete_search/knowledge_base_category_icon.rb +graphql/gql/queries/autocomplete_search/knowledge_base_category_icon.rb +gql/queries/autocomplete_search/knowledge_base_category_icon.rb +queries/autocomplete_search/knowledge_base_category_icon.rb +autocomplete_search/knowledge_base_category_icon.rb +knowledge_base_category_icon.rb app/graphql/gql/queries/autocomplete_search/object_attribute_external_data_source.rb graphql/gql/queries/autocomplete_search/object_attribute_external_data_source.rb gql/queries/autocomplete_search/object_attribute_external_data_source.rb @@ -7278,6 +7284,39 @@ gql/mutations/concerns/handles_core_workflow.rb mutations/concerns/handles_core_workflow.rb concerns/handles_core_workflow.rb handles_core_workflow.rb +app/graphql/gql/mutations/knowledge_base/category/delete.rb +graphql/gql/mutations/knowledge_base/category/delete.rb +gql/mutations/knowledge_base/category/delete.rb +mutations/knowledge_base/category/delete.rb +knowledge_base/category/delete.rb +category/delete.rb +delete.rb +app/graphql/gql/mutations/knowledge_base/category/add.rb +graphql/gql/mutations/knowledge_base/category/add.rb +gql/mutations/knowledge_base/category/add.rb +mutations/knowledge_base/category/add.rb +knowledge_base/category/add.rb +category/add.rb +add.rb +app/graphql/gql/mutations/knowledge_base/category/update.rb +graphql/gql/mutations/knowledge_base/category/update.rb +gql/mutations/knowledge_base/category/update.rb +mutations/knowledge_base/category/update.rb +knowledge_base/category/update.rb +category/update.rb +update.rb +app/graphql/gql/mutations/knowledge_base/base.rb +graphql/gql/mutations/knowledge_base/base.rb +gql/mutations/knowledge_base/base.rb +mutations/knowledge_base/base.rb +knowledge_base/base.rb +base.rb +app/graphql/gql/mutations/knowledge_base/update.rb +graphql/gql/mutations/knowledge_base/update.rb +gql/mutations/knowledge_base/update.rb +mutations/knowledge_base/update.rb +knowledge_base/update.rb +update.rb app/graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform.rb graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform.rb gql/mutations/knowledge_base/answer/suggestion/content/transform.rb @@ -7716,6 +7755,12 @@ gql/types/autocomplete_search/external_data_source_entry_type.rb types/autocomplete_search/external_data_source_entry_type.rb autocomplete_search/external_data_source_entry_type.rb external_data_source_entry_type.rb +app/graphql/gql/types/autocomplete_search/knowledge_base_category_icon_entry_type.rb +graphql/gql/types/autocomplete_search/knowledge_base_category_icon_entry_type.rb +gql/types/autocomplete_search/knowledge_base_category_icon_entry_type.rb +types/autocomplete_search/knowledge_base_category_icon_entry_type.rb +autocomplete_search/knowledge_base_category_icon_entry_type.rb +knowledge_base_category_icon_entry_type.rb app/graphql/gql/types/autocomplete_search/entry_type.rb graphql/gql/types/autocomplete_search/entry_type.rb gql/types/autocomplete_search/entry_type.rb @@ -7969,6 +8014,13 @@ gql/types/enum/taskbar_app_type.rb types/enum/taskbar_app_type.rb enum/taskbar_app_type.rb taskbar_app_type.rb +app/graphql/gql/types/enum/knowledge_base/permission_access_type.rb +graphql/gql/types/enum/knowledge_base/permission_access_type.rb +gql/types/enum/knowledge_base/permission_access_type.rb +types/enum/knowledge_base/permission_access_type.rb +enum/knowledge_base/permission_access_type.rb +knowledge_base/permission_access_type.rb +permission_access_type.rb app/graphql/gql/types/enum/knowledge_base/visibility_type.rb graphql/gql/types/enum/knowledge_base/visibility_type.rb gql/types/enum/knowledge_base/visibility_type.rb @@ -8493,6 +8545,13 @@ types/input/autocomplete_search/recipient_input_type.rb input/autocomplete_search/recipient_input_type.rb autocomplete_search/recipient_input_type.rb recipient_input_type.rb +app/graphql/gql/types/input/autocomplete_search/knowledge_base_category_icon_input_type.rb +graphql/gql/types/input/autocomplete_search/knowledge_base_category_icon_input_type.rb +gql/types/input/autocomplete_search/knowledge_base_category_icon_input_type.rb +types/input/autocomplete_search/knowledge_base_category_icon_input_type.rb +input/autocomplete_search/knowledge_base_category_icon_input_type.rb +autocomplete_search/knowledge_base_category_icon_input_type.rb +knowledge_base_category_icon_input_type.rb app/graphql/gql/types/input/autocomplete_search/tag_input_type.rb graphql/gql/types/input/autocomplete_search/tag_input_type.rb gql/types/input/autocomplete_search/tag_input_type.rb @@ -8683,6 +8742,27 @@ types/input/concerns/provides_object_attribute_values.rb input/concerns/provides_object_attribute_values.rb concerns/provides_object_attribute_values.rb provides_object_attribute_values.rb +app/graphql/gql/types/input/knowledge_base/role_permission_input_type.rb +graphql/gql/types/input/knowledge_base/role_permission_input_type.rb +gql/types/input/knowledge_base/role_permission_input_type.rb +types/input/knowledge_base/role_permission_input_type.rb +input/knowledge_base/role_permission_input_type.rb +knowledge_base/role_permission_input_type.rb +role_permission_input_type.rb +app/graphql/gql/types/input/knowledge_base/input_type.rb +graphql/gql/types/input/knowledge_base/input_type.rb +gql/types/input/knowledge_base/input_type.rb +types/input/knowledge_base/input_type.rb +input/knowledge_base/input_type.rb +knowledge_base/input_type.rb +input_type.rb +app/graphql/gql/types/input/knowledge_base/category_input_type.rb +graphql/gql/types/input/knowledge_base/category_input_type.rb +gql/types/input/knowledge_base/category_input_type.rb +types/input/knowledge_base/category_input_type.rb +input/knowledge_base/category_input_type.rb +knowledge_base/category_input_type.rb +category_input_type.rb app/graphql/gql/types/input/system_import_configuration_input_type.rb graphql/gql/types/input/system_import_configuration_input_type.rb gql/types/input/system_import_configuration_input_type.rb @@ -8839,6 +8919,26 @@ gql/types/policy/ticket_type.rb types/policy/ticket_type.rb policy/ticket_type.rb ticket_type.rb +app/graphql/gql/types/policy/knowledge_base_type.rb +graphql/gql/types/policy/knowledge_base_type.rb +gql/types/policy/knowledge_base_type.rb +types/policy/knowledge_base_type.rb +policy/knowledge_base_type.rb +knowledge_base_type.rb +app/graphql/gql/types/policy/concerns/has_pundit_queries.rb +graphql/gql/types/policy/concerns/has_pundit_queries.rb +gql/types/policy/concerns/has_pundit_queries.rb +types/policy/concerns/has_pundit_queries.rb +policy/concerns/has_pundit_queries.rb +concerns/has_pundit_queries.rb +has_pundit_queries.rb +app/graphql/gql/types/policy/knowledge_base/category_type.rb +graphql/gql/types/policy/knowledge_base/category_type.rb +gql/types/policy/knowledge_base/category_type.rb +types/policy/knowledge_base/category_type.rb +policy/knowledge_base/category_type.rb +knowledge_base/category_type.rb +category_type.rb app/graphql/gql/types/ticket_external_references_type.rb graphql/gql/types/ticket_external_references_type.rb gql/types/ticket_external_references_type.rb @@ -14454,6 +14554,11 @@ models/form_updater/relation/ticket_state.rb form_updater/relation/ticket_state.rb relation/ticket_state.rb ticket_state.rb +app/models/form_updater/relation/knowledge_base_category_parent.rb +models/form_updater/relation/knowledge_base_category_parent.rb +form_updater/relation/knowledge_base_category_parent.rb +relation/knowledge_base_category_parent.rb +knowledge_base_category_parent.rb app/models/form_updater/relation/calendar.rb models/form_updater/relation/calendar.rb form_updater/relation/calendar.rb @@ -14631,6 +14736,41 @@ form_updater/updater/user/edit.rb updater/user/edit.rb user/edit.rb edit.rb +app/models/form_updater/updater/knowledge_base/category/create.rb +models/form_updater/updater/knowledge_base/category/create.rb +form_updater/updater/knowledge_base/category/create.rb +updater/knowledge_base/category/create.rb +knowledge_base/category/create.rb +category/create.rb +create.rb +app/models/form_updater/updater/knowledge_base/category/concerns/has_parent_and_permissions.rb +models/form_updater/updater/knowledge_base/category/concerns/has_parent_and_permissions.rb +form_updater/updater/knowledge_base/category/concerns/has_parent_and_permissions.rb +updater/knowledge_base/category/concerns/has_parent_and_permissions.rb +knowledge_base/category/concerns/has_parent_and_permissions.rb +category/concerns/has_parent_and_permissions.rb +concerns/has_parent_and_permissions.rb +has_parent_and_permissions.rb +app/models/form_updater/updater/knowledge_base/category/edit.rb +models/form_updater/updater/knowledge_base/category/edit.rb +form_updater/updater/knowledge_base/category/edit.rb +updater/knowledge_base/category/edit.rb +knowledge_base/category/edit.rb +category/edit.rb +edit.rb +app/models/form_updater/updater/knowledge_base/concerns/has_permissions_field.rb +models/form_updater/updater/knowledge_base/concerns/has_permissions_field.rb +form_updater/updater/knowledge_base/concerns/has_permissions_field.rb +updater/knowledge_base/concerns/has_permissions_field.rb +knowledge_base/concerns/has_permissions_field.rb +concerns/has_permissions_field.rb +has_permissions_field.rb +app/models/form_updater/updater/knowledge_base/edit.rb +models/form_updater/updater/knowledge_base/edit.rb +form_updater/updater/knowledge_base/edit.rb +updater/knowledge_base/edit.rb +knowledge_base/edit.rb +edit.rb app/models/form_updater/updater/guided_setup/email_archive.rb models/form_updater/updater/guided_setup/email_archive.rb form_updater/updater/guided_setup/email_archive.rb @@ -18262,6 +18402,37 @@ services/service/avatar/add.rb service/avatar/add.rb avatar/add.rb add.rb +app/services/service/knowledge_base/category/delete.rb +services/service/knowledge_base/category/delete.rb +service/knowledge_base/category/delete.rb +knowledge_base/category/delete.rb +category/delete.rb +delete.rb +app/services/service/knowledge_base/category/base.rb +services/service/knowledge_base/category/base.rb +service/knowledge_base/category/base.rb +knowledge_base/category/base.rb +category/base.rb +base.rb +app/services/service/knowledge_base/category/create.rb +services/service/knowledge_base/category/create.rb +service/knowledge_base/category/create.rb +knowledge_base/category/create.rb +category/create.rb +create.rb +app/services/service/knowledge_base/category/concerns/assigns_title.rb +services/service/knowledge_base/category/concerns/assigns_title.rb +service/knowledge_base/category/concerns/assigns_title.rb +knowledge_base/category/concerns/assigns_title.rb +category/concerns/assigns_title.rb +concerns/assigns_title.rb +assigns_title.rb +app/services/service/knowledge_base/category/update.rb +services/service/knowledge_base/category/update.rb +service/knowledge_base/category/update.rb +knowledge_base/category/update.rb +category/update.rb +update.rb app/services/service/knowledge_base/answers.rb services/service/knowledge_base/answers.rb service/knowledge_base/answers.rb @@ -18277,6 +18448,22 @@ services/service/knowledge_base/create_answer_from_ai_result.rb service/knowledge_base/create_answer_from_ai_result.rb knowledge_base/create_answer_from_ai_result.rb create_answer_from_ai_result.rb +app/services/service/knowledge_base/role_permissions.rb +services/service/knowledge_base/role_permissions.rb +service/knowledge_base/role_permissions.rb +knowledge_base/role_permissions.rb +role_permissions.rb +app/services/service/knowledge_base/concerns/applies_permissions.rb +services/service/knowledge_base/concerns/applies_permissions.rb +service/knowledge_base/concerns/applies_permissions.rb +knowledge_base/concerns/applies_permissions.rb +concerns/applies_permissions.rb +applies_permissions.rb +app/services/service/knowledge_base/update.rb +services/service/knowledge_base/update.rb +service/knowledge_base/update.rb +knowledge_base/update.rb +update.rb app/services/service/knowledge_base/answer/similarity_search.rb services/service/knowledge_base/answer/similarity_search.rb service/knowledge_base/answer/similarity_search.rb @@ -25219,6 +25406,21 @@ components/ConnectionLostDialog/__tests__/ConnectionLostDialog.spec.ts ConnectionLostDialog/__tests__/ConnectionLostDialog.spec.ts __tests__/ConnectionLostDialog.spec.ts ConnectionLostDialog.spec.ts +app/frontend/apps/desktop/components/KnowledgeBaseCategoryIcon/KnowledgeBaseCategoryIcon.vue +frontend/apps/desktop/components/KnowledgeBaseCategoryIcon/KnowledgeBaseCategoryIcon.vue +apps/desktop/components/KnowledgeBaseCategoryIcon/KnowledgeBaseCategoryIcon.vue +desktop/components/KnowledgeBaseCategoryIcon/KnowledgeBaseCategoryIcon.vue +components/KnowledgeBaseCategoryIcon/KnowledgeBaseCategoryIcon.vue +KnowledgeBaseCategoryIcon/KnowledgeBaseCategoryIcon.vue +KnowledgeBaseCategoryIcon.vue +app/frontend/apps/desktop/components/KnowledgeBaseCategoryIcon/__tests__/KnowledgeBaseCategoryIcon.spec.ts +frontend/apps/desktop/components/KnowledgeBaseCategoryIcon/__tests__/KnowledgeBaseCategoryIcon.spec.ts +apps/desktop/components/KnowledgeBaseCategoryIcon/__tests__/KnowledgeBaseCategoryIcon.spec.ts +desktop/components/KnowledgeBaseCategoryIcon/__tests__/KnowledgeBaseCategoryIcon.spec.ts +components/KnowledgeBaseCategoryIcon/__tests__/KnowledgeBaseCategoryIcon.spec.ts +KnowledgeBaseCategoryIcon/__tests__/KnowledgeBaseCategoryIcon.spec.ts +__tests__/KnowledgeBaseCategoryIcon.spec.ts +KnowledgeBaseCategoryIcon.spec.ts app/frontend/apps/desktop/components/User/UserListTable.vue frontend/apps/desktop/components/User/UserListTable.vue apps/desktop/components/User/UserListTable.vue @@ -26631,6 +26833,61 @@ fields/FieldToggleList/__tests__/FieldToggleList.spec.ts FieldToggleList/__tests__/FieldToggleList.spec.ts __tests__/FieldToggleList.spec.ts FieldToggleList.spec.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconWrapper.vue +frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconWrapper.vue +apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconWrapper.vue +desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconWrapper.vue +components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconWrapper.vue +Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconWrapper.vue +fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconWrapper.vue +FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconWrapper.vue +FieldKnowledgeBaseCategoryIconWrapper.vue +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/types.ts +frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/types.ts +apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/types.ts +desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/types.ts +components/Form/fields/FieldKnowledgeBaseCategoryIcon/types.ts +Form/fields/FieldKnowledgeBaseCategoryIcon/types.ts +fields/FieldKnowledgeBaseCategoryIcon/types.ts +FieldKnowledgeBaseCategoryIcon/types.ts +types.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconSelected.vue +frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconSelected.vue +apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconSelected.vue +desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconSelected.vue +components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconSelected.vue +Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconSelected.vue +fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconSelected.vue +FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconSelected.vue +FieldKnowledgeBaseCategoryIconSelected.vue +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/index.ts +frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/index.ts +apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/index.ts +desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/index.ts +components/Form/fields/FieldKnowledgeBaseCategoryIcon/index.ts +Form/fields/FieldKnowledgeBaseCategoryIcon/index.ts +fields/FieldKnowledgeBaseCategoryIcon/index.ts +FieldKnowledgeBaseCategoryIcon/index.ts +index.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconOption.vue +frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconOption.vue +apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconOption.vue +desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconOption.vue +components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconOption.vue +Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconOption.vue +fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconOption.vue +FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconOption.vue +FieldKnowledgeBaseCategoryIconOption.vue +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/__tests__/FieldKnowledgeBaseCategoryIcon.spec.ts +frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/__tests__/FieldKnowledgeBaseCategoryIcon.spec.ts +apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/__tests__/FieldKnowledgeBaseCategoryIcon.spec.ts +desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/__tests__/FieldKnowledgeBaseCategoryIcon.spec.ts +components/Form/fields/FieldKnowledgeBaseCategoryIcon/__tests__/FieldKnowledgeBaseCategoryIcon.spec.ts +Form/fields/FieldKnowledgeBaseCategoryIcon/__tests__/FieldKnowledgeBaseCategoryIcon.spec.ts +fields/FieldKnowledgeBaseCategoryIcon/__tests__/FieldKnowledgeBaseCategoryIcon.spec.ts +FieldKnowledgeBaseCategoryIcon/__tests__/FieldKnowledgeBaseCategoryIcon.spec.ts +__tests__/FieldKnowledgeBaseCategoryIcon.spec.ts +FieldKnowledgeBaseCategoryIcon.spec.ts app/frontend/apps/desktop/components/Form/fields/FieldOrganization/index.ts frontend/apps/desktop/components/Form/fields/FieldOrganization/index.ts apps/desktop/components/Form/fields/FieldOrganization/index.ts @@ -26770,6 +27027,52 @@ Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue FieldGroupPermissions/FieldGroupPermissionsInput.vue FieldGroupPermissionsInput.vue +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/types.ts +frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/types.ts +apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/types.ts +desktop/components/Form/fields/FieldKnowledgeBasePermissions/types.ts +components/Form/fields/FieldKnowledgeBasePermissions/types.ts +Form/fields/FieldKnowledgeBasePermissions/types.ts +fields/FieldKnowledgeBasePermissions/types.ts +FieldKnowledgeBasePermissions/types.ts +types.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/index.ts +frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/index.ts +apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/index.ts +desktop/components/Form/fields/FieldKnowledgeBasePermissions/index.ts +components/Form/fields/FieldKnowledgeBasePermissions/index.ts +Form/fields/FieldKnowledgeBasePermissions/index.ts +fields/FieldKnowledgeBasePermissions/index.ts +FieldKnowledgeBasePermissions/index.ts +index.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/__tests__/FieldKnowledgeBasePermissions.spec.ts +frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/__tests__/FieldKnowledgeBasePermissions.spec.ts +apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/__tests__/FieldKnowledgeBasePermissions.spec.ts +desktop/components/Form/fields/FieldKnowledgeBasePermissions/__tests__/FieldKnowledgeBasePermissions.spec.ts +components/Form/fields/FieldKnowledgeBasePermissions/__tests__/FieldKnowledgeBasePermissions.spec.ts +Form/fields/FieldKnowledgeBasePermissions/__tests__/FieldKnowledgeBasePermissions.spec.ts +fields/FieldKnowledgeBasePermissions/__tests__/FieldKnowledgeBasePermissions.spec.ts +FieldKnowledgeBasePermissions/__tests__/FieldKnowledgeBasePermissions.spec.ts +__tests__/FieldKnowledgeBasePermissions.spec.ts +FieldKnowledgeBasePermissions.spec.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsSkeleton.vue +frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsSkeleton.vue +apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsSkeleton.vue +desktop/components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsSkeleton.vue +components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsSkeleton.vue +Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsSkeleton.vue +fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsSkeleton.vue +FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsSkeleton.vue +FieldKnowledgeBasePermissionsSkeleton.vue +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsInput.vue +frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsInput.vue +apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsInput.vue +desktop/components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsInput.vue +components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsInput.vue +Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsInput.vue +fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsInput.vue +FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsInput.vue +FieldKnowledgeBasePermissionsInput.vue app/frontend/apps/desktop/components/Form/fields/FieldEditor/useFieldEditorOptions.ts frontend/apps/desktop/components/Form/fields/FieldEditor/useFieldEditorOptions.ts apps/desktop/components/Form/fields/FieldEditor/useFieldEditorOptions.ts @@ -29587,14 +29890,34 @@ knowledge-base/components/KnowledgeBaseBrowse/KnowledgeBaseCategoryCardSkeleton. components/KnowledgeBaseBrowse/KnowledgeBaseCategoryCardSkeleton.vue KnowledgeBaseBrowse/KnowledgeBaseCategoryCardSkeleton.vue KnowledgeBaseCategoryCardSkeleton.vue -app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryIcon.vue -frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryIcon.vue -apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryIcon.vue -desktop/pages/knowledge-base/components/KnowledgeBaseCategoryIcon.vue -pages/knowledge-base/components/KnowledgeBaseCategoryIcon.vue -knowledge-base/components/KnowledgeBaseCategoryIcon.vue -components/KnowledgeBaseCategoryIcon.vue -KnowledgeBaseCategoryIcon.vue +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/types.ts +frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/types.ts +apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/types.ts +desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/types.ts +pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/types.ts +knowledge-base/components/KnowledgeBaseCategoryFlyout/types.ts +components/KnowledgeBaseCategoryFlyout/types.ts +KnowledgeBaseCategoryFlyout/types.ts +types.ts +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/KnowledgeBaseCategoryFlyout.vue +frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/KnowledgeBaseCategoryFlyout.vue +apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/KnowledgeBaseCategoryFlyout.vue +desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/KnowledgeBaseCategoryFlyout.vue +pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/KnowledgeBaseCategoryFlyout.vue +knowledge-base/components/KnowledgeBaseCategoryFlyout/KnowledgeBaseCategoryFlyout.vue +components/KnowledgeBaseCategoryFlyout/KnowledgeBaseCategoryFlyout.vue +KnowledgeBaseCategoryFlyout/KnowledgeBaseCategoryFlyout.vue +KnowledgeBaseCategoryFlyout.vue +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/__tests__/KnowledgeBaseCategoryFlyout.spec.ts +frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/__tests__/KnowledgeBaseCategoryFlyout.spec.ts +apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/__tests__/KnowledgeBaseCategoryFlyout.spec.ts +desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/__tests__/KnowledgeBaseCategoryFlyout.spec.ts +pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/__tests__/KnowledgeBaseCategoryFlyout.spec.ts +knowledge-base/components/KnowledgeBaseCategoryFlyout/__tests__/KnowledgeBaseCategoryFlyout.spec.ts +components/KnowledgeBaseCategoryFlyout/__tests__/KnowledgeBaseCategoryFlyout.spec.ts +KnowledgeBaseCategoryFlyout/__tests__/KnowledgeBaseCategoryFlyout.spec.ts +__tests__/KnowledgeBaseCategoryFlyout.spec.ts +KnowledgeBaseCategoryFlyout.spec.ts app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseIconStatus.vue frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseIconStatus.vue apps/desktop/pages/knowledge-base/components/KnowledgeBaseIconStatus.vue @@ -29898,15 +30221,6 @@ knowledge-base/components/KnowledgeBaseTopBarHeader/TopBarHeaderCompact.vue components/KnowledgeBaseTopBarHeader/TopBarHeaderCompact.vue KnowledgeBaseTopBarHeader/TopBarHeaderCompact.vue TopBarHeaderCompact.vue -app/frontend/apps/desktop/pages/knowledge-base/components/__tests__/KnowledgeBaseCategoryIcon.spec.ts -frontend/apps/desktop/pages/knowledge-base/components/__tests__/KnowledgeBaseCategoryIcon.spec.ts -apps/desktop/pages/knowledge-base/components/__tests__/KnowledgeBaseCategoryIcon.spec.ts -desktop/pages/knowledge-base/components/__tests__/KnowledgeBaseCategoryIcon.spec.ts -pages/knowledge-base/components/__tests__/KnowledgeBaseCategoryIcon.spec.ts -knowledge-base/components/__tests__/KnowledgeBaseCategoryIcon.spec.ts -components/__tests__/KnowledgeBaseCategoryIcon.spec.ts -__tests__/KnowledgeBaseCategoryIcon.spec.ts -KnowledgeBaseCategoryIcon.spec.ts app/frontend/apps/desktop/pages/knowledge-base/components/__tests__/KnowledgeBaseIconStatus.spec.ts frontend/apps/desktop/pages/knowledge-base/components/__tests__/KnowledgeBaseIconStatus.spec.ts apps/desktop/pages/knowledge-base/components/__tests__/KnowledgeBaseIconStatus.spec.ts @@ -29916,6 +30230,34 @@ knowledge-base/components/__tests__/KnowledgeBaseIconStatus.spec.ts components/__tests__/KnowledgeBaseIconStatus.spec.ts __tests__/KnowledgeBaseIconStatus.spec.ts KnowledgeBaseIconStatus.spec.ts +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/types.ts +frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/types.ts +apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/types.ts +desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/types.ts +pages/knowledge-base/components/KnowledgeBaseEditFlyout/types.ts +knowledge-base/components/KnowledgeBaseEditFlyout/types.ts +components/KnowledgeBaseEditFlyout/types.ts +KnowledgeBaseEditFlyout/types.ts +types.ts +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/__tests__/KnowledgeBaseEditFlyout.spec.ts +frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/__tests__/KnowledgeBaseEditFlyout.spec.ts +apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/__tests__/KnowledgeBaseEditFlyout.spec.ts +desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/__tests__/KnowledgeBaseEditFlyout.spec.ts +pages/knowledge-base/components/KnowledgeBaseEditFlyout/__tests__/KnowledgeBaseEditFlyout.spec.ts +knowledge-base/components/KnowledgeBaseEditFlyout/__tests__/KnowledgeBaseEditFlyout.spec.ts +components/KnowledgeBaseEditFlyout/__tests__/KnowledgeBaseEditFlyout.spec.ts +KnowledgeBaseEditFlyout/__tests__/KnowledgeBaseEditFlyout.spec.ts +__tests__/KnowledgeBaseEditFlyout.spec.ts +KnowledgeBaseEditFlyout.spec.ts +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/KnowledgeBaseEditFlyout.vue +frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/KnowledgeBaseEditFlyout.vue +apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/KnowledgeBaseEditFlyout.vue +desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/KnowledgeBaseEditFlyout.vue +pages/knowledge-base/components/KnowledgeBaseEditFlyout/KnowledgeBaseEditFlyout.vue +knowledge-base/components/KnowledgeBaseEditFlyout/KnowledgeBaseEditFlyout.vue +components/KnowledgeBaseEditFlyout/KnowledgeBaseEditFlyout.vue +KnowledgeBaseEditFlyout/KnowledgeBaseEditFlyout.vue +KnowledgeBaseEditFlyout.vue app/frontend/apps/desktop/pages/knowledge-base/utils/knowledgeBaseBreadcrumbItems.ts frontend/apps/desktop/pages/knowledge-base/utils/knowledgeBaseBreadcrumbItems.ts apps/desktop/pages/knowledge-base/utils/knowledgeBaseBreadcrumbItems.ts @@ -29964,6 +30306,14 @@ desktop/pages/knowledge-base/routes.ts pages/knowledge-base/routes.ts knowledge-base/routes.ts routes.ts +app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-edit-category.spec.ts +frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-edit-category.spec.ts +apps/desktop/pages/knowledge-base/__tests__/knowledge-base-edit-category.spec.ts +desktop/pages/knowledge-base/__tests__/knowledge-base-edit-category.spec.ts +pages/knowledge-base/__tests__/knowledge-base-edit-category.spec.ts +knowledge-base/__tests__/knowledge-base-edit-category.spec.ts +__tests__/knowledge-base-edit-category.spec.ts +knowledge-base-edit-category.spec.ts app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-add-category.spec.ts frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-add-category.spec.ts apps/desktop/pages/knowledge-base/__tests__/knowledge-base-add-category.spec.ts @@ -29972,6 +30322,14 @@ pages/knowledge-base/__tests__/knowledge-base-add-category.spec.ts knowledge-base/__tests__/knowledge-base-add-category.spec.ts __tests__/knowledge-base-add-category.spec.ts knowledge-base-add-category.spec.ts +app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-delete-category.spec.ts +frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-delete-category.spec.ts +apps/desktop/pages/knowledge-base/__tests__/knowledge-base-delete-category.spec.ts +desktop/pages/knowledge-base/__tests__/knowledge-base-delete-category.spec.ts +pages/knowledge-base/__tests__/knowledge-base-delete-category.spec.ts +knowledge-base/__tests__/knowledge-base-delete-category.spec.ts +__tests__/knowledge-base-delete-category.spec.ts +knowledge-base-delete-category.spec.ts app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-answer-content.spec.ts frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-answer-content.spec.ts apps/desktop/pages/knowledge-base/__tests__/knowledge-base-answer-content.spec.ts @@ -30004,6 +30362,14 @@ pages/knowledge-base/__tests__/knowledge-base-answer-attachments.spec.ts knowledge-base/__tests__/knowledge-base-answer-attachments.spec.ts __tests__/knowledge-base-answer-attachments.spec.ts knowledge-base-answer-attachments.spec.ts +app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-edit-knowledge-base.spec.ts +frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-edit-knowledge-base.spec.ts +apps/desktop/pages/knowledge-base/__tests__/knowledge-base-edit-knowledge-base.spec.ts +desktop/pages/knowledge-base/__tests__/knowledge-base-edit-knowledge-base.spec.ts +pages/knowledge-base/__tests__/knowledge-base-edit-knowledge-base.spec.ts +knowledge-base/__tests__/knowledge-base-edit-knowledge-base.spec.ts +__tests__/knowledge-base-edit-knowledge-base.spec.ts +knowledge-base-edit-knowledge-base.spec.ts app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-answers.spec.ts frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-answers.spec.ts apps/desktop/pages/knowledge-base/__tests__/knowledge-base-answers.spec.ts @@ -30036,6 +30402,14 @@ pages/knowledge-base/composables/useKnowledgeBaseVisibility.ts knowledge-base/composables/useKnowledgeBaseVisibility.ts composables/useKnowledgeBaseVisibility.ts useKnowledgeBaseVisibility.ts +app/frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseCategoryFlyout.ts +frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseCategoryFlyout.ts +apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseCategoryFlyout.ts +desktop/pages/knowledge-base/composables/useKnowledgeBaseCategoryFlyout.ts +pages/knowledge-base/composables/useKnowledgeBaseCategoryFlyout.ts +knowledge-base/composables/useKnowledgeBaseCategoryFlyout.ts +composables/useKnowledgeBaseCategoryFlyout.ts +useKnowledgeBaseCategoryFlyout.ts app/frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseAnswer.ts frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseAnswer.ts apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseAnswer.ts @@ -30044,6 +30418,14 @@ pages/knowledge-base/composables/useKnowledgeBaseAnswer.ts knowledge-base/composables/useKnowledgeBaseAnswer.ts composables/useKnowledgeBaseAnswer.ts useKnowledgeBaseAnswer.ts +app/frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseEditFlyout.ts +frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseEditFlyout.ts +apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseEditFlyout.ts +desktop/pages/knowledge-base/composables/useKnowledgeBaseEditFlyout.ts +pages/knowledge-base/composables/useKnowledgeBaseEditFlyout.ts +knowledge-base/composables/useKnowledgeBaseEditFlyout.ts +composables/useKnowledgeBaseEditFlyout.ts +useKnowledgeBaseEditFlyout.ts app/frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseCategorySubcategories.ts frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseCategorySubcategories.ts apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseCategorySubcategories.ts @@ -37434,6 +37816,22 @@ pages/search/composables/useDetailSearchCache.ts search/composables/useDetailSearchCache.ts composables/useDetailSearchCache.ts useDetailSearchCache.ts +app/frontend/apps/desktop/entities/knowledge-base/types.ts +frontend/apps/desktop/entities/knowledge-base/types.ts +apps/desktop/entities/knowledge-base/types.ts +desktop/entities/knowledge-base/types.ts +entities/knowledge-base/types.ts +knowledge-base/types.ts +types.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.api.ts +frontend/apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.api.ts +apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.api.ts +desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.api.ts +entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.api.ts +knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.api.ts +graphql/queries/autocompleteSearchCategoryIcon.api.ts +queries/autocompleteSearchCategoryIcon.api.ts +autocompleteSearchCategoryIcon.api.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBase.graphql frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBase.graphql apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBase.graphql @@ -37443,6 +37841,15 @@ knowledge-base/graphql/queries/knowledgeBase.graphql graphql/queries/knowledgeBase.graphql queries/knowledgeBase.graphql knowledgeBase.graphql +app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.graphql +frontend/apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.graphql +apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.graphql +desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.graphql +entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.graphql +knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.graphql +graphql/queries/autocompleteSearchCategoryIcon.graphql +queries/autocompleteSearchCategoryIcon.graphql +autocompleteSearchCategoryIcon.graphql app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseCategorySubcategories.mocks.ts frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseCategorySubcategories.mocks.ts apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseCategorySubcategories.mocks.ts @@ -37497,6 +37904,15 @@ knowledge-base/graphql/queries/knowledgeBase.api.ts graphql/queries/knowledgeBase.api.ts queries/knowledgeBase.api.ts knowledgeBase.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.mocks.ts +frontend/apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.mocks.ts +apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.mocks.ts +desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.mocks.ts +entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.mocks.ts +knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.mocks.ts +graphql/queries/autocompleteSearchCategoryIcon.mocks.ts +queries/autocompleteSearchCategoryIcon.mocks.ts +autocompleteSearchCategoryIcon.mocks.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseAnswer.graphql frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseAnswer.graphql apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseAnswer.graphql @@ -37569,6 +37985,114 @@ knowledge-base/graphql/queries/knowledgeBaseAnswer.api.ts graphql/queries/knowledgeBaseAnswer.api.ts queries/knowledgeBaseAnswer.api.ts knowledgeBaseAnswer.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.api.ts +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.api.ts +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.api.ts +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.api.ts +entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.api.ts +knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.api.ts +graphql/mutations/knowledgeBaseCategoryAdd.api.ts +mutations/knowledgeBaseCategoryAdd.api.ts +knowledgeBaseCategoryAdd.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.graphql +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.graphql +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.graphql +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.graphql +entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.graphql +knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.graphql +graphql/mutations/knowledgeBaseCategoryAdd.graphql +mutations/knowledgeBaseCategoryAdd.graphql +knowledgeBaseCategoryAdd.graphql +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.api.ts +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.api.ts +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.api.ts +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.api.ts +entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.api.ts +knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.api.ts +graphql/mutations/knowledgeBaseCategoryUpdate.api.ts +mutations/knowledgeBaseCategoryUpdate.api.ts +knowledgeBaseCategoryUpdate.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.graphql +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.graphql +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.graphql +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.graphql +entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.graphql +knowledge-base/graphql/mutations/knowledgeBaseUpdate.graphql +graphql/mutations/knowledgeBaseUpdate.graphql +mutations/knowledgeBaseUpdate.graphql +knowledgeBaseUpdate.graphql +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.mocks.ts +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.mocks.ts +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.mocks.ts +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.mocks.ts +entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.mocks.ts +knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.mocks.ts +graphql/mutations/knowledgeBaseCategoryAdd.mocks.ts +mutations/knowledgeBaseCategoryAdd.mocks.ts +knowledgeBaseCategoryAdd.mocks.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.mocks.ts +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.mocks.ts +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.mocks.ts +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.mocks.ts +entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.mocks.ts +knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.mocks.ts +graphql/mutations/knowledgeBaseCategoryUpdate.mocks.ts +mutations/knowledgeBaseCategoryUpdate.mocks.ts +knowledgeBaseCategoryUpdate.mocks.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.api.ts +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.api.ts +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.api.ts +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.api.ts +entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.api.ts +knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.api.ts +graphql/mutations/knowledgeBaseCategoryDelete.api.ts +mutations/knowledgeBaseCategoryDelete.api.ts +knowledgeBaseCategoryDelete.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.mocks.ts +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.mocks.ts +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.mocks.ts +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.mocks.ts +entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.mocks.ts +knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.mocks.ts +graphql/mutations/knowledgeBaseCategoryDelete.mocks.ts +mutations/knowledgeBaseCategoryDelete.mocks.ts +knowledgeBaseCategoryDelete.mocks.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.graphql +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.graphql +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.graphql +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.graphql +entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.graphql +knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.graphql +graphql/mutations/knowledgeBaseCategoryUpdate.graphql +mutations/knowledgeBaseCategoryUpdate.graphql +knowledgeBaseCategoryUpdate.graphql +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.api.ts +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.api.ts +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.api.ts +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.api.ts +entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.api.ts +knowledge-base/graphql/mutations/knowledgeBaseUpdate.api.ts +graphql/mutations/knowledgeBaseUpdate.api.ts +mutations/knowledgeBaseUpdate.api.ts +knowledgeBaseUpdate.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.graphql +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.graphql +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.graphql +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.graphql +entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.graphql +knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.graphql +graphql/mutations/knowledgeBaseCategoryDelete.graphql +mutations/knowledgeBaseCategoryDelete.graphql +knowledgeBaseCategoryDelete.graphql +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.mocks.ts +frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.mocks.ts +apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.mocks.ts +desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.mocks.ts +entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.mocks.ts +knowledge-base/graphql/mutations/knowledgeBaseUpdate.mocks.ts +graphql/mutations/knowledgeBaseUpdate.mocks.ts +mutations/knowledgeBaseUpdate.mocks.ts +knowledgeBaseUpdate.mocks.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseAnswerTranslation.graphql frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseAnswerTranslation.graphql apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseAnswerTranslation.graphql @@ -37596,6 +38120,24 @@ knowledge-base/graphql/fragments/knowledgeBaseAnswerAttributes.api.ts graphql/fragments/knowledgeBaseAnswerAttributes.api.ts fragments/knowledgeBaseAnswerAttributes.api.ts knowledgeBaseAnswerAttributes.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.api.ts +frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.api.ts +apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.api.ts +desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.api.ts +entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.api.ts +knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.api.ts +graphql/fragments/knowledgeBaseCategoryPolicy.api.ts +fragments/knowledgeBaseCategoryPolicy.api.ts +knowledgeBaseCategoryPolicy.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.graphql +frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.graphql +apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.graphql +desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.graphql +entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.graphql +knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.graphql +graphql/fragments/knowledgeBaseCategoryPolicy.graphql +fragments/knowledgeBaseCategoryPolicy.graphql +knowledgeBaseCategoryPolicy.graphql app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPreInfo.graphql frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPreInfo.graphql apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPreInfo.graphql @@ -37717,6 +38259,14 @@ entities/knowledge-base/composables/useKnowledgeBaseAccess.ts knowledge-base/composables/useKnowledgeBaseAccess.ts composables/useKnowledgeBaseAccess.ts useKnowledgeBaseAccess.ts +app/frontend/apps/desktop/entities/knowledge-base/composables/useKnowledgeBaseCategoryDelete.ts +frontend/apps/desktop/entities/knowledge-base/composables/useKnowledgeBaseCategoryDelete.ts +apps/desktop/entities/knowledge-base/composables/useKnowledgeBaseCategoryDelete.ts +desktop/entities/knowledge-base/composables/useKnowledgeBaseCategoryDelete.ts +entities/knowledge-base/composables/useKnowledgeBaseCategoryDelete.ts +knowledge-base/composables/useKnowledgeBaseCategoryDelete.ts +composables/useKnowledgeBaseCategoryDelete.ts +useKnowledgeBaseCategoryDelete.ts app/frontend/apps/desktop/entities/link/graphql/queries/linkList.graphql frontend/apps/desktop/entities/link/graphql/queries/linkList.graphql apps/desktop/entities/link/graphql/queries/linkList.graphql @@ -42818,13 +43368,6 @@ components/Form/__tests__/Form.spec.ts Form/__tests__/Form.spec.ts __tests__/Form.spec.ts Form.spec.ts -app/frontend/shared/components/Form/plugins/addTranslationFunctionPlugin.ts -frontend/shared/components/Form/plugins/addTranslationFunctionPlugin.ts -shared/components/Form/plugins/addTranslationFunctionPlugin.ts -components/Form/plugins/addTranslationFunctionPlugin.ts -Form/plugins/addTranslationFunctionPlugin.ts -plugins/addTranslationFunctionPlugin.ts -addTranslationFunctionPlugin.ts app/frontend/shared/components/Form/plugins/__tests__/initializeFieldInitialValuesCleanupPlugin.spec.ts frontend/shared/components/Form/plugins/__tests__/initializeFieldInitialValuesCleanupPlugin.spec.ts shared/components/Form/plugins/__tests__/initializeFieldInitialValuesCleanupPlugin.spec.ts @@ -46816,6 +47359,20 @@ form/plugins/global/extendLabel.ts plugins/global/extendLabel.ts global/extendLabel.ts extendLabel.ts +app/frontend/shared/form/plugins/global/addTranslationFunction.ts +frontend/shared/form/plugins/global/addTranslationFunction.ts +shared/form/plugins/global/addTranslationFunction.ts +form/plugins/global/addTranslationFunction.ts +plugins/global/addTranslationFunction.ts +global/addTranslationFunction.ts +addTranslationFunction.ts +app/frontend/shared/form/plugins/global/translateMessages.ts +frontend/shared/form/plugins/global/translateMessages.ts +shared/form/plugins/global/translateMessages.ts +form/plugins/global/translateMessages.ts +plugins/global/translateMessages.ts +global/translateMessages.ts +translateMessages.ts app/frontend/shared/form/defineFormSchema.ts frontend/shared/form/defineFormSchema.ts shared/form/defineFormSchema.ts @@ -60064,6 +60621,9 @@ internal_assets.rb lib/knowledge_base/server_snippet_nginx.rb knowledge_base/server_snippet_nginx.rb server_snippet_nginx.rb +lib/knowledge_base/icon_catalog.rb +knowledge_base/icon_catalog.rb +icon_catalog.rb lib/ldap.rb ldap.rb lib/external_data_source/http_options.rb @@ -63058,6 +63618,9 @@ link_uniqueness_validator.rb lib/validations/verify_perform_rules_validator.rb validations/verify_perform_rules_validator.rb verify_perform_rules_validator.rb +lib/validations/date_range_validator.rb +validations/date_range_validator.rb +date_range_validator.rb lib/validations/out_of_office_validator.rb validations/out_of_office_validator.rb out_of_office_validator.rb @@ -64152,6 +64715,12 @@ gql/queries/autocomplete_search/object_attribute_external_data_source_spec.rb queries/autocomplete_search/object_attribute_external_data_source_spec.rb autocomplete_search/object_attribute_external_data_source_spec.rb object_attribute_external_data_source_spec.rb +spec/graphql/gql/queries/autocomplete_search/knowledge_base_category_icon_spec.rb +graphql/gql/queries/autocomplete_search/knowledge_base_category_icon_spec.rb +gql/queries/autocomplete_search/knowledge_base_category_icon_spec.rb +queries/autocomplete_search/knowledge_base_category_icon_spec.rb +autocomplete_search/knowledge_base_category_icon_spec.rb +knowledge_base_category_icon_spec.rb spec/graphql/gql/queries/autocomplete_search/user_spec.rb graphql/gql/queries/autocomplete_search/user_spec.rb gql/queries/autocomplete_search/user_spec.rb @@ -65137,6 +65706,33 @@ mutations/ai_assistance/text_tools/run_spec.rb ai_assistance/text_tools/run_spec.rb text_tools/run_spec.rb run_spec.rb +spec/graphql/gql/mutations/knowledge_base/category/add_spec.rb +graphql/gql/mutations/knowledge_base/category/add_spec.rb +gql/mutations/knowledge_base/category/add_spec.rb +mutations/knowledge_base/category/add_spec.rb +knowledge_base/category/add_spec.rb +category/add_spec.rb +add_spec.rb +spec/graphql/gql/mutations/knowledge_base/category/delete_spec.rb +graphql/gql/mutations/knowledge_base/category/delete_spec.rb +gql/mutations/knowledge_base/category/delete_spec.rb +mutations/knowledge_base/category/delete_spec.rb +knowledge_base/category/delete_spec.rb +category/delete_spec.rb +delete_spec.rb +spec/graphql/gql/mutations/knowledge_base/category/update_spec.rb +graphql/gql/mutations/knowledge_base/category/update_spec.rb +gql/mutations/knowledge_base/category/update_spec.rb +mutations/knowledge_base/category/update_spec.rb +knowledge_base/category/update_spec.rb +category/update_spec.rb +update_spec.rb +spec/graphql/gql/mutations/knowledge_base/update_spec.rb +graphql/gql/mutations/knowledge_base/update_spec.rb +gql/mutations/knowledge_base/update_spec.rb +mutations/knowledge_base/update_spec.rb +knowledge_base/update_spec.rb +update_spec.rb spec/graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb @@ -65254,6 +65850,17 @@ gql/types/knowledge_base/icon_set_type_spec.rb types/knowledge_base/icon_set_type_spec.rb knowledge_base/icon_set_type_spec.rb icon_set_type_spec.rb +spec/graphql/gql/types/knowledge_base/category_type_spec.rb +graphql/gql/types/knowledge_base/category_type_spec.rb +gql/types/knowledge_base/category_type_spec.rb +types/knowledge_base/category_type_spec.rb +knowledge_base/category_type_spec.rb +category_type_spec.rb +spec/graphql/gql/types/knowledge_base_type_spec.rb +graphql/gql/types/knowledge_base_type_spec.rb +gql/types/knowledge_base_type_spec.rb +types/knowledge_base_type_spec.rb +knowledge_base_type_spec.rb spec/graphql/gql/types/search_result/item_type_spec.rb graphql/gql/types/search_result/item_type_spec.rb gql/types/search_result/item_type_spec.rb @@ -69666,6 +70273,9 @@ upload_cache_cleanup_job_spec.rb spec/jobs/ai_agent_mark_as_gone_spec.rb jobs/ai_agent_mark_as_gone_spec.rb ai_agent_mark_as_gone_spec.rb +spec/jobs/collection_update_job_spec.rb +jobs/collection_update_job_spec.rb +collection_update_job_spec.rb spec/jobs/vector_index_rebuild_job_spec.rb jobs/vector_index_rebuild_job_spec.rb vector_index_rebuild_job_spec.rb @@ -70468,6 +71078,12 @@ system/apps/desktop/guided_setup_spec.rb apps/desktop/guided_setup_spec.rb desktop/guided_setup_spec.rb guided_setup_spec.rb +spec/system/apps/desktop/knowledge_base/category_delete_spec.rb +system/apps/desktop/knowledge_base/category_delete_spec.rb +apps/desktop/knowledge_base/category_delete_spec.rb +desktop/knowledge_base/category_delete_spec.rb +knowledge_base/category_delete_spec.rb +category_delete_spec.rb spec/system/organization_profile_spec.rb system/organization_profile_spec.rb organization_profile_spec.rb @@ -71482,6 +72098,11 @@ spec/models/form_updater/updater_spec.rb models/form_updater/updater_spec.rb form_updater/updater_spec.rb updater_spec.rb +spec/models/form_updater/relation/knowledge_base_category_parent_spec.rb +models/form_updater/relation/knowledge_base_category_parent_spec.rb +form_updater/relation/knowledge_base_category_parent_spec.rb +relation/knowledge_base_category_parent_spec.rb +knowledge_base_category_parent_spec.rb spec/models/form_updater/concerns/applies_split_ticket_article_examples.rb models/form_updater/concerns/applies_split_ticket_article_examples.rb form_updater/concerns/applies_split_ticket_article_examples.rb @@ -71583,6 +72204,26 @@ form_updater/updater/user/notifications_spec.rb updater/user/notifications_spec.rb user/notifications_spec.rb notifications_spec.rb +spec/models/form_updater/updater/knowledge_base/category/edit_spec.rb +models/form_updater/updater/knowledge_base/category/edit_spec.rb +form_updater/updater/knowledge_base/category/edit_spec.rb +updater/knowledge_base/category/edit_spec.rb +knowledge_base/category/edit_spec.rb +category/edit_spec.rb +edit_spec.rb +spec/models/form_updater/updater/knowledge_base/category/create_spec.rb +models/form_updater/updater/knowledge_base/category/create_spec.rb +form_updater/updater/knowledge_base/category/create_spec.rb +updater/knowledge_base/category/create_spec.rb +knowledge_base/category/create_spec.rb +category/create_spec.rb +create_spec.rb +spec/models/form_updater/updater/knowledge_base/edit_spec.rb +models/form_updater/updater/knowledge_base/edit_spec.rb +form_updater/updater/knowledge_base/edit_spec.rb +updater/knowledge_base/edit_spec.rb +knowledge_base/edit_spec.rb +edit_spec.rb spec/models/form_updater/updater/guided_setup/email_archive_spec.rb models/form_updater/updater/guided_setup/email_archive_spec.rb form_updater/updater/guided_setup/email_archive_spec.rb @@ -73299,6 +73940,16 @@ services/service/translation/upsert_spec.rb service/translation/upsert_spec.rb translation/upsert_spec.rb upsert_spec.rb +spec/services/service/knowledge_base/role_permissions_spec.rb +services/service/knowledge_base/role_permissions_spec.rb +service/knowledge_base/role_permissions_spec.rb +knowledge_base/role_permissions_spec.rb +role_permissions_spec.rb +spec/services/service/knowledge_base/category_content_spec.rb +services/service/knowledge_base/category_content_spec.rb +service/knowledge_base/category_content_spec.rb +knowledge_base/category_content_spec.rb +category_content_spec.rb spec/services/service/knowledge_base/answer_navigation_spec.rb services/service/knowledge_base/answer_navigation_spec.rb service/knowledge_base/answer_navigation_spec.rb @@ -74937,6 +75588,10 @@ spec/lib/knowledge_base/adjacent_answer_spec.rb lib/knowledge_base/adjacent_answer_spec.rb knowledge_base/adjacent_answer_spec.rb adjacent_answer_spec.rb +spec/lib/knowledge_base/icon_catalog_spec.rb +lib/knowledge_base/icon_catalog_spec.rb +knowledge_base/icon_catalog_spec.rb +icon_catalog_spec.rb spec/lib/knowledge_base/accessible_categories_spec.rb lib/knowledge_base/accessible_categories_spec.rb knowledge_base/accessible_categories_spec.rb @@ -75756,6 +76411,10 @@ validations/object_manager/attribute_validator/option_spec.rb object_manager/attribute_validator/option_spec.rb attribute_validator/option_spec.rb option_spec.rb +spec/lib/validations/date_range_validator_spec.rb +lib/validations/date_range_validator_spec.rb +validations/date_range_validator_spec.rb +date_range_validator_spec.rb spec/lib/validations/channel_email_account_uniqueness_validator_spec.rb lib/validations/channel_email_account_uniqueness_validator_spec.rb validations/channel_email_account_uniqueness_validator_spec.rb diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad.txt index 9de474583..7f467526e 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad.txt @@ -1587,6 +1587,7 @@ app/graphql/gql/queries/autocomplete_search/idoit_object_types.rb app/graphql/gql/queries/autocomplete_search/knowledge_base_answer.rb app/graphql/gql/queries/autocomplete_search/agent.rb app/graphql/gql/queries/autocomplete_search/ticket.rb +app/graphql/gql/queries/autocomplete_search/knowledge_base_category_icon.rb app/graphql/gql/queries/autocomplete_search/object_attribute_external_data_source.rb app/graphql/gql/queries/form_updater.rb app/graphql/gql/queries/organization/history.rb @@ -1733,6 +1734,11 @@ app/graphql/gql/mutations/ai_assistance/text_tools/run.rb app/graphql/gql/mutations/concerns/logout/handles_oidc_authorization.rb app/graphql/gql/mutations/concerns/handles_authentication.rb app/graphql/gql/mutations/concerns/handles_core_workflow.rb +app/graphql/gql/mutations/knowledge_base/category/delete.rb +app/graphql/gql/mutations/knowledge_base/category/add.rb +app/graphql/gql/mutations/knowledge_base/category/update.rb +app/graphql/gql/mutations/knowledge_base/base.rb +app/graphql/gql/mutations/knowledge_base/update.rb app/graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform.rb app/graphql/gql/mutations/logout.rb app/graphql/gql/mutations/online_notification/delete_all.rb @@ -1805,6 +1811,7 @@ app/graphql/gql/types/autocomplete_search/generic_entry_type.rb app/graphql/gql/types/autocomplete_search/user_entry_type.rb app/graphql/gql/types/autocomplete_search/organization_entry_type.rb app/graphql/gql/types/autocomplete_search/external_data_source_entry_type.rb +app/graphql/gql/types/autocomplete_search/knowledge_base_category_icon_entry_type.rb app/graphql/gql/types/autocomplete_search/entry_type.rb app/graphql/gql/types/autocomplete_search/ticket_entry_type.rb app/graphql/gql/types/key_value_type.rb @@ -1847,6 +1854,7 @@ app/graphql/gql/types/enum/ticket_state_type_category_type.rb app/graphql/gql/types/enum/security_option_type.rb app/graphql/gql/types/enum/appearance_theme_type.rb app/graphql/gql/types/enum/taskbar_app_type.rb +app/graphql/gql/types/enum/knowledge_base/permission_access_type.rb app/graphql/gql/types/enum/knowledge_base/visibility_type.rb app/graphql/gql/types/enum/user_error_exception_type.rb app/graphql/gql/types/enum/app_maintenance_type_type.rb @@ -1926,6 +1934,7 @@ app/graphql/gql/types/input/autocomplete_search/object_attribute_external_data_s app/graphql/gql/types/input/autocomplete_search/knowledge_base_answer_input_type.rb app/graphql/gql/types/input/autocomplete_search/user_input_type.rb app/graphql/gql/types/input/autocomplete_search/recipient_input_type.rb +app/graphql/gql/types/input/autocomplete_search/knowledge_base_category_icon_input_type.rb app/graphql/gql/types/input/autocomplete_search/tag_input_type.rb app/graphql/gql/types/input/autocomplete_search/input_type.rb app/graphql/gql/types/input/autocomplete_search/ticket_input_type.rb @@ -1953,6 +1962,9 @@ app/graphql/gql/types/input/user/notification_matrix_row_input_type.rb app/graphql/gql/types/input/user/calendar_subscription/single_options_input_type.rb app/graphql/gql/types/input/template_render_context_input_type.rb app/graphql/gql/types/input/concerns/provides_object_attribute_values.rb +app/graphql/gql/types/input/knowledge_base/role_permission_input_type.rb +app/graphql/gql/types/input/knowledge_base/input_type.rb +app/graphql/gql/types/input/knowledge_base/category_input_type.rb app/graphql/gql/types/input/system_import_configuration_input_type.rb app/graphql/gql/types/input/object_attribute_value_input_type.rb app/graphql/gql/types/input/link_input_type.rb @@ -1980,6 +1992,9 @@ app/graphql/gql/types/ticket_count_type.rb app/graphql/gql/types/policy/mention_user_ticket_access_type.rb app/graphql/gql/types/policy/default_type.rb app/graphql/gql/types/policy/ticket_type.rb +app/graphql/gql/types/policy/knowledge_base_type.rb +app/graphql/gql/types/policy/concerns/has_pundit_queries.rb +app/graphql/gql/types/policy/knowledge_base/category_type.rb app/graphql/gql/types/ticket_external_references_type.rb app/graphql/gql/types/base_scalar.rb app/graphql/gql/types/knowledge_base/category/translation_type.rb @@ -3152,6 +3167,7 @@ app/models/form_updater/store_value.rb app/models/form_updater/relation.rb app/models/form_updater/relation/group.rb app/models/form_updater/relation/ticket_state.rb +app/models/form_updater/relation/knowledge_base_category_parent.rb app/models/form_updater/relation/calendar.rb app/models/form_updater/relation/owner.rb app/models/form_updater/relation/ticket_priority.rb @@ -3185,6 +3201,11 @@ app/models/form_updater/updater/user/create.rb app/models/form_updater/updater/user/current/new_access_token.rb app/models/form_updater/updater/user/notifications.rb app/models/form_updater/updater/user/edit.rb +app/models/form_updater/updater/knowledge_base/category/create.rb +app/models/form_updater/updater/knowledge_base/category/concerns/has_parent_and_permissions.rb +app/models/form_updater/updater/knowledge_base/category/edit.rb +app/models/form_updater/updater/knowledge_base/concerns/has_permissions_field.rb +app/models/form_updater/updater/knowledge_base/edit.rb app/models/form_updater/updater/guided_setup/email_archive.rb app/models/form_updater/updater/guided_setup/email_inbound.rb app/models/form_updater/updater/guided_setup/email_notification.rb @@ -3988,9 +4009,17 @@ app/services/service/translation/search/collector/public_link.rb app/services/service/concerns/handles_core_workflow.rb app/services/service/avatar/image_validate.rb app/services/service/avatar/add.rb +app/services/service/knowledge_base/category/delete.rb +app/services/service/knowledge_base/category/base.rb +app/services/service/knowledge_base/category/create.rb +app/services/service/knowledge_base/category/concerns/assigns_title.rb +app/services/service/knowledge_base/category/update.rb app/services/service/knowledge_base/answers.rb app/services/service/knowledge_base/category_content.rb app/services/service/knowledge_base/create_answer_from_ai_result.rb +app/services/service/knowledge_base/role_permissions.rb +app/services/service/knowledge_base/concerns/applies_permissions.rb +app/services/service/knowledge_base/update.rb app/services/service/knowledge_base/answer/similarity_search.rb app/services/service/knowledge_base/answer_navigation.rb app/services/service/external_data_source/preview.rb @@ -4869,6 +4898,8 @@ app/frontend/apps/desktop/components/BetaUi/composables/__tests__/useBetaUiFeedb app/frontend/apps/desktop/components/BetaUi/composables/__tests__/useBetaUiDisclaimer.spec.ts app/frontend/apps/desktop/components/ConnectionLostDialog/ConnectionLostDialog.vue app/frontend/apps/desktop/components/ConnectionLostDialog/__tests__/ConnectionLostDialog.spec.ts +app/frontend/apps/desktop/components/KnowledgeBaseCategoryIcon/KnowledgeBaseCategoryIcon.vue +app/frontend/apps/desktop/components/KnowledgeBaseCategoryIcon/__tests__/KnowledgeBaseCategoryIcon.spec.ts app/frontend/apps/desktop/components/User/UserListTable.vue app/frontend/apps/desktop/components/User/UserInfo.vue app/frontend/apps/desktop/components/User/__tests__/UserPopoverWithTrigger.spec.ts @@ -5039,6 +5070,12 @@ app/frontend/apps/desktop/components/Form/fields/FieldToggleList/types.ts app/frontend/apps/desktop/components/Form/fields/FieldToggleList/index.ts app/frontend/apps/desktop/components/Form/fields/FieldToggleList/FieldToggleListInput.vue app/frontend/apps/desktop/components/Form/fields/FieldToggleList/__tests__/FieldToggleList.spec.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconWrapper.vue +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/types.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconSelected.vue +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/index.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/FieldKnowledgeBaseCategoryIconOption.vue +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBaseCategoryIcon/__tests__/FieldKnowledgeBaseCategoryIcon.spec.ts app/frontend/apps/desktop/components/Form/fields/FieldOrganization/index.ts app/frontend/apps/desktop/components/Form/fields/FieldOrganization/__tests__/FieldOrganization.spec.ts app/frontend/apps/desktop/components/Form/fields/FieldOrganization/FieldOrganizationWrapper.vue @@ -5054,6 +5091,11 @@ app/frontend/apps/desktop/components/Form/fields/FieldRecipient/__tests__/FieldR app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/index.ts app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/__tests__/FieldGroupPermissions.spec.ts app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/types.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/index.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/__tests__/FieldKnowledgeBasePermissions.spec.ts +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsSkeleton.vue +app/frontend/apps/desktop/components/Form/fields/FieldKnowledgeBasePermissions/FieldKnowledgeBasePermissionsInput.vue app/frontend/apps/desktop/components/Form/fields/FieldEditor/useFieldEditorOptions.ts app/frontend/apps/desktop/components/Form/fields/FieldEditor/FieldEditorActionBar.vue app/frontend/apps/desktop/components/Form/fields/FieldEditor/types.ts @@ -5425,7 +5467,9 @@ app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseBrowse/__ app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseBrowse/__tests__/KnowledgeBaseCategoryCard.spec.ts app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseBrowse/KnowledgeBaseCategoryCard.vue app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseBrowse/KnowledgeBaseCategoryCardSkeleton.vue -app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryIcon.vue +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/types.ts +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/KnowledgeBaseCategoryFlyout.vue +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseCategoryFlyout/__tests__/KnowledgeBaseCategoryFlyout.spec.ts app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseIconStatus.vue app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseAnswer/KnowledgeBaseAnswerAttachments.vue app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseAnswer/KnowledgeBaseAnswerContentSkeleton.vue @@ -5458,24 +5502,31 @@ app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseTopBarHea app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseTopBarHeader/KnowledgeBaseAnswerStepper.vue app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseTopBarHeader/KnowledgeBaseAnswerHeaderDetails.vue app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseTopBarHeader/TopBarHeaderCompact.vue -app/frontend/apps/desktop/pages/knowledge-base/components/__tests__/KnowledgeBaseCategoryIcon.spec.ts app/frontend/apps/desktop/pages/knowledge-base/components/__tests__/KnowledgeBaseIconStatus.spec.ts +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/types.ts +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/__tests__/KnowledgeBaseEditFlyout.spec.ts +app/frontend/apps/desktop/pages/knowledge-base/components/KnowledgeBaseEditFlyout/KnowledgeBaseEditFlyout.vue app/frontend/apps/desktop/pages/knowledge-base/utils/knowledgeBaseBreadcrumbItems.ts app/frontend/apps/desktop/pages/knowledge-base/utils/__tests__/knowledgeBaseBreadcrumbItems.spec.ts app/frontend/apps/desktop/pages/knowledge-base/views/KnowledgeBaseBrowse.vue app/frontend/apps/desktop/pages/knowledge-base/views/KnowledgeBase.vue app/frontend/apps/desktop/pages/knowledge-base/views/KnowledgeBaseAnswer.vue app/frontend/apps/desktop/pages/knowledge-base/routes.ts +app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-edit-category.spec.ts app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-add-category.spec.ts +app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-delete-category.spec.ts app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-answer-content.spec.ts app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-answer-header.spec.ts app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-answer-sidebar.spec.ts app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-answer-attachments.spec.ts +app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-edit-knowledge-base.spec.ts app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-answers.spec.ts app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-floating-toolbar.spec.ts app/frontend/apps/desktop/pages/knowledge-base/__tests__/knowledge-base-category-navigation.spec.ts app/frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseVisibility.ts +app/frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseCategoryFlyout.ts app/frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseAnswer.ts +app/frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseEditFlyout.ts app/frontend/apps/desktop/pages/knowledge-base/composables/useKnowledgeBaseCategorySubcategories.ts app/frontend/apps/desktop/pages/knowledge-base/composables/__tests__/useKnowledgeBaseAnswer.spec.ts app/frontend/apps/desktop/pages/knowledge-base/composables/__tests__/useKnowledgeBasePreviewUrl.spec.ts @@ -6264,13 +6315,17 @@ app/frontend/apps/desktop/pages/search/__tests__/search-a11y.spec.ts app/frontend/apps/desktop/pages/search/composables/useSearchAdvancedFilters.ts app/frontend/apps/desktop/pages/search/composables/__tests__/useSearchAdvancedFilters.spec.ts app/frontend/apps/desktop/pages/search/composables/useDetailSearchCache.ts +app/frontend/apps/desktop/entities/knowledge-base/types.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.api.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBase.graphql +app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.graphql app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseCategorySubcategories.mocks.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBase.mocks.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearch.graphql app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseAnswer.mocks.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseAnswers.graphql app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBase.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearchCategoryIcon.mocks.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseAnswer.graphql app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseAnswers.mocks.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseAnswers.api.ts @@ -6279,9 +6334,23 @@ app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseC app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/autocompleteSearch.api.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseCategorySubcategories.api.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/queries/knowledgeBaseAnswer.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.graphql +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.graphql +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryAdd.mocks.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.mocks.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.mocks.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryUpdate.graphql +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseCategoryDelete.graphql +app/frontend/apps/desktop/entities/knowledge-base/graphql/mutations/knowledgeBaseUpdate.mocks.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseAnswerTranslation.graphql app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseAnswerTranslation.api.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseAnswerAttributes.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.api.ts +app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPolicy.graphql app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPreInfo.graphql app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseCategoryPreInfo.api.ts app/frontend/apps/desktop/entities/knowledge-base/graphql/fragments/knowledgeBaseAnswerAttributes.graphql @@ -6296,6 +6365,7 @@ app/frontend/apps/desktop/entities/knowledge-base/stores/knowledgeBase.ts app/frontend/apps/desktop/entities/knowledge-base/__tests__/useKnowledgeBaseAccess.spec.ts app/frontend/apps/desktop/entities/knowledge-base/__tests__/routeLocation.spec.ts app/frontend/apps/desktop/entities/knowledge-base/composables/useKnowledgeBaseAccess.ts +app/frontend/apps/desktop/entities/knowledge-base/composables/useKnowledgeBaseCategoryDelete.ts app/frontend/apps/desktop/entities/link/graphql/queries/linkList.graphql app/frontend/apps/desktop/entities/link/graphql/queries/linkList.api.ts app/frontend/apps/desktop/entities/link/graphql/queries/linkList.mocks.ts @@ -6931,7 +7001,6 @@ app/frontend/shared/components/Form/__tests__/mocks/additionalFrontendObjectAttr app/frontend/shared/components/Form/__tests__/useMultiStepForm.spec.ts app/frontend/shared/components/Form/__tests__/useForm.spec.ts app/frontend/shared/components/Form/__tests__/Form.spec.ts -app/frontend/shared/components/Form/plugins/addTranslationFunctionPlugin.ts app/frontend/shared/components/Form/plugins/__tests__/initializeFieldInitialValuesCleanupPlugin.spec.ts app/frontend/shared/components/Form/plugins/initializeFieldInitialValuesCleanupPlugin.ts app/frontend/shared/components/Form/utils.ts @@ -7467,6 +7536,8 @@ app/frontend/shared/form/plugins/global/extendDataAttributes.ts app/frontend/shared/form/plugins/global/bindEmit.ts app/frontend/shared/form/plugins/global/requiredValidation.ts app/frontend/shared/form/plugins/global/extendLabel.ts +app/frontend/shared/form/plugins/global/addTranslationFunction.ts +app/frontend/shared/form/plugins/global/translateMessages.ts app/frontend/shared/form/defineFormSchema.ts app/frontend/shared/form/useFormBlock.ts app/frontend/shared/form/theme/global/extensions/.keep @@ -9621,6 +9692,7 @@ lib/knowledge_base/adjacent_answer.rb lib/knowledge_base/menu_item_update_action.rb lib/knowledge_base/internal_assets.rb lib/knowledge_base/server_snippet_nginx.rb +lib/knowledge_base/icon_catalog.rb lib/ldap.rb lib/external_data_source/http_options.rb lib/external_data_source/errors.rb @@ -10085,6 +10157,7 @@ lib/validations/object_manager/attribute_validator/max_length.rb lib/validations/object_manager/attribute_validator.rb lib/validations/link_uniqueness_validator.rb lib/validations/verify_perform_rules_validator.rb +lib/validations/date_range_validator.rb lib/validations/out_of_office_validator.rb lib/validations/ticket_article_validator.rb lib/telegram_helper.rb @@ -10349,6 +10422,7 @@ spec/graphql/gql/queries/autocomplete_search/recipient_spec.rb spec/graphql/gql/queries/autocomplete_search/idoit_object_types_spec.rb spec/graphql/gql/queries/autocomplete_search/tag_spec.rb spec/graphql/gql/queries/autocomplete_search/object_attribute_external_data_source_spec.rb +spec/graphql/gql/queries/autocomplete_search/knowledge_base_category_icon_spec.rb spec/graphql/gql/queries/autocomplete_search/user_spec.rb spec/graphql/gql/queries/autocomplete_search/knowledge_base_answer_spec.rb spec/graphql/gql/queries/autocomplete_search/generic_spec.rb @@ -10495,6 +10569,10 @@ spec/graphql/gql/mutations/user/password_reset/verify_spec.rb spec/graphql/gql/mutations/user/password_reset/send_spec.rb spec/graphql/gql/mutations/user/password_reset/update_spec.rb spec/graphql/gql/mutations/ai_assistance/text_tools/run_spec.rb +spec/graphql/gql/mutations/knowledge_base/category/add_spec.rb +spec/graphql/gql/mutations/knowledge_base/category/delete_spec.rb +spec/graphql/gql/mutations/knowledge_base/category/update_spec.rb +spec/graphql/gql/mutations/knowledge_base/update_spec.rb spec/graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb spec/graphql/gql/mutations/admin_password_auth_send_spec.rb spec/graphql/gql/mutations/online_notification/delete_all_spec.rb @@ -10514,6 +10592,8 @@ spec/graphql/gql/types/user/taskbar_item_type_spec.rb spec/graphql/gql/types/ticket_type_spec.rb spec/graphql/gql/types/binary_string_type_spec.rb spec/graphql/gql/types/knowledge_base/icon_set_type_spec.rb +spec/graphql/gql/types/knowledge_base/category_type_spec.rb +spec/graphql/gql/types/knowledge_base_type_spec.rb spec/graphql/gql/types/search_result/item_type_spec.rb spec/graphql/gql/types/email_address_parsed_type_spec.rb spec/graphql/gql/subscriptions/checklist/template_updates_spec.rb @@ -11407,6 +11487,7 @@ spec/jobs/cache_clear_job_spec.rb spec/jobs/imap_authentication_migration_cleanup_job_spec.rb spec/jobs/upload_cache_cleanup_job_spec.rb spec/jobs/ai_agent_mark_as_gone_spec.rb +spec/jobs/collection_update_job_spec.rb spec/jobs/vector_index_rebuild_job_spec.rb spec/jobs/ticket_ai_assistance_generate_knowledge_base_answer_job_spec.rb spec/jobs/trigger_webhook_job_spec.rb @@ -11585,6 +11666,7 @@ spec/system/apps/desktop/search_spec.rb spec/system/apps/desktop/import_otrs_spec.rb spec/system/apps/desktop/registration_spec.rb spec/system/apps/desktop/guided_setup_spec.rb +spec/system/apps/desktop/knowledge_base/category_delete_spec.rb spec/system/organization_profile_spec.rb spec/system/report_spec.rb spec/system/js/q_unit_spec.rb @@ -11826,6 +11908,7 @@ spec/models/overview_spec.rb spec/models/ldap_source_spec.rb spec/models/form_updater/graphql/serializer_spec.rb spec/models/form_updater/updater_spec.rb +spec/models/form_updater/relation/knowledge_base_category_parent_spec.rb spec/models/form_updater/concerns/applies_split_ticket_article_examples.rb spec/models/form_updater/concerns/prepares_ticket_signature_examples.rb spec/models/form_updater/concerns/applies_taskbar_state_examples.rb @@ -11844,6 +11927,9 @@ spec/models/form_updater/updater/user/invite_spec.rb spec/models/form_updater/updater/user/create_spec.rb spec/models/form_updater/updater/user/current/new_access_token_spec.rb spec/models/form_updater/updater/user/notifications_spec.rb +spec/models/form_updater/updater/knowledge_base/category/edit_spec.rb +spec/models/form_updater/updater/knowledge_base/category/create_spec.rb +spec/models/form_updater/updater/knowledge_base/edit_spec.rb spec/models/form_updater/updater/guided_setup/email_archive_spec.rb spec/models/form_updater/updater/search/advanced_filters_spec.rb spec/models/object_lookup_spec.rb @@ -12216,6 +12302,8 @@ spec/services/service/user/password_check_spec.rb spec/services/service/ai_assistance/text_tools_spec.rb spec/services/service/translation/search_spec.rb spec/services/service/translation/upsert_spec.rb +spec/services/service/knowledge_base/role_permissions_spec.rb +spec/services/service/knowledge_base/category_content_spec.rb spec/services/service/knowledge_base/answer_navigation_spec.rb spec/services/service/knowledge_base/create_answer_from_ai_result_spec.rb spec/services/service/knowledge_base/answer/similarity_search_spec.rb @@ -12544,6 +12632,7 @@ spec/lib/certificate/x509/smime_spec.rb spec/lib/certificate/apply_ssl_certificates_spec.rb spec/lib/knowledge_base/category/permission_spec.rb spec/lib/knowledge_base/adjacent_answer_spec.rb +spec/lib/knowledge_base/icon_catalog_spec.rb spec/lib/knowledge_base/accessible_categories_spec.rb spec/lib/knowledge_base/permissions_update_spec.rb spec/lib/knowledge_base/internal_assets_spec.rb @@ -12669,6 +12758,7 @@ spec/lib/validations/object_manager/attribute_validator/min_max_spec.rb spec/lib/validations/object_manager/attribute_validator/data_types_spec.rb spec/lib/validations/object_manager/attribute_validator/external_data_source_spec.rb spec/lib/validations/object_manager/attribute_validator/option_spec.rb +spec/lib/validations/date_range_validator_spec.rb spec/lib/validations/channel_email_account_uniqueness_validator_spec.rb spec/lib/validations/link_uniqueness_validator_spec.rb spec/lib/validations/out_of_office_validator_spec.rb diff --git a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt index ddd042afd..07bcf6bd3 100644 --- a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt +++ b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt @@ -89,6 +89,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .well-known .well-known/assetlinks.json .xml +/*/*/_tools +/*/*/more_ideas +/*/_tools +/*/activity /*/branches /*/commits /*/compare @@ -96,9 +100,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*/edit$ /*/forks /*/graphs +/*/group +/*/invite /*/issues/new /*/issues/search /*/milestones/new +/*/more_ideas /*/network /*/projects /*/pulse @@ -395,10 +402,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*?ysclid= /*source= /.git +/?*amp_client_id +/?z=1 /MANUALS/*.pdf$ /Search/ /_ /_/rsrc +/__wishlist__ +/_activities +/_activity +/_community +/_created +/_followers +/_following +/_quick_saves +/_saved +/_shop +/_shopping_list /_widget /album/*/*?i= /analytics @@ -422,10 +442,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /comments /commits/*?author /commits/*?path +/communities /contact/menu* /contact/partner* /contactus/mwaas* /directory +/discovered /docs/product /download /download/Browse.aspx? @@ -468,12 +490,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /newest/*rss /newest/*xml /newsearch/ +/organize /partials /photo$ /photo? +/pins /plugins /podcast/*/*?i= /print$ +/profile-about /qa-folder /raw /report_abuse @@ -484,6 +509,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /rsvps/*atom /rsvps/*rss /rsvps/*xml +/scheduled-pin +/scheduled-pins /search /search/ /search/*?q= @@ -514,12 +541,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /store/new/*?*&*&* /store/top-free/*?*&*&* /store/top-paid/*?*&*&* +/story_pins +/tagged /tarball /tree +/tried /tv-season/*/*?i= /unsubscribe/ /verified_followers /video- +/video_pins /videos /wal/ /widget_ @@ -889,6 +920,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?sfmc_id= ?showAllGroups= ?show_byline= +?show_error=true ?show_portrait= ?show_title= ?showinfo= @@ -1001,6 +1033,8 @@ WebObjects/MZPersonalizer.woa WebObjects/MZStore.woa/wa/viewMultiRoom? WebObjects/MZStoreElements.woa _ +_/_ +_/_/pixel _/aihub_pod _/ain/_/js _/alkali-learn @@ -1066,6 +1100,8 @@ _next/data _next/jwt _next/title _next/viewer +_ngjs/resource +_ngjs/resource/*/get _nimbusJson.json _nimbusJsonp.js _nimbusJsonpStatic.js @@ -1155,9 +1191,13 @@ actions/news/rss activate ad_id= add_favorite +addboard admin +admin$ admin/ +admin? ads +ads.txt ads/gpa/vidgen ads/learn ads/local @@ -1170,6 +1210,7 @@ advisor/journey adx/bin affil affil/pal +age-appeal agreements/approve ai-sandbox-internal/generated_images aihub/tfhub @@ -1223,7 +1264,9 @@ api? api_access_key= app*_ app*form_id= +app-ads.txt app/ +appealed-pin apple-app-site-association apps apps*&tags= @@ -1299,6 +1342,7 @@ authentication/signin author/following author= authoring/ +autocomplete away.php awmp/data/images b?*node=7454898011 @@ -1353,6 +1397,10 @@ blogs/nationals-journal-beta blogs/search/ blogs/slow-ride blogs/test +board +board_activity +board_activity_comment +bookmarklet bookmarks books books/?term= @@ -1374,18 +1422,39 @@ books?*zoom= books?*zoom=1 books?*zoom=5 boutique/sitemaps +branded-pins bricks/image business business/*&categories business/*?categories +business/ad_create 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/help/search*&query= business/help/search*?query= +business/hub +business/invite business/news*&tags business/news*?tags +business/onboarding +business/pin_create business/pos-system/shop +business/referral business/search*&q= business/search*?q= +business/site +business/switch-account +business/top-ads +business/update +business/verified-merchant/status buyside-e2e-monitor cai call @@ -1408,6 +1477,9 @@ cbre/built-for-performance cdd/?term= cdn-cgi celebritycruises/guide-to-the-globe +cgc/*.ico +cgc/*.png +cgc/*.svg cgi-bin cgibin channel_picker @@ -1415,6 +1487,7 @@ chat checkout-external checkoutnow checkpoint +christmas-spotlight chrome/crlset chrome/webstore/images chwilio @@ -1436,6 +1509,7 @@ clima/ets clima/sites/registry clinvar/?term= clone/library/genomic/organisms +close-account cloud-launcher/sitemap cloudsourcetools/images cms_content @@ -1454,29 +1528,40 @@ commission_2010-2014/katainen commits?author= common/ common/survey.aspx* +communities communities/bin.aspx? communities/blogs/PortalResults.mspx? communities/eventdetails.mspx? communities/rss.aspx* communities/sitemap +community community-guidelines +community_comment +community_post company compare compressiontest config.js +connect consumers/archive contact/menu* contact/partner* contact_importer contactus contactus/mwaas* +content-claiming control +conversation +conversations +convert-business +convert-personal cookie-policy copilot copilot/c copilotsearch?q= copy-conductor/crawled copyright-claims +copyright-reporting core/ core/*.css$ core/*.css? @@ -1493,10 +1578,18 @@ covid19/mobility cr$ cr? create +create_pin creative-europe/404_en.htm +creative-studio +creative_editor creativegroup +creator-spotlight +creator_hub/_earn +creator_hub/_partnerships creatorhub +csrf_error ct +ct.html ct/log_list culturalinstitute/images culturalinstitute/sitemaps @@ -1520,8 +1613,10 @@ de/product de/solutions de/video-uploader de/vimeo-academy +deactivate-account default.aspx/kb/ default.aspx/ph/ +delete_post delight dell/cities-transformed dell/cloud-future-of-medicine @@ -1612,6 +1707,8 @@ earth/social ebook ece eclas +edit +editorial/* edu/cs4hs education/404_en.htm education/blocks @@ -1623,6 +1720,7 @@ ekansa/Open-Context-Data ekansa/opencontext- email email-unsubscribe +email_verification_error embed embed/@ embed/curated @@ -1673,6 +1771,7 @@ en/microsoft-viva en/microsoft-viva/ en/security en/security/ +engagement enterprise enterprise-partner-search/sitemaps entities/search @@ -1749,14 +1848,18 @@ 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 extensions/oauth-redirect external external/overture external_hosted f/healthcheck +facebook faves-i_love_u_get_away_from_me fb +fb.html fbml/ajax/dialog fd/ fe=true @@ -1789,6 +1892,8 @@ flights flutter-canvaskit folder follow +follow_board +follow_user following food/archive food/favourites @@ -1873,6 +1978,8 @@ go gog google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService google.internal.maps.mapsjs.v1.MapsJsInternalService +google_gdn.html +google_search.html googlebooks/images gorf goto? @@ -1987,6 +2094,7 @@ guest-star guidebooks gview h5games_gamecenter/images +hanukkah-spotlight hashtag/*?src= hd header/channels @@ -2006,9 +2114,12 @@ help/zendesk_sso hex history history/static +holiday-spotlight +holidays-celebrations home home$ home? +homefeed homepage-video-test hosted/images hotel/reviews? @@ -2021,8 +2132,8 @@ hpc/*/supported-applications.aspx? hpm hpmob http://archive.org/robots.txt -http://de.wikipedia.org/robots.txt -http://ncbi.nlm.nih.gov/robots.txt +http://dropbox.com/robots.txt +http://t.me/robots.txt http://wordpress.org/robots.txt hub?category= hz/contact-us/ajax/initiate-trusted-contact @@ -2033,6 +2144,9 @@ i/api i/u icdp icons +idea-ads-tool +idea-pin-builder +idea-pin-invite identity/accountsettingsactivityweb identity/accountsettingssyaf ie/ie40/ @@ -2076,6 +2190,7 @@ info/customerror.htm* info/smart404.asp* info/tech-feedback inproduct_help/chatsupport +install-shuffles integrations internalPref intl @@ -2083,6 +2198,8 @@ intl/*/search/? intl/*/search? intlkb/ inventory +invite +invited invoice/est invoice/estimate/buyerView invoice/estimate/buyerView/attachments @@ -2109,6 +2226,8 @@ johnhancock johnhancock/in-a-lifetime-healthcare johnhancock/in-a-lifetime-sustainability johnhancock/in-a-lifetime-work +join/?next= +join/signup/?next= jp/$ jp/about jp/blog @@ -2148,6 +2267,7 @@ ko/product ko/solutions ko/video-uploader ko/vimeo-academy +kwanzaa-spotlight l.php labs-code labs/pmc @@ -2161,10 +2281,13 @@ languages/404_en.htm leaf legal legal/~gitbook +lens-search library/devices licensing-syndication limited-release link +linked +live-session live_chat llms.txt lm/R1XIHQVKXSKBNJ @@ -2337,6 +2460,7 @@ n narrative- native nbubumblebee +new_invite news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference @@ -2345,6 +2469,7 @@ news/search news/tablet news/test news/test-liveblog +news_hub newsletter newsroom/dae newsround @@ -2354,16 +2479,21 @@ nlmcatalog/?term= noItems= node/add/ nonprofits/account +notifications notifications/ nuccore/?term= nwshp$ o/di o/dt oas/ +oauth/line +oauth/login oauth2 +oauth_error oembed offers/proxy/dealsserver/api/log offers/proxy/dealsserver/buy +offsite og ohttp_gateway okxbet.com @@ -2392,9 +2522,12 @@ pagespeed/insights/ui/logo panel pantheon pantheon-platform +parental-consent/confirmation +parental-passcode partials partner-program partners +password/reset password_expired patent-search/frontend patents/download @@ -2427,7 +2560,41 @@ photos/gbachelie photos/i_love_u_get_away_from_me photos/tags/*/page photos/youpy +pin +pin-builder +pin-communities +pin-creation-tool +pin-editor +pin/*/activities +pin/*/activity +pin/*/analytics +pin/*/brand-catalog +pin/*/comments +pin/*/email +pin/*/feedback +pin/*/idea-pin/related-products +pin/*/likes +pin/*/promote +pin/*/reaction +pin/*/related-products +pin/*/repin +pin/*/repins +pin/*/sent +pin/*/share +pin/*/shop-the-look +pin/*/tag +pin/*/takes +pin/*/visual-search +pin/*/visual-shop +pin/create +pin/find +pin/find?url= +pin_shop ping +pinterest-predicts +pinterest-wellbeing +pinterestwellbeing +place plan= play/store/web play/surveys/serp @@ -2473,6 +2640,7 @@ posttv/c/video_search posttv/posttv/trendex posttv/sponsored-video preference +prefs present presentation prettyearth/assets @@ -2483,6 +2651,8 @@ privacy-policy pro proFile/history? product +product-catalogs +product-feed product-reviews/B0069IY63Y product/reviews? product_ @@ -2528,11 +2698,13 @@ pt-br/solutions pt-br/vimeo-academy publications puzzles/leaderboards/invite +pw pwapi-proxy/pwproxy pwapiv2 q= qr quality_form? +quiz r rackspace/elevating-performance radio/imda @@ -2542,6 +2714,7 @@ rd/search rd/search$ rd/search? readme.html +recently-viewed recipes/*?q= recipes/search recover @@ -2553,6 +2726,9 @@ refer refer/pal referrals referrer= +refresh_stored_accounts +refresh_token +register registry/wishlist remotelogout rep=hc @@ -2561,9 +2737,13 @@ report-abuse?report= report-appeal report= report_abuse.gne +reports-and-violations +request-data requests research-survey research/participants/cofund +resource +resource/*/get results results retail @@ -2601,6 +2781,7 @@ s2/search/social s2/sitemaps s2/static s? +safe-redirect safety safetycheck sars-cov-2 @@ -2644,6 +2825,8 @@ sections/goatsandsoda/2015/06/09/406744975/a-gender-revolution-hits-the-streets- sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-synthetic-speech-gets-an-upgrade sections/ombudsman/2008/01/frequently_asked_questions_1.html sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma +secure +sendHeaderEarly sendarticle services/oauth setprefs @@ -2672,6 +2855,7 @@ shop/productpage shop/topics shop/view/product shop?* +shop_pins shopping-content-api/product_images shopping-organic/price_validation shopping/deals @@ -2975,10 +3159,12 @@ social/photosui/images social/photosui/sitemap social/search? social/social-security-directory/cai +socialmanager solutions sounds/search sounds/search$ sounds/search? +source source= source_repo= spain/empresas/ @@ -2999,6 +3185,7 @@ ss ss/customer-reviews/lighthouse ss/twister/ajax sslsingle +sso stadia/gamers stale start @@ -3062,6 +3249,10 @@ storefront storepicker stores/page/*visitId= stories +story-pin-builder +story-pin-invite +story_feed +story_pins storyworks storyworks/preview stream @@ -3090,6 +3281,7 @@ support/content support/forum/search? sureroute surprise +suspension-appeal sutils svc svc/connections @@ -3102,6 +3294,7 @@ svc/spelling-bee svc/strands svc/sudoku svc/wordle +sw-shell.html swg system1/images t/privacy @@ -3110,6 +3303,7 @@ tab= tablet tag tag: +taggingtool tagmanager/containers/xo tagmanager/pptm.js talk @@ -3143,7 +3337,9 @@ testpage-forhomepage tetro th$ th? +thanksgiving-spotlight themacallan/worlds-together +theme tickets-external? timedtext_video tmall @@ -3231,6 +3427,7 @@ trustedstores/js trustedstores/s trustedstores/tm2 trustedstores/verify +tv tv/thumb typeahead u @@ -3244,10 +3441,15 @@ ugc$ ugcsupport ugcsupport$ ui +unauth-profile +unlink unsub until= upgrade-plan upload +upload-lens-image +upload-lens-image-history +upload-shuffle-draft urchin_test url user @@ -3266,9 +3468,11 @@ uviewer v1 v1/initialize v1/rgstr +v1/urls/count.json v2 v3 v3/openapi +v3/pidgets/log valkyrie-playground verified-authors verify_age @@ -3313,6 +3517,9 @@ webapps/xo/html/cookiecheck.html webapps/xoonboarding webscr websearch +website/confirm +website/confirm/download +welcome whats-next/planes-trains-and-analytics whsmiths widget/cr @@ -3529,7 +3736,7 @@ wiki/Wikipedia%3AVandalismi_in_corso wiki/Wikipedia%3AVandalismusmeldung wiki/Wikipedia%3AVandalismusmeldung%2F wiki/Wikipedia%3AVermittlungsausschuss -wiki/Wikipedia%3AVermittlungsausschuss%2Fhttp://npr.org/robots.txt +wiki/Wikipedia%3AVermittlungsausschuss%2Fhttp://maps.app.goo.gl/robots.txt wiki/Wikipedia%3AVotes_for_deletion wiki/Wikipedia%3AWikiProject_Deletion_sorting wiki/Wikipedia%3AWikiProject_Spam @@ -3914,6 +4121,7 @@ xmlrpc.php xoplatform/logger/api/logger xorouter you +your-shop youth/404_en.htm youtube/fonts youtube/img/branding/favicon diff --git a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt index 54098c48b..b01fb5824 100644 --- a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt +++ b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt @@ -53,9 +53,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &aspectratio= &bitrate= &bundle= -&c=cn& -&c=hk& -&c=tw& &calendar &calert= &categoryId= @@ -183,9 +180,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &shareCard= &showAllGroups= &sitrackingid= -&solrsort &solved= -&sort &sort*&page= &sort= &sortBy= @@ -345,7 +340,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .jsx$ .jsx? .kmz -.less$ .m3u8 .m4a .md @@ -377,7 +371,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .ssi$ .svg .svg -.svghttp://fb.watch/robots.txt +.svghttp://diigo.com/robots.txt .swf$ .swf$ .sxg @@ -917,7 +911,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /Ntx /QuerySuggestion /RedesignBucket -/Search /Search/ /SelectLocale?fromPage= /UPGRADE.txt @@ -1040,7 +1033,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /apartments-madden_att /apartments-offers_att /apartments-rent_att -/apd/*/quickview$ /api /api$ /api/frontend-transition-page/gotostore @@ -1067,9 +1059,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /approval-templates/search? /approval-templates/standalone /apps -/ar/*?appliedRefinements=*, -/ar/*?appliedrefinements=*, -/ar/4009?appliedRefinements=2828 /archive /archives /archivetop.html @@ -1117,14 +1106,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /blame /blank/ /blog -/blog -/blog*/page /blog-article-remove-faq-utms-*.js -/blog/*.php$ -/blog/*/configuration-page.htm -/blog/*/gobig -/blog/*/teammembers -/blog/*/testing /blogs /blogs$ /blogs/ @@ -1163,11 +1145,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /business/aisearch /business/availability /business/availability/?context -/business/availability/?context=http://fastcompany.com/robots.txt +/business/availability/?context=http://help.twitter.com/robots.txt /business/availability?context /business/availability?context= /business/search -/buy /buyback /buyer/widget /c @@ -1324,7 +1305,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /crossdomain /crshow/* /css -/cty/pdp/ispd /cuaca/ /custom-report /customer-success-stories.*._filter @@ -1401,13 +1381,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /download? /downloadassets /downloadstats -/dt -/dt/*.php$ -/dt/*/configuration-page.htm -/dt/*/gobig -/dt/*/teammembers -/dt/*/testing -/dt/microsites/cafe /duplex-apartments_att /dvd-mode /dynalist/* @@ -1450,74 +1423,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /embed /empty/$ /en -/en-ar -/en-ar$ -/en-at -/en-at$ -/en-be -/en-be$ -/en-br -/en-br$ -/en-cd -/en-cd$ -/en-cg -/en-cg$ -/en-ch -/en-ch$ -/en-cl -/en-cl$ -/en-cn -/en-cn$ -/en-co -/en-co$ -/en-cz -/en-cz$ -/en-de -/en-de$ -/en-dk -/en-dk$ -/en-es -/en-es$ -/en-fi -/en-fi$ -/en-fr -/en-fr$ -/en-ga -/en-ga$ -/en-gr -/en-gr$ -/en-hu -/en-hu$ -/en-it -/en-it$ -/en-jp -/en-jp$ -/en-kr -/en-kr$ -/en-lu -/en-lu$ -/en-mx -/en-mx$ -/en-nl -/en-nl$ -/en-no -/en-no$ -/en-pe -/en-pe$ -/en-pl -/en-pl$ -/en-pt -/en-pt$ -/en-ro -/en-ro$ -/en-se -/en-se$ -/en-tr -/en-tr$ -/en-ua -/en-ua$ -/en-ve -/en-ve$ /en/categories /en/no-ad /en/programs/umbrellafacilityforgenderequality/brief/ufge-partnership-council-meeting @@ -1535,8 +1440,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /epub /error /error/ -/es-us -/es-us$ /eshop /estore /etads_v2/* @@ -1636,7 +1539,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /g00 /galaxy-s10-buy-test /gallery.js -/gaming/performance /gcbalance /gcrnsts /gd-perf$ @@ -1690,7 +1592,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /history-node /hm-test /home-design/share -/home/*/product-support/servicetag/*/configuration /home/contact* /home_25 /home_3rd @@ -1756,7 +1657,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /invite /invoices/invoice-templates /invoices/recurring-payments -/iserviceselection /isv/*? /ita-index-search /item_support @@ -1792,7 +1692,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /layoutvorlagen /lazy.js /learn -/learn/search /least /legal /legal/*?ets= @@ -1882,6 +1781,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /makecorsrequest /makeid$ /manage +/maps /marketing/author/*& /marketing/author/*? /marketing/help @@ -2051,16 +1951,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /pdf-templates/standalone /pdfft /pdp-async/preview -/pdr /people/*/circle /people/*/favorites /personality/index$ -/perspectives -/perspectives/*.php$ -/perspectives/*/configuration-page.htm -/perspectives/*/gobig -/perspectives/*/teammembers -/perspectives/*/testing /pgtrack.js /photo$ /photo-editor @@ -2194,7 +2087,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /retweets? /reviews /reviews$ -/reviewselections /revisions /rewards-experience /rino-_att @@ -2215,7 +2107,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /rsvps/*atom /rsvps/*rss /rsvps/*xml -/ru-ru /s /s?k=*&rh=n*p_*p_*p_ /saa/ @@ -2369,7 +2260,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /services/success-plans/accelerators._filter.RG*. /services/success-plans/accelerators/._filter.P*. /services/success-plans/accelerators/._filter.RG*. -/serviceselection /settings /share /shop @@ -2499,11 +2389,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /suggestions/new /suite /support-requests/new -/support/*/en-ua -/support/*/ru-ua -/support/*/ua/en -/support/*/ua/ru -/support/*/ua/uk /support/reader /sw_skeleton /swf @@ -2919,7 +2804,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*adxarea= ?*ajax= ?*ajs_event -?*apikey*http://stupidhackathon.github.io/robots.txt +?*apikey*http://vk.com/robots.txt ?*app ?*attachment_id ?*author @@ -3110,7 +2995,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?app= ?articleno= ?aspectratio= -?at_ ?attachment_id= ?attachment_id=* ?attribute_key @@ -3135,9 +3019,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?build ?bundle= ?byline= -?c=cn& -?c=hk& -?c=tw& ?cacheBurst= ?calendar ?callback= @@ -3362,6 +3243,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?login= ?loop= ?ls= +?maca= ?mark=google_shopping ?maspect ?maxheight= @@ -3486,7 +3368,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?q=node/*/nodequeue ?q=node/add ?q=print -?q=profile ?q=search ?q=user/login ?q=user/logout @@ -3575,8 +3456,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?sizes= ?sl_key= ?slogin -?solrsort -?sort ?sort*&page= ?sort-by=* ?sort= @@ -5317,7 +5196,6 @@ account-login account-prefs-change account-settings account-setup -account-verification account.json account/ account/accomplishments @@ -5637,7 +5515,6 @@ agent agent-resources agent-resources/zgwp/app/themes/paxl/assets/fonts/stargate.ttf agent-websites -aggregator agreements/approve ahead ahoy @@ -5744,8 +5621,6 @@ am-sonntag/vorproduktion am/$ amazon-chat amazon100dollarsale -ambassadors$ -ambassadors? ambry amc/*/arbitration amc/*/center @@ -5807,7 +5682,7 @@ analytics-360 analytics-plus/ analytics/feeds analytics/help/onpremise/api/ -analytics/keywordoverview/*?q= +analytics/keywordoverview analytics/partners/comments analytics/portal analytics/seomagic @@ -5848,7 +5723,7 @@ apdata api api*.do api*?hl= -api*?hl=http://researchgate.net/robots.txt +api*?hl=http://addons.mozilla.org/robots.txt api-keys api-proxy api-web @@ -5881,7 +5756,7 @@ api/fetch/mc-anon api/getrecjobs api/graphql api/historical -api/http://hootsuite.com/robots.txt +api/http://creativecommons.org/robots.txt api/internal/*/location api/jobPostings/jobs api/maps/ @@ -6433,7 +6308,7 @@ audible-sample-player audible_programs= audiblehug audiblewords -audio-edition-podcast/*/index.xmlhttp://developer.apple.com/robots.txt +audio-edition-podcast/*/index.xmlhttp://ecrs.com/robots.txt audio.html audio/music/search audio/sound-effects/search @@ -6988,7 +6863,7 @@ blog/*?text= blog/*sitemap.xml$ blog/*utm_source= blog/. -blog/.html.*http://example.com/robots.txt +blog/.html.*http://samsung.com/robots.txt blog/10-lessons-from-an-engineering-manager/$ blog/2025-shifting-roles-report/$ blog/2026-ai-report/$ @@ -7926,7 +7801,6 @@ boo-a-madea-halloween book book-a-coronavirus-vaccination book-a-coronavirus-vaccination/ -book/export book/reviews book/show book_link/follow @@ -7955,7 +7829,6 @@ books?*zoom= books?*zoom=1 books?*zoom=5 bookshelf -boomerang boutique/sitemaps bouyguestelecom bp @@ -8098,7 +7971,6 @@ buttonWidget buy buy/select-product buy_buttons -buyer buyer-preferences buyeroffers/*/*.html buyeroffers/*/*/*.html @@ -8116,7 +7988,6 @@ buzzfeed/api bv/upload bvroute=Review bvrrp -bvstate= bvtab byptwd bzzagent @@ -8258,6 +8129,7 @@ ca/market/dixie_flag ca/market/rebel_flag ca/messages ca/mini.php +ca/multistore/offers/back-to-school ca/node/add ca/people ca/r/group @@ -8283,11 +8155,11 @@ ca/wp-admin ca/your ca_fr ca_fr/Download +ca_fr/multistore/offers/back-to-school ca_referer= caas cache cache/MiamiImageURL -cacheKey cacheKiller= cacheserial cai @@ -8604,7 +8476,7 @@ cdn-cgi$ cdn-cgi/ cdn-cgi/bm/cv cdn-cgi/challenge-platform -cdn-cgi/http://kids.youtube.com/robots.txt +cdn-cgi/http://medium.com/robots.txt cdn-cgi/images/trace cdn-cgi/l/email-protection cdn-cgi/rum @@ -8612,7 +8484,7 @@ cdn-cgi/scripts cdn-cgi/speculation cdn-cgi/styles cdn-cgi/zaraz -cdn-cgi/zaraz/http://cdn.who.int/robots.txt +cdn-cgi/zaraz/http://deezer.com/robots.txt cdn-proxy/pim cdn-proxy/px cdn.jwplayer.com/previews @@ -8647,6 +8519,9 @@ cf-growth-advisor-call-coaches-consultants-page--fe6f2$ cf-growth-advisor-call-coaches-consultants-page--fe6f2? cf-growth-advisor-call-coaches-consultants-page? cf-growth-advisor-call-coaches-consultants? +cgc/*.ico +cgc/*.png +cgc/*.svg cgi cgi- cgi-bin @@ -8656,7 +8531,7 @@ cgi-bin/koha/ cgi-bin/loginpage cgi-bin/search.fpl cgi-bin/wx -cgi-binhttp://baidu.com/robots.txt +cgi-binhttp://ifttt.com/robots.txt cgi-local cgi-mad/ cgi-pct/ @@ -8783,7 +8658,7 @@ checkout checkout$ checkout-external checkout/package -checkouthttp://accidentinjurylawyers.claims/robots.txt +checkouthttp://moskva.stroi-podryad.ru/robots.txt checkoutnow checkouts checkpoint @@ -8949,18 +8824,8 @@ cmtofart/ cmtofartac_lp/ cn cn$ -cn-ccp-pages-sitemap.xml.gz cn-edu -cn-encoded-pages-sitemap.xml.gz cn-k12 -cn-learn-pages-sitemap.xml.gz -cn-pd-pages-sitemap.xml.gz -cn-snp-pages-sitemap.xml.gz -cn-sr-sitemap.xml -cn-sr-sitemap.xml.gz -cn-support-pages-sitemap.xml.gz -cn-video-sitemap.xml -cn-video-sitemap.xml.gz cn/*/aow cn/ai/图标生成器/工具 cn/login-messages @@ -9416,33 +9281,17 @@ communities/sitemap community community-guidelines community/* -community/*-de -community/*-es -community/*-fr -community/*-ja -community/*-ko -community/*-pt community/*/coins community/*/live community/*/post community/*/profile community/*/topics -community/*=de -community/*=es -community/*=fr -community/*=ja -community/*=ko -community/*=pt community/birth_day community/birth_year community/cf_user community/city community/coins community/country -community/en/topics/community-events -community/en/topics/leaderboard -community/en/topics/superuser-central -community/en/users/64c1061fe454291792ef4814 community/error-subdivision-name-unavailable community/heroes/ community/post @@ -9451,7 +9300,6 @@ community/q/questions/*/view_counts community/q/socket.io community/search? community/topics -community/zh community_comment community_post companies @@ -9571,7 +9419,7 @@ confirmed? conflagexp connect connect/@ -connect/http://ifttt.com/robots.txt +connect/http://blog.twitter.com/robots.txt connect/invite connect/social-intranet.html connections @@ -9714,7 +9562,7 @@ content/pwc/script/gx/en/live-search/v60.js content/search content/temp/* content/websites/languages -content/websites/us/en/noindex/*http://discord.com/robots.txt +content/websites/us/en/noindex/*http://xcelab.net/robots.txt content_reporting content_title= contest @@ -9898,11 +9746,7 @@ cross-domain-bridge.html cross-domain/* cs cs-CZ/$ -cs-cz cs-cz/ -cs-cz/lp$ -cs-cz/lp/contact-us -cs-cz/lp/homepage$ cs/android/collections cs/android/search cs/firefox/collections @@ -9922,8 +9766,6 @@ csb/kb/*/discuss csb/search csb/user csb/users -csbapi -csbapi/unified-communication csc csds/* cservice @@ -10095,7 +9937,6 @@ d/search d/topicsearch d=pro da-DK/$ -da-dk*/lp da-dk/ da/forums da/kb @@ -10140,7 +9981,6 @@ dbvar/?term= dc dc? dcc -dci/idp/dwa dcjs ddl2* ddp @@ -10153,11 +9993,8 @@ de*/shop/*/favoriters de*/shop/*/rss_shop.php de*/shop/*/sold de-DE/$ -de-at*/lp de-at/ -de-ch*/lp de-ch/ -de-de*/lp de-de/ de-de/$ de-de/ai/$ @@ -10267,6 +10104,7 @@ de-de/blog/how-teams-tap-into-the-power-of-design-with-figma-slides/$ de-de/blog/how-to-build-ground-breaking-products-a-managers-guide/$ de-de/blog/how-to-design-agentic-tools-for-work/$ de-de/blog/how-to-get-the-most-out-of-teams/$ +de-de/blog/how-to-move-fast-toward-the-right-thing/$ de-de/blog/how-to-streamline-your-design-system-workflow-in-figma/$ de-de/blog/how-we-built-ai-search-in-figma/$ de-de/blog/how-we-secure-figmas-internal-systems-with-agents/$ @@ -10349,6 +10187,7 @@ de-de/blog/the-rise-of-the-generalist/$ de-de/blog/the-search-for-speed-in-figma-opensearch/$ de-de/blog/the-visual-identity-behind-config-2026/$ de-de/blog/thought-leadership/$ +de-de/blog/try-these-10-skills-and-show-off-your-own/$ de-de/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ de-de/blog/ui-ux/$ de-de/blog/unlocking-the-power-of-code-connect/$ @@ -11289,7 +11128,6 @@ dg-service dgs/education_culture/404_en.htm dhtml dhtmlmenu -di/idp/dwa dialog dialog/* dictionary/$ @@ -11765,11 +11603,7 @@ ekansa/Open-Context-Data ekansa/opencontext- el el-GR/$ -el-gr el-gr/ -el-gr/lp$ -el-gr/lp/contact-us -el-gr/lp/homepage$ el/android/collections el/android/search el/firefox/collections @@ -11921,37 +11755,10 @@ en-US/kb/*/discuss en-US/search en-US/user en-US/users -en-ae -en-ae/lp$ -en-ae/lp/contact-us -en-ae/lp/homepage$ -en-af -en-af/lp$ -en-af/lp/contact-us -en-af/lp/homepage$ -en-ag -en-ag/lp$ -en-ag/lp/contact-us -en-ag/lp/homepage$ -en-ai -en-ai/lp$ -en-ai/lp/contact-us -en-ai/lp/homepage$ -en-al -en-al/lp$ -en-al/lp/contact-us -en-al/lp/homepage$ -en-an -en-ao -en-ao/lp$ -en-ao/lp/contact-us -en-ao/lp/homepage$ -en-au*/lp en-au/ en-au/*/media/oembed en-au/README.md en-au/admin -en-au/blog en-au/blog/search en-au/blog/topic en-au/comment/reply @@ -11972,7 +11779,6 @@ en-au/core/*.png en-au/core/*.svg en-au/custom_banner en-au/docs -en-au/dt en-au/filter/tips en-au/hidden en-au/in-product @@ -11993,8 +11799,6 @@ en-au/media/oembed en-au/modules/README.txt en-au/no-follow en-au/node -en-au/outlet/*? -en-au/perspectives en-au/phenom en-au/profiles en-au/profiles/*.css$ @@ -12019,94 +11823,8 @@ en-au/user/logout en-au/user/password en-au/user/register en-au/web.config -en-aw -en-aw/lp$ -en-aw/lp/contact-us -en-aw/lp/homepage$ -en-ba -en-ba/lp$ -en-ba/lp/contact-us -en-ba/lp/homepage$ -en-bb -en-bb/lp$ -en-bb/lp/contact-us -en-bb/lp/homepage$ -en-bd -en-bd/lp$ -en-bd/lp/contact-us -en-bd/lp/homepage$ -en-bg -en-bh -en-bh/lp$ -en-bh/lp/contact-us -en-bh/lp/homepage$ -en-bm -en-bm/lp$ -en-bm/lp/contact-us -en-bm/lp/homepage$ -en-bn -en-bn/lp$ -en-bn/lp/contact-us -en-bn/lp/homepage$ -en-bo -en-bs -en-bs/lp$ -en-bs/lp/contact-us -en-bs/lp/homepage$ -en-bt -en-bt/lp$ -en-bt/lp/contact-us -en-bt/lp/homepage$ -en-bw -en-bw/lp$ -en-bw/lp/contact-us -en-bw/lp/homepage$ -en-bz -en-bz/lp$ -en-bz/lp/contact-us -en-bz/lp/homepage$ -en-ca*/lp en-ca/ -en-ca/blog -en-ca/dt -en-ca/perspectives -en-ca/shop/sfc/sf/alienware-desktops -en-ck en-cn/search -en-cr -en-cv -en-cv/lp$ -en-cv/lp/contact-us -en-cv/lp/homepage$ -en-cy -en-cy/lp$ -en-cy/lp/contact-us -en-cy/lp/homepage$ -en-dm -en-dm/lp$ -en-dm/lp/contact-us -en-dm/lp/homepage$ -en-do -en-ec -en-ed -en-ee -en-ee/lp$ -en-ee/lp/contact-us -en-ee/lp/homepage$ -en-eg -en-eg/lp$ -en-eg/lp/contact-us -en-eg/lp/homepage$ -en-en -en-et -en-et/lp$ -en-et/lp/contact-us -en-et/lp/homepage$ -en-fj -en-fj/lp$ -en-fj/lp/contact-us -en-fj/lp/homepage$ -en-fm en-gb/ en-gb/*/media/oembed en-gb/README.md @@ -12178,334 +11896,23 @@ en-gb/user/logout en-gb/user/password en-gb/user/register en-gb/web.config -en-gd -en-gd/lp$ -en-gd/lp/contact-us -en-gd/lp/homepage$ -en-gh -en-gh/lp$ -en-gh/lp/contact-us -en-gh/lp/homepage$ -en-gm -en-gm/lp$ -en-gm/lp/contact-us -en-gm/lp/homepage$ -en-gt -en-gu -en-gu/lp$ -en-gu/lp/contact-us -en-gu/lp/homepage$ -en-gy -en-gy/lp$ -en-gy/lp/contact-us -en-gy/lp/homepage$ -en-hk*/lp en-hk/ -en-hk/blog -en-hk/dt -en-hk/perspectives -en-hn -en-hr -en-ht -en-ht/lp$ -en-ht/lp/contact-us -en-ht/lp/homepage$ -en-id -en-ie*/lp en-ie/ -en-ie/blog -en-ie/dt -en-ie/perspectives -en-il -en-il/lp$ -en-il/lp/contact-us -en-il/lp/homepage$ -en-in*/lp en-in/ -en-in/blog -en-in/dt -en-in/perspectives -en-in/shop/pdr -en-iq -en-iq/lp$ -en-iq/lp/contact-us -en-iq/lp/homepage$ -en-is -en-is/lp$ -en-is/lp/contact-us -en-is/lp/homepage$ -en-jm en-jm/ -en-jm/lp$ -en-jm/lp/contact-us -en-jm/lp/homepage$ -en-jo -en-jo/lp$ -en-jo/lp/contact-us -en-jo/lp/homepage$ -en-ke -en-ke/lp$ -en-ke/lp/contact-us -en-ke/lp/homepage$ -en-kh -en-kh/lp$ -en-kh/lp/contact-us -en-kh/lp/homepage$ -en-ki -en-ki/lp$ -en-ki/lp/contact-us -en-ki/lp/homepage$ -en-kn -en-kn/lp$ -en-kn/lp/contact-us -en-kn/lp/homepage$ -en-kw -en-kw/lp$ -en-kw/lp/contact-us -en-kw/lp/homepage$ -en-ky -en-ky/lp$ -en-ky/lp/contact-us -en-ky/lp/homepage$ -en-la -en-la/lp$ -en-la/lp/contact-us -en-la/lp/homepage$ -en-lb -en-lb/lp$ -en-lb/lp/contact-us -en-lb/lp/homepage$ -en-lc -en-lc/lp$ -en-lc/lp/contact-us -en-lc/lp/homepage$ -en-lk -en-lk/lp$ -en-lk/lp/contact-us -en-lk/lp/homepage$ -en-lr -en-lr/lp$ -en-lr/lp/contact-us -en-lr/lp/homepage$ -en-ls -en-ls/lp$ -en-ls/lp/contact-us -en-ls/lp/homepage$ -en-lt -en-lt/lp$ -en-lt/lp/contact-us -en-lt/lp/homepage$ -en-lv -en-lv/lp$ -en-lv/lp/contact-us -en-lv/lp/homepage$ -en-ly -en-me -en-me/lp$ -en-me/lp/contact-us -en-me/lp/homepage$ -en-mk -en-mk/lp$ -en-mk/lp/contact-us -en-mk/lp/homepage$ -en-mm -en-mm/lp$ -en-mm/lp/contact-us -en-mm/lp/homepage$ -en-mn -en-mn/lp$ -en-mn/lp/contact-us -en-mn/lp/homepage$ -en-mp -en-ms -en-ms/lp$ -en-ms/lp/contact-us -en-ms/lp/homepage$ -en-mt -en-mt/lp$ -en-mt/lp/contact-us -en-mt/lp/homepage$ -en-mu -en-mu/lp$ -en-mu/lp/contact-us -en-mu/lp/homepage$ -en-mv -en-mv/lp$ -en-mv/lp/contact-us -en-mv/lp/homepage$ -en-mw -en-mw/lp$ -en-mw/lp/contact-us -en-mw/lp/homepage$ -en-my*/lp en-my/ -en-my/blog -en-my/dt -en-my/perspectives -en-mz -en-mz/lp$ -en-mz/lp/contact-us -en-mz/lp/homepage$ -en-na -en-na/lp$ -en-na/lp/contact-us -en-na/lp/homepage$ -en-ng -en-ni -en-np -en-np/lp$ -en-np/lp/contact-us -en-np/lp/homepage$ -en-nr -en-nz*/lp en-nz/ -en-nz/blog -en-nz/dt -en-nz/perspectives -en-om -en-om/lp$ -en-om/lp/contact-us -en-om/lp/homepage$ -en-pa -en-pg -en-pg/lp$ -en-pg/lp/contact-us -en-pg/lp/homepage$ -en-ph en-ph/ -en-ph/*/sc -en-pk -en-pr -en-pr/lp$ -en-pr/lp/contact-us -en-pr/lp/homepage$ -en-pw -en-pw/lp$ -en-pw/lp/contact-us -en-pw/lp/homepage$ -en-py -en-qa -en-qa/lp$ -en-qa/lp/contact-us -en-qa/lp/homepage$ -en-rs -en-rs$ -en-rw -en-rw/lp$ -en-rw/lp/contact-us -en-rw/lp/homepage$ -en-sa -en-sa/lp$ -en-sa/lp/contact-us -en-sa/lp/homepage$ -en-sb -en-sg*/lp en-sg/ -en-sg/blog -en-sg/dt -en-sg/perspectives -en-si -en-si/lp$ -en-si/lp/contact-us -en-si/lp/homepage$ -en-sl -en-sl/lp$ -en-sl/lp/contact-us -en-sl/lp/homepage$ -en-so -en-so/lp$ -en-so/lp/contact-us -en-so/lp/homepage$ -en-sr -en-sr/lp$ -en-sr/lp/contact-us -en-sr/lp/homepage$ -en-sv -en-sz -en-sz/lp$ -en-sz/lp/contact-us -en-sz/lp/homepage$ -en-tc -en-tc/lp$ -en-tc/lp/contact-us -en-tc/lp/homepage$ -en-th -en-tl -en-to -en-tt en-tt/ -en-tt/lp$ -en-tt/lp/contact-us -en-tt/lp/homepage$ -en-tv -en-tz -en-tz/lp$ -en-tz/lp/contact-us -en-tz/lp/homepage$ -en-ua -en-ug -en-ug/lp$ -en-ug/lp/contact-us -en-ug/lp/homepage$ -en-uk*/lp -en-uk/blog -en-uk/dt -en-uk/perspectives -en-us*/lp en-us-library en-us/ -en-us/blog en-us/business/tls/partnerships -en-us/dt -en-us/dt/what-we-do/index-apex.htm -en-us/dt/what-we-do/index-device.htm -en-us/dt/what-we-do/index-server.htm -en-us/dt/what-we-do/index-storage.htm en-us/personalized-solutions -en-us/perspectives en-us/test en-us/windows/si/matrix.html en-usbrary -en-vc -en-vc/lp$ -en-vc/lp/contact-us -en-vc/lp/homepage$ -en-vg -en-vg/lp$ -en-vg/lp/contact-us -en-vg/lp/homepage$ -en-vi -en-vi/lp$ -en-vi/lp/contact-us -en-vi/lp/homepage$ -en-vn -en-vn/*/sc -en-vu -en-vu/lp$ -en-vu/lp/contact-us -en-vu/lp/homepage$ -en-ws -en-ws/lp$ -en-ws/lp/contact-us -en-ws/lp/homepage$ -en-ye -en-ye/lp$ -en-ye/lp/contact-us -en-ye/lp/homepage$ -en-yu -en-za en-za/ -en-za/lp$ -en-za/lp/contact-us -en-za/lp/homepage$ -en-zm -en-zm/lp$ -en-zm/lp/contact-us -en-zm/lp/homepage$ -en-zw -en-zw/lp$ -en-zw/lp/contact-us -en-zw/lp/homepage$ en/admin/* en/consultations? en/core/ @@ -12525,7 +11932,6 @@ en/funding? en/group en/help/126238-pricing-faqs-legacy-guide en/help/142642-old-vs-new-pricing -en/internaljustice/files en/library? en/microsoft-365 en/microsoft-365/ @@ -12686,51 +12092,13 @@ es-MX/firefox/collections/4757633/$ es-MX/firefox/collections/mozilla es-MX/firefox/collections/mozilla/$ es-MX/firefox/search -es-ag -es-ai -es-an -es-ar es-ar/ -es-ar/lp$ -es-ar/lp/contact-us -es-ar/lp/homepage$ -es-aw -es-bb -es-bm -es-bo es-bo/ -es-bo/lp$ -es-bo/lp/contact-us -es-bo/lp/homepage$ -es-bs -es-bz -es-cl es-cl/ -es-cl/lp$ -es-cl/lp/contact-us -es-cl/lp/homepage$ -es-co es-co/ -es-co/lp$ -es-co/lp/contact-us -es-co/lp/homepage$ -es-cr es-cr/ -es-cr/lp$ -es-cr/lp/contact-us -es-cr/lp/homepage$ -es-dm -es-do es-do/ -es-do/lp$ -es-do/lp/contact-us -es-do/lp/homepage$ -es-ec es-ec/ -es-ec/lp$ -es-ec/lp/contact-us -es-ec/lp/homepage$ -es-es*/lp es-es/ es-es/$ es-es/*/media/oembed @@ -12813,6 +12181,7 @@ es-es/blog/how-decagon-uses-ai-for-design-system-saturation/$ es-es/blog/how-figma-stays-ahead-of-vulnerabilities-with-agents/$ es-es/blog/how-to-design-agentic-tools-for-work/$ es-es/blog/how-to-harness-skills-that-ai-cant-automate/$ +es-es/blog/how-to-move-fast-toward-the-right-thing/$ es-es/blog/how-we-secure-figmas-internal-systems-with-agents/$ es-es/blog/improving-performance-in-the-layers-panel/$ es-es/blog/in-good-company-agencies-freelancers/$ @@ -12875,6 +12244,7 @@ es-es/blog/the-visual-identity-behind-config-2026/$ es-es/blog/thought-leadership/$ es-es/blog/tips-and-inspiration/$ es-es/blog/topic +es-es/blog/try-these-10-skills-and-show-off-your-own/$ es-es/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ es-es/blog/typography/$ es-es/blog/ui-ux/$ @@ -13318,22 +12688,8 @@ es-es/web.config es-es/webinars/como-banco-sabadell-ahorro-4-millones-de-euros-con-su-sistema-de-diseno-video/$ es-es/webinars/como-banco-sabadell-ahorro-4-millones-de-euros-con-su-sistema-de-diseno/$ es-es/wireframe-tool/$ -es-gd -es-gt es-gt/ -es-gt/lp$ -es-gt/lp/contact-us -es-gt/lp/homepage$ -es-gy -es-hn es-hn/ -es-hn/lp$ -es-hn/lp/contact-us -es-hn/lp/homepage$ -es-ht -es-jm -es-kn -es-ky es-la/$ es-la/ai/$ es-la/ai/config-2025/$ @@ -13381,6 +12737,7 @@ es-la/blog/how-decagon-uses-ai-for-design-system-saturation/$ es-la/blog/how-figma-stays-ahead-of-vulnerabilities-with-agents/$ es-la/blog/how-to-design-agentic-tools-for-work/$ es-la/blog/how-to-harness-skills-that-ai-cant-automate/$ +es-la/blog/how-to-move-fast-toward-the-right-thing/$ es-la/blog/how-we-secure-figmas-internal-systems-with-agents/$ es-la/blog/improving-performance-in-the-layers-panel/$ es-la/blog/in-good-company-agencies-freelancers/$ @@ -13410,6 +12767,7 @@ es-la/blog/the-anatomy-of-an-activation-figma-commons/$ es-la/blog/the-benefits-of-code-connect-in-mcp/$ es-la/blog/the-figma-agent-is-here/$ es-la/blog/the-visual-identity-behind-config-2026/$ +es-la/blog/try-these-10-skills-and-show-off-your-own/$ es-la/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ es-la/blog/visibility-at-scale-how-figma-detects-sensitive-data-exposure/$ es-la/blog/what-matters-when-anyone-can-build/$ @@ -13846,58 +13204,15 @@ es-la/web-development/$ es-la/webinars/como-banco-sabadell-ahorro-4-millones-de-euros-con-su-sistema-de-diseno-video/$ es-la/webinars/como-banco-sabadell-ahorro-4-millones-de-euros-con-su-sistema-de-diseno/$ es-la/wireframe-tool/$ -es-lc -es-mx es-mx/ -es-mx/lp$ -es-mx/lp/contact-us -es-mx/lp/homepage$ -es-ni es-ni/ -es-ni/lp$ -es-ni/lp/contact-us -es-ni/lp/homepage$ -es-pa es-pa/ -es-pa/lp$ -es-pa/lp/contact-us -es-pa/lp/homepage$ -es-pe es-pe/ -es-pe/lp$ -es-pe/lp/contact-us -es-pe/lp/homepage$ -es-pr es-pr/ -es-pr/lp$ -es-pr/lp/contact-us -es-pr/lp/homepage$ -es-py es-py/ -es-py/lp$ -es-py/lp/contact-us -es-py/lp/homepage$ -es-sr -es-sv es-sv/ -es-sv/lp$ -es-sv/lp/contact-us -es-sv/lp/homepage$ -es-tc -es-tt -es-uy es-uy/ -es-uy/lp$ -es-uy/lp/contact-us -es-uy/lp/homepage$ -es-vc -es-ve es-ve/ -es-ve/lp$ -es-ve/lp/contact-us -es-ve/lp/homepage$ -es-vg -es-vi es-xl/ es-xl/motivator/ es/$ @@ -14448,7 +13763,7 @@ fastanswers fatalerror.html faves-i_love_u_get_away_from_me favicon.ico -favicon.icohttp://deviantart.com/robots.txt +favicon.icohttp://blog.google/robots.txt favorit-hinzufuegen favorit-loeschen favorites? @@ -14579,11 +13894,7 @@ fi-en/teams fi-en/transactions fi-en/treasury fi-en/your -fi-fi fi-fi/ -fi-fi/lp$ -fi-fi/lp/contact-us -fi-fi/lp/homepage$ fi/* fi/Download fi/ai/ikonigeneraattori/tyokalu @@ -14648,7 +13959,7 @@ files/developer files/resources fileview filing/free-file-fillable-forms/free-file-fillable-forms-support -filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://jotform.com/robots.txt +filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://irishtimes.com/robots.txt filter.searchKeyword= filter/ filter/tips @@ -14670,7 +13981,7 @@ finances financial-services/ofss find find-more -find/*http://namecheap.com/robots.txt +find/*http://freepik.com/robots.txt findCityAjax.htm finetune fios @@ -14682,7 +13993,6 @@ firms firststeps. fisheries/fleet five-years-of-figma/$ -fix-emails fix-it fixit fizzy/admin @@ -16469,7 +15779,7 @@ forum/online forum/posts forum/profile forum/search -forum/ucp.phphttp://roxanegay.com/robots.txt +forum/ucp.phphttp://embassybel.ru/robots.txt forum/viewtopic.php forum/whats-new forumTeaser @@ -16499,55 +15809,10 @@ fr*/shop/*/rss_shop.php fr*/shop/*/sold fr-CA/$ fr-FR/$ -fr-be*/lp fr-be/ -fr-bf -fr-bf/lp$ -fr-bf/lp/contact-us -fr-bf/lp/homepage$ -fr-bi -fr-bi/lp$ -fr-bi/lp/contact-us -fr-bi/lp/homepage$ -fr-bj -fr-bj/lp$ -fr-bj/lp/contact-us -fr-bj/lp/homepage$ -fr-ca*/lp fr-ca/ fr-ca/login-messages -fr-cd -fr-cd/lp$ -fr-cd/lp/contact-us -fr-cd/lp/homepage$ -fr-cf -fr-cf/lp$ -fr-cf/lp/contact-us -fr-cf/lp/homepage$ -fr-cg -fr-cg/lp$ -fr-cg/lp/contact-us -fr-cg/lp/homepage$ -fr-ch*/lp fr-ch/ -fr-ci -fr-ci/lp$ -fr-ci/lp/contact-us -fr-ci/lp/homepage$ -fr-cm -fr-cm/lp$ -fr-cm/lp/contact-us -fr-cm/lp/homepage$ -fr-dj -fr-dj/lp$ -fr-dj/lp/contact-us -fr-dj/lp/homepage$ -fr-dz -fr-dz/lp$ -fr-dz/lp/contact-us -fr-dz/lp/homepage$ -fr-ed -fr-fr*/lp fr-fr/ fr-fr/$ fr-fr/ai/$ @@ -16666,6 +15931,7 @@ fr-fr/blog/how-to-build-ground-breaking-products-a-managers-guide/$ fr-fr/blog/how-to-design-agentic-tools-for-work/$ fr-fr/blog/how-to-get-the-most-out-of-teams/$ fr-fr/blog/how-to-harness-skills-that-ai-cant-automate/$ +fr-fr/blog/how-to-move-fast-toward-the-right-thing/$ fr-fr/blog/how-to-streamline-your-design-system-workflow-in-figma/$ fr-fr/blog/how-we-built-ai-search-in-figma/$ fr-fr/blog/how-we-secure-figmas-internal-systems-with-agents/$ @@ -16741,6 +16007,7 @@ fr-fr/blog/strategy/$ fr-fr/blog/stripe-sessions-linear-figma/$ fr-fr/blog/supporting-faster-file-load-times-with-memory-optimizations-in-rust/$ fr-fr/blog/the-anatomy-of-an-activation-figma-commons/$ +fr-fr/blog/the-benefits-of-code-connect-in-mcp/$ fr-fr/blog/the-figma-agent-is-here/$ fr-fr/blog/the-future-of-design-systems-is-accessible/$ fr-fr/blog/the-future-of-design-systems-is-automated/$ @@ -16755,6 +16022,7 @@ fr-fr/blog/the-rise-of-the-generalist/$ fr-fr/blog/the-search-for-speed-in-figma-opensearch/$ fr-fr/blog/the-visual-identity-behind-config-2026/$ fr-fr/blog/thought-leadership/$ +fr-fr/blog/try-these-10-skills-and-show-off-your-own/$ fr-fr/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ fr-fr/blog/ui-ux/$ fr-fr/blog/unlocking-the-power-of-code-connect/$ @@ -17322,91 +16590,6 @@ fr-fr/web-development/$ fr-fr/webinars/mirakl-design-system/$ fr-fr/webinars/reconnaissance-strategique-du-design/$ fr-fr/wireframe-tool/$ -fr-ga -fr-ga/lp$ -fr-ga/lp/contact-us -fr-ga/lp/homepage$ -fr-gf -fr-gf/lp$ -fr-gf/lp/contact-us -fr-gf/lp/homepage$ -fr-gn -fr-gn/lp$ -fr-gn/lp/contact-us -fr-gn/lp/homepage$ -fr-gp -fr-gq -fr-gq/lp$ -fr-gq/lp/contact-us -fr-gq/lp/homepage$ -fr-km -fr-km/lp$ -fr-km/lp/contact-us -fr-km/lp/homepage$ -fr-lu -fr-lu/lp$ -fr-lu/lp/contact-us -fr-lu/lp/homepage$ -fr-ma -fr-ma/lp$ -fr-ma/lp/contact-us -fr-ma/lp/homepage$ -fr-mg -fr-mg/lp$ -fr-mg/lp/contact-us -fr-mg/lp/homepage$ -fr-ml -fr-ml/lp$ -fr-ml/lp/contact-us -fr-ml/lp/homepage$ -fr-mq -fr-mq/lp$ -fr-mq/lp/contact-us -fr-mq/lp/homepage$ -fr-mr -fr-mr/lp$ -fr-mr/lp/contact-us -fr-mr/lp/homepage$ -fr-nc -fr-nc/lp$ -fr-nc/lp/contact-us -fr-nc/lp/homepage$ -fr-ne -fr-ne/lp$ -fr-ne/lp/contact-us -fr-ne/lp/homepage$ -fr-pf -fr-pf/lp$ -fr-pf/lp/contact-us -fr-pf/lp/homepage$ -fr-re -fr-re/lp$ -fr-re/lp/contact-us -fr-re/lp/homepage$ -fr-sc -fr-sc/lp$ -fr-sc/lp/contact-us -fr-sc/lp/homepage$ -fr-sn -fr-sn/lp$ -fr-sn/lp/contact-us -fr-sn/lp/homepage$ -fr-td -fr-td/lp$ -fr-td/lp/contact-us -fr-td/lp/homepage$ -fr-tg -fr-tg/lp$ -fr-tg/lp/contact-us -fr-tg/lp/homepage$ -fr-tn -fr-tn/lp$ -fr-tn/lp/contact-us -fr-tn/lp/homepage$ -fr-yt -fr-yt/lp$ -fr-yt/lp/contact-us -fr-yt/lp/homepage$ fr/$ fr/* fr/*/media/oembed @@ -17643,7 +16826,6 @@ france/formation/centres/planning.asp? france/ie/default.asp? france/mnp_utility.mspx? free -free-account-onboarding free-report free-tools/plagiarism-checker/?q= free-trial @@ -17700,7 +16882,7 @@ fy-NL/search fy-NL/user fy-NL/users g -g/4arE9Chttp://telegra.ph/robots.txt +g/4arE9Chttp://flipboard.com/robots.txt g/api ga-IE/forums ga-IE/kb/*/discuss @@ -18077,7 +17259,6 @@ graduation/?s= grafico grafico-del-dia graph -graph-api graphics graphique-du-jour graphql @@ -18229,7 +17410,7 @@ health/*/wp- health/QA-Tabbed-ManyTabs-21 health/drugs/hm-test-all-about-humira health/drugs/ozempic-for-weight-loss -health/files/rhpthttp://wattpad.com/robots.txt +health/files/rhpthttp://img1.wsimg.com/robots.txt health/hm-test-17-proven-tips-to-sleep-better-at-night health/hm-test-feature-template-for-sponsorship health/mirgraine-headaches @@ -18471,6 +17652,8 @@ home-improvement-dueling-digs home/dashboard home/global_feed home/index_rss +home/internet/gigabit-internet-is-it-worth-splurging-for-a-faster-internet-plan +home/internet/what-are-the-different-internet-connection-types home/internet/xfinity-vs-att-which-internet-provider-is-best home/internet/xfinity-vs-verizon-which-internet-provider-is-best home/search.html* @@ -18609,50 +17792,49 @@ html/story html5 http http2_data -http://airbnb.com/robots.txt -http://alltop.com/robots.txt +http://15721.courses.cs.cmu.edu/robots.txt +http://akparti.org.tr/robots.txt +http://aliexpress.com/robots.txt +http://amazon.co.jp/robots.txt +http://amazon.co.uk/robots.txt +http://amazon.com/robots.txt +http://amazon.de/robots.txt http://amazon.es/robots.txt -http://axios.com/robots.txt -http://bbc.co.uk/robots.txt -http://chrome.google.com/robots.txt -http://de.wikipedia.org/robots.txt -http://exchanger24.org/robots.txt -http://flaybos.blogspot.com/robots.txt -http://fonts.google.com/robots.txt -http://foursquare.com/robots.txt -http://freepik.com/robots.txt -http://google.co.jp/robots.txt -http://google.it/robots.txt -http://guardian.co.uk/robots.txt -http://howtogeek.com/robots.txt -http://i.ytimg.com/robots.txt -http://jetbrains.com/robots.txt -http://maxcdn.bootstrapcdn.com/robots.txt -http://mdpi.com/robots.txt -http://messenger.com/robots.txt -http://newyorker.com/robots.txt -http://nhs.uk/robots.txt -http://notion.so/robots.txt -http://omegamasonry.com/robots.txt -http://penguinrandomhouse.com/robots.txt -http://pinterest.ca/robots.txt -http://producthunt.com/robots.txt -http://redbubble.com/robots.txt -http://sciencemag.org/robots.txt -http://scribd.com/robots.txt -http://sxsw.com/robots.txt +http://amazon.fr/robots.txt +http://amazon.in/robots.txt +http://ameblo.jp/robots.txt +http://americanexpress.com/robots.txt +http://apple.com/robots.txt +http://beinternetawesome.withgoogle.com/robots.txt +http://economist.com/robots.txt +http://en.wikipedia.org/robots.txt +http://gist.github.com/robots.txt +http://govostis.gr/robots.txt +http://groupon.com/robots.txt +http://healthline.com/robots.txt +http://irs.gov/robots.txt +http://kickstarter.com/robots.txt +http://nationalgeographic.com/robots.txt +http://newsweek.com/robots.txt +http://patents.google.com/robots.txt +http://pixabay.com/robots.txt +http://seekingalpha.com/robots.txt +http://smh.com.au/robots.txt +http://static1.squarespace.com/robots.txt +http://techradar.com/robots.txt http://themeforest.net/robots.txt -http://weforum.org/robots.txt -http://worldbank.org/robots.txt -http://yt3.googleusercontent.com/robots.txt -http://yumpu.com/robots.txt -http://zapier.com/robots.txt -http://zillow.com/robots.txt +http://threads.net/robots.txt +http://tomsguide.com/robots.txt +http://upload.wikimedia.org/robots.txt +http://use.fontawesome.com/robots.txt +http://vox.com/robots.txt +http://w3techs.com/robots.txt +http://weebly.com/robots.txt +http://wish.com/robots.txt https://player.cnevids.com https:/www.alibaba.com hu hu-HU/$ -hu-hu hu-hu/ hu/Download hu/android/collections @@ -19028,10 +18210,6 @@ image image-*chatId= image-*mode= image-*tool= -image-cn-apd-sitemap.xml.gz -image-cn-sc-sitemap.xml.gz -image-cn-sf-sitemap.xml.gz -image-cn-spd-sitemap.xml.gz image-zoom image/detailprint imageClipperUpload @@ -19187,7 +18365,6 @@ independentlens/video/index.php? indepthtoolkit/smallprox indepthtoolkit/smallprox$ index -index-cn-sitemap.xml.gz index.html index.html$ index.html? @@ -19398,7 +18575,6 @@ insurance/*/match insurance/auto/m int/Free_For_Mem int_search_summary -intake intarnel/* intcmp= integrate/ @@ -19407,7 +18583,7 @@ integrations/facebook/glassdoor/eep intelligencer/amp intent interactive -interactive*http://scmp.com/robots.txt +interactive*http://fcc.gov/robots.txt interactive/reading-preference interactives/sponsor-story intercept @@ -19526,7 +18702,6 @@ it*/shop/*/favoriters it*/shop/*/rss_shop.php it*/shop/*/sold it-IT/$ -it-it*/lp it-it/ it-it/$ it-it/ai/$ @@ -19966,7 +19141,6 @@ j j/pro-site ja ja-JP/$ -ja-jp*/lp ja-jp/ ja-jp/$ ja-jp/a-step-forward-in-our-accessibility-efforts/$ @@ -20079,6 +19253,7 @@ ja-jp/blog/how-to-build-ground-breaking-products-a-managers-guide/$ ja-jp/blog/how-to-design-agentic-tools-for-work/$ ja-jp/blog/how-to-get-the-most-out-of-teams/$ ja-jp/blog/how-to-harness-skills-that-ai-cant-automate/$ +ja-jp/blog/how-to-move-fast-toward-the-right-thing/$ ja-jp/blog/how-to-streamline-your-design-system-workflow-in-figma/$ ja-jp/blog/how-we-built-ai-search-in-figma/$ ja-jp/blog/improving-performance-in-the-layers-panel/$ @@ -20162,6 +19337,7 @@ ja-jp/blog/the-search-for-speed-in-figma-opensearch/$ ja-jp/blog/the-visual-identity-behind-config-2026/$ ja-jp/blog/thought-leadership/$ ja-jp/blog/transforming-design-education-for-japans-k-12-students/$ +ja-jp/blog/try-these-10-skills-and-show-off-your-own/$ ja-jp/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ ja-jp/blog/ui-ux/$ ja-jp/blog/unlocking-the-power-of-code-connect/$ @@ -20970,7 +20146,6 @@ known-issues knowyourworth ko ko-KR/$ -ko-kr*/lp ko-kr/ ko-kr/$ ko-kr/ai/$ @@ -21018,6 +20193,7 @@ ko-kr/blog/how-decagon-uses-ai-for-design-system-saturation/$ ko-kr/blog/how-figma-stays-ahead-of-vulnerabilities-with-agents/$ ko-kr/blog/how-to-design-agentic-tools-for-work/$ ko-kr/blog/how-to-harness-skills-that-ai-cant-automate/$ +ko-kr/blog/how-to-move-fast-toward-the-right-thing/$ ko-kr/blog/how-we-secure-figmas-internal-systems-with-agents/$ ko-kr/blog/improving-performance-in-the-layers-panel/$ ko-kr/blog/in-good-company-agencies-freelancers/$ @@ -21049,6 +20225,7 @@ ko-kr/blog/the-anatomy-of-an-activation-figma-commons/$ ko-kr/blog/the-benefits-of-code-connect-in-mcp/$ ko-kr/blog/the-figma-agent-is-here/$ ko-kr/blog/the-visual-identity-behind-config-2026/$ +ko-kr/blog/try-these-10-skills-and-show-off-your-own/$ ko-kr/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ ko-kr/blog/visibility-at-scale-how-figma-detects-sensitive-data-exposure/$ ko-kr/blog/what-matters-when-anyone-can-build/$ @@ -21448,8 +20625,6 @@ ko_kr/features ko_kr/graphs ko_kr/learn ko_kr/templates/M -koa/search -koa/vocaas koha/ kolkata kontakt @@ -21472,7 +20647,7 @@ kui= kw/payroll/ kwanzaa-spotlight l -l-http://knowyourmeme.com/robots.txt +l-http://indiegogo.com/robots.txt l.php la-la-land lab/habr-detector @@ -21514,38 +20689,9 @@ learn-more-about-figma/$ learn-noperf learn-perf learn/ -learn/at -learn/au -learn/be -learn/ca -learn/ch -learn/cn -learn/de -learn/dk -learn/es -learn/fr -learn/hk -learn/hk/zh -learn/ie -learn/in -learn/it -learn/jp -learn/kr -learn/my learn/nflsundayticket/__ex__ -learn/nl -learn/no -learn/nz -learn/pl -learn/pt -learn/se learn/search-results learn/seo -learn/sg -learn/tw -learn/tw/zh -learn/uk -learn/us learning*&auth=true learning*?auth=true learning-center/search @@ -21894,7 +21040,6 @@ lt/kb/*/discuss lt/search lt/user lt/users -ltdn-optout ltg/forums ltg/kb/*/discuss ltg/search @@ -22114,7 +21259,6 @@ maps?sid= mapslt? mapspro mapview -mar-optout marathi/ market market-data/quotes/*/options @@ -22521,7 +21665,6 @@ moyers/journal/about/search_google.html moyers/mt3 moyers/mt4 mp/lp -mpn-cn-sitemap.xml.gz mpw_count mpx mr-IN/$ @@ -22543,7 +21686,7 @@ mre/*.jpg$ mre/*.js$ mre/*.pdf$ mre/*.png$ -mre/*.zip$http://modernbluesharmonica.com/robots.txt +mre/*.zip$http://gov.uk/robots.txt mre/*? mre/*@@configuracoes_view mre/*@@download/file$ @@ -23012,9 +22155,7 @@ nl*/shop/*/favoriters nl*/shop/*/rss_shop.php nl*/shop/*/sold nl-NL/$ -nl-be*/lp nl-be/ -nl-nl*/lp nl-nl/ nl-nl/$ nl-nl/Demo @@ -23380,7 +22521,6 @@ no-en/transactions no-en/treasury no-en/your no-follow -no-no*/lp no/* no/Download no/ai/ikon-generator/verktoy @@ -23777,7 +22917,7 @@ p/*/victory? p/*/wiki/*/edit p/*/wiki/*/history p/*/wiki/browse_tags -p/*http://ifcncodeofprinciples.poynter.org/robots.txt +p/*http://socialimpact.youtube.com/robots.txt p/*surveyopen p/*thm= p/60 @@ -24127,10 +23267,10 @@ paid-content/news/why-tax-filers-are-choosing-h-r-block-this-season paid-content/news/why-you-need-a-cutting-edge-vpn-to-keep-you-safe-online paid-content/news/why-you-need-an-internet-provider-with-no-data-caps paid-content/samsung-micro-rgb-tvs-show-you-more-colors-than-ever-before +paid-content/what-can-ray-ban-meta-ai-glasses-do-5-use-cases-for-your-everyday-routine paid-content/what-to-include-in-a-heart-health-daily-regimen-from-supplements-to-home-monitors paid-content/when-can-kids-get-a-debit-card-heres-how-cash-app-handles-every-age paid-posts -paid-transfers-buyer-survey panasonic panel panelweb @@ -24153,7 +23293,6 @@ partials partner partner-articles/ partner-center -partner-cn-sitemap.xml.gz partner-program partner/*? partners @@ -24340,7 +23479,6 @@ pickadate/static-1.6 picture-gallery/sponsor-story pictures/related pictures/search -pift/retest pigeon pill-identification/search-results* pimages @@ -24392,7 +23530,6 @@ pl*/shop/*/favoriters pl*/shop/*/rss_shop.php pl*/shop/*/sold pl-PL/$ -pl-pl*/lp pl-pl/ pl-pl/$ pl-pl/ai/$ @@ -24668,7 +23805,6 @@ plus/experience/*/series plus/experience/dreamforce_2025_x_test plus/r plusinstall -pm-optout pm/ pm/amplify/ pm/lambda/ @@ -24746,7 +23882,6 @@ popup_manager_priority.cms* popup_security.jsp popupdetails popupprivacypolicy -popups popups/mediaplayer popups/popup_gallery porady-zawodowe @@ -24790,7 +23925,6 @@ ppl ppt/*? pr pr= -pr_rd_page= praca practical-law-the-journal/search prbr @@ -24806,7 +23940,7 @@ premium premium$ premium-reports premium/$ -premium/http://moskva.stroi-podryad.ru/robots.txt +premium/http://s.w.org/robots.txt premiumsupport/iam/ premiumsupport/knowledge-center/feedback-no/ premiumsupport/knowledge-center/feedback-yes/ @@ -24889,7 +24023,7 @@ privacypolicychanges private private private-promo -private/http://udemy.com/robots.txt +private/http://about.fb.com/robots.txt private/wtrack pro pro$ @@ -24943,7 +24077,7 @@ product-integrations/figma-for-microsoft-teams/$ product-integrations/google-workspace/$ product-integrations/zoom/$ product-managers/$ -product-ratings/http://uscis.gov/robots.txt +product-ratings/http://wix.com/robots.txt product-reviews/B0069IY63Y product/* product/electrode/api/logger @@ -25051,9 +24185,6 @@ program/wp- programming/free/files programs project/eda/partnership_services/$ -project/issues/*/search -project/issues/search -project/issues/subscribe-mail projects projects/*/best_release.html projects/*/files/*/stats/json @@ -25174,7 +24305,6 @@ pt-PT/user pt-PT/users pt-ao pt-br -pt-br*/lp pt-br/ pt-br/$ pt-br/*/media/oembed @@ -25236,6 +24366,7 @@ pt-br/blog/how-decagon-uses-ai-for-design-system-saturation/$ pt-br/blog/how-figma-stays-ahead-of-vulnerabilities-with-agents/$ pt-br/blog/how-to-design-agentic-tools-for-work/$ pt-br/blog/how-to-harness-skills-that-ai-cant-automate/$ +pt-br/blog/how-to-move-fast-toward-the-right-thing/$ pt-br/blog/how-we-secure-figmas-internal-systems-with-agents/$ pt-br/blog/improving-performance-in-the-layers-panel/$ pt-br/blog/in-good-company-agencies-freelancers/$ @@ -25270,6 +24401,7 @@ pt-br/blog/the-benefits-of-code-connect-in-mcp/$ pt-br/blog/the-figma-agent-is-here/$ pt-br/blog/the-visual-identity-behind-config-2026/$ pt-br/blog/topic +pt-br/blog/try-these-10-skills-and-show-off-your-own/$ pt-br/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ pt-br/blog/visibility-at-scale-how-figma-detects-sensitive-data-exposure/$ pt-br/blog/what-matters-when-anyone-can-build/$ @@ -25572,7 +24704,6 @@ pt-br/node pt-br/nossa-hist%C3%B3ria pt-br/organization/$ pt-br/ott -pt-br/outlet/*? pt-br/phenom pt-br/plus/r pt-br/pricing-faq/$ @@ -25751,11 +24882,7 @@ pt-br/web-development/$ pt-br/web.config pt-br/webinars/organization-onboarding/$ pt-br/wireframe-tool/$ -pt-pt pt-pt/ -pt-pt/lp$ -pt-pt/lp/contact-us -pt-pt/lp/homepage$ pt/* pt/*?order= pt/*color= @@ -25976,7 +25103,6 @@ quickstart/promo/confirmation quickstirshow* quiz quizzes -quote quote/*/earnings/*-*-2025-*-*.html quote/*/earnings/*-*-2026-*-*.html quote/*/earnings/*.html @@ -26167,7 +25293,6 @@ remotelogout removalrequest remove-favorite renders -renewal-reminder-optout rent/guide rental-manager/?source=topnav&itc=postbutton_topnav rental-manager/?zpid= @@ -26950,11 +26075,6 @@ rm/users rmp ro ro-RO/$ -ro-md -ro-md/lp$ -ro-md/lp/contact-us -ro-md/lp/homepage$ -ro-ro ro-ro/ ro/* ro/Download @@ -27026,50 +26146,8 @@ rtm ru ru$ ru-RU/$ -ru-am -ru-am/lp$ -ru-am/lp/contact-us -ru-am/lp/homepage$ -ru-az -ru-az/lp$ -ru-az/lp/contact-us -ru-az/lp/homepage$ -ru-by -ru-by/lp$ -ru-by/lp/contact-us -ru-by/lp/homepage$ -ru-ge -ru-ge/lp$ -ru-ge/lp/contact-us -ru-ge/lp/homepage$ -ru-kg -ru-kg/lp$ -ru-kg/lp/contact-us -ru-kg/lp/homepage$ -ru-kz -ru-kz/lp$ -ru-kz/lp/contact-us -ru-kz/lp/homepage$ -ru-rs -ru-ru ru-ru/ ru-ru/events/platforma/materials/default.aspx?speaker* -ru-ru/lp$ -ru-ru/lp/contact-us -ru-ru/lp/homepage$ -ru-tj -ru-tj/lp$ -ru-tj/lp/contact-us -ru-tj/lp/homepage$ -ru-tm -ru-tm/lp$ -ru-tm/lp/contact-us -ru-tm/lp/homepage$ -ru-ua -ru-uz -ru-uz/lp$ -ru-uz/lp/contact-us -ru-uz/lp/homepage$ ru/ ru/ai/icon-generator/tool ru/ajax @@ -28319,11 +27397,7 @@ sitesearch size= sk sk-SK/$ -sk-sk sk-sk/ -sk-sk/lp$ -sk-sk/lp/contact-us -sk-sk/lp/homepage$ sk/* sk/Download sk/android/collections @@ -28805,7 +27879,7 @@ sourcing$ sp sp/2for1 sp/3for2 -sp/http://google.ch/robots.txt +sp/http://nypost.com/robots.txt sp= sp=0 sp_url= @@ -29263,65 +28337,28 @@ supplier-report supplier/guide support support/ -support/*/ServiceTag -support/*/chat -support/*/cn/zh -support/*/en-hk -support/*/hk/zh -support/*/ips -support/*/ru/ru -support/*/servicetag -support/*/tab_mob -support/*/tw/zh -support/*/zh-cn -support/*/zh-hk -support/*/zh-tw support/*zout_ -support/Diagnostics -support/Search -support/article{lwp} support/category -support/clientconnection -support/components support/content -support/coveo-dell -support/csbapi support/custom_resource -support/diagnostics support/direct-images support/direct-tooltips support/distr -support/driver/*/api/drvdetails/swbsuccessors support/dsp support/fe4be44a295cc679e19bf0b8f133083d support/forum/search? -support/home/*/*/*/Diagnostics -support/home/*/*/*/Drivers/DownloadList -support/home/*/*/*/Drivers/DriversList -support/home/*/*/*/Drivers/EmailSubscription -support/home/*/*/*/Drivers/OneClick -support/home/cassette.axd -support/incidents-online/*/contactus/product -support/ips -support/kbdoc/*/000287599 -support/kbdoc/*/article/lkbprint support/knowledgebase/article.aspx?type=article*contentid support/knowledgebase/subcategory.aspx?type=category*contentid support/knowledgecenter/api support/knowledgecenter/v1 -support/manuals/*/*/*/flyout support/maps-beta support/market-images -support/order-status/*/order-collection -support/order-status/*/packingslip support/praktikum-english support/praktikum/flow.html -support/productsmfe support/reader support/search support/search-results support/security -support/sitealerts/*- support/tag support/tutorials support/webmaster-images @@ -29356,7 +28393,6 @@ sv-SE/kb/*/discuss sv-SE/search sv-SE/user sv-SE/users -sv-se*/lp sv-se/ sv/event/*/shoutbox sv/event/*/shoutbox? @@ -29553,7 +28589,6 @@ teachers/innovators/toolkit teachers/search/resources/?q= tealeaf tealium -team/join teamplain/ teams tech @@ -29957,7 +28992,6 @@ templates/x-matrix-template/$ templates/yearly-calendar-template/$ temporary_marketing_proxy/* temptation-island -ter-optout terminal termini-e-condizioni termos-e-condicoes @@ -29989,10 +29023,10 @@ test-kick-tires test-v1-page-template test.html test/diagnostic-tool -test2http://waze.com/robots.txt +test2http://europa.eu/robots.txt test_community testgpr -testhttp://edition.cnn.com/robots.txt +testhttp://mozilla.org/robots.txt testing testpage-forhomepage tests @@ -30416,7 +29450,6 @@ tpx tq tr tr-TR/$ -tr-tr tr-tr/ tr-tr/search/ tr-tr/search/default.mi @@ -30499,7 +29532,6 @@ transcripts/419570939 transcripts/470280334 transcripts/480128005 transcripts/830237502 -transfers transformation-digitale-du-processus-de-design/$ transit? translate @@ -30657,9 +29689,21 @@ u u/* u/*$ u/*/activity +u/*/cl +u/*/e +u/*/fb +u/*/fm +u/*/ig +u/*/igs +u/*/li u/*/link +u/*/nd u/*/profile/$ +u/*/qr +u/*/sms +u/*/wa u/*/wiki +u/*/x u/*? u5llnop u5llnop$ @@ -30706,7 +29750,7 @@ ui-images/static-2.116 ui-images/static-2.193 ui-images/static-2.92 uiLoggerAjax -uiLoggerAjaxhttp://yubico.com/robots.txt +uiLoggerAjaxhttp://howtogeek.com/robots.txt uibreakfast uie/clk uk @@ -30718,11 +29762,8 @@ uk*/shop/*/favoriters uk*/shop/*/rss_shop.php uk*/shop/*/sold uk-UA/$ -uk-ua +uk-tax-strategy/$ uk-ua/ -uk-ua/lp$ -uk-ua/lp/contact-us -uk-ua/lp/homepage$ uk/*?order= uk/*color= uk/*customizable= @@ -30817,7 +29858,6 @@ unifiedsearch universal-design-system/ university unlink -unlisted unsaved unsub unsubscribe @@ -31088,8 +30128,6 @@ user/*/followers user/*/following user/*/history user/*/traces -user/*/track -user/*/track?page= user/.* user/InlineLogin.htm? user/Login @@ -31110,7 +30148,6 @@ user/login/?context= user/login/profile user/login?context user/login?context= -user/login?destination= user/logout user/logout user/logout/ @@ -31135,7 +30172,6 @@ user/register/?context user/register/?context= user/register?context user/register?context= -user/register?destination= user/registration user/search-self user/settings @@ -31148,7 +30184,6 @@ user/ur*/reviews user/verified user/verify user/year_in_books -user?destination= userInfo userPortal userValidationKey @@ -31512,8 +30547,6 @@ wall*?thread= wall*?with= wall-*?q= wallet -wallpaper -wallpapers wanted wap/* wapsearch? @@ -32030,7 +31063,7 @@ wiki/Wikipedia%3AVandalismi_in_corso wiki/Wikipedia%3AVandalismusmeldung wiki/Wikipedia%3AVandalismusmeldung%2F wiki/Wikipedia%3AVermittlungsausschuss -wiki/Wikipedia%3AVermittlungsausschuss%2Fhttp://dropbox.com/robots.txt +wiki/Wikipedia%3AVermittlungsausschuss%2Fhttp://deepl.com/robots.txt wiki/Wikipedia%3AVotes_for_deletion wiki/Wikipedia%3AWikiProject_Deletion_sorting wiki/Wikipedia%3AWikiProject_Spam @@ -32226,9 +31259,9 @@ wiki/Wikipedia_discusión:Solicitudes_de_verificación_de_usuarios wiki/Wikipedia_discusión:Supresores/Candidaturas wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_response -wiki/Wikipedia_talk%3AAdministrator_electionshttp://owasp.org/robots.txt -wiki/Wikipedia_talk%3AAdministrator_electionshttp://support.google.com/robots.txt -wiki/Wikipedia_talk%3AAdministrator_electionshttp://wish.com/robots.txt +wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt +wiki/Wikipedia_talk%3AAdministrator_electionshttp://entrepreneur.com/robots.txt +wiki/Wikipedia_talk%3AAdministrator_electionshttp://win.gs/robots.txt wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrators%27_noticeboard @@ -32423,8 +31456,6 @@ wo/users woa wondermissive/interest word-of-the-day/manage-subscription -wordpress/wp-admin -wordpress/wp-admin/admin-ajax.php wordpress/wp-content work work @@ -32528,7 +31559,8 @@ wp-admin wp-admin/ wp-admin/admin-ajax.php wp-admin/admin-ajax.php -wp-admin/admin-ajax.phphttp://papers.ssrn.com/robots.txt +wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt +wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt wp-admin/load-scripts.php wp-admin/load-styles.php wp-admin/post.php @@ -32689,7 +31721,7 @@ your-shop yourAccount youraccount youreurope/businessACC -youreurope/businessDEV/http://streamelements.com/robots.txt +youreurope/businessDEV/http://eventbrite.co.uk/robots.txt youreurope/citizensACC youreurope/citizensDEV yourtake @@ -32779,44 +31811,13 @@ zh-TW/search zh-TW/user zh-TW/users zh-cn -zh-cn*/lp zh-cn/ -zh-cn/*/buy -zh-cn/*/cart -zh-cn/*/compare -zh-cn/*/rec -zh-cn/*/serviceselection -zh-cn/blog -zh-cn/blog/*.php$ -zh-cn/blog/*/configuration-page.htm -zh-cn/blog/*/gobig -zh-cn/blog/*/teammembers -zh-cn/blog/*/testing -zh-cn/buy -zh-cn/cart -zh-cn/corporate/karen-quintos.htm -zh-cn/corporate/newsroom-test.htm -zh-cn/dt -zh-cn/dt/*.php$ -zh-cn/dt/*/configuration-page.htm -zh-cn/dt/*/gobig -zh-cn/dt/*/teammembers -zh-cn/dt/*/testing zh-cn/kb -zh-cn/outlet/*? -zh-cn/perspectives -zh-cn/perspectives/*.php$ -zh-cn/perspectives/*/configuration-page.htm -zh-cn/perspectives/*/gobig -zh-cn/perspectives/*/teammembers -zh-cn/perspectives/*/testing zh-cn/search -zh-cn/shop//sf/xps-2-in-1 zh-hans zh-hans/node/ zh-hant zh-hant/node/ -zh-hk*/lp zh-hk/ zh-hk/*/media/oembed zh-hk/README.md @@ -32887,7 +31888,6 @@ zh-hk/user/logout zh-hk/user/password zh-hk/user/register zh-hk/web.config -zh-tw*/lp zh-tw/ zh/ zh/ai/圖標生成器/工具 @@ -33067,7 +32067,7 @@ zz-test 404 404 404.html -413gkwMT/http://aljazeera.com/robots.txt +413gkwMT/http://shopify.com/robots.txt 429.html 500 500 diff --git a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt index 390baf6cb..e89611708 100644 --- a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt +++ b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt @@ -338,7 +338,7 @@ -1 -1-cw* -1. --1.*http://chromium.googlesource.com/robots.txt +-1.*http://37signals.com/robots.txt -1/ Disallow: @@ -360,7 +360,7 @@ # $ $ -$http://newsdig.tbs.co.jp/robots.txt +$http://themeisle.com/robots.txt $rpc/google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService % @@ -507,8 +507,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &action=viewreputation &action=vote &add-to-cart= -&add-to-cart=http://authorstream.com/robots.txt -&add-to-cart=http://thedrive.com/robots.txt +&add-to-cart=http://digital.gov/robots.txt +&add-to-cart=http://slickdeals.net/robots.txt &adid= &aff= &affiliate= @@ -517,7 +517,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &agronomic_crop= &albumsOffset= &alid= -&allakommentarer= & &d= &ndx=t$ @@ -540,7 +539,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &author= &authors= &b= -&b= &back= &bc= &before= @@ -603,7 +601,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &credit_category_filter= &cs= &css-reload= -&ctl &customerGuid= &da= &dateRange= @@ -643,7 +640,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &evttype= &expand_comments=true &f%5B -&f%5B*http://eldiario.es/robots.txt +&f%5B*http://askubuntu.com/robots.txt &f%5B1 &f%5B1* &f[ @@ -660,7 +657,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &fdid= &fe= &feature= -&fhtab= &field= &filter &filter= @@ -669,11 +665,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &filter_format= &filter_name= &filter_sub_category= +&filters% &filters= &find_similar_by= &fl= &flagCodes= -&flik= &focus_review* &follow=no &food_type= @@ -812,12 +808,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &noindex &noindex= &nonce= -&ns_ &offer= &offset= &op= &ophqt= -&ord &order &order= &order= @@ -873,7 +867,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &q= &q= &qf= -&qr= &qs= &qt- &qt-contest_entries= @@ -926,8 +919,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &sale= &sc= &scope= -&screenheight -&screenwidth &scriptPath= &search &search= @@ -967,6 +958,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &sortBy= &sortColumn=* &sortField= +&sortPreset= &sort_by &sort_by= &sort_order= @@ -1019,7 +1011,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &tid &tid=generator &time= -×tamp= &token= &token= &tokenType= @@ -1345,8 +1336,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService -categories -catlistshow-1-* -catlistshow-2-* +-ccp +-ccp- -compare-view -counters- +-css/ -cst- -d$ -deeplinks @@ -1370,6 +1364,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService -i.*/similar -i.*/similar?from=flash_sale -image*.html +-images/ -ist-* -json*.html -list5 @@ -1385,6 +1380,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService -old.htm -other -p2 +-page* -page= -password -pincode- @@ -1434,12 +1430,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .*&tabName=tabPublished .*.ashx .*.aspx -.*/feed -.*/most-read -.*/most-shared -.*__hsfp. -.*__hssc. -.*__hstc. .*_b:(*%2C .*_b:(*%2c .*_b:(*, @@ -1453,7 +1443,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .*_s:(*%2c .*_s:(*, .*assets/fonts -.*story_archive$http://ibtimes.co.uk/robots.txt +.*story_archive$http://axs.com/robots.txt .+ .../ .ASPX$ @@ -1548,7 +1538,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .cam-tangent .captureproxyhost: .card -.cards.sectionhttp://tripwire.com/robots.txt +.cards.sectionhttp://newsroom.spotify.com/robots.txt .cat?*&*&*&* .cc .cfm @@ -1560,11 +1550,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .cgi$ .cgi$ .class$ -.cm4all -.cm4all/iproc.php -.cm4all/mediadb -.cm4all/sysdb -.cm4all/uproc.php .co .co.uk .com @@ -1577,7 +1562,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .css************* .css. .css? -.csshttp://pragmaticslot88.co/robots.txt +.csshttp://anjunabeats.lnk.to/robots.txt .cssx$ .csv .csv @@ -1587,6 +1572,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .cvs .cyou .dat +.deb$ .diff$ .djv$ .djvu$ @@ -1622,7 +1608,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .emailtxt .embed .env -.envhttp://fandango.com/robots.txt +.envhttp://techdirt.com/robots.txt .eot .eot$ .eot************* @@ -1778,7 +1764,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .llb$ .llms.txt .llms.txt$ -.llms.txthttp://fws.gov/robots.txt +.llms.txthttp://msnbc.msn.com/robots.txt .localcache .log$ .log$ @@ -1859,9 +1845,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .pdf .pdf$ .pdf$ -.pdf$http://dailybreeze.com/robots.txt -.pdf$http://opensource.google.com/robots.txt -.pdf$http://phila.gov/robots.txt +.pdf$http://bath.ac.uk/robots.txt +.pdf$http://cdn.openai.com/robots.txt +.pdf$http://lenta.ru/robots.txt .pdf%7CName=ComponentLink .pdf************* .pdf? @@ -1887,8 +1873,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .png .png$ .png$ -.png$http://coinpaprika.com/robots.txt -.png$http://irishcentral.com/robots.txt +.png$http://displate.com/robots.txt +.png$http://gdal.org/robots.txt .png************* .popup.html .pps @@ -2021,7 +2007,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .webp .webp .webp$ -.webp$http://stlmag.com/robots.txt +.webp$http://yugioh-world.com/robots.txt .well-known .well-known/ .well-known/* @@ -2063,13 +2049,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .xls$ .xls? .xlsb -.xlshttp://corporate.walmart.com/robots.txt +.xlshttp://xataka.com/robots.txt .xlsm .xlsx .xlsx .xlsx$ .xlsx$ -.xlsx$http://integromat.com/robots.txt +.xlsx$http://groovehq.com/robots.txt .xml .xml$ .xml$ @@ -2111,7 +2097,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*,pgn: /*-*/login?from= /*-*/manage-cookie-preferences*? -/*-jobs*http://esrb.org/robots.txt +/*-jobs*http://leafly.com/robots.txt /*-p-*/benzer-urunler /*-p-*/satici-sorulari /*-p-*/saticilar @@ -2145,7 +2131,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*.png /*.print.html /*.svg -/*.swf /*.tpl-empty /*.tpl-plain /*.tpl-plain. @@ -2292,8 +2277,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*/district= /*/documents /*/download/download-api/my-documents/checkStatus/ -/*/downloadhttp://ebay.co.uk/robots.txt -/*/edit +/*/downloadhttp://marketingprofs.com/robots.txt /*/edit$ /*/extranets/ /*/feature/*&colorCodes= @@ -3258,7 +3242,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /?page= /?page=*&* /?pageType= -/?pdf=1http://lwl.org/robots.txt +/?pdf=1http://readymag.com/robots.txt /?perfil_id= /?plugin=all-in-one-event-calendar /?position= @@ -3342,7 +3326,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ALTERNATES /ALTERNATES/* /ASCIISumThreshold$ -/Account/ /Action/* /ActiveX /Actualites/*vpn* @@ -3578,6 +3561,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /Undefined /UniversalVariable/GetUniversalVariableUser /Unknown/Unknown-Unknown +/Uploadify/ /User/SignIn /User/SignOut /UserAgent$ @@ -3711,10 +3695,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /account$ /account-information /account-link -/account/ /account/* /account/check-email -/account/check-email/?redirectUrl=*http://citizenwatch.com/robots.txt +/account/check-email/?redirectUrl=*http://foundation.app/robots.txt /account/cls /account/device-auth /account/forgot-password @@ -3739,6 +3722,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /account/who-loves /accountants-partners?name= /accountinfo.php +/accounts /accounts/edit /acd /acd? @@ -3749,8 +3733,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /action/showFeed? /actions_panel /action~ -/action~*/http://chabukswar.ie/robots.txt -/action~*/http://gertc.com/robots.txt +/action~*/http://holger-hetzel.de/robots.txt +/action~*/http://tiszaensemble.org/robots.txt /actividades/reserva_confirmada /actividades/voucher /activities/detail @@ -3819,8 +3803,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ai-search /ai/generation/asset /ai/project -/aib-af -/aib-bf /airfares- /aisearch /ajax @@ -3892,7 +3874,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /americanlawyer/2019/02/15/dechert-associate-dies-no-indication-of-foul-play-found*$ /americanlawyer/2021/04/27/prosecutors-drop-domestic-violence-charge-against-boies-schiller-flexner-partner-joshua-schiller*$ /americanlawyer/almID/1202464442205*$ -/amex-express-checkout /amp /amp$ /amp-ivw.html @@ -3933,7 +3914,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /anzeige:angebote /anzeige:gesuche /aow -/apac /apac-campaigns-reference-pages.html /apac-savanna-reference-component.html /apartments-are_att @@ -3988,7 +3968,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /apply-for-finance/fragments/simulator /applyStart.asp /applystart -/appointment /appointments/api /appointments/book/profile /appointments/mapbox @@ -4123,6 +4102,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /banner$ /bapi /bapi/fe +/barchartData /base-en/ /base/logout /basket @@ -4137,9 +4117,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /become-member /beforeUnload$ /below-retail= -/beta/accelerated-checkout -/beta/apm-beta/applepay -/beta/vault /bg /big2/* /bigqueryexport* @@ -4233,7 +4210,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /blog/error* /blog/feed$ /blog/feed/ -/blog/fragments/*http://rferl.org/robots.txt +/blog/fragments/*http://cafepress.com/robots.txt /blog/industries/ /blog/login-content-countries/ /blog/login-content/ @@ -4282,7 +4259,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /blogvisualizer/ /bltg /bms -/boardactions-search /bombassei-v-the-lincoln-national-life-insurance-company-43947391-1*$ /bonnes_affaires /bonus0604 @@ -4306,52 +4282,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /borrow /boxscore /boxscore? -/braintree-marketplace -/braintree/articles/adyen -/braintree/articles/au/change-your-bank-account -/braintree/articles/au/chargebacks-retrievals-prearbs -/braintree/articles/au/overview -/braintree/articles/au/pricing-fees -/braintree/articles/au/reconciliation -/braintree/articles/au/settlement-funding-timeline -/braintree/articles/au/statements -/braintree/articles/au/transactions -/braintree/articles/au/transactions/accepted-payment-methods -/braintree/articles/au/transactions/descriptors -/braintree/articles/br -/braintree/articles/guides/single-sign-on-sso -/braintree/docs/guides/apple-pay/decrypted-server-side -/braintree/docs/guides/apple-pay/provision-for-decrypted -/braintree/docs/guides/barcode-scanning -/braintree/docs/guides/credit-cards/submit-for-partial-settlement -/braintree/docs/guides/disputes/paypal-disputes -/braintree/docs/guides/examples -/braintree/docs/guides/extend/forward-api/braintree-api-forwarding -/braintree/docs/guides/facebook-login -/braintree/docs/guides/hosted-fields/upgrading-from-custom -/braintree/docs/guides/initial-theming-and-configuration -/braintree/docs/guides/installation-without-cocoapods -/braintree/docs/guides/launch-checklist -/braintree/docs/guides/local-payment-methods/client-side-smart -/braintree/docs/guides/masterpass/client-side -/braintree/docs/guides/overview -/braintree/docs/guides/paypal-commerce-delegate -/braintree/docs/guides/paypal/paypal-credit -/braintree/docs/guides/product-cards -/braintree/docs/guides/setup -/braintree/docs/guides/url-specs -/braintree/docs/guides/venmo-one-touch -/braintree/docs/guides/venmo/submit-for-partial-settlement -/braintree/docs/reference/general/airline-itinerary-data -/braintree/docs/reference/general/association-filtering -/braintree/docs/reference/general/level-2-and-3-processing -/braintree/docs/reference/general/lodging-data -/braintree/docs/reference/general/network-tokenization -/braintree/docs/reference/general/paypal-advanced-options/payee -/braintree/docs/reference/general/paypal-advanced-options/paypal-order -/braintree/docs/reference/general/webhooks/local-payment-methods -/braintree/docs/start/checkout-ui-comparison -/braintree/docs/test-pages/main /brand /brand/*.png /brand/*.svg @@ -4414,7 +4344,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /business/aisearch /business/availability /business/availability/?context -/business/availability/?context=http://css-tricks.com/robots.txt +/business/availability/?context=http://connect.facebook.net/robots.txt /business/availability?context /business/availability?context= /business/business/business @@ -4598,7 +4528,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /chart_insight /charting_library /charts/ -/chase /chat /chat/ /chat/add @@ -4611,6 +4540,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /check-in$ /check-in? /checkin +/checklist /checkout /checkout /checkout$ @@ -5020,7 +4950,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /control /control-panel/ /control_panel/manage* -/control_panel/manage*http://sucuri.net/robots.txt +/control_panel/manage*http://miniclip.com/robots.txt /conv /conversation /conversation? @@ -5333,6 +5263,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /detforum/ubs/authors /dev /dev/ixp +/developer /developer/develop/web-services.*.en.html$ /developer/gallery.*.en.html$ /developer/news.*.en.html$ @@ -5369,9 +5300,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /dm /dmm /do_login$ -/docs/checkout/reference/server-integration /docs/product -/docs/regional/th/checkout/reference/server-integration /docs/user-guide /document$ /document/comments @@ -5539,7 +5468,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /elements_renderer /elmundo/hemeroteca/*/*/*/* /elmundo/hemeroteca/*/*/*/*/index -/elo /eltiempo/ /em /email @@ -5795,7 +5723,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /exploreFurther$ /export /export-page -/express-checkout /express/ /ext/make/ingest /extend$ @@ -5885,7 +5812,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /feed/*/articles.xml /feed/atom$ /feed/atom/$ -/feed/http://cs.princeton.edu/robots.txt +/feed/http://tripwire.com/robots.txt /feed/post /feed/rss/$ /feed/rss2 @@ -5900,7 +5827,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /feedback/submit /feedback? /feeds/etads_v2/* -/feeds/nfl_2024_ushttp://www2.census.gov/robots.txt +/feeds/nfl_2024_ushttp://graph.facebook.com/robots.txt /feeds/stock_data_feed.cms?companies=* /fetch-gcm-data /fetchcart @@ -6301,7 +6228,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /full-commit /full_screen_preview /fullscreen-page -/functions /funding-history /funding-history/perpetual /funding-history/quarterly @@ -6477,7 +6403,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /hi/news /hidden/ /hindi/* -/hipercard-and-hiper /historial /historical_data /historical_data*?*end= @@ -6695,7 +6620,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /informacion-de-mi-cuenta /informatiebronnen/topic /information -/information-documents-search /information/ /information? /informations-legales.html @@ -6787,6 +6711,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /jcr:content*.html /jcr:content*.json /jcr:content*.xml +/jcr:content/*http://yalebooks.yale.edu/robots.txt /jcr:content/slimHeaderPar/slim_page_header_v2 /jegyarak- /jeux-olympiques*/page-calendrier- @@ -7021,6 +6946,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /limited-release /limiter-les-communications-marketing#no-back /line_items +/linegraph /link /link- /link/* @@ -7142,6 +7068,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ma-lettre-carte-a-ete-livree-en-retard#no-back /ma-lettre-carte-n-a-pas-ete-livree#no-back /maaarkilang-sasakyan/mga-resulta +/mag/ita /magasiner/achete-avec /magasiner/recherche /magazine/ @@ -7165,6 +7092,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /map /map? /mapa-interactiu-2030 +/maps /maps/*/share_image /marcas /marken @@ -7190,7 +7118,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /markets/spot-FIAT /markets/spot-USDT /marques -/mass-pay /match-direct/*-live /match-direct/*/*-live/* /match-direct/*202*/*-live @@ -7225,7 +7152,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /meetings-flexible-combined-imager? /meetings-infrared-sounder? /meetings-lightning-imager? -/meetings-search /meetings-v1.0 /meetup_api /meetup_api$ @@ -7350,7 +7276,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /moduletop /mon /mon-compte -/moneris /monitoring /monochamp/toggle /month-view @@ -7430,7 +7355,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /naar-een-buitenlands-adres/brief-kaart-beschadigd-bezorgd /naar-een-buitenlands-adres/brief-kaart-niet-bezorgd /naar-een-buitenlands-adres/brief-kaart-te-laat-bezorgd -/nab /naboo /najjeftiniji-letovi- /najlacnejsie-letenky- @@ -7463,7 +7387,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /news$ /news-events/events-calendar?* /news-results.html -/news-search /news-search.html? /news.htm /news/2004 @@ -7649,7 +7572,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /office/features/popup /official /official+internal -/official-documents-search /offline /offres /ohio-alerts @@ -7707,7 +7629,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /org$ /organize /os-voos-mais-baratos- -/osgstatements-search /oud /out /out$ @@ -7843,8 +7764,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /paymentcompleted /paymentinfo.php /payments -/paypal-commerce-channel-api -/paypal-commerce-ios /payvipinfo.php /pc-tuneup-inc /pc-tuneup-tr @@ -7856,7 +7775,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /pdf-templates/search? /pdf-templates/standalone /pdf/index.html -/pdf_reader/*/ +/pdf_reader/*/ /pdfft /pdp-async/preview /pdpslice @@ -7872,7 +7791,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /pep /perfil-contractant /perfil-del-contratante -/permissions-service /personal /personal-banking/credit-cards/aventura-points-flight-search/destination/ /personal-offer @@ -7946,7 +7864,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /png /po-european-breakdown-cover /pocasi/ -/podcast-search /podcast.xml /podcast/*/*?i= /podcast/ITEM_NAME @@ -8034,7 +7951,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /press-releases/2021.html /press-releases/2022.html /press-releases/2023.html -/pressmaterial-search /pressroom/utlite /preview /preview$ @@ -8060,7 +7976,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /primary-style /print /print$ -/print$http://cs.wikipedia.org/robots.txt +/print$http://freebsd.org/robots.txt /print.html /print.ssf /print/ @@ -8191,7 +8107,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /project /project$ /project-chooser!input.jspa -/project-search /projects/*/favourite /projects/*/like /projects/edit @@ -8202,6 +8117,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /projects/volksentscheid-fahrrad /promo /promo-end/* +/promo/bcmebook /promo/firstmonthfree/validate /promoassets /promotion.html @@ -8222,7 +8138,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /publicacions-oficials /publicacions?page= /publication-similarities -/publications-search /publications/*excluded_language_id* /publications/*excluded_theme_id* /publications/*not_in_theme_id* @@ -8353,10 +8268,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /reference-components.html /reference-lifeguard.html /reference.html -/reference/request/credit-card-verification/create -/reference/request/transaction/update-details -/reference/response/amex-express-checkout-card -/reference/response/transaction-level-fee-report-row /references /referenzen /referral @@ -8427,6 +8338,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /reset-password /reset-password.php /residential-additional-pages +/resource-center/*.jsp +/resource-center/*/language /resource/rtl-test-page$ /resources /resources/learn-maori @@ -8567,6 +8480,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /sales-inquiries /sales-inquiry /sales/order +/sales?page= /salesagent_v3 /salescomment /sample-* @@ -9091,7 +9005,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /sitemap_.xml /sitemap_gpdc.xml /sitemap_output -/sitemaphttp://988lifeline.org/robots.txt +/sitemaphttp://greenbiz.com/robots.txt /sitemaps-farfetch-com /sitemaps/ /sitemaps/image_daily_sitemap_f_* @@ -9176,7 +9090,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /solutions/case-studies/generative-ai-turing/ /solutions/case-studies/innovators/innovators-eu/ /solutions/case-studies/sustainability-emea/ -/songsAjax /sort /sort/a /sort/d @@ -9768,8 +9681,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /unsubscribe /unsubscribe/ /unsupported-browser -/upcoming-meetings-search -/upcoming-streamshttp://williams-sonoma.com/robots.txt +/upcoming-streamshttp://umweltbundesamt.de/robots.txt /update-personalized-offer /update.php /updatecart @@ -9802,7 +9714,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /user$ /user-reviews/manage /user-tracking -/user/ /user/* /user/*.json /user/*/activities @@ -9968,7 +9879,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /vids /view-all /view-form-open -/view-form-openhttp://data.europa.eu/robots.txt +/view-form-openhttp://worldscientific.com/robots.txt /view/ /view? /view_comments @@ -10079,7 +9990,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /web3? /webapi /webapp/wcs -/webapps /webcheck1/ /webcheck2/ /webform @@ -10103,8 +10013,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /webview /weer/ /welcome/embargoed-country.html -/wells-flat -/wells-ic /wetter/ /wf.fragment /wf.fragment/* @@ -10336,7 +10244,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService -alert(1) = @@ -10700,7 +10608,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*annee= ?*answerId= ?*api_key -?*apikey*http://bol.com/robots.txt +?*apikey*http://getpocket.com/robots.txt ?*app ?*append_element ?*application-link= @@ -10983,6 +10891,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*guestLogin= ?*gym= ?*h_r= +?*hash= ?*heat= ?*heure-de-levenement= ?*hideUnavailable=* @@ -10995,7 +10904,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*hsCtaTracking ?*hsPreviewerApp=blog_post ?*hs_preview= -?*http://bitstamp.net/robots.txt +?*http://masslive.com/robots.txt ?*hubs_ ?*hubs_* ?*hubs_signup-cta @@ -11325,7 +11234,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*rid=*&*destination= ?*rm=a ?*role= -?*route=account/loginhttp://copilot.microsoft.com/robots.txt +?*route=account/loginhttp://insidehighered.com/robots.txt ?*s1= ?*s2= ?*s3= @@ -11819,7 +11728,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?albumsOffset= ?alias ?alkey= -?allakommentarer= ?allowfullscreen= ?alm_mvr= ?alt= @@ -11926,7 +11834,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?bctid= ?before= ?benderPackage= -?beneficiary_id=http://microcenter.com/robots.txt +?beneficiary_id=http://onegoodthingbyjillee.com/robots.txt ?bet= ?beta= ?betaplayer= @@ -12056,7 +11964,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?clipid= ?clkInTab= ?closePush=true -?closed= ?cm= ?cm_mm* ?cmd @@ -12100,7 +12007,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?commentpage= ?comments ?comments* -?commidhttp://mentalhealth.org.uk/robots.txt +?commidhttp://cloud.mail.ru/robots.txt ?companyid= ?companyid= ?compare @@ -12185,12 +12092,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?ct= ?cta_guid= ?ctime= -?ctl ?ctx= ?curator= ?currency ?currencyCode -?currentIndex= ?currentPage=*pageSize= ?customerGuid= ?customize_changeset_uuid= @@ -12404,7 +12309,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?feed=* ?feed=rss2 ?ffsputnik=* -?fhtab= ?fid= ?field ?field= @@ -12446,7 +12350,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?flashvars= ?flightDate=* ?flightIds=* -?flik= ?focus_review* ?foe= ?follow=no @@ -12499,7 +12402,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?fromEasyShoppingTab= ?fromFooter ?fromMenu -?fromNewsdog*http://webhook.site/robots.txt +?fromNewsdog*http://marketingsherpa.com/robots.txt ?fromOffersTab= ?fromSeasonalTab= ?fromStream= @@ -12544,7 +12447,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?getlink=* ?gh_jid= ?ghd_jid= -?gid= ?glCountry=* ?glang= ?gm @@ -12555,7 +12457,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?goal= ?goalAchievementShowContactOptions ?goback= -?gologin=1 ?google_preview= ?gotoUrl= ?gp @@ -12588,7 +12489,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?height= ?helper= ?hidePromoBar= -?hidemenu=true ?hierarchicalMenu%5BCategory_Level_0%5D ?hl ?hl= @@ -12626,8 +12526,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?hsm= ?hss_channel= ?hss_meta= -?http://grover.com/robots.txt -?http://legifrance.gouv.fr/robots.txt +?http://blogs.windows.com/robots.txt +?http://ycharts.com/robots.txt ?hub= ?hubs_content-cta ?hubs_content-cta= @@ -12759,7 +12659,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?keywords= ?keywords= ?kids= -?kind ?kind= ?ko ?kr @@ -12939,7 +12838,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?ndx=t$ ?ndx=t& ?neighborhoods -?netflixsource=*http://onextrapixel.com/robots.txt +?netflixsource=*http://ptc.com/robots.txt ?netmng= ?newsArea= ?newsid @@ -12979,7 +12878,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?np=* ?np=y ?np_newsletters_click= -?ns_ ?nt=1$ ?null ?null$ @@ -12997,6 +12895,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?odnBg= ?odnHeight= ?odnWidth= +?oem= ?offerId ?offerIds= ?offset* @@ -13007,13 +12906,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?olaId= ?older=* ?oldid= -?om= ?onboard= ?op= ?op=Search ?op=cerca&query= ?op=mqmpvicu -?open= ?open_login=1 ?ophqt= ?oplace= @@ -13024,7 +12921,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?optionsUIDs= ?optout= ?oq= -?ord= ?order ?order= ?order= @@ -13415,6 +13311,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?productID= ?productInfoModalEnabled= ?productName= +?productShelf= ?product_group= ?product_tag= ?product_typ @@ -13448,6 +13345,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?pubblica=1$ ?publication ?publisher +?publisherBrand=true ?publishingId=* ?pull= ?pxy= @@ -13529,7 +13427,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?qd4mE3DR= ?qf= ?qp_prevPrice= -?qr= ?qs= ?qstring= ?qt- @@ -13743,7 +13640,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?return_url= ?returnto= ?returnurl= -?returnurl=*http://wfxd.com/robots.txt +?returnurl=*http://bimbotu.it/robots.txt ?retweetjs ?reversePaginate= ?review_page= @@ -13758,6 +13655,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?role= ?row= ?rq= +?rr= ?rs= ?rsf= ?rss @@ -13787,9 +13685,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?s=News ?s=bpage-next ?s=feedpager -?s=http://justbento.com/robots.txt -?s=http://macleans.ca/robots.txt -?s=http://unwto.org/robots.txt +?s=http://abc15.com/robots.txt +?s=http://kfvs12.com/robots.txt +?s=http://msci.com/robots.txt ?s=lightbox ?s=mobile ?s=thanks @@ -13811,8 +13709,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?sck= ?scode= ?scope= -?screenheight -?screenwidth ?scriptPath= ?scriptPath= ?scrlybrkr= @@ -13845,8 +13741,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?search_mode= ?search_query= ?search_str -?searchfor=doctor&q= -?searchhttp://googledevelopers.blogspot.com/robots.txt +?searchhttp://ssd.eff.org/robots.txt ?searchid= ?searchkeyword= ?searchoffer= @@ -13880,6 +13775,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?sessionId= ?sessionid= ?setLocale= +?set_language ?set_mobile= ?sez=JSON* ?sfmc_id= @@ -14016,7 +13912,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?state ?state= ?state= -?state=*http://frbsf.org/robots.txt +?state=*http://msdn2.microsoft.com/robots.txt ?state=keepAlive ?staticVersion= ?status= @@ -14256,7 +14152,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?utm_source=google&utm_medium=organic&utm_campaign=us_free-cpc-shopping ?utm_source=quora ?utm_source=twitter -?utm_sourcehttp://sandiego.gov/robots.txt +?utm_sourcehttp://gosuslugi.ru/robots.txt ?utm_sourse=55 ?utm_term ?utm_term= @@ -14357,7 +14253,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?width= ?wifi ?word* -?word= ?wordfence ?wordfence_lh ?wordfence_lh=* @@ -14466,7 +14361,6 @@ AI AI/ AIAssistant AITripBuilder -AJAX AK5537 AK6336com AL @@ -14782,7 +14676,6 @@ AirlineRegistration AirlineTips AirportFromGeoAjax AirportIP -Ajax Ajax.htm$ Ajax.htm$ Ajax/ @@ -14998,7 +14891,7 @@ Archivio/sostenibilita Areas/ Areas/Epx/Content/500.aspx?aspxerrorpath= Areas/Epx/Content/500_TechNet.aspx?* -Areas/http://studiopress.com/robots.txt +Areas/http://online.liebertpub.com/robots.txt Art Art%C3%ADculo Article @@ -20452,7 +20345,7 @@ Business/Work-with-the-City/Copy-of-Current-Bidding-Opportunities-1 Business/Work-with-the-City/Current-Bidding-Opportunities Business/Work-with-the-City/Prevailing-Wage BusinessListingsAjax -ButikDetay*/http://wicg.github.io/robots.txt +ButikDetay*/http://nzta.govt.nz/robots.txt Buy C C37D9BE2-4B03-481d-B1FA-72CFAFD1C96C @@ -20471,8 +20364,10 @@ CES CEUR-WS-logo-originals CF CF/ +CFApps CFC__target= CFIDE +CFsearch CG CG/ CH/ @@ -20693,9 +20588,9 @@ CometOrbitPic.aspx CommLCT CommPT Comments/Share/ -Comments/WebServices Commerce Common +Common Common/ Common/BML/ Common/GetRecentlyViewedProducts @@ -21023,7 +20918,6 @@ Contact/posb/deposits/sbapp-apply/default.page Contact/posb/deposits/smart-buddy-application/default.page Contact/posb/deposits/teachers-smart-buddy-application/default.page Contact/treasures/uncover-the-hidden-dragon-webinar-registration/default.page -ContactFBICyber/ ContactUs-10.html Contacts ContensisTextOnly= @@ -21223,7 +21117,7 @@ DocumentTypeId Documentation/ Documento-tecnico-ISO-13485.pdf Documents -Documents/Departments/EthicsElections/DemocracyVoucher/http://ajc.com/robots.txt +Documents/Departments/EthicsElections/DemocracyVoucher/http://us06web.zoom.us/robots.txt Documents/Forms Documents/Forms/ Documents/in @@ -21387,6 +21281,7 @@ Events/register/ Events/stylesheets/ Events/xml/ Exabot +Excite/ Exclusion-folder-for-ink ExecutiveNominationsByNominee.asp ExitCheckoutCmd @@ -21439,6 +21334,7 @@ FM/ FO FONT FORM= +FORUPLOAD FP/API FP/API/Performance FP/API/Profile/get-profile-tab-content.php @@ -21608,7 +21504,6 @@ Fact_check FairShare FamilyConnect?*s= FareCalendar -FatalError.html Fcnd Feature FeaturedShowMoreOverlay @@ -21721,7 +21616,7 @@ G GA GA/ GAM-investments-dave/ -GAM-placements-dave/http://jimdo.com/robots.txt +GAM-placements-dave/http://adultswim.com/robots.txt GARecord GB/default GD @@ -22925,6 +22820,7 @@ Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/B Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Copy-of-Headshot-criteria-1 Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Copy-of-Marijuana-bulletin-archive-1 Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Copy-of-Residential-rental-property-bulletin-archive-1 +Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Copy-of-Retail-tobacco-store-1 Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/DLCP-Apply-renew-amend-online Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/DLCP-Consumer-complaints Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/DLCP-Contact-department @@ -22937,9 +22833,6 @@ Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/B Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/DLCP-Online-Basic-Information-featured-links Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/DLCP-Online-skip-the-trip Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/DLCP-Operations-Information -Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/DLCP-Submit-application-mail -Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/DLCP-Submit-application-mail-in-person -Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/DLCP-Submit-application-online-mail-in-person Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Department-of-Licensing-and-Consumer-Protection-bulletins Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/EDI-Apr-2023 Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/EXL-Appointments @@ -22979,8 +22872,7 @@ Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/B Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/New-page Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Residential-rental-property-bulletin-archive Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Residential-rental-property/Copy-of-EXL-RRP-application-questions-1 -Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Retail-tobacco-store/Copy-of-New-1 -Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Retail-tobacco-store/TEST-Retail-tobacco-New-simplified-service +Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Retail-tobacco-store/TEST-Retail-tobacco-store Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Rules-governing-license-fee-waivers Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Rules-governing-license-transfers Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Security-services/Security-guards/Copy-of-New-1 @@ -22989,6 +22881,7 @@ Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/B Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Security-services/Security-guards/TEST-Security-Guard-Simplified-service/* Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Security-services/Security-guards/Test-Security-Guard-DC-DLCP-version Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/Short-term-rental-property-bulletin-archive +Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Business-licenses/TEST-Retail-tobacco-store Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/ComplimentsComplaints Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Consumer-Protection-Complaints Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Business-Licensing/Copy-of-ComplimentsComplaints-1 @@ -25043,7 +24936,9 @@ Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/G Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/General-Services/News/* Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/General-Services/Purchasing-Division/Purchasing-References/Copy-of-Purchasing-Side-Nav-1 Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/General-Services/Purchasing-Division/Purchasing-References/Purchasing-Side-Nav +Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/General-Services/Purchasing/New-page Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/General-Services/Purchasing/Purchasing-References/Purchasing-Side-Nav +Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/General-Services/Purchasing/Supplier-Opportunity-Fair-block Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Human-Rights-Community-Partnerships/2023/* Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Human-Rights-Community-Partnerships/2025/* Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Human-Rights-Community-Partnerships/Commissions-Advisory-Board/American-Indian-Commission/American-Indian-Cultural-Embassy @@ -28198,9 +28093,11 @@ GuideEditor GuideRatingAjax GuideRequested GuideRequestor +GuruFiles/ +Gurufiles/ H HACAffiliate -HBO/ +HBO/ HDView HK/ HM @@ -28694,6 +28591,7 @@ INT= INTERACTIVE INVITE IO +IP IPS IPS/progress IQ @@ -28812,6 +28710,7 @@ Jai-Mrug* Jan_2011 Japan/DirectX/default.asp? Jason/ +JavaScript/ JikeSpider Job Job-Listings @@ -28857,7 +28756,6 @@ Kimengi/nineconnections.com Korean Krypto Ks -Kuala-Lumpur L L1.5PAGE L1PAGE @@ -28869,7 +28767,6 @@ LB-monitoring.html LB/ LC LC/ -LFE/Live.controls.sharedpages/error.aspx LHC.BET LHCBET LI/ @@ -29155,6 +29052,7 @@ MediaPlexAd MediaRoom/ MediaVoting Medianet +Mediaroom MeetingsBase/static-1.1538 MeetingsBase/static-1.1591 MeetingsBase/static-1.1609 @@ -29755,7 +29653,6 @@ OwnersNew OwnersOld OwnersTermsAndConditions P -P.mvc?_escaped_fragment_=/peopletags.aspx P23 P3/find P3W-451 @@ -29775,7 +29672,6 @@ PG PG/ PH/ PHPSESSID -PIFSurvey/ PK PK/ PL/ @@ -29784,6 +29680,7 @@ PN/ PO302 POLL/ POLLSERVER +POSTINFO.EG POWB24 PPCHotelDetails PPCSearch @@ -30454,7 +30351,7 @@ SITE=MN SITE=NZH SITE=XCOM SITE=es.antevenio. -SITECOREhttp://circleid.com/robots.txt +SITECOREhttp://financesonline.com/robots.txt SITESEARCH/ SK/ SL @@ -30481,6 +30378,7 @@ SR SR/ SSC SSEE +SSLtest SSO ST/ STATS @@ -30521,7 +30419,7 @@ Scripts/ Search Search Search* -Search*http://flutter.dev/robots.txt +Search*http://factcheck.org/robots.txt Search-Results Search-Show Search-Show* @@ -30540,7 +30438,6 @@ Search/Index?*textSearch= Search/Index?sitecode=MONTBLANC* Search/People/* Search/SearchKeyWord -Search/http://bp.com/robots.txt Search2 Search?q* Search?ver=m @@ -30578,7 +30475,6 @@ SeoSearchMap Sepet$ Sepetim Server -ServerError.aspx ServerSupport/LinkChecker ServerSupport/LinkChecker.TEST ServerSupport/UsageStats @@ -30710,7 +30606,7 @@ Socialnetwork= Socialprofile= Sogou Sok -Sok*http://alchetron.com/robots.txt +Sok*http://connexity.com/robots.txt Soldier/ SolutionsDisplay Sony @@ -31059,6 +30955,7 @@ Test Test Test-Pages/ Test/ +TestCGI TestEmptyPage TestURL/ Test_Section @@ -31207,6 +31104,7 @@ UpdateListing UpdateSessionDatesAjax Upload Upload.aspx$ +Upload/ Upload/Attachments/TES UploadMedia Uploads/ @@ -31226,6 +31124,7 @@ User/sso User: UserAccountView UserControls +UserControls/ UserEdit.aspx UserID.aspx UserInteractionRecord @@ -31317,6 +31216,7 @@ VerifyReview Versenden Versions Vi%E1%BB%87c-l%C3%A0m +Video/ Video/*playerIndex Video/Import/ VideoController @@ -31340,7 +31240,7 @@ Vol-XXX-v1 Vol-YYY Volley/06-03-2016/volley-alessia-debutto-senza-morbosita-solo-pallavolo-140919160674.shtml VolunteerTranslations -VoteActivities/http://oppo.com/robots.txt +VoteActivities/http://polskieradio.pl/robots.txt Vuejs W WBSearchBot @@ -31399,7 +31299,7 @@ WebResource.axd WebService WebServices WebStripper -WebSupport/Restrictedhttp://eventbrite.ca/robots.txt +WebSupport/Restrictedhttp://rmi.org/robots.txt WebUserControls WebX WebZIP @@ -31508,7 +31408,7 @@ Zoe= Zoe_Selected_facet Zurücksetzen-des-Passworts ZyBORG -[0-9]*$http://msu.edu/robots.txt +[0-9]*$http://dollarshaveclub.com/robots.txt [0]* [?&]AMJnQtSpH= [?&]AccessToken=* @@ -31698,6 +31598,7 @@ _Incapsula_Resouce _Incapsula_Resource _Incapsula_Resource _Incapsula_Resource? +_Incapsula_Resource?* _Institute%0A _Layouts/ _POST @@ -31769,7 +31670,6 @@ _affiliate _affiliate- _ajax _ajax/recommend/redirect.php* -_akademi _alive _all* _allComments.html @@ -31831,7 +31731,7 @@ _c21_/bbs_list _c21_/bbs_read _c21_/bbs_search_read _c21_/home -_c21_/http://e-flux.com/robots.txt +_c21_/http://archive.md/robots.txt _caleventview_WAR_caleventportlet_eventId _catalogs/ _catholic @@ -32000,7 +31900,7 @@ _issue _jcr_content _jcr_content* _jcr_content.logout.html -_jcr_content/*http://eero.com/robots.txt +_jcr_content/*http://forbesindia.com/robots.txt _jcr_content/renditions/ _jobs _js/ @@ -32016,7 +31916,7 @@ _kw _label _layouts _layouts/ -_layoutshttp://opendental.com/robots.txt +_layoutshttp://futabasha.co.jp/robots.txt _lib/ _libraries _lit @@ -32065,7 +31965,7 @@ _next/data/*.json _next/data/*/works/*/items _next/image _next/image -_next/image$http://jezebel.com/robots.txt +_next/image$http://zaobao.com.sg/robots.txt _next/jwt _next/static _next/static/*.js$ @@ -32085,7 +31985,7 @@ _nitf.xml _noindex _not-found _notes -_notes/http://jbl.com/robots.txt +_notes/http://ilsole24ore.com/robots.txt _nsfgfb _nuxt _nuxt/*.js @@ -32142,7 +32042,7 @@ _q* _qa _qa.html _query= -_r/http://carnegieendowment.org/robots.txt +_r/http://elcomercio.pe/robots.txt _r/http://google.github.io/robots.txt _rcv _recache @@ -32195,7 +32095,7 @@ _service _services _services/ _services/portal -_services/serialiser/ +_services/serialiser _shared _showcase _singlePage.html @@ -32311,7 +32211,6 @@ a-madea-christmas a-payment a-simple-guide-to-making-strong-and-unique-passwords a-w/sandbox -a.php a/ a/$ a/*(modal:login) @@ -40068,15 +39967,13 @@ about-xerox/sponsorship/buffalo-bills/*photos about.html about.html~ about/*/*?pos -about/*/getting-started -about/*/mobile -about/*/update about/*qt-vzc_corporate_news_analytics about/*query= about/_dev/ about/a-message-from-the-director about/adrm/data-linkage about/advisory-and-peer-review-committees/roster/hlbp +about/agreement about/board about/buying about/c @@ -40107,7 +40004,6 @@ about/es-es/buying-es-es about/es-es/selling-es-es about/es-mx/buying-es-mx about/es-mx/selling-es-mx -about/evaluate about/events/events/internal-event about/events/events/internal-seminar about/events/internal-events @@ -40200,7 +40096,8 @@ about/newsroom about/newsroom/page/*/?s about/newsroom/page/*/?tag about/overview -about/past-staff/http://marchofdimes.org/robots.txt +about/past-staff/http://prettylittlething.com/robots.txt +about/policy about/press-center about/press-room/article/2000 about/press-room/article/2001 @@ -40222,7 +40119,10 @@ about/privacy about/privacy-policy-archived about/privacy_policy_webview about/quicken-loans-all-stars +about/recommendation +about/review about/review-guidelines +about/sale-rules about/search-cs about/search-results/ about/selling @@ -40519,6 +40419,7 @@ account account$ account* account-confirmed +account-created account-deleted account-details account-info.htm @@ -40529,13 +40430,12 @@ account-prefs-change account-security account-settings account-setup -account-verification account.json account.php account/ account/$ account/* -account/InstitutionalSignInhttp://archello.com/robots.txt +account/InstitutionalSignInhttp://dle.rae.es/robots.txt account/Register.aspx account/_Resources/ account/accomplishments @@ -40618,7 +40518,7 @@ account/support/ account/unsubscribed account/update-payment account/upgrade -account/user-flow/http://vpro.nl/robots.txt +account/user-flow/http://ipsy.com/robots.txt account/wachtwoordinstellen.html account/wachtwoordvergeten.html account/wp-sitemap @@ -40836,7 +40736,7 @@ action=siteSearch action=writeReview action? action_code= -action_staging/http://ello.co/robots.txt +action_staging/http://semver.org/robots.txt actioncenter actioncenter/index.cfm actions @@ -40845,7 +40745,6 @@ actions/?wbcsd_pre_action%5* actions/news/rss action~ activate -activate.php activate/ activate/accelerators activate/accelerators/* @@ -40864,7 +40763,6 @@ activate/hsw/confirmation/ activate/loft/ activate/self-starters/confirmation/ activate/wdm/* -activatemail.php activation_code_login_or_signup activation_successful active-tab @@ -40940,7 +40838,7 @@ ad ad-2.png ad-blocker-performance-study-in-response-to-manifest-v3-finds-that-ghosterys-ad-blocker-beats-the-competition ad-features -ad-manager/ +ad-manager/ ad-retargeting-101-online-shopping-in-the-covid-19-era ad-scans ad.php* @@ -41085,7 +40983,7 @@ admin admin admin$ admin*$ -admin*http://engineering.purdue.edu/robots.txt +admin*http://usaa.com/robots.txt admin-confirmation admin-lime admin-portal/login @@ -41097,11 +40995,13 @@ admin/* admin/* admin/?context admin/?context= +admin/ar/student/forms/ admin/aso admin/blogmove admin/errors admin/forgot/ admin/form +admin/imago/ admin/intro/history/marxists/traffic admin/intro/history/webstats admin/js @@ -41252,7 +41152,7 @@ ads-test ads.php ads.txt ads.txt -ads.txthttp://lifehack.org/robots.txt +ads.txthttp://yadi.sk/robots.txt ads/ ads/*? ads/finder/*? @@ -41497,7 +41397,7 @@ affiliate affiliate-partner-offer affiliate-program affiliate-template/ -affiliate/*http://dev.w3.org/robots.txt +affiliate/*http://esquire.com/robots.txt affiliate_code= affiliate_wrapper_amp.cms* affiliated @@ -41625,7 +41525,7 @@ agile064 agile065 agile066 agile067 -agility/ +agility/ aging_surprises_getting_older/article.htm agplants agreements @@ -41996,6 +41896,7 @@ airline-fees airport/ airport_transfer_deeplink airports +airpur/ airtel aisne/ aisne/assure/actualites/ @@ -42090,8 +41991,6 @@ ak6759.com ak6767com ak8237 ak_action= -akademi/anmalan -akademi/info-utbildningar akam akamai akamai-assets @@ -42148,15 +42047,7 @@ albertacode albertafiles album album.php -album//Ajax -album/delete_user_review -album/fetch_overview_review -album/fetch_review_view album/promotion-hindi -album/release//Ajax -album/report_inappropriate -album/review_thumbs -album/save_user_review albumarchive albumes/2015/03/03/nba_malditos_muertos albums @@ -42616,8 +42507,6 @@ ambassador-signupform ambassador-success ambassador-terms ambassadors -ambassadors$ -ambassadors? ambatia- ambroksacom ambrosia-healy-named-senior-vice-president-head-of-media-strategy-relations-capitol-music-group @@ -43093,7 +42982,7 @@ amp/travel/destinations/usa/grand-canyon-national-park/ amp/travel/destinations/usa/metropolitan-museum-of-art/ amp/travel/destinations/vatican-city/sistine-chapel/ amp/travel/destinations/vatican-city/st-peters-basilica/ -amp/travel/destinations/zimbabwe/victoria-falls/http://ai.facebook.com/robots.txt +amp/travel/destinations/zimbabwe/victoria-falls/http://ifc.org/robots.txt amp/view/AKR* amp/web-stories amp;amp;amp @@ -43169,7 +43058,7 @@ analytics-plus/docs/ebook_resolve_your_helpdesk_biggest_challenges_with_analytic analytics/ analytics/feeds analytics/help/onpremise/api/ -analytics/keywordoverview/*?q= +analytics/keywordoverview analytics/partners/comments analytics/portal analytics/seomagic @@ -43178,7 +43067,7 @@ analytics/traffic/overview analytics/uploads analytictracking/ analyze.html -analyzehttp://semver.org/robots.txt +analyzehttp://we.tl/robots.txt analyzer analyzer-api analyzeradmin @@ -43237,7 +43126,7 @@ anesth/employment/faculty/cv anewleaf anfrage anfrage-oeffnungszeiten -anga/ +anga/ angebot angebot-details angebote @@ -43481,7 +43370,7 @@ api*$ api*.do api*.do api*?hl= -api*?hl=http://sciencedirect.com/robots.txt +api*?hl=http://archive.org/robots.txt api- api-corporate api-explorer-maintenance @@ -43641,8 +43530,8 @@ api/graphql api/greenplayer api/health api/historical -api/http://euroncap.com/robots.txt -api/http://moz.com/robots.txt +api/http://lta.org.uk/robots.txt +api/http://mp.weixin.qq.com/robots.txt api/hub/search//feeds/datasets/.rss api/india_api_read api/india_api_write @@ -43662,6 +43551,7 @@ api/jsonws api/latest-articles api/legal/v1/disclosures/static_disclosures api/liferay +api/limited-release api/listings/*/related_articles api/listings/*/retargeting_history api/listings/*/upsell @@ -43699,7 +43589,7 @@ api/nsi/v1/epgu/region/undefined api/nts/v1/login api/odata api/og -api/og/*http://monster.com/robots.txt +api/og/*http://ontario.ca/robots.txt api/orders/oney/business-info api/paid-article api/partner_select/*/price_query @@ -43731,6 +43621,9 @@ api/records/*/files-archive api/recs/ api/related_entries api/renderer/v1/content +api/rest/v1 +api/rest/v2 +api/rest/v3 api/rest_v1/?doc api/retail api/rift @@ -43917,6 +43810,7 @@ api_doc api_key api_v1 api_v1/ +apihelp/* apiproxy apiref* apis @@ -43941,14 +43835,14 @@ aponline app app app$ -app*.jshttp://fidelity.com/robots.txt +app*.jshttp://asp.net/robots.txt app*/pag*/form* app*/shr* app*_ app*form_id= app-ads.txt app-ads.txt -app-ads.txthttp://hu.wikipedia.org/robots.txt +app-ads.txthttp://tokstok.com.br/robots.txt app-api/split-proxy app-assembly-polls-lp app-assets @@ -43979,6 +43873,7 @@ app-new.html app-opinion-lp app-photo-lp app-photos-daily +app-register-proxy-event app-route app-science-lp app-settings @@ -44113,6 +44008,7 @@ app_config/ app_data/ app_details app_export +app_globalresources/ app_links/join_skymiles/index.jsp app_themes/ app_v1 @@ -44163,7 +44059,7 @@ appliance appliance-delivery-installation applicant-eligibility application -application-content/ +application-content/ application/ application? applicationglobalinterfaces/ @@ -44238,6 +44134,7 @@ apps/*/landing apps/*/roles apps/*/standalone apps/account +apps/admissions-tools/day-in-life apps/ai-video-generator/?type=* apps/apis/metadata apps/apis/products @@ -44254,6 +44151,12 @@ apps/cms/api/spike apps/customizer/run apps/download apps/download/results.html +apps/faculty/index.php/g20 +apps/faculty/index.php/g20002120 +apps/faculty/index.php/g329/p7451732 +apps/faculty/index.php/g334 +apps/faculty/index.php/g346/p6433357 +apps/faculty/index.php/g358 apps/featured/kliken-marketing* apps/fedextrack/?action=track apps/fedextrack/?action=track&cntry_code=us&freight=yes @@ -44263,6 +44166,7 @@ apps/giveback apps/group_public/calendar.php apps/hermanmilller/components/page/domWindows apps/login +apps/my apps/my-o2?logout=true apps/news/ apps/org/workgroup/*/download.php @@ -44319,7 +44223,7 @@ apps_ext/*/*ILinkListener* apps_ext/*/admin* apps_ext/*/dashboard* apps_ext/*/login* -apps_ext/http://us.macmillan.com/robots.txt +apps_ext/http://campsite.bio/robots.txt appsearch_header= appservice appsfullcontent.htm @@ -44452,7 +44356,7 @@ ar-eg/twitter ar-eg/verify-email ar-eg/watchlist ar-eg/web3-blog -ar-eg/web3-blog/http://rsw.beck.de/robots.txt +ar-eg/web3-blog/http://audible.co.uk/robots.txt ar-en ar-es/shop/*?*&*&*& ar-es/shop/banner/ajax/load @@ -44717,8 +44621,6 @@ ar/webservice ar/world-heritage/grid ar/world-heritage/list ar/world-heritage/map -ar/wp-admin/ -ar/wp-admin/admin-ajax.php ar/xml/news-release ar/استعادة ar/الحساب @@ -44866,7 +44768,7 @@ archive/epo/pubs/bulletin archive/events archive/find archive/graphs.php -archive/http://civitatis.com/robots.txt +archive/http://basicincome.org/robots.txt archive/issue archive/justo archive/news/kings/newsrecords/2011/11november/indiainstituteavanthachair @@ -44887,7 +44789,7 @@ archives archives.html archives/ archives/*/*/* -archives/http://ar.wikipedia.org/robots.txt +archives/http://apod.nasa.gov/robots.txt archives/index.html archives/multimedia/extra archives/multimedia/feedback.php @@ -45312,8 +45214,6 @@ artist artist-signings-executive-appointments-herald-new-era-for-deutsche-grammophon-and-decca-classics artist/*-comments artist/*/now-playing -artist//Ajax -artist//Ajax/ artist/127231622/radio?autoplay=true artistTitle artists @@ -45419,7 +45319,7 @@ askpat asm/ asp.net/ asp/ -asp/ +asp/ asp/cgabillstatus/ asp/demo_db_edit.asp asp/menu/ @@ -45432,11 +45332,12 @@ aspergers/treatment-aspergers-syndrome-many-therapies-can-help/ aspergers/what-are-causes-risk-factors-aspergers-syndrome/ aspnet_client aspnet_client/ -aspnet_client/ +aspnet_client/ aspwebcalendar/ aspwebcalendar/calendar.asp +aspx$ aspx/ -aspx/read.aspxhttp://minecraftforum.net/robots.txt +aspx/read.aspxhttp://group.bnpparibas/robots.txt aspx_pages_code_testing aspxerrorpath* asq @@ -45521,8 +45422,6 @@ assets/files assets/fonts assets/fonts/ assets/frontend/downloads/media/fs18 -assets/gov/taxes/property-taxes/annual-property-tax/municipality-regional-district-resources -assets/gov/zzzz assets/hk-grotesk assets/hubspot assets/icon/save-ribbon-gray-outline.svg @@ -45568,7 +45467,7 @@ assets/mp4 assets/mw/static/old-games assets/newsletters/* assets/packages -assets/pdf/Investigation-Report.pdfhttp://ruby-lang.org/robots.txt +assets/pdf/Investigation-Report.pdfhttp://ine.es/robots.txt assets/pdf/Keeper-PM-ITAdmid-WhitePaper.pdf assets/pdf/PAM-vs-SSO-vs-PasswordManager.pdf assets/pdf/blogs/HolidaySuccessGuide_2018_EN.pdf @@ -45632,6 +45531,7 @@ assistant assistant assistants associate +associate/forum associate_query associatebanking associated-press$ @@ -45923,7 +45823,7 @@ attachments/download attachments/efs/eib_investment_report_advance_copy.pdf attachments/efs/eib_investment_report_poster_chapter* attachments/fi/ -attachments/http://foxbusiness.com/robots.txt +attachments/http://ow.ly/robots.txt attend-my-event attendees attorney-about-me @@ -46181,7 +46081,7 @@ audiblewords audience audience/ audio- -audio-edition-podcast/*/index.xmlhttp://raw.githubusercontent.com/robots.txt +audio-edition-podcast/*/index.xmlhttp://evernote.com/robots.txt audio-player audio-test-app audio.html @@ -46280,7 +46180,6 @@ authentication/oauth2/authorization/reach-five authentication/signin authentications authenticity-guarantee -authkey= authlogin authn author @@ -46303,6 +46202,7 @@ author/*/readalikes author/*/stats author/*? author/*?*page= +author/- author/96898-Unknown author/Associated-Press author/IANS @@ -46454,6 +46354,7 @@ auvio/embed av ava-servlets/ availability +availability availability/?context availability/?context= availability=Out-of-Stock @@ -46748,12 +46649,12 @@ b/eBay-Use-Only b/eBay-User-Tools b/mp/js/chatbot.js b/order +b/rt=nc_mwBanner=1 b/unsubscribe b2b b2b-gift-card-shop b2b-resource/blogdownloadform b2b/B2B_*_Calendar.pdf$ -b2b/ydirect b2c-tools b66d b=*p=* @@ -46954,7 +46855,7 @@ baf bag bagages/*idOffre= baggage/ -bai3Tucheechai9yauwie5aekeegiDeehttp://infogram.com/robots.txt +bai3Tucheechai9yauwie5aekeegiDeehttp://snap.com/robots.txt baidu baidu-launches-landmark-licensed-music-service baidu-pc @@ -47032,14 +46933,14 @@ banners banners banners-old.php? banners/ -banners/ +banners/ banners/link-default.html banners/obama-vs-romney.html banners2/ banners_test/* bap bapingseo -bappstore/bapps/download/http://developer.spotify.com/robots.txt +bappstore/bapps/download/http://health.harvard.edu/robots.txt baptist-health-news/search* bar.restaurant baraholka @@ -47049,6 +46950,7 @@ barcelonacultura/en/collective-catalogue-museum-libraries barcelonacultura/es/catalogo-colectivo-de-las-bibliotecas-de-los-museos barcelonacultura/sites/default/files barcelonainclusiva +barchartData bare-metal-recovery/datasheet-bmr.pdf bare-metal-recovery/idrive-bmr-startup-guide.pdf bare-metal-recovery/legacy/*/ @@ -47185,7 +47087,6 @@ bc2828 bc9797com bcbs/ca bcbs/commentletters -bcgov/content bclick.php bcn bcnpostguerra @@ -47351,6 +47252,7 @@ bebas-ongkir bebek-anne becas-fb beck +become-a-friend become-an-author? bed-bugs/emotional-toll-having-bed-bugs/ bed-bugs/what-bed-bug-bites-look-like/ @@ -47402,6 +47304,8 @@ benefits benefits-of-healthcare-data-collection benefits-resource benefits/ +benevole/ +benevoles/ bengali/ benji.js bentoapi @@ -47509,7 +47413,7 @@ betacc betaem betaexperience/ betala -betalen/http://kskm.net/robots.txt +betalen/http://silhouettefromtheskylit.com/robots.txt betatos betmgm-presents betmgm-redirect @@ -47909,7 +47813,7 @@ bin bin bin/ bin/* -bin/*http://thejakartapost.com/robots.txt +bin/*http://wigle.net/robots.txt bin/broker bin/broker2 bin/data @@ -48005,8 +47909,6 @@ bioproject/?term= bios* biosample/?term= biosamples/beta -bip -bip-callback bip-programs/ilan bip/admin bip/rejestr-zmian @@ -48335,15 +48237,14 @@ blaize/* blaize/datalayer blank blank -blank-page.aspx blank.cfm blank.html blank.xml blast/BlastAlign.cgi blast/bl2seq/wblast2.cgi blausen* -blausen*http://molekule.com/robots.txt -blausen*http://storm.mg/robots.txt +blausen*http://blog.archive.org/robots.txt +blausen*http://pix11.com/robots.txt blaw/* blazer-ev/charging blazer-ev/delivery-day @@ -48502,7 +48403,7 @@ blog/*sitemap.xml$ blog/*utm_source= blog/*wordfence_* blog/. -blog/.html.*http://tandfonline.com/robots.txt +blog/.html.*http://entrepreneur.com/robots.txt blog/10-lessons-from-an-engineering-manager/$ blog/17-big-tax-deductions blog/20 @@ -48700,6 +48601,7 @@ blog/collaborating-and-connecting-in-figjam/$ blog/collaboration/$ blog/come-together/$ blog/coming-together-at-config-2021/$ +blog/comment blog/comments blog/completing-a-transit-map/$ blog/components-in-figma/$ @@ -49186,7 +49088,7 @@ blog/page/*/?p= blog/page/*/?s= blog/page/*? blog/page/edit -blog/page/http://maps.google.co.uk/robots.txt +blog/page/http://networksolutions.com/robots.txt blog/pairing-is-the-key-to-evangelizing-your-design-system/$ blog/pantone-speaking-the-language-of-color/$ blog/paula-scher-10-rules-for-play/$ @@ -49439,7 +49341,7 @@ blog/want-figma-api-inspiration-heres-8-community-powered-projects/$ blog/we-made-a-mistake-with-our-api-challenge-and-were-sorry/$ blog/web-design-without-a-web-designer-xfive-turns-to-figma/$ blog/webassembly-cut-figmas-load-time-by-3x/$ -blog/webmentions/receive/http://uva.nl/robots.txt +blog/webmentions/receive/http://epi.org/robots.txt blog/welcome-to-the-prompt/$ blog/welcome-to-the-wip/$ blog/welcome-weavy-to-figma/$ @@ -49552,7 +49454,7 @@ blog?*page= blog?*page=0 blog?category= blog?month -blog?page=http://thenation.com/robots.txt +blog?page=http://audacy.com/robots.txt blog?q=* blogAdmin blog_entry_comments @@ -49605,7 +49507,7 @@ blogs/2011/ blogs/7faebe5debfdd358a46f2452a54eec94fce49269/ blogs/Chetu-Landing-Page blogs/admin/ -blogs/all/tagged*http://pinterest.co.kr/robots.txt +blogs/all/tagged*http://modelviewer.dev/robots.txt blogs/atom blogs/author blogs/blog/wp-content/uploads/sites @@ -49653,7 +49555,6 @@ blogsearch blogsearch? blogsearch_feeds blogslistingpage -blogstest/ blogsupport blogtemp blogtest @@ -49690,6 +49591,7 @@ blue-note-records-sonos-announce-exclusive-partnership blue-note-records-to-partner-with-artistshare-to-create-blue-noteartistshare blueberry blueberry-anma +bluedragon/ bluehour bluejays/search blueprint @@ -49798,6 +49700,7 @@ bo/secure/ bo/sync/ bo/web.config bo= +boadmin/ board board board-of-governors @@ -49810,7 +49713,6 @@ boardID= boardInviteDeclined board_activity board_activity_comment -boardactions-search boardgame/*/*/edit boardinvited boards/ @@ -51339,6 +51241,7 @@ bonhams/item bonoloto/2019 bons-plans/colisage/ bons-plans/garanties/ +bonus-program/bonus-rules bonus/groep/*?* bonus/groep/*?week=*dclid=* bonus_marathon @@ -51516,6 +51419,7 @@ bookstore/search booktime bookvisitinfo.html bookwall/* +bookwatch boolean= boomerang boost_digestive_health_pictures_slideshow/article.htm @@ -51607,7 +51511,6 @@ borme/dias/2013/12/17/pdfs/BORME-A-2013-240-28.pdf borme/dias/2020/12/21 borme/dias/2025/08/26/pdfs/BORME-A-2025-161-38.pdf borrower-central/ -bors/search bosai-nippon bosai-nippon/search bosco @@ -51779,7 +51682,7 @@ brain_nervous_system_left_handed_right_handed/article.htm brain_nervous_system_that_cause_hallucinations/article.htm brain_tips_to_quiet_an_active_busy_mind_for_sleep/article.htm brainfood -branch-locator/ +branch-locator branch-snapshots branchenbuch/*/*/*/ln0 branchenbuch/*/*/ln0 @@ -51841,7 +51744,7 @@ branding/images/dont-03.png branding/images/dont-04.png branding= brandlover -brandnew/psphttp://rijksmuseum.nl/robots.txt +brandnew/psphttp://google.dk/robots.txt brandnewconference/2016/video brandon-creed-joins-universal-republic-and-island-def-jam-motown brandon-schmidt-named-vice-president-acquisitions-for-caroline @@ -51969,7 +51872,7 @@ brighter_whiter_teeth_pictures_slideshow/article.htm bringit.html/ britishairways brl -brlhttp://thehackernews.com/robots.txt +brlhttp://accidentinjurylawyers.claims/robots.txt broadband broadband/goto broadcast @@ -52001,7 +51904,6 @@ browse-2 browse-author browse-smarter-with-ghostery-8 browse-subject -browse.aspx browse.php browse/* browse/*.aspx @@ -52264,7 +52166,7 @@ buscador/componente buscador? buscador?f%5B0%5D buscador?search_api_fulltext=&f%5B0 -buscadorhttp://statefarm.com/robots.txt +buscadorhttp://betterplace.org/robots.txt buscar buscar buscar/abogacia_estado.php? @@ -55705,11 +55607,7 @@ buscarlistasdeseos buscarregistroregalo business business-affairs/procurement/rfp-files/ -business-banking/business-banking-online-sign-in-out/signin/ business-banking/forms/business-real-estate/thank-you/ -business-banking/merchant-services/mobile-payments/mobilepayway/ -business-banking/westpac-live-video/ -business-banking/wintrade/signin/ business-customers/aviation/aeroshell/aeroshell-greases/grease-22 business-customers/aviation/aeroshell/aeroshell-greases/grease-22.html business-customers/aviation/flightpath @@ -56034,6 +55932,7 @@ business/help/procurement/special-account/special-account/open business/help/search*&query= business/help/search*?query= business/hub +business/image business/infrastructure-explainer business/invite business/invite-friend @@ -56726,6 +56625,7 @@ ca/market/dixie_flag ca/market/rebel_flag ca/messages ca/mini.php +ca/multistore/offers/back-to-school ca/my ca/myhr/img/piggy-bank.jpg ca/negocis-tmb/perfil-contractant/informacio-documents @@ -56833,6 +56733,7 @@ ca/your-credit-union/ontario/service-centres/ ca_es ca_fr ca_fr/Download +ca_fr/multistore/offers/back-to-school ca_referer= caas caas/springfield-clinic-team @@ -56914,7 +56815,7 @@ calendar/*?year=2027 calendar/*?year=2028 calendar/*?year=2029 calendar/*?year=2030 -calendar/*http://recreation.gov/robots.txt +calendar/*http://teepublic.com/robots.txt calendar//index.html calendar/1415-2 calendar/350/search/ @@ -57054,7 +56955,6 @@ calendar/epicker.php calendar/eventreply calendar/events.php calendar/export -calendar/export.cgi calendar/faith/search/ calendar/feeds calendar/festivals/search/ @@ -57184,7 +57084,6 @@ calendar/seniors/search/ calendar/sports/search/ calendar/support-group/search/ calendar/technology/search/ -calendar/twilio.cgi calendar/upload.php calendar/view calendar99/ @@ -57277,7 +57176,6 @@ callsign callus.jsp calvados/ calvados/assure/actualites/ -cam cam-dean-search cameo-carlson-appointed-senior-vice-president-digital-business-development-universal-motown-records-group cameo-carlson-promoted-to-executive-vice-president-of-universal-motown-republic-group-umrg @@ -57392,7 +57290,7 @@ campaigns/credit-cards/expired-reference-archive/ita-bt-combo.html campaigns/credit-cards/more-than-minimum.html campaigns/credit-cards/parris-island.html campaigns/digital-recruitment -campaigns/digital-recruitmenthttp://assets.website-files.com/robots.txt +campaigns/digital-recruitmenthttp://neimanmarcus.com/robots.txt campaigns/digital.html campaigns/digital/digital-banking-tools.html campaigns/digital/operation-innovate.html @@ -57514,6 +57412,7 @@ can_i_get_rid_of_wrinkles_on_my_face_fast_how/article.htm canada/Library/mnp/2/aspx/ canada/index2.html canada/ottawa-citizen/2012 +canada_us/air/images/ canadaland canadalandshow canadaswonderland/account @@ -58225,7 +58124,6 @@ casino/mg-casino casino/pragmatic-casino-multi-new casino/sa-casino casinos -casinos/go casl2 caso-conte-alpa-le-iene-ecco-parcella-fumante_4XkAeg5iDKYfUFS4fsvc6u casosint @@ -58270,11 +58168,16 @@ catalog/2000-02 catalog/2002-04 catalog/?text= catalog/archives +catalog/artists-110621 +catalog/books-18030 catalog/br catalog/category/view catalog/category/view/ catalog/cl catalog/co +catalog/collections/skorovprodage?page= +catalog/hobbies-18200 +catalog/kanctovars-18035 catalog/mx catalog/packagepopup catalog/pe @@ -58289,7 +58192,9 @@ catalog/psearch.html catalog/sale catalog/search.html catalog/sizeReminder +catalog/souvenirs-18038 catalog/thanks +catalog/toys-18039 catalog25/ catalog?q catalogId= @@ -58402,7 +58307,7 @@ category/downtime category/drupal category/features category/general -category/good-bites/http://airthings.com/robots.txt +category/good-bites/http://pt.slideshare.net/robots.txt category/it-security category/jetpack category/milestone @@ -58478,6 +58383,7 @@ cc.js cc.xhtml cc/api cc/common/api +cc/images/ cc/search-result cc/session/api cc= @@ -60673,10 +60579,10 @@ cdn-cgi/beacon/performance cdn-cgi/bm/cv cdn-cgi/challenge-platform cdn-cgi/challenge-platform/ -cdn-cgi/http://corefiling.com/robots.txt -cdn-cgi/http://dw.de/robots.txt +cdn-cgi/http://account.google.com/robots.txt cdn-cgi/http://link.aps.org/robots.txt -cdn-cgi/http://weburbanist.com/robots.txt +cdn-cgi/http://php.watch/robots.txt +cdn-cgi/http://spark.apache.org/robots.txt cdn-cgi/image cdn-cgi/images/trace cdn-cgi/l/email-protection @@ -60691,7 +60597,7 @@ cdn-cgi/scripts/5c5dd728/cloudflare-static/email cdn-cgi/speculation cdn-cgi/styles cdn-cgi/zaraz -cdn-cgi/zaraz/http://ibb.co/robots.txt +cdn-cgi/zaraz/http://ok.ru/robots.txt cdn-fpw/sxg cdn-proxy/pim cdn-proxy/px @@ -60720,7 +60626,7 @@ cdp-sso/login cdp/api* cdp/user* cdp/webhooks -cdp/webhooks/http://southwest.com/robots.txt +cdp/webhooks/http://libsyn.com/robots.txt cds cds-statics/assets/css/brands/ep/molecules cds-statics/assets/fonts @@ -60902,7 +60808,6 @@ cercador cercadorgg cercare cercawishlist -cerebro cerebrum/ ceremet/?page_id= ceri/en/search/ @@ -60920,6 +60825,7 @@ cerrados/biblioteca1/horario-e-endereco cerrados/missao-visao-valores certificate certificate/ +certificate/demo certificates certification_checkout certification_test/ @@ -60932,6 +60838,8 @@ cervical_cancer_pictures_slideshow/article.htm ces-specials/l ces-specials/l/$ cesarhalum +cesn/images/ +cesn/versions/ cetools/ ceurtools cevaplar @@ -60967,6 +60875,7 @@ cf/geoip cfar cfarCredit cfc +cfc/ cfcdn cfd cfdocs @@ -60983,6 +60892,9 @@ cfwidgets/ss/mc-match-highlights/61653/amp cg cg/ cg_rmr/ +cgc/*.ico +cgc/*.png +cgc/*.svg cgen/ cgi cgi- @@ -61052,6 +60964,7 @@ cgi-bin/outline cgi-bin/printable cgi-bin/process/ cgi-bin/promo +cgi-bin/publish cgi-bin/purchase cgi-bin/quickChanges cgi-bin/quickDiff @@ -61092,7 +61005,7 @@ cgi-bin/wikiSig cgi-bin/wx cgi-bin/x-posts cgi-bin/yabb2/YaBB.pl -cgi-binhttp://phys.org/robots.txt +cgi-binhttp://baidu.com/robots.txt cgi-brookscole/ cgi-comment cgi-local @@ -61197,6 +61110,7 @@ cgi/wikiSig cgi/x-posts cgi2-bin cgi_files +cgi_src cgibin cgid cgid= @@ -61349,7 +61263,7 @@ change-location change-password change-shipping changeLanguage=True -changeLanguagehttp://webassembly.org/robots.txt +changeLanguagehttp://inpn.mnhn.fr/robots.txt changePassword change_currency.html change_password= @@ -61359,7 +61273,6 @@ changelog/*/feed changement-langue-province.jsp changepassword/ changeplan -changepwd.php changes changes-coming-to-the-itunes-store changeset @@ -61561,7 +61474,6 @@ check*.php check-in check-in$ check-in? -check-logged-in check.htm check/ check2018 @@ -61580,6 +61492,7 @@ checking-accounts/*?* checking-accounts?* checking-savings/checking/wizard.html checking-update +checklist checklistposts checklists checkout @@ -61826,6 +61739,7 @@ cinema/film cinema/icortissimi-ended cinema/mes-films cinema/salle +cinematic_bug_counters/increment cip circ circle-round-club @@ -61859,6 +61773,7 @@ citations?view_op=top_venues cite cite-dev cite/* +cites citexplore citi cities @@ -62071,7 +61986,7 @@ clasificados/external-login clasificados/get-filter-results clasificados/get-results clasificados/get-top-box-results -clasificados/http://hidemyass.com/robots.txt +clasificados/http://eab.com/robots.txt clasificados/login-saved-searches clasificados/manage-saved-searches clasificados/mobile/search @@ -62189,6 +62104,7 @@ clearRegister clear_cache= clear_cache_session= clearcookies +clearing/staff clearing/template/ cleberverde clementine-anma @@ -62232,7 +62148,6 @@ clickv1 clid= client client-access -client-api client-clearing client-events client-forum/login-set @@ -62298,6 +62213,7 @@ clima/sites/registry climate-collaborative climate-week/turning-climate-risk-climate-progress climate/cap-and-trade-case-studies +climate/images/ climate_ways_change_increases_rates_of_lung_cancer/article.htm climatetech clinical-trials/search$ @@ -62348,7 +62264,7 @@ cloud-api/one-cart-api/v1/carts/current/process_payment cloud-launcher/sitemap cloud-storage-pricing-plans cloud/ -cloud/ +cloud/ cloud/$ cloud/* cloud/131 @@ -62781,6 +62697,10 @@ collaborating-with-slack collaboration collaboration/boards collaboration/shared-boards +collabs/*rating +collabs/*slideshow +collabs/art/*/*/comments/*/flaggings +collabs/sounds/*/*/comments/*/flaggings collage/start collagemaker/swf/v5/swf/Fotor.swf collapse? @@ -62788,7 +62708,7 @@ collect collectibles$ collection collection-new-pim/ -collection.phphttp://husqvarna.com/robots.txt +collection.phphttp://monosnap.com/robots.txt collection/* collection/*/amp collection/*/embed @@ -62796,7 +62716,7 @@ collection/*/is-private collection/api/logger collection/category collection/editor -collection/editor/http://grahamcluley.com/robots.txt +collection/editor/http://designshack.net/robots.txt collection/family-friends collection/works? collection/zone @@ -63321,7 +63241,7 @@ comic-indies comic-indies/$ comic-indies/about comic/*2 -comiccontrol/http://keep.google.com/robots.txt +comiccontrol/http://nbcsports.com/robots.txt comics comics-kingdom coming-soon @@ -63404,7 +63324,7 @@ comments/recent comments=true comments_print.php?content_id= commentsdata.cms?appkey= -commentshttp://saveur.com/robots.txt +commentshttp://developer.wordpress.org/robots.txt commerce commerce$ commerce/ @@ -63447,7 +63367,7 @@ common-header/ common-header/google-tag-manager---body/ common-header/google-tag-manager---head/ common-header/search-bar/ -common-results-pagehttp://canlii.org/robots.txt +common-results-pagehttp://cs.waikato.ac.nz/robots.txt common/ common/add-acl-entry common/admin/ @@ -63466,7 +63386,7 @@ common/survey common/survey.aspx* common/tools/pg/manual/PGcoa common/tools/pg/manual/PGholdmail -common/trial/http://edrawsoft.com/robots.txt +common/trial/http://plato.stanford.edu/robots.txt common/xml common_assets/static-2.197 common_assets/static-2.198 @@ -63541,7 +63461,7 @@ community/*/foaf community/*/latest$ community/*/live community/*/post -community/*/post-*http://pinterest.es/robots.txt +community/*/post-*http://m.weibo.cn/robots.txt community/*/profile community/*/rss community/*/topics @@ -63581,6 +63501,7 @@ community/community-partnerships/fireside-chat/ community/community-partnerships/fireside-chat/thank-you/ community/community-relations/isc-lighting-request/thank-you/ community/community-survey.html +community/compose/* community/contribute community/country community/email @@ -63829,7 +63750,6 @@ compared_products comparelists comparer comparison -comparison-legacy.aspx comparison/*?*s=* comparison/go/* comparison/goto/* @@ -63987,7 +63907,6 @@ composer.json$ composer.lock composer.lock composer.lock$ -composer/ composer/Metapackage/README.txt composer/Metapackage/README.txt composer/Metapackage/README.txt/?context @@ -64042,6 +63961,10 @@ computer_vision_demo_uploads computer_vision_eval computereng computerrefresh +computing/Library/ +computing/Templates/ +computing/hallnet-test/ +computing/news/archive/ computingservices/private/ coms2/dnbdescription coms2/page_cse @@ -64217,7 +64140,7 @@ connect connect-more/programme-2023/connect-more-2023-programme-file connect/@ connect/authorize* -connect/http://pcisecuritystandards.org/robots.txt +connect/http://s3-us-west-2.amazonaws.com/robots.txt connect/invite connect/labournews connect/social-intranet.html @@ -64259,7 +64182,6 @@ constipation/how-to-avoid-constipation-when-taking-iron-tablets/ constipation/infrequent-bowel-movements-weight-gain/ constipation_myths_facts_pictures_slideshow/article.htm consult -consult/*appointment consultancies consultation/ consultations? @@ -64283,7 +64205,7 @@ contact-p2 contact-preferences contact-request/ contact-sales -contact-sales/http://goal.com/robots.txt +contact-sales/http://calendar.perfplanet.com/robots.txt contact-support contact-thank-you contact-tos @@ -64332,7 +64254,6 @@ contact/login contact/menu* contact/partner* contact/product -contact/subscribe.cgi contact/support contact/thank-you contact/thanks @@ -64611,6 +64532,7 @@ content/dam/assets/*/no-index content/dam/assets/documents/pdf/document-avalara-tax-changes-2025.pdf content/dam/auspost_corp/media/documents/2025-ecommerce-report-category-insights.pdf content/dam/auspost_corp/media/documents/2026-ecommerce-report-category-insights.pdf +content/dam/auspost_corp/media/documents/business-account-shipping-guide.pdf content/dam/auspost_corp/media/documents/foi/*.pdf content/dam/auspost_corp/media/documents/interenational-product-guide.pdf content/dam/auspost_corp/media/documents/international-pricing-cubic-weight.pdf @@ -64623,6 +64545,7 @@ content/dam/auspost_corp/media/documents/parcel-contract-pricing-regular.pdf content/dam/auspost_corp/media/documents/parcel-contract-six-zone.pdf content/dam/auspost_corp/media/documents/parcel-contract-three-zone.pdf content/dam/auspost_corp/media/documents/parcel-services-product-guide.pdf +content/dam/auspost_corp/media/documents/prohibited-restricted-items-business-account.pdf content/dam/auspost_corp/media/documents/sender-toolkit.pdf content/dam/auspost_corp/media/documents/services-agreement-terms-conditions.pdf content/dam/avalara/public/documents/pdf/ @@ -64763,7 +64686,7 @@ content/dam/personal_banking/bank_accounts/pdfs/premierservice-service-fee-agree content/dam/personal_banking/bank_accounts/pdfs/premierservice-service-fee-agreement-changes-fr.pdf content/dam/portals content/dam/private -content/dam/public/wbc/introducernet/ +content/dam/public/wbc/introducernet content/dam/pwc/uk/en/assets/pdf/hcl_f2.18.pdf content/dam/pwc/uk/en/business-recovery/administrations/assets/hcl_ content/dam/pwc/uk/en/business-recovery/administrations/assets/hcl_%20annual%20report.pdf @@ -64800,7 +64723,7 @@ content/dam/splunk2/images/logos/splunk-logo.svg?asd content/dam/static-page/customer-advocacy/*/pdf content/dam/static/js/tagging/ content/dam/store -content/dam/students/documents/graduations/programs/http://dafont.com/robots.txt +content/dam/students/documents/graduations/programs/http://realsimple.com/robots.txt content/dam/stzh/aemmanual-tui content/dam/stzh/cd content/dam/stzh/pkzh @@ -65031,7 +64954,7 @@ content/index.php/filter/tips content/index.php/node/add content/index.php/search content/index.php/user/login -content/index.php/user/logout/http://troyhunt.com/robots.txt +content/index.php/user/logout/http://marketplace.visualstudio.com/robots.txt content/index.php/user/password content/index.php/user/register content/inspublic @@ -65118,10 +65041,9 @@ content/plc content/pluralsight/en/jcr:content content/products-brochures/Company/Europe-shipping-rates.pdf content/profiles -content/public/wbc/en/_services/calcs-forms-tools/http://itwire.com/robots.txt -content/public/wbc/en/_services/serialiser/ -content/public/wbc/en/_services/serialiser/calculator/ -content/public/wbc/en/business-banking/westpac-live-video/ +content/public/wbc/en/_services/calcs-forms-tools +content/public/wbc/en/_services/serialiser +content/public/wbc/en/_services/serialiser/calculator content/public/wbc/en/deeplink-web-redirect.html content/pwc/global/forms/contactUsNew.html? content/pwc/global/forms/contactUsNew.html?parentPagePath=/content/pwc/de @@ -65157,7 +65079,7 @@ content/sfu/deployment-test-clf4 content/sfu/sfu-forms content/sfu/students/calendar/2025 content/shared -content/shared/en/profiles/*http://tagesanzeiger.ch/robots.txt +content/shared/en/profiles/*http://unive.it/robots.txt content/shc-failover content/shc/en/404.html content/shrm/language-masters @@ -65210,8 +65132,8 @@ content/view/full content/web.config content/web/de/service/servicedesk-hilfebereich content/websites/languages -content/websites/us/en/noindex/*http://a.co/robots.txt -content/websites/us/en/noindex/*http://event.on24.com/robots.txt +content/websites/us/en/noindex/*http://sketchup.com/robots.txt +content/websites/us/en/noindex/*http://yahoo.com/robots.txt content/wgpublic content/www/accessibility-test content/www/apac/en/ @@ -65262,9 +65184,7 @@ contentfactory contentfeed/getdata?type=synopsi contentful-preview contentful-render -contentisblocked -contentisblocked.md -contentjam/ +contentjam/ contentpar_gridblock contentresearchtool/ contents @@ -65520,6 +65440,7 @@ cookie-preferences cookie.aspx cookieStorage$ cookie_sync +cookie_test cookiemigrator cookiemonster cookies @@ -65742,7 +65663,7 @@ core/themes/*.jpg core/themes/*.js$ core/themes/*.js? core/themes/*.png -core/unlocking-power-rda-joint-workshop-nardac-and-pcc-sct-rda-training-task-grouphttp://goldmansachs.com/robots.txt +core/unlocking-power-rda-joint-workshop-nardac-and-pcc-sct-rda-training-task-grouphttp://google.co.th/robots.txt core/wp-admin/ core/wp-admin/admin-ajax.php core?context @@ -65779,10 +65700,9 @@ corpbanner corpcounsel/events corpfiles/ corporate -corporate-banking/corporate-online/signin/ corporate-corner -corporate-culture/inner/http://legalplace.fr/robots.txt -corporate-culture/inner/http://mobile.abc.net.au/robots.txt +corporate-culture/inner/http://myminifactory.com/robots.txt +corporate-culture/inner/http://oll.libertyfund.org/robots.txt corporate-gallery corporate-responsibility corporate-review-copy @@ -66300,7 +66220,6 @@ coupons/blank-default coupons/blog/page coupons/coupons/visit coupons/images/zeroclipboard.swf -coupons/index/trackprint coupons/preview coupons/subscribe coupons/superdupersri/callback @@ -66351,11 +66270,11 @@ courses/enfamil courses/fall2020 courses/favorites courses/goto?type=* -courses/http://audiomack.com/robots.txt +courses/http://agupubs.onlinelibrary.wiley.com/robots.txt courses/login courses/online-shkoly courses/online-shkoly/zapusk-online-shkoly -courses/online-shkoly/zapusk-online-shkolyhttp://chrishudson.co/robots.txt +courses/online-shkoly/zapusk-online-shkolyhttp://synthamesk.bandcamp.com/robots.txt courses/register courses/search courses/search? @@ -66615,7 +66534,7 @@ creativity/zh/search creator creator-login creator-spotlight -creator-toolkitshttp://fashionmagazine.com/robots.txt +creator-toolkitshttp://sovrn.com/robots.txt creator/ creator/oldhelp/ creator/payroll/ @@ -67084,6 +67003,7 @@ css/site.sections.careers.peoplebank.css css/site.sections.multimedia.css css/visitor css=* +css? css?* cssId* cssPath= @@ -67102,6 +67022,7 @@ ctlawtribune/events ctlawtribune/sites/ctlawtribune/2017/07/20/former-wells-fargo-employee-claims-he-was-fired-for-talking-ethics ctlf11 ctm +ctsi/event/research ctt/pdfs/exp_report.pdf ctx/ ctx/fusion/ @@ -67186,6 +67107,7 @@ cursor= cursos/elearning/biblioteca cust cust-login.asp* +cust_maint/site_down/maintenance.html custlogin/ custlogin/showResetPassword.action* custom @@ -67392,6 +67314,7 @@ customimage customizable= customization/ customize +customize$ customize.php customize/ customize/tairyo/cart @@ -67404,6 +67327,7 @@ cv cv/ cv010 cve +cvitemp cvsadmin cvstrac cvsweb @@ -67567,6 +67491,7 @@ d/Organization/Item d/css/*.css d/graphql d/search +d/search/* d/topicsearch d2/* d2d @@ -67649,6 +67574,9 @@ da-dk/search da-loader.js da/ da/$ +da/*/*/business$ +da/*/*/edit$ +da/*/s/*/near$ da/?wicket:interface= da/Archive da/account @@ -67661,6 +67589,7 @@ da/alquiler-terrenos/ da/alquiler-viviendas/ da/android/collections da/android/search +da/api/v5 da/article da/auth da/autocomplete @@ -67689,6 +67618,7 @@ da/luxury-homes-spain da/luxury-rentals-spain da/m da/messages +da/my_business$ da/news/ da/onelook_american_dictionary_words.html da/onelook_british_dictionary_words.html @@ -67697,7 +67627,14 @@ da/profile/comments da/profile/discussions da/properties-for-sale-in-spain da/renew.html +da/review_widget +da/s da/s%C3%B8g +da/s/*/been +da/s/*/favorite +da/s/*/lazy_load_pics +da/s/*/reviews +da/s/*/togo da/seamonkey/collections da/seamonkey/search da/search @@ -67711,10 +67648,12 @@ da/thunderbird/search da/udskriv da/user da/users +da/users/signin da/venta-obranueva/ da/venta-oficinas/ da/venta-terrenos/ da/venta-viviendas/ +da/widget da_dk/funktioner da_dk/grafer da_dk/skabe @@ -67724,8 +67663,6 @@ dac-european-breakdown-cover dacam11 dachshund dad/trk -dadadodo/dadadodo.cgi -dadadodo/dadadodo.php daegu-anma daegu-anma1 daejeon-anma @@ -67779,7 +67716,7 @@ dam/jcr:d493cbe0-67e8-4aa5-8972-b41046099254/Lean%20ITSM%20Whitepaper.pdf$ dam/jcr:d493ce3b-6f18-4986-af05-f73f5bb24097/epost-mailer-font-update-12-2023.pdf dam/jcr:f5065dd6-c5df-4872-b4b8-f589519c9eeb/dhl-express-importanweisung-verzollung-de.pdf dam/support/pdf/ -dam/udelImages/student-life/reslife/floorplanshttp://ams.usda.gov/robots.txt +dam/udelImages/student-life/reslife/floorplanshttp://vectorstock.com/robots.txt dam/www/*.PDF$ dam/www/*.pdf$ dam/www/*pdfs @@ -67804,6 +67741,8 @@ dark=false&popup=true darkmode darktrace-email-demo-video-email-validated darla +dartwebteam/best-practices +dartwebteam/search-engine-optimization-seo-guidelines.html dash dashboard dashboard @@ -67824,7 +67763,7 @@ data-group/ data-items* data-page-integration data-processing-terms -data-protection/our-role-supervisor/complaints/edps-complaint-form*http://thomann.de/robots.txt +data-protection/our-role-supervisor/complaints/edps-complaint-form*http://tunein.com/robots.txt data-science data-science* data-security/download-confirm.html @@ -67838,14 +67777,9 @@ data/1.0/bundle data/a-propos/pdf/foire-aux-questions-signalement-dune-situation-de-discrimination-et-de-harcelement-ou-toute-inconduite_26-aout-2024.pdf data/a-propos/pdf/politique-de-signalement-dinconduites-et-de-situations-de-discrimination-ou-de-harcelement-003.pdf data/a-propos/pdf/procedure-traitements-allegations-fr.pdf -data/anketa -data/banner -data/brending data/catalog/*? data/content data/datasets/*/embed -data/email_templates -data/files data/formation-entrepreneurs/ data/fournisseurs/pdf/procedure-loi-87.pdf data/free/files @@ -67853,9 +67787,7 @@ data/lexground-acl2015 data/lookup data/oceans/coris/library data/updates/order/* -data/users data/utep_ad.js -data/video data/webinaires/* data/webinaires/pdf/* data/webinaires/pdf/*.pdf @@ -67870,6 +67802,7 @@ data_id=* data_partners data_source=2.0 database +database database/*/browse database/*/search database/121 @@ -67889,6 +67822,8 @@ database/philboard.mdb database/sql-developer-4.2 database/sql-developer-data-modeler-4.2 databaseManager +dataexplorer/account +dataexplorer/search dataflt dataguidance dataguide/dummy @@ -67922,7 +67857,6 @@ dates= dates=*location= dating dating- -dating/go datos/pdfs dave-bakula-promoted-to-vice-president-sales-analysis-universal-music-group-distribution dave-blomsterberg-promoted-to-vp-of-sales-fontana-distribution @@ -68078,6 +68012,7 @@ de-at/swift-codes de-au/destinations/hotel-information de-bg/tickets/* de-ch +de-ch de-ch*/lp de-ch-new de-ch.html$ @@ -68210,6 +68145,7 @@ de-de/blog/how-teams-tap-into-the-power-of-design-with-figma-slides/$ de-de/blog/how-to-build-ground-breaking-products-a-managers-guide/$ de-de/blog/how-to-design-agentic-tools-for-work/$ de-de/blog/how-to-get-the-most-out-of-teams/$ +de-de/blog/how-to-move-fast-toward-the-right-thing/$ de-de/blog/how-to-streamline-your-design-system-workflow-in-figma/$ de-de/blog/how-we-built-ai-search-in-figma/$ de-de/blog/how-we-secure-figmas-internal-systems-with-agents/$ @@ -68292,6 +68228,7 @@ de-de/blog/the-rise-of-the-generalist/$ de-de/blog/the-search-for-speed-in-figma-opensearch/$ de-de/blog/the-visual-identity-behind-config-2026/$ de-de/blog/thought-leadership/$ +de-de/blog/try-these-10-skills-and-show-off-your-own/$ de-de/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ de-de/blog/ui-ux/$ de-de/blog/unlocking-the-power-of-code-connect/$ @@ -68932,7 +68869,10 @@ de/*-x-r311371-c de/*-x-r438536-c de/*-x-r686230-c de/*.zip +de/*/*/business$ +de/*/*/edit$ de/*/media/oembed +de/*/s/*/near$ de/*?*lang=de-DE de/*?order= de/*accepts_affirm @@ -68979,8 +68919,6 @@ de/360/storyline/ de/360/terms-of-use/ de/360/terms/dpa/ de/360/trial/ -de/3d-drucken/*/berichte/neu -de/3d-drucken/*/share de/?wicket:interface= de/API de/Archive @@ -69034,11 +68972,11 @@ de/android/search de/androidapp de/angebot$ de/angebot? -de/anmelden-auswahl de/api de/api/v1 de/api/v3/ajax/bespoke/member/neu/specs de/api/v3/ajax/bespoke/public/neu/specs +de/api/v5 de/app de/app-directory/zoom de/app/download @@ -69058,19 +68996,12 @@ de/backgrounds de/banners de/bascule de/bcn -de/benutzer/*/berichte/neu -de/benutzer/*/clans/*/share -de/benutzer/*/share -de/benutzer/erstellen -de/benutzer/passieren/neu de/bestellung de/bestof de/biz/sme/beta de/black_friday_sale_subscribe_confirm.html de/blattern de/blog -de/blog-article-translation-reports/neu -de/blog/artikel/*/share de/blog/search de/blog/topic de/blog/wp-admin @@ -69202,8 +69133,6 @@ de/download/icon/edited de/download/ie_manual.jsp de/downloadmirror de/drucken -de/drucklisten-eintr%C3%A4ge -de/drucklisten/*/*/share de/education-request de/einstellung de/einstellung/job-posts @@ -69211,7 +69140,6 @@ de/en de/enterprise de/entry de/errors -de/erstellung-uebersetzung-berichte/neu de/es de/eula.html de/event/*/shoutbox @@ -69244,7 +69172,6 @@ de/forum de/forum/goto.php de/forums de/fr -de/fragen/selection de/funktionen/website-erstellen/vorlagen*order= de/funktionen/website-erstellen/vorlagen/*/* de/funktionen/website-erstellen/vorlagen/business-and-services$ @@ -69263,7 +69190,6 @@ de/get/api/search/slicing-attributes de/glossar-details de/group de/guest-pass -de/gutscheincode-3d-drucker/*/share de/hans de/hant de/header @@ -69321,17 +69247,12 @@ de/kb/*/discuss de/keyword-recherche-tool/check de/knowledge-base/search de/kollektionen -de/korb de/kr -de/kreationen/*/berichte/neu -de/kreationen/*/share de/label de/labs de/landing/ -de/language/bearbeiten de/langzeitmiete-spanien de/lesezeichen -de/links/warnings de/listing/*/stubs de/listings/*/auction/bids de/live-event-schedule @@ -69408,7 +69329,7 @@ de/music/+noredirect de/music/playlist de/music/tracks de/my -de/nav/kategorien +de/my_business$ de/netzwerkstatus de/news de/news/ @@ -69457,7 +69378,6 @@ de/products/ras/trial-center de/products/standard-size-business-cards.html de/profil de/profil/*/abzeichen -de/profil/erstellt de/profile de/profile/comments de/profile/discussions @@ -69504,8 +69424,15 @@ de/resources-campaign/* de/resources/case-studies/ de/resp de/responsive-header +de/review_widget de/reviews-and-testimonials de/rit +de/s +de/s/*/been +de/s/*/favorite +de/s/*/lazy_load_pics +de/s/*/reviews +de/s/*/togo de/s/benutzer de/s/kollektionen de/s/visuell @@ -69572,7 +69499,6 @@ de/success-stories/skatepark-zuidlaren de/suche de/suche-de-seite de/suche/ -de/suche/filters de/suche/frage de/suche/frage de/suche/frage?q= @@ -69633,6 +69559,7 @@ de/user/logout de/user/password de/user/register de/users +de/users/signin de/venta-obranueva/ de/venta-oficinas/ de/venta-terrenos/ @@ -69647,14 +69574,13 @@ de/video/watch de/view de/vimeo-academy de/vpv -de/w%C3%A4hrung/bearbeiten -de/wahl-anmeldung de/wdf-idf-tool/ de/web de/web.config de/webapps de/werben de/werben/produktplatzierung +de/widget de/widgetkomponente de/widgets de/willkommen/.more-custom-feat @@ -69784,7 +69710,7 @@ default/sitemap.xml default/sitemap.xml?page= default1.cms defaultIndOnly.aspx -default_image.psdhttp://app.gitbook.com/robots.txt +default_image.psdhttp://books.google.de/robots.txt default_rewrites.ini defaults deferred @@ -69880,7 +69806,7 @@ demo/confirmed demo/safari-reader-test-1 demo/safari-reader-test-2 demo/safari-reader-test-3 -demo/safari-reader-test-nielshttp://politico.eu/robots.txt +demo/safari-reader-test-nielshttp://smartinsights.com/robots.txt demo2/ demo_2c5e63dedb24a demo_ad.html @@ -69935,8 +69861,19 @@ departement-sociologie/fr/search/ departement-sociologie/search/ department-economics/econofides/ departments +departments/ac/ +departments/aed/degree-show-16/3ddesign/studentcatalogue/abigail-monger/ departments/division-subspecialty-medicine/integrative-medicine/fundamentals-oncology-acupuncture-online-course +departments/eu/images/staff/Dave-Berry.jpg +departments/eu/images/staff/Robert-Knight.jpg +departments/eu/images/staff/Ruth-Kinna.jpg +departments/eu/images/staff/Sureyya-Turkeli.jpg +departments/materials/pg/unilever/ departments/radiology/radiology-image-request +departments/ssehs/ex/ +departments/ssehs/information/ +departments/sses/ex/ +departments/sspgs/sspgs-dev/ departments/surgery/endometrial-cancer-research-day departures depl @@ -70027,6 +69964,8 @@ design/templates/* design/test design?create design_tokens +designandprint/ex/ +designandprint/photography/imagebank.html designdb/*/jsp designdb/*/showData.jsp designdb/*? @@ -70263,7 +70202,6 @@ dhrec dhsponsored-health dhtml dhtmlmenu -di-fonder di/idp/dwa diabetes/9-tips-lower-blood-sugar-naturally/ diabetes/are-beans-good-for-diabetes/ @@ -72824,6 +72762,7 @@ dime-shs/search/ dineanddiscover-dev dion-no-i-d-wilson-promoted-to-executive-vice-president-of-def-jam-recordings dip +dir/ dir/pdf dir_on_server direct @@ -72841,7 +72780,7 @@ directorate/ffesd/research-highlights? directories directories-api directories/transition -directors/http://crisistextline.org/robots.txt +directors/http://fs.blog/robots.txt directory directory-profile/ directory/ @@ -72882,7 +72821,6 @@ disciplinas discipline disciplines.cgi disclaimer -disclaimer/ disclaimer/ipo disclaimer?/amp disclaimers @@ -72985,7 +72923,7 @@ discuss/tag/*/l discuss/user-api-key discuss99/ discussion -discussion-forum/http://colt.net/robots.txt +discussion-forum/http://rapidtables.com/robots.txt discussion/comment-permalink discussion/edit-profile discussion/handlers @@ -73222,7 +73160,10 @@ disqus_comments.json disrates/ diss dist +dist-old +dist-old/$ dist/ +dist/$ dist/latest dist/latest/docs/api dist/scripts/main_faz-comment.js @@ -73255,7 +73196,7 @@ diy_skin_hair_care_for_girls_pictures_slideshow/article.htm dj dj-signup dj/ -django-admin/http://cbre.com/robots.txt +django-admin/http://flask.pocoo.org/robots.txt dje dk dk$ @@ -73362,7 +73303,7 @@ dk2000com dk?* dl dl -dl-own-domain/http://selenium.dev/robots.txt +dl-own-domain/http://greenbaypressgazette.com/robots.txt dl.php dl/* dl/RaiTV/programmi/media @@ -73449,7 +73390,7 @@ dms/*/cdn/sites/iportal/documents/pdfs/ dms/*/cdn/sites/support/documents dms/cdn/sites/iportal/documents/pdfs/ dms/cdn/sites/support/documents -dms_priv/*http://www3.nhk.or.jp/robots.txt +dms_priv/*http://developers.cloudflare.com/robots.txt dms_pub/itu-d/md/02/isap2b.1.1.1/c/D02-ISAP2B.1.1.1-C-0003 dms_pub/itu-d/md/02/isap2b.1.1/c/D02-ISAP2B.1.1-C-0002 dms_pub/itu-r/oth/0A/0E/R0A0E00008B @@ -73486,6 +73427,7 @@ dna/dna-matches dna/matches dng/mapping/csv-import do +do-not-crawl do/ do/AjaxService/ do/Secure/ @@ -73538,7 +73480,7 @@ doc/GIA-Employment-Application-Acknowledgment.pdf doc/about.shtml doc/addr.shtml doc/history.shtml -doc/http://biologicaldiversity.org/robots.txt +doc/http://moh.gov.sg/robots.txt doc/logs doc/pdf doc/privacy-security-terms.pdf @@ -73585,7 +73527,7 @@ docs/*.pdf docs/*.png$ docs/*/auth/login?redirect= docs/*/diff -docs/*/http://flsenate.gov/robots.txt +docs/*/http://jc.ne10.uol.com.br/robots.txt docs/*/restore docs/*/search? docs/*/version @@ -73839,7 +73781,7 @@ doctor/zan-pan doctoral/Pages/search.aspx? doctors*/search* doctors/price-guide -doctors/resultshttp://zeiss.com/robots.txt +doctors/resultshttp://feedingamerica.org/robots.txt document document- document-center @@ -73957,9 +73899,12 @@ dodaj-oferte dodgers/search dodomassage dodomassage.net +doe.ca doe/search/node +doepatents/search does-technology-make-the-world-bigger-or-smaller does_this_cause_cancer/article.htm +doestem dogs-of-figma/$ doi doi/abs @@ -74014,6 +73959,7 @@ domingosdutra dominic-pandiscia-named-president-of-caroline-division-of-capitol-music-group don-cannon-appointed-vice-president-ar-def-jam-recordings don-terbush-promoted-to-vice-president-film-tv-music-ume +donate donate-blood/dlp/amazon-gift-card-disclaimers.html donate-blood/dlp/appreciation-form.html donate-blood/dlp/blood-drive-appointment-assistance.html @@ -74133,7 +74079,7 @@ download/labview-development-system-2013/4045/en download/legacy download/neurapolis.pdf download/next -download/other-devicehttp://traffic.libsyn.com/robots.txt +download/other-devicehttp://ecosystem.hubspot.com/robots.txt download/pdf/nocrawl download/personal/security/gcas_general_numbers.pdf download/pgn @@ -74158,7 +74104,6 @@ download_solution$ downloadable/download/sample/ downloadapp downloadassets -downloadaszip downloadcitation downloadcomp.php downloaded-images.asp* @@ -74175,7 +74120,7 @@ downloadpubliclightbox.php downloads downloads.php downloads/ -downloads/ +downloads/ downloads/$ downloads/* downloads/*/ @@ -74283,7 +74228,7 @@ drinko-old drive drive-and-listen drive-angry -drive-in/ +drive-in/ drive-with-lyft*ref= drive-with-lyft*utm drive/search @@ -74341,12 +74286,13 @@ dsc dsearch dsf2jABW2T dsl +dsl/cgi-bin/ dsl/modals dsl/shop/fragments dslmembersonly dsm/ dso/search-result -dsp-application-monitoringhttp://setmore.com/robots.txt +dsp-application-monitoringhttp://kb.iu.edu/robots.txt dss-webapp dssev/ dstucomments/ @@ -74606,7 +74552,7 @@ dwvar dwvar dwvar* dx.doi.org -dxp-search-integration/http://projectnoah.org/robots.txt +dxp-search-integration/http://truthsocial.com/robots.txt dyn dyn-search.php dynaTraceMonitor @@ -74904,7 +74850,6 @@ ebooks/p7 ebooks/p8 ebooks/p9 ebooks/reader.html -ebooks/search ebookshop/ ebooksjudios.com ebs_verification @@ -74983,6 +74928,8 @@ eclipse/map/202 eclk ecnj ecnjadm +eco/common +eco/images eco_friendly_parenting_tips/article.htm eco_language= ecobankworldcom @@ -75085,6 +75032,7 @@ edit-business edit-facts edit-product edit-profile-avatar!input.jspa +edit-registration edit-subscriptions edit-symbol edit-symbols @@ -75723,7 +75671,7 @@ email-colleague email-confirm email-confirmation email-contact/ -email-contact/nodehttp://mxtoolbox.com/robots.txt +email-contact/nodehttp://liverpoolecho.co.uk/robots.txt email-contact/taxonomy_term email-content email-disclaimer @@ -75882,7 +75830,6 @@ embeds/checkin embeds/partners embeds/post_scriptum.php embeds/script -embedservererror.aspx embedvideo.cms* embnet.news embroidery-about-sizing.aspx @@ -75972,6 +75919,7 @@ emotional-health/what-to-do-when-your-therapist-is-away/ emotional-health/why-you-wake-up-happy-and-anxiety-creeps-in-at-night/ emotions_pay emotions_pay_author +emp/ empire-state empleo emploi @@ -77400,6 +77348,7 @@ en-il/lp/homepage$ en-il/products/details en-il/search en-in +en-in en-in*/lp en-in-new en-in/ @@ -78087,7 +78036,7 @@ en-to en-tools en-tr en-tr/blogs -en-tr/cart/http://refinitiv.com/robots.txt +en-tr/cart/http://clutchpoints.com/robots.txt en-tr/destinations/hotel-information en-tr/pages en-tr/products/details @@ -78302,15 +78251,15 @@ en/*-x-r686230-c en/*-y-*pi= en/*.css en/*.js +en/*/*/business$ +en/*/*/edit$ en/*/media/oembed +en/*/s/*/near$ en/*? en/*?facet=*&b=1 en/*?print= en/*gads=true en/2017ck101 -en/3d-printing-voucher-discounts/*/share -en/3d-printing/*/reports/new -en/3d-printing/*/share en/404 en/404 en/404.aspx @@ -78353,6 +78302,7 @@ en/annualreport/2019 en/annualreport/2019/chart-generator.html en/annualreport/2019/downloads.html en/api +en/api/v5 en/app en/app-directory/zoom en/applications/release9.html @@ -78374,8 +78324,6 @@ en/banners en/bascule en/bestof en/biz/sme/beta -en/blog-article-translation-reports/new -en/blog/articles/*/share en/blog/cad-software-in-2026-the-cloud-advantage en/blog/monarch-migrating-cad-data-onshape-solidworks en/blog/search @@ -78688,7 +78636,6 @@ en/cloud/saas/transportation/21a en/cloud/saas/vocado-student-financial-planning/21a en/cloud/saas/vocado-student-financial-planning/21b en/cloud/saas/vocado-student-financial-planning/21c -en/collection-items en/collection/exhibitions en/collection/producers en/collection/search @@ -78731,9 +78678,6 @@ en/corporate/ en/course-certificates en/create en/create-a-doodle-pfm -en/creation-translation-reports/new -en/creations/*/reports/new -en/creations/*/share en/creative-cities/grid en/creative-cities/list en/creative-cities/map @@ -78748,10 +78692,9 @@ en/cultnatlaws/map en/culture-emergencies/heritage-emergency-fund/grid en/culture-emergencies/heritage-emergency-fund/list en/culture-emergencies/heritage-emergency-fund/map -en/currency/edit en/current en/customer-home -en/customer-services/points-attention/appointment-request-formhttp://middleeasteye.net/robots.txt +en/customer-services/points-attention/appointment-request-formhttp://teachable.com/robots.txt en/data/data-search en/database/oracle/machine-learning/omlla en/database/oracle/oracle-machine-learning-for-python @@ -78780,7 +78723,6 @@ en/de en/dean-test/ en/demo-order en/departures/? -en/design-collections/*/*/share en/design-templates/pdp_preview.php en/designs en/designs/*/similar @@ -79152,7 +79094,6 @@ en/keywordcheck/check en/kiosk en/kr en/labs -en/language/edit en/latest en/latest-news en/latest/tags @@ -79191,13 +79132,11 @@ en/legal/tour-series en/legal/train-hosts-entertainers en/library? en/life -en/links/warnings en/listing en/live-gifts-wallet en/liveperson/service_temporarily_off.html en/localization en/log -en/log-in-choice en/log-in-troubleshoot en/login en/login.ashx @@ -79248,7 +79187,7 @@ en/messages en/meta/display/news.html en/meta/display/shop-detail.html en/microsite/ -en/microsites/http://answers.com/robots.txt +en/microsites/http://bbcamerica.com/robots.txt en/microsoft-365 en/microsoft-365/ en/microsoft-365/free-office-online-for-the-web @@ -79308,7 +79247,8 @@ en/my-account/login/* en/my-favourites en/my-profile en/my-profile/my-points -en/nav/categories +en/my-studychoice +en/my_business$ en/network-status en/news en/news-redirect/* @@ -79938,7 +79878,6 @@ en/products/pm/800892.html en/products/standard-size-business-cards.html en/profile en/profile/comments -en/profile/created en/profile/discussions en/profiles en/profiles/ @@ -79962,7 +79901,6 @@ en/publications/2017/pwc-sports-survey-2017.pdf en/publications/2018/PwC%20Sports%20Survey-2018_web.pdf en/publications? en/question-of-the-month -en/questions/selection en/readymade en/recherche en/recursos/popup @@ -80024,6 +79962,7 @@ en/resources/apis/api-documentation en/responsive-header en/restaurants/ en/restore-password +en/review_widget en/reviews/write-review en/right-education-country-overview/grid en/right-education-country-overview/list @@ -80032,6 +79971,12 @@ en/right-education/observatory/grid en/right-education/observatory/list en/right-education/observatory/map en/rit +en/s +en/s/*/been +en/s/*/favorite +en/s/*/lazy_load_pics +en/s/*/reviews +en/s/*/togo en/s/banishthemicroplastics.html en/s/colorinspiration-pixelart.html en/s/colorstream-ind.html @@ -80062,10 +80007,8 @@ en/search en/search en/search$ en/search-results -en/search/ en/search/* en/search/?q= -en/search/filters en/search/search en/search? en/search?*keywords= @@ -80073,7 +80016,7 @@ en/search?*x=1 en/search?*z=1 en/search?q= en/search?s=* -en/searchpage.htmlhttp://i.redd.it/robots.txt +en/searchpage.htmlhttp://matomo.org/robots.txt en/security en/security/ en/servers/amd-int @@ -80095,7 +80038,6 @@ en/shop/my-account/ en/shop/my-cart en/sign-up en/sign-up-benefits -en/sign-up-choice en/sign-up-g2 en/signin en/signup @@ -80226,14 +80168,10 @@ en/user/password en/user/register en/users en/users/*/bookmarks -en/users/*/clans/*/share en/users/*/followers en/users/*/following en/users/*/mypixiv -en/users/*/reports/new -en/users/*/share -en/users/creation -en/users/password/new +en/users/signin en/using-tiktok en/var en/vendor @@ -80268,6 +80206,7 @@ en/whats-on/calendar/*? en/whats-on/calendar/*?page= en/who-we-are/supplier-policies en/why-chase/ +en/widget en/world en/world-book-capital/grid en/world-book-capital/list @@ -80282,8 +80221,6 @@ en/worlds-of-curiosity en/worlds-of-curiosity/commute en/worlds-of-curiosity/recreation en/worlds-of-curiosity/work -en/wp-admin/ -en/wp-admin/admin-ajax.php en/wp-json en/wp-json/ en/wwwdev @@ -80292,11 +80229,6 @@ en/xml/news-release en0* en2* en= -enSearch/ccdetail -enSearch/detail -enSearch/mhdetail -enSearch/raspdetail -enSearch/result en_GB en_GB/$ en_GB/ep/affiliate-intro @@ -80355,7 +80287,6 @@ en_us/partnernet/ en_us/united-states/home/referencing.html ena/data/view ena/data/warehouse -enable-cookies enable_cookies encEmail encemail=* @@ -80415,11 +80346,8 @@ endpoints/v1/recommendations/interviews enduser enenen$ energieloesungen/*-form -energieloesungen/go energieloesungen/social/*-form -energieloesungen/social/go energieloesungen/vergleich/*-form -energieloesungen/vergleich/go energy-test energy/$ energy/archive/ @@ -80536,7 +80464,7 @@ english/studies/iss/admission/scholarship-applicants/preapplication english/studies/programmes/*/admission/?guide english/studies/programmes/*/admission/index.html?guide english/studies/study-at-uio/india.html -english/studies/study-at-uio/india.htmlhttp://hdr.undp.org/robots.txt +english/studies/study-at-uio/india.htmlhttp://le.ac.uk/robots.txt english/studies/summerschool/admission/scholarship-applicants/preapplication english/suggestions.aspx english21/* @@ -80653,6 +80581,7 @@ enviro/static-3.70 enviro/static-3.72 environment/ets environment/nantucket-field-station/ +enviroregs envoyer-par-email en~us/ eo/Archive @@ -80692,9 +80621,9 @@ epilepsy_pictures_slideshow/article.htm episerver episerver episode -episode-engine/ -episode-podcast/ -episode/ +episode-engine/ +episode-podcast/ +episode/ episode/*/transcript$ episode/http episodes @@ -80781,6 +80710,7 @@ errordoc errordoc.cgi errordocs errore +errorimages errorlog errormng errorpage @@ -81081,6 +81011,7 @@ es-es/blog/how-decagon-uses-ai-for-design-system-saturation/$ es-es/blog/how-figma-stays-ahead-of-vulnerabilities-with-agents/$ es-es/blog/how-to-design-agentic-tools-for-work/$ es-es/blog/how-to-harness-skills-that-ai-cant-automate/$ +es-es/blog/how-to-move-fast-toward-the-right-thing/$ es-es/blog/how-we-secure-figmas-internal-systems-with-agents/$ es-es/blog/improving-performance-in-the-layers-panel/$ es-es/blog/in-good-company-agencies-freelancers/$ @@ -81143,6 +81074,7 @@ es-es/blog/the-visual-identity-behind-config-2026/$ es-es/blog/thought-leadership/$ es-es/blog/tips-and-inspiration/$ es-es/blog/topic +es-es/blog/try-these-10-skills-and-show-off-your-own/$ es-es/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ es-es/blog/typography/$ es-es/blog/ui-ux/$ @@ -81732,6 +81664,7 @@ es-la/blog/how-decagon-uses-ai-for-design-system-saturation/$ es-la/blog/how-figma-stays-ahead-of-vulnerabilities-with-agents/$ es-la/blog/how-to-design-agentic-tools-for-work/$ es-la/blog/how-to-harness-skills-that-ai-cant-automate/$ +es-la/blog/how-to-move-fast-toward-the-right-thing/$ es-la/blog/how-we-secure-figmas-internal-systems-with-agents/$ es-la/blog/improving-performance-in-the-layers-panel/$ es-la/blog/in-good-company-agencies-freelancers/$ @@ -81761,6 +81694,7 @@ es-la/blog/the-anatomy-of-an-activation-figma-commons/$ es-la/blog/the-benefits-of-code-connect-in-mcp/$ es-la/blog/the-figma-agent-is-here/$ es-la/blog/the-visual-identity-behind-config-2026/$ +es-la/blog/try-these-10-skills-and-show-off-your-own/$ es-la/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ es-la/blog/visibility-at-scale-how-figma-detects-sensitive-data-exposure/$ es-la/blog/what-matters-when-anyone-can-build/$ @@ -82432,7 +82366,6 @@ es/360/storyline/ es/360/terms-of-use/ es/360/terms/dpa/ es/360/trial/ -es/3d-impresi%C3%B3n-cupones-de-descuento/*/share es/? es/?s= es/?wicket:interface= @@ -82522,7 +82455,6 @@ es/ayuda-jotmbe es/ayuda/search.html? es/ayuda/search? es/b -es/b%C3%BAsqueda/filters es/bachelors es/backgrounds es/banners @@ -82536,9 +82468,7 @@ es/bienvenido/.more-integ-feat es/bio es/black_friday_sale_subscribe_confirm.html es/blog -es/blog-article-translation-reports/nuevo es/blog/?s= -es/blog/articles/*/share es/blog/search es/blog/topic es/blog/wp-admin @@ -82582,7 +82512,6 @@ es/cardinals/search es/cart es/categories/*/p es/certificates -es/cesta es/cgi-bin es/change_currency.html es/chat @@ -82609,9 +82538,7 @@ es/cloud/saas/sales/21c es/cloud/saas/talent-management/19d es/cloud/saas/talent-management/20a es/cloud/saas/talent-management/21c -es/colecci%C3%B3n-elementos es/colecciones -es/colecciones-de-dise%C3%B1os/*/*/share es/collections/personalized es/comment/reply es/company/news-events/news @@ -82650,11 +82577,8 @@ es/core/*.png es/core/*.svg es/corrector-ortografico/ es/cpc -es/creaci%C3%B3n/*/reports/nuevo -es/creaci%C3%B3n/*/share es/create es/create-a-doodle-pfm -es/creation-translation-reports/nuevo es/credit-cards/documents/ es/crm/ es/cubs/search @@ -82664,7 +82588,6 @@ es/cultnatlaws/map es/culture-emergencies/heritage-emergency-fund/grid es/culture-emergencies/heritage-emergency-fund/list es/culture-emergencies/heritage-emergency-fund/map -es/currency/editar es/custom_banner es/customers es/cz @@ -82708,7 +82631,6 @@ es/early-childhood-education/grid es/early-childhood-education/list es/early-childhood-education/map es/education-request -es/eleccion-registro es/en es/enterprise es/entry @@ -82790,8 +82712,6 @@ es/hoteles/s es/ia/generador-iconos/herramienta es/imagecontentsource es/images -es/impresion-3d/*/reports/nuevo -es/impresion-3d/*/share es/imprimir es/in-product es/includes @@ -82831,7 +82751,6 @@ es/kb/*/discuss es/kr es/label es/labs -es/language/editar es/learn es/legacy es/legal-affairs/grid @@ -82839,7 +82758,6 @@ es/legal-affairs/list es/legal-affairs/map es/legalterms.html es/letras/*/*/embed -es/links/warnings es/listas/*/filtrar es/listing/*/stubs es/listings/*/auction/bids @@ -82937,7 +82855,6 @@ es/music/playlist es/music/tracks es/my es/nationals/search -es/nav/categor%C3%ADa es/negocios-tmb/perfil-contratante/informacion-documentos es/new es/news @@ -82965,7 +82882,6 @@ es/office-for-monday es/onelook_american_dictionary_words.html es/onelook_british_dictionary_words.html es/online-classes/schools -es/opcion-inicio-sesion es/opmanager-site24x7-comparison.html es/order es/orioles/search @@ -82977,7 +82893,6 @@ es/payments/checkout es/people es/perfil es/perfil/*/insignias -es/perfil/creado es/phenom es/phillies/search es/photos @@ -83030,7 +82945,6 @@ es/pt es/pt_br es/publications/documents/infcircs es/publications/search -es/questions/selection es/r/group es/rangers/search es/rays/search @@ -83093,7 +83007,7 @@ es/search/fonts? es/search/shops es/search? es/search?* -es/search?*http://pacsun.com/robots.txt +es/search?*http://aladin.co.kr/robots.txt es/search?*q= es/searchresult es/secure-preview @@ -83239,11 +83153,6 @@ es/users es/users/sign_in$ es/usuario es/usuarios -es/usuarios/*/clans/*/share -es/usuarios/*/reports/nuevo -es/usuarios/*/share -es/usuarios/contrase%C3%B1a/nuevo -es/usuarios/registrarse es/utility es/venue/ es/verde-y-azul @@ -83268,8 +83177,6 @@ es/world-heritage/map es/world-media-trends/grid es/world-media-trends/list es/world-media-trends/map -es/wp-admin/ -es/wp-admin/admin-ajax.php es/wp-json/complianz es/xml/news-release es/xseries @@ -83393,9 +83300,6 @@ esi-block esi/ esi/rubrikk/api/api.php esi/www/taxonomy -esi2/col-nz-signin/ -esi2/ubs-signin/ -esi2/wintrade-nz-signin/ esi_cache esid esign @@ -83458,14 +83362,6 @@ espn/now espnradio/podcast/feeds/easports esport3/homes esportes -esportes/agenda/2027 -esportes/agenda/2028 -esportes/agenda/2029 -esportes/agenda/203 -esportes/agenda/2030 -esportes/agenda/2031 -esportes/agenda/204 -esportes/agenda/205 esrc= esrecursos* esro @@ -83634,6 +83530,7 @@ etc etc* etc.clientlibs etc.clientlibs/*/resources +etc.clientlibs/ifrs/clientlibs/clientlib-resource/resources/images/favicon.ico# etc.clientlibs/ni-commons/components/page/master-page/clientlibs/locale-redirect etc.clientlibs/splunk/core/components/content/global-nav/header/v2/header/clientlibs/resources/resources/fonts/icomoon/icomoon-v1.ttf etc.clientlibs/splunk/core/components/content/global-nav/header/v2/header/clientlibs/resources/resources/fonts/icomoon/icomoon-v1.woff @@ -83653,6 +83550,7 @@ etc/designs/global/clientlib-overview.css etc/static/pruebas-p66/* etc/swisscom/servlets/public/sitemap etd +etdeweb/results etext= etf/suche? ethicalhackingppclp @@ -84198,7 +84096,7 @@ exhibits/orgunit/*?spc.page exhibits/orgunit/*?utm_source exigen-and-music-industry-labels-launch-royalty-service-l-p exit -exit.htmlhttp://roche.com/robots.txt +exit.htmlhttp://freeletics.com/robots.txt exit? exitpoll/ exocrine-pancreatic-insufficiency/common-myths-about-exocrine-pancreatic-insufficiency/ @@ -84330,7 +84228,7 @@ export-link/@ export/ export/flipboard/*.rss export/site-selector.json -export/site-selector.jsonhttp://nsw.gov.au/robots.txt +export/site-selector.jsonhttp://harman.com/robots.txt export/sites/intranet/ export/sites/upov/shared/ export/sites/www/pct/guide/ @@ -84439,7 +84337,7 @@ external/strada/secure external/streak external/tces external/whistler -externalContentView/http://shop.mango.com/robots.txt +externalContentView/http://researchmap.jp/robots.txt externalPageReview externalUrl external_assets @@ -84527,6 +84425,7 @@ f/healthcheck f/s/flurry f/smarty f1-season-2023-timeline +f1. f1/news/?q=giorgio%20piola f1/teams/alphataui/twitter/ajax f1/teams/alphatauri/ajax @@ -84681,6 +84580,8 @@ fall fall02 fall2013_mth491_proofkit fallback/ +falun-dafa +falun-gong famdev familie family-campaign @@ -84747,8 +84648,6 @@ fantasy/*/tournament fantasy/player-updates?page=* fantasy/promo fantasy/template -fantasyleaders.aspx -fantasyminorleaders.aspx fapi faq faq-index-search @@ -84827,7 +84726,6 @@ fastanswers fasting_diet_weight_loss_management/article.htm fastperl/fom fat-fighting_foods_pictures_slideshow/article.htm -fatalerror.html fatigues/ fatimabezerra fatimapelaes @@ -84857,7 +84755,7 @@ favicon-generator/ruby-on-rails/your-favicon-is-ready favicon.ico favicon.ico favicon.ico$ -favicon.icohttp://pbs.org/robots.txt +favicon.icohttp://safety.google/robots.txt favicon.svg favicons favlagucom @@ -84882,7 +84780,6 @@ fb/search-result fb/web.config fb_action_ids= fb_beneficiary_api -fb_canvas fb_comment_id fb_comment_id= fb_noscript= @@ -84906,7 +84803,6 @@ fbclid fbclid fbclid= fbconnect -fbd.php fbhk/README.txt fbhk/core fbhk/profiles @@ -85066,13 +84962,13 @@ features-oceans? features-satellites? features-weather? features/aerisweather-development-partner-program -features/aerisweather-javascript-sdk/http://cs.umd.edu/robots.txt +features/aerisweather-javascript-sdk/http://cgi.ebay.com/robots.txt features/dear-abby/ features/external/cdp -features/http://ci3.googleusercontent.com/robots.txt -features/http://quod.lib.umich.edu/robots.txt +features/http://arabnews.com/robots.txt +features/http://fileformat.info/robots.txt +features/http://npc.gov.cn/robots.txt features/http://simplenote.com/robots.txt -features/http://testmysite.thinkwithgoogle.com/robots.txt features/idx-for-any-website/wix-real-estate-app-free-trial/ features/insights features/performance @@ -85124,7 +85020,7 @@ feed/atom feed/externalfooter feed/externalheader feed/gn -feed/http://hey.com/robots.txt +feed/http://yourls.org/robots.txt feed/merchant-feed.xml feed/offer-feed.xml feed/podcast @@ -85237,7 +85133,6 @@ fetch/next/mural fetch/next/mural? fetch/quick-rating-widgets fetch/tag -fetch_scroll? fetchcart fetuses/ fetw/README.txt @@ -85549,7 +85444,10 @@ fi-sv/tickets/* fi/ fi/$ fi/* +fi/*/*/business$ +fi/*/*/edit$ fi/*/item$ +fi/*/s/*/near$ fi/*?*lang=en-US fi/?wicket:interface= fi/AjaxService/ @@ -85569,6 +85467,7 @@ fi/alquiler-terrenos/ fi/alquiler-viviendas/ fi/android/collections fi/android/search +fi/api/v5 fi/article fi/asunnot-myytavana-espanjassa fi/avoimet-tyopaikat/*?*language= @@ -85610,12 +85509,20 @@ fi/luksuskiinteistoja-vuokralla-espanjassa fi/luxury-homes-spain fi/luxury-rentals-spain fi/m +fi/my_business$ fi/news/ fi/node fi/profiles fi/properties-for-sale-in-spain fi/pt fi/renew.html +fi/review_widget +fi/s +fi/s/*/been +fi/s/*/favorite +fi/s/*/lazy_load_pics +fi/s/*/reviews +fi/s/*/togo fi/seamonkey/collections fi/seamonkey/search fi/search @@ -85635,6 +85542,7 @@ fi/tulosta fi/unleash fi/user fi/users +fi/users/signin fi/vakituiset-vuokra-asunnot-espanjassa fi/venta-obranueva/ fi/venta-oficinas/ @@ -85642,6 +85550,7 @@ fi/venta-terrenos/ fi/venta-viviendas/ fi/web fi/web.config +fi/widget fi= fi=* fi=STUD @@ -85837,7 +85746,7 @@ filiale-rating filialeBadge filialeHrs filing/free-file-fillable-forms/free-file-fillable-forms-support -filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://academic.oup.com/robots.txt +filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://hackerone.com/robots.txt filings filipepereira filling_foods_wont_that_fill_you_out/article.htm @@ -85934,8 +85843,6 @@ financical/ financing-48-months/l financing-48-months/l/$ finans/kap-haberleri/* -finansiell-information/pressreleaser-per-foretag -finansiell-information/pressreleaser/?page= finanzas finanzen/versichern-und-vorsorgen finanzierung @@ -85965,7 +85872,7 @@ find/*?official=true find/*?page find/*?shipping= find/*?{ -find/*http://uci.org/robots.txt +find/*http://validator.w3.org/robots.txt find/3DImage.jsp find/?srsltid find/ApplecareDetails.jsp @@ -86018,6 +85925,7 @@ finder/kiponadapterfinder$ finditem.ml finds finetune +fingerprint finishorder.php finistere/ finistere/assure/actualites/ @@ -86448,7 +86356,6 @@ five five-features-on-samsung-galaxy-s26-to-boost-your-gaming-experience five-years-of-figma/$ five_questions/archive -fix-emails fix-it fix_billing_problem.htm fixed-site @@ -86565,7 +86472,7 @@ flightsearch/book-a-flight?cacheKeySuffix= flightsh5/ flightstatus/search/* flip-book/pdf/ad106c9390e50a84a1f87bed55b5115b712d9c6b.pdf -flip-player/ +flip-player/ flip-preview flipboardrss flipbook @@ -86627,6 +86534,9 @@ fluege/ct fluff flug/cn flug/ct +flupl-alpha.cab +flupl-x86.cab +flupl.cab flutter-canvaskit flux fluxNews @@ -88656,7 +88566,7 @@ football/video footer footer footer-asset-references/ -footer-cta/ +footer-cta footer-extern footer-page.html footer.html @@ -88734,8 +88644,9 @@ forgot_password= forgot_password? forgotpassword forgotpassword? +forgotsignin.aspx forgotten-password -forgov-devhttp://bfi.org.uk/robots.txt +forgov-devhttp://lesechos.fr/robots.txt forlibraries form form%5Bsubject%5D= @@ -88759,11 +88670,9 @@ form_contact formacion format format/html -format/json format/unipage/sample format= format=ajax* -format=json format=pdf format=xml formation-continue @@ -88952,6 +88861,7 @@ forums/*&mode=threaded forums/*&view=findpost forums/*&view=new forums/*&view=old +forums/*/topics/*/posts/*/flagging forums/*?advancedSearchForm= forums/*?do= forums/*?filter= @@ -90689,7 +90599,7 @@ forums/user- forums/usercp.php forums/usernote.php forums/users -forums/users/http://classics.mit.edu/robots.txt +forums/users/http://coveteur.com/robots.txt forums/weight-loss-after-pregnancy/topic/any-fit-pregnant-mamas-out-here-taking-creatine-146438608.html forums/what-to-expect-general-message-board/topic/anyone-else-had-lower-right-abdominal-pain-beginning-of-pregnancy-doesnt-feel-right-152578091.html forums/what-to-expect-general-message-board/topic/bbt-dropping-10-weeks-concern-166550086.html @@ -90760,6 +90670,7 @@ fpm/web.config fpr fps2* fpsb +fptc fpz5com fq= fr @@ -91107,6 +91018,7 @@ fr-fr/blog/how-to-build-ground-breaking-products-a-managers-guide/$ fr-fr/blog/how-to-design-agentic-tools-for-work/$ fr-fr/blog/how-to-get-the-most-out-of-teams/$ fr-fr/blog/how-to-harness-skills-that-ai-cant-automate/$ +fr-fr/blog/how-to-move-fast-toward-the-right-thing/$ fr-fr/blog/how-to-streamline-your-design-system-workflow-in-figma/$ fr-fr/blog/how-we-built-ai-search-in-figma/$ fr-fr/blog/how-we-secure-figmas-internal-systems-with-agents/$ @@ -91182,6 +91094,7 @@ fr-fr/blog/strategy/$ fr-fr/blog/stripe-sessions-linear-figma/$ fr-fr/blog/supporting-faster-file-load-times-with-memory-optimizations-in-rust/$ fr-fr/blog/the-anatomy-of-an-activation-figma-commons/$ +fr-fr/blog/the-benefits-of-code-connect-in-mcp/$ fr-fr/blog/the-figma-agent-is-here/$ fr-fr/blog/the-future-of-design-systems-is-accessible/$ fr-fr/blog/the-future-of-design-systems-is-automated/$ @@ -91196,6 +91109,7 @@ fr-fr/blog/the-rise-of-the-generalist/$ fr-fr/blog/the-search-for-speed-in-figma-opensearch/$ fr-fr/blog/the-visual-identity-behind-config-2026/$ fr-fr/blog/thought-leadership/$ +fr-fr/blog/try-these-10-skills-and-show-off-your-own/$ fr-fr/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ fr-fr/blog/ui-ux/$ fr-fr/blog/unlocking-the-power-of-code-connect/$ @@ -92075,14 +91989,16 @@ fr/$ fr/%C3%89conomie/Rapports-sur-lInvestissement-et-le-Trading fr/%C3%89nergie-renouvelable/%C3%89nergie-mar%C3%A9motrice fr/%C3%89nergie-renouvelable/Piles-%C3%A0-combustible -fr/%C3%A9lements-de-collection fr/* fr/*&b=1 fr/*+ fr/*.zip fr/*/*.html? +fr/*/*/business$ +fr/*/*/edit$ fr/*/*id= fr/*/media/oembed +fr/*/s/*/near$ fr/*?*lang=fr-FR fr/*?facet=*&b=1 fr/*?order= @@ -92203,6 +92119,7 @@ fr/api/3.0/FlightSearch fr/api/v1 fr/api/v3/ajax/bespoke/member/neu/specs fr/api/v3/ajax/bespoke/public/neu/specs +fr/api/v5 fr/app fr/app-directory/zoom fr/app/download @@ -92230,12 +92147,10 @@ fr/bienvenue/.more-integ-feat fr/biz/sme/beta fr/black_friday_sale_subscribe_confirm.html fr/blog -fr/blog-article-translation-reports/nouveau fr/blog//wp-admin/ fr/blog//wp-content/ fr/blog//wp-includes/ fr/blog/?s= -fr/blog/articles/*/share fr/blog/author/* fr/blog/nous-contacter/ fr/blog/search @@ -92297,8 +92212,6 @@ fr/change_currency.html fr/chat fr/checkout fr/chercher -fr/choix-connexion -fr/choix-inscription fr/cira_agreement.html fr/citysearch fr/citysearch-account @@ -92324,9 +92237,7 @@ fr/cloud/saas/sales/21c fr/cloud/saas/talent-management/19d fr/cloud/saas/talent-management/20a fr/cloud/saas/talent-management/21c -fr/codes-promo-imprimante-3d/*/share fr/collections -fr/collections-de-designs/*/*/share fr/collections/personalized fr/commande fr/commande/ @@ -92370,11 +92281,8 @@ fr/corp/aboutbell/ fr/corporate/ fr/course-certificates fr/cpc -fr/cr%C3%A9ations/*/reports/nouveau -fr/cr%C3%A9ations/*/share fr/create fr/create-a-doodle-pfm -fr/creation-translation-reports/nouveau fr/creative-cities/grid fr/creative-cities/list fr/creative-cities/map @@ -92399,7 +92307,6 @@ fr/design-templates/pdp_preview.php fr/design-templates/pixel-link fr/designs fr/detail -fr/devise/modifier fr/digital_variants/*/download fr/dlp/forms/ fr/docs @@ -93658,8 +93565,6 @@ fr/images/logo-ovh.jpg fr/images/news fr/immobilier-espagne fr/immobilier-luxe-espagne -fr/impression-3d/*/reports/nouveau -fr/impression-3d/*/share fr/imprimer fr/in-product fr/index.php/*/media/oembed @@ -93707,14 +93612,12 @@ fr/kr fr/label fr/labs fr/landing/ -fr/language/modifier fr/legal-affairs/grid fr/legal-affairs/list fr/legal-affairs/map fr/legal-affairs/monitoring/grid fr/legal-affairs/monitoring/list fr/legal-affairs/monitoring/map -fr/links/warnings fr/liste-des-interdictions/?*filters fr/liste-des-interdictions/?*q fr/liste-des-interdictions?*filters @@ -93816,7 +93719,7 @@ fr/music/+noredirect fr/music/playlist fr/music/tracks fr/my -fr/nav/cat%C3%A9gories +fr/my_business$ fr/naviguer fr/news fr/news/ @@ -93887,7 +93790,6 @@ fr/products/standard-size-business-cards.html fr/professional fr/profil fr/profil/*/badges -fr/profil/cr%C3%A9%C3%A9 fr/profile fr/profile/comments fr/profile/discussions @@ -93908,11 +93810,9 @@ fr/pselectuser.php fr/pt fr/publications/documents/infcircs fr/publications/search -fr/questions/selection fr/r/group fr/readymade fr/recherche -fr/recherche/filters fr/recherche/resultats-de-recherche fr/recherche? fr/rechercher @@ -93938,13 +93838,20 @@ fr/resources/ fr/resources/safety-standards/search? fr/resp fr/responsive-header +fr/review_widget fr/reviews-and-testimonials fr/reviews/write-review fr/right-education/observatory/grid fr/right-education/observatory/list fr/right-education/observatory/map fr/rit +fr/s fr/s%E2%80%99inscrire +fr/s/*/been +fr/s/*/favorite +fr/s/*/lazy_load_pics +fr/s/*/reviews +fr/s/*/togo fr/s/*? fr/s/collections fr/s/utilisateurs @@ -94077,11 +93984,7 @@ fr/user/logout fr/user/password fr/user/register fr/users -fr/utilisateurs/*/clans/*/share -fr/utilisateurs/*/reports/nouveau -fr/utilisateurs/*/share -fr/utilisateurs/cr%C3%A9ation -fr/utilisateurs/passe/nouveau +fr/users/signin fr/utility fr/var fr/vendor @@ -94117,6 +94020,7 @@ fr/web.config fr/webapps fr/webservice fr/why-chase/ +fr/widget fr/widgets fr/world-book-capital/grid fr/world-book-capital/list @@ -94127,8 +94031,6 @@ fr/world-heritage/map fr/world-media-trends/grid fr/world-media-trends/list fr/world-media-trends/map -fr/wp-admin/ -fr/wp-admin/admin-ajax.php fr/xml/news-release fr/xml_shared/ fr/your @@ -94209,7 +94111,6 @@ fred free free-access-college/ free-access-corporate/ -free-account-onboarding free-conference-call free-conference-calls free-icon @@ -94268,8 +94169,8 @@ freebox/informations/avis-freebox/?page=1 freedom_pay freedom_pay_author freelance-internship/ -freelancers/search- -freelancers/tag- +freelancers/*/portfolio +freelancers/*/reviews freemonth freepng/*.html*hue-js freepng/*/preview-png.html @@ -94332,6 +94233,7 @@ fromtb=1 front front-new-nf front/?pp-content-id=2.6642 +frontandcentre frontend frontend-metrics frontend.php @@ -94617,7 +94519,7 @@ g-old-cw g-recaptcha-response g/ g/*/% -g/4arE9Chttp://eji.org/robots.txt +g/4arE9Chttp://youtube-creators.googleblog.com/robots.txt g/Camera-Batteries g/Camera-Batteries/$ g/api @@ -94874,6 +94776,12 @@ gamer/community/tag/*/l gamer/community/user-api-key games games-index* +games/*/comments +games/*/embed +games/*/flags +games/*/rating? +games/*/sticker_drop +games/*/unpublish games/*?*app-id= games/*?*clid= games/*?*deviceid= @@ -94906,7 +94814,6 @@ games/cq9-games games/enlarge games/export games/game/index_133764m35 -games/go games/habanero-games games/includes games/index_133764m35 @@ -95342,6 +95249,7 @@ germany/library/images/mnp/ germany/video/de/de/related* gers/ gers/assure/actualites/ +ges-ghg/donnees-data gesperrt gesponsordecontent/ gestao-territorial @@ -95555,6 +95463,7 @@ gif gif-maker/$ gifgenerator?viewkey= gifs +gifs gifs/search*o= gift gift*/r/* @@ -95764,9 +95673,11 @@ glossary/* glossary/akamaitest.html glossary_* glossily/ +glt_feedback.cfm? glutamate/guide/ gluten-free-diet/is-semolina-flour-gluten-free/ gluten-free_diet_pictures_slideshow/article.htm +glwww_isearch_tor gm gm-api gm/ @@ -95813,7 +95724,7 @@ go/fanfiction/ go/host/ go/hotel/info go/hotel/search -go/http://s0.wp.com/robots.txt +go/http://blogs.law.harvard.edu/robots.txt go/login go/member go/members @@ -95862,7 +95773,7 @@ goldenthreds golf golf/golf golo/page/1896337 -golocal/extranet/http://travis-ci.org/robots.txt +golocal/extranet/http://gao.gov/robots.txt gone gonzagapatriota good-data @@ -95948,14 +95859,7 @@ gout/how-to-eat-when-you-have-gout-diabetes/ gout/ice-cream-gout/ gout_foods_help_hurt_diet/article.htm gout_pictures_slideshow/article.htm -gov/DownloadAsset? -gov/DownloadAsset?assetId= -gov/content/*/search-details- -gov/feedback gov/files/awards -gov/search -gov/search/results.page? -gov/search?id=*&q= govdemo governance-add-on/$ government-education/nonprofits/aws-serve-member/ @@ -96226,6 +96130,7 @@ graph/graphql graphic-design/brief/logo graphic-design/brief/printed-product graphics +graphics graphics/ graphics/common graphics/commonnew @@ -96249,7 +96154,6 @@ graphql/api graphql/delivery graphql? graphs -graphs-legacy.aspx graphs/image grappelli grasshopper @@ -96373,7 +96277,6 @@ groups/10millionphotos groups/accept-invite groups/active/user groups/dir?*q= -groups/members groups/new groups/search groups/user @@ -96421,7 +96324,6 @@ gsc/comic_viewer gsc/movie_sitemap gsc/rss_flipboard_znoj5lrwoe gsc_news/en_search -gsc_news/search gsearch gsepd gsid= @@ -96474,7 +96376,6 @@ guest-account-invitation guest-helpful guest-pass guest-star -guest/new/personal-order guestEmailNotificationView guestbook guestbook/ @@ -97545,6 +97446,9 @@ gundem guns guns-n-roses-chinese-democracy-november-23 gurme/*/busqueda/? +guruFiles/ +guruInfo.aspx +gurufiles/ gus/images/categories gus/uploads/logos gutenbee/ @@ -97572,7 +97476,6 @@ gwt gx/en/audit-services-risk-assurance-services/assets/PwCs_journals_ai.pdf gx/en/forensics/gecs-2020/pdf/global-economic-crime-and-fraud-survey-2020.pdf gx/en/zz-test -gxC6xe3O9YyL6TyBZdp0vNo9LMYeyNfnrGJep117n0s=.html gxcuf89792/rss gy gy/ @@ -97684,6 +97587,7 @@ handler handler_ handlers handlers +handlers/ handlers/doubleclick handmade handmade=true @@ -98018,7 +97922,6 @@ health/*/wp- health/*?subCategory= health/*?utm_ health/QA-Tabbed-ManyTabs-21 -health/api health/covid19/dining-guide/ health/diabetes/a/Diabetes health/diet-and-fitness/a/10-Ways-to-Lighten-Up-Your-Favorite-Fatty-Foods/1315 @@ -98033,7 +97936,7 @@ health/diet-and-fitness/a/stay-focused-on-health-have-backup-plans/1327 health/diet-and-fitness/a/what-your-bmi-does-not-tell-you/1317 health/drugs/hm-test-all-about-humira health/drugs/ozempic-for-weight-loss -health/files/rhpthttp://youtubekids.com/robots.txt +health/files/rhpthttp://online.wsj.com/robots.txt health/find-a-doctor/search health/gr- health/hm-test-17-proven-tips-to-sleep-better-at-night @@ -98044,7 +97947,6 @@ health/myexposome-wristband health/post-block-widget-sampler health/psych-central-block-sampler health/research/specialistcentres/cib/people/bbsrcfellows/flatterssarah -health/search? health/sites/health/files/tobacco/docs/doi health/sponsored-article-test-do-not-edit-this-ever health/test-reference-article-for-front-end-tests @@ -99108,7 +99010,7 @@ home-loans/rate-stomper home-loans/rocket-loan home-main-content.html home-media -home-newhttp://arnnet.com.au/robots.txt +home-newhttp://epo.org/robots.txt home-no-tags home-remedies-alternative-treatments-vertigo/ home-renewal-special-offer @@ -99154,6 +99056,8 @@ home/help-landing.aspx home/highspeedinternet/*%7Bdomainnameus%7D/ home/index-dev home/index_rss +home/internet/gigabit-internet-is-it-worth-splurging-for-a-faster-internet-plan +home/internet/what-are-the-different-internet-connection-types home/internet/xfinity-vs-att-which-internet-provider-is-best home/internet/xfinity-vs-verizon-which-internet-provider-is-best home/jvc/history.htm @@ -99749,7 +99653,7 @@ hr/help/cookies/ hr/help/privacy/ hr/hr hr/hr/work/products/tools/ups_selector/ -hr/http://costco.com.mx/robots.txt +hr/http://dowjones.com/robots.txt hr/internal hr/ispis hr/it @@ -99929,6 +99833,7 @@ htls/getHotDestination htls/restapi/* html html-ajax +html-email/ html-emails html-to-img html/ @@ -102806,6 +102711,7 @@ html/E98455_01 html/E99994_01 html/E99997_01 html/E99998_01 +html/EN html/F10012_01 html/F10240_01 html/F10249_01 @@ -102898,11 +102804,14 @@ html/Q53269_01 html/Q63513_01 html/Q77771_01 html/blank.html +html/en +html/it html/itemViewsAndMetrics.html?vcmid=* html/js/editor html/js/editor/fckeditor html/kiosk html/misc +html/node html/story html/tealeaf.html html5 @@ -102914,14 +102823,14 @@ html?pageq= html?pages= html?ref= html?user_country= -html_email/ +html_email/ html_externe html_helpers html_tests htmlemails/ htmlexterne htmlform/ -htmlmsg/http://zakon.rada.gov.ua/robots.txt +htmlmsg/http://news.cornell.edu/robots.txt htmlscript htmlscript/ htmlversion @@ -102931,321 +102840,324 @@ htsearchresults http http2_data http: -http://4.bp.blogspot.com/robots.txt http://58comp.ru/robots.txt -http://8x8.com/robots.txt -http://aardman.com/robots.txt -http://abcnews.go.com/robots.txt -http://acrobat.adobe.com/robots.txt -http://adr.org/robots.txt -http://affirm.com/robots.txt -http://aftenposten.no/robots.txt -http://airstream.com/robots.txt -http://airtable.com/robots.txt -http://aisel.aisnet.org/robots.txt -http://alexa.amazon.com/robots.txt -http://allaboutcookies.org/robots.txt -http://amazon.es/robots.txt +http://aaronsw.com/robots.txt +http://acehardware.com/robots.txt +http://adsabs.harvard.edu/robots.txt +http://adweek.com/robots.txt +http://affiliate-program.amazon.com/robots.txt +http://ai.meta.com/robots.txt +http://ajc.com/robots.txt +http://al-ain.com/robots.txt +http://aloyoga.com/robots.txt +http://alz.org/robots.txt +http://amazon.co.jp/robots.txt +http://amazon.com.br/robots.txt +http://ameli.fr/robots.txt http://amzn.com/robots.txt -http://amzn.to/robots.txt -http://appsflyer.com/robots.txt +http://anothermag.com/robots.txt +http://apachefriends.org/robots.txt +http://app.swaggerhub.com/robots.txt +http://appelsiini.net/robots.txt http://arbeitsagentur.de/robots.txt -http://aspca.org/robots.txt +http://aspeninstitute.org/robots.txt +http://au.linkedin.com/robots.txt http://backstage.com/robots.txt -http://bankofamerica.com/robots.txt +http://bag.admin.ch/robots.txt http://barnartscollective.com/robots.txt -http://beacons.ai/robots.txt -http://benchmarkemail.com/robots.txt -http://beta.lemondeinformatique.fr/http://f.hubspotusercontent40.net/robots.txt +http://beeradvocate.com/robots.txt +http://bellemaison.jp/robots.txt +http://beta.lemondeinformatique.fr/http://bemyeyes.com/robots.txt +http://bilgematics.com/robots.txt http://bilibili.com/robots.txt +http://billofrightsinstitute.org/robots.txt +http://bitmart.com/robots.txt http://blick.ch/robots.txt -http://blizzard.com/robots.txt -http://blogs.msdn.com/robots.txt -http://blossomthemes.com/robots.txt -http://boozallen.com/robots.txt -http://brandwatch.com/robots.txt +http://blinkist.com/robots.txt +http://blog.hootsuite.com/robots.txt +http://blog.livedoor.jp/robots.txt +http://blog.mailchimp.com/robots.txt +http://blog.sina.com.cn/robots.txt +http://bodybuilding.com/robots.txt +http://boingboing.net/robots.txt http://bringatrailer.com/robots.txt -http://broadinstitute.org/robots.txt -http://business-standard.com/robots.txt -http://business.linkedin.com/robots.txt -http://buzzsprout.com/robots.txt -http://cacm.acm.org/robots.txt +http://bundesfinanzministerium.de/robots.txt +http://business.google.com/robots.txt +http://businessinsider.com/robots.txt http://camp-fire.jp/robots.txt -http://cancer.gov/robots.txt -http://cargurus.com/robots.txt -http://carrotquest.io/robots.txt -http://cartercenter.org/robots.txt +http://campaignlive.co.uk/robots.txt +http://careers.google.com/robots.txt +http://casetext.com/robots.txt +http://castos.com/robots.txt http://catalog.data.gov/robots.txt -http://cbs.nl/robots.txt -http://cdn.shopify.com/robots.txt -http://cfr.org/robots.txt -http://chartjs.org/robots.txt -http://chase.com/robots.txt -http://cheq.ai/robots.txt -http://chicagobusiness.com/robots.txt -http://clevescene.com/robots.txt -http://clover.com/robots.txt +http://cengage.com/robots.txt +http://census.gov/robots.txt +http://chateauversailles.fr/robots.txt +http://chitai-gorod.ru/robots.txt +http://cinematreasures.org/robots.txt +http://cio.com/robots.txt +http://cityu.edu.hk/robots.txt +http://classicalarchives.com/robots.txt +http://colt.net/robots.txt http://community.cloudflare.com/robots.txt -http://compart.com/robots.txt -http://copyright.gov/robots.txt +http://constitutioncenter.org/robots.txt +http://contacts.google.com/robots.txt +http://contently.com/robots.txt +http://convinceandconvert.com/robots.txt http://coroflot.com/robots.txt -http://cp24.com/robots.txt -http://cs.stanford.edu/robots.txt -http://cssigniter.com/robots.txt -http://ctt.ec/robots.txt -http://culture.gouv.fr/robots.txt -http://dazeddigital.com/robots.txt -http://de.wikipedia.org/robots.txt -http://demandbase.com/robots.txt -http://devowl.io/robots.txt -http://disk.yandex.ru/robots.txt -http://disney.go.com/robots.txt -http://disneyplus.com/robots.txt -http://dominos.com/robots.txt -http://dost.cgg.gov.in/robots.txt -http://dpi.nsw.gov.au/robots.txt -http://eatthis.com/robots.txt -http://ebay.ie/robots.txt -http://ecma-international.org/robots.txt +http://coronavirus.jhu.edu/robots.txt +http://costco.com.mx/robots.txt +http://covid.cdc.gov/robots.txt +http://crestron.com/robots.txt +http://csp.withgoogle.com/robots.txt +http://curl.se/robots.txt +http://dainikshiksha.com/robots.txt +http://dangerousminds.net/robots.txt +http://data.oecd.org/robots.txt +http://datacenterknowledge.com/robots.txt +http://datadoghq.com/robots.txt +http://daysoftheyear.com/robots.txt +http://developer.apple.com/robots.txt +http://developer.chrome.com/robots.txt +http://developer.microsoft.com/robots.txt +http://developer.mozilla.org/robots.txt +http://digitalmarketer.com/robots.txt +http://dl.acm.org/robots.txt +http://dmagazine.com/robots.txt +http://docs.oracle.com/robots.txt +http://drudgereport.com/robots.txt +http://ebay.com/robots.txt +http://elementor.com/robots.txt +http://elitedaily.com/robots.txt http://emerald.com/robots.txt -http://equifax.com/robots.txt -http://eric.ed.gov/robots.txt -http://ericcoomer.com/robots.txt -http://espn.com/robots.txt -http://examiner.com/robots.txt +http://emeraldinsight.com/robots.txt +http://en.bitcoin.it/robots.txt +http://en.uesp.net/robots.txt +http://enterprisemarketingportal.google/robots.txt +http://entrust.com/robots.txt +http://ers.usda.gov/robots.txt +http://ethereum.org/robots.txt +http://eur.nl/robots.txt +http://euractiv.com/robots.txt +http://experiment.com/robots.txt +http://express.adobe.com/robots.txt +http://expressen.se/robots.txt http://ey.com/robots.txt -http://families.google.com/robots.txt -http://farm1.staticflickr.com/robots.txt -http://fashion-elixir.com/robots.txt -http://findagrave.com/robots.txt -http://finishline.com/robots.txt +http://fbc.frankbash.com/robots.txt +http://feedster.com/robots.txt +http://filmaffinity.com/robots.txt http://fliphtml5.com/robots.txt -http://fontshop.com/robots.txt -http://forever21.com/robots.txt -http://form.jotform.com/robots.txt -http://freeletics.com/robots.txt -http://freshdesk.com/robots.txt -http://gaana.com/robots.txt -http://gab.com/robots.txt -http://gaylordhotels.com/robots.txt -http://gazetadopovo.com.br/robots.txt -http://geocities.com/robots.txt -http://getfedora.org/robots.txt -http://google.com.pe/robots.txt -http://google.fi/robots.txt -http://google.no/robots.txt -http://gosquared.com/robots.txt -http://government.nl/robots.txt -http://grants.gov/robots.txt -http://grow.google/robots.txt -http://guru.com/robots.txt -http://haventoronto.ca/robots.txt -http://health.govt.nz/robots.txt -http://heineken.com/robots.txt -http://help.pinterest.com/robots.txt -http://help.vimeo.com/robots.txt -http://hide.me/robots.txt -http://hmhco.com/robots.txt -http://homey.app/robots.txt +http://flir.com/robots.txt +http://fonts.bunny.net/robots.txt +http://food.ec.europa.eu/robots.txt +http://foxjr.blog90.fc2.com/robots.txt +http://frbsf.org/robots.txt +http://freepeople.com/robots.txt +http://friendi.ca/robots.txt +http://gamesradar.com/robots.txt +http://gatsbyjs.com/robots.txt +http://gdpr-info.eu/robots.txt +http://gersatul.blogspot.com/robots.txt +http://ghost.org/robots.txt +http://gisanddata.maps.arcgis.com/robots.txt +http://gitlab.com/robots.txt +http://gouvernement.fr/robots.txt +http://granta.com/robots.txt +http://happycow.net/robots.txt +http://headspace.com/robots.txt +http://healthdata.org/robots.txt +http://help.salesforce.com/robots.txt +http://hms.harvard.edu/robots.txt +http://hometalk.com/robots.txt http://hostadvice.com/robots.txt -http://hostinger.com/robots.txt -http://howtogeek.com/robots.txt -http://hsl.fi/robots.txt -http://html5boilerplate.com/robots.txt +http://housing.com/robots.txt +http://hover.com/robots.txt http://i.vimeocdn.com/robots.txt -http://ieee-security.org/robots.txt -http://ig.com/robots.txt -http://igi-global.com/robots.txt -http://iisexii.blogspot.com/robots.txt -http://ikea.com/robots.txt -http://ilovefreesoftware.com/robots.txt +http://ideas.ted.com/robots.txt http://imagify.io/robots.txt +http://img.photobucket.com/robots.txt +http://impots.gouv.fr/robots.txt http://imsglobal.org/robots.txt -http://indiana.edu/robots.txt -http://indiebound.org/robots.txt -http://indiegogo.com/robots.txt -http://infosecurity-magazine.com/robots.txt +http://informationweek.com/robots.txt http://insidethemagic.net/robots.txt -http://internetsociety.org/robots.txt -http://invisionapp.com/robots.txt -http://io9.com/robots.txt -http://iol.co.za/robots.txt -http://ionos.com/robots.txt -http://it.linkedin.com/robots.txt -http://itmedia.co.jp/robots.txt -http://iucn.org/robots.txt +http://iopscience.iop.org/robots.txt http://jisc.ac.uk/robots.txt http://journaldunet.com/robots.txt -http://jp.playstation.com/robots.txt -http://jpmorganchase.com/robots.txt -http://justonecookbook.com/robots.txt -http://kantei.go.jp/robots.txt -http://kick.com/robots.txt -http://kirby.com/robots.txt -http://kitploit.com/robots.txt -http://kiwi.com/robots.txt -http://leagueoflegends.com/robots.txt +http://jqueryui.com/robots.txt +http://korg.com/robots.txt +http://kottke.org/robots.txt +http://krone.at/robots.txt +http://kstp.com/robots.txt +http://lacma.org/robots.txt +http://learn.realbraveaudio.com/robots.txt +http://leginfo.legislature.ca.gov/robots.txt http://lendingclub.com/robots.txt -http://lenta.ru/robots.txt -http://linkinghub.elsevier.com/robots.txt -http://liveinternet.ru/robots.txt -http://madmimi.com/robots.txt -http://makersplace.com/robots.txt +http://letemps.ch/robots.txt +http://lewrockwell.com/robots.txt +http://lh4.googleusercontent.com/robots.txt +http://livemint.com/robots.txt +http://liverpool.ac.uk/robots.txt +http://lowes.com/robots.txt +http://m.twitch.tv/robots.txt http://manning.com/robots.txt -http://maps.google.de/robots.txt -http://mars.com/robots.txt +http://marketplace.atlassian.com/robots.txt http://masader-j.com/robots.txt -http://mdpi.com/robots.txt -http://med.stanford.edu/robots.txt -http://mediawiki.org/robots.txt +http://mcusercontent.com/robots.txt +http://media.defense.gov/robots.txt +http://medicalxpress.com/robots.txt http://mellon.org/robots.txt -http://memberpress.com/robots.txt -http://mfa.org/robots.txt -http://mg.co.za/robots.txt -http://missingkids.org/robots.txt +http://mentalfloss.com/robots.txt +http://meteo.be/robots.txt +http://mheducation.com/robots.txt http://mitchmartinez.com/robots.txt -http://mitsubishielectric.com/robots.txt http://mixpanel.com/robots.txt http://mobisystems.com/robots.txt -http://moncompteformation.gouv.fr/robots.txt -http://monde-diplomatique.fr/robots.txt -http://music.youtube.com/robots.txt -http://musicnotes.com/robots.txt -http://musicradar.com/robots.txt -http://myetherwallet.com/robots.txt -http://mysanantonio.com/robots.txt -http://news.err.ee/robots.txt +http://moomoo.com/robots.txt +http://motherjones.com/robots.txt +http://mozilla.org/robots.txt +http://mtsu.edu/robots.txt +http://music.amazon.com/robots.txt +http://myfitnesspal.com/robots.txt +http://myjewishlearning.com/robots.txt +http://myrecipes.com/robots.txt +http://nam.edu/robots.txt +http://narcity.com/robots.txt +http://nationalexpress.com/robots.txt +http://nationalinterest.org/robots.txt +http://nationalpark.ch/robots.txt +http://ncbi.nlm.nih.gov/robots.txt +http://nccih.nih.gov/robots.txt +http://ncdc.noaa.gov/robots.txt +http://nerdwallet.com/robots.txt +http://nestle.com/robots.txt +http://news-medical.net/robots.txt +http://news.yale.edu/robots.txt +http://newswire.com/robots.txt +http://newyorkyimby.com/robots.txt +http://nfb.ca/robots.txt http://nice.org.uk/robots.txt -http://nominet.uk/robots.txt -http://nrdc.org/robots.txt -http://nsc.org/robots.txt -http://oembed.com/robots.txt -http://openweathermap.org/robots.txt -http://osha.gov/robots.txt -http://outschool.com/robots.txt -http://owni.fr/robots.txt +http://nobelprize.org/robots.txt +http://notion.so/robots.txt +http://oecd.org/robots.txt +http://oi.com.br/robots.txt +http://ondacero.es/robots.txt +http://openx.com/robots.txt +http://orange.pl/robots.txt +http://orkut.com/robots.txt +http://pandas.pydata.org/robots.txt http://pantheon.io/robots.txt -http://para.expert/robots.txt -http://partner.microsoft.com/robots.txt -http://pastebin.com/robots.txt -http://pasteboard.co/robots.txt -http://patagonia.com/robots.txt -http://payhip.com/robots.txt +http://patentimages.storage.googleapis.com/robots.txt http://penguinrandomhouse.com/robots.txt -http://plantuml.com/robots.txt -http://plato.stanford.edu/robots.txt -http://popsike.com/robots.txt -http://postcron.com/robots.txt -http://postmarkapp.com/robots.txt -http://primevideo.com/robots.txt -http://programmableweb.com/robots.txt +http://people.csail.mit.edu/robots.txt +http://pharmacymentor.com/robots.txt +http://pinboard.in/robots.txt +http://pixlr.com/robots.txt +http://popoko.live/robots.txt +http://posit.co/robots.txt http://protocol.com/robots.txt -http://psycnet.apa.org/robots.txt -http://publications.europa.eu/robots.txt -http://quantamagazine.org/robots.txt -http://quebec.ca/robots.txt -http://quotes.net/robots.txt -http://radiofrance.fr/robots.txt -http://randa.org/robots.txt -http://rankmath.com/robots.txt -http://rawcdn.githack.com/robots.txt -http://redbubble.com/robots.txt -http://redis.io/robots.txt -http://reuters.com/robots.txt -http://rockwellautomation.com/robots.txt -http://s3.ap-southeast-1.amazonaws.com/robots.txt -http://sam.gov/robots.txt -http://samaritans.org/robots.txt -http://scholar.google.com/robots.txt -http://sciencebasedmedicine.org/robots.txt -http://sciencebasedtargets.org/robots.txt -http://scientology.org/robots.txt -http://scripts.sil.org/robots.txt -http://seattle.gov/robots.txt -http://securepubads.g.doubleclick.net/robots.txt -http://self.com/robots.txt -http://sennheiser.com/robots.txt -http://shop.app/robots.txt -http://shopee.co.id/robots.txt -http://shrm.org/robots.txt -http://simple.wikipedia.org/robots.txt -http://simplebits.com/robots.txt -http://sketch.com/robots.txt -http://sleepcycle.com/robots.txt -http://sony.net/robots.txt -http://spanostaxi.gr/robots.txt -http://spdx.org/robots.txt -http://splcenter.org/robots.txt -http://spokesman.com/robots.txt -http://sri.com/robots.txt +http://pt.wikipedia.org/robots.txt +http://pubs.usgs.gov/robots.txt +http://qiita.com/robots.txt +http://qnap.com/robots.txt +http://radios.ebc.com.br/robots.txt +http://raindrop.io/robots.txt +http://referralcandy.com/robots.txt +http://regmovies.com/robots.txt +http://regulations.gov/robots.txt +http://ripple.com/robots.txt +http://robbreport.com/robots.txt +http://rode.com/robots.txt +http://rtbf.be/robots.txt +http://s3-us-west-1.amazonaws.com/robots.txt +http://salesforce.com/robots.txt +http://scobleizer.com/robots.txt +http://search.yahoo.com/robots.txt +http://services.google.com/robots.txt +http://sesamestreet.org/robots.txt +http://signup.com/robots.txt +http://simkl.com/robots.txt +http://sky.com/robots.txt +http://snpartners.com/robots.txt +http://sourcefabric.org/robots.txt +http://spamhaus.org/robots.txt +http://spiegel.de/robots.txt +http://ssb.no/robots.txt +http://ssec.si.edu/robots.txt http://st.com/robots.txt -http://stackoverflow.blog/robots.txt -http://starnewsonline.com/robots.txt -http://static-content.springer.com/robots.txt -http://stock.adobe.com/robots.txt -http://store.google.com/robots.txt -http://stripe.com/robots.txt -http://studio.youtube.com/robots.txt -http://sussex.ac.uk/robots.txt -http://sustainabledevelopment.un.org/robots.txt -http://svd.se/robots.txt -http://sverigesradio.se/robots.txt -http://sworkit.com/robots.txt -http://tatacliq.com/robots.txt -http://td.gov.hk/robots.txt -http://techcrunch.com/robots.txt -http://theatlantic.com/robots.txt -http://theblog.adobe.com/robots.txt -http://thecut.com/robots.txt +http://staradvertiser.com/robots.txt +http://startribune.com/robots.txt +http://stellar.org/robots.txt +http://support.advancedcustomfields.com/robots.txt +http://symantec.com/robots.txt +http://t-online.de/robots.txt +http://t.ly/robots.txt +http://tbinternet.ohchr.org/robots.txt +http://teamusa.org/robots.txt +http://telegram.org/robots.txt +http://telemundo.com/robots.txt +http://tennessean.com/robots.txt +http://thecanadianencyclopedia.ca/robots.txt http://thedieline.com/robots.txt +http://thedrive.com/robots.txt http://thefreelibrary.com/robots.txt -http://themeforest.net/robots.txt http://theo2.co.uk/robots.txt -http://theodysseyonline.com/robots.txt -http://thewire.in/robots.txt -http://ticketmaster.com/robots.txt -http://travelchannel.com/robots.txt -http://trivago.com/robots.txt -http://tv4.se/robots.txt -http://uaf.edu/robots.txt -http://ubc.ca/robots.txt -http://uclahealth.org/robots.txt -http://ukrinform.ua/robots.txt +http://thetimes.co.uk/robots.txt +http://thredup.com/robots.txt +http://tineye.com/robots.txt +http://tiqets.com/robots.txt +http://transifex.com/robots.txt +http://triberr.com/robots.txt +http://troyhunt.com/robots.txt +http://tunecore.co.jp/robots.txt +http://turkiye.gov.tr/robots.txt +http://tvguide.com/robots.txt +http://twittercommunity.com/robots.txt +http://u.pcloud.link/robots.txt +http://uncg.edu/robots.txt http://unep.org/robots.txt -http://usda.gov/robots.txt -http://uwm.edu/robots.txt -http://vcu.edu/robots.txt +http://unfccc.int/robots.txt +http://upload.wikimedia.org/robots.txt +http://upworthy.com/robots.txt +http://uxplanet.org/robots.txt +http://v0.wordpress.com/robots.txt +http://vcita.com/robots.txt +http://vedomosti.ru/robots.txt +http://venturebeat.com/robots.txt http://video.google.com/robots.txt -http://vilaweb.cat/robots.txt -http://vr.youtube.com/robots.txt -http://wa.me/robots.txt -http://washingtonian.com/robots.txt +http://virtualbox.org/robots.txt +http://vive.com/robots.txt http://waxy.org/robots.txt -http://webpagetest.org/robots.txt -http://weddingwire.com/robots.txt +http://waymo.com/robots.txt +http://web.whatsapp.com/robots.txt +http://wellfound.com/robots.txt http://westelm.com/robots.txt +http://whois.icann.org/robots.txt +http://wiki.creativecommons.org/robots.txt http://wildberries.ru/robots.txt http://wilson.com/robots.txt -http://winamp.com/robots.txt -http://wmo.int/robots.txt -http://wolfgangs.com/robots.txt -http://woolworths.com.au/robots.txt +http://wired.com/robots.txt +http://wordpress.org/robots.txt +http://workana.com/robots.txt +http://worldwide.espacenet.com/robots.txt +http://wsws.org/robots.txt http://wunderground.com/robots.txt http://www.aetna.com/docfind/cms/assets/pdf/merck/IHL.pdf http://www.rdg.ac.uk/WebStats http://www.reading.ac.uk/WebStats -http://www2.deloitte.com/robots.txt http://xsearch.aetna.com http://xverse.app/robots.txt -http://yandex.ru/robots.txt -http://yourtango.com/robots.txt -http://zappos.com/robots.txt -http://zhihu.com/robots.txt -http://zola.com/robots.txt +http://yammer.com/robots.txt +http://ynab.com/robots.txt +http://yotpo.com/robots.txt +http://youm7.com/robots.txt +http://youtube.fr/robots.txt +http://zillow.com/robots.txt httpMethod http_error_handlers httpd +httpd.ini httpd/reports +httperrors https https: https:/ @@ -103255,7 +103167,7 @@ https://bdn-data.s3.amazonaws.com/uploads/wpforms/ https://bellmediainc-tsn-prod.web.arc-cdn.net https://dbsweb-u05-imp-www.dbs.com.sg https://help.commerce.campaignmonitor.com/s/login/?ec=302&startURL=%2Fs%2Fsfsites%2Faura%3Faura.Component.reportFailedAction%3D2&r=2&ui-communities-components-aura-components-forceCommunity-richText.RichText.getParsedRichTextValue=2&ui-communities-components-aura-components-forceTopic-featuredTopicsDataProvider.FeaturedTopicsDataProvider.getFeaturedTopics=1 -https://image.shutterstock.com/image-photo/*.jpghttp://business-humanrights.org/robots.txt +https://image.shutterstock.com/image-photo/*.jpghttp://stocktwits.com/robots.txt https://internet-banking.dbs.com.sg/DBSObWeb/pages/ob/pweb.html?pid= https://newprocessfromhome.com https://origin-intl.metlife.com/* @@ -103285,7 +103197,7 @@ https://www.lemondeinformatique.fr/membres https://www.lemondeinformatique.fr/mobile https://www.lemondeinformatique.fr/tag https://www.sbx.tikkie.me -https://www.se.com/us/en/work/external/local/apc/http://golfdigest.com/robots.txt +https://www.se.com/us/en/work/external/local/apc/http://bart.gov/robots.txt https://www.se.com/us/en/work/products/critical-power-cooling-and-racks/cerebro-thank-you/ https://www.southampton.ac.uk/research/areas https://www.southampton.ac.uk/research/search @@ -103926,6 +103838,7 @@ iconesajuntament iconfont/down? iconic-artist-rod-stewart-inks-worldwide-recording-agreement-with-universal-music-group-umg icons +icons icons/ icons/set/*%E3%80%90 icons/set/*%E3%80%91 @@ -104029,7 +103942,6 @@ id-en/shop/banner/ajax/load id-en/shop/hpols_catalog id-en/shop/hpols_catalog/product/upsell id-id -id-id id-id-new id-id/ id-id/$ @@ -104498,7 +104410,7 @@ iframe/dirette iframe/video iframe= iframes/barcharts -iframes/http://refworld.org/robots.txt +iframes/http://apps.twitter.com/robots.txt ifsc-code/ ifwns ig @@ -104645,7 +104557,6 @@ image-server image-sitemap-gen.php image-week? image-zoom -image.php image/am image/detailprint image/imagefly.cgi @@ -104682,7 +104593,6 @@ images.html images/ images/$ images/*.jpg?*noindex=1 -images/*.php$ images/*/all images/*2 images/3DImages @@ -104730,7 +104640,7 @@ images/guidelines/design/using-our-content-example4.svg images/hosted/? images/hosted/search? images/hosted? -images/http://fas.org/robots.txt +images/http://klook.com/robots.txt images/img_* images/interview_pdfs images/intfood/thermomix/HF_icon_thermomix.svg @@ -104744,7 +104654,6 @@ images/products/user-submit images/profile/ images/public/common/report/seo images/public/common/report/solution -images/scaled images/search%3F images/search%5C images/search/? @@ -104805,7 +104714,7 @@ img/chetu-logo-white.png img/home-page-img/video/patrick.mp4 img/libros img/libros/grande -img/mpr-logo-footer.svghttp://kucoin.com/robots.txt +img/mpr-logo-footer.svghttp://llbean.com/robots.txt img/previews img/refresh img/users @@ -104893,6 +104802,7 @@ imweb2/ in in in$ +in-app-browser in-console-ssm in-en*/listing/*/favoriters in-en*/people/*/circle @@ -105083,7 +104993,7 @@ include_catcherror.html include_xml/* includes includes/ -includes/ +includes/ includes/*.js includes/_stampa_articolo.php* includes/boite/1 @@ -105162,7 +105072,7 @@ index.html index.html index.html$ index.html? -index.htmlhttp://techopedia.com/robots.txt +index.htmlhttp://smugmug.com/robots.txt index.jhtml index.jsp index.jsp?pg_name=ccpmapp/shared/assets/page/hsa_news @@ -105198,7 +105108,7 @@ index.php/*/media/oembed/?context index.php/*/media/oembed/?context= index.php/*/media/oembed?context index.php/*/media/oembed?context= -index.php/*/media/oembedhttp://i.stack.imgur.com/robots.txt +index.php/*/media/oembedhttp://sony.com/robots.txt index.php/*/newsletter-signup index.php/*/node/add index.php/*/node/add/ @@ -105314,12 +105224,11 @@ index.php/gift index.php/hemingway/search index.php/ht/node/ index.php/image-gallery*&* -index.php/image-gallery*,*http://stib-mivb.be/robots.txt +index.php/image-gallery*,*http://traveloregon.com/robots.txt index.php/js index.php/ko/node/ index.php/learn/education/teachers/curricular-resources index.php/magazine/get_comment -index.php/majors?http://doc.govt.nz/robots.txt index.php/media index.php/media/oembed index.php/media/oembed @@ -105356,7 +105265,7 @@ index.php/search/?context index.php/search/?context= index.php/search/global index.php/search/global/* -index.php/search/global?*http://streamable.com/robots.txt +index.php/search/global?*http://cwe.mitre.org/robots.txt index.php/search? index.php/search?context index.php/search?context= @@ -105388,15 +105297,15 @@ index.php/user/login/?context index.php/user/login/?context= index.php/user/login?context index.php/user/login?context= -index.php/user/loginhttp://sega.com/robots.txt +index.php/user/loginhttp://designmodo.com/robots.txt index.php/user/logout index.php/user/logout index.php/user/logout/ index.php/user/logout/?context index.php/user/logout/?context= -index.php/user/logout/http://blogs.adobe.com/robots.txt -index.php/user/logout/http://podbean.com/robots.txt -index.php/user/logout/http://world.openfoodfacts.org/robots.txt +index.php/user/logout/http://cosmopolitan.com/robots.txt +index.php/user/logout/http://fullerton.edu/robots.txt +index.php/user/logout/http://share.hsforms.com/robots.txt index.php/user/logout?context index.php/user/logout?context= index.php/user/password @@ -105620,7 +105529,7 @@ infinite/yerel-haberler inflammatory_bowel_disease_ibd_pictures_slideshow/article.htm influencer influencer/* -influencer/mrbeasthttp://claude.ai/robots.txt +influencer/mrbeasthttp://example.org/robots.txt info info-service/api/v2/ev/ info.asp @@ -105677,7 +105586,7 @@ info/user_feedback/includes info/va-newsletter info/wp-admin info/wp-includes -info/wp-includes/js/jquery/jquery-migrate.min.jshttp://pccomponentes.com/robots.txt +info/wp-includes/js/jquery/jquery-migrate.min.jshttp://sciencealert.com/robots.txt info/wp-includes/js/jquery/jquery.js info/wp-json info/xmlrpc.php @@ -105696,7 +105605,6 @@ informacao-tecnologica informasjon/redaksjonelle-avgjorelser/182 informasjon/redaksjonelle-avgjorelser/212 information -information-documents-search information-management/manage-information/places-of-deposit information-releases? information/ @@ -105767,6 +105675,7 @@ inquiries inquiry inquiry-feedback inquiry/user_study +inrp-npri/donnees-data ins ins/*/myg.html insales @@ -105776,8 +105685,6 @@ inside-the-fbi-new-york inside/ insidecounsel/2016/08/29/deciding-where-to-file-patents-internationally-in insider$ -insider-bolag -insider-person insider/2017/10/23/blake-shelton-presale-tickets-available-now/790217001 insider/blog/wp-admin/ insiders/ @@ -105936,7 +105843,7 @@ interact interaction/list interactions-list-drugs.php interactive -interactive*http://sxsw.com/robots.txt +interactive*http://kinopoisk.ru/robots.txt interactive/assessment/quiz interactive/assessment/story-poll interactive/quiz/preview @@ -106009,6 +105916,7 @@ internal-monitor/ internal-projection/ internal-reports internal/* +internal/coronavirus/latest-updates/ internal/purchase-flow-all internal/web-stats internalAd @@ -106042,7 +105950,6 @@ internet-of-things internet-sales internet/comissao/index/mista/orca internet/glasvezel/plaatsen/bekijk-en-vergelijk-glasvezel-internet.htm -internet/publish.nsf/ internet2 interpro/*/proteins-matched interpro/*export=fasta @@ -106062,6 +105969,7 @@ interstitial/offers interstitialPage interstitialRedirectModalURL interstitialredirectmodalurl +interval-payment interview interview.rl interview/saveAnswers @@ -106249,6 +106157,7 @@ invite= invite? inviteFromProfile inviteMany +inviteTeamMembers.aspx invite_code invited invitees @@ -106275,7 +106184,6 @@ invoice/payerView/attachments invoice/pt/ invoice/se/ invoices -invoices-for-customers invoices.asp* invoices/* invoicewarning @@ -106302,9 +106210,9 @@ ipAcl ipad ipad-games/buy/* ipad/ -ipad/ +ipad/ ipad/4/Contents/en/searchindex -ipad/http://vedomosti.ru/robots.txt +ipad/http://kahoot.com/robots.txt ipad/stories ipaddownload ipc @@ -106427,6 +106335,7 @@ isbn isbn= isdh/drafts_local ise/search-result +isemail.cfm isere/ isere/assure/actualites/ isis @@ -106458,6 +106367,7 @@ iss/itpi/digital-tours- iss/modules/directory iss/modules/subjects issues +issues istCompanyId= isurvey/ iswc @@ -106934,7 +106844,6 @@ it/benvenuto/.more-integ-feat it/bestof it/biz/sme/beta it/black_friday_sale_subscribe_confirm.html -it/blog/articoli/*/share it/blog/search it/blog/topic it/blog/wp-admin @@ -106956,7 +106865,6 @@ it/capabilities/collaborate/ it/capabilities/create/ it/capabilities/distribute/ it/capabilities/scale/ -it/carrello it/cart it/catalogue it/categories/*/p @@ -107025,9 +106933,6 @@ it/correttore/ it/cpc it/create it/create-a-doodle-pfm -it/creazione-traduzione-segnalazioni/nuovo -it/creazioni/*/segnalazioni/nuovo -it/creazioni/*/share it/custom_banner it/cz it/dashboard @@ -107058,7 +106963,6 @@ it/domain/search? it/domain/suggestion-tool? it/domain/wechatpay.html it/domain/whois? -it/domande/selection it/download it/download-commercial-new it/download-desktop-enterprise @@ -107161,8 +107065,6 @@ it/knowledge-base/search it/la-nostra-storia it/label it/labs -it/language/modifica -it/links/warnings it/listing/*/stubs it/listings/*/auction/bids it/locale/overlay @@ -107231,7 +107133,6 @@ it/music/+noredirect it/music/playlist it/music/tracks it/my -it/nav/categorie it/new it/news it/news.php?newsid=165172 @@ -107297,15 +107198,12 @@ it/profiles/*.png it/profiles/*.svg it/profilo it/profilo/*/medaglie -it/profilo/creato it/promos it/properties-for-sale-in-spain it/pselectlist.php it/pselectuser.php it/pt it/r/group -it/raccolta-articoli -it/raccolta-progetti/*/*/share it/readymade it/recherche it/recognized-dealers/art @@ -107331,12 +107229,9 @@ it/responsive-header it/reviews-and-testimonials it/ricerca it/ricerca/ -it/ricerca/filters it/s/collezioni it/s/immagini it/s/utenti -it/scelta-accesso -it/scelta-registrazione it/scisoft/star it/seamonkey/collections it/seamonkey/search @@ -107380,9 +107275,6 @@ it/special/webhost it/spellcheck it/sso it/stampa -it/stampa-3d-voucher-sconti/*/share -it/stampa-3d/*/segnalazioni/nuovo -it/stampa-3d/*/share it/startup-business-toolkit it/stato-rete it/submission/ricerca/ @@ -107415,7 +107307,6 @@ it/thunderbird/search it/ticket it/to it/total-leadership -it/traduzione-articolo-blog-segnalazioni/nuovo it/training/excel.htm it/transactions it/treasury @@ -107441,12 +107332,6 @@ it/user/logout it/user/password it/user/register it/users -it/utenti/*/clans/*/share -it/utenti/*/segnalazioni/nuovo -it/utenti/*/share -it/utenti/creazione -it/utenti/password/nuovo -it/valuta/modifica it/vendita-di-case-e-appartamenti-in-spagna it/venta-obranueva/ it/venta-oficinas/ @@ -107764,6 +107649,7 @@ j-vac-inc-get.json j-vac-phone-get.json j.php j/pro-site +jOsKYimYUJVki5p1-kPOTguAlRqftw3Ark-7DlEJ8dE=.html ja ja-AE ja-AT @@ -108057,6 +107943,7 @@ ja-jp/blog/how-to-build-ground-breaking-products-a-managers-guide/$ ja-jp/blog/how-to-design-agentic-tools-for-work/$ ja-jp/blog/how-to-get-the-most-out-of-teams/$ ja-jp/blog/how-to-harness-skills-that-ai-cant-automate/$ +ja-jp/blog/how-to-move-fast-toward-the-right-thing/$ ja-jp/blog/how-to-streamline-your-design-system-workflow-in-figma/$ ja-jp/blog/how-we-built-ai-search-in-figma/$ ja-jp/blog/improving-performance-in-the-layers-panel/$ @@ -108140,6 +108027,7 @@ ja-jp/blog/the-search-for-speed-in-figma-opensearch/$ ja-jp/blog/the-visual-identity-behind-config-2026/$ ja-jp/blog/thought-leadership/$ ja-jp/blog/transforming-design-education-for-japans-k-12-students/$ +ja-jp/blog/try-these-10-skills-and-show-off-your-own/$ ja-jp/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ ja-jp/blog/ui-ux/$ ja-jp/blog/unlocking-the-power-of-code-connect/$ @@ -108698,8 +108586,6 @@ ja/%E6%A1%88%E4%BB%B6%E4%BE%9D%E9%A0%BC%E4%B8%AD ja/%E6%A1%88%E4%BB%B6%E4%BE%9D%E9%A0%BC%E4%B8%AD/job-posts ja/%E7%99%BB%E9%8C%B2 ja/*/media/oembed -ja/3d-purinto/*/hokoku/shin-chaku -ja/3d-purinto/*/share ja/?wicket:interface= ja/API ja/AssetManager @@ -108738,8 +108624,6 @@ ja/black_friday_sale_subscribe_confirm.html ja/blog/search ja/blog/topic ja/browse -ja/burogu-atikuru-repoto/shin-chaku -ja/burogu/atikuru/*/share ja/callback-spotify ja/change_currency.html ja/chat @@ -108768,7 +108652,6 @@ ja/core/*.js? ja/core/*.png ja/core/*.svg ja/custom_banner -ja/dezain-korekushon/*/*/share ja/docs ja/domain/advanced-search? ja/domain/ai-search? @@ -108826,15 +108709,10 @@ ja/index.php/user/logout ja/index.php/user/password ja/index.php/user/register ja/info -ja/kato ja/kb ja/kb/*/discuss -ja/kensaku/filters -ja/korekushon-itemu ja/kr ja/label -ja/language/henshu -ja/links/warnings ja/login?next= ja/lyrics/*/*/embed ja/m @@ -108872,7 +108750,6 @@ ja/music/*/+tags ja/music/*/+wiki/shoutbox ja/music/*? ja/music/+noredirect -ja/nav/kategori ja/nenkin/ ja/nenkin/pdf/info.pdf ja/no-follow @@ -108915,18 +108792,12 @@ ja/profiles/*.js$ ja/profiles/*.js? ja/profiles/*.png ja/profiles/*.svg -ja/purinto-kuepon-waribiki/*/share -ja/purofiru/sakusei ja/refer-a-friend-terms-and-conditions ja/renew.html ja/reviews-and-testimonials -ja/roguin-sentaku ja/s/%E3%82%B3%E3%83%AC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3 ja/s/%E3%83%93%E3%82%B8%E3%83%A5%E3%82%A2%E3%83%AB ja/s/%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC -ja/sakuhin-honyaku-repoto/shin-chaku -ja/sakuhin/*/hokoku/shin-chaku -ja/sakuhin/*/share ja/seamonkey/collections ja/seamonkey/search ja/search @@ -108939,7 +108810,6 @@ ja/search/fonts? ja/search? ja/setlocale ja/settings -ja/shitsumon/selection ja/sign-up ja/sites/README.txt ja/solutions/iot-production-monitoring-cloud-with-maintenance-cloud @@ -108960,8 +108830,6 @@ ja/thunderbird/collections ja/thunderbird/search ja/ticket ja/total-leadership -ja/touroku-sentaku -ja/tsuka/henshu ja/ugc ja/unleash ja/user @@ -108975,13 +108843,8 @@ ja/versions/*/release.html ja/web.config ja/web/paying-for-ip-services/fee-transfer-service-widget-overview ja/wp-admin -ja/yuza/*/clans/*/share -ja/yuza/*/hokoku/shin-chaku -ja/yuza/*/share -ja/yuza/pasu-wado/shin-chaku -ja/yuza/sakusei ja/ウィジェットコンポーネント -ja_JP/images/*http://faculty.washington.edu/robots.txt +ja_JP/images/*http://paysafecard.com/robots.txt ja_jp ja_jp/create ja_jp/features @@ -110050,7 +109913,7 @@ jretradevideo.html js js js* -js-parts.html$http://taylorfrancis.com/robots.txt +js-parts.html$http://telestream.net/robots.txt js/ js/29202932 js/AddHandler.js @@ -110215,6 +110078,7 @@ js2 js3 js3/ta-mobile js3/vr-shared +js? js?* jsData jsErrAjax @@ -110249,7 +110113,7 @@ json json$ json$ json/ -json/*http://traillink.com/robots.txt +json/*http://conferences.sigcomm.org/robots.txt json/cmlink json/content-search/autocomplete json/finance-calculator @@ -110931,6 +110795,7 @@ ko-kr/blog/how-decagon-uses-ai-for-design-system-saturation/$ ko-kr/blog/how-figma-stays-ahead-of-vulnerabilities-with-agents/$ ko-kr/blog/how-to-design-agentic-tools-for-work/$ ko-kr/blog/how-to-harness-skills-that-ai-cant-automate/$ +ko-kr/blog/how-to-move-fast-toward-the-right-thing/$ ko-kr/blog/how-we-secure-figmas-internal-systems-with-agents/$ ko-kr/blog/improving-performance-in-the-layers-panel/$ ko-kr/blog/in-good-company-agencies-freelancers/$ @@ -110962,6 +110827,7 @@ ko-kr/blog/the-anatomy-of-an-activation-figma-commons/$ ko-kr/blog/the-benefits-of-code-connect-in-mcp/$ ko-kr/blog/the-figma-agent-is-here/$ ko-kr/blog/the-visual-identity-behind-config-2026/$ +ko-kr/blog/try-these-10-skills-and-show-off-your-own/$ ko-kr/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ ko-kr/blog/visibility-at-scale-how-figma-detects-sensitive-data-exposure/$ ko-kr/blog/what-matters-when-anyone-can-build/$ @@ -111661,7 +111527,6 @@ koleksiyonlar/takip-ettiklerim kolkata kombucha_what_to_know_before_you_sip/article.htm komentar -komentari kommentaarid kommentarii kommersielt-innhold @@ -111798,7 +111663,6 @@ ksl ksmk ksufcu ktw88 -kuala-lumpur kubeconeurope2020 kubernetes kuchikomi/review/history/ @@ -111864,7 +111728,7 @@ kz/secure/ kz/sync/ kz/web.config l -l-http://icann.org/robots.txt +l-http://w3c.github.io/robots.txt l-j-hayden-gutierrez-promoted-to-senior-vice-president-partnership-development-universal-music-group-distribution l-j-hayden-promoted-to-vice-president-retail-partnership-marketing-universal-music-and-video-distribution l.php @@ -111951,7 +111815,7 @@ lakers/users laluan/*/laluan-dari- lamda/images land-browse-bff -land/ +land/ land/*/reviews land/*/sites/*/photos lander @@ -111966,7 +111830,7 @@ landing-page-documents/ landing-pages/ landing.php landing/ -landing/ +landing/ landing/CME-channel landing/VillageMD landing/athenaclinicals @@ -112177,7 +112041,7 @@ latin_en latinamerica/dealer_locator/ launch-learn-more-vid launch.aspx -launch/ +launch/ launch2005/ launcher launcher$ @@ -112264,7 +112128,7 @@ le-club/les-gagnants?region= le-club/les-gagnants?region=*&categorie= le-club/newsletter-hebdo le-club/newsletters-hebdo/liste -le-corner-partenaires/http://lu.ma/robots.txt +le-corner-partenaires/http://whc.unesco.org/robots.txt le-havre/ le-havre/assure/actualites/ le/ @@ -112397,7 +112261,6 @@ leasing/angebote leave leave_feedback leben-im-alter/*-form -leben-im-alter/go lector lecture leedaddenda @@ -112479,7 +112342,7 @@ legal/files legal/files/investments/factsheets legal/files/investments/kiids legal/general-terms/privacy-policy -legal/http://i.gyazo.com/robots.txt +legal/http://causes.com/robots.txt legal/impressum/$ legal/jamboard-terms/$ legal/merchant-directory @@ -112947,6 +112810,7 @@ line: line_items linea* lineanma +linegraph lineup linge_de_maison link @@ -112955,7 +112819,6 @@ link-intersect link-intersect/$ link-not-found link.asp -link.php link/ link2 link: @@ -112973,8 +112836,11 @@ linkfwd.php linko linkpage links +links.css links/actor links/actor/screenshots +links_crumb_e.inc +links_crumb_f.inc linnean/ linus linustechtips @@ -113634,7 +113500,7 @@ live-search live-session live-test live-timing/widget -live-timing/widget/*http://nybooks.com/robots.txt +live-timing/widget/*http://acronymfinder.com/robots.txt live/*?* live/arrivals/*/ live/dashboard @@ -113726,9 +113592,9 @@ llms-full.txt llms.txt llms.txt llms.txt$ -llms.txthttp://auburn.edu/robots.txt -llms.txthttp://expressen.se/robots.txt -llms.txthttp://maa.org/robots.txt +llms.txthttp://blood.ca/robots.txt +llms.txthttp://smittenkitchen.com/robots.txt +llms.txthttp://stockholm.se/robots.txt lloyd-webber-universal-music-forge-new-partnership-in-recording-publishing lm/R1XIHQVKXSKBNJ lm/R3HQ5WJSZK6QSO @@ -113819,7 +113685,6 @@ local/dining local/donut local/el-tiempo/ local/enterprise/confirm -local/gov/media/carousel/images.xml local/grouber.html local/index-survey local/madrid/2010 @@ -113891,8 +113756,8 @@ localservices/signup/? locate/index.html?locale=en_US locateservice_js/* locateservice_js/minify-1,version-14.cms* -locateus-android* -locateus-ios* +locateus-android +locateus-ios location location-de-voiture/resultats location-de-voiture/résultats @@ -114019,6 +113884,8 @@ login.asp* login.asph/ login.aspx login.aspx/ +login.aspx?ReturnURL=* +login.aspx?ReturnUrl=* login.bml login.cgi login.cms @@ -114050,7 +113917,7 @@ login/device-based/regular/login/*&next= login/device-based/regular/login/?next= login/facebook login/googleplus -login/http://dialnet.unirioja.es/robots.txt +login/http://lshtm.ac.uk/robots.txt login/password login/passwort_vergessen login/pc @@ -114126,6 +113993,7 @@ logout-redirect logout.action logout.asp* logout.aspx +logout.aspx logout.html logout.jsp logout.php @@ -114291,7 +114159,7 @@ lp.aspx lp/ lp/* lp/*? -lp/*http://journals.physiology.org/robots.txt +lp/*http://central.wordcamp.org/robots.txt lp/a11y lp/adwords lp/affiliate-program @@ -114316,7 +114184,7 @@ lp/fall-2025-innovation-keynote lp/for-agencies/en lp/growth-quadrant lp/home-cleaning -lp/http://nd.gov/robots.txt +lp/http://tsa.gov/robots.txt lp/information-security-training lp/information-security-training/v2 lp/information-security-training/v3 @@ -114368,7 +114236,7 @@ lrp/api/lrp-url-redirect lrp/api/search ls ls/ -ls/docshttp://nolo.com/robots.txt +ls/docshttp://findlaw.com/robots.txt ls= ls_filter=false lsamp @@ -114477,7 +114345,6 @@ lt/special/webhost lt/user lt/users lt/web.config -ltdn-optout ltg/forums ltg/kb/*/discuss ltg/search @@ -115288,6 +115155,7 @@ mailingsTemplates mailling mailman mailman/admin/ceylon-core +mailman/listinfo mailman/listinfo/ceylon-core mailman/private/ceylon-core mailservice-fil @@ -115363,7 +115231,7 @@ maintenance-catchall.html maintenance-mode maintenance-notification maintenance.html -maintenance.htmlhttp://webtv.un.org/robots.txt +maintenance.htmlhttp://ars.usda.gov/robots.txt maintenance.php maintenance/ maintenance/maintenance.html @@ -115374,7 +115242,6 @@ mais-vendidos/MLB maison/*idOffre= maison/blogs/ major-updates-to-ghostery-privacy-browser-for-android-and-ios -majors? make make-it-happen/ make-me-move/?zpid= @@ -115393,7 +115260,6 @@ mako-vod/_next/static/chunks/pages/mako-vod-purchase-ac9846a53ae35820.js makoland-music mal malayalam/ -malaysia malito mall/*-cat. mall/just-for-you @@ -115563,7 +115429,7 @@ manual232/ manual233/ manual241/ manual242/ -manual243/http://watoday.com.au/robots.txt +manual243/http://business.pinterest.com/robots.txt manualdousuario manuel-pena-appointed-executive-vice-president-operations-strategic-marketing-classics-for-universal-music-latin-america-universal-music-latin-entertainment manueladavila @@ -115576,7 +115442,7 @@ map---modo/all-locations/ map-archive/all-locations/ map-constructor/loader map-regular.xml -map-review/ +map-review/ map-videofull.xml map.ashx map.asp @@ -115586,7 +115452,7 @@ map/ map/$ map/* map/* -map/*/*http://ni.com/robots.txt +map/*/*http://oppo.com/robots.txt map/frame_map map/landmark_ajax map/milestone @@ -115598,6 +115464,7 @@ map_tile.php mapa_geopoz mapabcpoi? mapeditor/*? +mapfiles maphp? mapi mapi/v4/*/user @@ -115721,7 +115588,6 @@ mapslt? mapspro mapstt? mapview -mar-optout marathi/ marathon marcelo-castello-branco-appointed-president-iberian-peninsula @@ -115732,7 +115598,7 @@ marcioreinaldo marcosmontes marcotebaldi margeaux-watson-appointed-senior-vice-president-media-relations-universal-motown-records -mari/ +mari/ maria-ho-appointed-vice-president-corporate-communications-universal-music-group mariah-carey-puts-finishing-touches-on-her-new-album-memoirs-of-an-imperfect-angel mariah-careys-dont-forget-about-us-hits-1 @@ -115840,7 +115706,6 @@ marketperception marketplace marketplace marketplace$ -marketplace-api marketplace/*/ask-seller-a-question marketplace/*/buy-online-now marketplace/*/delivery @@ -116151,7 +116016,6 @@ me/*/pdf me/AjaxService/ me/README.txt me/Secure/ -me/c me/core me/distributionmanager/ me/help/cookies-list/ @@ -116159,7 +116023,6 @@ me/help/cookies/ me/help/privacy/ me/landingpage/ me/mastergame -me/posts me/profiles me/search me/search-result @@ -116178,6 +116041,7 @@ measurementid= measurements measurements= meconnect/ +medal/* meddev meddev/LocalFiles/*/Webinars/ medewerkers @@ -116196,6 +116060,7 @@ media-library/sites/alspac/migrated/documents media-manager media-relations/tip-sheets? media/ +media/* media/*.pdf media/*/*/acquire-bar media/*/*/expirecachedsample @@ -116241,6 +116106,7 @@ media/daodao/video-t media/daodao/video-v media/downloads media/ebook +media/editimgecaption/* media/en/all_regions/guides/ media/en/all_regions/guides/wireless_features/ media/fbavatar @@ -116254,7 +116120,7 @@ media/html/box media/html/easter2015 media/html/enterprise-cybersecurity media/html/spread -media/http://dochub.com/robots.txt +media/http://insightly.com/robots.txt media/image_download media/img media/interactive/cdrom/onehundredandeightyears @@ -116341,6 +116207,8 @@ media/vr-splice-test-s media/white-paper media_prod/ media_proxy +media_relations_e.cfm +media_relations_f.cfm mediabox mediacard mediacenter/ @@ -116362,6 +116230,7 @@ mediaopoly mediaplex-homepage-test mediarequest/ medias +mediaservices/ex/ mediashift/mt4 mediasite/admin mediateka/dodaj @@ -116564,7 +116433,6 @@ meetings meetings-flexible-combined-imager? meetings-infrared-sounder? meetings-lightning-imager? -meetings-search meetings/en/html.jsp meetings/pdocs/ meetup_api/? @@ -116572,7 +116440,6 @@ meetup_api? mega-bundles-preview mega-nav megapress/* -meia mein-kochbuch/rezept-import/auto meine-erfolge meine-news @@ -116838,6 +116705,7 @@ mercie merck mercury-records-re-launched-as-new-division-of-island-def-jam-music-group-david-massey-named-president-of-mercury-records merge +merge65_win32_1952.exe merges meridith-valiando-appointed-to-senior-director-of-creative-rondor-music-publishing merlin @@ -116900,7 +116768,6 @@ meta/fwfiles meta/search meta/sitemap meta/tech -meta_robots-noindex metabolights/MTBLS*/files metadata/ metagenomics/beta @@ -117015,7 +116882,7 @@ michael-seltzer-promoted-to-senior-vice-president-business-legal-affairs-univers michelle-jubelirer-named-executive-vice-president-capitol-music-group michelle-jubelirer-promoted-to-chief-operating-officer-capitol-music-group michelle-madison-appointed-to-vice-president-urban-promotion-universal-motown-records-group -micro_page.phphttp://dash.harvard.edu/robots.txt +micro_page.phphttp://joblo.com/robots.txt microarray-as/atlas/qr microarray/ArrayExpress microarray/ExpressionProfiler @@ -117087,7 +116954,6 @@ migraines/apps-for-people-who-suffer-from-migraines/ migraines_8_health_benefits_pet_ownership/article.htm migraines_and_headaches_remedies_help_migraine/article.htm migrate -migrate-all-posts migrate-cookies migrate-to-inlogg migrated @@ -117835,8 +117701,6 @@ mobileme mobileme-beta mobileme/English.lproj/searchindex mobilenextapi -mobilepagenotfounderror.aspx -mobileservererror.aspx mobileweb mobility mobilnyy-sdk @@ -118026,6 +117890,7 @@ modules/vogelarten modules=SEARCH_REFINEMENTS_MODEL_V2 modulos modulos/comments/list/noticias +modx-documentation moguls/ moira moj-empik/rejestracja* @@ -118589,6 +118454,8 @@ motorhome-details motorhome-search motori-2-0/annunci-auto motoring. +motorist/oils-lubricants/rimula-truck-heavy-duty-engine-oil/shell-starship/immersion-cooling-battery-technology +motorist/oils-lubricants/rimula-truck-heavy-duty-engine-oil/shell-starship/immersion-cooling-battery-technology.html motorrad-verkaufen motorraeder_roller.ez_i motorraeder_roller.hubraum_i @@ -118751,7 +118618,7 @@ mre/*.jpg$ mre/*.js$ mre/*.pdf$ mre/*.png$ -mre/*.zip$http://news.microsoft.com/robots.txt +mre/*.zip$http://elpais.com/robots.txt mre/*? mre/*@@configuracoes_view mre/*@@download/file$ @@ -119123,7 +118990,7 @@ mumobile mundogalaxy munet_reset munin -munin*http://polymer-project.org/robots.txt +munin*http://healthyplace.com/robots.txt munka/szerk muonline-dev muonlinefacebook @@ -119205,7 +119072,7 @@ mvc/* mvideos mvm mvno -mvscripts/http://slantmagazine.com/robots.txt +mvscripts/http://translate.google.co.uk/robots.txt mw mw/ mw/api @@ -119312,7 +119179,7 @@ mx/user$ mx/web.config mx/your mx2019.jsp -mxf-final-cut-pro/ +mxf-final-cut-pro/ my my$ my-MM/$ @@ -119327,7 +119194,7 @@ my-account/classes my-account/deliveries/menu my-account/download/* my-account/downloads -my-account/http://tenantcloud.com/robots.txt +my-account/http://justapinch.com/robots.txt my-account/master-courses my-account/membership-deals my-account/membership-sharing @@ -119458,7 +119325,7 @@ my/blog/driver/struktur-pendapatan-mingguan-grabcar-economy-labuan- my/blog/driver/struktur-pendapatan-mingguan-grabcar-economy-langkawi- my/blog/driver/struktur-pendapatan-mingguan-grabcar-economy-melaka- my/blog/driver/struktur-pendapatan-mingguan-grabcar-economy-miri- -my/blog/driver/struktur-pendapatan-mingguan-grabcar-economy-muar-http://yaledailynews.com/robots.txt +my/blog/driver/struktur-pendapatan-mingguan-grabcar-economy-muar-http://smore.com/robots.txt my/blog/driver/struktur-pendapatan-mingguan-grabcar-economy-penang- my/blog/driver/struktur-pendapatan-mingguan-grabcar-economy-sandakan- my/blog/driver/struktur-pendapatan-mingguan-grabcar-economy-sibu- @@ -119526,6 +119393,7 @@ my_account.php my_account/ my_apps my_basket.asp +my_cards my_etsy= my_favorites my_listings @@ -119701,6 +119569,7 @@ mysupport mysupport/s/forumshome mysupport/s/forumsproduct mysupport/s/forumsquestion +myteam.aspx myteams mythemes/collection myths_and_facts_about_depression_slideshow/article.htm @@ -119836,7 +119705,7 @@ native/delete_account/ native/vertical_videos/ native/video/ native_* -natol/http://kommersant.ru/robots.txt +natol/http://app.slack.com/robots.txt natur-und-landschaft/natur-erleben/termine/? natural_alternative_pet_remedies_humans_use_too/article.htm natural_cold_flu_remedies_pictures_slideshow/article.htm @@ -120345,7 +120214,6 @@ new-marketing-structure-at-universal-music-mexico new-member-offer new-orleans new-password -new-personal-order new-president new-product new-rebates/l @@ -120523,7 +120391,7 @@ news-ga news-insider$ news-insights/magazine/class-notes-search?*&*& news-insights/stories?*&*& -news-manager/ +news-manager/ news-news-flash&page= news-news-flash/*_q news-news-flash?page= @@ -120531,14 +120399,13 @@ news-outlets news-post news-redirect/* news-releases* -news-search news-search-results/? news-service news-stories-2023/ news-stories? news-unify news-weather/*_q -news.host.html/content/shared/university/news/ub-reporter-articles/stories/2024/10/nsf-engines.detail.htmlhttp://radar.oreilly.com/robots.txt +news.host.html/content/shared/university/news/ub-reporter-articles/stories/2024/10/nsf-engines.detail.htmlhttp://apple.com.cn/robots.txt news.html news.php3/ news/ @@ -120643,13 +120510,13 @@ news/all news/all-news-more.cfm news/api news/app-extra -news/archive/all-news.cfmhttp://republicworld.com/robots.txt +news/archive/all-news.cfmhttp://reurl.cc/robots.txt news/archive/commentary news/archives news/are-your-clean-clothes-drying-your-skin/ news/article news/articles.php -news/articles/*.xml$http://abc.xyz/robots.txt +news/articles/*.xml$http://earthweb.com/robots.txt news/articles/BT-CO news/articles/DN-CO news/articles/PR-CO @@ -120741,6 +120608,7 @@ news/newsletter/citigroup/ news/newsletter/usdateam/ news/newsletters/* news/node/add/ +news/notices/ news/out/ news/photo news/photo/$ @@ -120866,6 +120734,7 @@ news/video_list.php news/video_view.php news/ways-anger-ruining-your-health/ news/welcome-newsletter +news/whatsnew/ news/widgets news/wp-admin news/wp-admin/ @@ -122372,7 +122241,6 @@ news_export news_hub news_post news_print.html -news_widget newsadmin newsanalysis newsarchive @@ -122398,7 +122266,6 @@ newsletter-ad newsletter-ads.html newsletter-app newsletter-archive -newsletter-confirm newsletter-result newsletter-sign-up-submit newsletter-signup @@ -122533,7 +122400,6 @@ newsletter-templates/weather newsletter-templates/weather-weekly newsletter-templates/weekly-best-of newsletter-templates/weekly-messenger -newsletter-thanks newsletter.php newsletter/ newsletter/$http://namu.wiki/robots.txt @@ -122632,7 +122498,7 @@ newsletters/software newsletters/software/subscribe newsletters/sports/ newsletters/storyalerts/ -newsletters/subscribe/*http://stripes.com/robots.txt +newsletters/subscribe/*http://press.uchicago.edu/robots.txt newsletters/success/ newsletters/sustainability newsletters/sustainability/subscribe @@ -123294,7 +123160,7 @@ newyear2019 newyear2020 newyearsovety/?id= newyork -newyork/http://access.redhat.com/robots.txt +newyork/http://setn.com/robots.txt newyorklawjournal/events newzealand1/ nexo @@ -124035,8 +123901,11 @@ nl/$ nl/* nl/*.zip nl/*/*.html? +nl/*/*/business$ +nl/*/*/edit$ nl/*/*id= nl/*/media/oembed +nl/*/s/*/near$ nl/*?*lang=nl-NL nl/*?order= nl/*color= @@ -124083,6 +123952,7 @@ nl/android/search nl/api nl/api/v3/ajax/bespoke/member/neu/specs nl/api/v3/ajax/bespoke/public/neu/specs +nl/api/v5 nl/app nl/app-directory/zoom nl/app/download @@ -125362,11 +125232,13 @@ nl/media nl/media/oembed nl/messages nl/mijn-profiel +nl/mijn-studiekeuze nl/mini.php nl/modules/README.txt nl/motivator/ nl/music nl/music/playlist +nl/my_business$ nl/news nl/news/ nl/nl @@ -125420,7 +125292,14 @@ nl/pt nl/r/group nl/readymade nl/renew.html +nl/review_widget nl/rit +nl/s +nl/s/*/been +nl/s/*/favorite +nl/s/*/lazy_load_pics +nl/s/*/reviews +nl/s/*/togo nl/s/*? nl/seamonkey/collections nl/seamonkey/search @@ -125484,6 +125363,7 @@ nl/user/logout nl/user/password nl/user/register nl/users +nl/users/signin nl/venta-obranueva/ nl/venta-oficinas/ nl/venta-terrenos/ @@ -125497,6 +125377,7 @@ nl/web.config nl/webwijs/ nl/welkom/.more-custom-feat nl/welkom/.more-integ-feat +nl/widget nl/widgets nl/your nl/zoeken @@ -125771,7 +125652,7 @@ node/add/?context node/add/?context= node/add?context node/add?context= -node/http://local12.com/robots.txt +node/http://moomin.com/robots.txt node= node_modules node_modules*$ @@ -125831,6 +125712,7 @@ norman-cheng-to-leave-universal-music normativagrafica/2012-2024 normes/* norobot +norobotsnorhumansshouldevervisithispage norovirus_symptoms_treatment_prevention/article.htm north-america/search north_charleston_online/ @@ -125916,7 +125798,7 @@ notification notification-settings notification.cgi notification/pressrelease/2012/00_honsha/1213_01_01.pdf -notification/pressrelease/2012/00_honsha/1213_01_02.pdfhttp://telus.com/robots.txt +notification/pressrelease/2012/00_honsha/1213_01_02.pdfhttp://zdf.de/robots.txt notificationId notifications notifications @@ -126312,7 +126194,7 @@ nz/core nz/de nz/dealer_locator/ nz/distributionmanager/ -nz/donateapi*http://read.dukeupress.edu/robots.txt +nz/donateapi*http://aircanada.com/robots.txt nz/en nz/en/preferences/update nz/en/search @@ -126403,8 +126285,8 @@ o=*search o=new o=written_at oa -oag/secure-pdf/http://cloud.ibm.com/robots.txt -oag/secure-pdf/http://metacritic.com/robots.txt +oag/secure-pdf/http://affinity.serif.com/robots.txt +oag/secure-pdf/http://nrk.no/robots.txt oah/ oai oai-pmh @@ -126416,7 +126298,7 @@ oauth$ oauth/authorize oauth/connect.html oauth/continue -oauth/http://en.wikibooks.org/robots.txt +oauth/http://designboom.com/robots.txt oauth/http://freeconferencecall.com/robots.txt oauth/line oauth/login @@ -126486,7 +126368,6 @@ objects objectstorage objednat? obrigado -obrigado-newsletter-business obseques/search observation_accuracy_experiments observation_fields @@ -126499,7 +126380,7 @@ oc oc.php oc/dash-button oc/forums -oc/http://ellentube.com/robots.txt +oc/http://rochester.edu/robots.txt oc/kb/*/discuss oc/search oc/user @@ -126694,13 +126575,12 @@ offices/europe/germany/popup/ offices/europe/germany/surveys/ offices/europe/greece/sig/ offices/europe/slovakia/sig/ -official-documents-search offjour offline offline-plugin-app-shell-fallback offline.html offline/ -offline/http://s.id/robots.txt +offline/http://neh.gov/robots.txt offre-internet/sfr-box4G offroad/sites/default/files offset) @@ -126769,6 +126649,8 @@ ohimportal/sl/news/* ohimportal/sl/web/guest/-/news/* ohimportal/sv/news/* ohimportal/sv/web/guest/-/news/* +ohr +ohrtrain ohttp_gateway oi- oi= @@ -126787,7 +126669,7 @@ oit/systems/testzone/ ojob ojp okanagan/facultystaff/bba -okanagan/itservices/service-catalogue/accounts/novell/imanager.htmlhttp://getrichslowly.org/robots.txt +okanagan/itservices/service-catalogue/accounts/novell/imanager.htmlhttp://fastmail.com/robots.txt okeanija_ad okonomi okta/user/login @@ -126921,6 +126803,7 @@ on/oncgfp on/oncicb on/oncivac on/oncj +on/oncmlto on/oncmt on/oncno on/onco @@ -127061,7 +126944,6 @@ onix onix/ onix/* online -online-apotheke/go online-autokauf/checkout online-casinos online-chat-promopage @@ -127230,6 +127112,9 @@ opening/config opening_this_will_get_you_banned.php openlist openlogin +opennet/document +opennet/search-results +opennetadmin opensearch.xml opensso openstack @@ -127247,7 +127132,7 @@ opera/? opera/features operations operpost$ -operpost$http://jpmorgan.com/robots.txt +operpost$http://webkit.org/robots.txt ophalen/moment opic-cipo/cpd/eng/patent opic-cipo/cpd/eng/search @@ -127284,7 +127169,7 @@ opt-out-info.jsp opt-out-interface opt-out.jsp opt-out/confirm -opt-out/http://sentry.io/robots.txt +opt-out/http://glamour.com/robots.txt opt-out/http://usa.visa.com/robots.txt opt/widget-cache.php optInEmail @@ -127377,7 +127262,7 @@ order/assay-builder order/checkout order/genome-database order/heat-pump-old -order/heat-pump/my-quote/?http://techinsider.io/robots.txt +order/heat-pump/my-quote/?http://team17.com/robots.txt order/heat-pump/my-quote? order/login order/logout @@ -127420,9 +127305,6 @@ orders orders orders/ orders/*/order_complete -orders/create-personal -orders/create-personal/*/*?GA_EVENT -orders/create-personal/*/*?ec= orders/success orders/timeline orderstatus.php @@ -127479,7 +127361,7 @@ originals/inturn3/includes originals/stephen_kings_n/includes orioles/search orkut/albums -orlando/tag/*http://make.com/robots.txt +orlando/tag/*http://quantamagazine.org/robots.txt orne/ orne/assure/actualites/ oroscopo/sitemap.xml @@ -127495,7 +127377,6 @@ osc/search/ osc/search/node osc4p oscar -osgstatements-search osid oslo/ osmarjunior @@ -127693,11 +127574,20 @@ owners/vehicle-specification* owners/web/pages/home?p_auth=* owners/web/pages/parts-service/service-offers?p_auth=* owners/web/pages/parts-service/service-offers?p_p_auth=* +ownersdataextraction ownerview.php owp-webclient.do owpUpdateProfile.do oxp ozel +ozone/Docs/ +ozone/EN/Archives/ +ozone/FR/Archives/ +ozone/MDI/ +ozone/admin/ +ozone/data/ +ozone/images/ +ozone/stylesheets/ p p*from= p*groupType= @@ -127821,7 +127711,7 @@ p/*/wiki/*/history p/*/wiki/browse_tags p/*from= p/*groupType= -p/*http://seekingalpha.com/robots.txt +p/*http://wretch.cc/robots.txt p/*surveyopen p/*thm= p/0826cf4692f9 @@ -127880,6 +127770,11 @@ p/tv p/usuk p/variety p2 +p2progress/2002-2003/en/sec +p2progress/2002-2003/fr/sec +p2progress/_css +p2progress/_includes +p2progress/images p3/article p3/program p3tv @@ -127939,7 +127834,7 @@ package.json package.json$ package.json.sample package/*/docs -package/*/docs/latest/http://ledger.com/robots.txt +package/*/docs/latest/http://roamresearch.com/robots.txt packageGroups= package_files_uploaded_via_chrome packages @@ -127961,7 +127856,7 @@ packages/logfile packages/maintainer-view packages/table/start packages/table_lede17_1/start -packages?q=http://index.hr/robots.txt +packages?q=http://pushpay.com/robots.txt packagetype= packs/search?word packsViewSingle @@ -127994,9 +127889,6 @@ page-data page-data/ page-de-paiement-de-commande-magasin.html* page-edit.g -page-elements-westpac/call-to-action/ -page-elements-westpac/carousel/ -page-elements-westpac/promotional-images-pages/ page-in-preview page-not-found page-provider* @@ -128059,7 +127951,7 @@ page/etpk_0 page/favorite-fans page/forward.php page/html -page/http://first.org/robots.txt +page/http://macg.co/robots.txt page/listing- page/listing-listing-more-news page/monitoring-test-robots-200 @@ -128214,8 +128106,8 @@ page7426355.html page= page= page=* -page=*http://nastygal.com/robots.txt -page=*http://sainsburys.co.uk/robots.txt +page=*http://bigthink.com/robots.txt +page=*http://redroof.com/robots.txt page=1$ page=1& page=2$ @@ -128258,7 +128150,6 @@ pagenotfound-unify pagenotfound.content.html pagenotfound.jsp pagenotfound/ -pagenotfounderror.aspx pagenum= pager pages @@ -128279,6 +128170,7 @@ pages/*?preview[ pages/*[ pages/*{ pages/WriteAReview +pages/account pages/all$ pages/archive pages/bodyland-cared-and-loved @@ -128639,11 +128531,12 @@ paid-content/news/why-tax-filers-are-choosing-h-r-block-this-season paid-content/news/why-you-need-a-cutting-edge-vpn-to-keep-you-safe-online paid-content/news/why-you-need-an-internet-provider-with-no-data-caps paid-content/samsung-micro-rgb-tvs-show-you-more-colors-than-ever-before +paid-content/what-can-ray-ban-meta-ai-glasses-do-5-use-cases-for-your-everyday-routine paid-content/what-to-include-in-a-heart-health-daily-regimen-from-supplements-to-home-monitors paid-content/when-can-kids-get-a-debit-card-heres-how-cash-app-handles-every-age +paid-lp paid-newsletter-unsubscribe/ paid-posts -paid-transfers-buyer-survey paidcontent paidcontent/demo paiement @@ -128837,7 +128730,6 @@ paroxysmal_nocturnal_hemoglobinuria_tips_care/article.htm parrainer parsed/ parsely-api-endpoint -part part/$ part/IACN04G1L33X074 part/IACN04G1L56X042 @@ -128864,7 +128756,7 @@ partials__ participant participants participate/visa-invitation-letter -participe/cursoprovedoreshttp://uh.edu/robots.txt +participe/cursoprovedoreshttp://getapp.com/robots.txt particle/milgrom particuliers particuliers/vous-etes/nouveaux-arrivants-canada/choisir-institution-financiere/equipe-nouveaux-arrivants/ @@ -128955,7 +128847,6 @@ partners/sofinco partners/syndication/ partners/thank-you partners/webinars/request/ -partners_sdk partnerschaft partnership partnership-request @@ -128988,7 +128879,7 @@ password-login password-management password-reset password-reset/ -password-resethttp://theartnewspaper.com/robots.txt +password-resethttp://girlswhocode.com/robots.txt password-retrieval/ password/ password/reset @@ -129179,6 +129070,7 @@ pb/widgets pba pbd pbflex +pboro/pages/ pbpp pbs/kids/mt3 pbs/kids/mt4 @@ -129246,6 +129138,10 @@ pda/? pda/search? pda? pdarla +pdb/ghg/onlineData/ +pdb/ghg/onlineData/table_e.cfm +pdb/ghg/onlineData/table_f.cfm +pdb/websol/querysite pdbe-srv/view/search pdc pdd @@ -129493,8 +129389,6 @@ peopleadmin peopleforce-contact-us-thank-you peoplematter-disclaimer peopleofficeorderable -peopleoptions.aspx -peopletags.aspx pep pepe pepper-api/cart @@ -129548,11 +129442,9 @@ perpetualescom person person-*/private person/ -person/http://kyivpost.com/robots.txt +person/http://uso.org/robots.txt person_graduated_school personal -personal-banking/home-loans/special-purpose-home-loans/low-doc-loans/rates/ -personal-banking/westpac-online-sign-in-out/signin/ personal-data-notice personal-finance personal-finance/s? @@ -130214,7 +130106,7 @@ perspectiva perspective perspectives/wp-admin perspectives/wp-admin/admin-ajax.php -perspectives/wp-admin/http://fastcodesign.com/robots.txt +perspectives/wp-admin/http://reliefweb.int/robots.txt pertussis_and_whooping_cough_pictures_slideshow/article.htm perugia-arresto-ex-sindaco-gubbio-domani-le-arringhe-udienza-preliminare_3mYhdDIzgWEhiBqY32Vclx pesca-e-aquicultura/apresentacaovelha @@ -130673,12 +130565,14 @@ pin_shop pincode/ajaxpostofficeload ping ping +ping.aspx pingdom pingfederate pingtest pinguicula pink_eye_pictures_slideshow/article.htm pino +pinterest-conversion pinterest-predicts pinterest-wellbeing pinterestwellbeing @@ -130696,8 +130590,6 @@ piste pistons/node pistons/users pitch-black -pitchfx-legacy.aspx -pitchfxg-legacy.aspx pitneybowes/ pittsburgh pivot @@ -130730,10 +130622,10 @@ pk/special/000webhost pk/special/webhost pkb/ pkey= -pkey=http://pubs.opengroup.org/robots.txt +pkey=http://oxfordlearnersdictionaries.com/robots.txt pkginfo pkginfo/ -pkta01d26ae74f4.htmlhttp://acefitness.org/robots.txt +pkta01d26ae74f4.htmlhttp://swpc.noaa.gov/robots.txt pl pl*/listing/*/favoriters pl*/people/*/circle @@ -130981,8 +130873,11 @@ pl/*-x-r311371-c pl/*-x-r438536-c pl/*-x-r686230-c pl/*/*.html? +pl/*/*/business$ +pl/*/*/edit$ pl/*/*id= pl/*/item$ +pl/*/s/*/near$ pl/*?*lang=en-US pl/*?order= pl/*color= @@ -131047,6 +130942,7 @@ pl/android/search pl/api pl/api/v3/ajax/bespoke/member/neu/specs pl/api/v3/ajax/bespoke/public/neu/specs +pl/api/v5 pl/appeals pl/apps pl/article @@ -131182,6 +131078,7 @@ pl/music/*/+tags pl/music/*/+wiki/shoutbox pl/music/*? pl/music/+noredirect +pl/my_business$ pl/news/ pl/nonprofit-organizations pl/office-for-alfresco @@ -131221,6 +131118,13 @@ pl/register pl/registration pl/renew.html pl/resellers +pl/review_widget +pl/s +pl/s/*/been +pl/s/*/favorite +pl/s/*/lazy_load_pics +pl/s/*/reviews +pl/s/*/togo pl/s/*? pl/seamonkey/collections pl/seamonkey/search @@ -131283,11 +131187,13 @@ pl/use-cases/soft-skills-training/ pl/use-cases/technical-skills-training/ pl/user pl/users +pl/users/signin pl/venta-obranueva/ pl/venta-oficinas/ pl/venta-terrenos/ pl/venta-viviendas/ pl/web.config +pl/widget pl/widgets pl/workspace-prices pl/your @@ -131375,7 +131281,7 @@ plantain-anmaxyz plantfinder-quicklinks-iframe.aspx plantinga-appointed-managing-director-universal-music-netherlands plants_rashes_poison_ivy_oak_sumac/article.htm -plantuml/img/http://publicdomainvectors.org/robots.txt +plantuml/img/http://kwai.com/robots.txt plantuml/map plantuml/svg plantuml/txt @@ -131401,7 +131307,7 @@ play/audio/*/socialTracking/share play/audios/modulosRadio play/embed play/foro -play/kurzfassungen/2-bundesliga-fussball-highlights-zusammenfassung-102/http://tally.so/robots.txt +play/kurzfassungen/2-bundesliga-fussball-highlights-zusammenfassung-102/http://theintercept.com/robots.txt play/kurzfassungen/bundesliga-fussball-highlights-zusammenfassung-100 play/kurzfassungen/bundesliga-saison-2022-2023-fussball-highlights-100 play/kurzfassungen/bundesliga-saison-2023-2024-fussball-highlights-zusammenfassung-100 @@ -131529,6 +131435,7 @@ plugins/feedback.php plugins/search plugins/viewsource plugins/viewsource/viewpagesrc.action +pluiesacides/Images pluralphoto plus plus$ @@ -131573,10 +131480,8 @@ plusd/cables/07PANAMA255_a.html plusdeservices/generate-captcha plusinstall pluss -plustest/ plzh pm -pm-optout pm-test-form= pm/ pm/amplify/ @@ -131654,7 +131559,6 @@ podcast-directory-download? podcast-directory-play.php? podcast-experience podcast-reviews -podcast-search podcast-service podcast.cfm* podcast/ @@ -131680,6 +131584,7 @@ podcasting/includes/tsoas.xml podcasting/includes/wbtc.xml podcastpage podcastproducerorderable +podcasts podcasts-and-videos/podcasts podcasts-and-videos/videos podcasts/*/?s= @@ -133205,6 +133110,7 @@ portfolio portfolio portfolio-site portfolio/ +portfolio/* portfolio_browser portfolio_export portland @@ -133380,7 +133286,7 @@ pre-production/ preauthorize precatorios precios -prediction-markets/http://www2.warwick.ac.uk/robots.txt +prediction-markets/http://google.org/robots.txt predictions/football/3360711-rpl-shansy-krasnodar-spartak-na-pobedu-v-matche-14-go-tura-rpl.html predictions/football/3361258-lch-shansy-pszh-i-bavarii-na-pobedu-v-matche-4-go-tura-ligi-chempionov.html predictor @@ -133825,7 +133731,7 @@ premium/admin premium/cert premium/checkout premium/download -premium/http://ser13gio.blogspot.com/robots.txt +premium/http://sgtrains.com/robots.txt premium/plus premium/reset-password/new premium/search @@ -133931,7 +133837,6 @@ presse/unilist pressemitteilungen/daten/bilder pressemitteilungen/daten/thumb_cache pressemitteilungen/daten/thumbs -pressmaterial-search pressoffice pressplay-taps-mp3-com-for-back-end-technology-to-power-online-music-subscription-service pressplay-to-be-official-name-for-new-subscription-music-service-created-by-sony-music-entertainment-and-universal-music-group @@ -133959,7 +133864,7 @@ preview-main/* preview.aspx preview/ preview/* -preview/*http://wwd.com/robots.txt +preview/*http://thenounproject.com/robots.txt preview/http://roots.io/robots.txt preview/post/* preview/result @@ -134057,11 +133962,11 @@ pricing/index.v2.php*? pricing/payment pricing/pricing-enterprise pricing/pro -pricing/v1/http://techtimes.com/robots.txt +pricing/v1/http://berlin.de/robots.txt pricing? pricing?ref= pricing_ -pricinghttp://tmb.cat/robots.txt +pricinghttp://verywellfit.com/robots.txt prihlaseni prijevoz prilog/* @@ -134120,7 +134025,6 @@ printing printmail printmail$ printmail? -printoptions printorder printpage printpdf @@ -134329,7 +134233,7 @@ privacy/privacy.html privacy/sub-processors.html privacy/zoho-group.html privacy/zoho-group.html -privacy2.htmlhttp://geoguessr.com/robots.txt +privacy2.htmlhttp://conversionxl.com/robots.txt privacy_doc privacy_security/index.jsp privacyfeedback @@ -134377,7 +134281,7 @@ private-schools/search private-service-offer private/ private/gallery/content/ -private/http://google.it/robots.txt +private/http://squareup.com/robots.txt private/wtrack privatecampaignpage privategenericpage @@ -134401,7 +134305,8 @@ pro-meeting pro-resources pro-site pro-solutions -pro-subscriptionshttp://temu.com/robots.txt +pro-subscriptionshttp://etoro.com/robots.txt +pro/ pro/*/alquiler-*,*, pro/*/listingDispatcherController$ pro/*/venta-*,*, @@ -134522,7 +134427,7 @@ product-p-*gads=true product-page-testing product-presentation-info.aspx product-print* -product-ratings/http://people.com/robots.txt +product-ratings/http://embassybel.ru/robots.txt product-reviews product-reviews/B0069IY63Y product-reviews/best-pregnancy-apps/ @@ -134542,10 +134447,15 @@ product.php?o=*&offset= product/ product/* product/*/containingproducts +product/*/favorite/create product/*/hascontainingproducts +product/*/interaction +product/*/offer/create product/*/samplepages +product/*/tear-sheet product/*/write_review product/accessory/ +product/action-info product/allproviders product/brandreport.do product/bundle/ @@ -134554,6 +134464,7 @@ product/complementaires/getByProduct.do* product/condition.aspx product/containedresources product/customersalsobought +product/data product/displayorder.do product/dynamic-creative/gallery product/electrode/api/logger @@ -134563,9 +134474,13 @@ product/getonlinestatus.do product/getqrcode.do product/getstprodinfo.do product/glossary.aspx +product/grid +product/id product/index product/inventory.do product/item/substancewarning.aspx +product/list +product/list/recently-viewed product/listing product/mobileprict.do product/productdisplay.do @@ -134952,7 +134867,6 @@ professionals/hznb/*probr-1~/project-type--*/$ professionals/hznb/*probr0 professionals/query professionals/s -profi profi-care* profil profil- @@ -135096,6 +135010,7 @@ profileReviews profileService profile_ profile_reviews.php +profilehtml/ profileinterview.php profilerole profiles @@ -135388,7 +135303,6 @@ project project-booster/api/events/estimate-form-event project-chooser!input.jspa project-mermaid -project-search project/%D0%A3%D1%81%D1%82%D0%B0%D0%B2%20%D0%A4%D0%BE%D0%BD%D0%B4%D0%B0%20%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%81%D0%BB%D0%B0%D0%B2%D0%BD%D0%BE%D0%B3%D0%BE%20%D0%BF%D1%80%D0%BE%D1%81%D0%B2%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%90%D0%B7%D0%B1%D1%83%D0%BA%D0%B0%20%D0%B2%D0%B5%D1%80%D1%8B.pdf project/*$ project/*/submit-malware-report @@ -135411,7 +135325,6 @@ projects.html projects.html~ projects/ projects/* -projects/*/*?*ref= projects/*/activity projects/*/backers projects/*/best_release.html @@ -135453,8 +135366,6 @@ projects/browse$ projects/browse.php projects/calendar$ projects/create -projects/create/*?GA_EVENT -projects/create/*?ec= projects/dashboard projects/des-cedres/ projects/des-cedres/* @@ -135509,7 +135420,6 @@ projects/start_creating projects/tags projects/thurso-papineau/ projects/thurso-papineau/* -projects/upload projects/user$ projects/vef projects/volksentscheid-fahrrad @@ -135518,6 +135428,8 @@ projects/website-design/loan-referral-website? projects2 projects_plans/parks_recreation/rfmp-discussion-guide-thank-you.aspx projectslistingpage +projectteam.aspx +projectteamaddexistinguser.aspx projectteamorderable projectvrm projektai/mano-svoris @@ -135593,6 +135505,7 @@ promote promoted promoted promoted-content +promoted-listings promotion promotion/* promotion/.html @@ -135604,6 +135517,7 @@ promotionaltools promotionproduct promotions promotions/*/click +promotions/akciya-zakonchilas promotions= prompt-library-category prompt-library-use-case @@ -135613,9 +135527,9 @@ pronunciation proof proof= proof=t%2Btarget%3D\ -proonly.php propath/choose-product.aspx propeliq-thank-you +properties/ properties/topleadform property property-facility-managers/color/find-and-explore-colors/hoa @@ -135728,6 +135642,7 @@ proximic proximus proxy proxy.pac +proxy/* proxy/accounts proxy/accounts/v1 proxy/accounts/v1/groups @@ -136037,6 +135952,7 @@ pt-br/blog/how-decagon-uses-ai-for-design-system-saturation/$ pt-br/blog/how-figma-stays-ahead-of-vulnerabilities-with-agents/$ pt-br/blog/how-to-design-agentic-tools-for-work/$ pt-br/blog/how-to-harness-skills-that-ai-cant-automate/$ +pt-br/blog/how-to-move-fast-toward-the-right-thing/$ pt-br/blog/how-we-secure-figmas-internal-systems-with-agents/$ pt-br/blog/improving-performance-in-the-layers-panel/$ pt-br/blog/in-good-company-agencies-freelancers/$ @@ -136071,6 +135987,7 @@ pt-br/blog/the-benefits-of-code-connect-in-mcp/$ pt-br/blog/the-figma-agent-is-here/$ pt-br/blog/the-visual-identity-behind-config-2026/$ pt-br/blog/topic +pt-br/blog/try-these-10-skills-and-show-off-your-own/$ pt-br/blog/turn-your-chatgpt-brainstorms-into-figjam-diagrams/$ pt-br/blog/visibility-at-scale-how-figma-detects-sensitive-data-exposure/$ pt-br/blog/what-matters-when-anyone-can-build/$ @@ -136689,8 +136606,6 @@ pt/banners pt/bcn pt/bestof pt/black_friday_sale_subscribe_confirm.html -pt/blog/artigos/*/share -pt/busca/filters pt/buscar pt/buscar/ pt/buscar/pergunta @@ -136705,7 +136620,6 @@ pt/c/*ship_to= pt/c?*attr_*= pt/call-back-form pt/callback-spotify -pt/carrinho pt/cart pt/casas-e-apartamentos-a-venda-em-espanha pt/categories/*/p @@ -136723,16 +136637,12 @@ pt/contact pt/contact.php pt/conversations pt/core -pt/criacoes/*/relatorios/novo -pt/criacoes/*/share pt/cz pt/days/world-radio/grid pt/days/world-radio/list pt/days/world-radio/map pt/de pt/demo-order -pt/descontos-vouchers-impressao-3d/*/share -pt/designs-colecoes/*/*/share pt/dominio/ai-search? pt/dominio/bulk-search? pt/dominio/busca-avancada? @@ -136757,7 +136667,6 @@ pt/encomenda pt/entry pt/errors pt/es -pt/escolha-cadastro pt/especial/000webhost pt/event/*/ical pt/event/*/shoutbox @@ -136768,7 +136677,7 @@ pt/facturas/* pt/features pt/festival/*/shoutbox pt/forum -pt/forum/goto.phphttp://bain.com/robots.txt +pt/forum/goto.phphttp://plaza.rakuten.co.jp/robots.txt pt/forums pt/fr pt/gallery @@ -136784,19 +136693,14 @@ pt/help/sitemap.php pt/home pt/imoveis-de-luxo-a-venda-espanha pt/imoveis-de-luxo-para-arrendar-espanha -pt/impressao-3d/*/relatorios/novo -pt/impressao-3d/*/share pt/info pt/internal pt/intphone/ pt/invites/buy pt/it -pt/itens-colecao pt/kr pt/label -pt/language/editar pt/letras/*/*/embed -pt/links/warnings pt/listing/*/stubs pt/locale/overlay pt/locale/overlay_secure @@ -136836,7 +136740,6 @@ pt/mercado/user-listings pt/mercado/user-listings? pt/messages pt/mini.php -pt/moeda/editar pt/music/*/+images pt/music/*/+images/*/shoutbox pt/music/*/+images/*/shoutbox? @@ -136848,7 +136751,6 @@ pt/music/*/+wiki/shoutbox pt/music/*? pt/music/+noredirect pt/music/tracks -pt/nav/categorias pt/navegar pt/news/ pt/news?page= @@ -136860,15 +136762,12 @@ pt/offers/ pt/office-for-monday pt/onelook_american_dictionary_words.html pt/onelook_british_dictionary_words.html -pt/opcao-login pt/opmanager-site24x7-comparison.html pt/order pt/partnership-request pt/people pt/perfil pt/perfil/*/emblemas -pt/perfil/criado -pt/perguntas/selection pt/player pt/playlist pt/pm/ @@ -136896,8 +136795,6 @@ pt/recursos/website-builder/templates/business-and-services/*,* pt/refer-a-friend-terms-and-conditions pt/register.php pt/registration -pt/relatorios-traducao-blog/novo -pt/relatorios-traducao-criacao/novo pt/release pt/reviews-and-testimonials pt/search @@ -136955,11 +136852,6 @@ pt/tutoriais/search pt/ugc pt/unleash pt/user -pt/usuarios/*/clans/*/share -pt/usuarios/*/relatorios/novo -pt/usuarios/*/share -pt/usuarios/criacao -pt/usuarios/senha/novo pt/venta-obranueva/ pt/venta-oficinas/ pt/venta-terrenos/ @@ -137028,6 +136920,7 @@ ptdinner ptfr ptgr pti-feed +ptid ptit ptja ptko @@ -137082,7 +136975,7 @@ publi-info public public-api public-api/docsv2 -public-api/http://melon.com/robots.txt +public-api/http://scotusblog.com/robots.txt public-data-sets/applicants/ public-data-sets/terms/ public-engagement @@ -137098,7 +136991,7 @@ public-style-guide public-transit-screen public.api public/* -public/*http://preview.redd.it/robots.txt +public/*http://kompas.com/robots.txt public/about-eso/committees/cc public/about-eso/committees/cou public/about-eso/committees/fc @@ -137158,7 +137051,6 @@ publications*filter_region publications*filter_theme publications*filter_type publications*sort_by -publications-search publications/*/series/*.html publications/*date publications/*topic @@ -137183,6 +137075,7 @@ publications/documents/infcircs publications/eurotex-2005-notes publications/export publications/filter/tips +publications/index.cfm? publications/index.php/admin publications/index.php/comment/reply publications/index.php/filter/tips @@ -137534,7 +137427,7 @@ qc/qctt qc2024 qc_campaign qdtarchive/can-you-tighten-loose-skin-after-weight-loss-2/ -qdtarchive/how-to-lose-the-freshman-15-2/http://eprints.whiterose.ac.uk/robots.txt +qdtarchive/how-to-lose-the-freshman-15-2/http://bseindia.com/robots.txt qe15com qemail qengine @@ -137557,7 +137450,6 @@ qr_img0.50g qrclock.php qrcode qry= -qs-profiles/rank-data/. qs=1 qt887799 qtforpython-6.2 @@ -137576,6 +137468,7 @@ qtrax/sync/ qtsspbR1 qtsspbR2 qttreeview +qtype=search quake*/p*.html quality quality-control-music-signs-joint-venture-with-capitol-music-groupmotown-records @@ -137600,7 +137493,6 @@ query query$ query% query.cgi -query.html query/ query/related/related query= @@ -137655,7 +137547,6 @@ quick-stack/* quickView= quick_acne_cover_ups_pictures_slideshow/article.htm quick_home_remedies_for_puffy_face_and_body/article.htm -quickadd.aspx quickbuy quickcast quickfacts @@ -137681,9 +137572,8 @@ quiz-list/ quiz-results-learn-more-vid quiz/ quiz/archive/*/* -quiz/archive/*/*/$http://apod.nasa.gov/robots.txt +quiz/archive/*/*/$http://pubs.rsc.org/robots.txt quiz/document -quiz/engine quiz/todayincolumbia/ quizzes quizzes-v2 @@ -137843,7 +137733,6 @@ ratifying/ rating rating-over rating/ -rating/average rating= rating=4-9733-9733-9733-9733-9734-Up,5-9733-9733-9733-9733-9733- rating=5-9733-9733-9733-9733-9733- @@ -137882,7 +137771,7 @@ rcs?action rcsearch.aspx rd rd/ -rd/pdf/http://thespruceeats.com/robots.txt +rd/pdf/http://tasteofcountry.com/robots.txt rd/search rd/search$ rd/search? @@ -137899,7 +137788,7 @@ rds/archive/Catalog/?author rds/archive/catalog/?*keywords rds/archive/catalog/metrics? rds/imagedb/Results? -rds/imagedb/results?http://bu.edu/robots.txt +rds/imagedb/results?http://sans.org/robots.txt rdv re re/ @@ -138120,9 +138009,7 @@ realestateandhomes-print realestateandhomes-search realestateandhomes-search/*/*/pg- realestateandhomes-search/*/pg-*/show-recently-sold -realestateandhomes-search/*/price- realestateandhomes-search/*/price-na- -realestateandhomes-search/*/price-na-*/pg- realestateandhomes-search/*/radius- realestateandhomes-search/*?cid= realestateandhomes-search/*?from_ldp=true @@ -138162,7 +138049,7 @@ reasons_your_child_cant_sleep_pictures_slideshow/article.htm reauthenticate rebecca-allen-appointed-managing-director-decca-records-uk rebeccagarcia -rebooting-the-record-label/http://blogs.gartner.com/robots.txt +rebooting-the-record-label/http://bl.uk/robots.txt rec recapitulatif recaptcha.aspx @@ -138229,18 +138116,23 @@ rechercher recipe recipe-box recipe-portal/search +recipe/*/*/nutrition +recipe/*/*/print +recipe/*/bitflag +recipe/*/feedback recipe/box recipe/edit +recipe/email* +recipe/link/* recipe/view +recipe/zapcache/* recipe_parser recipes recipes/ recipes/*?q= -recipes/cook -recipes/email.phphttp://alzheimers.org.uk/robots.txt +recipes/email.phphttp://magcloud.com/robots.txt recipes/filter/* recipes/member/reviews -recipes/print recipes/search recipes/search/?q recipes/search? @@ -138646,7 +138538,7 @@ refer refer-* refer-a-friend refer/ -refer/http://bankrate.com/robots.txt +refer/http://insee.fr/robots.txt refer/pal reference reference-library @@ -138684,7 +138576,7 @@ refresh.php refresh_stored_accounts refresh_token refresh_token -refreshed-hphttp://dmlp.org/robots.txt +refreshed-hphttp://alliantcreditunion.org/robots.txt refrigeration/en/worldwide/search.html refs refund @@ -138744,6 +138636,7 @@ register-account register-account.asp* register-for-purchase register-now +register-proxy-event register.aspx register.bml register.php @@ -138760,6 +138653,8 @@ register?return_uri= register?welcome_redirect register_apn register_gcm +registeraccount.aspx?ReturnURL=* +registeraccount.aspx?ReturnUrl=* registerb registersubscriber registracion @@ -138924,7 +138819,6 @@ remember/resources-holocaust-survivors-victims/database-of-holocaust-survivor-an remember/resources-holocaust-survivors-victims/database-of-holocaust-survivor-and-victim-names/search-names? rememberme remilogs/ -remind remind.php reminders remote @@ -138939,6 +138833,7 @@ remotecontrol/bestpractices/jl-prototype remotecontrol/bestpractices/prototype remotelogin remotelogout +removal removalrequest remove remove-favorite @@ -138963,7 +138858,6 @@ renew/blood-donor-prospect/land-prospect-thanks.html renewal-center renewal-center/business renewal-center/home -renewal-reminder-optout renowned-music-executive-tom-whalley-launches-new-label-with-universal-republic rent-calculator rent/guide @@ -140016,12 +139910,14 @@ research/*/plugins research/*/templates research/*/tmp research/*? +research/2026-in-development/ research/accessibility-test-for-compliance-with-wcag-2.2-aa-standards research/article/article.xhtml research/article/articleCMSContent.xhtml research/article/articleCuratedList.xhtml research/article/articleSearchResults.xhtml research/article/articleTypeSearchResults.xhtml +research/cat-irc/ research/category-90000 research/celt/old research/cgg @@ -140486,7 +140382,7 @@ resources/allstate/attachments/pdf/etr0509.pdf resources/calendar resources/collocations resources/community-archive-2019 -resources/contrastchecker/?*http://elsevier.com/robots.txt +resources/contrastchecker/?*http://brokemillennial.com/robots.txt resources/contrastchecker? resources/cookie resources/css @@ -140505,7 +140401,7 @@ resources/ftptransfer resources/ghost/api resources/gocodersdk/54f8721827aeb3bebffcca5e3b1a0d43/ resources/gocodersdk/docs/1.0/54f8721827aeb3bebffcca5e3b1a0d43/ -resources/guide/agentic-ai-systems-observability-lphttp://brookings.edu/robots.txt +resources/guide/agentic-ai-systems-observability-lphttp://popsugar.com/robots.txt resources/how-to/HowTo/SalAjxGetAssetDownloadForm resources/how-to/HowTo/SalAjxGetRandomHighConversionArticleContent resources/how-to/HowTo/SalAjxGetRandomHighTrafficArticleContent @@ -140554,11 +140450,11 @@ resources/search resources/search/research-analysis resources/searchresult resources/serverapi/ +resources/serverapi/latest resources/smartpath/ resources/tags resources/template resources/template/thank-you -resources/templates resources/thank-you resources/thank_you resources/unlisted/ @@ -140625,7 +140521,6 @@ restos/restaurant-hasard.aspx restrict/ restricted restricted -restricted-do-not-enter restricted-domains.txt restricted/ restricted_temporary/ @@ -140792,7 +140687,7 @@ review/*/transparency review/common/du review/create-review review/dynamic/sims-box -review/fileshttp://distrowatch.com/robots.txt +review/fileshttp://library.duke.edu/robots.txt review/hall-of-fame review/list review/list_rss @@ -141281,7 +141176,7 @@ robots.html robots.txt robots.txt robots.txt$ -robots.txthttp://ccohs.ca/robots.txt +robots.txthttp://fansided.com/robots.txt robots_nidirect.txt roc008 rock-hill/ @@ -141414,6 +141309,7 @@ roubaix-tourcoing/assure/actualites/ rouen-elbeuf-dieppe-seine-maritime/ rouen-elbeuf-dieppe-seine-maritime/assure/actualites/ roulette +roulonsvert rousers/ route-planner/email route-planner/l @@ -141457,6 +141353,7 @@ rpc rpc/index.php?mode=profile_module_illusts&user_id=*&illust_id= rpg rpg.php +rpp/2004/ rpvtea rpvwine rquery @@ -141632,7 +141529,7 @@ rss2 rss7 rss? rssFeed -rss_export/www_export.rsshttp://mvagusta.com/robots.txt +rss_export/www_export.rsshttp://ricoh.com/robots.txt rss_feeds rss_items rss_trk @@ -141648,7 +141545,7 @@ rstmh/ rsvp rsvp.php rsvp/images -rsw/upload/k2dienste/http://thefeedfeed.com/robots.txt +rsw/upload/k2dienste/http://nycgo.com/robots.txt rt%3Dnc rt= rt=0 @@ -141797,9 +141694,6 @@ ru/%D0%BF%D1%80%D0%BE%D1%81%D0%BC%D0%B0%D1%82%D1%80%D0%B8%D0%B2%D0%B0%D1%82%D1%8 ru/*/*.html? ru/*/*id= ru/*? -ru/3d-pechat-vaucher-skidki/*/share -ru/3d-pechat/*/otchyoty/novyi -ru/3d-pechat/*/share ru/?cityId ru/?order_id ru/?wicket:interface= @@ -141849,8 +141743,6 @@ ru/aviabilety/ct ru/awards.html ru/banners ru/black_friday_sale_subscribe_confirm.html -ru/blog-statya-perevod-otchety/novyi -ru/blog/stati/*/share ru/blogs/497c2c2d305b7dfa351d17bd3b4398dc37b0e0a4/ ru/board-of-governors ru/buscar/ @@ -141880,7 +141772,6 @@ ru/de ru/dealer_locator/ ru/demo-order ru/distributionmanager/ -ru/dizain-kollektsii/*/*/share ru/doma-klassa-lyuks-na-prodazhu-v-ispanii ru/doma-klassa-lyuks-v-arendu-v-ispanii ru/domain/advanced-search? @@ -141960,15 +141851,12 @@ ru/kb ru/kb/*/discuss ru/knowledge-base/search ru/ko -ru/korzina ru/kr ru/label ru/landingpage/ -ru/language/redaktirovat ru/legal-affairs/grid ru/legal-affairs/list ru/legal-affairs/map -ru/links/warnings ru/login.ashx ru/login?next= ru/logout @@ -142008,7 +141896,6 @@ ru/music/*/+wiki/shoutbox ru/music/*? ru/music/+noredirect ru/music/playlist -ru/nav/kategorii ru/nedvizhimost-v-ispanii ru/news ru/news/ @@ -142030,20 +141917,12 @@ ru/oteli/s ru/partnership-request ru/player ru/pm/ -ru/poisk/filters -ru/polzovateli/*/clans/*/share -ru/polzovateli/*/otchyoty/novyi -ru/polzovateli/*/share -ru/polzovateli/parol/novyi -ru/polzovateli/sozdanie -ru/predmety-kollektsii ru/press-releases ru/privacy ru/privacy.html ru/privacy_policy.html ru/products/ras/trial-center ru/professional-users -ru/profil/sozdano ru/profile ru/profiles ru/properties-for-sale-in-spain @@ -142079,7 +141958,6 @@ ru/secure/ ru/setlocale ru/settings ru/signin -ru/sozdanie-perevodov-otchetov/novyi ru/spellcheck ru/srr ru/style @@ -142094,8 +141972,6 @@ ru/thunderbird/collections ru/thunderbird/search ru/ticket ru/tr -ru/tvoreniya/*/otchyoty/novyi -ru/tvoreniya/*/share ru/ugc ru/unitwin/grid ru/unitwin/list @@ -142104,7 +141980,6 @@ ru/user ru/users ru/users/*/followers ru/users/*/following -ru/valuta/redaktirovat ru/venta-obranueva/ ru/venta-oficinas/ ru/venta-terrenos/ @@ -142114,11 +141989,8 @@ ru/versions.html ru/versions/*/beta.html ru/versions/*/nightly.html ru/versions/*/release.html -ru/vhod-po-email ru/video ru/video/watch -ru/voprosy/selection -ru/vybor-registratsiya ru/web ru/web.config ru/widgets @@ -142537,7 +142409,7 @@ sales sales-demo-video sales-gifts/best-gifts-for-migraine/ sales-gifts/gifts-for-ocd/ -sales-kit/ +sales-kit/ sales-leads sales/*?*after= sales/*?*before= @@ -142677,6 +142549,7 @@ saved saved-courses saved-items saved-research +saved-search saved-search-api saved-searches saved_compare_reports/ @@ -142843,6 +142716,7 @@ schools/_ajax/log schools/computing/sitemap schools/eps/non-searchable schools/fpg +schools/materials/newsite/ schools/nursing/dice/dicepast schools/nursing/dice/dicepres schoolsearch @@ -142857,6 +142731,9 @@ sci-tech/downloads sci/activities/projects/eis/bin sci/facilities/paranal/sciops/team_only sci/php/redirect.html +sci_hor/1_common/ +sci_hor/Admin/ +sci_hor/images/ sciatica_pictures_slideshow/article.htm science-blog-satellites? science-dean-search @@ -142872,7 +142749,7 @@ science/frag science/gadgets/render science/gs science/mlkt/rslts -science/new-drug-product-pipelinehttp://audacy.com/robots.txt +science/new-drug-product-pipelinehttp://chronicle.com/robots.txt science/outlineJson science/page/flash/VideoPlayer science/ppv-pdf @@ -142905,6 +142782,8 @@ science?_ob=ShoppingCartURL science?_ob=SuggestedArtURL science?_ob=TitleSrchURL science?_ob=TopicAlertURL +sciencecinema/account +sciencecinema/search sciencelinx/blackholegame/index.html/robots.txt sciencenet scientific-monitoring.html?* @@ -142944,7 +142823,7 @@ scrapertrap scratch_1.4 scratchr2/static screen -screen-flow/ +screen-flow/ screen-recorder-app? screen-time-strategies-you-can-start-today screen/image @@ -142952,7 +142831,7 @@ screenTypeId= screener screener/insider screener?* -screener?http://japan.zdnet.com/robots.txt +screener?http://wpmobile.app/robots.txt screener?v=210&s=ta_overbought screener?v=210&s=ta_oversold screener?v=210&s=ta_p_channel @@ -143036,6 +142915,7 @@ scss scurvy/ scwidget/topsearch.html sd +sd-dd_consult/images/ sd-jobs sd/ sd/press-releases @@ -143103,6 +142983,7 @@ sdg4education2030/vi/search sdg4education2030/zh/event/*/ical sdg4education2030/zh/explore sdg4education2030/zh/search +sdinfo/ sdk sdk-piano sdk.privacy-center.org @@ -143342,7 +143223,7 @@ search*field_ search*filter_category= search*filter_duration= search*hashtag= -search*http://gatsbyjs.org/robots.txt +search*http://mlb.mlb.com/robots.txt search*keywords=*page= search*language= search*node=$ @@ -143534,6 +143415,7 @@ search.gw search.html search.html search.html*$ +search.html? search.html?search-mode=* search.industrysegment=* search.jsp @@ -143635,7 +143517,6 @@ search/advanced-search.html search/advanced.html search/advanced/category/websites search/ai/ -search/albums search/all search/all-collections/results search/all.htm @@ -143644,8 +143525,6 @@ search/apachesolr_search search/api search/api/wpa search/archive.html -search/artist -search/artists search/assets search/audio search/audio?k= @@ -143678,9 +143557,9 @@ search/global/viewAllSizesAction search/global?* search/help search/howsearchworks -search/http://euractiv.com/robots.txt -search/http://mccormick.com/robots.txt -search/http://usip.org/robots.txt +search/http://complianz.io/robots.txt +search/http://etonline.com/robots.txt +search/http://news.softpedia.com/robots.txt search/hysearchws.aspx?q=* search/imageresults.asp* search/images @@ -143701,7 +143580,6 @@ search/label/news search/label/politics search/label/security search/label/world -search/labels search/lightbox/ search/listall search/lists @@ -143770,7 +143648,6 @@ search/showresults.do?N=14 search/similar search/site search/site* -search/songs search/special.htm search/ssi search/ssi/trash @@ -143821,7 +143698,7 @@ search?* search?*&cpr= search?*&products_mode=1 search?*cashtagRestId= -search?*http://climate.ec.europa.eu/robots.txt +search?*http://kicker.de/robots.txt search?*q= search?*searchTitle= search?*tbm=map @@ -143849,7 +143726,7 @@ search?home=true search?keys= search?keyword= search?keyword=*.com -search?keyword=folha%20de%20fichario$http://growthhackers.com/robots.txt +search?keyword=folha%20de%20fichario$http://vcu.edu/robots.txt search?keywords=*&sort= search?keywords=*=*= search?kw= @@ -143857,6 +143734,7 @@ search?narrator= search?node*keywords*feature_ search?node=*&sort= search?originalCategoryId= +search?phrase= search?products_mode=1 search?q search?q @@ -143869,7 +143747,7 @@ search?q=* search?query= search?query= search?query=* -search?query=http://rapidapi.com/robots.txt +search?query=http://firstpost.com/robots.txt search?s=* search?search= search?searchAuthor=*&sort= @@ -143932,6 +143810,7 @@ search_post search_results search_results.php search_results/gigs +search_rss search_rss$ search_suggest search_term* @@ -143969,12 +143848,12 @@ searches/netsearch.html searchgoogle/ searchhealthit/search/query searchhrsoftware/search/query -searchhttp://99percentinvisible.org/robots.txt -searchhttp://articles.latimes.com/robots.txt +searchhttp://complex.com/robots.txt +searchhttp://fanpop.com/robots.txt searchhttp://herbalife.com/robots.txt -searchhttp://ncdc.noaa.gov/robots.txt -searchhttp://onf.ca/robots.txt -searchhttp://openwrt.org/robots.txt +searchhttp://ksat.com/robots.txt +searchhttp://nanowrimo.org/robots.txt +searchhttp://tv.sohu.com/robots.txt searchid searchinfo= searching/Mark @@ -144158,7 +144037,6 @@ selectedImage* selectedTab= selectedTags= selected_section=* -selectembed.aspx selection-marque/* selections/ selectlocale-dmc?fromPage= @@ -144167,7 +144045,6 @@ self self-care/why-taking-time-off-is-so-good-for-your-health/ self-hosted/trial-key-request.php self-registration -self.aspx self_care_was_to_practice/article.htm self_confidence_pay self_confidence_pay_author @@ -144332,7 +144209,7 @@ sentry-debug sentry-monitoring sentry-tunnel seo -seo-api/http://tcs.ch/robots.txt +seo-api/http://bentley.edu/robots.txt seo-old seo-services.html seo-toolbar/uninstall @@ -144400,6 +144277,7 @@ server server-configurator server-health-check/ server-status +server.aspx server.php server/api server/api/authn/status @@ -144417,7 +144295,6 @@ server_scripts/zip server_scripts/zip/zip_streamer server_scripts/zip/zip_upload.php serverdown -servererror.aspx servers servers/frontend service @@ -144446,6 +144323,8 @@ service/cartfrontend service/checkoutfrontend service/coffee-subscription-configurator/* service/customersupportfrontend/contact +service/fli/ +service/fm/ex/ service/iframe service/login service/magiclink @@ -144455,12 +144334,16 @@ service/newsletter-adconsent service/newsletterfrontend/assets service/newsletterfrontend/subscribenewsletter service/productreviewpagefrontend +service/publicity/vco/ service/rest service/search/? service/secured +service/studentsupportcentre/international/ +service/studentsupportcentre/international/graduate-entrepreneur.html service/suche/index.html*query service/temple/cards service= +serviceDetails.aspx serviceQuestionnaireAjax serviceType= service_worker.js @@ -144473,7 +144356,7 @@ servicedesk022 servicedesk023 servicedesk024 servicedesk025 -servicedeskhttp://123rf.com/robots.txt +servicedeskhttp://oxygen.com/robots.txt servicedeskserver030 servicedeskserver031 servicedeskserver0310 @@ -144545,19 +144428,21 @@ services/computing/downloads/antivirus services/computing/statistics services/computingold services/conferences/content-corner/*?* -services/conferences/news/*?*http://bart.gov/robots.txt -services/conferences/news/*?*http://datadoghq.com/robots.txt +services/conferences/news/*?*http://bbpress.org/robots.txt +services/conferences/news/*?*http://se.com/robots.txt services/courtoffice/Reports services/courtoffice/int services/developmentalumni/giving/chancellors_apply.html services/driving-instructors/*category services/education/sa/ services/education/saprogram/ +services/engine/search/sru? services/estates/2000 services/executor services/finance/Local services/finance/agresso services/finance/handbook +services/gift-card services/guide services/guide/cti services/guide/webboards @@ -144570,11 +144455,13 @@ services/images services/include services/is services/is/review2001 +services/it/training/ services/iteu/postq services/iteu/quest services/iteu/ref_test services/itoffice/local services/library +services/library-02022024/ services/library/CAS services/library/COSEELIS services/library/Demopac @@ -144651,6 +144538,7 @@ services/rande/int services/rande/pub/special/imaging services/rande/research/local services/registry/SRS +services/registry/fpp/ services/registry/staff services/rendez-vous.html services/session-export-7p3x9k5r @@ -144749,7 +144637,7 @@ set-local-edition set-rating set-store set-up -set/http://broadcom.com/robots.txt +set/http://navarra.es/robots.txt set_author_id set_cookie.pl set_locale @@ -144776,7 +144664,7 @@ settings/loid-email-unsubscribe-router settings/mirror_choices settings/my-account settings? -settingshttp://trusona.com/robots.txt +settingshttp://replicate.com/robots.txt setup setup-x86.exe setup-x86_64.exe @@ -145053,10 +144941,8 @@ sharedalbum_unsubscribe_error sharedalbum_unsubscribe_undo sharedalbum_unsupported_device sharedcount/ -sharedfavorite.aspx sharedmemories sharedsvcs -sharefavorite.aspx sharehub shareit.html/ sharemonitor/mac/4.0/en/sharemonitor/usermanual @@ -145108,8 +144994,10 @@ shellenergy/test-oage-for-shell-energy shellenergy/test-oage-for-shell-energy.html shemy/schemes shemy/shemy +shen-yun shenghuo shenghuo/search? +shenyun shep-goodman-appointed-vice-president-of-ar-for-universal-motown-records sherlock sherwin-utility-service @@ -145137,6 +145025,7 @@ shipping-billinginfo.html shipping-label shipping-payment shipping-policy +shipping/chairish-options shipping/track shippinginformation shl @@ -145302,6 +145191,7 @@ shop/isbn/ shop/l shop/lifestyle shop/login +shop/me$ shop/member shop/messages shop/mobile/5g @@ -145424,7 +145314,7 @@ shop/search/?q=wine%20glasses shop/search/?q=yarn shop/search/?q=yeti shop/search/?q=yoga%20mat -shop/search/http://chefkoch.de/robots.txt +shop/search/http://fox4kc.com/robots.txt shop/sitemap-category shop/special+promotions shop/stationery @@ -145575,7 +145465,7 @@ shopzilla*cnxclid= shopzilla*cnxclid=SZ short short-link -short-url-machine/error/http://brisbanetimes.com.au/robots.txt +short-url-machine/error/http://clicky.com/robots.txt short_videos shortcode shortcode= @@ -145626,7 +145516,7 @@ shots/week shots/year shouldremainempty/ shout-factory-partners-with-vivendi-visual-entertainment -shoutbox/http://thisweekinbevy.com/robots.txt +shoutbox/http://shaareykedusha.com/robots.txt show show-dog-universal-music-expands-staff-with-new-appointments show-dog-universal-music-universal-music-group-nashville-renew-relationship @@ -145638,7 +145528,6 @@ show.php show/ show/* show/koth-show -show=all showDuration= showMap* showMap=1 @@ -145780,6 +145669,8 @@ sid.php* sid= sid=* sidebar.json +sidebar_rs_e.inc +sidebar_rs_f.inc sidekiq sidewiki/entry sie? @@ -145823,7 +145714,6 @@ signin signin$ signin-oidc signin-oidc -signin. signin.aspx signin/ signin/$ @@ -145898,7 +145788,7 @@ signurl sigtau silent-login silent.html -silicosis/en/search/http://coolhunting.com/robots.txt +silicosis/en/search/http://models.com/robots.txt silicosis/fr/search/ silicosis/search/ silkn* @@ -146155,10 +146045,11 @@ sitecore_files sitecore_files/ sitecore_modules sitecore_services/ -sitecorehttp://deseret.com/robots.txt +sitecorehttp://wetteronline.de/robots.txt sitecounterajax sitedashboard sitedown +sitedown/ siteelementshomepage sitefinity/ sitefinity/* @@ -146295,7 +146186,7 @@ sitemap.xml.gz$ sitemap.xml? sitemap.xml?page= sitemap.xml?page= -sitemap.xmlhttp://verywellfit.com/robots.txt +sitemap.xmlhttp://mitpressjournals.org/robots.txt sitemap.xsl sitemap/$ sitemap/*/page/ @@ -146344,7 +146235,7 @@ sitemap_STATIC_ sitemap_com_properties sitemap_index.xml sitemap_pages.xml -sitemap_test_marketing.xmlhttp://fitsmallbusiness.com/robots.txt +sitemap_test_marketing.xmlhttp://sdge.com/robots.txt sitemapfull sitemapgen.php sitemapindex-salon-appointment.xml @@ -146425,7 +146316,7 @@ sites/all/*/*.jpeg sites/all/*/*.jpg sites/all/*/*.js sites/all/*/*.png -sites/all/*/*.svghttp://orange.fr/robots.txt +sites/all/*/*.svghttp://clockify.me/robots.txt sites/all/modules/elysia_cron sites/all/static/recorregut sites/all/themes/greatist2x/js/greatist/templates @@ -147522,8 +147413,15 @@ sites/default/files/misc/gtd-pfpt-fr-a4-r-state-of-the-phish-2021.pdf sites/default/files/misc/gtd-pfpt-jp-a4-eb-top-10-reasons-customers-choose-pfpt-to-secure-ms365.pdf sites/default/files/misc/gtd-pfpt-uk-eb-role-of-itm.pdf.pdf sites/default/files/misc/pfpt-2020-type2-soc2-report-clickwrap.pdf +sites/default/files/misc/pfpt-br-rt-2026-ai-era-ransomware.pdf +sites/default/files/misc/pfpt-de-rt-2026-ai-era-ransomware.pdf sites/default/files/misc/pfpt-es-a4-eb-10-reasons-orgs-choose-pfpt-to-secure-email-and-cloud.pdf +sites/default/files/misc/pfpt-es-rt-2026-ai-era-ransomware.pdf +sites/default/files/misc/pfpt-fr-rt-2026-ai-era-ransomware.pdf +sites/default/files/misc/pfpt-it-rt-2026-ai-era-ransomware.pdf sites/default/files/misc/pfpt-jp-cs-psat-iris-ohyamama_20220916a_FINAL_wo.address.pdf +sites/default/files/misc/pfpt-jp-rt-2026-ai-era-ransomware.pdf +sites/default/files/misc/pfpt-uk-rt-2026-ai-era-ransomware.pdf sites/default/files/misc/pfpt-uk-tr-state-of-the-phish-2023.pdf sites/default/files/misc/pfpt-us-eb-the-evolution-of-the-casb.pdf sites/default/files/misc/pfpt-us-rt-2026-ai-era-ransomware.pdf @@ -148050,7 +147948,7 @@ sites/genome-editing/_search sites/ggm/verwertung_entsorgung/_search sites/ggm/verwertung_entsorgung/fundgrube/_search sites/gradsoflife -sites/gs1/files/docs/EDI/*http://au.linkedin.com/robots.txt +sites/gs1/files/docs/EDI/*http://bank.gov.ua/robots.txt sites/gsb/files/program-brochure sites/gwcic sites/gyro @@ -148123,7 +148021,7 @@ sites/nice sites/northerntrust sites/northwesternmutual sites/norton -sites/novartis_de/files/http://summersontheyard.com/robots.txt +sites/novartis_de/files/http://today.com/robots.txt sites/nsidc.org/files sites/nuveen sites/nuveencef @@ -149273,6 +149171,7 @@ software/vendors/new software/vendors/optimize-software-for-ai-search software/visit$ software/visit? +software/winboard/whats_new sogou sogou? sohu/sohu? @@ -149841,6 +149740,7 @@ solutions/vibe-coding-tool/$ solutions/youtube-thumbnail-ab-testing/$ somdemercat/*?page= some-sample-lessons +somis_old somme/ somme/assure/actualites/ somt-dev @@ -149856,14 +149756,6 @@ sondaggio_sport.php sondaggiofin.php sondaggionew.php song -song/*/Ajax -song/delete_user_review -song/fetch-perf-year-ajax -song/fetch_overview_review -song/fetch_review_view -song/report_inappropriate -song/review_thumbs -song/save_user_review songs-for-japan-hits-10m-milestone songs-for-the-philippines-launched-globally-on-itunes-to-benefit-the-philippines-disaster-relief-efforts sonnets.php @@ -149930,7 +149822,6 @@ soul/* soumissionnez/documents_consultation/ soumya-sriraman-appointed-vice-president-of-marketing-and-operations-umvdvisual-entertainment soumya-sriraman-promoted-to-svp-of-theatrical-marketing-vivendi-entertainment -sound soundcloud-tpa soundcloud_sounds sounds @@ -149974,11 +149865,11 @@ sp/2for1 sp/3for2 sp/cdn/favicons sp/cdn/images -sp/http://aviationweek.com/robots.txt -sp/http://dynatrace.com/robots.txt -sp/http://google.ch/robots.txt -sp/http://mywebsite.com/robots.txt -sp/http://shure.com/robots.txt +sp/http://ansa.it/robots.txt +sp/http://kingcounty.gov/robots.txt +sp/http://msf.org/robots.txt +sp/http://thelancet.com/robots.txt +sp/http://triblive.com/robots.txt sp/mobile-attribution-glossary/ sp/mobile-fraud-glossary/ sp= @@ -150004,8 +149895,6 @@ spade-widget spagyric/ spain/empresas/ spain/medianaempresa/ -spamspamspamspam -spamspamspamspam.md spanisch-deutsch spanisch-englisch spanish @@ -150027,7 +149916,7 @@ spaziovenditori spbasic spbot spc -spc-bin/http://roughguides.com/robots.txt +spc-bin/http://mskcc.org/robots.txt spc-source= spc/amazon/en/landingPage.html spc/uber @@ -150080,7 +149969,7 @@ special/list/ special/lowes-black-friday special/store/ special/tour-de-france -special/tour-de-france/http://meteoblue.com/robots.txt +special/tour-de-france/http://house.gov/robots.txt special/webhost specialOffers specialballots @@ -150165,7 +150054,6 @@ splitOrderItem split_test= splitbookingflightreservation splitbookinghotelreservation -splitstool-legacy.aspx spm= spn/ spo-online @@ -150187,9 +150075,9 @@ sponsored-sections/cannabis/ sponsored-stories/ sponsored-topic sponsored/ -sponsored/$http://scryfall.com/robots.txt -sponsored/$http://zasilkovna.cz/robots.txt -sponsored/$http://zen.yandex.ru/robots.txt +sponsored/$http://browsehappy.com/robots.txt +sponsored/$http://emsc-csem.org/robots.txt +sponsored/$http://experienceleague.adobe.com/robots.txt sponsored/* sponsored/2022/10/disruptors-who-are-changing-their-industries sponsored/previewarticle @@ -150215,7 +150103,7 @@ sport sport*?*ajax=1 sport*?*parent-reqid sport-and-wellness -sport-datencenter-category-basehttp://gamesindustry.biz/robots.txt +sport-datencenter-category-basehttp://churchofjesuschrist.org/robots.txt sport-ga sport-navigation sport-unify @@ -150224,6 +150112,7 @@ sport/*?*region= sport/404_en.htm sport/alpha sport/ciclismo/2023/10/24/news/doping_ciclismo_virtuale_azzurro_zanasca_rischia_una_lunga_squalifica-418660589 +sport/commonwealth-games-2026-in-development/ sport/cricket/match-centre sport/data/league sport/data/match @@ -150231,8 +150120,8 @@ sport/data/player sport/data/team sport/doc.html? sport/football/match-centre +sport/hall-of-fame/ sport/live-resultate -sport/livescores sport/messaggero/* sport/motorsport/results sport/olympics/2008/events @@ -150242,6 +150131,7 @@ sport/results/img sport/results/widgets sport/risultati-live/sitemap.xml sport/running/*/calendrier-des-courses/? +sport/sportpark/ sport/stats/* sport/superracing/form-guide sport/superracing/form-guide/horse-statistics @@ -150298,7 +150188,6 @@ spots_shown= spp/ spr spravochniki/slovar.php?search -spraycharts-legacy.aspx spreading-the-archiv-silver-spirit spreadsheet spresults @@ -150307,7 +150196,7 @@ spring-release spring-sprung-ghostery-v7-2 sprint_wml sprint_xhtml -sprypanel/http://duesseldorf.de/robots.txt +sprypanel/http://broadcom.com/robots.txt sps-dev spsales spur-download @@ -150570,7 +150459,7 @@ staff/2926/dan-bickley staff/8295/marisa-kwiatkowski staff/barlowj2 staff/committees/Inf/ISMG -staff/http://data.consilium.europa.eu/robots.txt +staff/http://google.si/robots.txt staff/marsdena staff/org staff/org?* @@ -150844,16 +150733,12 @@ stats/events/  stats/help/glossary stats/help/statminimums stats/history -stats/player-stats/*http://architecturaldigest.com/robots.txt +stats/player-stats/*http://earth.google.com/robots.txt stats3.html stats?gid= stats_report/ -statsd-legacy.aspx statslogredirect statslogwrapper -statsp-legacy.aspx -statsplits-legacy.aspx -statss-legacy.aspx statstics status status-json.xsl @@ -150934,6 +150819,7 @@ stickers/* stickers/set/* stil stilluntitled +stimulus stingray stingray/*/*/newest_listings.rss stingray/agent/*/photo @@ -151280,7 +151166,7 @@ strategic strategic-marketing-and-commercial-affairs-division-announced strategic-partners/cushman-wakefield/http://sling.com/robots.txt strategic-plan -strategicplan/index.php/http://flypgs.com/robots.txt +strategicplan/index.php/http://digital.lib.uiowa.edu/robots.txt strategist/amp strategist/search strawberry-anma @@ -151388,7 +151274,9 @@ students/calendar/2023 students/calendar/2024 students/calendar/2025 students/calendar/2026/spring +students/graduation/test-webcast/ students/new-students/welcome +students/student-central-dev/ studentservices studentsupportreport2020 studieavd @@ -151440,12 +151328,14 @@ study-new study/_ajax study/accessibility-test-for-wcag-2.2-aa-compliance-standards study/applied-technical-leadership-bs +study/apply/results/information-for-staff/ study/assets/content study/business-administration-accounting-mba study/business-administration-international-business-bs study/campaigns/international/international-guide-success study/campaigns/international/pg/can-we-match-your-offer study/chat-to-our-graduates +study/clearing/register/thanks/ study/computational-finance-ms study/construction-management-ms study/courses/postgraduate-taught/2023 @@ -151487,12 +151377,14 @@ study/new-media-marketing-bs study/non-toxic-printmaking-adv-cert study/open-days-and-campus-tours/parking-permits study/pg/courses/2018 +study/portal-unavailable/ study/postgraduate-taught/events/on-demand/watch study/postgraduate-taught/offer-holders study/postgraduate-taught/prospectus-thankyou study/postgraduate/open-events/online-events/pg-offerholder-week study/postgraduate/search/research_interests study/postgraduate/search/search_results +study/postgraduate/virtual-open-day/ study/print-and-graphic-media-science-ms study/print-and-graphic-media-technology-bs study/public-policy-bs @@ -151505,6 +151397,7 @@ study/sustainable-engineering-me study/sustainable-engineering-ms study/telecommunications-engineering-technology-ms study/ug/courses/archived +study/undergraduate/2014/visiting/campustours/ study/undergraduate/apply/notify-us-of-your-eligibility-for-a-grade-reduction study/undergraduate/apply/offer-holder-hub study/undergraduate/apply/offer-holder-visit @@ -151517,6 +151410,7 @@ study/undergraduate/offer-holders study/undergraduate/prospectus-thankyou study/undergraduate/search/search_results study/undergraduate/subjects +study/undergraduate/virtual-open-day/ study/visit/undergraduate/on-demand study/visitus/applicantvisitdays study/visitus/applicantvisitdaysonline @@ -151601,7 +151495,6 @@ submissions submit submit-case submit-envoyer/* -submit. submit.cgi submit.php submit.php @@ -151768,7 +151661,7 @@ subscribe/worldjuniors subscribe2.asp subscribe? subscribe?* -subscribe?*http://ourworldindata.org/robots.txt +subscribe?*http://google.co.kr/robots.txt subscribeTOC.asp subscribe_Reseller_Entries.asp subscribe_gps @@ -151812,7 +151705,7 @@ subscription_center subscription_orders.cgi subscription_request.cgi subscriptioncancel -subscriptionhttp://manta.com/robots.txt +subscriptionhttp://allthingsd.com/robots.txt subscriptions subscriptions subscriptions-manager?channel= @@ -151826,6 +151719,9 @@ subshare subsidies subsites substance +substances/ForUpload/ +substances/cgi-bin/ +substances/images/ substanceuserecovery subswitch subtitle-admin/ @@ -151835,7 +151731,7 @@ subtitle/ subtitles-1 subtitles-2 subtitles/ -subviews/*http://curl.se/robots.txt +subviews/*http://grants.gov/robots.txt success success-stories successteammanager @@ -152065,7 +151961,7 @@ support/*/tw/zh support/*/zh-cn support/*/zh-hk support/*/zh-tw -support/*http://analyticsinsight.net/robots.txt +support/*http://studocu.com/robots.txt support/*zout_ support/?s= support/Diagnostics @@ -152189,7 +152085,7 @@ susan-mazo-named-senior-vice-president-global-communications-for-universal-music susan-povich-promoted-to-vice-president-business-legal-affairs-universal-music-elabs suscripcion suscripcion-digital -suscripciones/oferta_universitarios/http://enotes.com/robots.txt +suscripciones/oferta_universitarios/http://governing.com/robots.txt suspended_tickets suspension-appeal sustainability-as-an-efficient-business-strategy @@ -152300,6 +152196,9 @@ sv-sv/ sv.do sv/ sv/$ +sv/*/*/business$ +sv/*/*/edit$ +sv/*/s/*/near$ sv/?wicket:interface= sv/Archive sv/account @@ -152310,6 +152209,7 @@ sv/alquiler-habitacion/ sv/alquiler-oficinas/ sv/alquiler-terrenos/ sv/alquiler-viviendas/ +sv/api/v5 sv/article sv/auth sv/autocomplete @@ -152356,6 +152256,7 @@ sv/music/*/+tags sv/music/*/+wiki/shoutbox sv/music/*? sv/music/+noredirect +sv/my_business$ sv/news/ sv/node sv/onelook_american_dictionary_words.html @@ -152367,7 +152268,14 @@ sv/profile/comments sv/profile/discussions sv/properties-for-sale-in-spain sv/renew.html +sv/review_widget +sv/s sv/s%C3%B6kning +sv/s/*/been +sv/s/*/favorite +sv/s/*/lazy_load_pics +sv/s/*/reviews +sv/s/*/togo sv/search sv/search/ sv/search/autocomplete @@ -152382,12 +152290,14 @@ sv/tag sv/taxonomy sv/user sv/users +sv/users/signin sv/valkommen/.more-custom-feat sv/valkommen/.more-integ-feat sv/venta-obranueva/ sv/venta-oficinas/ sv/venta-terrenos/ sv/venta-viviendas/ +sv/widget sv_se/funktioner sv_se/grafer sv_se/mallar/M @@ -152463,10 +152373,10 @@ sweeps/yeezy-instore-sweeps.html sweepstakes sweepstakes-casinos sweepstakes-casinos/http://baremetrics.com/robots.txt -sweepstakes-casinos/http://eu.usatoday.com/robots.txt -sweepstakes-casinos/http://media.net/robots.txt -sweepstakes-casinos/http://reelgood.com/robots.txt -sweepstakes-casinos/http://thepioneerwoman.com/robots.txt +sweepstakes-casinos/http://bbcsfx.acropolis.org.uk/robots.txt +sweepstakes-casinos/http://ca.news.yahoo.com/robots.txt +sweepstakes-casinos/http://sharethemeal.org/robots.txt +sweepstakes-casinos/http://wehkamp.nl/robots.txt swen swf swf @@ -152488,6 +152398,7 @@ switch-to-ecosia switch.php3 switchProduct switch_country= +switchboard.aspx switched switcher= swollen-legs-after-exercise/ @@ -152854,7 +152765,7 @@ tabs/*.htm?sort=date tabs_files/ tabuleiros-costeiros/a-unidade/missao-visao-e-valores tachyon -tachyon/http://adyen.com/robots.txt +tachyon/http://echr.coe.int/robots.txt tacms tacs taf.php @@ -153054,7 +152965,7 @@ tagmanager/pptm.js tags tags tags* -tags*http://scoop.it/robots.txt +tags*http://bp.com/robots.txt tags-artists tags-regions/json tags/ @@ -153196,8 +153107,6 @@ tarpit tasima task task-management -task/*?GA_EVENT -task/*?ec= task_* taskers/*/messages tasks @@ -153207,7 +153116,6 @@ tasks/r/form tastesurvey tatia-adams-fox-promoted-to-vice-president-marketing-universal-motown-records tattoo_pictures_slideshow/article.htm -tawang tax-center tax-interview.rl tax-pros-index-search @@ -153605,10 +153513,9 @@ tealium team team- team-account -team-blog/http://ladiaria.com.uy/robots.txt +team-blog/http://merlin.allaboutbirds.org/robots.txt team/*/schedule$ team/bloomberg-news -team/join teamInvitations teamplain/ teams @@ -153780,6 +153687,7 @@ tech/learn-the-basic-features-of-digital-bitcoin-currency/ tech/letters-of-credit-and-payment-methods-in-international-oil-trading/ tech/lightning-network-implications-for-bitcoin-litecoin/ tech/looking-for-penny-cryptos-buy-these-3-utter-cheap-altcoins/ +tech/managing-data-sovereignty-across-multinational-cloud-deployments/ tech/memory-matters-enhancing-data-center-performance-with-server-memory-upgrades/ tech/mitigating-the-security-risks-of-increased-transparency-in-supply-chains/ tech/mobile/samsung-galaxy-s26-and-s26-plus-hands-on-first-take @@ -154028,7 +153936,7 @@ tekrar-al tel tel: tel:* -telechargements/stockage-perso-staff/http://s-kando.com/robots.txt +telechargements/stockage-perso-staff/http://prop-2020.com/robots.txt telecomorgs teleconnections/*.php? telefony-a-zarizeni/basket @@ -154189,7 +154097,7 @@ template.asp?docId=8&docName=About%20Us template/ template/1-0-1/gfx/favicon.ico template/down? -template/warenkorbhttp://naacpldf.org/robots.txt +template/warenkorbhttp://donationcoder.com/robots.txt template=* template=printart templateId= @@ -154409,7 +154317,7 @@ templates/moodboard-maker/$ templates/moscow-method-example/$ templates/network-diagram-examples/$ templates/newsletter-examples/$ -templates/novo_portal_base/font-awesome/fonts/http://afterpay.com/robots.txt +templates/novo_portal_base/font-awesome/fonts/http://environment.data.gov.uk/robots.txt templates/okr-template/$ templates/one-on-one-meeting-template/$ templates/online-calendar-maker/$ @@ -154613,7 +154521,6 @@ tennis/tennis tent-protest tentarmostrarcartaopresentecartaopresente teoria/* -ter-optout teresasurita term term.aspx/ @@ -154703,7 +154610,7 @@ test- test-* test-1.1485093 test-ads/ -test-aem-1817/* +test-aem-1817 test-area test-do-not-publish/ test-folder @@ -154723,6 +154630,7 @@ test-pages test-pages* test-prep/kaplan/redirect test-product-iwd +test-qa test-redesign test-redesign/AA2/Mixed-Feed-2 test-redesign/AA2/Mixed-Feed-3 @@ -154761,12 +154669,13 @@ test-tag test-url.html test-v1-page-template test-xalok +test.asp.txt test.html test.html test.jsp test.umb.edu/ test/ -test/ +test/ test/* test/*?question test/*?rtf @@ -154799,7 +154708,7 @@ test/games/black_jack/ test/getresponse.php test/gettest.php test/google_showcase/ -test/http://unacademy.com/robots.txt +test/http://clarionledger.com/robots.txt test/index.php?act=custom test/index.php?act=test&id=*&q= test/matchcenter/calcio/serie-a/classifica @@ -154816,7 +154725,7 @@ test/udit/levels-qa.asp test/ztest/ test1 test2/ -test2http://venturebeat.com/robots.txt +test2http://css-tricks.com/robots.txt test4news/ test=* testFeedBack @@ -154853,7 +154762,7 @@ testgpr testhome1 testhome2 testhome3 -testhttp://edition.cnn.com/robots.txt +testhttp://disqus.com/robots.txt testimonial testimonial/ testimonials.php @@ -154884,7 +154793,6 @@ testrn tests tests* tests/* -tests/test-city testsuite-sas testv27-*/ testweb @@ -154909,6 +154817,7 @@ textbook/top-selling-textbooks textbooks textbooks/_ajax/log textbooks/evaluation +texteBrut texthtml texthtml/ textiles @@ -155345,7 +155254,6 @@ the_top_11_cancer-fighting_foods/article.htm the_top_12_superfoods_what_are/article.htm the_worst_foods_for_your_brain/article.htm thedrop -thegame/tgleaders.aspx thehindu thejournal.ie thelegalintelligencer/events @@ -155545,7 +155453,6 @@ three_women_freedom_pay three_women_freedom_pay_author thrush/guide/ thseweekend -thttest/ thu thue-xe/ket-qua thumb.php @@ -155673,7 +155580,6 @@ tickets/museum/$ tickets/music/$ tickets/music/basket/$ tickets/music/football/$ -tickets/robots/robot_entry.cgi tickets/satisfaction tickets/sitemap.xml tickets/sitemap.xml?page= @@ -155837,6 +155743,7 @@ tjenester/it/web/vortex/drift-utvikling/hoster tjenester/it/web/vortex/hjelp/mangler-tilgang-office365.html tjenester/share tk +tkei/ tkf/CloseAccount tkf/Contact tkf/ListSettings @@ -155929,7 +155836,7 @@ tmn/ccs tmoney/* tmp tmp- -tmp-http://isc.org/robots.txt +tmp-http://sbir.gov/robots.txt tmp-image-robot-nofollow.txt tmp/ tmr @@ -156422,7 +156329,7 @@ topla-kazan topla-kazan-kuponlari toprailapp tops -topsecret/ +topsecret/ topsfr topsocial topup @@ -156436,7 +156343,7 @@ tos tos-old tos/banner.js total-leadership -totalSearch/search.dohttp://todaysparent.com/robots.txt +totalSearch/search.dohttp://documents1.worldbank.org/robots.txt tots tou touch/login @@ -156578,9 +156485,6 @@ tr/ tr/* tr/*/*.html? tr/*/*id= -tr/3D-bask%C4%B1/*/raporlar/yeni -tr/3D-bask%C4%B1/*/share -tr/3d-bask%C4%B1-makbuz-indirimler/*/share tr/?wicket:interface= tr/AjaxService/ tr/README.txt @@ -156594,7 +156498,6 @@ tr/affiliates tr/ai/simge-olusturucu/arac tr/android/collections tr/android/search -tr/ara/filters tr/arama tr/auth tr/autocomplete @@ -156604,8 +156507,6 @@ tr/best-google-docs-alternative tr/best-microsoft-office-alternative tr/best-zoho-docs-alternative tr/blog -tr/blog-makale-%C3%A7eviri-raporlar/yeni -tr/blog/makaleler/*/share tr/calendar tr/call-back-form tr/case-studies @@ -156638,9 +156539,6 @@ tr/en tr/enterprise-edition tr/errors tr/es -tr/eser-%C3%A7eviri-raporlar/yeni -tr/eserler/*/raporlar/yeni -tr/eserler/*/share tr/event/*/shoutbox tr/event/*/shoutbox? tr/features @@ -156657,7 +156555,6 @@ tr/forums tr/fr tr/g%C3%B6z-at tr/gallery -tr/giri%C5%9F-yapma-se%C3%A7imi tr/group tr/groups tr/help/cookies-list/ @@ -156669,23 +156566,14 @@ tr/info tr/integration-edition-prices tr/it tr/ja -tr/kaydolma-se%C3%A7imi tr/kb tr/kb/*/discuss tr/knowledge-base/search tr/ko -tr/koleksiyon-%C3%BCr%C3%BCnler tr/kr -tr/kullan%C4%B1c%C4%B1lar/%C5%9Fifre/yeni -tr/kullan%C4%B1c%C4%B1lar/*/clans/*/share -tr/kullan%C4%B1c%C4%B1lar/*/raporlar/yeni -tr/kullan%C4%B1c%C4%B1lar/*/share -tr/kullan%C4%B1c%C4%B1lar/eser tr/label tr/landingpage/ -tr/language/d%C3%BCzenle tr/legalterms -tr/links/warnings tr/login tr/login?next= tr/logout @@ -156702,7 +156590,6 @@ tr/music/*/+tags tr/music/*/+wiki/shoutbox tr/music/*? tr/music/+noredirect -tr/nav/kategoriler tr/nonprofit-organizations tr/office-for-alfresco tr/office-for-confluence @@ -156714,13 +156601,11 @@ tr/office-suite tr/onelook_american_dictionary_words.html tr/onelook_british_dictionary_words.html tr/ozellik/000webhost -tr/para%20birimi/d%C3%BCzenle tr/pl tr/player tr/pm/ tr/presentation-editor tr/press-releases -tr/profil/olu%C5%9Fturuldu tr/profile tr/profiles tr/projects @@ -156735,11 +156620,9 @@ tr/search tr/search/autocomplete tr/secure/ tr/security -tr/sepet tr/setlocale tr/settings tr/signin -tr/sorular/selection tr/special/000webhost tr/special/webhost tr/spellcheck @@ -156757,7 +156640,6 @@ tr/success-stories/stammtisch tr/support tr/sync/ tr/tag -tr/tasar%C4%B1m-koleksiyonlar/*/*/share tr/thunderbird/collections tr/thunderbird/search tr/tr @@ -156852,6 +156734,7 @@ tracy-zamot-appointed-sr-vp-publicity-and-media-relations-for-universal-motown-r trade trade-in-instant-cash-offer trade.asp +trade/dering-hall trade/profile trade_directory tradedoubler.do @@ -156862,7 +156745,7 @@ tradeoffer traduction traffic traffic-aggregation -traffic-manager/ +traffic-manager/ traffic/ traffic/status*? trafficbot.life @@ -157527,7 +157410,7 @@ trk-download trk/click trk/unsubscribe trk= -trk=http://cookiedatabase.org/robots.txt +trk=http://thermofisher.com/robots.txt trko trnl tropical_fruit_pictures_slideshow/article.htm @@ -157619,6 +157502,7 @@ ttarticle/p/show ttb ttd ttd_payment +ttdownloads/ ttg tto tto/archive/article @@ -157708,7 +157592,7 @@ tv3/marato/recerca/proposta-malalties tv3/sx3/*/joc/pantalla-completa tv3/sx3/families-escola/activitats/cercador tv3/sx3/families-escola/activitats/cercador-mapa -tv3/sx3/http://a11yproject.com/robots.txt +tv3/sx3/http://lexology.com/robots.txt tve tve/b/135escons tve/b/9decada10 @@ -157941,7 +157825,7 @@ typo3conf/ext/bra_projectfiles/Resources/Public typo3conf/ext/parallels/Resources/Public typo3conf/ext/prls_theme/Resources/Public typo3conf/ext/theme/Resources/Public -typo3conf/http://denikn.cz/robots.txt +typo3conf/http://husqvarna.com/robots.txt typo3src typo3temp typo3temp/ @@ -157973,9 +157857,21 @@ u/*/*/l u/*/*/q u/*/activity u/*/aktivite +u/*/cl +u/*/e +u/*/fb +u/*/fm +u/*/ig +u/*/igs +u/*/li u/*/link +u/*/nd u/*/profile/$ +u/*/qr +u/*/sms +u/*/wa u/*/wiki +u/*/x u/*? u/*?ac= u/*?filter= @@ -158093,6 +157989,7 @@ ucomm/collegetown/coupons/ ucomm/internalcommunications/_files/ ucs ud +udf/ udpddoscn uds ueber-uns @@ -158171,7 +158068,7 @@ ui-router/images/favicon.ico ui/ ui/gnwidget uiLoggerAjax -uiLoggerAjaxhttp://criver.com/robots.txt +uiLoggerAjaxhttp://datatracker.ietf.org/robots.txt uiTest ui_log uibreakfast @@ -158271,6 +158168,7 @@ uk-job/JobBoard/SalAjxGetIbarData uk-job/apply uk-job/searchresults uk-join +uk-tax-strategy/$ uk-ua uk-ua/ uk-ua/404 @@ -159167,7 +159065,6 @@ univision-launches-univision-music-group univpub unknown-lawyer unlink -unlisted unlock unlock-request unlock...been @@ -159188,6 +159085,7 @@ unsubscribe* unsubscribe-confirmation unsubscribe-from-applet unsubscribe-thankyou.html +unsubscribe.aspx unsubscribe.cgi unsubscribe/invitation unsubscribe= @@ -159206,19 +159104,19 @@ unsupported-browser unsupported_browser unsupported_mobile untermenue +unternehmen until= untitled untitled-haiku-deck-uncategorized-presentation- unzip_your_sex_life_pictures_slideshow/article.htm up/elb upcoming-events/* -upcoming-meetings-search upcomingeventdetails.html upcomingevents upcomingevents.html? update update-browser -update-check/wirecast/ +update-check/wirecast/ update-guide update-password update-personalized-offer @@ -159252,7 +159150,7 @@ updates/ updates/*.php$ updates/*.xml$ updates/?filter= -updates/order/*http://norvig.com/robots.txt +updates/order/*http://postimages.org/robots.txt updates?page= updatestats updateutp* @@ -159297,7 +159195,7 @@ upload/documents/files/5614/5PrilojenieMerigosregylirovaniya.pdf upload/documents/files/5614/6Otchetopyblichnonormativnihobyazatelstvah.pdf upload/documents/files/5614/OtchetpoGosydarstvennoiprogrammegorodaMoskviRazvitiecifrovoisrediiinnovaciiza2020god.pdf upload/forgot_password -upload/http://francetvinfo.fr/robots.txt +upload/http://verisign.com/robots.txt upload/media/video upload/streak upload/upload.cgi @@ -159319,6 +159217,7 @@ uploadfile uploadfile.php uploadhistory.php uploadify +uploadify/ uploadimages uploading/gifgenerator uploadprocerr.html @@ -161781,6 +161680,7 @@ usage-tracker/static-1.67 usage-tracker/static-1.68 usage-tracker/static-1.71 usage-tracker/static-1.76 +usage/ usagestats usc/test usctest @@ -161822,9 +161722,10 @@ user-profile-view? user-profile.aspx user-profile/ user-registrierung -user-reports/http://visitnorway.com/robots.txt +user-reports/http://yahoo.co.jp/robots.txt user-research-testing user-settings +user.aspx user.json user/ user/$ @@ -161901,7 +161802,7 @@ user/forgotPassword user/forgotpassword user/fpd/api user/googleonetapverification -user/http://cse.google.com/robots.txt +user/http://ndtv.com/robots.txt user/images user/info user/kommoot @@ -161936,7 +161837,6 @@ user/logout?context= user/lostpassword user/mtoPopupLogin user/myAccount -user/nav user/not-me user/pages user/password @@ -162015,6 +161915,7 @@ user_profile$ user_sessions user_subscribe.cgi user_testing_tmp +user_xrds.aspx useradd.cgi useragreement.php userauth @@ -162049,20 +161950,19 @@ users.html users.pl users/ users/* -users/*/*?*prjid= users/*/? users/*/avatar users/*/bookmarks users/*/comments users/*/contact -users/*/contacts users/*/default-avatar users/*/default-avatar-v2 users/*/foaf users/*/followers users/*/listings users/*/mypixiv -users/*/portfolio/*/*?view +users/*/posts +users/*/posts.rss users/*/reference_requests users/*/replies users/*/rss @@ -162190,11 +162090,9 @@ utilities/ utilities/emailafriend.aspx utilities/glossary utilities/glossary/index.htm -utilities/http://seon.io/robots.txt +utilities/http://blog.trendmicro.com/robots.txt utilities/includes/css/ utilities/includes/js/ -utilities/searchmember -utilities/searchmembertwo utilities/university-statement.aspx utility utility-nav-content @@ -162203,6 +162101,7 @@ utility/scripted-file.ashx utility/trac utils utils/ +utils/* utils/http://openvpn.net/robots.txt utm utm*= @@ -162231,6 +162130,7 @@ utm_source* utm_source= utm_source= utm_source=* +utm_source=GoogleMerchant utm_source=an_ utm_source=bing utm_source=google @@ -162537,9 +162437,6 @@ va va/ vabs vacancy -vacancy/create -vacancy/create/*?GA_EVENT -vacancy/create/*?ec= vacancy_old vacant-land-for-sale/advanced-search vacant-land-to-rent/advanced-search @@ -162581,13 +162478,13 @@ vanilla vanity vanity_participant vans/leasing/search -vantage-cloud/ -vantage-enterprise/ -vantage-transcoding/ -vantageCloudManager/ -vantageCloudTrial/ -vantageDomainServer/ -vantageTrancodeServer/ +vantage-cloud/ +vantage-enterprise/ +vantage-transcoding/ +vantageCloudManager/ +vantageCloudTrial/ +vantageDomainServer/ +vantageTrancodeServer/ vantage_point/archive vapors/ var @@ -162601,7 +162498,7 @@ var1 variant= variation variation-product* -variation/http://willistowerswatson.com/robots.txt +variation/http://s3.ap-south-1.amazonaws.com/robots.txt variations/*/eula varserver varsity/comment @@ -162703,6 +162600,7 @@ verified-authors verified-modal verified-sellers/ verify +verify$ verify-conversion/ verify-email verify-email$ @@ -162736,7 +162634,7 @@ version-info version.cfm version.json version.txt -version/http://klm.com/robots.txt +version/http://secureservercdn.net/robots.txt version= version_info version_pdf.php @@ -162768,7 +162666,7 @@ versions/Unicode6.3.0 versions/Unicode7.0.0 versions/Unicode8.0.0 versions/Unicode9.0.0 -versions/http://publish.twitter.com/robots.txt +versions/http://hermanmiller.com/robots.txt verso/static vert-confirmed-session vertele/lo-mas-visto-tv/2 @@ -162798,8 +162696,8 @@ vertex-ai/studio/notebooklm vertex-ai/studio/notebooklm$ vertex-ai/studio/prompt-gallery vertex-ai/studio/redirect$ -vertex-ai/studio/redirect/http://imf.org/robots.txt -vertex-ai/studio/redirect/http://law360.com/robots.txt +vertex-ai/studio/redirect/http://doterra.com/robots.txt +vertex-ai/studio/redirect/http://emojipedia.org/robots.txt verticals vertriebspartner/faq/kuendigung verve-music-group-expands-into-burgeoning-adult-contemporary-market-re-launches-famed-forecast-label @@ -163015,7 +162913,7 @@ video*search=*o=mr$ video- video-alert video-blogs- -video-cue/ +video-cue/ video-gallery video-keywords video-landing-pages @@ -163070,7 +162968,7 @@ video/ad-integration video/adnkronos video/adnkronos/* video/affiliate -video/affiliate/http://lbcgroup.tv/robots.txt +video/affiliate/http://guggenheim.org/robots.txt video/ajax video/ajax_search_related video/ajax_video_related @@ -163313,8 +163211,8 @@ vietnamese/search/\?query=. view view view$ -view$http://energy.ca.gov/robots.txt -view$http://parade.com/robots.txt +view$http://austintexas.gov/robots.txt +view$http://papermag.com/robots.txt view$http://theworlds50best.com/robots.txt view-3d-home view-as-webpage @@ -163322,7 +163220,7 @@ view-floor-plan view-imx view-legal-document.aspx view-newsletter -view-order/http://syracuse.edu/robots.txt +view-order/http://iconmonstr.com/robots.txt view-page view-predictions view-profile.rl @@ -163424,13 +163322,12 @@ viewentry:email/* viewer viewfile.php viewfound.php -viewgit viewinfo.cfm viewinfo.html viewingactivity viewjob viewjob? -viewlibrary/http://aftonbladet.se/robots.txt +viewlibrary/http://cdjapan.co.jp/robots.txt viewlocale=zh_CN viewnationalmap/ vieworder.cfm @@ -163497,7 +163394,6 @@ virtuallabs/ virtualnottingham virtualsupportassistant virtualterminal -viruswarning.aspx visajobb? visasignature/apply.jsp visasignature/benefits.jsp @@ -163682,6 +163578,8 @@ vols/ct volunteer-monitor-resources volunteer-role-environment volunteer-role-type +volunteer/ +volunteers/ vomiting/guide/ voo/cn/* voo/ct @@ -163735,7 +163633,7 @@ vpBaselines vpad/cityuecontact.htm vpad/groupcompanies.htm vplbl -vpn-config/http://lidl.de/robots.txt +vpn-config/http://blippar.com/robots.txt vpn/ vpnfan vpns-how-do-they-work-and-things-to-consider @@ -163810,7 +163708,7 @@ w/index.php? w/index.php?title=Special%3ALandingPage w/index.php?title=Special:LandingPage w/index.php?title=Special:NewPages&feed=rss&namespace=all -w/index.phphttp://mbta.com/robots.txt +w/index.phphttp://provenexpert.com/robots.txt w/load.php? w/rest.php/site/v1/sitemap w/users/user_hints @@ -163848,8 +163746,6 @@ wallet/explorer wallet/explorer/$ wallet/explorer/blocks/recent$ wallet/explorer/tx/recent$ -wallpaper -wallpapers wallpapers walneyrocha walter_scott/ @@ -163914,6 +163810,7 @@ watchlist watchlists watchlists/* water +water-eau/ water-health/drinking-water-taste.aspx water-health/water-body-health.aspx water-quality @@ -163931,7 +163828,6 @@ ways_to_keep_your_kidneys_healthy/article.htm ways_to_maintain_an_active_social_life_uc/article.htm ways_to_raise_food-smart_kids_pictures_slideshow/article.htm ways_to_wreck_your_skin_pictures_slideshow/article.htm -wbc-rebrand-hub/* wbdisable* wbur/arts wbur/connection @@ -166766,6 +166662,7 @@ web/packages/HTSeed/DESCRIPTION web/packages/HTSeedGLM/DESCRIPTION web/packages/HTT/DESCRIPTION web/packages/HUM/DESCRIPTION +web/packages/HVS/DESCRIPTION web/packages/HVT/DESCRIPTION web/packages/HWEintrinsic/DESCRIPTION web/packages/HYDROCAL/DESCRIPTION @@ -173420,6 +173317,7 @@ web/packages/clusrank/DESCRIPTION web/packages/clust.bin.pair/DESCRIPTION web/packages/clustAnalytics/DESCRIPTION web/packages/clustEff/DESCRIPTION +web/packages/clustGLMM/DESCRIPTION web/packages/clustMD/DESCRIPTION web/packages/clustMixType/DESCRIPTION web/packages/clustNet/DESCRIPTION @@ -181113,6 +181011,7 @@ web/packages/ncf/DESCRIPTION web/packages/ncmR/DESCRIPTION web/packages/ncmeta/DESCRIPTION web/packages/ncodeR/DESCRIPTION +web/packages/ncpen/DESCRIPTION web/packages/ncvreg/DESCRIPTION web/packages/nda/DESCRIPTION web/packages/ndi/DESCRIPTION @@ -188062,6 +187961,7 @@ web/packages/valentine/DESCRIPTION web/packages/valet/DESCRIPTION web/packages/valh/DESCRIPTION web/packages/valhallr/DESCRIPTION +web/packages/validann/DESCRIPTION web/packages/validata/DESCRIPTION web/packages/validate/DESCRIPTION web/packages/validateIt/DESCRIPTION @@ -188866,9 +188766,8 @@ webcalendar webcalendar? webcam webcam/sport/archive +webcast webcast/ -webcast/mixtapes/popup.cgi -webcast/popup.cgi webcasts webcasts/ webcasts/cyber42-ransomware-hhs-private @@ -188978,7 +188877,6 @@ webhook webhook_templates webhooks webhooks$ -webim webimage/countrys/africa/printpage webimage/countrys/asia/printpage webimage/countrys/europe/printpage @@ -189162,7 +189060,7 @@ webservices/archive webservices/dev webservices/documentation webservices/feeds -webservices/http://atsdr.cdc.gov/robots.txt +webservices/http://adp.com/robots.txt webservices/reports webservices/resources/forms webservices/temp @@ -189255,7 +189153,7 @@ wedding-planning/website/sample wedding-registry/love wedding-registry/promotion wedding-site -wedding-vendors/http://fatcow.com/robots.txt +wedding-vendors/http://fpl.com/robots.txt wedding-vendors/search wedding/*/virtual wedding/promotion @@ -189375,7 +189273,6 @@ welcome-email welcome-to-nearpod welcome-to-papyrus welcome-to-paragraph -welcome.aspx welcome.html welcome/ welcome/.more-custom-feat @@ -189700,6 +189597,7 @@ who-is-phil who-we-are/leadership*filter_committee who-we-are/what-london-assembly-does/questions-mayor/find-an-answer?question_text= who/*/feed +who_are_you.aspx whois-search whois/captcha.php whois/refresh.php @@ -189729,7 +189627,7 @@ why_your_fingers_are_swollen_reasons/article.htm whysecure whythisad wi -wiadomosci/Strona-Glowna,a,2727http://daveramsey.com/robots.txt +wiadomosci/Strona-Glowna,a,2727http://rawgit.com/robots.txt wiadomosci/wiadomosci,a,2238 wicket:interface wicket:pageMapName @@ -190117,7 +190015,7 @@ wiki/LTA: wiki/Map_item wiki/MediaWiki%3A wiki/MediaWiki%3ASpam-blacklist -wiki/MediaWiki%3ASpam-blacklisthttp://tw.news.yahoo.com/robots.txt +wiki/MediaWiki%3ASpam-blacklisthttp://latlong.net/robots.txt wiki/MediaWiki%3ATitleblacklist wiki/MediaWiki%3Titleblacklist wiki/MediaWiki%E2%80%90%E3%83%8E%E3%83%BC%E3%83%88%3ASpam-blacklist @@ -190543,7 +190441,7 @@ wiki/Wikipedia%3AVandalismi_in_corso wiki/Wikipedia%3AVandalismusmeldung wiki/Wikipedia%3AVandalismusmeldung%2F wiki/Wikipedia%3AVermittlungsausschuss -wiki/Wikipedia%3AVermittlungsausschuss%2Fhttp://calendar.google.com/robots.txt +wiki/Wikipedia%3AVermittlungsausschuss%2Fhttp://amazon.de/robots.txt wiki/Wikipedia%3AVotes_for_deletion wiki/Wikipedia%3AWikiProject_Deletion_sorting wiki/Wikipedia%3AWikiProject_Spam @@ -190836,9 +190734,9 @@ wiki/Wikipedia_discusión:Supresores/Candidaturas wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAdministrator -wiki/Wikipedia_talk%3AAdministrator_electionshttp://cdn.who.int/robots.txt -wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt -wiki/Wikipedia_talk%3AAdministrator_electionshttp://uscis.gov/robots.txt +wiki/Wikipedia_talk%3AAdministrator_electionshttp://lefigaro.fr/robots.txt +wiki/Wikipedia_talk%3AAdministrator_electionshttp://linkedin.com/robots.txt +wiki/Wikipedia_talk%3AAdministrator_electionshttp://rcmp-grc.gc.ca/robots.txt wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrators%27_noticeboard @@ -191205,7 +191103,7 @@ winnt wip_index.php wipostad/ wire- -wire-cast/ +wire-cast/ wirecutter wirecutter/ wirecutter/*&xid= @@ -191742,23 +191640,25 @@ wp-admin/* wp-admin/about.php wp-admin/admin-ajax.php wp-admin/admin-ajax.php -wp-admin/admin-ajax.phphttp://ars.els-cdn.com/robots.txt -wp-admin/admin-ajax.phphttp://constitutioncenter.org/robots.txt -wp-admin/admin-ajax.phphttp://engagevideomarketing.com/robots.txt +wp-admin/admin-ajax.phphttp://amp.theguardian.com/robots.txt +wp-admin/admin-ajax.phphttp://appbrain.com/robots.txt +wp-admin/admin-ajax.phphttp://biorxiv.org/robots.txt +wp-admin/admin-ajax.phphttp://catawiki.com/robots.txt +wp-admin/admin-ajax.phphttp://downforeveryoneorjustme.com/robots.txt +wp-admin/admin-ajax.phphttp://europe1.fr/robots.txt +wp-admin/admin-ajax.phphttp://gallup.com/robots.txt wp-admin/admin-ajax.phphttp://googleonlinesecurity.blogspot.com/robots.txt -wp-admin/admin-ajax.phphttp://insidehighered.com/robots.txt -wp-admin/admin-ajax.phphttp://itu.int/robots.txt -wp-admin/admin-ajax.phphttp://mordorintelligence.com/robots.txt -wp-admin/admin-ajax.phphttp://mpaa.org/robots.txt -wp-admin/admin-ajax.phphttp://nbr.co.nz/robots.txt -wp-admin/admin-ajax.phphttp://popl.co/robots.txt -wp-admin/admin-ajax.phphttp://propublica.org/robots.txt -wp-admin/admin-ajax.phphttp://search.cpan.org/robots.txt -wp-admin/admin-ajax.phphttp://store.playstation.com/robots.txt -wp-admin/admin-ajax.phphttp://tidal.com/robots.txt -wp-admin/admin-ajax.phphttp://uu.nl/robots.txt -wp-admin/admin-ajax.phphttp://whc.unesco.org/robots.txt -wp-admin/admin-ajax.phphttp://wikileaks.org/robots.txt +wp-admin/admin-ajax.phphttp://japantimes.co.jp/robots.txt +wp-admin/admin-ajax.phphttp://knowband.com/robots.txt +wp-admin/admin-ajax.phphttp://lifewithalacrity.com/robots.txt +wp-admin/admin-ajax.phphttp://mnemosyne-proj.org/robots.txt +wp-admin/admin-ajax.phphttp://nominet.uk/robots.txt +wp-admin/admin-ajax.phphttp://opencart.com/robots.txt +wp-admin/admin-ajax.phphttp://orcd.co/robots.txt +wp-admin/admin-ajax.phphttp://piie.com/robots.txt +wp-admin/admin-ajax.phphttp://plisio.net/robots.txt +wp-admin/admin-ajax.phphttp://research.google.com/robots.txt +wp-admin/admin-ajax.phphttp://toronto.citynews.ca/robots.txt wp-admin/admin-footer.php wp-admin/admin-functions.php wp-admin/admin-header.php @@ -191780,8 +191680,8 @@ wp-admin/edit-tags.php wp-admin/edit.php wp-admin/export.php wp-admin/freedoms.php -wp-admin/http://amplitude.com/robots.txt wp-admin/http://blog.mozilla.org/robots.txt +wp-admin/http://english.news.cn/robots.txt wp-admin/images wp-admin/import.php wp-admin/includes @@ -191904,9 +191804,9 @@ wp-content/cache/ wp-content/cache/* wp-content/client-mu-plugins wp-content/mu-plugins -wp-content/mu-plugins/http://adjust.com/robots.txt -wp-content/mu-plugins/http://coupang.com/robots.txt -wp-content/mu-plugins/http://la.curbed.com/robots.txt +wp-content/mu-plugins/http://afb.org/robots.txt +wp-content/mu-plugins/http://hdr.undp.org/robots.txt +wp-content/mu-plugins/http://web-beta.archive.org/robots.txt wp-content/mu_plugins wp-content/plugins wp-content/plugins @@ -191926,7 +191826,7 @@ wp-content/plugins/abm-sej/includes/infinte-scroll/js/prebid/prebid10.9.0.js wp-content/plugins/as-pdf wp-content/plugins/beebom-features/assets wp-content/plugins/genesys-reports/build/images/genesys-logo.svg -wp-content/plugins/http://bicheando.net/robots.txt +wp-content/plugins/http://sheerprintsolutions.com/robots.txt wp-content/plugins/liveblog wp-content/plugins/prc-icon-library wp-content/plugins/pwa/ @@ -191994,7 +191894,7 @@ wp-content/uploads/*.png wp-content/uploads/*.svg wp-content/uploads/*.webp wp-content/uploads/*/*/1650344292_1.png -wp-content/uploads/*http://car.ba.gov.br/robots.txt +wp-content/uploads/*http://groovelabs.net/robots.txt wp-content/uploads/2009/ wp-content/uploads/2010/ wp-content/uploads/2011/ @@ -192302,9 +192202,9 @@ wp-content/uploads/cbxwpemaillogger/ wp-content/uploads/complianz wp-content/uploads/cover-images wp-content/uploads/dlm_uploads -wp-content/uploads/http://bkecmsi.wixsite.com/robots.txt -wp-content/uploads/http://csee.umbc.edu/robots.txt -wp-content/uploads/http://untappd.com/robots.txt +wp-content/uploads/http://appexchange.salesforce.com/robots.txt +wp-content/uploads/http://tucsonaz.gov/robots.txt +wp-content/uploads/http://video.telegate-media.de/robots.txt wp-content/uploads/import/* wp-content/uploads/import/documents/other/ead1e-overview.pdf wp-content/uploads/import/documents/other/gieais-covid.pdf @@ -192334,15 +192234,15 @@ wp-content/uploads/woocommerce_uploads wp-content/uploads/woocommerce_uploads/ wp-content/uploads/wp-import-export-lite wp-content/uploads/wp-import-export-lite/ -wp-content/uploads/wp-import-export-lite/http://castos.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://cyklonovinky.cz/robots.txt -wp-content/uploads/wp-import-export-lite/http://flyscoot.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://criteo.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://dresden.de/robots.txt wp-content/uploads/wp-import-export-lite/http://friendfeed.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://imaging.nikon.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://independent.ie/robots.txt -wp-content/uploads/wp-import-export-lite/http://journals.lww.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://military.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://thrivethemes.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://lbcgroup.tv/robots.txt +wp-content/uploads/wp-import-export-lite/http://my.opera.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://pressdemocrat.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://self-sufficiency.org/robots.txt +wp-content/uploads/wp-import-export-lite/http://tidelift.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://weightwatchers.com/robots.txt wp-content/uploads/wp-staging wp-content/uploads/wpforms wp-content/uploads/wpforms/ @@ -192450,7 +192350,7 @@ wp-preview wp-query.html wp-register.php wp-register.php -wp-register.phphttp://draft.blogger.com/robots.txt +wp-register.phphttp://mobile.de/robots.txt wp-signup.php wp-signup.php wp-sitemap-posts- @@ -192471,6 +192371,7 @@ wp/wp-login.php wpcallback.php wpcontent/cache wpcontent/themes/rbg/functions/ +wpd wpdev wpi wpi/ @@ -192647,7 +192548,7 @@ www/gui www/newsletter www/ptemplate www/resources -www/search.do*http://michaelkors.com/robots.txt +www/search.do*http://singular.net/robots.txt www/server/404.php www_avis/error.html wwwhelp/disabled @@ -192673,7 +192574,6 @@ x01122019-higfiles x? xArchive/Archive/Illegal-liquor-export-20010319 x_tr -xajax xas/api xboxone xbp/search @@ -192761,6 +192661,7 @@ xpubcid.php xqdemo xref xres/add +xrttemp xrx-search xs xs4all @@ -192773,10 +192674,10 @@ xsd xsendmail.ini xsl xsl/ -xsl/http://christianbook.com/robots.txt +xsl/http://docstoc.com/robots.txt xslt xslt/ -xslt/http://m.economictimes.com/robots.txt +xslt/http://neowin.net/robots.txt xss xstatic/ xtbcallback.php @@ -192791,7 +192692,7 @@ xxx-the-return-of-xander-cage xxx/ y/ y/biu -y/http://news.crunchbase.com/robots.txt +y/http://kpn.com/robots.txt y1= yTos/ yTos/Plugins/ItemPlugin/RenderItemPrice @@ -193631,7 +193532,7 @@ youraccount youraccount/ youre_making_air_fryer_mistakes/article.htm youreurope/businessACC -youreurope/businessDEV/http://worldbank.org/robots.txt +youreurope/businessDEV/http://finance.yahoo.com/robots.txt youreurope/citizensACC youreurope/citizensDEV yourfuture @@ -193667,7 +193568,6 @@ youtube/fonts youtube/img/branding/favicon youtube/img/promos youtube/partner -youtube/video youtubei yoyaku/tabelog_booking yr @@ -193843,7 +193743,7 @@ zh-CN/thunderbird/collections zh-CN/thunderbird/search zh-CN/user zh-CN/users -zh-CNhttp://modaoperandi.com/robots.txt +zh-CNhttp://swarmapp.com/robots.txt zh-CO zh-CR zh-CZ @@ -194422,9 +194322,6 @@ zh/%E8%B4%A2%E7%BB%8F/%E6%8A%95%E8%B5%84%E4%B8%8E%E4%BA%A4%E6%98%93%E6%8A%A5%E5% zh/%E9%87%91%E5%B1%9E/%E9%93%B6%E8%89%B2 zh/%E9%93%9C zh/%E9%A3%9F%E5%93%81 -zh/3d-d%C7%8Ey%C3%ACn-y%C5%8Duhu%C3%AC-qu%C3%A0n-zh%C3%A9k%C3%B2u/*/share -zh/3d-d%C7%8Ey%C3%ACn/*/b%C3%A0og%C3%A0o/x%C4%ABn-de -zh/3d-d%C7%8Ey%C3%ACn/*/share zh/MapServiceProxyWS.asmx zh/Themes zh/TripsJS.ashx @@ -194440,8 +194337,6 @@ zh/api/3.0/FlightSearch zh/api/v1 zh/app-directory/zoom zh/autocomplete/ -zh/b%C3%B3k%C3%A8-w%C3%A9nzh%C4%81ng-f%C4%81ny%C3%AC-b%C3%A0og%C3%A0o/x%C4%ABn-de -zh/b%C3%B3k%C3%A8/w%C3%A9nzh%C4%81ng/*/share zh/best-adobe-alternative zh/best-google-docs-alternative zh/best-libreoffice-alternative @@ -194462,9 +194357,6 @@ zh/buscar/ zh/categories/*/p zh/change_currency.html zh/chat -zh/chu%C3%A0ngzu%C3%B2-f%C4%81ny%C3%AC-b%C3%A0og%C3%A0o/x%C4%ABn-de -zh/chu%C3%A0ngzu%C3%B2/*/b%C3%A0og%C3%A0o/x%C4%ABn-de -zh/chu%C3%A0ngzu%C3%B2/*/share zh/cira_agreement.html zh/community/article/search.html? zh/community/article/section.html? @@ -194473,11 +194365,9 @@ zh/creative-cities/grid zh/creative-cities/list zh/creative-cities/map zh/cz -zh/d%C3%A0-ch%C4%93 zh/days/world-radio/grid zh/days/world-radio/list zh/days/world-radio/map -zh/denglu-youjian zh/document-editor-comparison zh/domain/advanced-search? zh/domain/ai-search? @@ -194528,7 +194418,6 @@ zh/holidayrentals zh/hotels/h zh/hotels/redirect zh/hotels/s -zh/hu%C3%B2b%C3%AC/bi%C4%81nj%C3%AD zh/iggp/grid zh/iggp/list zh/iggp/map @@ -194537,19 +194426,15 @@ zh/index.htm zh/intangible-cultural-heritage/grid zh/intangible-cultural-heritage/list zh/intangible-cultural-heritage/map -zh/internalhttp://kctv5.com/robots.txt +zh/internalhttp://exploratorium.edu/robots.txt zh/internet-universality-indicators/grid zh/internet-universality-indicators/list zh/internet-universality-indicators/map -zh/j%C3%ADh%C3%A9-de-yu%C3%A1ns%C3%B9 zh/kr -zh/l%C3%BAnku%C3%B2/y%C7%90-chu%C3%A0ngji%C3%A0n zh/label -zh/language/bi%C4%81nj%C3%AD zh/legal-affairs/grid zh/legal-affairs/list zh/legal-affairs/map -zh/links/warnings zh/login zh/login?next= zh/mab/grid @@ -194591,7 +194476,6 @@ zh/music/*/+tags zh/music/*/+wiki/shoutbox zh/music/*? zh/music/+noredirect -zh/nav/l%C3%A8ibi%C3%A9 zh/news/ zh/news? zh/offer/buy @@ -194613,7 +194497,6 @@ zh/publications/search zh/refer-a-friend-terms-and-conditions zh/resources/safety-standards/search? zh/reviews-and-testimonials -zh/s%C5%8Dusu%C7%92/filters zh/search zh/search zh/search/ @@ -194621,7 +194504,6 @@ zh/search/* zh/search/autocomplete zh/services/real-estate/source zh/settings -zh/sh%C3%A8j%C3%AC-x%C3%ACli%C3%A8/*/*/share zh/shouldremainempty/ zh/spellcheck/ zh/sso @@ -194646,17 +194528,10 @@ zh/venta-obranueva/ zh/venta-oficinas/ zh/venta-terrenos/ zh/venta-viviendas/ -zh/w%C3%A8nt%C3%AD/selection zh/world-heritage/grid zh/world-heritage/list zh/world-heritage/map zh/xml/ -zh/xuanze-zhuce -zh/y%C3%B2ngh%C3%B9/*/b%C3%A0og%C3%A0o/x%C4%ABn-de -zh/y%C3%B2ngh%C3%B9/*/clans/*/share -zh/y%C3%B2ngh%C3%B9/*/share -zh/y%C3%B2ngh%C3%B9/chu%C3%A0ngji%C3%A0n -zh/y%C3%B2ngh%C3%B9/m%C3%ACm%C7%8E/x%C4%ABn-de zh/工具组件 zh_CN zh_CN/?wicket:interface= @@ -194834,7 +194709,6 @@ zona-usuario zonadescargas/obtenerDocumento.html?codigo= zone= zone=printer -zonegrid-legacy.aspx zonejkh3sosx zonificacio zonta @@ -195122,6 +194996,7 @@ zzz_systest 比較する 比较 注册 +注意:Allow/Disallow 溦信 溦兴 电报 @@ -195204,7 +195079,7 @@ zzz_systest 🩸 01-18/informa 1 -1*.jpg$http://thestandard.com.hk/robots.txt +1*.jpg$http://city.sapporo.jp/robots.txt 1*? 1- 1-1-p* @@ -195537,7 +195412,7 @@ zzz_systest 350/test/ 359 360 -360/trial/http://ebayinc.com/robots.txt +360/trial/http://wowza.com/robots.txt 400 401 403$ @@ -195555,15 +195430,15 @@ zzz_systest 404/ 404/test 404handler/ -404http://biglinounofficial.com/robots.txt -404http://soprashop.com/robots.txt +404http://bonaparte.berlin/robots.txt +404http://tunisiacaccia.com/robots.txt 406 413gkwMT 413gkwMT/http://befunky.com/robots.txt -413gkwMT/http://dakar.com/robots.txt -413gkwMT/http://irishtimes.com/robots.txt -413gkwMT/http://kstp.com/robots.txt -413gkwMT/http://wbur.org/robots.txt +413gkwMT/http://downloads.ctfassets.net/robots.txt +413gkwMT/http://dreamstime.com/robots.txt +413gkwMT/http://hkbu.edu.hk/robots.txt +413gkwMT/http://theregister.com/robots.txt 419/es 422 429.html @@ -195864,7 +195739,6 @@ zzz_systest 7336 8051 8058 -8070/Topuni-Web/. 8245 8264 8301 @@ -195983,7 +195857,6 @@ zzz_systest 6112754 7078046 7079046 -7758024 8323530 8415465 8517960*.jpg$ @@ -196035,7 +195908,6 @@ zzz_systest 21852813 22390678 22545093 -22732481 23171577 23219321/iac. 24268069 @@ -196048,7 +195920,6 @@ zzz_systest 29966721/PATH/* 30585109/ 30845946 -34405621/bn 34722903 38681514/ 55875582/walmart-us/catalog @@ -196070,7 +195941,6 @@ zzz_systest 133919216/lanacion 176986657 215515194 -281191609 851796990.jpg$ 1301483629* 1301485191*