[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2026-01-27 09:31:25 +00:00
parent 1739c8c8f3
commit dc81eceae7
24 changed files with 2788 additions and 1146 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1769495579
},
"Trickest wordlist update": {
"last_update": 1769423093
"last_update": 1769506275
}
}

View file

@ -22072,6 +22072,9 @@ m230616_183820_remove_field_name_limit.php
src/migrations/m230524_220029_global_entry_types.php
migrations/m230524_220029_global_entry_types.php
m230524_220029_global_entry_types.php
src/migrations/m260125_233614_changeAuthorForPeerEntries_permission.php
migrations/m260125_233614_changeAuthorForPeerEntries_permission.php
m260125_233614_changeAuthorForPeerEntries_permission.php
src/migrations/BaseFieldMergeMigration.php
migrations/BaseFieldMergeMigration.php
BaseFieldMergeMigration.php

View file

@ -5595,6 +5595,7 @@ src/migrations/CreateDbCacheTable.php
src/migrations/m240129_150719_sites_language_amend_length.php
src/migrations/m230616_183820_remove_field_name_limit.php
src/migrations/m230524_220029_global_entry_types.php
src/migrations/m260125_233614_changeAuthorForPeerEntries_permission.php
src/migrations/BaseFieldMergeMigration.php
src/migrations/m250206_135036_search_index_queue.php
src/migrations/m230826_094050_fix_session_id_type.php

View file

@ -6771,6 +6771,9 @@ touch.rst
docs/explanation/searchdocs.rst
explanation/searchdocs.rst
searchdocs.rst
docs/explanation/philosophy.rst
explanation/philosophy.rst
philosophy.rst
docs/explanation/plugins.rst
explanation/plugins.rst
plugins.rst

View file

@ -1372,6 +1372,7 @@ docs/explanation/colorscheme.rst
docs/explanation/publishing.rst
docs/explanation/touch.rst
docs/explanation/searchdocs.rst
docs/explanation/philosophy.rst
docs/explanation/plugins.rst
docs/explanation/commonly_used_plugins.rst
docs/explanation/i18n.rst

View file

@ -12,6 +12,7 @@ TRADEMARK_POLICY.md
.semgrepignore
.flake8
license.txt
transaction-deletion-import-logic-summary.md
erpnext/config/projects.py
config/projects.py
projects.py
@ -16750,6 +16751,11 @@ regional/address_template/templates/germany.html
address_template/templates/germany.html
templates/germany.html
germany.html
erpnext/regional/address_template/templates/sweden.html
regional/address_template/templates/sweden.html
address_template/templates/sweden.html
templates/sweden.html
sweden.html
erpnext/regional/address_template/templates/luxembourg.html
regional/address_template/templates/luxembourg.html
address_template/templates/luxembourg.html
@ -19966,6 +19972,10 @@ erpnext/patches/v16_0/update_serial_batch_entries.py
patches/v16_0/update_serial_batch_entries.py
v16_0/update_serial_batch_entries.py
update_serial_batch_entries.py
erpnext/patches/v16_0/migrate_transaction_deletion_task_flags_to_status.py
patches/v16_0/migrate_transaction_deletion_task_flags_to_status.py
v16_0/migrate_transaction_deletion_task_flags_to_status.py
migrate_transaction_deletion_task_flags_to_status.py
erpnext/patches/v16_0/add_new_stock_entry_types.py
patches/v16_0/add_new_stock_entry_types.py
v16_0/add_new_stock_entry_types.py
@ -21549,6 +21559,21 @@ setup/doctype/employee_group_table/__init__.py
doctype/employee_group_table/__init__.py
employee_group_table/__init__.py
__init__.py
erpnext/setup/doctype/transaction_deletion_record_to_delete/transaction_deletion_record_to_delete.py
setup/doctype/transaction_deletion_record_to_delete/transaction_deletion_record_to_delete.py
doctype/transaction_deletion_record_to_delete/transaction_deletion_record_to_delete.py
transaction_deletion_record_to_delete/transaction_deletion_record_to_delete.py
transaction_deletion_record_to_delete.py
erpnext/setup/doctype/transaction_deletion_record_to_delete/__init__.py
setup/doctype/transaction_deletion_record_to_delete/__init__.py
doctype/transaction_deletion_record_to_delete/__init__.py
transaction_deletion_record_to_delete/__init__.py
__init__.py
erpnext/setup/doctype/transaction_deletion_record_to_delete/transaction_deletion_record_to_delete.json
setup/doctype/transaction_deletion_record_to_delete/transaction_deletion_record_to_delete.json
doctype/transaction_deletion_record_to_delete/transaction_deletion_record_to_delete.json
transaction_deletion_record_to_delete/transaction_deletion_record_to_delete.json
transaction_deletion_record_to_delete.json
erpnext/setup/doctype/global_defaults/global_defaults.py
setup/doctype/global_defaults/global_defaults.py
doctype/global_defaults/global_defaults.py

View file

@ -12,6 +12,7 @@ TRADEMARK_POLICY.md
.semgrepignore
.flake8
license.txt
transaction-deletion-import-logic-summary.md
erpnext/config/projects.py
erpnext/shopping_cart/web_template/__init__.py
erpnext/shopping_cart/__init__.py
@ -3410,6 +3411,7 @@ erpnext/regional/address_template/templates/united_states.html
erpnext/regional/address_template/templates/taiwan.html
erpnext/regional/address_template/templates/switzerland.html
erpnext/regional/address_template/templates/germany.html
erpnext/regional/address_template/templates/sweden.html
erpnext/regional/address_template/templates/luxembourg.html
erpnext/regional/address_template/README.md
erpnext/regional/address_template/__init__.py
@ -4116,6 +4118,7 @@ erpnext/patches/v16_0/update_account_categories_for_existing_accounts.py
erpnext/patches/v16_0/make_workstation_operating_components.py
erpnext/patches/v16_0/create_company_custom_fields.py
erpnext/patches/v16_0/update_serial_batch_entries.py
erpnext/patches/v16_0/migrate_transaction_deletion_task_flags_to_status.py
erpnext/patches/v16_0/add_new_stock_entry_types.py
erpnext/patches/v16_0/set_valuation_method_on_companies.py
erpnext/patches/v16_0/set_reporting_currency.py
@ -4484,6 +4487,9 @@ erpnext/setup/doctype/authorization_rule/authorization_rule.py
erpnext/setup/doctype/employee_group_table/employee_group_table.json
erpnext/setup/doctype/employee_group_table/employee_group_table.py
erpnext/setup/doctype/employee_group_table/__init__.py
erpnext/setup/doctype/transaction_deletion_record_to_delete/transaction_deletion_record_to_delete.py
erpnext/setup/doctype/transaction_deletion_record_to_delete/__init__.py
erpnext/setup/doctype/transaction_deletion_record_to_delete/transaction_deletion_record_to_delete.json
erpnext/setup/doctype/global_defaults/global_defaults.py
erpnext/setup/doctype/global_defaults/global_defaults.json
erpnext/setup/doctype/global_defaults/README.md

View file

@ -3458,6 +3458,15 @@ migrations/versions/3.41/01-final-v3.js
versions/3.41/01-final-v3.js
3.41/01-final-v3.js
01-final-v3.js
ghost/core/core/server/data/migrations/versions/6.15/2026-01-26-12-00-00-add-commenting-column-to-members.js
core/core/server/data/migrations/versions/6.15/2026-01-26-12-00-00-add-commenting-column-to-members.js
core/server/data/migrations/versions/6.15/2026-01-26-12-00-00-add-commenting-column-to-members.js
server/data/migrations/versions/6.15/2026-01-26-12-00-00-add-commenting-column-to-members.js
data/migrations/versions/6.15/2026-01-26-12-00-00-add-commenting-column-to-members.js
migrations/versions/6.15/2026-01-26-12-00-00-add-commenting-column-to-members.js
versions/6.15/2026-01-26-12-00-00-add-commenting-column-to-members.js
6.15/2026-01-26-12-00-00-add-commenting-column-to-members.js
2026-01-26-12-00-00-add-commenting-column-to-members.js
ghost/core/core/server/data/migrations/versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
core/core/server/data/migrations/versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
core/server/data/migrations/versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js

View file

@ -544,6 +544,7 @@ ghost/core/core/server/data/migrations/versions/5.20/2022-10-18-05-39-drop-nulla
ghost/core/core/server/data/migrations/versions/5.20/2022-10-19-11-17-add-link-browse-permissions.js
ghost/core/core/server/data/migrations/versions/5.20/2022-10-20-02-52-add-link-edit-permissions.js
ghost/core/core/server/data/migrations/versions/3.41/01-final-v3.js
ghost/core/core/server/data/migrations/versions/6.15/2026-01-26-12-00-00-add-commenting-column-to-members.js
ghost/core/core/server/data/migrations/versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
ghost/core/core/server/data/migrations/versions/5.55/2023-07-10-05-16-55-add-built-in-collection-posts.js
ghost/core/core/server/data/migrations/versions/5.55/2023-07-10-05-15-55-add-built-in-collections.js

View file

@ -8713,6 +8713,12 @@ view/javascript/component/agree.js
javascript/component/agree.js
component/agree.js
agree.js
upload/catalog/view/javascript/component/breadcrumb.js
catalog/view/javascript/component/breadcrumb.js
view/javascript/component/breadcrumb.js
javascript/component/breadcrumb.js
component/breadcrumb.js
breadcrumb.js
upload/catalog/view/javascript/error/not_found.js
catalog/view/javascript/error/not_found.js
view/javascript/error/not_found.js
@ -8773,12 +8779,6 @@ view/javascript/common/home.js
javascript/common/home.js
common/home.js
home.js
upload/catalog/view/javascript/common/breadcrumb.js
catalog/view/javascript/common/breadcrumb.js
view/javascript/common/breadcrumb.js
javascript/common/breadcrumb.js
common/breadcrumb.js
breadcrumb.js
upload/catalog/view/javascript/information/sitemap.js
catalog/view/javascript/information/sitemap.js
view/javascript/information/sitemap.js
@ -10224,11 +10224,6 @@ assets/framework/library/webcomponent.js
framework/library/webcomponent.js
library/webcomponent.js
webcomponent.js
upload/assets/framework/library/db.js
assets/framework/library/db.js
framework/library/db.js
library/db.js
db.js
upload/assets/framework/library/tax.js
assets/framework/library/tax.js
framework/library/tax.js

View file

@ -2120,6 +2120,7 @@ upload/catalog/view/javascript/cms/article.js
upload/catalog/view/javascript/cms/topic.js
upload/catalog/view/javascript/cms/comment.js
upload/catalog/view/javascript/component/agree.js
upload/catalog/view/javascript/component/breadcrumb.js
upload/catalog/view/javascript/error/not_found.js
upload/catalog/view/javascript/common/footer.js
upload/catalog/view/javascript/common/currency.js
@ -2130,7 +2131,6 @@ upload/catalog/view/javascript/common/language.js
upload/catalog/view/javascript/common/cart.js
upload/catalog/view/javascript/common/header.js
upload/catalog/view/javascript/common/home.js
upload/catalog/view/javascript/common/breadcrumb.js
upload/catalog/view/javascript/information/sitemap.js
upload/catalog/view/javascript/information/gdpr.js
upload/catalog/view/javascript/information/information.js
@ -2367,7 +2367,6 @@ upload/assets/framework/library/cart.js
upload/assets/framework/library/event.js
upload/assets/framework/library/api.js
upload/assets/framework/library/webcomponent.js
upload/assets/framework/library/db.js
upload/assets/framework/library/tax.js
upload/assets/framework/js-yaml.js
upload/assets/framework/liquid.browser.min.js

View file

@ -87370,6 +87370,17 @@ component/grid/sw-grid-column/index.js
grid/sw-grid-column/index.js
sw-grid-column/index.js
index.js
src/Administration/Resources/app/administration/src/app/component/grid/sw-grid-column/sw-grid-column.spec.js
Administration/Resources/app/administration/src/app/component/grid/sw-grid-column/sw-grid-column.spec.js
Resources/app/administration/src/app/component/grid/sw-grid-column/sw-grid-column.spec.js
app/administration/src/app/component/grid/sw-grid-column/sw-grid-column.spec.js
administration/src/app/component/grid/sw-grid-column/sw-grid-column.spec.js
src/app/component/grid/sw-grid-column/sw-grid-column.spec.js
app/component/grid/sw-grid-column/sw-grid-column.spec.js
component/grid/sw-grid-column/sw-grid-column.spec.js
grid/sw-grid-column/sw-grid-column.spec.js
sw-grid-column/sw-grid-column.spec.js
sw-grid-column.spec.js
src/Administration/Resources/app/administration/src/app/component/grid/sw-grid-column/sw-grid-column.html.twig
Administration/Resources/app/administration/src/app/component/grid/sw-grid-column/sw-grid-column.html.twig
Resources/app/administration/src/app/component/grid/sw-grid-column/sw-grid-column.html.twig

View file

@ -13748,6 +13748,7 @@ src/Administration/Resources/app/administration/src/app/component/tree/sw-tree/s
src/Administration/Resources/app/administration/src/app/component/tree/sw-tree/index.js
src/Administration/Resources/app/administration/src/app/component/tree/sw-tree/sw-tree.spec.js
src/Administration/Resources/app/administration/src/app/component/grid/sw-grid-column/index.js
src/Administration/Resources/app/administration/src/app/component/grid/sw-grid-column/sw-grid-column.spec.js
src/Administration/Resources/app/administration/src/app/component/grid/sw-grid-column/sw-grid-column.html.twig
src/Administration/Resources/app/administration/src/app/component/grid/sw-grid-column/sw-grid-column.scss
src/Administration/Resources/app/administration/src/app/component/grid/sw-pagination/sw-pagination.html.twig

View file

@ -22072,6 +22072,9 @@ m230616_183820_remove_field_name_limit.php
src/migrations/m230524_220029_global_entry_types.php
migrations/m230524_220029_global_entry_types.php
m230524_220029_global_entry_types.php
src/migrations/m260125_233614_changeAuthorForPeerEntries_permission.php
migrations/m260125_233614_changeAuthorForPeerEntries_permission.php
m260125_233614_changeAuthorForPeerEntries_permission.php
src/migrations/BaseFieldMergeMigration.php
migrations/BaseFieldMergeMigration.php
BaseFieldMergeMigration.php

View file

@ -5595,6 +5595,7 @@ src/migrations/CreateDbCacheTable.php
src/migrations/m240129_150719_sites_language_amend_length.php
src/migrations/m230616_183820_remove_field_name_limit.php
src/migrations/m230524_220029_global_entry_types.php
src/migrations/m260125_233614_changeAuthorForPeerEntries_permission.php
src/migrations/BaseFieldMergeMigration.php
src/migrations/m250206_135036_search_index_queue.php
src/migrations/m230826_094050_fix_session_id_type.php

View file

@ -2793,6 +2793,11 @@ Umbraco.Tests.Integration/ManagementApi/Security/BackOfficeControllerTests.cs
ManagementApi/Security/BackOfficeControllerTests.cs
Security/BackOfficeControllerTests.cs
BackOfficeControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Security/BackOfficeApplicationManagerTests.cs
Umbraco.Tests.Integration/ManagementApi/Security/BackOfficeApplicationManagerTests.cs
ManagementApi/Security/BackOfficeApplicationManagerTests.cs
Security/BackOfficeApplicationManagerTests.cs
BackOfficeApplicationManagerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Security/ResetPasswordTokenControllerTests.cs
Umbraco.Tests.Integration/ManagementApi/Security/ResetPasswordTokenControllerTests.cs
ManagementApi/Security/ResetPasswordTokenControllerTests.cs
@ -6285,6 +6290,11 @@ Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Security/BackOfficeAuthentica
Umbraco.Cms.Api.Management/Security/BackOfficeAuthenticationBuilderTests.cs
Security/BackOfficeAuthenticationBuilderTests.cs
BackOfficeAuthenticationBuilderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Security/BackOfficeApplicationManagerTests.cs
Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Security/BackOfficeApplicationManagerTests.cs
Umbraco.Cms.Api.Management/Security/BackOfficeApplicationManagerTests.cs
Security/BackOfficeApplicationManagerTests.cs
BackOfficeApplicationManagerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Serialization/BackOfficeSerializationTests.cs
Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Serialization/BackOfficeSerializationTests.cs
Umbraco.Cms.Api.Management/Serialization/BackOfficeSerializationTests.cs
@ -26267,6 +26277,67 @@ packages/core/recycle-bin/recycle-bin-data-source.interface.ts
core/recycle-bin/recycle-bin-data-source.interface.ts
recycle-bin/recycle-bin-data-source.interface.ts
recycle-bin-data-source.interface.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/manifests.ts
src/packages/core/recycle-bin/collection-action/manifests.ts
packages/core/recycle-bin/collection-action/manifests.ts
core/recycle-bin/collection-action/manifests.ts
recycle-bin/collection-action/manifests.ts
collection-action/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/index.ts
Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/index.ts
src/packages/core/recycle-bin/collection-action/index.ts
packages/core/recycle-bin/collection-action/index.ts
core/recycle-bin/collection-action/index.ts
recycle-bin/collection-action/index.ts
collection-action/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/manifests.ts
src/packages/core/recycle-bin/collection-action/empty-recycle-bin/manifests.ts
packages/core/recycle-bin/collection-action/empty-recycle-bin/manifests.ts
core/recycle-bin/collection-action/empty-recycle-bin/manifests.ts
recycle-bin/collection-action/empty-recycle-bin/manifests.ts
collection-action/empty-recycle-bin/manifests.ts
empty-recycle-bin/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/index.ts
Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/index.ts
src/packages/core/recycle-bin/collection-action/empty-recycle-bin/index.ts
packages/core/recycle-bin/collection-action/empty-recycle-bin/index.ts
core/recycle-bin/collection-action/empty-recycle-bin/index.ts
recycle-bin/collection-action/empty-recycle-bin/index.ts
collection-action/empty-recycle-bin/index.ts
empty-recycle-bin/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.kind.ts
Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.kind.ts
src/packages/core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.kind.ts
packages/core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.kind.ts
core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.kind.ts
recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.kind.ts
collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.kind.ts
empty-recycle-bin/empty-recycle-bin.collection-action.kind.ts
empty-recycle-bin.collection-action.kind.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/types.ts
Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/types.ts
src/packages/core/recycle-bin/collection-action/empty-recycle-bin/types.ts
packages/core/recycle-bin/collection-action/empty-recycle-bin/types.ts
core/recycle-bin/collection-action/empty-recycle-bin/types.ts
recycle-bin/collection-action/empty-recycle-bin/types.ts
collection-action/empty-recycle-bin/types.ts
empty-recycle-bin/types.ts
types.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.ts
Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.ts
src/packages/core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.ts
packages/core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.ts
core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.ts
recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.ts
collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.ts
empty-recycle-bin/empty-recycle-bin.collection-action.ts
empty-recycle-bin.collection-action.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/recycle-bin-repository.interface.ts
Umbraco.Web.UI.Client/src/packages/core/recycle-bin/recycle-bin-repository.interface.ts
src/packages/core/recycle-bin/recycle-bin-repository.interface.ts
@ -30138,6 +30209,14 @@ core/collection/conditions/index.ts
collection/conditions/index.ts
conditions/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/collection/conditions/collection-has-items.condition.ts
Umbraco.Web.UI.Client/src/packages/core/collection/conditions/collection-has-items.condition.ts
src/packages/core/collection/conditions/collection-has-items.condition.ts
packages/core/collection/conditions/collection-has-items.condition.ts
core/collection/conditions/collection-has-items.condition.ts
collection/conditions/collection-has-items.condition.ts
conditions/collection-has-items.condition.ts
collection-has-items.condition.ts
src/Umbraco.Web.UI.Client/src/packages/core/collection/conditions/constants.ts
Umbraco.Web.UI.Client/src/packages/core/collection/conditions/constants.ts
src/packages/core/collection/conditions/constants.ts
@ -69904,6 +69983,15 @@ documents/documents/recycle-bin/index.ts
documents/recycle-bin/index.ts
recycle-bin/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/collection-action/manifests.ts
Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/collection-action/manifests.ts
src/packages/documents/documents/recycle-bin/collection-action/manifests.ts
packages/documents/documents/recycle-bin/collection-action/manifests.ts
documents/documents/recycle-bin/collection-action/manifests.ts
documents/recycle-bin/collection-action/manifests.ts
recycle-bin/collection-action/manifests.ts
collection-action/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/entity-action/manifests.ts
Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/entity-action/manifests.ts
src/packages/documents/documents/recycle-bin/entity-action/manifests.ts
@ -77955,6 +78043,15 @@ media/media/recycle-bin/index.ts
media/recycle-bin/index.ts
recycle-bin/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/collection-action/manifests.ts
Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/collection-action/manifests.ts
src/packages/media/media/recycle-bin/collection-action/manifests.ts
packages/media/media/recycle-bin/collection-action/manifests.ts
media/media/recycle-bin/collection-action/manifests.ts
media/recycle-bin/collection-action/manifests.ts
recycle-bin/collection-action/manifests.ts
collection-action/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/allow-media-recycle-bin.condition.ts
Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/allow-media-recycle-bin.condition.ts
src/packages/media/media/recycle-bin/allow-media-recycle-bin.condition.ts

View file

@ -494,6 +494,7 @@ tests/Umbraco.Tests.Integration/ManagementApi/Telemetry/SetTelemetryControllerTe
tests/Umbraco.Tests.Integration/ManagementApi/Telemetry/AllTelemetryControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Security/VerifyResetPasswordTokenControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Security/BackOfficeControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Security/BackOfficeApplicationManagerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Security/ResetPasswordTokenControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Security/ResetPasswordControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/DataType/MoveDataTypeControllerTests.cs
@ -1184,6 +1185,7 @@ tests/Umbraco.Tests.UnitTests/TestHelpers/CompositionExtensions.cs
tests/Umbraco.Tests.UnitTests/TestHelpers/TestNuCacheContentService.cs
tests/Umbraco.Tests.UnitTests/Umbraco.PublishedCache.NuCache/SnapDictionaryTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Security/BackOfficeAuthenticationBuilderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Security/BackOfficeApplicationManagerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Serialization/BackOfficeSerializationTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/ServerEvents/ServerEventRouterTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/ServerEvents/FakeAuthorizer.cs
@ -5238,6 +5240,13 @@ src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/conditions/is-not-trashe
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/conditions/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/recycle-bin-data-source.interface.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.kind.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/collection-action/empty-recycle-bin/empty-recycle-bin.collection-action.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/recycle-bin-repository.interface.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/recycle-bin-repository-base.ts
src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/entity-action/index.ts
@ -5702,6 +5711,7 @@ src/Umbraco.Web.UI.Client/src/packages/core/collection/filter/text/collection-te
src/Umbraco.Web.UI.Client/src/packages/core/collection/filter/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/collection/conditions/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/collection/conditions/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/collection/conditions/collection-has-items.condition.ts
src/Umbraco.Web.UI.Client/src/packages/core/collection/conditions/constants.ts
src/Umbraco.Web.UI.Client/src/packages/core/collection/conditions/collection-alias.condition.ts
src/Umbraco.Web.UI.Client/src/packages/core/collection/conditions/types.ts
@ -10522,6 +10532,7 @@ src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/root/enti
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/root/constants.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/allow-document-recycle-bin.condition.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/index.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/collection-action/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/entity-action/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/entity-action/bulk-trash/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/constants.ts
@ -11422,6 +11433,7 @@ src/Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/root/workspace/co
src/Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/root/entity.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/root/constants.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/index.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/collection-action/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/allow-media-recycle-bin.condition.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/entity-action/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/entity-action/bulk-trash/manifests.ts

View file

@ -3401,10 +3401,6 @@ composer.json
plugins/woocommerce-beta-tester/package.json
woocommerce-beta-tester/package.json
package.json
plugins/woocommerce/changelog/62884-fix-features-deprecation-notice
woocommerce/changelog/62884-fix-features-deprecation-notice
changelog/62884-fix-features-deprecation-notice
62884-fix-features-deprecation-notice
plugins/woocommerce/changelog/performance-62767-slow-comments-queries-in-admin
woocommerce/changelog/performance-62767-slow-comments-queries-in-admin
changelog/performance-62767-slow-comments-queries-in-admin
@ -3465,6 +3461,10 @@ plugins/woocommerce/changelog/59464-use-toolspanel-in-product-elements-blocks
woocommerce/changelog/59464-use-toolspanel-in-product-elements-blocks
changelog/59464-use-toolspanel-in-product-elements-blocks
59464-use-toolspanel-in-product-elements-blocks
plugins/woocommerce/changelog/perfromance-61916-akismet-comments-count-integration
woocommerce/changelog/perfromance-61916-akismet-comments-count-integration
changelog/perfromance-61916-akismet-comments-count-integration
perfromance-61916-akismet-comments-count-integration
plugins/woocommerce/changelog/60386-patch-5
woocommerce/changelog/60386-patch-5
changelog/60386-patch-5
@ -3521,6 +3521,10 @@ plugins/woocommerce/changelog/62865-update-more-defensive-coding-around-wccom-he
woocommerce/changelog/62865-update-more-defensive-coding-around-wccom-helper-api
changelog/62865-update-more-defensive-coding-around-wccom-helper-api
62865-update-more-defensive-coding-around-wccom-helper-api
plugins/woocommerce/changelog/stomail-7745-emails-from-the-same-store-should-follow-the-same-visual
woocommerce/changelog/stomail-7745-emails-from-the-same-store-should-follow-the-same-visual
changelog/stomail-7745-emails-from-the-same-store-should-follow-the-same-visual
stomail-7745-emails-from-the-same-store-should-follow-the-same-visual
plugins/woocommerce/changelog/62919-fix-phpstan-wc-get-product-attachment-props
woocommerce/changelog/62919-fix-phpstan-wc-get-product-attachment-props
changelog/62919-fix-phpstan-wc-get-product-attachment-props
@ -3529,6 +3533,10 @@ plugins/woocommerce/changelog/wooplug-5999-accessibility-concerns-on-checkout
woocommerce/changelog/wooplug-5999-accessibility-concerns-on-checkout
changelog/wooplug-5999-accessibility-concerns-on-checkout
wooplug-5999-accessibility-concerns-on-checkout
plugins/woocommerce/changelog/performance-61316-defer-product-published-tracks-when-importing
woocommerce/changelog/performance-61316-defer-product-published-tracks-when-importing
changelog/performance-61316-defer-product-published-tracks-when-importing
performance-61316-defer-product-published-tracks-when-importing
plugins/woocommerce/changelog/fix-62525-menu-bubble-styles
woocommerce/changelog/fix-62525-menu-bubble-styles
changelog/fix-62525-menu-bubble-styles
@ -3541,10 +3549,6 @@ plugins/woocommerce/changelog/39180-add-default-stock-amount-filter
woocommerce/changelog/39180-add-default-stock-amount-filter
changelog/39180-add-default-stock-amount-filter
39180-add-default-stock-amount-filter
plugins/woocommerce/changelog/fix-possible-notice-after-62033
woocommerce/changelog/fix-possible-notice-after-62033
changelog/fix-possible-notice-after-62033
fix-possible-notice-after-62033
plugins/woocommerce/changelog/performance-admin-reduce-sqls-number-on-roducts-page
woocommerce/changelog/performance-admin-reduce-sqls-number-on-roducts-page
changelog/performance-admin-reduce-sqls-number-on-roducts-page
@ -3577,10 +3581,6 @@ plugins/woocommerce/changelog/update-stylelint-allow-0-units-inside-calc
woocommerce/changelog/update-stylelint-allow-0-units-inside-calc
changelog/update-stylelint-allow-0-units-inside-calc
update-stylelint-allow-0-units-inside-calc
plugins/woocommerce/changelog/fix-template-access-warning
woocommerce/changelog/fix-template-access-warning
changelog/fix-template-access-warning
fix-template-access-warning
plugins/woocommerce/changelog/62167-dev-use-server-state-simple-product
woocommerce/changelog/62167-dev-use-server-state-simple-product
changelog/62167-dev-use-server-state-simple-product
@ -9884,6 +9884,13 @@ php/includes/emails/class-wc-email-header-template-test.php
includes/emails/class-wc-email-header-template-test.php
emails/class-wc-email-header-template-test.php
class-wc-email-header-template-test.php
plugins/woocommerce/tests/php/includes/emails/class-wc-email-customer-partially-refunded-order-test.php
woocommerce/tests/php/includes/emails/class-wc-email-customer-partially-refunded-order-test.php
tests/php/includes/emails/class-wc-email-customer-partially-refunded-order-test.php
php/includes/emails/class-wc-email-customer-partially-refunded-order-test.php
includes/emails/class-wc-email-customer-partially-refunded-order-test.php
emails/class-wc-email-customer-partially-refunded-order-test.php
class-wc-email-customer-partially-refunded-order-test.php
plugins/woocommerce/tests/php/includes/emails/class-wc-email-customer-pos-completed-order-test.php
woocommerce/tests/php/includes/emails/class-wc-email-customer-pos-completed-order-test.php
tests/php/includes/emails/class-wc-email-customer-pos-completed-order-test.php
@ -16188,6 +16195,11 @@ woocommerce/includes/emails/class-wc-email-customer-invoice.php
includes/emails/class-wc-email-customer-invoice.php
emails/class-wc-email-customer-invoice.php
class-wc-email-customer-invoice.php
plugins/woocommerce/includes/emails/class-wc-email-customer-partially-refunded-order.php
woocommerce/includes/emails/class-wc-email-customer-partially-refunded-order.php
includes/emails/class-wc-email-customer-partially-refunded-order.php
emails/class-wc-email-customer-partially-refunded-order.php
class-wc-email-customer-partially-refunded-order.php
plugins/woocommerce/includes/emails/class-wc-email-customer-pos-completed-order.php
woocommerce/includes/emails/class-wc-email-customer-pos-completed-order.php
includes/emails/class-wc-email-customer-pos-completed-order.php
@ -21154,6 +21166,12 @@ templates/emails/block/customer-pos-refunded-order.php
emails/block/customer-pos-refunded-order.php
block/customer-pos-refunded-order.php
customer-pos-refunded-order.php
plugins/woocommerce/templates/emails/block/customer-partially-refunded-order.php
woocommerce/templates/emails/block/customer-partially-refunded-order.php
templates/emails/block/customer-partially-refunded-order.php
emails/block/customer-partially-refunded-order.php
block/customer-partially-refunded-order.php
customer-partially-refunded-order.php
plugins/woocommerce/templates/emails/block/customer-processing-order.php
woocommerce/templates/emails/block/customer-processing-order.php
templates/emails/block/customer-processing-order.php
@ -85685,26 +85703,11 @@ packages/js/email-editor/package.json
js/email-editor/package.json
email-editor/package.json
package.json
packages/js/extend-cart-checkout-block/changelog/54996-chore-update-wireit
js/extend-cart-checkout-block/changelog/54996-chore-update-wireit
extend-cart-checkout-block/changelog/54996-chore-update-wireit
changelog/54996-chore-update-wireit
54996-chore-update-wireit
packages/js/extend-cart-checkout-block/changelog/57299-fix-wireit-in-ci
js/extend-cart-checkout-block/changelog/57299-fix-wireit-in-ci
extend-cart-checkout-block/changelog/57299-fix-wireit-in-ci
changelog/57299-fix-wireit-in-ci
57299-fix-wireit-in-ci
packages/js/extend-cart-checkout-block/changelog/.gitkeep
js/extend-cart-checkout-block/changelog/.gitkeep
extend-cart-checkout-block/changelog/.gitkeep
changelog/.gitkeep
.gitkeep
packages/js/extend-cart-checkout-block/changelog/58941-dev-consolidate-packages-license-version
js/extend-cart-checkout-block/changelog/58941-dev-consolidate-packages-license-version
extend-cart-checkout-block/changelog/58941-dev-consolidate-packages-license-version
changelog/58941-dev-consolidate-packages-license-version
58941-dev-consolidate-packages-license-version
packages/js/extend-cart-checkout-block/.gitignore.mustache
js/extend-cart-checkout-block/.gitignore.mustache
extend-cart-checkout-block/.gitignore.mustache

View file

@ -766,7 +766,6 @@ plugins/woocommerce-beta-tester/tsconfig.json
plugins/woocommerce-beta-tester/composer.lock
plugins/woocommerce-beta-tester/composer.json
plugins/woocommerce-beta-tester/package.json
plugins/woocommerce/changelog/62884-fix-features-deprecation-notice
plugins/woocommerce/changelog/performance-62767-slow-comments-queries-in-admin
plugins/woocommerce/changelog/add-breadcrumbs-filter-crumbs
plugins/woocommerce/changelog/pr-62768
@ -782,6 +781,7 @@ plugins/woocommerce/changelog/pr-62859
plugins/woocommerce/changelog/62315-wooplug-4934-error-notices-dont-show-up-in-the-mini-cart-on-initial-load
plugins/woocommerce/changelog/62602-add-paypal-standard-e2e-tests
plugins/woocommerce/changelog/59464-use-toolspanel-in-product-elements-blocks
plugins/woocommerce/changelog/perfromance-61916-akismet-comments-count-integration
plugins/woocommerce/changelog/60386-patch-5
plugins/woocommerce/changelog/62916-add-wooprd-1736-add-snapchat-to-the-woo-onboarding-wizard
plugins/woocommerce/changelog/58020-document-woocommerce-sale-badge-filter
@ -796,12 +796,13 @@ plugins/woocommerce/changelog/wooplug-5076-quantity-qty-selector-in-new-block-ca
plugins/woocommerce/changelog/62925-php-8-5-deprecation-page-controller
plugins/woocommerce/changelog/pr-62834
plugins/woocommerce/changelog/62865-update-more-defensive-coding-around-wccom-helper-api
plugins/woocommerce/changelog/stomail-7745-emails-from-the-same-store-should-follow-the-same-visual
plugins/woocommerce/changelog/62919-fix-phpstan-wc-get-product-attachment-props
plugins/woocommerce/changelog/wooplug-5999-accessibility-concerns-on-checkout
plugins/woocommerce/changelog/performance-61316-defer-product-published-tracks-when-importing
plugins/woocommerce/changelog/fix-62525-menu-bubble-styles
plugins/woocommerce/changelog/WOOPLUG-6122-product-price-use-variation-objects
plugins/woocommerce/changelog/39180-add-default-stock-amount-filter
plugins/woocommerce/changelog/fix-possible-notice-after-62033
plugins/woocommerce/changelog/performance-admin-reduce-sqls-number-on-roducts-page
plugins/woocommerce/changelog/62673-wooplug-4701-interactivity-api-powered-mini-cart-move
plugins/woocommerce/changelog/62793-fix-62760-duplicate-breadcrumb-my-account
@ -810,7 +811,6 @@ plugins/woocommerce/changelog/62608-admin-bar-variable
plugins/woocommerce/changelog/tweak-add-checks-to-clear-method-logger-interface
plugins/woocommerce/changelog/62615-dev-only-avoid-cache-on-get-request
plugins/woocommerce/changelog/update-stylelint-allow-0-units-inside-calc
plugins/woocommerce/changelog/fix-template-access-warning
plugins/woocommerce/changelog/62167-dev-use-server-state-simple-product
plugins/woocommerce/changelog/58312-fix-analytics-category-breadcrumbs-parent-null
plugins/woocommerce/changelog/dev-update-order-notes-with-vanilla-JS
@ -1706,6 +1706,7 @@ plugins/woocommerce/tests/php/includes/class-wc-order-note-test.php
plugins/woocommerce/tests/php/includes/wc-term-functions-tests.php
plugins/woocommerce/tests/php/includes/emails/class-wc-email-customer-pos-refunded-order-test.php
plugins/woocommerce/tests/php/includes/emails/class-wc-email-header-template-test.php
plugins/woocommerce/tests/php/includes/emails/class-wc-email-customer-partially-refunded-order-test.php
plugins/woocommerce/tests/php/includes/emails/class-wc-email-customer-pos-completed-order-test.php
plugins/woocommerce/tests/php/includes/wc-core-functions-test.php
plugins/woocommerce/tests/php/includes/class-wc-product-variation-test.php
@ -2518,6 +2519,7 @@ plugins/woocommerce/includes/emails/class-wc-email-cancelled-order.php
plugins/woocommerce/includes/emails/class-wc-email-customer-failed-order.php
plugins/woocommerce/includes/emails/class-wc-email-customer-on-hold-order.php
plugins/woocommerce/includes/emails/class-wc-email-customer-invoice.php
plugins/woocommerce/includes/emails/class-wc-email-customer-partially-refunded-order.php
plugins/woocommerce/includes/emails/class-wc-email-customer-pos-completed-order.php
plugins/woocommerce/includes/emails/class-wc-email.php
plugins/woocommerce/includes/emails/class-wc-email-customer-cancelled-order.php
@ -3375,6 +3377,7 @@ plugins/woocommerce/templates/emails/block/customer-pos-completed-order.php
plugins/woocommerce/templates/emails/block/customer-failed-order.php
plugins/woocommerce/templates/emails/block/admin-failed-order.php
plugins/woocommerce/templates/emails/block/customer-pos-refunded-order.php
plugins/woocommerce/templates/emails/block/customer-partially-refunded-order.php
plugins/woocommerce/templates/emails/block/customer-processing-order.php
plugins/woocommerce/templates/emails/block/customer-note.php
plugins/woocommerce/templates/emails/block/customer-cancelled-order.php
@ -11438,10 +11441,7 @@ packages/js/email-editor/tsconfig.json
packages/js/email-editor/composer.lock
packages/js/email-editor/composer.json
packages/js/email-editor/package.json
packages/js/extend-cart-checkout-block/changelog/54996-chore-update-wireit
packages/js/extend-cart-checkout-block/changelog/57299-fix-wireit-in-ci
packages/js/extend-cart-checkout-block/changelog/.gitkeep
packages/js/extend-cart-checkout-block/changelog/58941-dev-consolidate-packages-license-version
packages/js/extend-cart-checkout-block/.gitignore.mustache
packages/js/extend-cart-checkout-block/.eslintrc.js.mustache
packages/js/extend-cart-checkout-block/README.md.mustache

View file

@ -37993,6 +37993,14 @@ pages/personal-setting/__tests__/personal-setting-devices-a11y.spec.ts
personal-setting/__tests__/personal-setting-devices-a11y.spec.ts
__tests__/personal-setting-devices-a11y.spec.ts
personal-setting-devices-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-new-beta-ui-feedback-programm-2.spec.ts
frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-new-beta-ui-feedback-programm-2.spec.ts
apps/desktop/pages/personal-setting/__tests__/personal-setting-new-beta-ui-feedback-programm-2.spec.ts
desktop/pages/personal-setting/__tests__/personal-setting-new-beta-ui-feedback-programm-2.spec.ts
pages/personal-setting/__tests__/personal-setting-new-beta-ui-feedback-programm-2.spec.ts
personal-setting/__tests__/personal-setting-new-beta-ui-feedback-programm-2.spec.ts
__tests__/personal-setting-new-beta-ui-feedback-programm-2.spec.ts
personal-setting-new-beta-ui-feedback-programm-2.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts
frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts
apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts

View file

@ -7021,6 +7021,7 @@ app/frontend/apps/desktop/pages/personal-setting/__tests__/support/personal-sett
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-new-beta-ui-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-devices-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-new-beta-ui-feedback-programm-2.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-authenticator-app.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-password-check.spec.ts

View file

@ -1534,10 +1534,10 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://bbc.com/robots.txt
http://discord.gg/robots.txt
http://dropbox.com/robots.txt
http://web.archive.org/robots.txt
http://archive.org/robots.txt
http://calendar.google.com/robots.txt
http://reddit.com/robots.txt
http://s3.amazonaws.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -3226,7 +3226,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://soundcloud.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://support.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard

View file

@ -239,6 +239,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
-g1875
-g188
-mostviwed*
-popup$
-print
-qc
-qc-
@ -604,13 +605,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/a-com-no-follow-no-index/
/abm
/about
/about-us/contact/contact-spotify-account
/about-us/contact/contact-spotify-password
/abtest
/academy
/account
/account-information
/account/cls
/acq
/action
/actions_panel
@ -1181,7 +1179,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/export
/express/
/ext/make/ingest
/external
/external-application
/f
/favorite-*.html
@ -1271,7 +1268,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/get-lazy-loaded-cards
/get-page-header-and-facets
/get-paginated-cards
/get-spotify
/gift
/gift-title
/global/assets/rotera
@ -1393,11 +1389,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/learn
/learn/search
/least
/legal/*?ets=
/legal/advertiser-terms-and-conditions
/legal/gdpr-article-15-information
/legal/podcast-api-terms
/legal/spotify-controller-data-processing-terms
/legal/video-surveillance
/lib_b/*$
/libarary/
@ -2017,7 +2008,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/spot
/src
/stag
/starbuckspartners
/start
/stays
/stockstooltip_feed.cms?feedtype=etjson
@ -2672,7 +2662,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?hmz=
?hubs_content-cta
?hubs_content-cta=
?hubs_content=
?i
?i=
?iana=
@ -3287,6 +3276,7 @@ FG_ID=
FacebookConnect
FareCalendar
FatalError.html
Feature
FeaturedRentalReview
FeaturedShowMoreOverlay
FeaturedVRAjax
@ -5339,10 +5329,7 @@ archive$
archive.php?archive=*
archive.php?view=all
archive/api/image.jpg
archive/article
archive/find
archive/graphs.php
archive/page
archive/project/sovsport$
archived
archived$
@ -11432,6 +11419,8 @@ detail/*?*utm_medium=
detail/*?*utm_source=
detail/*Ajax.do$
detail/ajax
details-
details-print
dev
dev-mode/$
devcon2007
@ -11698,6 +11687,7 @@ doi/reader
doi/ref
domain-verification/*
domain/names/results?
domaincheckresult
domains/results
domains/transfer-a-domain/transfer.aspx
domains/whois/whois-ajax.aspx
@ -17728,7 +17718,7 @@ html5
http
http-checker
http2_data
http://2.bp.blogspot.com/robots.txt
http://1.envato.market/robots.txt
http://akparti.org.tr/robots.txt
http://aliexpress.com/robots.txt
http://amazon.co.jp/robots.txt
@ -17749,9 +17739,11 @@ http://govostis.gr/robots.txt
http://groupon.com/robots.txt
http://healthline.com/robots.txt
http://img.youtube.com/robots.txt
http://irishtimes.com/robots.txt
http://kickstarter.com/robots.txt
http://lefigaro.fr/robots.txt
http://parliament.uk/robots.txt
http://nationalgeographic.com/robots.txt
http://patents.google.com/robots.txt
http://python.org/robots.txt
http://seekingalpha.com/robots.txt
http://siteground.com/robots.txt
@ -22265,7 +22257,6 @@ participate/conferences.xml
partner
partner-articles/
partner-cn-sitemap.xml.gz
partner/*?
partnerfeeds
partners
partners/$
@ -22785,6 +22776,7 @@ polopolydevelopment
polozhyeniya-i-usloviya
pools/c
pools/campaign
popup
popup?
popup_manager_priority.cms*
popup_security.jsp
@ -22826,7 +22818,6 @@ power-rangers
powershell/
ppc
ppl
ppt/*?
pr
pr=
practical-law-the-journal/search
@ -22929,7 +22920,7 @@ privacy/zoho-group.html
private
private
private-promo
private/http://abc.net.au/robots.txt
private/http://about.fb.com/robots.txt
private/wtrack
pro
pro-help/q
@ -23855,9 +23846,6 @@ realmedia
realty
realty*?*pinned_nb_id=
realty*?*pinned_offer_id=
realty/*/novostrojka
realty/offer
realty/site
rearrange
rec
received-gift
@ -25334,13 +25322,13 @@ seo/learn/assets*?resource-type=
seo/learn/assets*?topic=
series
server
server-configurator
server-status
server.php
server/banners
server/body-include
server/bottom-notes
server/check-olark-chat-support
server/docs/search
server/footer
server/fs-gang
server/generic
@ -26369,7 +26357,6 @@ stadia/gamers
staff
staging
standards
starbuckspartners
stark-for-figjam/$
start
start-a-petition/*$
@ -26906,6 +26893,7 @@ target_baby
target_group
target_id
targetdirect_group
tariffselect
tasks
tasks/
tax-center
@ -27343,6 +27331,7 @@ ter-optout
termini-e-condizioni
termos-e-condicoes
terms
terms-
terms-and-conditions
terms-and-conditions/15050
terms-and-conditions/390479
@ -27368,7 +27357,7 @@ test.html
test_community
testfl
testgpr
testhttp://moskva.stroi-podryad.ru/robots.txt
testhttp://moz.com/robots.txt
testing
testpage-forhomepage
tests/*
@ -27871,10 +27860,6 @@ try-search-term
try?
trylater
tsa
tto/archive/article
tto/archive/find
tto/archive/frame/article
tto/archive/page
tucritica
tune*retpath=
turbo
@ -29483,7 +29468,7 @@ wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikipedia.org/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://windows.microsoft.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://win.gs/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -29785,6 +29770,7 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php