[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2024-06-23 10:04:11 +00:00
parent ed8ca6bbbd
commit 45a62e0a2f
18 changed files with 1398 additions and 1136 deletions

View file

@ -1,8 +1,8 @@
{
"Jwt secrets update": {
"last_update": 1719133432
"last_update": 1719137031
},
"Trickest wordlist update": {
"last_update": 1719050597
"last_update": 1719137042
}
}

View file

@ -65375,15 +65375,15 @@ README.txt
dev/initdemo/sftpget_and_loaddump.php
initdemo/sftpget_and_loaddump.php
sftpget_and_loaddump.php
dev/initdemo/mysqldump_dolibarr_20.0.0.sql
initdemo/mysqldump_dolibarr_20.0.0.sql
mysqldump_dolibarr_20.0.0.sql
dev/initdemo/removeconfdemo.sh
initdemo/removeconfdemo.sh
removeconfdemo.sh
dev/initdemo/savedemo.sh
initdemo/savedemo.sh
savedemo.sh
dev/initdemo/mysqldump_dolibarr_19.0.0.sql
initdemo/mysqldump_dolibarr_19.0.0.sql
mysqldump_dolibarr_19.0.0.sql
dev/initdemo/README.md
initdemo/README.md
README.md

View file

@ -13240,9 +13240,9 @@ dev/initdemo/documents_demo/propale/PR1302-0005/PR1302-0005.pdf
dev/initdemo/documents_demo/supplier_proposal/RQ1607-0001/RQ1607-0001.pdf
dev/initdemo/documents_demo/medias/README.txt
dev/initdemo/sftpget_and_loaddump.php
dev/initdemo/mysqldump_dolibarr_20.0.0.sql
dev/initdemo/removeconfdemo.sh
dev/initdemo/savedemo.sh
dev/initdemo/mysqldump_dolibarr_19.0.0.sql
dev/initdemo/README.md
dev/examples/ical/event_recu.txt
dev/examples/code/create_order.php

View file

@ -1750,6 +1750,12 @@ views/email/modals/detail.js
email/modals/detail.js
modals/detail.js
detail.js
client/src/views/email/modals/import-eml.js
src/views/email/modals/import-eml.js
views/email/modals/import-eml.js
email/modals/import-eml.js
modals/import-eml.js
import-eml.js
client/src/views/email/list.js
src/views/email/list.js
views/email/list.js
@ -5757,6 +5763,11 @@ search-manager.js
client/src/app.js
src/app.js
app.js
client/src/handlers/email/list-actions.js
src/handlers/email/list-actions.js
handlers/email/list-actions.js
email/list-actions.js
list-actions.js
client/src/handlers/row-action.js
src/handlers/row-action.js
handlers/row-action.js
@ -5809,6 +5820,10 @@ client/src/handlers/create-related.js
src/handlers/create-related.js
handlers/create-related.js
create-related.js
client/src/handlers/navbar-menu.js
src/handlers/navbar-menu.js
handlers/navbar-menu.js
navbar-menu.js
client/src/handlers/login.js
src/handlers/login.js
handlers/login.js
@ -8809,6 +8824,12 @@ templates/fields/address/edit-4.tpl
fields/address/edit-4.tpl
address/edit-4.tpl
edit-4.tpl
client/res/templates/fields/address/list-link.tpl
res/templates/fields/address/list-link.tpl
templates/fields/address/list-link.tpl
fields/address/list-link.tpl
address/list-link.tpl
list-link.tpl
client/res/templates/fields/address/edit-2.tpl
res/templates/fields/address/edit-2.tpl
templates/fields/address/edit-2.tpl
@ -10663,6 +10684,12 @@ Classes/MassAction/User/MassUpdate.php
MassAction/User/MassUpdate.php
User/MassUpdate.php
MassUpdate.php
application/Espo/Classes/Acl/ImportEml/AccessChecker.php
Espo/Classes/Acl/ImportEml/AccessChecker.php
Classes/Acl/ImportEml/AccessChecker.php
Acl/ImportEml/AccessChecker.php
ImportEml/AccessChecker.php
AccessChecker.php
application/Espo/Classes/Acl/Import/AccessChecker.php
Espo/Classes/Acl/Import/AccessChecker.php
Classes/Acl/Import/AccessChecker.php
@ -23735,6 +23762,12 @@ Resources/metadata/scopes/WorkingTimeCalendar.json
metadata/scopes/WorkingTimeCalendar.json
scopes/WorkingTimeCalendar.json
WorkingTimeCalendar.json
application/Espo/Resources/metadata/scopes/ImportEml.json
Espo/Resources/metadata/scopes/ImportEml.json
Resources/metadata/scopes/ImportEml.json
metadata/scopes/ImportEml.json
scopes/ImportEml.json
ImportEml.json
application/Espo/Resources/metadata/scopes/Preferences.json
Espo/Resources/metadata/scopes/Preferences.json
Resources/metadata/scopes/Preferences.json
@ -24107,6 +24140,12 @@ Resources/metadata/entityDefs/WorkingTimeCalendar.json
metadata/entityDefs/WorkingTimeCalendar.json
entityDefs/WorkingTimeCalendar.json
WorkingTimeCalendar.json
application/Espo/Resources/metadata/entityDefs/ImportEml.json
Espo/Resources/metadata/entityDefs/ImportEml.json
Resources/metadata/entityDefs/ImportEml.json
metadata/entityDefs/ImportEml.json
entityDefs/ImportEml.json
ImportEml.json
application/Espo/Resources/metadata/entityDefs/Preferences.json
Espo/Resources/metadata/entityDefs/Preferences.json
Resources/metadata/entityDefs/Preferences.json
@ -24545,6 +24584,12 @@ Resources/metadata/aclDefs/AuthToken.json
metadata/aclDefs/AuthToken.json
aclDefs/AuthToken.json
AuthToken.json
application/Espo/Resources/metadata/aclDefs/ImportEml.json
Espo/Resources/metadata/aclDefs/ImportEml.json
Resources/metadata/aclDefs/ImportEml.json
metadata/aclDefs/ImportEml.json
aclDefs/ImportEml.json
ImportEml.json
application/Espo/Resources/metadata/aclDefs/ScheduledJob.json
Espo/Resources/metadata/aclDefs/ScheduledJob.json
Resources/metadata/aclDefs/ScheduledJob.json
@ -39470,6 +39515,11 @@ Espo/Tools/Email/SendService.php
Tools/Email/SendService.php
Email/SendService.php
SendService.php
application/Espo/Tools/Email/ImportEmlService.php
Espo/Tools/Email/ImportEmlService.php
Tools/Email/ImportEmlService.php
Email/ImportEmlService.php
ImportEmlService.php
application/Espo/Tools/Email/AddressService.php
Espo/Tools/Email/AddressService.php
Tools/Email/AddressService.php
@ -39481,6 +39531,12 @@ Tools/Email/Api/PostAttachmentsCopy.php
Email/Api/PostAttachmentsCopy.php
Api/PostAttachmentsCopy.php
PostAttachmentsCopy.php
application/Espo/Tools/Email/Api/PostImportEml.php
Espo/Tools/Email/Api/PostImportEml.php
Tools/Email/Api/PostImportEml.php
Email/Api/PostImportEml.php
Api/PostImportEml.php
PostImportEml.php
application/Espo/Tools/Email/Api/GetInsertFieldData.php
Espo/Tools/Email/Api/GetInsertFieldData.php
Tools/Email/Api/GetInsertFieldData.php

View file

@ -388,6 +388,7 @@ client/src/views/email/modals/body-plain.js
client/src/views/email/modals/insert-field.js
client/src/views/email/modals/attachments.js
client/src/views/email/modals/detail.js
client/src/views/email/modals/import-eml.js
client/src/views/email/list.js
client/src/views/email/fields/replies.js
client/src/views/email/fields/icon.js
@ -1086,6 +1087,7 @@ client/src/collections/tree.js
client/src/exceptions.js
client/src/search-manager.js
client/src/app.js
client/src/handlers/email/list-actions.js
client/src/handlers/row-action.js
client/src/handlers/login/oidc.js
client/src/handlers/email-filter.js
@ -1097,6 +1099,7 @@ client/src/handlers/admin/address-country/populate-defaults.js
client/src/handlers/record/view-audit-log.js
client/src/handlers/select-related.js
client/src/handlers/create-related.js
client/src/handlers/navbar-menu.js
client/src/handlers/login.js
client/src/handlers/working-time-range.js
client/src/handlers/import.js
@ -1555,6 +1558,7 @@ client/res/templates/fields/formula/edit.tpl
client/res/templates/fields/user-with-avatar/detail.tpl
client/res/templates/fields/user-with-avatar/list.tpl
client/res/templates/fields/address/edit-4.tpl
client/res/templates/fields/address/list-link.tpl
client/res/templates/fields/address/edit-2.tpl
client/res/templates/fields/address/edit-3.tpl
client/res/templates/fields/address/search.tpl
@ -1925,6 +1929,7 @@ application/Espo/Classes/AppParams/AddressCountryData.php
application/Espo/Classes/MassAction/Email/MoveToFolder.php
application/Espo/Classes/MassAction/User/MassDelete.php
application/Espo/Classes/MassAction/User/MassUpdate.php
application/Espo/Classes/Acl/ImportEml/AccessChecker.php
application/Espo/Classes/Acl/Import/AccessChecker.php
application/Espo/Classes/Acl/Note/AccessChecker.php
application/Espo/Classes/Acl/Note/OwnershipChecker.php
@ -4091,6 +4096,7 @@ application/Espo/Resources/metadata/scopes/WebhookEventQueueItem.json
application/Espo/Resources/metadata/scopes/UniqueId.json
application/Espo/Resources/metadata/scopes/PortalRole.json
application/Espo/Resources/metadata/scopes/WorkingTimeCalendar.json
application/Espo/Resources/metadata/scopes/ImportEml.json
application/Espo/Resources/metadata/scopes/Preferences.json
application/Espo/Resources/metadata/scopes/ScheduledJob.json
application/Espo/Resources/metadata/scopes/Team.json
@ -4153,6 +4159,7 @@ application/Espo/Resources/metadata/entityDefs/KanbanOrder.json
application/Espo/Resources/metadata/entityDefs/UniqueId.json
application/Espo/Resources/metadata/entityDefs/PortalRole.json
application/Espo/Resources/metadata/entityDefs/WorkingTimeCalendar.json
application/Espo/Resources/metadata/entityDefs/ImportEml.json
application/Espo/Resources/metadata/entityDefs/Preferences.json
application/Espo/Resources/metadata/entityDefs/ScheduledJob.json
application/Espo/Resources/metadata/entityDefs/Team.json
@ -4226,6 +4233,7 @@ application/Espo/Resources/metadata/aclDefs/WorkingTimeRange.json
application/Espo/Resources/metadata/aclDefs/Portal.json
application/Espo/Resources/metadata/aclDefs/ActionHistoryRecord.json
application/Espo/Resources/metadata/aclDefs/AuthToken.json
application/Espo/Resources/metadata/aclDefs/ImportEml.json
application/Espo/Resources/metadata/aclDefs/ScheduledJob.json
application/Espo/Resources/metadata/aclDefs/Team.json
application/Espo/Resources/metadata/aclDefs/Webhook.json
@ -6282,8 +6290,10 @@ application/Espo/Tools/WorkingTime/Extractor.php
application/Espo/Tools/WorkingTime/Calendar.php
application/Espo/Tools/WorkingTime/UserCalendar.php
application/Espo/Tools/Email/SendService.php
application/Espo/Tools/Email/ImportEmlService.php
application/Espo/Tools/Email/AddressService.php
application/Espo/Tools/Email/Api/PostAttachmentsCopy.php
application/Espo/Tools/Email/Api/PostImportEml.php
application/Espo/Tools/Email/Api/GetInsertFieldData.php
application/Espo/Tools/Email/Api/DeleteInboxRead.php
application/Espo/Tools/Email/Api/PostInboxImportant.php

View file

@ -6028,6 +6028,13 @@ src/Foundation/ErrorHandling/HttpFormatter.php
Foundation/ErrorHandling/HttpFormatter.php
ErrorHandling/HttpFormatter.php
HttpFormatter.php
framework/core/src/Foundation/ErrorHandling/ExceptionHandler/QueryExceptionHandler.php
core/src/Foundation/ErrorHandling/ExceptionHandler/QueryExceptionHandler.php
src/Foundation/ErrorHandling/ExceptionHandler/QueryExceptionHandler.php
Foundation/ErrorHandling/ExceptionHandler/QueryExceptionHandler.php
ErrorHandling/ExceptionHandler/QueryExceptionHandler.php
ExceptionHandler/QueryExceptionHandler.php
QueryExceptionHandler.php
framework/core/src/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandler.php
core/src/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandler.php
src/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandler.php
@ -8900,6 +8907,13 @@ src/common/components/Select.js
common/components/Select.js
components/Select.js
Select.js
framework/core/js/src/common/components/ThemeMode.tsx
core/js/src/common/components/ThemeMode.tsx
js/src/common/components/ThemeMode.tsx
src/common/components/ThemeMode.tsx
common/components/ThemeMode.tsx
components/ThemeMode.tsx
ThemeMode.tsx
framework/core/js/src/common/components/InfoTile.tsx
core/js/src/common/components/InfoTile.tsx
js/src/common/components/InfoTile.tsx
@ -9278,6 +9292,13 @@ src/common/extenders/IExtender.ts
common/extenders/IExtender.ts
extenders/IExtender.ts
IExtender.ts
framework/core/js/src/common/extenders/ThemeMode.ts
core/js/src/common/extenders/ThemeMode.ts
js/src/common/extenders/ThemeMode.ts
src/common/extenders/ThemeMode.ts
common/extenders/ThemeMode.ts
extenders/ThemeMode.ts
ThemeMode.ts
framework/core/js/src/common/extenders/Store.ts
core/js/src/common/extenders/Store.ts
js/src/common/extenders/Store.ts
@ -10935,6 +10956,13 @@ dist-typings/common/components/Page.d.ts
common/components/Page.d.ts
components/Page.d.ts
Page.d.ts
framework/core/js/dist-typings/common/components/ThemeMode.d.ts
core/js/dist-typings/common/components/ThemeMode.d.ts
js/dist-typings/common/components/ThemeMode.d.ts
dist-typings/common/components/ThemeMode.d.ts
common/components/ThemeMode.d.ts
components/ThemeMode.d.ts
ThemeMode.d.ts
framework/core/js/dist-typings/common/components/FormGroup.d.ts
core/js/dist-typings/common/components/FormGroup.d.ts
js/dist-typings/common/components/FormGroup.d.ts
@ -11120,6 +11148,13 @@ dist-typings/common/extenders/PostTypes.d.ts
common/extenders/PostTypes.d.ts
extenders/PostTypes.d.ts
PostTypes.d.ts
framework/core/js/dist-typings/common/extenders/ThemeMode.d.ts
core/js/dist-typings/common/extenders/ThemeMode.d.ts
js/dist-typings/common/extenders/ThemeMode.d.ts
dist-typings/common/extenders/ThemeMode.d.ts
common/extenders/ThemeMode.d.ts
extenders/ThemeMode.d.ts
ThemeMode.d.ts
framework/core/js/dist-typings/common/app.d.ts
core/js/dist-typings/common/app.d.ts
js/dist-typings/common/app.d.ts
@ -12612,6 +12647,11 @@ core/less/common/AlertManager.less
less/common/AlertManager.less
common/AlertManager.less
AlertManager.less
framework/core/less/common/ThemeMode.less
core/less/common/ThemeMode.less
less/common/ThemeMode.less
common/ThemeMode.less
ThemeMode.less
framework/core/less/common/App.less
core/less/common/App.less
less/common/App.less
@ -13690,6 +13730,10 @@ framework/core/migrations/2018_01_15_071900_change_discussion_user_add_foreign_k
core/migrations/2018_01_15_071900_change_discussion_user_add_foreign_keys.php
migrations/2018_01_15_071900_change_discussion_user_add_foreign_keys.php
2018_01_15_071900_change_discussion_user_add_foreign_keys.php
framework/core/migrations/2024_05_07_000001_convert_data_to_json_in_notifications.php
core/migrations/2024_05_07_000001_convert_data_to_json_in_notifications.php
migrations/2024_05_07_000001_convert_data_to_json_in_notifications.php
2024_05_07_000001_convert_data_to_json_in_notifications.php
framework/core/migrations/2015_02_24_000000_create_email_tokens_table.php
core/migrations/2015_02_24_000000_create_email_tokens_table.php
migrations/2015_02_24_000000_create_email_tokens_table.php
@ -13730,6 +13774,10 @@ framework/core/migrations/2015_02_24_000000_create_permissions_table.php
core/migrations/2015_02_24_000000_create_permissions_table.php
migrations/2015_02_24_000000_create_permissions_table.php
2015_02_24_000000_create_permissions_table.php
framework/core/migrations/2024_05_05_000001_convert_preferences_to_json_in_users.php
core/migrations/2024_05_05_000001_convert_preferences_to_json_in_users.php
migrations/2024_05_05_000001_convert_preferences_to_json_in_users.php
2024_05_05_000001_convert_preferences_to_json_in_users.php
framework/core/migrations/2018_01_18_135100_change_posts_add_foreign_keys.php
core/migrations/2018_01_18_135100_change_posts_add_foreign_keys.php
migrations/2018_01_18_135100_change_posts_add_foreign_keys.php
@ -13818,6 +13866,10 @@ framework/core/migrations/2018_01_18_133100_change_notifications_add_foreign_key
core/migrations/2018_01_18_133100_change_notifications_add_foreign_keys.php
migrations/2018_01_18_133100_change_notifications_add_foreign_keys.php
2018_01_18_133100_change_notifications_add_foreign_keys.php
framework/core/migrations/2024_06_07_000000_change_to_theme_mode_setting_and_preference.php
core/migrations/2024_06_07_000000_change_to_theme_mode_setting_and_preference.php
migrations/2024_06_07_000000_change_to_theme_mode_setting_and_preference.php
2024_06_07_000000_change_to_theme_mode_setting_and_preference.php
framework/core/migrations/2018_01_11_155200_change_discussions_rename_columns.php
core/migrations/2018_01_11_155200_change_discussions_rename_columns.php
migrations/2018_01_11_155200_change_discussions_rename_columns.php
@ -13834,6 +13886,10 @@ framework/core/migrations/2023_10_23_000000_drop_post_number_index_column_from_d
core/migrations/2023_10_23_000000_drop_post_number_index_column_from_discussions_table.php
migrations/2023_10_23_000000_drop_post_number_index_column_from_discussions_table.php
2023_10_23_000000_drop_post_number_index_column_from_discussions_table.php
framework/core/migrations/pgsql-install.dump
core/migrations/pgsql-install.dump
migrations/pgsql-install.dump
pgsql-install.dump
framework/core/migrations/2020_03_19_134512_change_discussions_default_comment_count.php
core/migrations/2020_03_19_134512_change_discussions_default_comment_count.php
migrations/2020_03_19_134512_change_discussions_default_comment_count.php

View file

@ -1174,6 +1174,7 @@ framework/core/src/Foundation/ErrorHandling/Reporter.php
framework/core/src/Foundation/ErrorHandling/HandledError.php
framework/core/src/Foundation/ErrorHandling/WhoopsFormatter.php
framework/core/src/Foundation/ErrorHandling/HttpFormatter.php
framework/core/src/Foundation/ErrorHandling/ExceptionHandler/QueryExceptionHandler.php
framework/core/src/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandler.php
framework/core/src/Foundation/ErrorHandling/ExceptionHandler/ValidationExceptionHandler.php
framework/core/src/Foundation/ErrorHandling/ExceptionHandler/JsonApiExceptionHandler.php
@ -1665,6 +1666,7 @@ framework/core/js/src/common/components/FieldSet.tsx
framework/core/js/src/common/components/Input.tsx
framework/core/js/src/common/components/Link.js
framework/core/js/src/common/components/Select.js
framework/core/js/src/common/components/ThemeMode.tsx
framework/core/js/src/common/components/InfoTile.tsx
framework/core/js/src/common/components/Avatar.tsx
framework/core/js/src/common/components/GroupBadge.tsx
@ -1720,6 +1722,7 @@ framework/core/js/src/common/extenders/Notification.ts
framework/core/js/src/common/extenders/index.ts
framework/core/js/src/common/extenders/Routes.ts
framework/core/js/src/common/extenders/IExtender.ts
framework/core/js/src/common/extenders/ThemeMode.ts
framework/core/js/src/common/extenders/Store.ts
framework/core/js/src/common/utils/insertText.ts
framework/core/js/src/common/utils/focusTrap.ts
@ -1959,6 +1962,7 @@ framework/core/js/dist-typings/common/components/RequestErrorModal.d.ts
framework/core/js/dist-typings/common/components/Avatar.d.ts
framework/core/js/dist-typings/common/components/Checkbox.d.ts
framework/core/js/dist-typings/common/components/Page.d.ts
framework/core/js/dist-typings/common/components/ThemeMode.d.ts
framework/core/js/dist-typings/common/components/FormGroup.d.ts
framework/core/js/dist-typings/common/components/LinkButton.d.ts
framework/core/js/dist-typings/common/components/GambitsAutocompleteDropdown.d.ts
@ -1986,6 +1990,7 @@ framework/core/js/dist-typings/common/extenders/index.d.ts
framework/core/js/dist-typings/common/extenders/Store.d.ts
framework/core/js/dist-typings/common/extenders/IExtender.d.ts
framework/core/js/dist-typings/common/extenders/PostTypes.d.ts
framework/core/js/dist-typings/common/extenders/ThemeMode.d.ts
framework/core/js/dist-typings/common/app.d.ts
framework/core/js/dist-typings/common/IHistory.d.ts
framework/core/js/dist-typings/common/Translator.d.ts
@ -2219,6 +2224,7 @@ framework/core/less/admin/ExtensionPage.less
framework/core/less/admin/MailPage.less
framework/core/less/admin/AlertWidget.less
framework/core/less/common/AlertManager.less
framework/core/less/common/ThemeMode.less
framework/core/less/common/App.less
framework/core/less/common/Form.less
framework/core/less/common/EditUserModal.less
@ -2406,6 +2412,7 @@ framework/core/migrations/2015_12_05_042721_change_access_tokens_columns.php
framework/core/migrations/2021_04_18_040500_change_migrations_add_id_primary_key.php
framework/core/migrations/2018_01_15_072700_change_email_tokens_add_foreign_keys.php
framework/core/migrations/2018_01_15_071900_change_discussion_user_add_foreign_keys.php
framework/core/migrations/2024_05_07_000001_convert_data_to_json_in_notifications.php
framework/core/migrations/2015_02_24_000000_create_email_tokens_table.php
framework/core/migrations/2015_02_24_000000_create_users_table.php
framework/core/migrations/2022_07_14_000001_add_type_created_at_composite_index_to_posts.php
@ -2416,6 +2423,7 @@ framework/core/migrations/2020_04_21_130500_change_permission_groups_add_is_hidd
framework/core/migrations/2015_02_24_000000_create_posts_table.php
framework/core/migrations/2018_01_18_135000_change_posts_rename_columns.php
framework/core/migrations/2015_02_24_000000_create_permissions_table.php
framework/core/migrations/2024_05_05_000001_convert_preferences_to_json_in_users.php
framework/core/migrations/2018_01_18_135100_change_posts_add_foreign_keys.php
framework/core/migrations/2018_10_08_144700_add_shim_prefix_to_group_icons.php
framework/core/migrations/2022_05_20_000002_add_created_at_to_group_permission_table.php
@ -2438,10 +2446,12 @@ framework/core/migrations/2018_01_18_130500_change_group_permission_add_foreign_
framework/core/migrations/2018_01_11_120604_change_posts_table_to_innodb.php
framework/core/migrations/2018_09_15_041340_add_users_indicies.php
framework/core/migrations/2018_01_18_133100_change_notifications_add_foreign_keys.php
framework/core/migrations/2024_06_07_000000_change_to_theme_mode_setting_and_preference.php
framework/core/migrations/2018_01_11_155200_change_discussions_rename_columns.php
framework/core/migrations/2018_01_15_072800_change_email_tokens_created_at_to_datetime.php
framework/core/migrations/2021_03_02_040000_change_access_tokens_add_type.php
framework/core/migrations/2023_10_23_000000_drop_post_number_index_column_from_discussions_table.php
framework/core/migrations/pgsql-install.dump
framework/core/migrations/2020_03_19_134512_change_discussions_default_comment_count.php
framework/core/migrations/2018_01_18_134500_change_password_tokens_add_foreign_keys.php
framework/core/migrations/2018_01_15_071700_rename_users_discussions_to_discussion_user.php

View file

@ -120290,6 +120290,14 @@ Test/Mftf/Test/StorefrontSeeConfigurableProductSwatchOptionsToBePreSelectFromCar
Mftf/Test/StorefrontSeeConfigurableProductSwatchOptionsToBePreSelectFromCartEditPageTest.xml
Test/StorefrontSeeConfigurableProductSwatchOptionsToBePreSelectFromCartEditPageTest.xml
StorefrontSeeConfigurableProductSwatchOptionsToBePreSelectFromCartEditPageTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
code/Magento/Swatches/Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
Magento/Swatches/Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
Swatches/Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
Test/AdminVisualSwatchAttributeFunctionalityTest.xml
AdminVisualSwatchAttributeFunctionalityTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontImageColorWhenFilterByColorFilterTest.xml
code/Magento/Swatches/Test/Mftf/Test/StorefrontImageColorWhenFilterByColorFilterTest.xml
Magento/Swatches/Test/Mftf/Test/StorefrontImageColorWhenFilterByColorFilterTest.xml
@ -120555,6 +120563,14 @@ Test/Mftf/ActionGroup/AssertSwatchColorActionGroup.xml
Mftf/ActionGroup/AssertSwatchColorActionGroup.xml
ActionGroup/AssertSwatchColorActionGroup.xml
AssertSwatchColorActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminAddEmptyVisualSwatchActionGroup.xml
code/Magento/Swatches/Test/Mftf/ActionGroup/AdminAddEmptyVisualSwatchActionGroup.xml
Magento/Swatches/Test/Mftf/ActionGroup/AdminAddEmptyVisualSwatchActionGroup.xml
Swatches/Test/Mftf/ActionGroup/AdminAddEmptyVisualSwatchActionGroup.xml
Test/Mftf/ActionGroup/AdminAddEmptyVisualSwatchActionGroup.xml
Mftf/ActionGroup/AdminAddEmptyVisualSwatchActionGroup.xml
ActionGroup/AdminAddEmptyVisualSwatchActionGroup.xml
AdminAddEmptyVisualSwatchActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontUpdateCartConfigurableProductWithSwatchesActionGroup.xml
code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontUpdateCartConfigurableProductWithSwatchesActionGroup.xml
Magento/Swatches/Test/Mftf/ActionGroup/StorefrontUpdateCartConfigurableProductWithSwatchesActionGroup.xml
@ -120563,6 +120579,14 @@ Test/Mftf/ActionGroup/StorefrontUpdateCartConfigurableProductWithSwatchesActionG
Mftf/ActionGroup/StorefrontUpdateCartConfigurableProductWithSwatchesActionGroup.xml
ActionGroup/StorefrontUpdateCartConfigurableProductWithSwatchesActionGroup.xml
StorefrontUpdateCartConfigurableProductWithSwatchesActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminUploadFileInVisualSwatchActionGroup.xml
code/Magento/Swatches/Test/Mftf/ActionGroup/AdminUploadFileInVisualSwatchActionGroup.xml
Magento/Swatches/Test/Mftf/ActionGroup/AdminUploadFileInVisualSwatchActionGroup.xml
Swatches/Test/Mftf/ActionGroup/AdminUploadFileInVisualSwatchActionGroup.xml
Test/Mftf/ActionGroup/AdminUploadFileInVisualSwatchActionGroup.xml
Mftf/ActionGroup/AdminUploadFileInVisualSwatchActionGroup.xml
ActionGroup/AdminUploadFileInVisualSwatchActionGroup.xml
AdminUploadFileInVisualSwatchActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AssertStorefrontSwatchColorActionGroup.xml
code/Magento/Swatches/Test/Mftf/ActionGroup/AssertStorefrontSwatchColorActionGroup.xml
Magento/Swatches/Test/Mftf/ActionGroup/AssertStorefrontSwatchColorActionGroup.xml
@ -169903,6 +169927,14 @@ Test/Mftf/Test/AdminReportsOrderedGroupedBySkuTest.xml
Mftf/Test/AdminReportsOrderedGroupedBySkuTest.xml
Test/AdminReportsOrderedGroupedBySkuTest.xml
AdminReportsOrderedGroupedBySkuTest.xml
app/code/Magento/Reports/Test/Mftf/Test/AdminLowStockProductTest.xml
code/Magento/Reports/Test/Mftf/Test/AdminLowStockProductTest.xml
Magento/Reports/Test/Mftf/Test/AdminLowStockProductTest.xml
Reports/Test/Mftf/Test/AdminLowStockProductTest.xml
Test/Mftf/Test/AdminLowStockProductTest.xml
Mftf/Test/AdminLowStockProductTest.xml
Test/AdminLowStockProductTest.xml
AdminLowStockProductTest.xml
app/code/Magento/Reports/Test/Mftf/Test/AdminReportsLowStockDisableProductTest.xml
code/Magento/Reports/Test/Mftf/Test/AdminReportsLowStockDisableProductTest.xml
Magento/Reports/Test/Mftf/Test/AdminReportsLowStockDisableProductTest.xml
@ -169950,6 +169982,14 @@ Test/Mftf/ActionGroup/AdminGenerateProductsOrderedReportActionGroup.xml
Mftf/ActionGroup/AdminGenerateProductsOrderedReportActionGroup.xml
ActionGroup/AdminGenerateProductsOrderedReportActionGroup.xml
AdminGenerateProductsOrderedReportActionGroup.xml
app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminLowStockReportActionGroup.xml
code/Magento/Reports/Test/Mftf/ActionGroup/AdminLowStockReportActionGroup.xml
Magento/Reports/Test/Mftf/ActionGroup/AdminLowStockReportActionGroup.xml
Reports/Test/Mftf/ActionGroup/AdminLowStockReportActionGroup.xml
Test/Mftf/ActionGroup/AdminLowStockReportActionGroup.xml
Mftf/ActionGroup/AdminLowStockReportActionGroup.xml
ActionGroup/AdminLowStockReportActionGroup.xml
AdminLowStockReportActionGroup.xml
app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminGoToOrdersReportPageActionGroup.xml
code/Magento/Reports/Test/Mftf/ActionGroup/AdminGoToOrdersReportPageActionGroup.xml
Magento/Reports/Test/Mftf/ActionGroup/AdminGoToOrdersReportPageActionGroup.xml
@ -189182,6 +189222,14 @@ Test/Mftf/Test/StorefrontCreateCustomerWithInvalidDataTest.xml
Mftf/Test/StorefrontCreateCustomerWithInvalidDataTest.xml
Test/StorefrontCreateCustomerWithInvalidDataTest.xml
StorefrontCreateCustomerWithInvalidDataTest.xml
app/code/Magento/Customer/Test/Mftf/Test/StorefrontAdminAddLadakhUnderStateForCountryIndiaTest.xml
code/Magento/Customer/Test/Mftf/Test/StorefrontAdminAddLadakhUnderStateForCountryIndiaTest.xml
Magento/Customer/Test/Mftf/Test/StorefrontAdminAddLadakhUnderStateForCountryIndiaTest.xml
Customer/Test/Mftf/Test/StorefrontAdminAddLadakhUnderStateForCountryIndiaTest.xml
Test/Mftf/Test/StorefrontAdminAddLadakhUnderStateForCountryIndiaTest.xml
Mftf/Test/StorefrontAdminAddLadakhUnderStateForCountryIndiaTest.xml
Test/StorefrontAdminAddLadakhUnderStateForCountryIndiaTest.xml
StorefrontAdminAddLadakhUnderStateForCountryIndiaTest.xml
app/code/Magento/Customer/Test/Mftf/Test/AdminCreateCustomerWithPrefixTest.xml
code/Magento/Customer/Test/Mftf/Test/AdminCreateCustomerWithPrefixTest.xml
Magento/Customer/Test/Mftf/Test/AdminCreateCustomerWithPrefixTest.xml
@ -227267,6 +227315,14 @@ Test/Mftf/ActionGroup/AdminChangeTimeZoneForDifferentWebsiteActionGroup.xml
Mftf/ActionGroup/AdminChangeTimeZoneForDifferentWebsiteActionGroup.xml
ActionGroup/AdminChangeTimeZoneForDifferentWebsiteActionGroup.xml
AdminChangeTimeZoneForDifferentWebsiteActionGroup.xml
app/code/Magento/Config/Test/Mftf/ActionGroup/UnselectStatesForStatesOptionsActionGroup.xml
code/Magento/Config/Test/Mftf/ActionGroup/UnselectStatesForStatesOptionsActionGroup.xml
Magento/Config/Test/Mftf/ActionGroup/UnselectStatesForStatesOptionsActionGroup.xml
Config/Test/Mftf/ActionGroup/UnselectStatesForStatesOptionsActionGroup.xml
Test/Mftf/ActionGroup/UnselectStatesForStatesOptionsActionGroup.xml
Mftf/ActionGroup/UnselectStatesForStatesOptionsActionGroup.xml
ActionGroup/UnselectStatesForStatesOptionsActionGroup.xml
UnselectStatesForStatesOptionsActionGroup.xml
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminOpenConfigNavItemActionGroup.xml
code/Magento/Config/Test/Mftf/ActionGroup/AdminOpenConfigNavItemActionGroup.xml
Magento/Config/Test/Mftf/ActionGroup/AdminOpenConfigNavItemActionGroup.xml
@ -254819,6 +254875,14 @@ Test/Mftf/ActionGroup/CompareTwoProductsOrderActionGroup.xml
Mftf/ActionGroup/CompareTwoProductsOrderActionGroup.xml
ActionGroup/CompareTwoProductsOrderActionGroup.xml
CompareTwoProductsOrderActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateProductAttributeWithSaveAndEditActionGroup.xml
code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateProductAttributeWithSaveAndEditActionGroup.xml
Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateProductAttributeWithSaveAndEditActionGroup.xml
Catalog/Test/Mftf/ActionGroup/AdminCreateProductAttributeWithSaveAndEditActionGroup.xml
Test/Mftf/ActionGroup/AdminCreateProductAttributeWithSaveAndEditActionGroup.xml
Mftf/ActionGroup/AdminCreateProductAttributeWithSaveAndEditActionGroup.xml
ActionGroup/AdminCreateProductAttributeWithSaveAndEditActionGroup.xml
AdminCreateProductAttributeWithSaveAndEditActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/FilterProductAttributeByAttributeLabelActionGroup.xml
code/Magento/Catalog/Test/Mftf/ActionGroup/FilterProductAttributeByAttributeLabelActionGroup.xml
Magento/Catalog/Test/Mftf/ActionGroup/FilterProductAttributeByAttributeLabelActionGroup.xml
@ -276304,6 +276368,14 @@ Test/Mftf/Suite/ConfigurePaypalPaymentsProSuite.xml
Mftf/Suite/ConfigurePaypalPaymentsProSuite.xml
Suite/ConfigurePaypalPaymentsProSuite.xml
ConfigurePaypalPaymentsProSuite.xml
app/code/Magento/Paypal/Test/Mftf/Suite/ConfigPayPalPayflowProWithoutValutSuite.xml
code/Magento/Paypal/Test/Mftf/Suite/ConfigPayPalPayflowProWithoutValutSuite.xml
Magento/Paypal/Test/Mftf/Suite/ConfigPayPalPayflowProWithoutValutSuite.xml
Paypal/Test/Mftf/Suite/ConfigPayPalPayflowProWithoutValutSuite.xml
Test/Mftf/Suite/ConfigPayPalPayflowProWithoutValutSuite.xml
Mftf/Suite/ConfigPayPalPayflowProWithoutValutSuite.xml
Suite/ConfigPayPalPayflowProWithoutValutSuite.xml
ConfigPayPalPayflowProWithoutValutSuite.xml
app/code/Magento/Paypal/Test/Mftf/Section/OtherPayPalPaymentsConfigSection/PaymentsProHostedWithExpressCheckoutConfigSection.xml
code/Magento/Paypal/Test/Mftf/Section/OtherPayPalPaymentsConfigSection/PaymentsProHostedWithExpressCheckoutConfigSection.xml
Magento/Paypal/Test/Mftf/Section/OtherPayPalPaymentsConfigSection/PaymentsProHostedWithExpressCheckoutConfigSection.xml
@ -276648,6 +276720,14 @@ Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest
Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml
Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml
StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/CheckoutWithPayPalPayFlowProTest.xml
code/Magento/Paypal/Test/Mftf/Test/CheckoutWithPayPalPayFlowProTest.xml
Magento/Paypal/Test/Mftf/Test/CheckoutWithPayPalPayFlowProTest.xml
Paypal/Test/Mftf/Test/CheckoutWithPayPalPayFlowProTest.xml
Test/Mftf/Test/CheckoutWithPayPalPayFlowProTest.xml
Mftf/Test/CheckoutWithPayPalPayFlowProTest.xml
Test/CheckoutWithPayPalPayFlowProTest.xml
CheckoutWithPayPalPayFlowProTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithCADCurrencyTest.xml
code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithCADCurrencyTest.xml
Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithCADCurrencyTest.xml
@ -276878,6 +276958,14 @@ Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontRegisteredUserPaypalCheckoutWithFlatRatePaymentActionSaleTest.xml
code/Magento/Paypal/Test/Mftf/Test/StorefrontRegisteredUserPaypalCheckoutWithFlatRatePaymentActionSaleTest.xml
Magento/Paypal/Test/Mftf/Test/StorefrontRegisteredUserPaypalCheckoutWithFlatRatePaymentActionSaleTest.xml
Paypal/Test/Mftf/Test/StorefrontRegisteredUserPaypalCheckoutWithFlatRatePaymentActionSaleTest.xml
Test/Mftf/Test/StorefrontRegisteredUserPaypalCheckoutWithFlatRatePaymentActionSaleTest.xml
Mftf/Test/StorefrontRegisteredUserPaypalCheckoutWithFlatRatePaymentActionSaleTest.xml
Test/StorefrontRegisteredUserPaypalCheckoutWithFlatRatePaymentActionSaleTest.xml
StorefrontRegisteredUserPaypalCheckoutWithFlatRatePaymentActionSaleTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/AdminCreatePartialRefundOrderPaidThroughPayPalSmartButtonTest.xml
code/Magento/Paypal/Test/Mftf/Test/AdminCreatePartialRefundOrderPaidThroughPayPalSmartButtonTest.xml
Magento/Paypal/Test/Mftf/Test/AdminCreatePartialRefundOrderPaidThroughPayPalSmartButtonTest.xml

View file

@ -14238,6 +14238,7 @@ app/code/Magento/Swatches/Test/Mftf/Test/StorefrontCustomerCanChangeProductOptio
app/code/Magento/Swatches/Test/Mftf/Test/AdminSetUpWatermarkForSwatchImageTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableSwatchOptionsThumbImagesTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontSeeConfigurableProductSwatchOptionsToBePreSelectFromCartEditPageTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontImageColorWhenFilterByColorFilterTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontDisplayAllCharactersOnTextSwatchTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontSeeProductImagesMatchingProductSwatchesTest.xml
@ -14271,7 +14272,9 @@ app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontSelectSwatchOptionOnPr
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminUpdateProductPreviewImageActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontAddProductWithSwatchesToTheCartActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AssertSwatchColorActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminAddEmptyVisualSwatchActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontUpdateCartConfigurableProductWithSwatchesActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminUploadFileInVisualSwatchActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AssertStorefrontSwatchColorActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/OpenSwatchMenuByIndexActionGroup.xml
app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontSelectVisualSwatchOptionOnCategoryPageActionGroup.xml
@ -20311,12 +20314,14 @@ app/code/Magento/Reports/Test/Mftf/Test/AdminReportsAbandonedCartsNavigateMenuTe
app/code/Magento/Reports/Test/Mftf/Test/AdminReportsAbandonedCartsSearchEmailWithPlusTest.xml
app/code/Magento/Reports/Test/Mftf/Test/AdminReportsInvoicedNavigateMenuTest.xml
app/code/Magento/Reports/Test/Mftf/Test/AdminReportsOrderedGroupedBySkuTest.xml
app/code/Magento/Reports/Test/Mftf/Test/AdminLowStockProductTest.xml
app/code/Magento/Reports/Test/Mftf/Test/AdminReportsLowStockDisableProductTest.xml
app/code/Magento/Reports/Test/Mftf/Test/AdminSalesReportsForMultiWebsiteWithDifferentCurrencyTest.xml
app/code/Magento/Reports/Test/Mftf/Test/AdminReportsTaxNavigateMenuTest.xml
app/code/Magento/Reports/Test/Mftf/test-dependency-errors-detailed
app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminAbandonedCartsReportFilterEmailActionGroup.xml
app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminGenerateProductsOrderedReportActionGroup.xml
app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminLowStockReportActionGroup.xml
app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminGoToOrdersReportPageActionGroup.xml
app/code/Magento/Reports/Test/Mftf/ActionGroup/GenerateOrderReportForNotCancelActionGroup.xml
app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminVerifyOrdersTotalDatePickerActionGroup.xml
@ -22746,6 +22751,7 @@ app/code/Magento/Customer/Test/Mftf/Test/StorefrontAddCustomerAddressTest/Storef
app/code/Magento/Customer/Test/Mftf/Test/StorefrontAddCustomerAddressTest/StorefrontAddNewCustomerAddressTest.xml
app/code/Magento/Customer/Test/Mftf/Test/StorefrontAddCustomerAddressTest/StorefrontAddCustomerDefaultAddressTest.xml
app/code/Magento/Customer/Test/Mftf/Test/StorefrontCreateCustomerWithInvalidDataTest.xml
app/code/Magento/Customer/Test/Mftf/Test/StorefrontAdminAddLadakhUnderStateForCountryIndiaTest.xml
app/code/Magento/Customer/Test/Mftf/Test/AdminCreateCustomerWithPrefixTest.xml
app/code/Magento/Customer/Test/Mftf/Test/StorefrontCreateExistingCustomerTest.xml
app/code/Magento/Customer/Test/Mftf/Test/StorefrontCreateCustomerWithDateOfBirthTest.xml
@ -27428,6 +27434,7 @@ app/code/Magento/Config/Test/Mftf/ActionGroup/AdminOpenStoreConfigPageActionGrou
app/code/Magento/Config/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml
app/code/Magento/Config/Test/Mftf/ActionGroup/ResetIncludeTaxInTotalForShippingActionGroup.xml
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminChangeTimeZoneForDifferentWebsiteActionGroup.xml
app/code/Magento/Config/Test/Mftf/ActionGroup/UnselectStatesForStatesOptionsActionGroup.xml
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminOpenConfigNavItemActionGroup.xml
app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSetDefaultWebsiteActionGroup.xml
app/code/Magento/Config/Test/Mftf/ActionGroup/SelectTopDestinationsCountryActionGroup.xml
@ -30909,6 +30916,7 @@ app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddToCartFromStorefrontProductPag
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductPageSelectAttributeSetActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSetQtyUsesDecimalsConfigActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/CompareTwoProductsOrderActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateProductAttributeWithSaveAndEditActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/FilterProductAttributeByAttributeLabelActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/VerifyCategoryPageParametersActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAnchorCategoryActionGroup.xml
@ -33395,6 +33403,7 @@ app/code/Magento/Paypal/Test/Mftf/Page/AdminConfigPaymentMethodsPage.xml
app/code/Magento/Paypal/Test/Mftf/Suite/AdminConfigurePaypalPayflowProSuite.xml
app/code/Magento/Paypal/Test/Mftf/Suite/InContextPaypalSuite.xml
app/code/Magento/Paypal/Test/Mftf/Suite/ConfigurePaypalPaymentsProSuite.xml
app/code/Magento/Paypal/Test/Mftf/Suite/ConfigPayPalPayflowProWithoutValutSuite.xml
app/code/Magento/Paypal/Test/Mftf/Section/OtherPayPalPaymentsConfigSection/PaymentsProHostedWithExpressCheckoutConfigSection.xml
app/code/Magento/Paypal/Test/Mftf/Section/OtherPayPalPaymentsConfigSection/OtherPayPalPaymentsConfigSection.xml
app/code/Magento/Paypal/Test/Mftf/Section/OtherPayPalPaymentsConfigSection/WPSOtherConfigSection.xml
@ -33436,6 +33445,7 @@ app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithYENCurrenc
app/code/Magento/Paypal/Test/Mftf/Test/StoreFrontGuestCheckoutWithPayPalPayflowProCreditCardWithSeveralProductsTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithCheckoutLabelOnCartPageTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/CheckoutWithPayPalPayFlowProTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithCADCurrencyTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontAddProductToCartAndGoToCheckoutWithInvalidCreditCardTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/AdminRegionalLinkWithMerchantCountryFromConfigTest.xml
@ -33464,6 +33474,7 @@ app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithHKDCurrenc
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithEuroCurrencyTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/AdminCheckoutUsingPaypalInContextWithDifferentCurrenciesTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontRegisteredUserPaypalCheckoutWithFlatRatePaymentActionSaleTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/AdminCreatePartialRefundOrderPaidThroughPayPalSmartButtonTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/AdminPaypalExpressCheckoutWithAPICredentialsFromCheckoutPageTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutTest.xml

View file

@ -13093,6 +13093,13 @@ Tests/Functional/Entity/CompanyRepositoryTest.php
Functional/Entity/CompanyRepositoryTest.php
Entity/CompanyRepositoryTest.php
CompanyRepositoryTest.php
app/bundles/LeadBundle/Tests/Functional/EventListener/SegmentSubscriberTest.php
bundles/LeadBundle/Tests/Functional/EventListener/SegmentSubscriberTest.php
LeadBundle/Tests/Functional/EventListener/SegmentSubscriberTest.php
Tests/Functional/EventListener/SegmentSubscriberTest.php
Functional/EventListener/SegmentSubscriberTest.php
EventListener/SegmentSubscriberTest.php
SegmentSubscriberTest.php
app/bundles/LeadBundle/Tests/Functional/EventListener/CompanySubscriberFunctionalTest.php
bundles/LeadBundle/Tests/Functional/EventListener/CompanySubscriberFunctionalTest.php
LeadBundle/Tests/Functional/EventListener/CompanySubscriberFunctionalTest.php
@ -22273,6 +22280,12 @@ CoreBundle/Form/Type/SlotChannelFrequencyType.php
Form/Type/SlotChannelFrequencyType.php
Type/SlotChannelFrequencyType.php
SlotChannelFrequencyType.php
app/bundles/CoreBundle/Form/Type/AlertType.php
bundles/CoreBundle/Form/Type/AlertType.php
CoreBundle/Form/Type/AlertType.php
Form/Type/AlertType.php
Type/AlertType.php
AlertType.php
app/bundles/CoreBundle/Form/Type/SlotImageCardType.php
bundles/CoreBundle/Form/Type/SlotImageCardType.php
CoreBundle/Form/Type/SlotImageCardType.php

View file

@ -2385,6 +2385,7 @@ app/bundles/LeadBundle/Tests/Security/LeadPermissionsFunctionalTest.php
app/bundles/LeadBundle/Tests/Report/FieldsBuilderTest.php
app/bundles/LeadBundle/Tests/Functional/Entity/LeadRepositoryTest.php
app/bundles/LeadBundle/Tests/Functional/Entity/CompanyRepositoryTest.php
app/bundles/LeadBundle/Tests/Functional/EventListener/SegmentSubscriberTest.php
app/bundles/LeadBundle/Tests/Functional/EventListener/CompanySubscriberFunctionalTest.php
app/bundles/LeadBundle/Tests/Functional/Controller/ImportControllerFunctionalTest.php
app/bundles/LeadBundle/Tests/Functional/Controller/LeadControllerTest.php
@ -3963,6 +3964,7 @@ app/bundles/CoreBundle/Form/Type/AbstractFormStandardType.php
app/bundles/CoreBundle/Form/Type/DynamicContentFilterEntryType.php
app/bundles/CoreBundle/Form/Type/EntityLookupType.php
app/bundles/CoreBundle/Form/Type/SlotChannelFrequencyType.php
app/bundles/CoreBundle/Form/Type/AlertType.php
app/bundles/CoreBundle/Form/Type/SlotImageCardType.php
app/bundles/CoreBundle/Form/Type/DateRangeType.php
app/bundles/CoreBundle/Form/Type/TelType.php

View file

@ -24198,6 +24198,12 @@ Nop.Data/Migrations/UpgradeTo480/DataMigration.cs
Migrations/UpgradeTo480/DataMigration.cs
UpgradeTo480/DataMigration.cs
DataMigration.cs
src/Libraries/Nop.Data/Migrations/UpgradeTo480/AddIndexesMigration.cs
Libraries/Nop.Data/Migrations/UpgradeTo480/AddIndexesMigration.cs
Nop.Data/Migrations/UpgradeTo480/AddIndexesMigration.cs
Migrations/UpgradeTo480/AddIndexesMigration.cs
UpgradeTo480/AddIndexesMigration.cs
AddIndexesMigration.cs
src/Libraries/Nop.Data/Migrations/UpgradeTo480/SchemaMigration.cs
Libraries/Nop.Data/Migrations/UpgradeTo480/SchemaMigration.cs
Nop.Data/Migrations/UpgradeTo480/SchemaMigration.cs

View file

@ -3537,6 +3537,7 @@ src/Libraries/Nop.Data/Migrations/NopUpdateMigrationAttribute.cs
src/Libraries/Nop.Data/Migrations/NopIndexConvention.cs
src/Libraries/Nop.Data/Migrations/NopForeignKeyConvention.cs
src/Libraries/Nop.Data/Migrations/UpgradeTo480/DataMigration.cs
src/Libraries/Nop.Data/Migrations/UpgradeTo480/AddIndexesMigration.cs
src/Libraries/Nop.Data/Migrations/UpgradeTo480/SchemaMigration.cs
src/Libraries/Nop.Data/Migrations/UpgradeTo460/DataMigration.cs
src/Libraries/Nop.Data/Migrations/UpgradeTo460/VideoMigration.cs

View file

@ -1073,6 +1073,11 @@ packages/js/create-product-editor-block/README.md
js/create-product-editor-block/README.md
create-product-editor-block/README.md
README.md
packages/js/currency/changelog/fix-misspelling-in-inline-doc-packages-js
js/currency/changelog/fix-misspelling-in-inline-doc-packages-js
currency/changelog/fix-misspelling-in-inline-doc-packages-js
changelog/fix-misspelling-in-inline-doc-packages-js
fix-misspelling-in-inline-doc-packages-js
packages/js/currency/changelog/.gitkeep
js/currency/changelog/.gitkeep
currency/changelog/.gitkeep
@ -1147,6 +1152,11 @@ packages/js/currency/babel.config.js
js/currency/babel.config.js
currency/babel.config.js
babel.config.js
packages/js/customer-effort-score/changelog/fix-misspelling-in-inline-doc-packages-js
js/customer-effort-score/changelog/fix-misspelling-in-inline-doc-packages-js
customer-effort-score/changelog/fix-misspelling-in-inline-doc-packages-js
changelog/fix-misspelling-in-inline-doc-packages-js
fix-misspelling-in-inline-doc-packages-js
packages/js/customer-effort-score/changelog/improve-ces-allow-tracking-option
js/customer-effort-score/changelog/improve-ces-allow-tracking-option
customer-effort-score/changelog/improve-ces-allow-tracking-option
@ -1431,6 +1441,11 @@ packages/js/customer-effort-score/babel.config.js
js/customer-effort-score/babel.config.js
customer-effort-score/babel.config.js
babel.config.js
packages/js/explat/changelog/fix-misspelling-in-inline-doc-packages-js
js/explat/changelog/fix-misspelling-in-inline-doc-packages-js
explat/changelog/fix-misspelling-in-inline-doc-packages-js
changelog/fix-misspelling-in-inline-doc-packages-js
fix-misspelling-in-inline-doc-packages-js
packages/js/explat/changelog/.gitkeep
js/explat/changelog/.gitkeep
explat/changelog/.gitkeep
@ -1525,6 +1540,11 @@ js/notices/changelog/43532-add-cli-to-ci-workflow
notices/changelog/43532-add-cli-to-ci-workflow
changelog/43532-add-cli-to-ci-workflow
43532-add-cli-to-ci-workflow
packages/js/notices/changelog/fix-misspelling-in-inline-doc-packages-js
js/notices/changelog/fix-misspelling-in-inline-doc-packages-js
notices/changelog/fix-misspelling-in-inline-doc-packages-js
changelog/fix-misspelling-in-inline-doc-packages-js
fix-misspelling-in-inline-doc-packages-js
packages/js/notices/changelog/45148-poc-request-reviews
js/notices/changelog/45148-poc-request-reviews
notices/changelog/45148-poc-request-reviews
@ -1805,6 +1825,11 @@ js/admin-e2e-tests/changelog/update-jest
admin-e2e-tests/changelog/update-jest
changelog/update-jest
update-jest
packages/js/admin-e2e-tests/changelog/48642-fix-misspelling-in-packages-js-admin-e2e-tests-test
js/admin-e2e-tests/changelog/48642-fix-misspelling-in-packages-js-admin-e2e-tests-test
admin-e2e-tests/changelog/48642-fix-misspelling-in-packages-js-admin-e2e-tests-test
changelog/48642-fix-misspelling-in-packages-js-admin-e2e-tests-test
48642-fix-misspelling-in-packages-js-admin-e2e-tests-test
packages/js/admin-e2e-tests/changelog/dev-fix-pnpm-version-engines
js/admin-e2e-tests/changelog/dev-fix-pnpm-version-engines
admin-e2e-tests/changelog/dev-fix-pnpm-version-engines
@ -2442,6 +2467,11 @@ js/components/changelog/fix-select-tree-chevron
components/changelog/fix-select-tree-chevron
changelog/fix-select-tree-chevron
fix-select-tree-chevron
packages/js/components/changelog/fix-misspelling-in-inline-doc-packages-js
js/components/changelog/fix-misspelling-in-inline-doc-packages-js
components/changelog/fix-misspelling-in-inline-doc-packages-js
changelog/fix-misspelling-in-inline-doc-packages-js
fix-misspelling-in-inline-doc-packages-js
packages/js/components/changelog/remove-scrollbar
js/components/changelog/remove-scrollbar
components/changelog/remove-scrollbar
@ -2487,6 +2517,11 @@ js/components/changelog/update-analytics-rename-sort-filter-options
components/changelog/update-analytics-rename-sort-filter-options
changelog/update-analytics-rename-sort-filter-options
update-analytics-rename-sort-filter-options
packages/js/components/changelog/update-media-uploader-button
js/components/changelog/update-media-uploader-button
components/changelog/update-media-uploader-button
changelog/update-media-uploader-button
update-media-uploader-button
packages/js/components/changelog/.gitkeep
js/components/changelog/.gitkeep
components/changelog/.gitkeep
@ -7858,6 +7893,11 @@ js/api-core-tests/endpoints/products.js
api-core-tests/endpoints/products.js
endpoints/products.js
products.js
packages/js/data/changelog/fix-misspelling-in-inline-doc-packages-js
js/data/changelog/fix-misspelling-in-inline-doc-packages-js
data/changelog/fix-misspelling-in-inline-doc-packages-js
changelog/fix-misspelling-in-inline-doc-packages-js
fix-misspelling-in-inline-doc-packages-js
packages/js/data/changelog/48586-update-48516-detect-cache-when-launching-store
js/data/changelog/48586-update-48516-detect-cache-when-launching-store
data/changelog/48586-update-48516-detect-cache-when-launching-store
@ -9730,6 +9770,11 @@ packages/js/block-templates/babel.config.js
js/block-templates/babel.config.js
block-templates/babel.config.js
babel.config.js
packages/js/navigation/changelog/fix-misspelling-in-inline-doc-packages-js
js/navigation/changelog/fix-misspelling-in-inline-doc-packages-js
navigation/changelog/fix-misspelling-in-inline-doc-packages-js
changelog/fix-misspelling-in-inline-doc-packages-js
fix-misspelling-in-inline-doc-packages-js
packages/js/navigation/changelog/fix-typos-in-packages-js-md-files
js/navigation/changelog/fix-typos-in-packages-js-md-files
navigation/changelog/fix-typos-in-packages-js-md-files
@ -9914,6 +9959,11 @@ js/product-editor/changelog/update-move-logic-to-add-new-attribute
product-editor/changelog/update-move-logic-to-add-new-attribute
changelog/update-move-logic-to-add-new-attribute
update-move-logic-to-add-new-attribute
packages/js/product-editor/changelog/fix-misspelling-in-inline-doc-packages-js
js/product-editor/changelog/fix-misspelling-in-inline-doc-packages-js
product-editor/changelog/fix-misspelling-in-inline-doc-packages-js
changelog/fix-misspelling-in-inline-doc-packages-js
fix-misspelling-in-inline-doc-packages-js
packages/js/product-editor/changelog/update-product-editor-render-new-attribute-right-after-selected
js/product-editor/changelog/update-product-editor-render-new-attribute-right-after-selected
product-editor/changelog/update-product-editor-render-new-attribute-right-after-selected
@ -9949,6 +9999,11 @@ js/product-editor/changelog/fix-product-editor-modal-block-editor-header-toolbar
product-editor/changelog/fix-product-editor-modal-block-editor-header-toolbars
changelog/fix-product-editor-modal-block-editor-header-toolbars
fix-product-editor-modal-block-editor-header-toolbars
packages/js/product-editor/changelog/fix-add-template-data
js/product-editor/changelog/fix-add-template-data
product-editor/changelog/fix-add-template-data
changelog/fix-add-template-data
fix-add-template-data
packages/js/product-editor/changelog/update-product-editor-retrieves-templates-from-cpt
js/product-editor/changelog/update-product-editor-retrieves-templates-from-cpt
product-editor/changelog/update-product-editor-retrieves-templates-from-cpt
@ -17607,6 +17662,11 @@ packages/js/number/babel.config.js
js/number/babel.config.js
number/babel.config.js
babel.config.js
packages/js/date/changelog/fix-misspelling-in-inline-doc-packages-js
js/date/changelog/fix-misspelling-in-inline-doc-packages-js
date/changelog/fix-misspelling-in-inline-doc-packages-js
changelog/fix-misspelling-in-inline-doc-packages-js
fix-misspelling-in-inline-doc-packages-js
packages/js/date/changelog/fix-typos-in-packages-js-md-files
js/date/changelog/fix-typos-in-packages-js-md-files
date/changelog/fix-typos-in-packages-js-md-files
@ -38082,6 +38142,13 @@ e2e/tests/templates/template-customization.block_theme.spec.ts
tests/templates/template-customization.block_theme.spec.ts
templates/template-customization.block_theme.spec.ts
template-customization.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/product-search-results.block_theme.spec.ts
woocommerce-blocks/tests/e2e/tests/templates/product-search-results.block_theme.spec.ts
tests/e2e/tests/templates/product-search-results.block_theme.spec.ts
e2e/tests/templates/product-search-results.block_theme.spec.ts
tests/templates/product-search-results.block_theme.spec.ts
templates/product-search-results.block_theme.spec.ts
product-search-results.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/order-confirmation.block_theme.spec.ts
woocommerce-blocks/tests/e2e/tests/templates/order-confirmation.block_theme.spec.ts
tests/e2e/tests/templates/order-confirmation.block_theme.spec.ts
@ -39130,6 +39197,10 @@ plugins/woocommerce/changelog/47950-fix-20529-incorrect-product-urls-in-my-app-s
woocommerce/changelog/47950-fix-20529-incorrect-product-urls-in-my-app-subscriptions
changelog/47950-fix-20529-incorrect-product-urls-in-my-app-subscriptions
47950-fix-20529-incorrect-product-urls-in-my-app-subscriptions
plugins/woocommerce/changelog/48714-48713-cys-button-to-resize-the-image-is-visible
woocommerce/changelog/48714-48713-cys-button-to-resize-the-image-is-visible
changelog/48714-48713-cys-button-to-resize-the-image-is-visible
48714-48713-cys-button-to-resize-the-image-is-visible
plugins/woocommerce/changelog/48501-47454-cys-full-composability-add-pattern-category-in-the-block-toolbar
woocommerce/changelog/48501-47454-cys-full-composability-add-pattern-category-in-the-block-toolbar
changelog/48501-47454-cys-full-composability-add-pattern-category-in-the-block-toolbar
@ -39174,6 +39245,10 @@ plugins/woocommerce/changelog/48207-47461-cys-full-composability-ensure-pattern-
woocommerce/changelog/48207-47461-cys-full-composability-ensure-pattern-categories-are-displayed-on-the-design-your-homepage-section
changelog/48207-47461-cys-full-composability-ensure-pattern-categories-are-displayed-on-the-design-your-homepage-section
48207-47461-cys-full-composability-ensure-pattern-categories-are-displayed-on-the-design-your-homepage-section
plugins/woocommerce/changelog/48140-tag-different-envs-in-e2e-tests
woocommerce/changelog/48140-tag-different-envs-in-e2e-tests
changelog/48140-tag-different-envs-in-e2e-tests
48140-tag-different-envs-in-e2e-tests
plugins/woocommerce/changelog/update-product-block-editor-disable-pft-feature-flag-as-default
woocommerce/changelog/update-product-block-editor-disable-pft-feature-flag-as-default
changelog/update-product-block-editor-disable-pft-feature-flag-as-default
@ -39198,6 +39273,10 @@ plugins/woocommerce/changelog/48467-47577-cys-full-composability-update-the-defa
woocommerce/changelog/48467-47577-cys-full-composability-update-the-default-patterns-in-the-assembler-1
changelog/48467-47577-cys-full-composability-update-the-default-patterns-in-the-assembler-1
48467-47577-cys-full-composability-update-the-default-patterns-in-the-assembler-1
plugins/woocommerce/changelog/48712-48711-cys-the-added-patterns-are-wrapped-twice-by-group-blocks
woocommerce/changelog/48712-48711-cys-the-added-patterns-are-wrapped-twice-by-group-blocks
changelog/48712-48711-cys-the-added-patterns-are-wrapped-twice-by-group-blocks
48712-48711-cys-the-added-patterns-are-wrapped-twice-by-group-blocks
plugins/woocommerce/changelog/fix-wcpay-8813-consistency-of-woopayments-manage-settings-button
woocommerce/changelog/fix-wcpay-8813-consistency-of-woopayments-manage-settings-button
changelog/fix-wcpay-8813-consistency-of-woopayments-manage-settings-button
@ -39262,6 +39341,10 @@ plugins/woocommerce/changelog/fix-48102-wcpay-incentive-promo-notes
woocommerce/changelog/fix-48102-wcpay-incentive-promo-notes
changelog/fix-48102-wcpay-incentive-promo-notes
fix-48102-wcpay-incentive-promo-notes
plugins/woocommerce/changelog/fix-48489-ensure-correct-tempalte-file-is-used-in-editor
woocommerce/changelog/fix-48489-ensure-correct-tempalte-file-is-used-in-editor
changelog/fix-48489-ensure-correct-tempalte-file-is-used-in-editor
fix-48489-ensure-correct-tempalte-file-is-used-in-editor
plugins/woocommerce/changelog/fix-attr-lookup-cli-tool
woocommerce/changelog/fix-attr-lookup-cli-tool
changelog/fix-attr-lookup-cli-tool
@ -39358,6 +39441,10 @@ plugins/woocommerce/changelog/e2e-call_new_report_workflow
woocommerce/changelog/e2e-call_new_report_workflow
changelog/e2e-call_new_report_workflow
e2e-call_new_report_workflow
plugins/woocommerce/changelog/udpate-e2e-test-improve-add-variation-test
woocommerce/changelog/udpate-e2e-test-improve-add-variation-test
changelog/udpate-e2e-test-improve-add-variation-test
udpate-e2e-test-improve-add-variation-test
plugins/woocommerce/changelog/47551-47403-async-ptk-request
woocommerce/changelog/47551-47403-async-ptk-request
changelog/47551-47403-async-ptk-request
@ -39410,6 +39497,10 @@ plugins/woocommerce/changelog/add-separator-to-terms
woocommerce/changelog/add-separator-to-terms
changelog/add-separator-to-terms
add-separator-to-terms
plugins/woocommerce/changelog/48665-48381-pattern-categories-copy
woocommerce/changelog/48665-48381-pattern-categories-copy
changelog/48665-48381-pattern-categories-copy
48665-48381-pattern-categories-copy
plugins/woocommerce/changelog/e2e-add-skipped-test-reporter
woocommerce/changelog/e2e-add-skipped-test-reporter
changelog/e2e-add-skipped-test-reporter
@ -39418,6 +39509,10 @@ plugins/woocommerce/changelog/48289-update-note-about-wccom-connection
woocommerce/changelog/48289-update-note-about-wccom-connection
changelog/48289-update-note-about-wccom-connection
48289-update-note-about-wccom-connection
plugins/woocommerce/changelog/48635-fix-46984-add-correct-icon-to-product-filters-wrapper-block
woocommerce/changelog/48635-fix-46984-add-correct-icon-to-product-filters-wrapper-block
changelog/48635-fix-46984-add-correct-icon-to-product-filters-wrapper-block
48635-fix-46984-add-correct-icon-to-product-filters-wrapper-block
plugins/woocommerce/changelog/48674-register-testimonials-as-reviews
woocommerce/changelog/48674-register-testimonials-as-reviews
changelog/48674-register-testimonials-as-reviews
@ -39426,6 +39521,10 @@ plugins/woocommerce/changelog/43411-product-collection-replace-products-beta-wit
woocommerce/changelog/43411-product-collection-replace-products-beta-with-product-collection-in-product-archive-templates
changelog/43411-product-collection-replace-products-beta-with-product-collection-in-product-archive-templates
43411-product-collection-replace-products-beta-with-product-collection-in-product-archive-templates
plugins/woocommerce/changelog/48445-update-get-tax-line-label
woocommerce/changelog/48445-update-get-tax-line-label
changelog/48445-update-get-tax-line-label
48445-update-get-tax-line-label
plugins/woocommerce/changelog/update-43640-add-return-to-cart-link-on-mobile
woocommerce/changelog/update-43640-add-return-to-cart-link-on-mobile
changelog/update-43640-add-return-to-cart-link-on-mobile
@ -39482,6 +39581,10 @@ plugins/woocommerce/changelog/48453-update-add-dismiss-button-for-update-note
woocommerce/changelog/48453-update-add-dismiss-button-for-update-note
changelog/48453-update-add-dismiss-button-for-update-note
48453-update-add-dismiss-button-for-update-note
plugins/woocommerce/changelog/fix-40688-control-tk_ai-cookie
woocommerce/changelog/fix-40688-control-tk_ai-cookie
changelog/fix-40688-control-tk_ai-cookie
fix-40688-control-tk_ai-cookie
plugins/woocommerce/changelog/fix-27109-customer-id
woocommerce/changelog/fix-27109-customer-id
changelog/fix-27109-customer-id
@ -39930,6 +40033,10 @@ plugins/woocommerce/changelog/2024-06-14-18-11-56-915980
woocommerce/changelog/2024-06-14-18-11-56-915980
changelog/2024-06-14-18-11-56-915980
2024-06-14-18-11-56-915980
plugins/woocommerce/changelog/48722-48682-cys-when-the-user-clicks-on-the-no-block-placeholder-the-tooltip-is-rendered
woocommerce/changelog/48722-48682-cys-when-the-user-clicks-on-the-no-block-placeholder-the-tooltip-is-rendered
changelog/48722-48682-cys-when-the-user-clicks-on-the-no-block-placeholder-the-tooltip-is-rendered
48722-48682-cys-when-the-user-clicks-on-the-no-block-placeholder-the-tooltip-is-rendered
plugins/woocommerce/changelog/dev-core-profiler-xstate-v5
woocommerce/changelog/dev-core-profiler-xstate-v5
changelog/dev-core-profiler-xstate-v5
@ -39966,6 +40073,14 @@ plugins/woocommerce/changelog/fix-33077-fix-2-products-added-to-cart-geolocate-w
woocommerce/changelog/fix-33077-fix-2-products-added-to-cart-geolocate-with-caching
changelog/fix-33077-fix-2-products-added-to-cart-geolocate-with-caching
fix-33077-fix-2-products-added-to-cart-geolocate-with-caching
plugins/woocommerce/changelog/48671-48441-fix-long-title-length
woocommerce/changelog/48671-48441-fix-long-title-length
changelog/48671-48441-fix-long-title-length
48671-48441-fix-long-title-length
plugins/woocommerce/changelog/add-46918
woocommerce/changelog/add-46918
changelog/add-46918
add-46918
plugins/woocommerce/changelog/47415-add-highlight-selected-block
woocommerce/changelog/47415-add-highlight-selected-block
changelog/47415-add-highlight-selected-block
@ -51543,6 +51658,13 @@ rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php
Controllers/Version3/class-wc-rest-order-notes-controller.php
Version3/class-wc-rest-order-notes-controller.php
class-wc-rest-order-notes-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller.php
woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller.php
includes/rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller.php
rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller.php
Controllers/Version3/class-wc-rest-product-custom-fields-controller.php
Version3/class-wc-rest-product-custom-fields-controller.php
class-wc-rest-product-custom-fields-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php
woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php
includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php
@ -55477,6 +55599,13 @@ tests/php/includes/class-wc-webhook-tests.php
php/includes/class-wc-webhook-tests.php
includes/class-wc-webhook-tests.php
class-wc-webhook-tests.php
plugins/woocommerce/tests/php/includes/tracks/class-wc-site-tracking-tests.php
woocommerce/tests/php/includes/tracks/class-wc-site-tracking-tests.php
tests/php/includes/tracks/class-wc-site-tracking-tests.php
php/includes/tracks/class-wc-site-tracking-tests.php
includes/tracks/class-wc-site-tracking-tests.php
tracks/class-wc-site-tracking-tests.php
class-wc-site-tracking-tests.php
plugins/woocommerce/tests/php/includes/wc-product-functions-test.php
woocommerce/tests/php/includes/wc-product-functions-test.php
tests/php/includes/wc-product-functions-test.php
@ -55867,6 +55996,15 @@ rest-api/Controllers/Version3/class-wc-rest-taxes-controller-tests.php
Controllers/Version3/class-wc-rest-taxes-controller-tests.php
Version3/class-wc-rest-taxes-controller-tests.php
class-wc-rest-taxes-controller-tests.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
php/includes/rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller-tests.php
includes/rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller-tests.php
rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller-tests.php
Controllers/Version3/class-wc-rest-product-custom-fields-controller-tests.php
Version3/class-wc-rest-product-custom-fields-controller-tests.php
class-wc-rest-product-custom-fields-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php
woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php
tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php

View file

@ -216,6 +216,7 @@ packages/js/create-product-editor-block/plugin-templates/readme.txt.mustache
packages/js/create-product-editor-block/plugin-templates/.stylelintrc.mustache
packages/js/create-product-editor-block/plugin-templates/$slug.php.mustache
packages/js/create-product-editor-block/README.md
packages/js/currency/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/currency/changelog/.gitkeep
packages/js/currency/src/index.ts
packages/js/currency/src/currency-context.js
@ -233,6 +234,7 @@ packages/js/currency/.eslintrc.js
packages/js/currency/tsconfig.json
packages/js/currency/README.md
packages/js/currency/babel.config.js
packages/js/customer-effort-score/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/customer-effort-score/changelog/improve-ces-allow-tracking-option
packages/js/customer-effort-score/changelog/.gitkeep
packages/js/customer-effort-score/src/hooks/index.ts
@ -282,6 +284,7 @@ packages/js/customer-effort-score/tsconfig.json
packages/js/customer-effort-score/typings/index.d.ts
packages/js/customer-effort-score/README.md
packages/js/customer-effort-score/babel.config.js
packages/js/explat/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/explat/changelog/.gitkeep
packages/js/explat/src/anon.ts
packages/js/explat/src/index.ts
@ -303,6 +306,7 @@ packages/js/explat/README.md
packages/js/explat/babel.config.js
packages/js/notices/changelog/47156-dev-fix-build-error-build-style
packages/js/notices/changelog/43532-add-cli-to-ci-workflow
packages/js/notices/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/notices/changelog/45148-poc-request-reviews
packages/js/notices/changelog/47385-dev-update-pnpm9-1
packages/js/notices/changelog/43595-update-wireit-0.14.3
@ -360,6 +364,7 @@ packages/js/admin-e2e-tests/changelog/update-32585-store-location-profiler
packages/js/admin-e2e-tests/changelog/update-add-tests-for-translations
packages/js/admin-e2e-tests/changelog/fix-changelogger-phpcs
packages/js/admin-e2e-tests/changelog/update-jest
packages/js/admin-e2e-tests/changelog/48642-fix-misspelling-in-packages-js-admin-e2e-tests-test
packages/js/admin-e2e-tests/changelog/dev-fix-pnpm-version-engines
packages/js/admin-e2e-tests/changelog/dev-include-eslint-annotations
packages/js/admin-e2e-tests/changelog/dev-update-eslint-plugin
@ -480,6 +485,7 @@ packages/js/expression-evaluation/README.md
packages/js/expression-evaluation/babel.config.js
packages/js/components/changelog/47156-dev-fix-build-error-build-style
packages/js/components/changelog/fix-select-tree-chevron
packages/js/components/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/components/changelog/remove-scrollbar
packages/js/components/changelog/47385-dev-update-pnpm9-1
packages/js/components/changelog/fix-47791-confetti-pop-every-render
@ -489,6 +495,7 @@ packages/js/components/changelog/fix-typos-in-packages-js-md-files
packages/js/components/changelog/add-placeholder-taxonomy
packages/js/components/changelog/fix-product-editor-images-drop-error
packages/js/components/changelog/update-analytics-rename-sort-filter-options
packages/js/components/changelog/update-media-uploader-button
packages/js/components/changelog/.gitkeep
packages/js/components/changelog/add-error-boundary
packages/js/components/changelog/update-bump-a8c-tour-kit-version
@ -1361,6 +1368,7 @@ packages/js/api-core-tests/endpoints/shipping-zones.js
packages/js/api-core-tests/endpoints/orders.js
packages/js/api-core-tests/endpoints/shipping-methods.js
packages/js/api-core-tests/endpoints/products.js
packages/js/data/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/data/changelog/48586-update-48516-detect-cache-when-launching-store
packages/js/data/changelog/update-use-error-boundary-for-panels
packages/js/data/changelog/.gitkeep
@ -1688,6 +1696,7 @@ packages/js/block-templates/.eslintrc.js
packages/js/block-templates/tsconfig.json
packages/js/block-templates/README.md
packages/js/block-templates/babel.config.js
packages/js/navigation/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/navigation/changelog/fix-typos-in-packages-js-md-files
packages/js/navigation/changelog/.gitkeep
packages/js/navigation/src/hooks/use-confirm-unsaved-changes.ts
@ -1727,6 +1736,7 @@ packages/js/product-editor/changelog/add-40351-stock
packages/js/product-editor/changelog/add-47221_tracks_events_to_publish_dropdown
packages/js/product-editor/changelog/update-product-editor-reorganize-attributes-data
packages/js/product-editor/changelog/update-move-logic-to-add-new-attribute
packages/js/product-editor/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/product-editor/changelog/update-product-editor-render-new-attribute-right-after-selected
packages/js/product-editor/changelog/update-populate-attribute-terms-optimistically
packages/js/product-editor/changelog/update-product-attribute-types
@ -1734,6 +1744,7 @@ packages/js/product-editor/changelog/47385-dev-update-pnpm9-1
packages/js/product-editor/changelog/fix-links-toolbar
packages/js/product-editor/changelog/enhancement-45883
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-header-toolbars
packages/js/product-editor/changelog/fix-add-template-data
packages/js/product-editor/changelog/update-product-editor-retrieves-templates-from-cpt
packages/js/product-editor/changelog/ci-add-workflow-call-event
packages/js/product-editor/changelog/fix-46610
@ -2824,6 +2835,7 @@ packages/js/number/tsconfig.json
packages/js/number/typings/index.d.ts
packages/js/number/README.md
packages/js/number/babel.config.js
packages/js/date/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/date/changelog/fix-typos-in-packages-js-md-files
packages/js/date/changelog/.gitkeep
packages/js/date/src/index.ts
@ -5677,6 +5689,7 @@ plugins/woocommerce-blocks/tests/e2e/tests/templates/constants.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme_with_templates.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/single-product-template.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/product-search-results.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/order-confirmation.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/single-product-template.block_theme_with_templates.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/checkout-template.block_theme.spec.ts
@ -5851,6 +5864,7 @@ plugins/woocommerce/changelog/fix-42927-registering-blocks-in-categories-warning
plugins/woocommerce/changelog/e2e-update-order-urls-for-hpos
plugins/woocommerce/changelog/ci-merge-blocks-e2e
plugins/woocommerce/changelog/47950-fix-20529-incorrect-product-urls-in-my-app-subscriptions
plugins/woocommerce/changelog/48714-48713-cys-button-to-resize-the-image-is-visible
plugins/woocommerce/changelog/48501-47454-cys-full-composability-add-pattern-category-in-the-block-toolbar
plugins/woocommerce/changelog/47915-update-47800-use-dedicated-api-endpoint-for-lys-survey-status
plugins/woocommerce/changelog/48566-optimize-intro-images
@ -5862,12 +5876,14 @@ plugins/woocommerce/changelog/47842-update-increase-timeout-for-connect-flow
plugins/woocommerce/changelog/fix-untranslated-strings
plugins/woocommerce/changelog/fix-e2e-tests-for-variations
plugins/woocommerce/changelog/48207-47461-cys-full-composability-ensure-pattern-categories-are-displayed-on-the-design-your-homepage-section
plugins/woocommerce/changelog/48140-tag-different-envs-in-e2e-tests
plugins/woocommerce/changelog/update-product-block-editor-disable-pft-feature-flag-as-default
plugins/woocommerce/changelog/47602-performance-replace-classnames-usage-with-clsx
plugins/woocommerce/changelog/48011-block-ref-styling
plugins/woocommerce/changelog/fix-hide-product-summary-in-single-product
plugins/woocommerce/changelog/update-product-editor-introduce-product-form-post-type
plugins/woocommerce/changelog/48467-47577-cys-full-composability-update-the-default-patterns-in-the-assembler-1
plugins/woocommerce/changelog/48712-48711-cys-the-added-patterns-are-wrapped-twice-by-group-blocks
plugins/woocommerce/changelog/fix-wcpay-8813-consistency-of-woopayments-manage-settings-button
plugins/woocommerce/changelog/remove-welcome-modal
plugins/woocommerce/changelog/48016-fix-flakiness-checkout-block-and-lys
@ -5884,6 +5900,7 @@ plugins/woocommerce/changelog/47306-add-patterns-from-ptk
plugins/woocommerce/changelog/add-40351-stock
plugins/woocommerce/changelog/48472-product-filters-template-part
plugins/woocommerce/changelog/fix-48102-wcpay-incentive-promo-notes
plugins/woocommerce/changelog/fix-48489-ensure-correct-tempalte-file-is-used-in-editor
plugins/woocommerce/changelog/fix-attr-lookup-cli-tool
plugins/woocommerce/changelog/update-lys-feedback-track
plugins/woocommerce/changelog/48374-fix-label-improvement-on-my-orders
@ -5908,6 +5925,7 @@ plugins/woocommerce/changelog/remove-filter-on-gettext-to-edit-comments-screen-t
plugins/woocommerce/changelog/46996-fix-mini-cart-icon-hover-cursor
plugins/woocommerce/changelog/ci-merge-test-jobs
plugins/woocommerce/changelog/e2e-call_new_report_workflow
plugins/woocommerce/changelog/udpate-e2e-test-improve-add-variation-test
plugins/woocommerce/changelog/47551-47403-async-ptk-request
plugins/woocommerce/changelog/47660-refactor-core-e2e-utils-implementation
plugins/woocommerce/changelog/47856-fix-e2e-skipped-tests
@ -5921,10 +5939,13 @@ plugins/woocommerce/changelog/pr-48362
plugins/woocommerce/changelog/fix-product-save-status
plugins/woocommerce/changelog/add-update-shipstation-global-copy
plugins/woocommerce/changelog/add-separator-to-terms
plugins/woocommerce/changelog/48665-48381-pattern-categories-copy
plugins/woocommerce/changelog/e2e-add-skipped-test-reporter
plugins/woocommerce/changelog/48289-update-note-about-wccom-connection
plugins/woocommerce/changelog/48635-fix-46984-add-correct-icon-to-product-filters-wrapper-block
plugins/woocommerce/changelog/48674-register-testimonials-as-reviews
plugins/woocommerce/changelog/43411-product-collection-replace-products-beta-with-product-collection-in-product-archive-templates
plugins/woocommerce/changelog/48445-update-get-tax-line-label
plugins/woocommerce/changelog/update-43640-add-return-to-cart-link-on-mobile
plugins/woocommerce/changelog/48495-fix-cys-tooltip-position
plugins/woocommerce/changelog/update-46008-checkout-input-fields-style
@ -5939,6 +5960,7 @@ plugins/woocommerce/changelog/update-shipping-modal-copy
plugins/woocommerce/changelog/e2e-fix-flaky-assembler-homepage-test
plugins/woocommerce/changelog/48458-48426-assembler-active-patterns
plugins/woocommerce/changelog/48453-update-add-dismiss-button-for-update-note
plugins/woocommerce/changelog/fix-40688-control-tk_ai-cookie
plugins/woocommerce/changelog/fix-27109-customer-id
plugins/woocommerce/changelog/pr-48031
plugins/woocommerce/changelog/48554-fix-flaky-e2e-test-checkout-coupons
@ -6051,6 +6073,7 @@ plugins/woocommerce/changelog/fix-46342_set_stock_quantity_default
plugins/woocommerce/changelog/update-product-editor-variation-move-pricing-fields
plugins/woocommerce/changelog/47583-47455-cys-full-composability-add-tooltip-on-the-hovered-pattern
plugins/woocommerce/changelog/2024-06-14-18-11-56-915980
plugins/woocommerce/changelog/48722-48682-cys-when-the-user-clicks-on-the-no-block-placeholder-the-tooltip-is-rendered
plugins/woocommerce/changelog/dev-core-profiler-xstate-v5
plugins/woocommerce/changelog/update-product-editor-handle-shipping-classes-slug
plugins/woocommerce/changelog/update-product-form-template-fix-update-post-type-bug
@ -6060,6 +6083,8 @@ plugins/woocommerce/changelog/fix-query-id-warning
plugins/woocommerce/changelog/add-add-experimental-suffix-to-experimental-blocks
plugins/woocommerce/changelog/pr-47311
plugins/woocommerce/changelog/fix-33077-fix-2-products-added-to-cart-geolocate-with-caching
plugins/woocommerce/changelog/48671-48441-fix-long-title-length
plugins/woocommerce/changelog/add-46918
plugins/woocommerce/changelog/47415-add-highlight-selected-block
plugins/woocommerce/changelog/48316-48251-select-next-block-after-delete
plugins/woocommerce/changelog/dev-update-pnpm-lock
@ -7954,6 +7979,7 @@ plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php
@ -8546,6 +8572,7 @@ plugins/woocommerce/tests/php/includes/class-wc-order-factory-test.php
plugins/woocommerce/tests/php/includes/class-wc-product-downloads-test.php
plugins/woocommerce/tests/php/includes/class-wc-product-variable-test.php
plugins/woocommerce/tests/php/includes/class-wc-webhook-tests.php
plugins/woocommerce/tests/php/includes/tracks/class-wc-site-tracking-tests.php
plugins/woocommerce/tests/php/includes/wc-product-functions-test.php
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-meta-boxes-test.php
plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-test.php
@ -8601,6 +8628,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-terms-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller-tests.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/Version2/class-wc-rest-order-refunds-v2-controller-test.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-system-status-tools-v2-controller-test.php

View file

@ -31,10 +31,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -42,11 +38,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -56,21 +49,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers
/*source=
/.git
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/apis
@ -84,8 +66,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments/*?*sort=
/commits/*?author
/commits/*?path
/communities
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -110,7 +90,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/listing/*/favoriters
/lookup?
/mediaapi/
@ -118,20 +97,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/Search/
/music/*/search/
/newsearch/
/organize
/people/*/circle
/people/*/favorites
/pinned_flashes
/pins
/podcast/*/*?i=
/print$
/profile-about
/raw
/revisions
/rg*/mediaviewer/rm*/tr
/rss
/scheduled-pin
/scheduled-pins
/search
/search$
/search.compact$
@ -152,15 +126,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/wiki/Special:
/wiki/index.php/Help
@ -229,7 +199,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?pt1=true$
?s=
?show_error=true
?slogin
?tab=achievements&achievement=
?utm_*=
@ -318,8 +287,6 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -381,8 +348,6 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -488,7 +453,6 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
@ -510,7 +474,6 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
aihub/tfhub
ajax
ajax/follow_info
@ -548,7 +511,6 @@ api_access_key=
app*_
app*form_id=
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -719,7 +681,6 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
away.php
b?*node=7454898011
b?*node=7454917011
@ -834,11 +795,7 @@ blogs/test
blogsearch
blogsearch_feeds
bn
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -860,38 +817,17 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
browse/reviews/recent
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buttonlite.js
buyside-e2e-monitor
buzz/post
@ -1083,7 +1019,6 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -1106,7 +1041,6 @@ clickthru
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1127,7 +1061,6 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1143,33 +1076,25 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
community_s
companyDir
compare
compare/*/apply
compressiontest
config.js
connect
connections
connector
consumers/archive
contact_me
contactus
content
content-claiming
context_referrer=gig_page
context_referrer=user_page
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copy-conductor/crawled
copyright-reporting
corgi$
couchmode
counter/*?
@ -1177,13 +1102,7 @@ counters/client-screenview
coupons/visit
covid19
covid19/mobility
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
@ -1192,9 +1111,7 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1304,9 +1221,7 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1356,7 +1271,6 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -1453,8 +1367,6 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -1466,7 +1378,6 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -1521,7 +1432,6 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -1624,8 +1534,6 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
@ -1635,7 +1543,6 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fe=true
feature/sf-test
feed
@ -1715,8 +1622,6 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1828,8 +1733,6 @@ globalmarketfinder/*.html
go/awards
gog
gold?
google_gdn.html
google_search.html
googlebooks/images
goto
gp
@ -1940,7 +1843,6 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -2015,10 +1917,7 @@ hk-en/teams
hk-en/transactions
hk-en/treasury
hk-en/your
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotelfinder/rpc
@ -2026,7 +1925,7 @@ hotels/rpc
hp/video
hpc/*/supported-applications.aspx?
http://amazon.co.uk/robots.txt
http://creativecommons.org/robots.txt
http://ec.europa.eu/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -2037,9 +1936,6 @@ i/u
ia
icons
id-id.www.cloudflare.com
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie*/listing/*/favoriters
@ -2210,14 +2106,11 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invites/buy
invoice/est
invoice/estimate/buyerView
@ -2307,8 +2200,6 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters
jp*/people/*/circle
jp*/people/*/favorites
@ -2371,7 +2262,6 @@ knowmore
ko-kr.www.cloudflare.com
ko-kr/feedback
ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -2406,12 +2296,10 @@ learning/search?
learning/settings
learning/settings$
learning/settings?
lens-search
li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -2420,7 +2308,6 @@ listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -2451,7 +2338,6 @@ location_suggest
lochp?
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -2630,7 +2516,6 @@ native
nb-no.www.cloudflare.com
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -2642,7 +2527,6 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsroom/notifications
@ -2750,7 +2634,6 @@ no-en/treasury
no-en/your
nonprofits/account
not_recommended_reviews/preview
notifications
ns/hydra/console/?
nus-trk
nwshp$
@ -2803,12 +2686,8 @@ nz/teams
nz/transactions
nz/treasury
nz/your
oauth/line
oauth/login
oauth/v2
oauth2/v2
oauth_error
offsite
og
onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018
@ -2839,11 +2718,8 @@ pages?oid=-
pagespeed/insights/ui/logo
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -2873,39 +2749,8 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/create
pin/find
pin/find?url=
pin_shop
ping?
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters
pl*/people/*/circle
pl*/people/*/favorites
@ -2956,7 +2801,6 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -2986,7 +2830,6 @@ ppob?
pqa
preference
preferences
prefs
present
presentation
prettyearth/assets
@ -2997,8 +2840,6 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -3075,7 +2916,6 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -3083,7 +2923,6 @@ q=
qnasearch?
qr
quality_form?
quiz
r
r/*.rss
r/*/comments/*.rss
@ -3111,7 +2950,6 @@ random
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -3129,8 +2967,6 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
@ -3141,14 +2977,10 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
reservations/*/notifyme
resource
resource/*/get
results
retail
retail/old
@ -3182,7 +3014,6 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -3280,7 +3111,6 @@ searchhistory
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -3356,7 +3186,6 @@ shop/browse/overlay
shop/browse/ribbon
shop/iphone/payments/overlay
shop_name_search_service
shop_pins
shopping-content-api/product_images
shopping/product
shopping/ratings/account/metrics
@ -3650,13 +3479,11 @@ smart/buttons
social/photosui/images
social/photosui/sitemap
social/social-security-directory/cai
socialmanager
sounds/player
sounds/player$
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -3678,7 +3505,6 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
start_order
@ -3733,10 +3559,6 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
submit
@ -3758,7 +3580,6 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
sv-se.www.cloudflare.com
svc
svc/crosswords
@ -3772,14 +3593,12 @@ svc/vertex
svc/web
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
t/terms
tab=
tablet
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -3812,10 +3631,8 @@ test
testpage-forhomepage
tetro
th-th.www.cloudflare.com
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -3890,7 +3707,6 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
tvschedule
twitter
@ -3955,13 +3771,9 @@ uk/teams
uk/transactions
uk/treasury
uk/your
unauth-profile
unlink
unsub
until=
updates
upload-image-lens-history
upload-lens-image
uploads
urchin_test
us-es*/listing/*/favoriters
@ -4035,8 +3847,6 @@ uviewer
v1
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
vi-vn.www.cloudflare.com
@ -4066,12 +3876,9 @@ webapps/xoonboarding
webmasters/sitemaps/ping?
webscr
websearch
website/confirm
website/confirm/download
webstore/search
webstore/static/*/wall/js
weekly/signup
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget_auth.php
@ -4532,7 +4339,6 @@ xml?
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos

View file

@ -3072,7 +3072,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newssearch
/no-internet-heading-assigned
/no-internet-heading-assisted
/no-referrer-when-downgradehttp://gmail.com/robots.txt
/no-referrer-when-downgradehttp://google.ru/robots.txt
/no-search-results
/node
/node/add
@ -3642,7 +3642,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmid
?*__rmidpage
?*ajs_event
?*apikey*http://visitazores.com/robots.txt
?*apikey*http://akismet.com/robots.txt
?*app
?*appidt=*
?*aspects=
@ -3668,6 +3668,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*egotecpage
?*err_code=404
?*f[*]=
?*f[0]=*http://owasp.org/robots.txt
?*fbclid
?*feed=
?*gg155.cn
@ -3868,7 +3869,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*utm_medium=
?*utm_source
?*utm_source=
?*utm_source=http://chrome.google.com/robots.txt
?*utm_source=http://cricketarchive.com/robots.txt
?*utm_term=
?*verified=
?*xid
@ -5588,7 +5589,6 @@ HotelsManageListing
HotelsManagementCenter
HotelsProductCart
HowTheSiteWorks
HpImageArchive.aspx
HubStyle/static-2.309
HubStyle/static-2.313
HubStyle/static-2.315
@ -6159,7 +6159,6 @@ Project
PromoTools
PromotionDetailsDisplayView
PromotionDisplayView
Proxy.ashx
ProxyToolsAccountSettingsTool
ProxyToolsBillingAndPaymentsTool
ProxyToolsBillingDetailTool
@ -6292,7 +6291,6 @@ Saves
ScreensaverShade
Scripts
Search
Search
Search/*
Search/Mail/Public
SearchNavigationView
@ -6901,8 +6899,6 @@ ac/
ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search
ac2
academic-subscriptions
academic/profile
academic/search
academy
academy-free-account
academy/*/results
@ -6924,7 +6920,7 @@ account-settings
account-setup
account/
account/accomplishments
account/accomplishments/http://creativecommons.org/robots.txt
account/accomplishments/http://thesun.co.uk/robots.txt
account/ackgift
account/deactivated
account/emailoptout/?*token=
@ -6988,7 +6984,6 @@ ach/search
ach/user
ach/users
achievements
aclick
aclk
acoustic
acq/nonprofits
@ -7248,7 +7243,6 @@ alexa-top-sites/*
alexa-web-search/*
alexa/*
alexaforbusiness/
alink
alkali
all
all-supported-params
@ -7274,7 +7268,6 @@ amp
amp$
amp-proxy
amp-tealium
amp/
amp/authorize
amphtml
amphtml/blogs/test
@ -7340,17 +7333,16 @@ api.html?
api.php
api/
api/?
api/attachments/*http://docs.wixstatic.com/robots.txt
api/attachments/*http://1.bp.blogspot.com/robots.txt
api/discovery
api/editionurlgenerator
api/eventlogging
api/html
api/http://kobo.com/robots.txt
api/http://tiny.cc/robots.txt
api/internal/*/location
api/internal/analytics/songs
api/jobPostings/jobs
api/legendary-data/relay
api/maps/
api/nextsteps/*
api/nicorepo/timeline
api/partner_select/*/price_query
@ -7419,7 +7411,7 @@ appchart
appdynamics-wem.cisco.com
appealed-pin
apple-app-site-association
apple-app-site-associationhttp://fonts.google.com/robots.txt
apple-app-site-associationhttp://iso.org/robots.txt
apple-news
appliance
applicant-eligibility
@ -8222,7 +8214,6 @@ backoffice=
backstage/help/search-results.html
badges/profile/create
bagon
baidu
ban-me-i-am-a-robot
bandito
banking
@ -8471,7 +8462,6 @@ bezahlvorgaenge.html
bfe/apps/website
bfl
bfmp
bfp/search
bg
bg-*/
bg-bg/
@ -8533,7 +8523,6 @@ bin
bin/
bin/search.go
bin/search.py
bing-site-safety
bingbot
bipolar-disorder/bipolar-depression-management
bipolar-disorder/video/bipolar-fatherhood
@ -8623,7 +8612,7 @@ blog/*?text=
blog/*sitemap.xml$
blog/*utm_source=
blog/.
blog/.html.*http://salon.com/robots.txt
blog/.html.*http://playstation.com/robots.txt
blog/?p=
blog/?s=
blog/Neuer_Beitrag.html
@ -8679,7 +8668,6 @@ blogs/blogpost/preview
blogs/nationals-journal-beta
blogs/pad$
blogs/pad/$
blogs/search/
blogs/slow-ride
blogs/technology.atom
blogs/test
@ -8751,7 +8739,7 @@ bookmark_mana2
bookmarklet
bookmarks
bookmarks/widget
bookmarkshttp://ed.ted.com/robots.txt
bookmarkshttp://s3-us-west-2.amazonaws.com/robots.txt
books
books/NBK
books/about
@ -9671,7 +9659,7 @@ cdn-cgi
cdn-cgi/
cdn-cgi/bm/cv
cdn-cgi/challenge-platform
cdn-cgi/http://mediapost.com/robots.txt
cdn-cgi/http://freewebs.com/robots.txt
cdn-cgi/rum
cdn-cgi/zaraz/s.js
cdn-cgi/zaraz/t
@ -9698,7 +9686,7 @@ cgi-bin/homelandsecurity
cgi-bin/loginpage
cgi-bin/state
cgi-bin/wx
cgi-binhttp://ifttt.com/robots.txt
cgi-binhttp://youtube.de/robots.txt
cgi-local
cgi-perl
cgi-registry
@ -9894,7 +9882,6 @@ civis/posts
civis/search
civis/threads/*in_iframe=1
civis/threads/*wp_data=
ck/
cl
cl2/feeds
cl2/ical
@ -10039,7 +10026,7 @@ co/users
co/ventureone
code
code/*
code/http://w3techs.com/robots.txt
code/http://apis.google.com/robots.txt
codeCoverage
codesamples/
coin*mid=
@ -10250,7 +10237,7 @@ conflagexp
connect
connect/@
connect/help/search-results.html
connect/http://blog.twitter.com/robots.txt
connect/http://web.facebook.com/robots.txt
connect/social-intranet.html
connections
connections/recent
@ -10368,7 +10355,7 @@ content/dam/ircc/documents/pdf/francais/trousses/form/imm5476
content/dam/ircc/documents/pdf/francais/trousses/form/imm5644
content/dam/ircc/documents/pdf/francais/trousses/form/irm0002
content/dam/ircc/documents/pdf/francais/trousses/form/irm0004
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://canalplus.fr/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://photos.app.goo.gl/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
content/dam/redcross/lp
content/dam/web/da_dk/www
@ -10553,16 +10540,13 @@ cp/api/wpa
cpds2
cpes/
cpresources
cpro
cpropub/univercd
cpspa
cr
cr$
cr/
cr/$
cr/corporate/contact
cr/news
cr?
craft
crash
crawler4j
@ -11930,9 +11914,6 @@ enterprise/seo
entertain
entertainment/article/Minerva-s-horoscope
entertainment/bravo
entities/search
entityexplore$
entityexplore?
entrez
entrez/eutils
entrez/sutils
@ -12358,7 +12339,7 @@ events/friday-rush$
events/fsi-cloud-symposium-nyc.html
events/rss
evernote/like.php
evite/*http://dw.com/robots.txt
evite/*http://mentalshinri.net/robots.txt
examples/*
exclusive-offers
exec/obidos/account-access-login
@ -12468,7 +12449,6 @@ fbl/terms.html
fbpostaction.cms?article=
fcgi-
fckeditor
fd/
fdbk
feature/sf-test
feature_nine_browse-bin=
@ -12642,7 +12622,7 @@ files/techabuse-welsh.pdf
files/techabuse.pdf
fileview
filing/free-file-fillable-forms/free-file-fillable-forms-support
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://is.gd/robots.txt
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://pewresearch.org/robots.txt
filter
filter/tips
filter/tips
@ -13033,8 +13013,6 @@ full
fullscreen
fullscreen/ReportLinker
fun
fun/api/
fun/g/
fundraiser/charity
fundraiser/search
fur/forums
@ -13056,7 +13034,7 @@ fy-NL/search
fy-NL/user
fy-NL/users
g
g/4arE9Chttp://flickr.com/robots.txt
g/4arE9Chttp://s.yimg.com/robots.txt
g/api
g00
g01
@ -13278,7 +13256,7 @@ gh/news
gh/useracquisition
gh_jid=
gif
gifshttp://gist.github.com/robots.txt
gifshttp://eepurl.com/robots.txt
gift-redemption
gift-terms
gift_card=
@ -13304,7 +13282,7 @@ gl/users
glass/images/commerce
global
global$
global-infrastructure/services/get-async/http://baidu.com/robots.txt
global-infrastructure/services/get-async/http://copyright.gov/robots.txt
global-master
global-nav-esi
global/RU/
@ -13632,7 +13610,7 @@ ha/search
ha/user
ha/users
hackathons/reinvent-2013/
hacker/*/followhttp://hackerone.com/robots.txt
hacker/*/followhttp://networkadvertising.org/robots.txt
hacker/*/unfollow
hair-transplant-services
handler
@ -13747,7 +13725,6 @@ highlights
highwire
hilfe/fundingdetail.html
hilfe/live/launch-day/launch-day-show-voting.html
hilfe/live/launch-day/launch-day-videoupload.html
hilfe/live/officehour/officehour-link.html
hims-hard-mints
hinweis/datenleck
@ -13908,7 +13885,6 @@ homeandgarden/home/hearstmagazines
homefeed
homepage
homepage-video-test
homepage/
homepage/2013
honing.html
hooks
@ -13929,14 +13905,12 @@ hosted
hosted/images
hosting/search
hotel/index.hi.
hotel/reviews?
hotel/us/the-airstream-van.*.html
hotel_attractions
hotel_rt_onview
hotelfinder/rpc
hotels
hotels/rpc
hotels/search
hotelsonmap.*.json
hotfix/
houseads
@ -13950,8 +13924,6 @@ howto
howtobuy/
hp/focus-retrocompatibile$
hp/video
hpm
hpmob
hr
hr-*/
hr-hr/
@ -14032,39 +14004,40 @@ http
http-checker
http2_data
http:
http://2.bp.blogspot.com/robots.txt
http://1.gravatar.com/robots.txt
http://about.google/robots.txt
http://amazon.de/robots.txt
http://ads.google.com/robots.txt
http://amzn.to/robots.txt
http://api.whatsapp.com/robots.txt
http://app.box.com/robots.txt
http://bbc.com/robots.txt
http://bcn.cl/robots.txt
http://behance.net/robots.txt
http://census.gov/robots.txt
http://euronews.com/robots.txt
http://extension.purdue.edu/robots.txt
http://graphisoft.com/robots.txt
http://apache.org/robots.txt
http://cbsnews.com/robots.txt
http://crunchyroll.com/robots.txt
http://eji.org/robots.txt
http://fbi.gov/robots.txt
http://feedly.com/robots.txt
http://hubspot.com/robots.txt
http://ie.edu/robots.txt
http://linkedin.com/robots.txt
http://mrisoftware.com/robots.txt
http://nationalgeographic.com/robots.txt
http://news.cnet.com/robots.txt
http://news.yahoo.com/robots.txt
http://npmjs.com/robots.txt
http://patreon.com/robots.txt
http://producthunt.com/robots.txt
http://raiplay.it/robots.txt
http://redbubble.com/robots.txt
http://support.apple.com/robots.txt
http://techradar.com/robots.txt
http://tiny.cc/robots.txt
http://torproject.org/robots.txt
http://translate.google.com/robots.txt
http://upload.wikimedia.org/robots.txt
http://vogue.com/robots.txt
http://yelp.com/robots.txt
http://i2.wp.com/robots.txt
http://ifcncodeofprinciples.poynter.org/robots.txt
http://klick-tipp.com/robots.txt
http://lifestylesimplify.com/robots.txt
http://mozilla.com/robots.txt
http://nbcnews.com/robots.txt
http://npr.org/robots.txt
http://oprah.com/robots.txt
http://paypalobjects.com/robots.txt
http://phys.org/robots.txt
http://picasaweb.google.com/robots.txt
http://s3-eu-west-1.amazonaws.com/robots.txt
http://sfgate.com/robots.txt
http://slack.com/robots.txt
http://support.cloudflare.com/robots.txt
http://ted.com/robots.txt
http://telegraph.co.uk/robots.txt
http://themeforest.net/robots.txt
http://thenewstack.io/robots.txt
http://udemy.com/robots.txt
http://virustotal.com/robots.txt
http://worldstarhiphop.com/robots.txt
http://www2.deloitte.com/robots.txt
hu
hu-*/
hu-hu/
@ -14435,16 +14408,11 @@ images/$
images/*
images/?
images/Podcasts
images/async/?
images/async?
images/carBlogsimages
images/chart_gifs
images/chart_pdfs
images/chart_png300
images/chart_png460
images/hosted/?
images/hosted/search?
images/hosted?
images/interview_pdfs
images/li.gif
images/logging_requests.gif
@ -14453,13 +14421,8 @@ images/ndtvvideo/*
images/pad/search?rpt=imageview
images/pad/search?text=*&source=morda
images/resume
images/search%3F
images/search%5C
images/search/?
images/search?
images/search?rpt=imageview
images/search?text=*&source=morda
images/searchbyimage
images/showroomimages
images/smart/$
images/touch/$
@ -14470,7 +14433,6 @@ images/usedcarimages
images/userprofileimg
images/v$
images/viewconfig$
images?
imagine/
imesync
img
@ -14592,7 +14554,6 @@ inapp
inbox
inbox$
inbox$
inboxcommerce
inc5000dev
include
include/
@ -14657,6 +14618,7 @@ index.php/ko/node/
index.php/magazine/get_comment
index.php/media/oembed
index.php/members/profile
index.php/node/
index.php/node/add
index.php/node/add/
index.php/ru/node/
@ -14750,7 +14712,7 @@ intcmp=
integrate/
integromedb
intelligencer/amp
interactive*http://fcc.gov/robots.txt
interactive*http://codex.wordpress.org/robots.txt
interactive/reading-preference
interface/pda
intern/service/suche
@ -15607,7 +15569,6 @@ latest-playlist
latest-talk
latin
latin_en
launch-day-show-voting.html
launch2005/
law-school/search-results/
lawlib/archive
@ -15632,7 +15593,7 @@ layout/set/txt_pq
layout/set/xml
layouts
lb
leadingtogether/http://validator.w3.org/robots.txt
leadingtogether/http://urbandictionary.com/robots.txt
leaf
learn
learn-noperf
@ -15787,7 +15748,6 @@ liked
limit_hits
limited-release
link
link?
link_to
linked
linkedin
@ -15854,7 +15814,6 @@ loans
loc/volunteers
loc=
local
local
local-services-ads
local/ajax
local/blogsandcolumns/slow-ride-front
@ -16175,7 +16134,6 @@ maps/*?lang=uk$
maps/*?lang=uz$
maps/*?ll=
maps/about
maps/adsendpoint
maps/api/js
maps/api/place/js
maps/api/staticmap
@ -16317,7 +16275,6 @@ media/tourism-content
media/travelpod-roll.flv
media/tv/channel/credits
media/tyfo*
media/tyfo*http://statcounter.com/robots.txt
media/unesco
media/vr-geo-photo-j
media/vr-geo-photo-l
@ -16641,7 +16598,6 @@ merchant/directions/*
merchant/imageUploadPreview/*
merchant/loc/*
merchant/moreProducts?*
merchant/reviews?
merchant/update/*
merchantapps
mes
@ -17596,6 +17552,7 @@ no_cookies
noaccess
nocookie
node
node/
node/*/edit
node/*/nodequeue
node/add
@ -17605,7 +17562,7 @@ noflashhtml
nofollow=1
nojs=
nonConfig/api/wpa
nonce="0LypCbS7VJ6s9Ep_i_Hygg">if(google.cis
nonce="fIcz3VMDvIuo0KFoPBJseA">if(google.cis
nonprofits/account
nonstyleishida/videolist-*.html
nonstyleishida/videolist.html
@ -17627,7 +17584,6 @@ notificarelacionadas
notifications
notifications
notifications$
notifications/
notifications/*
nova
now/mt3
@ -17809,8 +17765,6 @@ offers/nonprofits
offers/nonprofits$
offers/nonprofits%
offers/nonprofits?
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offers/referral-terms-conditions
offers/referral-terms-conditions$
offers/referral-terms-conditions%
@ -18514,7 +18468,7 @@ pmc/publisherportal/download
pmc/publisherportal/journalmanager
pmc/tocrender.fcgi
pmc/utilities
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyYQocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwooCiZXbyBsaWVndCBkaWUgUm9ib3RzIHR4dCBiZWkgV29yZFByZXNzPwoUChJXYXMgaGVpw590IFJvYm90cz8Q5AI\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22CMFS881mQz3YlWD6lqLSi4R3gi4\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyaAocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwobChlXbyBmaW5kZXQgbWFuIFJvYm90cyB0eHQ_CigKJldvIGxpZWd0IGRpZSBSb2JvdHMgdHh0IGJlaSBXb3JkUHJlc3M_EOQC\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22pzC5dDNEoes_QFE_aH_GZBmxY78\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmcomment/
pmm-templates
pmo/contact/en/staff
@ -18909,7 +18863,6 @@ pro-resources
pro-site
pro/about
pro2
proFile/history?
proMatch
proProjects
proVideoWidget
@ -18927,7 +18880,6 @@ product-reviews/B0069IY63Y
product/electrode/api/logger
product/electrode/api/wpa
product/recommended
product/reviews?
productBrand=
productId=
productPurchaseDone
@ -18982,7 +18934,6 @@ profile/*/followers
profile/*/following
profile/*/map$
profile/downloads_limit
profile/history?
profile/license
profile/payment/getstarted
profile/view
@ -19630,7 +19581,6 @@ resources/xml/sitemaps
responder
rest
results
results
results-export-email-by-search-data
results-export-ids
results-export-search-by-year
@ -19683,7 +19633,6 @@ reviews/seller
reviews/top-reviewers
reviews_page=
rewards
rewardsapp/
rf=*
ribbon.php
rip/
@ -19886,7 +19835,6 @@ s2/sitemaps
s2/static
s3
s?
s?
s?*rh=n%3A1380045031
sa
sa=
@ -20355,7 +20303,7 @@ section/3
section/36
section/6
section/8
section/9http://issuu.com/robots.txt
section/9http://amazon.in/robots.txt
sectionized
sections
sections$
@ -20469,7 +20417,6 @@ server-status
server/banners
server/body-include
server/bottom-notes
server/docs/search
server/footer
server/fs-gang
server/generic
@ -20523,7 +20470,6 @@ set_cookie.pl
setbucket
setprefs
settings
settings
settings/*
settings/deactivated
settings/linkaccount
@ -20655,9 +20601,7 @@ sharing/files
sharing/folders
sheet/help/search-results.html
shelf/user_shelves
shenghuo
shenghuo/search?
shifen/
shihui
shihui?
ship
@ -20666,8 +20610,6 @@ shipping-payment
shippingassistant
shippinginformation
shop
shop$
shop/
shop/*&
shop/bag
shop/browse/campaigns/mobile_overlay
@ -20676,7 +20618,6 @@ shop/browse/ribbon
shop/global
shop/iphone/payments/overlay
shop/search.ep
shop?
shop_name_search_service
shop_pins
shopfront-api
@ -20727,7 +20668,7 @@ shows/
showtag
showtime/.requestinvite.html.swp
showtime/help/search-results.html
showtimes/location/*http://img.youtube.com/robots.txt
showtimes/location/*http://ad.doubleclick.net/robots.txt
shr*
shutterstock
si
@ -21280,7 +21221,6 @@ social-connect/send
social/help/search-results.html
social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
social_media
socialapp/
@ -21391,7 +21331,6 @@ sp/3for2
sp=
sp_url=
spartan
spbasic
spbot
spc-source=
special-promo/2for1
@ -21470,7 +21409,6 @@ sports/whatson
sports_fp_ms
spp/
spreadsheet
spresults
sprint_wml
sprint_xhtml
sprints/help/search-results.html
@ -21556,7 +21494,6 @@ statements
static
static-assets/documents/PwnedPasswordsTop100k.txt
static-assets/images/collection
static/
static/*.css$
static/*.css?
static/*.gif
@ -21682,8 +21619,6 @@ storeclick
storefront
storepicker
storerequest
stores$
stores/
stores/page/*visitId=
stories
story
@ -21992,7 +21927,7 @@ tag
tag-manager
tag-manager-360
tag/
tag/*+http://discogs.com/robots.txt
tag/*+http://google.ca/robots.txt
tag/*/a
tag/*/a/
tag/*/b
@ -22226,7 +22161,7 @@ test5
test6
testcases
testfl
testhttp://moz.com/robots.txt
testhttp://latimes.com/robots.txt
testing
testpage-forhomepage
tests/*
@ -22235,7 +22170,6 @@ text
text_edition
tfemail
th
th$
th-*/
th-th.www.cloudflare.com
th-th/
@ -22258,7 +22192,6 @@ th/solutions/case-studies/
th/solutions/case-studies/innovators/innovators-eu/
th/user
th/users
th?
th_th/templates/M
thank-you
thank-you-enterprise-demo
@ -22503,7 +22436,6 @@ translate_static
translate_suggestion
translate_t
translation
translator/?ref=
transmute/static-1.85
transmute/static-2.6
transmute/static-2.8
@ -22531,24 +22463,10 @@ travel/
travel/2013/aug/22/been-there-readers-competition?
travel/8711559/The-Telegraph-Travel-Awards-2011.html
travel/clk
travel/css
travel/flight/flightSearch
travel/flight/flightSearchAction
travel/flight/search/?
travel/flight/search?
travel/flights/s
travel/hotel-search
travel/hotel/e
travel/hotel/hotelMiniSearchRequest
travel/hotel/hotelSearch
travel/hotels/checkout
travel/hotels/detail
travel/hotels/hotel-finder
travel/hotels/hotel-finder/$
travel/hotels/search/?
travel/hotels/search?
travel/scripts
travel/secure
travelnevadahighway95tc
treasury
treasury/treasdocuments
@ -22912,7 +22830,6 @@ uk/users
uk/ventureone
uk/wdc
uk/your
ulink?
ulk/i
ulk/sch
ulk/usr
@ -22932,6 +22849,7 @@ understanding-c3g
understanding-melanoma
unfiltered?
unfinished.php
unicef-component-mosaic
unicorn/check
unijobs/*/emailjob
unijobs/*/jbequicksignup
@ -23044,7 +22962,6 @@ ur/search
ur/user
ur/users
urchin_test
url
urlinator/static-1.54
urlinator/static-1.55
urlinator/static-1.57
@ -23562,29 +23479,14 @@ video_passthrough.php
videodash.cms*
videorequest
videos
videos/?
videos/assets
videos/browsing
videos/e
videos/explore
videos/favorites
videos/feed
videos/feedcontent
videos/get_video_by_uid/
videos/images
videos/js
videos/music
videos/music/
videos/music/?
videos/music?
videos/search.php
videos/search/?
videos/search?
videos/trending
videos/trendingcontent
videos/viewmeta/
videos/week
videos?
videosearch
view
viewReview
@ -23831,10 +23733,6 @@ whythisad
widget
widget-landing-page.html
widget/*
widget/cr
widget/entity/search/?
widget/render
widget/snapshot
widget_auth.php
widget_chunks
widgets
@ -24600,7 +24498,6 @@ word/embed
wordpress/wp-admin
wordpress/wp-admin/admin-ajax.php
work
work
work/_
work/acceptinvitation
work/account
@ -24703,9 +24600,9 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt
wp-admin/admin-ajax.phphttp://fool.com/robots.txt
wp-admin/admin-ajax.phphttp://openstreetmap.org/robots.txt
wp-admin/admin-ajax.phphttp://dictionary.com/robots.txt
wp-admin/admin-ajax.phphttp://tiff.net/robots.txt
wp-admin/admin-ajax.phphttp://willowgarage.com/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv
@ -24771,7 +24668,7 @@ wp-content/themes/wired/assets/images/wired_insider_1118_1000x190.jpg
wp-content/themes/wired/assets/images/wired_video_1000x190.jpg
wp-content/uploads
wp-content/uploads/
wp-content/uploads/wp-import-export-lite/http://rebrand.ly/robots.txt
wp-content/uploads/wp-import-export-lite/http://dreamstime.com/robots.txt
wp-dyn
wp-includes
wp-includes*.css
@ -24904,7 +24801,7 @@ your-shop
yourAccount
youraccount
youreurope/businessACC
youreurope/businessDEV/http://europarl.europa.eu/robots.txt
youreurope/businessDEV/http://businesswire.com/robots.txt
youreurope/citizensACC
youreurope/citizensDEV
yours
@ -25254,7 +25151,7 @@ zz
8618
9742
9744
101612.rsshttp://c-span.org/robots.txt
101612.rsshttp://sustainability.google/robots.txt
1010203
1014943
1027454