[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-11-11 10:21:23 +00:00
parent 97eb022348
commit 971c5845d4
14 changed files with 2731 additions and 1693 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1762744714
},
"Trickest wordlist update": {
"last_update": 1762770093
"last_update": 1762856473
}
}

View file

@ -63885,11 +63885,18 @@ public/ticket/ajax/ajax.php
ticket/ajax/ajax.php
ajax/ajax.php
ajax.php
htdocs/public/includes/jquery/jquery.min.js
public/includes/jquery/jquery.min.js
includes/jquery/jquery.min.js
jquery/jquery.min.js
htdocs/public/includes/jquery/js/jquery.min.js
public/includes/jquery/js/jquery.min.js
includes/jquery/js/jquery.min.js
jquery/js/jquery.min.js
js/jquery.min.js
jquery.min.js
htdocs/public/includes/jquery/js/jquery-ui.min.js
public/includes/jquery/js/jquery-ui.min.js
includes/jquery/js/jquery-ui.min.js
jquery/js/jquery-ui.min.js
js/jquery-ui.min.js
jquery-ui.min.js
htdocs/public/includes/jquery/plugins/jnotify/jquery.jnotify.min.js
public/includes/jquery/plugins/jnotify/jquery.jnotify.min.js
includes/jquery/plugins/jnotify/jquery.jnotify.min.js
@ -63897,11 +63904,6 @@ jquery/plugins/jnotify/jquery.jnotify.min.js
plugins/jnotify/jquery.jnotify.min.js
jnotify/jquery.jnotify.min.js
jquery.jnotify.min.js
htdocs/public/includes/jquery/jquery-ui.min.js
public/includes/jquery/jquery-ui.min.js
includes/jquery/jquery-ui.min.js
jquery/jquery-ui.min.js
jquery-ui.min.js
htdocs/public/recruitment/index.php
public/recruitment/index.php
recruitment/index.php

View file

@ -13048,9 +13048,9 @@ htdocs/public/ticket/css/styles.css.php
htdocs/public/ticket/create_ticket.php
htdocs/public/ticket/view.php
htdocs/public/ticket/ajax/ajax.php
htdocs/public/includes/jquery/jquery.min.js
htdocs/public/includes/jquery/js/jquery.min.js
htdocs/public/includes/jquery/js/jquery-ui.min.js
htdocs/public/includes/jquery/plugins/jnotify/jquery.jnotify.min.js
htdocs/public/includes/jquery/jquery-ui.min.js
htdocs/public/recruitment/index.php
htdocs/public/recruitment/view.php
htdocs/public/partnership/index.php

View file

@ -271,6 +271,10 @@ erpnext/patches/v16_0/create_company_custom_fields.py
patches/v16_0/create_company_custom_fields.py
v16_0/create_company_custom_fields.py
create_company_custom_fields.py
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/set_reporting_currency.py
patches/v16_0/set_reporting_currency.py
v16_0/set_reporting_currency.py

View file

@ -75,6 +75,7 @@ erpnext/patches/v16_0/__init__.py
erpnext/patches/v16_0/rename_subcontracted_quantity.py
erpnext/patches/v16_0/set_invoice_type_in_pos_settings.py
erpnext/patches/v16_0/create_company_custom_fields.py
erpnext/patches/v16_0/update_serial_batch_entries.py
erpnext/patches/v16_0/set_reporting_currency.py
erpnext/patches/v16_0/make_workstation_operating_components.py
erpnext/patches/v11_1/move_customer_lead_to_dynamic_column.py

View file

@ -8543,6 +8543,16 @@ src/mocks/data/login.data.ts
mocks/data/login.data.ts
data/login.data.ts
login.data.ts
src/Umbraco.Web.UI.Login/src/assets/eye-open.svg
Umbraco.Web.UI.Login/src/assets/eye-open.svg
src/assets/eye-open.svg
assets/eye-open.svg
eye-open.svg
src/Umbraco.Web.UI.Login/src/assets/eye-closed.svg
Umbraco.Web.UI.Login/src/assets/eye-closed.svg
src/assets/eye-closed.svg
assets/eye-closed.svg
eye-closed.svg
src/Umbraco.Web.UI.Login/src/controllers/index.ts
Umbraco.Web.UI.Login/src/controllers/index.ts
src/controllers/index.ts
@ -8747,10 +8757,6 @@ Umbraco.Web.UI.Login/.nvmrc
src/Umbraco.Web.UI.Login/openapi-ts.config.ts
Umbraco.Web.UI.Login/openapi-ts.config.ts
openapi-ts.config.ts
src/Umbraco.Web.UI.Login/public/closedEye.svg
Umbraco.Web.UI.Login/public/closedEye.svg
public/closedEye.svg
closedEye.svg
src/Umbraco.Web.UI.Login/public/mockServiceWorker.js
Umbraco.Web.UI.Login/public/mockServiceWorker.js
public/mockServiceWorker.js
@ -8759,10 +8765,6 @@ src/Umbraco.Web.UI.Login/public/favicon.svg
Umbraco.Web.UI.Login/public/favicon.svg
public/favicon.svg
favicon.svg
src/Umbraco.Web.UI.Login/public/openEye.svg
Umbraco.Web.UI.Login/public/openEye.svg
public/openEye.svg
openEye.svg
src/Umbraco.Cms.Targets/buildTransitive/Umbraco.Cms.Targets.targets
Umbraco.Cms.Targets/buildTransitive/Umbraco.Cms.Targets.targets
buildTransitive/Umbraco.Cms.Targets.targets

View file

@ -1702,6 +1702,8 @@ src/Umbraco.Web.UI.Login/src/mocks/handlers/login.handlers.ts
src/Umbraco.Web.UI.Login/src/mocks/handlers/index.ts
src/Umbraco.Web.UI.Login/src/mocks/handlers/backoffice.handlers.ts
src/Umbraco.Web.UI.Login/src/mocks/data/login.data.ts
src/Umbraco.Web.UI.Login/src/assets/eye-open.svg
src/Umbraco.Web.UI.Login/src/assets/eye-closed.svg
src/Umbraco.Web.UI.Login/src/controllers/index.ts
src/Umbraco.Web.UI.Login/src/controllers/slim-backoffice-initializer.ts
src/Umbraco.Web.UI.Login/src/manifests.ts
@ -1741,10 +1743,8 @@ src/Umbraco.Web.UI.Login/src/api/core/types.gen.ts
src/Umbraco.Web.UI.Login/src/api/core/serverSentEvents.gen.ts
src/Umbraco.Web.UI.Login/.nvmrc
src/Umbraco.Web.UI.Login/openapi-ts.config.ts
src/Umbraco.Web.UI.Login/public/closedEye.svg
src/Umbraco.Web.UI.Login/public/mockServiceWorker.js
src/Umbraco.Web.UI.Login/public/favicon.svg
src/Umbraco.Web.UI.Login/public/openEye.svg
src/Umbraco.Cms.Targets/buildTransitive/Umbraco.Cms.Targets.targets
src/Umbraco.Cms.Targets/buildTransitive/Umbraco.Cms.Targets.props
src/Umbraco.Cms.Targets/Umbraco.Cms.Targets.csproj

View file

@ -1099,6 +1099,75 @@ pre-push
post-checkout
.nvmrc
phpcs.xml
CLAUDE.md
.ai/skills/woocommerce-code-review/SKILL.md
skills/woocommerce-code-review/SKILL.md
woocommerce-code-review/SKILL.md
SKILL.md
.ai/skills/woocommerce-markdown/SKILL.md
skills/woocommerce-markdown/SKILL.md
woocommerce-markdown/SKILL.md
SKILL.md
.ai/skills/woocommerce-copy-guidelines/SKILL.md
skills/woocommerce-copy-guidelines/SKILL.md
woocommerce-copy-guidelines/SKILL.md
SKILL.md
.ai/skills/woocommerce-copy-guidelines/sentence-case.md
skills/woocommerce-copy-guidelines/sentence-case.md
woocommerce-copy-guidelines/sentence-case.md
sentence-case.md
.ai/skills/woocommerce-dev-cycle/markdown-linting.md
skills/woocommerce-dev-cycle/markdown-linting.md
woocommerce-dev-cycle/markdown-linting.md
markdown-linting.md
.ai/skills/woocommerce-dev-cycle/SKILL.md
skills/woocommerce-dev-cycle/SKILL.md
woocommerce-dev-cycle/SKILL.md
SKILL.md
.ai/skills/woocommerce-dev-cycle/php-linting-patterns.md
skills/woocommerce-dev-cycle/php-linting-patterns.md
woocommerce-dev-cycle/php-linting-patterns.md
php-linting-patterns.md
.ai/skills/woocommerce-dev-cycle/code-quality.md
skills/woocommerce-dev-cycle/code-quality.md
woocommerce-dev-cycle/code-quality.md
code-quality.md
.ai/skills/woocommerce-dev-cycle/running-tests.md
skills/woocommerce-dev-cycle/running-tests.md
woocommerce-dev-cycle/running-tests.md
running-tests.md
.ai/skills/woocommerce-backend-dev/code-entities.md
skills/woocommerce-backend-dev/code-entities.md
woocommerce-backend-dev/code-entities.md
code-entities.md
.ai/skills/woocommerce-backend-dev/unit-tests.md
skills/woocommerce-backend-dev/unit-tests.md
woocommerce-backend-dev/unit-tests.md
unit-tests.md
.ai/skills/woocommerce-backend-dev/hooks.md
skills/woocommerce-backend-dev/hooks.md
woocommerce-backend-dev/hooks.md
hooks.md
.ai/skills/woocommerce-backend-dev/data-integrity.md
skills/woocommerce-backend-dev/data-integrity.md
woocommerce-backend-dev/data-integrity.md
data-integrity.md
.ai/skills/woocommerce-backend-dev/dependency-injection.md
skills/woocommerce-backend-dev/dependency-injection.md
woocommerce-backend-dev/dependency-injection.md
dependency-injection.md
.ai/skills/woocommerce-backend-dev/SKILL.md
skills/woocommerce-backend-dev/SKILL.md
woocommerce-backend-dev/SKILL.md
SKILL.md
.ai/skills/woocommerce-backend-dev/coding-conventions.md
skills/woocommerce-backend-dev/coding-conventions.md
woocommerce-backend-dev/coding-conventions.md
coding-conventions.md
.ai/skills/woocommerce-backend-dev/file-entities.md
skills/woocommerce-backend-dev/file-entities.md
woocommerce-backend-dev/file-entities.md
file-entities.md
.prettierrc.js
packages/js/remote-logging/composer.lock
js/remote-logging/composer.lock
@ -24009,6 +24078,8 @@ packages/php/blueprint/.wp-env.json
php/blueprint/.wp-env.json
blueprint/.wp-env.json
.wp-env.json
.claude/settings.json
settings.json
.eslintrc.js
docs/code-snippets/override-loop-template-show-quantities-next-add-cart.md
code-snippets/override-loop-template-show-quantities-next-add-cart.md
@ -30925,6 +30996,15 @@ src/Internal/DependencyManagement/TestingContainerTest.php
Internal/DependencyManagement/TestingContainerTest.php
DependencyManagement/TestingContainerTest.php
TestingContainerTest.php
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Entities/PushTokenTest.php
woocommerce/tests/php/src/Internal/PushNotifications/Entities/PushTokenTest.php
tests/php/src/Internal/PushNotifications/Entities/PushTokenTest.php
php/src/Internal/PushNotifications/Entities/PushTokenTest.php
src/Internal/PushNotifications/Entities/PushTokenTest.php
Internal/PushNotifications/Entities/PushTokenTest.php
PushNotifications/Entities/PushTokenTest.php
Entities/PushTokenTest.php
PushTokenTest.php
plugins/woocommerce/tests/php/src/Internal/PushNotifications/PushNotificationsTest.php
woocommerce/tests/php/src/Internal/PushNotifications/PushNotificationsTest.php
tests/php/src/Internal/PushNotifications/PushNotificationsTest.php
@ -35925,6 +36005,10 @@ plugins/woocommerce/changelog/fix-60911-add-notice-to-update-product-gallery-blo
woocommerce/changelog/fix-60911-add-notice-to-update-product-gallery-block-in-add-to-cart-with-options
changelog/fix-60911-add-notice-to-update-product-gallery-block-in-add-to-cart-with-options
fix-60911-add-notice-to-update-product-gallery-block-in-add-to-cart-with-options
plugins/woocommerce/changelog/fix-hidden-input-add-to-cart-with-options
woocommerce/changelog/fix-hidden-input-add-to-cart-with-options
changelog/fix-hidden-input-add-to-cart-with-options
fix-hidden-input-add-to-cart-with-options
plugins/woocommerce/changelog/e2e-qao-127-enhance-playwright-junit-report
woocommerce/changelog/e2e-qao-127-enhance-playwright-junit-report
changelog/e2e-qao-127-enhance-playwright-junit-report
@ -36029,6 +36113,10 @@ plugins/woocommerce/changelog/61542-wooplug-5688-data-misalignment-in-mini-cart-
woocommerce/changelog/61542-wooplug-5688-data-misalignment-in-mini-cart-items-when-adding-the-same
changelog/61542-wooplug-5688-data-misalignment-in-mini-cart-items-when-adding-the-same
61542-wooplug-5688-data-misalignment-in-mini-cart-items-when-adding-the-same
plugins/woocommerce/changelog/debug-tool-backfill-order-fulfillment-status
woocommerce/changelog/debug-tool-backfill-order-fulfillment-status
changelog/debug-tool-backfill-order-fulfillment-status
debug-tool-backfill-order-fulfillment-status
plugins/woocommerce/changelog/61424-update-agentic-commerce-webhook-textdomain-warning
woocommerce/changelog/61424-update-agentic-commerce-webhook-textdomain-warning
changelog/61424-update-agentic-commerce-webhook-textdomain-warning
@ -36341,6 +36429,10 @@ plugins/woocommerce/changelog/add-call-product-gallery-stable
woocommerce/changelog/add-call-product-gallery-stable
changelog/add-call-product-gallery-stable
add-call-product-gallery-stable
plugins/woocommerce/changelog/pr-61811
woocommerce/changelog/pr-61811
changelog/pr-61811
pr-61811
plugins/woocommerce/changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
woocommerce/changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
@ -88677,6 +88769,13 @@ src/Internal/DependencyManagement/ContainerException.php
Internal/DependencyManagement/ContainerException.php
DependencyManagement/ContainerException.php
ContainerException.php
plugins/woocommerce/src/Internal/PushNotifications/Entities/PushToken.php
woocommerce/src/Internal/PushNotifications/Entities/PushToken.php
src/Internal/PushNotifications/Entities/PushToken.php
Internal/PushNotifications/Entities/PushToken.php
PushNotifications/Entities/PushToken.php
Entities/PushToken.php
PushToken.php
plugins/woocommerce/src/Internal/PushNotifications/PushNotifications.php
woocommerce/src/Internal/PushNotifications/PushNotifications.php
src/Internal/PushNotifications/PushNotifications.php
@ -95148,9 +95247,6 @@ phpcs.xml
plugins/woocommerce/phpunit.xml
woocommerce/phpunit.xml
phpunit.xml
plugins/woocommerce/CLAUDE.md
woocommerce/CLAUDE.md
CLAUDE.md
plugins/woocommerce/patterns/product-search-form.php
woocommerce/patterns/product-search-form.php
patterns/product-search-form.php
@ -95331,10 +95427,6 @@ woocommerce/packages/woocommerce-admin/woocommerce-admin.php
packages/woocommerce-admin/woocommerce-admin.php
woocommerce-admin/woocommerce-admin.php
woocommerce-admin.php
plugins/woocommerce/.claude/CLAUDE.md
woocommerce/.claude/CLAUDE.md
.claude/CLAUDE.md
CLAUDE.md
plugins/woocommerce/.eslintrc.js
woocommerce/.eslintrc.js
.eslintrc.js

View file

@ -249,6 +249,24 @@ tools/changelogger/class-formatter.php
.husky/post-checkout
.nvmrc
phpcs.xml
CLAUDE.md
.ai/skills/woocommerce-code-review/SKILL.md
.ai/skills/woocommerce-markdown/SKILL.md
.ai/skills/woocommerce-copy-guidelines/SKILL.md
.ai/skills/woocommerce-copy-guidelines/sentence-case.md
.ai/skills/woocommerce-dev-cycle/markdown-linting.md
.ai/skills/woocommerce-dev-cycle/SKILL.md
.ai/skills/woocommerce-dev-cycle/php-linting-patterns.md
.ai/skills/woocommerce-dev-cycle/code-quality.md
.ai/skills/woocommerce-dev-cycle/running-tests.md
.ai/skills/woocommerce-backend-dev/code-entities.md
.ai/skills/woocommerce-backend-dev/unit-tests.md
.ai/skills/woocommerce-backend-dev/hooks.md
.ai/skills/woocommerce-backend-dev/data-integrity.md
.ai/skills/woocommerce-backend-dev/dependency-injection.md
.ai/skills/woocommerce-backend-dev/SKILL.md
.ai/skills/woocommerce-backend-dev/coding-conventions.md
.ai/skills/woocommerce-backend-dev/file-entities.md
.prettierrc.js
packages/js/remote-logging/composer.lock
packages/js/remote-logging/README.md
@ -3907,6 +3925,7 @@ packages/php/blueprint/src/ImportStep.php
packages/php/blueprint/phpcs.xml
packages/php/blueprint/blueprint.php
packages/php/blueprint/.wp-env.json
.claude/settings.json
.eslintrc.js
docs/code-snippets/override-loop-template-show-quantities-next-add-cart.md
docs/code-snippets/configuring_special_tax_scenarios.md
@ -4990,6 +5009,7 @@ plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/C
plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithStaticInjectionMethod.php
plugins/woocommerce/tests/php/src/Internal/DependencyManagement/RuntimeContainerTest.php
plugins/woocommerce/tests/php/src/Internal/DependencyManagement/TestingContainerTest.php
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Entities/PushTokenTest.php
plugins/woocommerce/tests/php/src/Internal/PushNotifications/PushNotificationsTest.php
plugins/woocommerce/tests/php/src/Internal/WCCom/ConnectionHelperTest.php
plugins/woocommerce/tests/php/src/Internal/ComingSoon/ComingSoonCacheInvalidatorTest.php
@ -5652,6 +5672,7 @@ plugins/woocommerce/changelog/fix-product-collection-carousel-a11y
plugins/woocommerce/changelog/fix-package-conflict-part-one
plugins/woocommerce/changelog/60447-fix-60410-a11y-email-template-presentational-tables
plugins/woocommerce/changelog/fix-60911-add-notice-to-update-product-gallery-block-in-add-to-cart-with-options
plugins/woocommerce/changelog/fix-hidden-input-add-to-cart-with-options
plugins/woocommerce/changelog/e2e-qao-127-enhance-playwright-junit-report
plugins/woocommerce/changelog/add-rest-api-v4-actions
plugins/woocommerce/changelog/61347-update-paypal-standard-method-desc
@ -5678,6 +5699,7 @@ plugins/woocommerce/changelog/update-agentic-checkout-auth
plugins/woocommerce/changelog/add-v4-update-shipping-zone-endpoint
plugins/woocommerce/changelog/fix-orders-v4-pagination
plugins/woocommerce/changelog/61542-wooplug-5688-data-misalignment-in-mini-cart-items-when-adding-the-same
plugins/woocommerce/changelog/debug-tool-backfill-order-fulfillment-status
plugins/woocommerce/changelog/61424-update-agentic-commerce-webhook-textdomain-warning
plugins/woocommerce/changelog/fix-entity-registration
plugins/woocommerce/changelog/61528-wooplug-5430-fcb-overlay-settings-should-be-in-style-tab
@ -5756,6 +5778,7 @@ plugins/woocommerce/changelog/fix-add-to-cart-with-options-hide-quantity-selecto
plugins/woocommerce/changelog/fix-feature-product-deprecation
plugins/woocommerce/changelog/update-WOOPLUG-5743-allow-gateways-to-provide-links
plugins/woocommerce/changelog/add-call-product-gallery-stable
plugins/woocommerce/changelog/pr-61811
plugins/woocommerce/changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
plugins/woocommerce/changelog/update-agentic-commerce-protocol-webhooks
plugins/woocommerce/changelog/fix-WOOPLUG-5598-nox-wc-core-gateways-deactivation
@ -11916,6 +11939,7 @@ plugins/woocommerce/src/Internal/Integrations/WPPostsImporter.php
plugins/woocommerce/src/Internal/Integrations/WPConsentAPI.php
plugins/woocommerce/src/Internal/DependencyManagement/RuntimeContainer.php
plugins/woocommerce/src/Internal/DependencyManagement/ContainerException.php
plugins/woocommerce/src/Internal/PushNotifications/Entities/PushToken.php
plugins/woocommerce/src/Internal/PushNotifications/PushNotifications.php
plugins/woocommerce/src/Internal/McStats.php
plugins/woocommerce/src/Internal/WCCom/ConnectionHelper.php
@ -12877,7 +12901,6 @@ plugins/woocommerce/src/Checkout/Helpers/ReserveStock.php
plugins/woocommerce/src/Checkout/Helpers/ReserveStockException.php
plugins/woocommerce/phpcs.xml
plugins/woocommerce/phpunit.xml
plugins/woocommerce/CLAUDE.md
plugins/woocommerce/patterns/product-search-form.php
plugins/woocommerce/patterns/product-collection-featured-products-5-columns.php
plugins/woocommerce/patterns/heading-with-three-columns-of-content-with-link.php
@ -12923,7 +12946,6 @@ plugins/woocommerce/patterns/hero-product-split.php
plugins/woocommerce/.wp-env.json
plugins/woocommerce/packages/README.md
plugins/woocommerce/packages/woocommerce-admin/woocommerce-admin.php
plugins/woocommerce/.claude/CLAUDE.md
plugins/woocommerce/.eslintrc.js
plugins/woocommerce/i18n/README.md
plugins/woocommerce/i18n/continents.php

View file

@ -19669,18 +19669,26 @@ doc/developer_manual/development_environment/basic-information.md
developer_manual/development_environment/basic-information.md
development_environment/basic-information.md
basic-information.md
doc/developer_manual/development_environment/manual-setup.md
developer_manual/development_environment/manual-setup.md
development_environment/manual-setup.md
manual-setup.md
doc/developer_manual/development_environment/template-generator.md
developer_manual/development_environment/template-generator.md
development_environment/template-generator.md
template-generator.md
doc/developer_manual/development_environment/how-to-set-up-a-development-environment.md
developer_manual/development_environment/how-to-set-up-a-development-environment.md
development_environment/how-to-set-up-a-development-environment.md
how-to-set-up-a-development-environment.md
doc/developer_manual/development_environment/devcontainer-setup.md
developer_manual/development_environment/devcontainer-setup.md
development_environment/devcontainer-setup.md
devcontainer-setup.md
doc/developer_manual/development_environment/getting-started.md
developer_manual/development_environment/getting-started.md
development_environment/getting-started.md
getting-started.md
doc/developer_manual/development_environment/development-workflow.md
developer_manual/development_environment/development-workflow.md
development_environment/development-workflow.md
development-workflow.md
doc/developer_manual/cookbook/how-to-use-debuggers.md
developer_manual/cookbook/how-to-use-debuggers.md
cookbook/how-to-use-debuggers.md
@ -19689,10 +19697,6 @@ doc/developer_manual/cookbook/how-to-test-with-qunit.md
developer_manual/cookbook/how-to-test-with-qunit.md
cookbook/how-to-test-with-qunit.md
how-to-test-with-qunit.md
doc/developer_manual/cookbook/how-to-test-develop-with-docker.md
developer_manual/cookbook/how-to-test-develop-with-docker.md
cookbook/how-to-test-develop-with-docker.md
how-to-test-develop-with-docker.md
doc/developer_manual/cookbook/how-to-setup-smime-integration.md
developer_manual/cookbook/how-to-setup-smime-integration.md
cookbook/how-to-setup-smime-integration.md
@ -20783,6 +20787,9 @@ migrate/20211213105441_drop_text_module_foreign_id.rb
db/migrate/20191017122807_add_foreign_key_constraint_to_active_storage_attachments_for_blob_id.active_storage.rb
migrate/20191017122807_add_foreign_key_constraint_to_active_storage_attachments_for_blob_id.active_storage.rb
20191017122807_add_foreign_key_constraint_to_active_storage_attachments_for_blob_id.active_storage.rb
db/migrate/20251107095947_ticket_overview_query_polling_interval_ranges.rb
migrate/20251107095947_ticket_overview_query_polling_interval_ranges.rb
20251107095947_ticket_overview_query_polling_interval_ranges.rb
db/migrate/20220829140334_issue4229_overview_user_sortings.rb
migrate/20220829140334_issue4229_overview_user_sortings.rb
20220829140334_issue4229_overview_user_sortings.rb
@ -29161,6 +29168,23 @@ pages/ticket-overviews/views/TicketOverviews.vue
ticket-overviews/views/TicketOverviews.vue
views/TicketOverviews.vue
TicketOverviews.vue
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/mocks/ticket-overviews-mocks.ts
frontend/apps/desktop/pages/ticket-overviews/__tests__/mocks/ticket-overviews-mocks.ts
apps/desktop/pages/ticket-overviews/__tests__/mocks/ticket-overviews-mocks.ts
desktop/pages/ticket-overviews/__tests__/mocks/ticket-overviews-mocks.ts
pages/ticket-overviews/__tests__/mocks/ticket-overviews-mocks.ts
ticket-overviews/__tests__/mocks/ticket-overviews-mocks.ts
__tests__/mocks/ticket-overviews-mocks.ts
mocks/ticket-overviews-mocks.ts
ticket-overviews-mocks.ts
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-polling.spec.ts
frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-polling.spec.ts
apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-polling.spec.ts
desktop/pages/ticket-overviews/__tests__/ticket-overviews-polling.spec.ts
pages/ticket-overviews/__tests__/ticket-overviews-polling.spec.ts
ticket-overviews/__tests__/ticket-overviews-polling.spec.ts
__tests__/ticket-overviews-polling.spec.ts
ticket-overviews-polling.spec.ts
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-a11y.spec.ts
frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-a11y.spec.ts
apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-a11y.spec.ts
@ -29169,6 +29193,14 @@ pages/ticket-overviews/__tests__/ticket-overviews-a11y.spec.ts
ticket-overviews/__tests__/ticket-overviews-a11y.spec.ts
__tests__/ticket-overviews-a11y.spec.ts
ticket-overviews-a11y.spec.ts
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-empty-states.spec.ts
frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-empty-states.spec.ts
apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-empty-states.spec.ts
desktop/pages/ticket-overviews/__tests__/ticket-overviews-empty-states.spec.ts
pages/ticket-overviews/__tests__/ticket-overviews-empty-states.spec.ts
ticket-overviews/__tests__/ticket-overviews-empty-states.spec.ts
__tests__/ticket-overviews-empty-states.spec.ts
ticket-overviews-empty-states.spec.ts
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews.spec.ts
frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews.spec.ts
apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews.spec.ts
@ -29177,6 +29209,14 @@ pages/ticket-overviews/__tests__/ticket-overviews.spec.ts
ticket-overviews/__tests__/ticket-overviews.spec.ts
__tests__/ticket-overviews.spec.ts
ticket-overviews.spec.ts
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-bulk.spec.ts
frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-bulk.spec.ts
apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-bulk.spec.ts
desktop/pages/ticket-overviews/__tests__/ticket-overviews-bulk.spec.ts
pages/ticket-overviews/__tests__/ticket-overviews-bulk.spec.ts
ticket-overviews/__tests__/ticket-overviews-bulk.spec.ts
__tests__/ticket-overviews-bulk.spec.ts
ticket-overviews-bulk.spec.ts
app/frontend/apps/desktop/pages/ticket-overviews/composables/useTicketOverviews.ts
frontend/apps/desktop/pages/ticket-overviews/composables/useTicketOverviews.ts
apps/desktop/pages/ticket-overviews/composables/useTicketOverviews.ts

View file

@ -3981,12 +3981,13 @@ doc/developer_manual/standards/how-to-handle-localization.md
doc/developer_manual/assets/ldap/zammad.ldif
doc/developer_manual/assets/ldap/Dockerfile
doc/developer_manual/development_environment/basic-information.md
doc/developer_manual/development_environment/manual-setup.md
doc/developer_manual/development_environment/template-generator.md
doc/developer_manual/development_environment/how-to-set-up-a-development-environment.md
doc/developer_manual/development_environment/devcontainer-setup.md
doc/developer_manual/development_environment/getting-started.md
doc/developer_manual/development_environment/development-workflow.md
doc/developer_manual/cookbook/how-to-use-debuggers.md
doc/developer_manual/cookbook/how-to-test-with-qunit.md
doc/developer_manual/cookbook/how-to-test-develop-with-docker.md
doc/developer_manual/cookbook/how-to-setup-smime-integration.md
doc/developer_manual/cookbook/how-to-setup-pgp-integration.md
doc/developer_manual/cookbook/how-to-debug-zammad-processes.md
@ -4355,6 +4356,7 @@ db/migrate/20210921112300_issue_3751_missing_workflow_screens.rb
db/migrate/20240321081409_issue5083_chat_permission.rb
db/migrate/20211213105441_drop_text_module_foreign_id.rb
db/migrate/20191017122807_add_foreign_key_constraint_to_active_storage_attachments_for_blob_id.active_storage.rb
db/migrate/20251107095947_ticket_overview_query_polling_interval_ranges.rb
db/migrate/20220829140334_issue4229_overview_user_sortings.rb
db/migrate/20230825101042_show_package_url.rb
db/migrate/20230410202420_rename_email_realname.rb
@ -5477,8 +5479,12 @@ app/frontend/apps/desktop/pages/ticket-overviews/components/__tests__/TicketOver
app/frontend/apps/desktop/pages/ticket-overviews/components/__tests__/TicketOverviewsEmptyText.spec.ts
app/frontend/apps/desktop/pages/ticket-overviews/components/TicketOverviewsSidebar/TicketOverviewsList.vue
app/frontend/apps/desktop/pages/ticket-overviews/views/TicketOverviews.vue
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/mocks/ticket-overviews-mocks.ts
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-polling.spec.ts
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-a11y.spec.ts
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-empty-states.spec.ts
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews.spec.ts
app/frontend/apps/desktop/pages/ticket-overviews/__tests__/ticket-overviews-bulk.spec.ts
app/frontend/apps/desktop/pages/ticket-overviews/composables/useTicketOverviews.ts
app/frontend/apps/desktop/pages/ticket-overviews/routes.ts
app/frontend/apps/desktop/pages/dashboard/views/Dashboard.vue

View file

@ -88,10 +88,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -99,12 +95,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/milestones/new
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -113,23 +106,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers
/*source=
/.git
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/_widget
/album/*/*?i=
/analytics
@ -152,12 +132,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/contact/menu*
/contact/partner*
/contactus/mwaas*
/directory
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -187,7 +165,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/login
/lookup?
/mediaapi/
@ -200,13 +177,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss
/newest/*xml
/newsearch/
/organize
/partials
/pins
/plugins
/podcast/*/*?i=
/print$
/profile-about
/raw
/report_abuse
/revisions
@ -214,8 +188,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom
/rsvps/*rss
/rsvps/*xml
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -245,15 +217,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/new/*?*&*&*
/store/top-free/*?*&*&*
/store/top-paid/*?*&*&*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/widget_
/wiki/*/edit
@ -384,7 +352,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum=
?set_mobile=
?showAllGroups=
?show_error=true
?slogin
?sort=
?sortBy=
@ -510,8 +477,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
@ -576,8 +541,6 @@ _next/data
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -607,7 +570,7 @@ _vti_pvt
_vti_txt
a
a/bz?
aaut/*http://mozilla.org/robots.txt
aaut
ab_tests
about
about$
@ -676,12 +639,10 @@ actions/news/rss
ad_id=
addContacts
add_favorite
addboard
addressBookExport
admin
admin/
ads
ads.txt
ads/gpa/vidgen
ads/learn
ads/local
@ -692,7 +653,6 @@ advisor/*zx1fa
adx/bin
affil
affil/pal
age-appeal
agreements/approve
ai-sandbox-internal/generated_images
aihub/tfhub
@ -749,9 +709,7 @@ api?
api_access_key=
app*_
app*form_id=
app-ads.txt
app/
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -829,7 +787,6 @@ author/following
author=
authoring/
authwall
autocomplete
away.php
awmp/data/images
b?*node=7454898011
@ -887,10 +844,6 @@ blogs/nationals-journal-beta
blogs/search/
blogs/slow-ride
blogs/test
board
board_activity
board_activity_comment
bookmarklet
bookmarks
books
books/NBK
@ -912,40 +865,19 @@ books?*zoom=
books?*zoom=1
books?*zoom=5
boutique/sitemaps
branded-pins
bricks/image
business
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/pos-system/shop
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buyside-e2e-monitor
cai
call
@ -974,7 +906,6 @@ checkout
checkout-external
checkoutnow
checkpoint
christmas-spotlight
chrome/crlset
chrome/webstore/images
chwilio
@ -995,7 +926,6 @@ clickthru
clima/ets
clima/sites/registry
clone/library/genomic/organisms
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1014,7 +944,6 @@ commission_2010-2014/katainen
commits?author=
common/
common/survey.aspx*
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1031,14 +960,11 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
companyDir
compare
compressiontest
concussion/HeadsUp/training/
config.js
connect
connections
consumers/archive
contact/menu*
@ -1046,18 +972,12 @@ contact/partner*
contact_importer
contactus
contactus/mwaas*
content-claiming
content-guest/rss/channels
control
conversation
conversations
convert-business
convert-personal
copilot
copilot/c
copilotsearch?q=
copy-conductor/crawled
copyright-reporting
core/
core/*.css$
core/*.css?
@ -1075,18 +995,10 @@ covid19/mobility
cr$
cr?
create
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
csp
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1112,10 +1024,8 @@ de/ott
de/solutions
de/upload
de/vimeo-academy
deactivate-account
default.aspx/kb/
default.aspx/ph/
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1203,8 +1113,6 @@ earth/social
ebook
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
education/blocks
@ -1217,7 +1125,6 @@ ekansa/Open-Context-Data
ekansa/opencontext-
email
email-unsubscribe
email_verification_error
embed
embed/@
embed/curated
@ -1279,7 +1186,6 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise
enterprise-jobs
enterprise-partner-search/sitemaps
@ -1365,18 +1271,14 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
external_hosted
f/healthcheck
facebook
faves-i_love_u_get_away_from_me
favorite
fb
fb.html
fbml/ajax/dialog
fd/
fe=true
@ -1413,8 +1315,6 @@ flu/espanol/
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1496,8 +1396,6 @@ global$
gog
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
google.internal.maps.mapsjs.v1.MapsJsInternalService
google_gdn.html
google_search.html
googlebooks/images
gorf
gp
@ -1613,7 +1511,6 @@ guidebooks
gview
gwt
h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1637,12 +1534,9 @@ help/zendesk_sso
hex
history
history/static
holiday-spotlight
holidays-celebrations
home
home$
home?
homefeed
homepage-video-test
hosted/images
hotel/reviews?
@ -1654,9 +1548,10 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://bing.com/robots.txt
http://blog.google/robots.txt
http://calendar.google.com/robots.txt
http://amazon.co.uk/robots.txt
http://discord.gg/robots.txt
http://npr.org/robots.txt
http://player.vimeo.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1671,9 +1566,6 @@ id-id.www.cloudflare.com
id-id/feedback
id-id/lp
id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie/ie40/
@ -1718,17 +1610,14 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
integrations
internalPref
intl
intl/*/search/?
intl/*/search?
intlkb/
invite
inviteFromProfile
inviteMany
invited
invoice/est
invoice/estimate/buyerView
invoice/estimate/buyerView/attachments
@ -1765,8 +1654,6 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp/$
jp/about
jp/blog
@ -1809,7 +1696,6 @@ ko/ott
ko/solutions
ko/upload
ko/vimeo-academy
kwanzaa-spotlight
l.php
labs-code
labs/pmc
@ -1846,15 +1732,12 @@ learning/settings
learning/settings$
learning/settings?
legal
lens-search
li/track
library/devices
licensing-syndication
limited-release
link
linked
lite
live-session
live_chat
llms.txt
lm/R1XIHQVKXSKBNJ
@ -2031,7 +1914,6 @@ narrative-
native
nbubumblebee
network
new_invite
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
@ -2041,7 +1923,6 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsround
@ -2055,7 +1936,6 @@ nl-nl/lp
nl-nl/searchresults
node/add/
nonprofits/account
notifications
notifications/
ns/hydra/console/?
nus-trk
@ -2063,15 +1943,11 @@ nwshp$
o/di
o/dt
oas/
oauth/line
oauth/login
oauth/v2
oauth2
oauth2/v2
oauth_error
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offsite
og
okxbet.com
onebox/media/sports/logos
@ -2102,12 +1978,9 @@ pagespeed/insights/ui/logo
panel
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partner-program
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -2140,46 +2013,12 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/*/visual-shop
pin/create
pin/find
pin/find?url=
pin_shop
ping
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl-pl.www.cloudflare.com
pl-pl/feedback
pl-pl/lp
pl-pl/searchresults
place
plan=
platform-telemetry
play/store/web
@ -2229,7 +2068,6 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -2238,8 +2076,6 @@ previewtemplate
print
private
proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y
product/reviews?
productPurchaseDone
@ -2295,14 +2131,12 @@ pt-br/vimeo-academy
publications
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/imda
@ -2311,7 +2145,6 @@ rating
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/*?q=
@ -2328,9 +2161,6 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist
remotelogout
rep=hc
@ -2338,13 +2168,9 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
resource
resource/*/get
results
results
retail
@ -2385,7 +2211,6 @@ s2/search/social
s2/sitemaps
s2/static
s?
safe-redirect
safety
safetycheck
salary-explorer/api
@ -2431,7 +2256,6 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
secure
sendHeaderEarly
sendarticle
services
services/oauth
@ -2467,7 +2291,6 @@ shop/productpage
shop/topics
shop/view/product
shop?
shop_pins
shopping-content-api/product_images
shopping/deals
shopping/product
@ -2771,12 +2594,10 @@ social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
socialmanager
solutions
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -2798,7 +2619,6 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
stat
@ -2858,10 +2678,6 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview
styles/js-on.css$
subscribe/braintree
@ -2887,7 +2703,6 @@ support/content
support/forum/search?
sureroute
surprise
suspension-appeal
sutils
sv-se.www.cloudflare.com
sv-se/feedback
@ -2905,7 +2720,6 @@ svc/strands
svc/sudoku
svc/wordle
svpRecommendations
sw-shell.html
swg
system1/images
t/privacy
@ -2913,7 +2727,6 @@ t/terms
tab=
tablet
tag
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -2961,9 +2774,7 @@ th-th/feedback
th-th/lp
th-th/searchresults
th?
thanksgiving-spotlight
themacallan/worlds-together
theme
tickets-external?
timedtext_video
title
@ -3059,7 +2870,6 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
typeahead
u
@ -3076,14 +2886,9 @@ ugc$
ugcsupport
ugcsupport$
ui
unauth-profile
unlink
unsub
until=
upload
upload-image-lens-history
upload-lens-image
upload-shuffle-draft
uploads
urchin_test
url
@ -3101,11 +2906,9 @@ using
utils
uviewer
v1
v1/urls/count.json
v2
v3
v3/openapi
v3/pidgets/log
valkyrie-playground
verified-authors
verify_age
@ -3151,9 +2954,6 @@ webapps/xo/html/cookiecheck.html
webapps/xoonboarding
webscr
websearch
website/confirm
website/confirm/download
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget/cr
@ -3464,7 +3264,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://policies.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3683,7 +3483,6 @@ xhtml?
xml?
xoplatform/logger/api/logger
xorouter
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/branding/favicon