mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
e6aeb7c0ee
commit
becde20854
20 changed files with 3586 additions and 1722 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1760409185
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1760350106
|
||||
"last_update": 1760436469
|
||||
}
|
||||
}
|
||||
|
|
@ -5807,6 +5807,14 @@ __init__.py
|
|||
erpnext/accounts/utils.py
|
||||
accounts/utils.py
|
||||
utils.py
|
||||
erpnext/accounts/letterhead/company_letterhead_grey.html
|
||||
accounts/letterhead/company_letterhead_grey.html
|
||||
letterhead/company_letterhead_grey.html
|
||||
company_letterhead_grey.html
|
||||
erpnext/accounts/letterhead/company_letterhead.html
|
||||
accounts/letterhead/company_letterhead.html
|
||||
letterhead/company_letterhead.html
|
||||
company_letterhead.html
|
||||
erpnext/accounts/report/non_billed_report.py
|
||||
accounts/report/non_billed_report.py
|
||||
report/non_billed_report.py
|
||||
|
|
@ -7137,6 +7145,16 @@ accounts/print_format/bank_and_cash_payment_voucher/bank_and_cash_payment_vouche
|
|||
print_format/bank_and_cash_payment_voucher/bank_and_cash_payment_voucher.html
|
||||
bank_and_cash_payment_voucher/bank_and_cash_payment_voucher.html
|
||||
bank_and_cash_payment_voucher.html
|
||||
erpnext/accounts/print_format/sales_invoice_with_item_image/sales_invoice_with_item_image.json
|
||||
accounts/print_format/sales_invoice_with_item_image/sales_invoice_with_item_image.json
|
||||
print_format/sales_invoice_with_item_image/sales_invoice_with_item_image.json
|
||||
sales_invoice_with_item_image/sales_invoice_with_item_image.json
|
||||
sales_invoice_with_item_image.json
|
||||
erpnext/accounts/print_format/sales_invoice_with_item_image/__init__.py
|
||||
accounts/print_format/sales_invoice_with_item_image/__init__.py
|
||||
print_format/sales_invoice_with_item_image/__init__.py
|
||||
sales_invoice_with_item_image/__init__.py
|
||||
__init__.py
|
||||
erpnext/accounts/print_format/dunning_letter/dunning_letter.json
|
||||
accounts/print_format/dunning_letter/dunning_letter.json
|
||||
print_format/dunning_letter/dunning_letter.json
|
||||
|
|
@ -7172,6 +7190,16 @@ accounts/print_format/sales_auditing_voucher/sales_auditing_voucher.html
|
|||
print_format/sales_auditing_voucher/sales_auditing_voucher.html
|
||||
sales_auditing_voucher/sales_auditing_voucher.html
|
||||
sales_auditing_voucher.html
|
||||
erpnext/accounts/print_format/sales_invoice_standard/sales_invoice_standard.json
|
||||
accounts/print_format/sales_invoice_standard/sales_invoice_standard.json
|
||||
print_format/sales_invoice_standard/sales_invoice_standard.json
|
||||
sales_invoice_standard/sales_invoice_standard.json
|
||||
sales_invoice_standard.json
|
||||
erpnext/accounts/print_format/sales_invoice_standard/__init__.py
|
||||
accounts/print_format/sales_invoice_standard/__init__.py
|
||||
print_format/sales_invoice_standard/__init__.py
|
||||
sales_invoice_standard/__init__.py
|
||||
__init__.py
|
||||
erpnext/accounts/print_format/sales_invoice_return/sales_invoice_return.html
|
||||
accounts/print_format/sales_invoice_return/sales_invoice_return.html
|
||||
print_format/sales_invoice_return/sales_invoice_return.html
|
||||
|
|
@ -16611,6 +16639,9 @@ fi.po
|
|||
erpnext/locale/ta.po
|
||||
locale/ta.po
|
||||
ta.po
|
||||
erpnext/locale/my.po
|
||||
locale/my.po
|
||||
my.po
|
||||
erpnext/locale/pl.po
|
||||
locale/pl.po
|
||||
pl.po
|
||||
|
|
@ -16767,6 +16798,10 @@ erpnext/public/js/stock_analytics.js
|
|||
public/js/stock_analytics.js
|
||||
js/stock_analytics.js
|
||||
stock_analytics.js
|
||||
erpnext/public/js/print.js
|
||||
public/js/print.js
|
||||
js/print.js
|
||||
print.js
|
||||
erpnext/public/js/templates/call_link.html
|
||||
public/js/templates/call_link.html
|
||||
js/templates/call_link.html
|
||||
|
|
|
|||
|
|
@ -1162,6 +1162,8 @@ erpnext/accounts/dashboard_chart_source/account_balance_timeline/__init__.py
|
|||
erpnext/accounts/dashboard_chart_source/account_balance_timeline/account_balance_timeline.json
|
||||
erpnext/accounts/dashboard_chart_source/__init__.py
|
||||
erpnext/accounts/utils.py
|
||||
erpnext/accounts/letterhead/company_letterhead_grey.html
|
||||
erpnext/accounts/letterhead/company_letterhead.html
|
||||
erpnext/accounts/report/non_billed_report.py
|
||||
erpnext/accounts/report/tax_withholding_details/tax_withholding_details.js
|
||||
erpnext/accounts/report/tax_withholding_details/test_tax_withholding_details.py
|
||||
|
|
@ -1430,6 +1432,8 @@ erpnext/accounts/print_format/purchase_auditing_voucher/purchase_auditing_vouche
|
|||
erpnext/accounts/print_format/bank_and_cash_payment_voucher/bank_and_cash_payment_voucher.json
|
||||
erpnext/accounts/print_format/bank_and_cash_payment_voucher/__init__.py
|
||||
erpnext/accounts/print_format/bank_and_cash_payment_voucher/bank_and_cash_payment_voucher.html
|
||||
erpnext/accounts/print_format/sales_invoice_with_item_image/sales_invoice_with_item_image.json
|
||||
erpnext/accounts/print_format/sales_invoice_with_item_image/__init__.py
|
||||
erpnext/accounts/print_format/dunning_letter/dunning_letter.json
|
||||
erpnext/accounts/print_format/dunning_letter/__init__.py
|
||||
erpnext/accounts/print_format/credit_note/__init__.py
|
||||
|
|
@ -1437,6 +1441,8 @@ erpnext/accounts/print_format/credit_note/credit_note.json
|
|||
erpnext/accounts/print_format/sales_auditing_voucher/sales_auditing_voucher.json
|
||||
erpnext/accounts/print_format/sales_auditing_voucher/__init__.py
|
||||
erpnext/accounts/print_format/sales_auditing_voucher/sales_auditing_voucher.html
|
||||
erpnext/accounts/print_format/sales_invoice_standard/sales_invoice_standard.json
|
||||
erpnext/accounts/print_format/sales_invoice_standard/__init__.py
|
||||
erpnext/accounts/print_format/sales_invoice_return/sales_invoice_return.html
|
||||
erpnext/accounts/print_format/sales_invoice_return/__init__.py
|
||||
erpnext/accounts/print_format/sales_invoice_return/sales_invoice_return.json
|
||||
|
|
@ -3448,6 +3454,7 @@ erpnext/locale/nl.po
|
|||
erpnext/locale/hu.po
|
||||
erpnext/locale/fi.po
|
||||
erpnext/locale/ta.po
|
||||
erpnext/locale/my.po
|
||||
erpnext/locale/pl.po
|
||||
erpnext/locale/zh.po
|
||||
erpnext/locale/id.po
|
||||
|
|
@ -3488,6 +3495,7 @@ erpnext/public/js/utils/landed_taxes_and_charges_common.js
|
|||
erpnext/public/js/utils/supplier_quick_entry.js
|
||||
erpnext/public/js/item-dashboard.bundle.js
|
||||
erpnext/public/js/stock_analytics.js
|
||||
erpnext/public/js/print.js
|
||||
erpnext/public/js/templates/call_link.html
|
||||
erpnext/public/js/templates/visual_plant_floor_template.html
|
||||
erpnext/public/js/templates/item_selector.html
|
||||
|
|
|
|||
|
|
@ -30667,11 +30667,6 @@ admin/app/templates/settings-x.hbs
|
|||
app/templates/settings-x.hbs
|
||||
templates/settings-x.hbs
|
||||
settings-x.hbs
|
||||
ghost/admin/app/templates/tags-x.hbs
|
||||
admin/app/templates/tags-x.hbs
|
||||
app/templates/tags-x.hbs
|
||||
templates/tags-x.hbs
|
||||
tags-x.hbs
|
||||
ghost/admin/app/templates/lexical-editor/edit-loading.hbs
|
||||
admin/app/templates/lexical-editor/edit-loading.hbs
|
||||
app/templates/lexical-editor/edit-loading.hbs
|
||||
|
|
|
|||
|
|
@ -4578,7 +4578,6 @@ ghost/admin/app/templates/members/import.hbs
|
|||
ghost/admin/app/templates/signin-verify.hbs
|
||||
ghost/admin/app/templates/lexical-editor.hbs
|
||||
ghost/admin/app/templates/settings-x.hbs
|
||||
ghost/admin/app/templates/tags-x.hbs
|
||||
ghost/admin/app/templates/lexical-editor/edit-loading.hbs
|
||||
ghost/admin/app/templates/restore-posts.hbs
|
||||
ghost/admin/app/templates/members-activity.hbs
|
||||
|
|
|
|||
|
|
@ -12576,6 +12576,13 @@ Tests/Functional/Controller/NotificationControllerTest.php
|
|||
Functional/Controller/NotificationControllerTest.php
|
||||
Controller/NotificationControllerTest.php
|
||||
NotificationControllerTest.php
|
||||
app/bundles/NotificationBundle/Tests/Functional/Controller/MobileNotificationTranslationFunctionalTest.php
|
||||
bundles/NotificationBundle/Tests/Functional/Controller/MobileNotificationTranslationFunctionalTest.php
|
||||
NotificationBundle/Tests/Functional/Controller/MobileNotificationTranslationFunctionalTest.php
|
||||
Tests/Functional/Controller/MobileNotificationTranslationFunctionalTest.php
|
||||
Functional/Controller/MobileNotificationTranslationFunctionalTest.php
|
||||
Controller/MobileNotificationTranslationFunctionalTest.php
|
||||
MobileNotificationTranslationFunctionalTest.php
|
||||
app/bundles/NotificationBundle/Tests/Functional/Controller/MobileNotificationControllerTest.php
|
||||
bundles/NotificationBundle/Tests/Functional/Controller/MobileNotificationControllerTest.php
|
||||
NotificationBundle/Tests/Functional/Controller/MobileNotificationControllerTest.php
|
||||
|
|
@ -32265,6 +32272,9 @@ Version20250207035735.php
|
|||
app/migrations/Version20240704164714.php
|
||||
migrations/Version20240704164714.php
|
||||
Version20240704164714.php
|
||||
app/migrations/Version20250923135527.php
|
||||
migrations/Version20250923135527.php
|
||||
Version20250923135527.php
|
||||
app/migrations/Version20210211081531.php
|
||||
migrations/Version20210211081531.php
|
||||
Version20210211081531.php
|
||||
|
|
|
|||
|
|
@ -2378,6 +2378,7 @@ app/bundles/NotificationBundle/Tests/Unit/Api/OneSignalApiTest.php
|
|||
app/bundles/NotificationBundle/Tests/Functional/EventListener/CampaignSubscriberTest.php
|
||||
app/bundles/NotificationBundle/Tests/Functional/Controller/PopupControllerTest.php
|
||||
app/bundles/NotificationBundle/Tests/Functional/Controller/NotificationControllerTest.php
|
||||
app/bundles/NotificationBundle/Tests/Functional/Controller/MobileNotificationTranslationFunctionalTest.php
|
||||
app/bundles/NotificationBundle/Tests/Functional/Controller/MobileNotificationControllerTest.php
|
||||
app/bundles/NotificationBundle/Tests/Form/Type/MobileNotificationSendTypeTest.php
|
||||
app/bundles/NotificationBundle/Tests/Form/Type/NotificationTypeTest.php
|
||||
|
|
@ -5607,6 +5608,7 @@ app/migrations/Version20250429133744.php
|
|||
app/migrations/Version20250430104345.php
|
||||
app/migrations/Version20250207035735.php
|
||||
app/migrations/Version20240704164714.php
|
||||
app/migrations/Version20250923135527.php
|
||||
app/migrations/Version20210211081531.php
|
||||
app/migrations/Version20230627140512.php
|
||||
app/migrations/Version20240416112112.php
|
||||
|
|
|
|||
|
|
@ -32865,10 +32865,6 @@ src/deploy.cmd
|
|||
deploy.cmd
|
||||
src/LICENSE.md
|
||||
LICENSE.md
|
||||
src/Tests/Nop.Tests/Connections.Designer.cs
|
||||
Tests/Nop.Tests/Connections.Designer.cs
|
||||
Nop.Tests/Connections.Designer.cs
|
||||
Connections.Designer.cs
|
||||
src/Tests/Nop.Tests/Nop.Core.Tests/ComponentModel/GenericListTypeConverterTests.cs
|
||||
Tests/Nop.Tests/Nop.Core.Tests/ComponentModel/GenericListTypeConverterTests.cs
|
||||
Nop.Tests/Nop.Core.Tests/ComponentModel/GenericListTypeConverterTests.cs
|
||||
|
|
@ -33845,6 +33841,10 @@ src/Tests/Nop.Tests/NopTestsDefaults.cs
|
|||
Tests/Nop.Tests/NopTestsDefaults.cs
|
||||
Nop.Tests/NopTestsDefaults.cs
|
||||
NopTestsDefaults.cs
|
||||
src/Tests/Nop.Tests/NopTestConfiguration.cs
|
||||
Tests/Nop.Tests/NopTestConfiguration.cs
|
||||
Nop.Tests/NopTestConfiguration.cs
|
||||
NopTestConfiguration.cs
|
||||
src/Tests/Nop.Tests/TestSmtpBuilder.cs
|
||||
Tests/Nop.Tests/TestSmtpBuilder.cs
|
||||
Nop.Tests/TestSmtpBuilder.cs
|
||||
|
|
|
|||
|
|
@ -5062,7 +5062,6 @@ src/Libraries/Nop.Core/Infrastructure/NopEngine.cs
|
|||
src/Deploying.Readme.txt
|
||||
src/deploy.cmd
|
||||
src/LICENSE.md
|
||||
src/Tests/Nop.Tests/Connections.Designer.cs
|
||||
src/Tests/Nop.Tests/Nop.Core.Tests/ComponentModel/GenericListTypeConverterTests.cs
|
||||
src/Tests/Nop.Tests/Nop.Core.Tests/CommonHelperIpAddressValidatorTests.cs
|
||||
src/Tests/Nop.Tests/Nop.Core.Tests/CommonHelperTests.cs
|
||||
|
|
@ -5215,5 +5214,6 @@ src/Tests/Nop.Tests/BaseEntityEqualityComparer.cs
|
|||
src/Tests/Nop.Tests/BaseNopTest.cs
|
||||
src/Tests/Nop.Tests/TestDataProviderManager.cs
|
||||
src/Tests/Nop.Tests/NopTestsDefaults.cs
|
||||
src/Tests/Nop.Tests/NopTestConfiguration.cs
|
||||
src/Tests/Nop.Tests/TestSmtpBuilder.cs
|
||||
.gitattributes
|
||||
|
|
@ -38471,6 +38471,9 @@ release-6-4-20-0/2023-01-30-make-user-activity-tab-overarching.md
|
|||
changelog/release-6-4-20-0/2023-02-10-configurable-dompdf.md
|
||||
release-6-4-20-0/2023-02-10-configurable-dompdf.md
|
||||
2023-02-10-configurable-dompdf.md
|
||||
changelog/release-6-7-3-0/2025-10-09-preserve-create-customer-account-checkbox-state.md
|
||||
release-6-7-3-0/2025-10-09-preserve-create-customer-account-checkbox-state.md
|
||||
2025-10-09-preserve-create-customer-account-checkbox-state.md
|
||||
changelog/release-6-7-3-0/2025-05-22-implemented-mt-empty-stage-component.md
|
||||
release-6-7-3-0/2025-05-22-implemented-mt-empty-stage-component.md
|
||||
2025-05-22-implemented-mt-empty-stage-component.md
|
||||
|
|
@ -41636,6 +41639,9 @@ _unreleased/2025-10-08-add-product-available-sorting-criteria-option.md
|
|||
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
|
||||
_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
|
||||
2024-07-04-enforce-timezone-utc-for-database-connections.md
|
||||
changelog/_unreleased/2025-10-13-compatibility-with-opensearch-3-x.md
|
||||
_unreleased/2025-10-13-compatibility-with-opensearch-3-x.md
|
||||
2025-10-13-compatibility-with-opensearch-3-x.md
|
||||
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
|
|
|
|||
|
|
@ -6725,6 +6725,7 @@ changelog/release-6-4-18-1/2022-09-01-fix-newsletter-route-does-not-handle-doubl
|
|||
changelog/release-6-4-18-1/2022-12-21-add-twig-filter-improvments.md
|
||||
changelog/release-6-4-20-0/2023-01-30-make-user-activity-tab-overarching.md
|
||||
changelog/release-6-4-20-0/2023-02-10-configurable-dompdf.md
|
||||
changelog/release-6-7-3-0/2025-10-09-preserve-create-customer-account-checkbox-state.md
|
||||
changelog/release-6-7-3-0/2025-05-22-implemented-mt-empty-stage-component.md
|
||||
changelog/release-6-7-3-0/2025-08-27-update-sales-channel-context-after-switching.md
|
||||
changelog/release-6-7-3-0/2025-08-28-allow-docx-extension.md
|
||||
|
|
@ -7780,6 +7781,7 @@ changelog/_unreleased/.keep
|
|||
changelog/_unreleased/2025-10-02-add-gitignore-when-creating-plugin.md
|
||||
changelog/_unreleased/2025-10-08-add-product-available-sorting-criteria-option.md
|
||||
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
|
||||
changelog/_unreleased/2025-10-13-compatibility-with-opensearch-3-x.md
|
||||
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
changelog/_unreleased/2025-10-09-clearance-sale-stock-handling-is-ignored-as-soon-as-a-product-is-in-the-cart.md
|
||||
changelog/_unreleased/2025-10-04-fix-proper-display-of-the-administrator-switch-in-the-user-create.md
|
||||
|
|
|
|||
|
|
@ -36543,6 +36543,9 @@ migrations/2016_11_24_160405_add_missing_target_type_to_logs_table.php
|
|||
database/migrations/2017_12_12_033618_add_actionlog_meta.php
|
||||
migrations/2017_12_12_033618_add_actionlog_meta.php
|
||||
2017_12_12_033618_add_actionlog_meta.php
|
||||
database/migrations/2025_10_13_102956_move_assetmodels_files.php
|
||||
migrations/2025_10_13_102956_move_assetmodels_files.php
|
||||
2025_10_13_102956_move_assetmodels_files.php
|
||||
database/migrations/2019_02_07_190030_add_kits_accessories_table.php
|
||||
migrations/2019_02_07_190030_add_kits_accessories_table.php
|
||||
2019_02_07_190030_add_kits_accessories_table.php
|
||||
|
|
|
|||
|
|
@ -6660,6 +6660,7 @@ database/migrations/2021_06_07_155421_add_serial_number_indexes.php
|
|||
database/migrations/2022_07_07_010406_add_indexes_to_license_seats.php
|
||||
database/migrations/2016_11_24_160405_add_missing_target_type_to_logs_table.php
|
||||
database/migrations/2017_12_12_033618_add_actionlog_meta.php
|
||||
database/migrations/2025_10_13_102956_move_assetmodels_files.php
|
||||
database/migrations/2019_02_07_190030_add_kits_accessories_table.php
|
||||
database/migrations/2015_02_12_001312_add_mac_address_to_asset.php
|
||||
database/migrations/2017_01_09_040429_create_locations_ldap_query_field.php
|
||||
|
|
|
|||
|
|
@ -27493,6 +27493,13 @@ server/src/utils/index.ts
|
|||
src/utils/index.ts
|
||||
utils/index.ts
|
||||
index.ts
|
||||
packages/plugins/i18n/server/src/services/ai-localizations.ts
|
||||
plugins/i18n/server/src/services/ai-localizations.ts
|
||||
i18n/server/src/services/ai-localizations.ts
|
||||
server/src/services/ai-localizations.ts
|
||||
src/services/ai-localizations.ts
|
||||
services/ai-localizations.ts
|
||||
ai-localizations.ts
|
||||
packages/plugins/i18n/server/src/services/permissions/engine.ts
|
||||
plugins/i18n/server/src/services/permissions/engine.ts
|
||||
i18n/server/src/services/permissions/engine.ts
|
||||
|
|
|
|||
|
|
@ -3764,6 +3764,7 @@ packages/plugins/i18n/server/tsconfig.build.json
|
|||
packages/plugins/i18n/server/tsconfig.json
|
||||
packages/plugins/i18n/server/src/graphql.ts
|
||||
packages/plugins/i18n/server/src/utils/index.ts
|
||||
packages/plugins/i18n/server/src/services/ai-localizations.ts
|
||||
packages/plugins/i18n/server/src/services/permissions/engine.ts
|
||||
packages/plugins/i18n/server/src/services/permissions/sections-builder.ts
|
||||
packages/plugins/i18n/server/src/services/permissions/conditions.ts
|
||||
|
|
|
|||
|
|
@ -30416,6 +30416,42 @@ Internal/Admin/EmailPreview/EmailPreviewRestControllerTest.php
|
|||
Admin/EmailPreview/EmailPreviewRestControllerTest.php
|
||||
EmailPreview/EmailPreviewRestControllerTest.php
|
||||
EmailPreviewRestControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticControllerTest.php
|
||||
woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticControllerTest.php
|
||||
tests/php/src/Internal/Admin/Agentic/AgenticControllerTest.php
|
||||
php/src/Internal/Admin/Agentic/AgenticControllerTest.php
|
||||
src/Internal/Admin/Agentic/AgenticControllerTest.php
|
||||
Internal/Admin/Agentic/AgenticControllerTest.php
|
||||
Admin/Agentic/AgenticControllerTest.php
|
||||
Agentic/AgenticControllerTest.php
|
||||
AgenticControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticWebhookManagerTest.php
|
||||
woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticWebhookManagerTest.php
|
||||
tests/php/src/Internal/Admin/Agentic/AgenticWebhookManagerTest.php
|
||||
php/src/Internal/Admin/Agentic/AgenticWebhookManagerTest.php
|
||||
src/Internal/Admin/Agentic/AgenticWebhookManagerTest.php
|
||||
Internal/Admin/Agentic/AgenticWebhookManagerTest.php
|
||||
Admin/Agentic/AgenticWebhookManagerTest.php
|
||||
Agentic/AgenticWebhookManagerTest.php
|
||||
AgenticWebhookManagerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticWebhookPayloadBuilderTest.php
|
||||
woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticWebhookPayloadBuilderTest.php
|
||||
tests/php/src/Internal/Admin/Agentic/AgenticWebhookPayloadBuilderTest.php
|
||||
php/src/Internal/Admin/Agentic/AgenticWebhookPayloadBuilderTest.php
|
||||
src/Internal/Admin/Agentic/AgenticWebhookPayloadBuilderTest.php
|
||||
Internal/Admin/Agentic/AgenticWebhookPayloadBuilderTest.php
|
||||
Admin/Agentic/AgenticWebhookPayloadBuilderTest.php
|
||||
Agentic/AgenticWebhookPayloadBuilderTest.php
|
||||
AgenticWebhookPayloadBuilderTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticTestHelpers.php
|
||||
woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticTestHelpers.php
|
||||
tests/php/src/Internal/Admin/Agentic/AgenticTestHelpers.php
|
||||
php/src/Internal/Admin/Agentic/AgenticTestHelpers.php
|
||||
src/Internal/Admin/Agentic/AgenticTestHelpers.php
|
||||
Internal/Admin/Agentic/AgenticTestHelpers.php
|
||||
Admin/Agentic/AgenticTestHelpers.php
|
||||
Agentic/AgenticTestHelpers.php
|
||||
AgenticTestHelpers.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/LoaderTest.php
|
||||
woocommerce/tests/php/src/Internal/Admin/LoaderTest.php
|
||||
tests/php/src/Internal/Admin/LoaderTest.php
|
||||
|
|
@ -45635,6 +45671,15 @@ marketplace/components/my-subscriptions/my-subscriptions.tsx
|
|||
components/my-subscriptions/my-subscriptions.tsx
|
||||
my-subscriptions/my-subscriptions.tsx
|
||||
my-subscriptions.tsx
|
||||
plugins/woocommerce/client/admin/client/marketplace/components/my-subscriptions/my-subscriptions-account.tsx
|
||||
woocommerce/client/admin/client/marketplace/components/my-subscriptions/my-subscriptions-account.tsx
|
||||
client/admin/client/marketplace/components/my-subscriptions/my-subscriptions-account.tsx
|
||||
admin/client/marketplace/components/my-subscriptions/my-subscriptions-account.tsx
|
||||
client/marketplace/components/my-subscriptions/my-subscriptions-account.tsx
|
||||
marketplace/components/my-subscriptions/my-subscriptions-account.tsx
|
||||
components/my-subscriptions/my-subscriptions-account.tsx
|
||||
my-subscriptions/my-subscriptions-account.tsx
|
||||
my-subscriptions-account.tsx
|
||||
plugins/woocommerce/client/admin/client/marketplace/components/my-subscriptions/constants.ts
|
||||
woocommerce/client/admin/client/marketplace/components/my-subscriptions/constants.ts
|
||||
client/admin/client/marketplace/components/my-subscriptions/constants.ts
|
||||
|
|
@ -54348,6 +54393,18 @@ blocks/product-elements/price/edit.tsx
|
|||
product-elements/price/edit.tsx
|
||||
price/edit.tsx
|
||||
edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/test/block.test.tsx
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/test/block.test.tsx
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/price/test/block.test.tsx
|
||||
blocks/assets/js/atomic/blocks/product-elements/price/test/block.test.tsx
|
||||
assets/js/atomic/blocks/product-elements/price/test/block.test.tsx
|
||||
js/atomic/blocks/product-elements/price/test/block.test.tsx
|
||||
atomic/blocks/product-elements/price/test/block.test.tsx
|
||||
blocks/product-elements/price/test/block.test.tsx
|
||||
product-elements/price/test/block.test.tsx
|
||||
price/test/block.test.tsx
|
||||
test/block.test.tsx
|
||||
block.test.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/index.tsx
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/index.tsx
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/price/index.tsx
|
||||
|
|
@ -60013,6 +60070,14 @@ assets/js/previews/single-product-block.tsx
|
|||
js/previews/single-product-block.tsx
|
||||
previews/single-product-block.tsx
|
||||
single-product-block.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/previews/product-response-items.ts
|
||||
woocommerce/client/blocks/assets/js/previews/product-response-items.ts
|
||||
client/blocks/assets/js/previews/product-response-items.ts
|
||||
blocks/assets/js/previews/product-response-items.ts
|
||||
assets/js/previews/product-response-items.ts
|
||||
js/previews/product-response-items.ts
|
||||
previews/product-response-items.ts
|
||||
product-response-items.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/previews/saved-payment-methods.js
|
||||
woocommerce/client/blocks/assets/js/previews/saved-payment-methods.js
|
||||
client/blocks/assets/js/previews/saved-payment-methods.js
|
||||
|
|
@ -77887,6 +77952,10 @@ plugins/woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summar
|
|||
woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
|
||||
changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
|
||||
wooplug-5618-total-amount-overflowing-order-summary-in-checkout
|
||||
plugins/woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
plugins/woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme
|
||||
woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme
|
||||
changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme
|
||||
|
|
@ -77907,6 +77976,10 @@ plugins/woocommerce/changelog/add-v4-update-shipping-zone-endpoint
|
|||
woocommerce/changelog/add-v4-update-shipping-zone-endpoint
|
||||
changelog/add-v4-update-shipping-zone-endpoint
|
||||
add-v4-update-shipping-zone-endpoint
|
||||
plugins/woocommerce/changelog/61377-fix-price-floating-point-precision
|
||||
woocommerce/changelog/61377-fix-price-floating-point-precision
|
||||
changelog/61377-fix-price-floating-point-precision
|
||||
61377-fix-price-floating-point-precision
|
||||
plugins/woocommerce/changelog/fix-entity-registration
|
||||
woocommerce/changelog/fix-entity-registration
|
||||
changelog/fix-entity-registration
|
||||
|
|
@ -77919,6 +77992,10 @@ plugins/woocommerce/changelog/wooprd-815-add-email-for-marketing-confirmation
|
|||
woocommerce/changelog/wooprd-815-add-email-for-marketing-confirmation
|
||||
changelog/wooprd-815-add-email-for-marketing-confirmation
|
||||
wooprd-815-add-email-for-marketing-confirmation
|
||||
plugins/woocommerce/changelog/update-agentic-commerce-protocol-webhooks
|
||||
woocommerce/changelog/update-agentic-commerce-protocol-webhooks
|
||||
changelog/update-agentic-commerce-protocol-webhooks
|
||||
update-agentic-commerce-protocol-webhooks
|
||||
plugins/woocommerce/changelog/fix-50085
|
||||
woocommerce/changelog/fix-50085
|
||||
changelog/fix-50085
|
||||
|
|
@ -77943,10 +78020,10 @@ plugins/woocommerce/changelog/add-v4-create-shipping-zone-endpoint
|
|||
woocommerce/changelog/add-v4-create-shipping-zone-endpoint
|
||||
changelog/add-v4-create-shipping-zone-endpoint
|
||||
add-v4-create-shipping-zone-endpoint
|
||||
plugins/woocommerce/changelog/add_woo_idx_comment_date_type
|
||||
woocommerce/changelog/add_woo_idx_comment_date_type
|
||||
changelog/add_woo_idx_comment_date_type
|
||||
add_woo_idx_comment_date_type
|
||||
plugins/woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
|
||||
woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
|
||||
changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
|
||||
61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
|
||||
plugins/woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests
|
||||
woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests
|
||||
changelog/fix-split-add-to-cart-with-options-integration-tests
|
||||
|
|
@ -77971,14 +78048,14 @@ plugins/woocommerce/changelog/fix-50085-part-2
|
|||
woocommerce/changelog/fix-50085-part-2
|
||||
changelog/fix-50085-part-2
|
||||
fix-50085-part-2
|
||||
plugins/woocommerce/changelog/61229-fix-paypal-capture-pending
|
||||
woocommerce/changelog/61229-fix-paypal-capture-pending
|
||||
changelog/61229-fix-paypal-capture-pending
|
||||
61229-fix-paypal-capture-pending
|
||||
plugins/woocommerce/changelog/add-support-agentic-commerce
|
||||
woocommerce/changelog/add-support-agentic-commerce
|
||||
changelog/add-support-agentic-commerce
|
||||
add-support-agentic-commerce
|
||||
plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
|
||||
woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
|
||||
changelog/fix-grouped-product-inner-blocks-no-products
|
||||
fix-grouped-product-inner-blocks-no-products
|
||||
plugins/woocommerce/changelog/61352-fix-get-session-data-fatal-error
|
||||
woocommerce/changelog/61352-fix-get-session-data-fatal-error
|
||||
changelog/61352-fix-get-session-data-fatal-error
|
||||
|
|
@ -77995,10 +78072,6 @@ plugins/woocommerce/changelog/fix-category-title-description-style
|
|||
woocommerce/changelog/fix-category-title-description-style
|
||||
changelog/fix-category-title-description-style
|
||||
fix-category-title-description-style
|
||||
plugins/woocommerce/changelog/61217-fix-initial-shipping
|
||||
woocommerce/changelog/61217-fix-initial-shipping
|
||||
changelog/61217-fix-initial-shipping
|
||||
61217-fix-initial-shipping
|
||||
plugins/woocommerce/changelog/fix-isdiscount-check
|
||||
woocommerce/changelog/fix-isdiscount-check
|
||||
changelog/fix-isdiscount-check
|
||||
|
|
@ -84757,116 +84830,6 @@ V1/Agentic/Enums/OrderMetaKey.php
|
|||
Agentic/Enums/OrderMetaKey.php
|
||||
Enums/OrderMetaKey.php
|
||||
OrderMetaKey.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/MessageContentType.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/MessageContentType.php
|
||||
src/StoreApi/Routes/V1/Agentic/Enums/Specs/MessageContentType.php
|
||||
StoreApi/Routes/V1/Agentic/Enums/Specs/MessageContentType.php
|
||||
Routes/V1/Agentic/Enums/Specs/MessageContentType.php
|
||||
V1/Agentic/Enums/Specs/MessageContentType.php
|
||||
Agentic/Enums/Specs/MessageContentType.php
|
||||
Enums/Specs/MessageContentType.php
|
||||
Specs/MessageContentType.php
|
||||
MessageContentType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/TotalType.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/TotalType.php
|
||||
src/StoreApi/Routes/V1/Agentic/Enums/Specs/TotalType.php
|
||||
StoreApi/Routes/V1/Agentic/Enums/Specs/TotalType.php
|
||||
Routes/V1/Agentic/Enums/Specs/TotalType.php
|
||||
V1/Agentic/Enums/Specs/TotalType.php
|
||||
Agentic/Enums/Specs/TotalType.php
|
||||
Enums/Specs/TotalType.php
|
||||
Specs/TotalType.php
|
||||
TotalType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/PaymentMethod.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/PaymentMethod.php
|
||||
src/StoreApi/Routes/V1/Agentic/Enums/Specs/PaymentMethod.php
|
||||
StoreApi/Routes/V1/Agentic/Enums/Specs/PaymentMethod.php
|
||||
Routes/V1/Agentic/Enums/Specs/PaymentMethod.php
|
||||
V1/Agentic/Enums/Specs/PaymentMethod.php
|
||||
Agentic/Enums/Specs/PaymentMethod.php
|
||||
Enums/Specs/PaymentMethod.php
|
||||
Specs/PaymentMethod.php
|
||||
PaymentMethod.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/ErrorType.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/ErrorType.php
|
||||
src/StoreApi/Routes/V1/Agentic/Enums/Specs/ErrorType.php
|
||||
StoreApi/Routes/V1/Agentic/Enums/Specs/ErrorType.php
|
||||
Routes/V1/Agentic/Enums/Specs/ErrorType.php
|
||||
V1/Agentic/Enums/Specs/ErrorType.php
|
||||
Agentic/Enums/Specs/ErrorType.php
|
||||
Enums/Specs/ErrorType.php
|
||||
Specs/ErrorType.php
|
||||
ErrorType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/PaymentProvider.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/PaymentProvider.php
|
||||
src/StoreApi/Routes/V1/Agentic/Enums/Specs/PaymentProvider.php
|
||||
StoreApi/Routes/V1/Agentic/Enums/Specs/PaymentProvider.php
|
||||
Routes/V1/Agentic/Enums/Specs/PaymentProvider.php
|
||||
V1/Agentic/Enums/Specs/PaymentProvider.php
|
||||
Agentic/Enums/Specs/PaymentProvider.php
|
||||
Enums/Specs/PaymentProvider.php
|
||||
Specs/PaymentProvider.php
|
||||
PaymentProvider.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
src/StoreApi/Routes/V1/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
StoreApi/Routes/V1/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
Routes/V1/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
V1/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
Enums/Specs/CheckoutSessionStatus.php
|
||||
Specs/CheckoutSessionStatus.php
|
||||
CheckoutSessionStatus.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/RefundType.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/RefundType.php
|
||||
src/StoreApi/Routes/V1/Agentic/Enums/Specs/RefundType.php
|
||||
StoreApi/Routes/V1/Agentic/Enums/Specs/RefundType.php
|
||||
Routes/V1/Agentic/Enums/Specs/RefundType.php
|
||||
V1/Agentic/Enums/Specs/RefundType.php
|
||||
Agentic/Enums/Specs/RefundType.php
|
||||
Enums/Specs/RefundType.php
|
||||
Specs/RefundType.php
|
||||
RefundType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/ErrorCode.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/ErrorCode.php
|
||||
src/StoreApi/Routes/V1/Agentic/Enums/Specs/ErrorCode.php
|
||||
StoreApi/Routes/V1/Agentic/Enums/Specs/ErrorCode.php
|
||||
Routes/V1/Agentic/Enums/Specs/ErrorCode.php
|
||||
V1/Agentic/Enums/Specs/ErrorCode.php
|
||||
Agentic/Enums/Specs/ErrorCode.php
|
||||
Enums/Specs/ErrorCode.php
|
||||
Specs/ErrorCode.php
|
||||
ErrorCode.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/FulfillmentType.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/FulfillmentType.php
|
||||
src/StoreApi/Routes/V1/Agentic/Enums/Specs/FulfillmentType.php
|
||||
StoreApi/Routes/V1/Agentic/Enums/Specs/FulfillmentType.php
|
||||
Routes/V1/Agentic/Enums/Specs/FulfillmentType.php
|
||||
V1/Agentic/Enums/Specs/FulfillmentType.php
|
||||
Agentic/Enums/Specs/FulfillmentType.php
|
||||
Enums/Specs/FulfillmentType.php
|
||||
Specs/FulfillmentType.php
|
||||
FulfillmentType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/MessageType.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/MessageType.php
|
||||
src/StoreApi/Routes/V1/Agentic/Enums/Specs/MessageType.php
|
||||
StoreApi/Routes/V1/Agentic/Enums/Specs/MessageType.php
|
||||
Routes/V1/Agentic/Enums/Specs/MessageType.php
|
||||
V1/Agentic/Enums/Specs/MessageType.php
|
||||
Agentic/Enums/Specs/MessageType.php
|
||||
Enums/Specs/MessageType.php
|
||||
Specs/MessageType.php
|
||||
MessageType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/LinkType.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/LinkType.php
|
||||
src/StoreApi/Routes/V1/Agentic/Enums/Specs/LinkType.php
|
||||
StoreApi/Routes/V1/Agentic/Enums/Specs/LinkType.php
|
||||
Routes/V1/Agentic/Enums/Specs/LinkType.php
|
||||
V1/Agentic/Enums/Specs/LinkType.php
|
||||
Agentic/Enums/Specs/LinkType.php
|
||||
Enums/Specs/LinkType.php
|
||||
Specs/LinkType.php
|
||||
LinkType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/AgenticCheckoutSession.php
|
||||
woocommerce/src/StoreApi/Routes/V1/Agentic/AgenticCheckoutSession.php
|
||||
src/StoreApi/Routes/V1/Agentic/AgenticCheckoutSession.php
|
||||
|
|
@ -89215,6 +89178,102 @@ woocommerce/src/Internal/RegisterHooksInterface.php
|
|||
src/Internal/RegisterHooksInterface.php
|
||||
Internal/RegisterHooksInterface.php
|
||||
RegisterHooksInterface.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/MessageContentType.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/MessageContentType.php
|
||||
src/Internal/Agentic/Enums/Specs/MessageContentType.php
|
||||
Internal/Agentic/Enums/Specs/MessageContentType.php
|
||||
Agentic/Enums/Specs/MessageContentType.php
|
||||
Enums/Specs/MessageContentType.php
|
||||
Specs/MessageContentType.php
|
||||
MessageContentType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/TotalType.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/TotalType.php
|
||||
src/Internal/Agentic/Enums/Specs/TotalType.php
|
||||
Internal/Agentic/Enums/Specs/TotalType.php
|
||||
Agentic/Enums/Specs/TotalType.php
|
||||
Enums/Specs/TotalType.php
|
||||
Specs/TotalType.php
|
||||
TotalType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/PaymentMethod.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/PaymentMethod.php
|
||||
src/Internal/Agentic/Enums/Specs/PaymentMethod.php
|
||||
Internal/Agentic/Enums/Specs/PaymentMethod.php
|
||||
Agentic/Enums/Specs/PaymentMethod.php
|
||||
Enums/Specs/PaymentMethod.php
|
||||
Specs/PaymentMethod.php
|
||||
PaymentMethod.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/ErrorType.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/ErrorType.php
|
||||
src/Internal/Agentic/Enums/Specs/ErrorType.php
|
||||
Internal/Agentic/Enums/Specs/ErrorType.php
|
||||
Agentic/Enums/Specs/ErrorType.php
|
||||
Enums/Specs/ErrorType.php
|
||||
Specs/ErrorType.php
|
||||
ErrorType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/PaymentProvider.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/PaymentProvider.php
|
||||
src/Internal/Agentic/Enums/Specs/PaymentProvider.php
|
||||
Internal/Agentic/Enums/Specs/PaymentProvider.php
|
||||
Agentic/Enums/Specs/PaymentProvider.php
|
||||
Enums/Specs/PaymentProvider.php
|
||||
Specs/PaymentProvider.php
|
||||
PaymentProvider.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
src/Internal/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
Internal/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
Enums/Specs/CheckoutSessionStatus.php
|
||||
Specs/CheckoutSessionStatus.php
|
||||
CheckoutSessionStatus.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/RefundType.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/RefundType.php
|
||||
src/Internal/Agentic/Enums/Specs/RefundType.php
|
||||
Internal/Agentic/Enums/Specs/RefundType.php
|
||||
Agentic/Enums/Specs/RefundType.php
|
||||
Enums/Specs/RefundType.php
|
||||
Specs/RefundType.php
|
||||
RefundType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/ErrorCode.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/ErrorCode.php
|
||||
src/Internal/Agentic/Enums/Specs/ErrorCode.php
|
||||
Internal/Agentic/Enums/Specs/ErrorCode.php
|
||||
Agentic/Enums/Specs/ErrorCode.php
|
||||
Enums/Specs/ErrorCode.php
|
||||
Specs/ErrorCode.php
|
||||
ErrorCode.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/FulfillmentType.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/FulfillmentType.php
|
||||
src/Internal/Agentic/Enums/Specs/FulfillmentType.php
|
||||
Internal/Agentic/Enums/Specs/FulfillmentType.php
|
||||
Agentic/Enums/Specs/FulfillmentType.php
|
||||
Enums/Specs/FulfillmentType.php
|
||||
Specs/FulfillmentType.php
|
||||
FulfillmentType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/MessageType.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/MessageType.php
|
||||
src/Internal/Agentic/Enums/Specs/MessageType.php
|
||||
Internal/Agentic/Enums/Specs/MessageType.php
|
||||
Agentic/Enums/Specs/MessageType.php
|
||||
Enums/Specs/MessageType.php
|
||||
Specs/MessageType.php
|
||||
MessageType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/LinkType.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/LinkType.php
|
||||
src/Internal/Agentic/Enums/Specs/LinkType.php
|
||||
Internal/Agentic/Enums/Specs/LinkType.php
|
||||
Agentic/Enums/Specs/LinkType.php
|
||||
Enums/Specs/LinkType.php
|
||||
Specs/LinkType.php
|
||||
LinkType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/OrderStatus.php
|
||||
woocommerce/src/Internal/Agentic/Enums/Specs/OrderStatus.php
|
||||
src/Internal/Agentic/Enums/Specs/OrderStatus.php
|
||||
Internal/Agentic/Enums/Specs/OrderStatus.php
|
||||
Agentic/Enums/Specs/OrderStatus.php
|
||||
Enums/Specs/OrderStatus.php
|
||||
Specs/OrderStatus.php
|
||||
OrderStatus.php
|
||||
plugins/woocommerce/src/Internal/CLI/Migrator/Lib/ImportSession.php
|
||||
woocommerce/src/Internal/CLI/Migrator/Lib/ImportSession.php
|
||||
src/Internal/CLI/Migrator/Lib/ImportSession.php
|
||||
|
|
@ -90352,6 +90411,27 @@ Internal/Admin/EmailPreview/EmailPreview.php
|
|||
Admin/EmailPreview/EmailPreview.php
|
||||
EmailPreview/EmailPreview.php
|
||||
EmailPreview.php
|
||||
plugins/woocommerce/src/Internal/Admin/Agentic/AgenticWebhookPayloadBuilder.php
|
||||
woocommerce/src/Internal/Admin/Agentic/AgenticWebhookPayloadBuilder.php
|
||||
src/Internal/Admin/Agentic/AgenticWebhookPayloadBuilder.php
|
||||
Internal/Admin/Agentic/AgenticWebhookPayloadBuilder.php
|
||||
Admin/Agentic/AgenticWebhookPayloadBuilder.php
|
||||
Agentic/AgenticWebhookPayloadBuilder.php
|
||||
AgenticWebhookPayloadBuilder.php
|
||||
plugins/woocommerce/src/Internal/Admin/Agentic/AgenticController.php
|
||||
woocommerce/src/Internal/Admin/Agentic/AgenticController.php
|
||||
src/Internal/Admin/Agentic/AgenticController.php
|
||||
Internal/Admin/Agentic/AgenticController.php
|
||||
Admin/Agentic/AgenticController.php
|
||||
Agentic/AgenticController.php
|
||||
AgenticController.php
|
||||
plugins/woocommerce/src/Internal/Admin/Agentic/AgenticWebhookManager.php
|
||||
woocommerce/src/Internal/Admin/Agentic/AgenticWebhookManager.php
|
||||
src/Internal/Admin/Agentic/AgenticWebhookManager.php
|
||||
Internal/Admin/Agentic/AgenticWebhookManager.php
|
||||
Admin/Agentic/AgenticWebhookManager.php
|
||||
Agentic/AgenticWebhookManager.php
|
||||
AgenticWebhookManager.php
|
||||
plugins/woocommerce/src/Internal/Admin/ImportExport/CSVUploadHelper.php
|
||||
woocommerce/src/Internal/Admin/ImportExport/CSVUploadHelper.php
|
||||
src/Internal/Admin/ImportExport/CSVUploadHelper.php
|
||||
|
|
|
|||
|
|
@ -4771,6 +4771,10 @@ plugins/woocommerce/tests/php/src/Internal/Utilities/FilesystemUtilTest.php
|
|||
plugins/woocommerce/tests/php/src/Internal/Utilities/ProductUtilTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/EmailPreview/EmailPreviewTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/EmailPreview/EmailPreviewRestControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticWebhookManagerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticWebhookPayloadBuilderTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Agentic/AgenticTestHelpers.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/LoaderTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/ProductReviews/ReviewsUtilTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/ProductReviews/ReviewsTest.php
|
||||
|
|
@ -6632,6 +6636,7 @@ plugins/woocommerce/client/admin/client/marketplace/components/my-subscriptions/
|
|||
plugins/woocommerce/client/admin/client/marketplace/components/my-subscriptions/table/actions/install.tsx
|
||||
plugins/woocommerce/client/admin/client/marketplace/components/my-subscriptions/table/table.tsx
|
||||
plugins/woocommerce/client/admin/client/marketplace/components/my-subscriptions/my-subscriptions.tsx
|
||||
plugins/woocommerce/client/admin/client/marketplace/components/my-subscriptions/my-subscriptions-account.tsx
|
||||
plugins/woocommerce/client/admin/client/marketplace/components/my-subscriptions/constants.ts
|
||||
plugins/woocommerce/client/admin/client/marketplace/components/products/products.tsx
|
||||
plugins/woocommerce/client/admin/client/marketplace/components/products/products.scss
|
||||
|
|
@ -7650,6 +7655,7 @@ plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price
|
|||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/block.json
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/test/block.test.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/constants.tsx
|
||||
|
|
@ -8199,6 +8205,7 @@ plugins/woocommerce/client/blocks/assets/js/previews/index.js
|
|||
plugins/woocommerce/client/blocks/assets/js/previews/cart.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/previews/grid-block.js
|
||||
plugins/woocommerce/client/blocks/assets/js/previews/single-product-block.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/previews/product-response-items.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/previews/saved-payment-methods.js
|
||||
plugins/woocommerce/client/blocks/assets/js/previews/categories.js
|
||||
plugins/woocommerce/client/blocks/assets/js/previews/reviews.js
|
||||
|
|
@ -10021,34 +10028,36 @@ plugins/woocommerce/changelog/qao-113-woocommerce-core-e2e-disable-block-based-p
|
|||
plugins/woocommerce/changelog/wooprd-942-make-sure-reply-to-address-and-name-are-used
|
||||
plugins/woocommerce/changelog/fix-58866
|
||||
plugins/woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
|
||||
plugins/woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
plugins/woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme
|
||||
plugins/woocommerce/changelog/add-v4-shipping-zone-methods-endpoints
|
||||
plugins/woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
|
||||
plugins/woocommerce/changelog/fix-order-total-empty-string
|
||||
plugins/woocommerce/changelog/add-v4-update-shipping-zone-endpoint
|
||||
plugins/woocommerce/changelog/61377-fix-price-floating-point-precision
|
||||
plugins/woocommerce/changelog/fix-entity-registration
|
||||
plugins/woocommerce/changelog/dev-move-v4-rest-to-internal-dir
|
||||
plugins/woocommerce/changelog/wooprd-815-add-email-for-marketing-confirmation
|
||||
plugins/woocommerce/changelog/update-agentic-commerce-protocol-webhooks
|
||||
plugins/woocommerce/changelog/fix-50085
|
||||
plugins/woocommerce/changelog/add-v4-settings-payments-offline
|
||||
plugins/woocommerce/changelog/61361-wooplug-5432-fcb-add-duotone-filter
|
||||
plugins/woocommerce/changelog/61271-add-complete-agentic-commerce
|
||||
plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
|
||||
plugins/woocommerce/changelog/add-v4-create-shipping-zone-endpoint
|
||||
plugins/woocommerce/changelog/add_woo_idx_comment_date_type
|
||||
plugins/woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
|
||||
plugins/woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests
|
||||
plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
||||
plugins/woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
|
||||
plugins/woocommerce/changelog/update-template-and-add-to-cart-with-options-old-comments
|
||||
plugins/woocommerce/changelog/dev-re-balance-ci-jobs-shards
|
||||
plugins/woocommerce/changelog/fix-50085-part-2
|
||||
plugins/woocommerce/changelog/61229-fix-paypal-capture-pending
|
||||
plugins/woocommerce/changelog/add-support-agentic-commerce
|
||||
plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
|
||||
plugins/woocommerce/changelog/61352-fix-get-session-data-fatal-error
|
||||
plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly
|
||||
plugins/woocommerce/changelog/fix-56609
|
||||
plugins/woocommerce/changelog/fix-category-title-description-style
|
||||
plugins/woocommerce/changelog/61217-fix-initial-shipping
|
||||
plugins/woocommerce/changelog/fix-isdiscount-check
|
||||
plugins/woocommerce/changelog/61362-fix-WOOPLUG-5667-fix-php-notice-for-indirect-modification-of-overloaded-property-in-wc-tracks
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
|
|
@ -11168,17 +11177,6 @@ plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/CheckoutSessionsComplete.php
|
|||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Error.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/SessionKey.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/OrderMetaKey.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/MessageContentType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/TotalType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/PaymentMethod.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/ErrorType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/PaymentProvider.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/RefundType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/ErrorCode.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/FulfillmentType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/MessageType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/LinkType.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/AgenticCheckoutSession.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Messages/Message.php
|
||||
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Messages/MessageInfo.php
|
||||
|
|
@ -11834,6 +11832,18 @@ plugins/woocommerce/src/Blocks/BlockTypes/CartAcceptedPaymentMethodsBlock.php
|
|||
plugins/woocommerce/src/Proxies/LegacyProxy.php
|
||||
plugins/woocommerce/src/Proxies/ActionsProxy.php
|
||||
plugins/woocommerce/src/Internal/RegisterHooksInterface.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/MessageContentType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/TotalType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/PaymentMethod.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/ErrorType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/PaymentProvider.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/CheckoutSessionStatus.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/RefundType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/ErrorCode.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/FulfillmentType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/MessageType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/LinkType.php
|
||||
plugins/woocommerce/src/Internal/Agentic/Enums/Specs/OrderStatus.php
|
||||
plugins/woocommerce/src/Internal/CLI/Migrator/Lib/ImportSession.php
|
||||
plugins/woocommerce/src/Internal/CLI/Migrator/Platforms/Shopify/ShopifyClient.php
|
||||
plugins/woocommerce/src/Internal/CLI/Migrator/Platforms/Shopify/README.md
|
||||
|
|
@ -12002,6 +12012,9 @@ plugins/woocommerce/src/Internal/Admin/SiteHealth.php
|
|||
plugins/woocommerce/src/Internal/Admin/Translations.php
|
||||
plugins/woocommerce/src/Internal/Admin/EmailPreview/EmailPreviewRestController.php
|
||||
plugins/woocommerce/src/Internal/Admin/EmailPreview/EmailPreview.php
|
||||
plugins/woocommerce/src/Internal/Admin/Agentic/AgenticWebhookPayloadBuilder.php
|
||||
plugins/woocommerce/src/Internal/Admin/Agentic/AgenticController.php
|
||||
plugins/woocommerce/src/Internal/Admin/Agentic/AgenticWebhookManager.php
|
||||
plugins/woocommerce/src/Internal/Admin/ImportExport/CSVUploadHelper.php
|
||||
plugins/woocommerce/src/Internal/Admin/Marketing.php
|
||||
plugins/woocommerce/src/Internal/Admin/Schedulers/ImportInterface.php
|
||||
|
|
|
|||
|
|
@ -88,6 +88,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -95,9 +99,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/milestones/new
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -106,10 +113,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/watchers
|
||||
/*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
|
||||
|
|
@ -132,10 +152,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?
|
||||
|
|
@ -165,6 +187,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/likes
|
||||
/login
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -177,10 +200,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newest/*rss
|
||||
/newest/*xml
|
||||
/newsearch/
|
||||
/organize
|
||||
/partials
|
||||
/pins
|
||||
/plugins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/report_abuse
|
||||
/revisions
|
||||
|
|
@ -188,6 +214,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
|
@ -216,11 +244,15 @@ $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/
|
||||
/video-
|
||||
/video_pins
|
||||
/wal/
|
||||
/widget_
|
||||
/wiki/Special:
|
||||
|
|
@ -346,6 +378,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?search_forum=
|
||||
?set_mobile=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -471,6 +504,8 @@ WebObjects/MZStoreElements.woa
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -535,6 +570,8 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -632,10 +669,12 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/learn
|
||||
ads/local
|
||||
|
|
@ -646,6 +685,7 @@ advisor/*zx1fa
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
ai-sandbox-internal/generated_images
|
||||
aihub/tfhub
|
||||
|
|
@ -702,7 +742,9 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -780,6 +822,7 @@ author/following
|
|||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
|
|
@ -837,6 +880,10 @@ blogs/nationals-journal-beta
|
|||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/NBK
|
||||
|
|
@ -858,19 +905,40 @@ books?*zoom=
|
|||
books?*zoom=1
|
||||
books?*zoom=5
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
bricks/images
|
||||
business
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/pos-system/shop
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
buyside-e2e-monitor
|
||||
cai
|
||||
call
|
||||
|
|
@ -899,6 +967,7 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
chwilio
|
||||
|
|
@ -919,6 +988,7 @@ clickthru
|
|||
clima/ets
|
||||
clima/sites/registry
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -937,6 +1007,7 @@ commission_2010-2014/katainen
|
|||
commits?author=
|
||||
common/
|
||||
common/survey.aspx*
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -953,11 +1024,14 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
companyDir
|
||||
compare
|
||||
compressiontest
|
||||
concussion/HeadsUp/training/
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
consumers/archive
|
||||
contact/menu*
|
||||
|
|
@ -965,11 +1039,17 @@ contact/partner*
|
|||
contact_importer
|
||||
contactus
|
||||
contactus/mwaas*
|
||||
content-claiming
|
||||
content-guest/rss/channels
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
copilot
|
||||
copilot/c
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
core/
|
||||
core/*.css$
|
||||
core/*.css?
|
||||
|
|
@ -987,10 +1067,18 @@ covid19/mobility
|
|||
cr$
|
||||
cr?
|
||||
create
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
csp
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -1016,8 +1104,10 @@ de/ott
|
|||
de/solutions
|
||||
de/upload
|
||||
de/vimeo-academy
|
||||
deactivate-account
|
||||
default.aspx/kb/
|
||||
default.aspx/ph/
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1105,6 +1195,8 @@ earth/social
|
|||
ebook
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1117,6 +1209,7 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1178,6 +1271,7 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
|
|
@ -1263,14 +1357,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
|
||||
external
|
||||
external/overture
|
||||
external_hosted
|
||||
f/healthcheck
|
||||
facebook
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb
|
||||
fb.html
|
||||
fbml/ajax/dialog
|
||||
fd/
|
||||
fe=true
|
||||
|
|
@ -1307,6 +1405,8 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1388,6 +1488,8 @@ global$
|
|||
gog
|
||||
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
|
||||
google.internal.maps.mapsjs.v1.MapsJsInternalService
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gorf
|
||||
gp
|
||||
|
|
@ -1503,6 +1605,7 @@ guidebooks
|
|||
gview
|
||||
gwt
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1526,9 +1629,12 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
home$
|
||||
home?
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1540,10 +1646,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://amazon.com/robots.txt
|
||||
http://eventbrite.com/robots.txt
|
||||
http://ncbi.nlm.nih.gov/robots.txt
|
||||
http://s3.amazonaws.com/robots.txt
|
||||
http://blog.google/robots.txt
|
||||
http://calendar.google.com/robots.txt
|
||||
http://instagram.com/robots.txt
|
||||
http://support.cloudflare.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1558,6 +1664,9 @@ id-id.www.cloudflare.com
|
|||
id-id/feedback
|
||||
id-id/lp
|
||||
id-id/searchresults
|
||||
idea-ads-tool
|
||||
idea-pin-builder
|
||||
idea-pin-invite
|
||||
identity/accountsettingsactivityweb
|
||||
identity/accountsettingssyaf
|
||||
ie/ie40/
|
||||
|
|
@ -1604,14 +1713,17 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
integrations
|
||||
internalPref
|
||||
intl
|
||||
intl/*/search/?
|
||||
intl/*/search?
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
invoice/estimate/buyerView/attachments
|
||||
|
|
@ -1648,6 +1760,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
|
||||
|
|
@ -1690,6 +1804,7 @@ ko/ott
|
|||
ko/solutions
|
||||
ko/upload
|
||||
ko/vimeo-academy
|
||||
kwanzaa-spotlight
|
||||
l.php
|
||||
labs-code
|
||||
labs/pmc
|
||||
|
|
@ -1726,12 +1841,15 @@ learning/settings
|
|||
learning/settings$
|
||||
learning/settings?
|
||||
legal
|
||||
lens-search
|
||||
li/track
|
||||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
link
|
||||
linked
|
||||
lite
|
||||
live-session
|
||||
live_chat
|
||||
llms.txt
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
|
|
@ -1908,6 +2026,7 @@ narrative-
|
|||
native
|
||||
nbubumblebee
|
||||
network
|
||||
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
|
||||
|
|
@ -1917,6 +2036,7 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -1930,6 +2050,7 @@ nl-nl/lp
|
|||
nl-nl/searchresults
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
|
|
@ -1937,11 +2058,15 @@ nwshp$
|
|||
o/di
|
||||
o/dt
|
||||
oas/
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offers/proxy/dealsserver/api/log
|
||||
offers/proxy/dealsserver/buy
|
||||
offsite
|
||||
og
|
||||
okxbet.com
|
||||
onebox/media/sports/logos
|
||||
|
|
@ -1972,9 +2097,12 @@ pagespeed/insights/ui/logo
|
|||
panel
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partner-program
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -2007,12 +2135,46 @@ 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
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl-pl.www.cloudflare.com
|
||||
pl-pl/feedback
|
||||
pl-pl/lp
|
||||
pl-pl/searchresults
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -2062,6 +2224,7 @@ ppob/?
|
|||
ppob?
|
||||
pqa
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2070,6 +2233,8 @@ previewtemplate
|
|||
print
|
||||
private
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2125,12 +2290,14 @@ pt-br/vimeo-academy
|
|||
publications
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
q=
|
||||
qnasearch?
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/imda
|
||||
|
|
@ -2139,6 +2306,7 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/*?q=
|
||||
|
|
@ -2155,6 +2323,9 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2162,9 +2333,13 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
results
|
||||
retail
|
||||
|
|
@ -2205,6 +2380,7 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safety
|
||||
safetycheck
|
||||
salary-explorer/api
|
||||
|
|
@ -2250,6 +2426,7 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
|
|||
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
|
||||
services/oauth
|
||||
|
|
@ -2285,6 +2462,7 @@ shop/productpage
|
|||
shop/topics
|
||||
shop/view/product
|
||||
shop?
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2588,10 +2766,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/
|
||||
|
|
@ -2613,6 +2793,7 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
|
|
@ -2674,6 +2855,10 @@ stores$
|
|||
stores/
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
storyworks/preview
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
|
@ -2699,6 +2884,7 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
|
|
@ -2716,6 +2902,7 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2723,6 +2910,7 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2770,7 +2958,9 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -2866,6 +3056,7 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -2882,9 +3073,14 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-image-lens-history
|
||||
upload-lens-image
|
||||
upload-shuffle-draft
|
||||
uploads
|
||||
urchin_test
|
||||
url
|
||||
|
|
@ -2902,9 +3098,11 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verified-authors
|
||||
verify_age
|
||||
|
|
@ -2955,6 +3153,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
|
||||
|
|
@ -3260,7 +3461,7 @@ wiki/Wikipedia_Diskussion:Checkuser
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://support.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3479,6 +3680,7 @@ xhtml?
|
|||
xml?
|
||||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/branding/favicon
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue