[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-12-26 10:07:46 +00:00
parent 1eaa8437f9
commit 99f88e2b4c
10 changed files with 1107 additions and 1871 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1766636391 "last_update": 1766636391
}, },
"Trickest wordlist update": { "Trickest wordlist update": {
"last_update": 1766657255 "last_update": 1766743656
} }
} }

View file

@ -18,8 +18,14 @@ weak-wings-build.md
config.json config.json
.changeset/free-lines-worry.md .changeset/free-lines-worry.md
free-lines-worry.md free-lines-worry.md
.changeset/brown-pigs-occur.md
brown-pigs-occur.md
.changeset/breezy-moons-warn.md
breezy-moons-warn.md
.changeset/new-ears-dig.md .changeset/new-ears-dig.md
new-ears-dig.md new-ears-dig.md
.changeset/rare-swans-know.md
rare-swans-know.md
.changeset/chilly-poems-play.md .changeset/chilly-poems-play.md
chilly-poems-play.md chilly-poems-play.md
.vscode/settings.json .vscode/settings.json
@ -821,12 +827,6 @@ rest/commands/read/roles.ts
commands/read/roles.ts commands/read/roles.ts
read/roles.ts read/roles.ts
roles.ts roles.ts
sdk/src/rest/commands/read/webhooks.ts
src/rest/commands/read/webhooks.ts
rest/commands/read/webhooks.ts
commands/read/webhooks.ts
read/webhooks.ts
webhooks.ts
sdk/src/rest/commands/read/permissions.ts sdk/src/rest/commands/read/permissions.ts
src/rest/commands/read/permissions.ts src/rest/commands/read/permissions.ts
rest/commands/read/permissions.ts rest/commands/read/permissions.ts
@ -995,12 +995,6 @@ rest/commands/create/roles.ts
commands/create/roles.ts commands/create/roles.ts
create/roles.ts create/roles.ts
roles.ts roles.ts
sdk/src/rest/commands/create/webhooks.ts
src/rest/commands/create/webhooks.ts
rest/commands/create/webhooks.ts
commands/create/webhooks.ts
create/webhooks.ts
webhooks.ts
sdk/src/rest/commands/create/permissions.ts sdk/src/rest/commands/create/permissions.ts
src/rest/commands/create/permissions.ts src/rest/commands/create/permissions.ts
rest/commands/create/permissions.ts rest/commands/create/permissions.ts
@ -1174,12 +1168,6 @@ rest/commands/delete/roles.ts
commands/delete/roles.ts commands/delete/roles.ts
delete/roles.ts delete/roles.ts
roles.ts roles.ts
sdk/src/rest/commands/delete/webhooks.ts
src/rest/commands/delete/webhooks.ts
rest/commands/delete/webhooks.ts
commands/delete/webhooks.ts
delete/webhooks.ts
webhooks.ts
sdk/src/rest/commands/delete/permissions.ts sdk/src/rest/commands/delete/permissions.ts
src/rest/commands/delete/permissions.ts src/rest/commands/delete/permissions.ts
rest/commands/delete/permissions.ts rest/commands/delete/permissions.ts
@ -1306,12 +1294,6 @@ rest/commands/update/roles.ts
commands/update/roles.ts commands/update/roles.ts
update/roles.ts update/roles.ts
roles.ts roles.ts
sdk/src/rest/commands/update/webhooks.ts
src/rest/commands/update/webhooks.ts
rest/commands/update/webhooks.ts
commands/update/webhooks.ts
update/webhooks.ts
webhooks.ts
sdk/src/rest/commands/update/permissions.ts sdk/src/rest/commands/update/permissions.ts
src/rest/commands/update/permissions.ts src/rest/commands/update/permissions.ts
rest/commands/update/permissions.ts rest/commands/update/permissions.ts
@ -1663,10 +1645,6 @@ sdk/src/schema/role.ts
src/schema/role.ts src/schema/role.ts
schema/role.ts schema/role.ts
role.ts role.ts
sdk/src/schema/webhook.ts
src/schema/webhook.ts
schema/webhook.ts
webhook.ts
sdk/src/schema/user.ts sdk/src/schema/user.ts
src/schema/user.ts src/schema/user.ts
schema/user.ts schema/user.ts
@ -2252,10 +2230,6 @@ api/src/services/roles.ts
src/services/roles.ts src/services/roles.ts
services/roles.ts services/roles.ts
roles.ts roles.ts
api/src/services/webhooks.ts
src/services/webhooks.ts
services/webhooks.ts
webhooks.ts
api/src/services/authentication.ts api/src/services/authentication.ts
src/services/authentication.ts src/services/authentication.ts
services/authentication.ts services/authentication.ts
@ -2844,10 +2818,6 @@ api/src/services/files.ts
src/services/files.ts src/services/files.ts
services/files.ts services/files.ts
files.ts files.ts
api/src/services/webhooks.test.ts
src/services/webhooks.test.ts
services/webhooks.test.ts
webhooks.test.ts
api/src/services/websocket.test.ts api/src/services/websocket.test.ts
src/services/websocket.test.ts src/services/websocket.test.ts
services/websocket.test.ts services/websocket.test.ts
@ -5515,6 +5485,11 @@ src/database/migrations/20250813A-add-mcp.ts
database/migrations/20250813A-add-mcp.ts database/migrations/20250813A-add-mcp.ts
migrations/20250813A-add-mcp.ts migrations/20250813A-add-mcp.ts
20250813A-add-mcp.ts 20250813A-add-mcp.ts
api/src/database/migrations/20251224A-remove-webhooks.ts
src/database/migrations/20251224A-remove-webhooks.ts
database/migrations/20251224A-remove-webhooks.ts
migrations/20251224A-remove-webhooks.ts
20251224A-remove-webhooks.ts
api/src/database/migrations/20210422A-remove-files-interface.ts api/src/database/migrations/20210422A-remove-files-interface.ts
src/database/migrations/20210422A-remove-files-interface.ts src/database/migrations/20210422A-remove-files-interface.ts
database/migrations/20210422A-remove-files-interface.ts database/migrations/20210422A-remove-files-interface.ts
@ -6158,10 +6133,6 @@ api/src/controllers/roles.ts
src/controllers/roles.ts src/controllers/roles.ts
controllers/roles.ts controllers/roles.ts
roles.ts roles.ts
api/src/controllers/webhooks.ts
src/controllers/webhooks.ts
controllers/webhooks.ts
webhooks.ts
api/src/controllers/auth.ts api/src/controllers/auth.ts
src/controllers/auth.ts src/controllers/auth.ts
controllers/auth.ts controllers/auth.ts
@ -7691,20 +7662,6 @@ data-model/collections/components/collection-options.vue
collections/components/collection-options.vue collections/components/collection-options.vue
components/collection-options.vue components/collection-options.vue
collection-options.vue collection-options.vue
app/src/modules/settings/routes/webhooks/collection.vue
src/modules/settings/routes/webhooks/collection.vue
modules/settings/routes/webhooks/collection.vue
settings/routes/webhooks/collection.vue
routes/webhooks/collection.vue
webhooks/collection.vue
collection.vue
app/src/modules/settings/routes/webhooks/item.vue
src/modules/settings/routes/webhooks/item.vue
modules/settings/routes/webhooks/item.vue
settings/routes/webhooks/item.vue
routes/webhooks/item.vue
webhooks/item.vue
item.vue
app/src/modules/settings/routes/flows/flow-drawer.vue app/src/modules/settings/routes/flows/flow-drawer.vue
src/modules/settings/routes/flows/flow-drawer.vue src/modules/settings/routes/flows/flow-drawer.vue
modules/settings/routes/flows/flow-drawer.vue modules/settings/routes/flows/flow-drawer.vue
@ -12950,6 +12907,13 @@ private/private-view/components/private-view-no-app-access.vue
private-view/components/private-view-no-app-access.vue private-view/components/private-view-no-app-access.vue
components/private-view-no-app-access.vue components/private-view-no-app-access.vue
private-view-no-app-access.vue private-view-no-app-access.vue
app/src/views/private/private-view/components/private-view-header-bar-icon.test.ts
src/views/private/private-view/components/private-view-header-bar-icon.test.ts
views/private/private-view/components/private-view-header-bar-icon.test.ts
private/private-view/components/private-view-header-bar-icon.test.ts
private-view/components/private-view-header-bar-icon.test.ts
components/private-view-header-bar-icon.test.ts
private-view-header-bar-icon.test.ts
app/src/views/private/private-view/components/private-view-resize-handle.vue app/src/views/private/private-view/components/private-view-resize-handle.vue
src/views/private/private-view/components/private-view-resize-handle.vue src/views/private/private-view/components/private-view-resize-handle.vue
views/private/private-view/components/private-view-resize-handle.vue views/private/private-view/components/private-view-resize-handle.vue
@ -12978,6 +12942,13 @@ private/private-view/components/private-view-main.vue
private-view/components/private-view-main.vue private-view/components/private-view-main.vue
components/private-view-main.vue components/private-view-main.vue
private-view-main.vue private-view-main.vue
app/src/views/private/private-view/components/private-view-header-bar.test.ts
src/views/private/private-view/components/private-view-header-bar.test.ts
views/private/private-view/components/private-view-header-bar.test.ts
private/private-view/components/private-view-header-bar.test.ts
private-view/components/private-view-header-bar.test.ts
components/private-view-header-bar.test.ts
private-view-header-bar.test.ts
app/src/views/private/private-view/components/private-view-header-bar-action-button.vue app/src/views/private/private-view/components/private-view-header-bar-action-button.vue
src/views/private/private-view/components/private-view-header-bar-action-button.vue src/views/private/private-view/components/private-view-header-bar-action-button.vue
views/private/private-view/components/private-view-header-bar-action-button.vue views/private/private-view/components/private-view-header-bar-action-button.vue
@ -14436,11 +14407,6 @@ system-data/src/fields/sessions.yaml
src/fields/sessions.yaml src/fields/sessions.yaml
fields/sessions.yaml fields/sessions.yaml
sessions.yaml sessions.yaml
packages/system-data/src/fields/webhooks.yaml
system-data/src/fields/webhooks.yaml
src/fields/webhooks.yaml
fields/webhooks.yaml
webhooks.yaml
packages/system-data/src/fields/files.yaml packages/system-data/src/fields/files.yaml
system-data/src/fields/files.yaml system-data/src/fields/files.yaml
src/fields/files.yaml src/fields/files.yaml
@ -14738,18 +14704,6 @@ src/paths/operations/operation.yaml
paths/operations/operation.yaml paths/operations/operation.yaml
operations/operation.yaml operations/operation.yaml
operation.yaml operation.yaml
packages/specs/src/paths/webhooks/webhooks.yaml
specs/src/paths/webhooks/webhooks.yaml
src/paths/webhooks/webhooks.yaml
paths/webhooks/webhooks.yaml
webhooks/webhooks.yaml
webhooks.yaml
packages/specs/src/paths/webhooks/webhook.yaml
specs/src/paths/webhooks/webhook.yaml
src/paths/webhooks/webhook.yaml
paths/webhooks/webhook.yaml
webhooks/webhook.yaml
webhook.yaml
packages/specs/src/paths/utils/hash-generate.yaml packages/specs/src/paths/utils/hash-generate.yaml
specs/src/paths/utils/hash-generate.yaml specs/src/paths/utils/hash-generate.yaml
src/paths/utils/hash-generate.yaml src/paths/utils/hash-generate.yaml
@ -15121,11 +15075,6 @@ specs/src/components/comment.yaml
src/components/comment.yaml src/components/comment.yaml
components/comment.yaml components/comment.yaml
comment.yaml comment.yaml
packages/specs/src/components/webhook.yaml
specs/src/components/webhook.yaml
src/components/webhook.yaml
components/webhook.yaml
webhook.yaml
packages/specs/src/components/schema.yaml packages/specs/src/components/schema.yaml
specs/src/components/schema.yaml specs/src/components/schema.yaml
src/components/schema.yaml src/components/schema.yaml
@ -17760,10 +17709,6 @@ packages/types/src/events.ts
types/src/events.ts types/src/events.ts
src/events.ts src/events.ts
events.ts events.ts
packages/types/src/webhooks.ts
types/src/webhooks.ts
src/webhooks.ts
webhooks.ts
packages/types/src/authentication.ts packages/types/src/authentication.ts
types/src/authentication.ts types/src/authentication.ts
src/authentication.ts src/authentication.ts

View file

@ -8,7 +8,10 @@
.changeset/weak-wings-build.md .changeset/weak-wings-build.md
.changeset/config.json .changeset/config.json
.changeset/free-lines-worry.md .changeset/free-lines-worry.md
.changeset/brown-pigs-occur.md
.changeset/breezy-moons-warn.md
.changeset/new-ears-dig.md .changeset/new-ears-dig.md
.changeset/rare-swans-know.md
.changeset/chilly-poems-play.md .changeset/chilly-poems-play.md
.vscode/settings.json .vscode/settings.json
.vscode/extensions.json .vscode/extensions.json
@ -156,7 +159,6 @@ sdk/src/rest/helpers/with-token.ts
sdk/src/rest/helpers/with-search.ts sdk/src/rest/helpers/with-search.ts
sdk/src/rest/helpers/custom-endpoint.ts sdk/src/rest/helpers/custom-endpoint.ts
sdk/src/rest/commands/read/roles.ts sdk/src/rest/commands/read/roles.ts
sdk/src/rest/commands/read/webhooks.ts
sdk/src/rest/commands/read/permissions.ts sdk/src/rest/commands/read/permissions.ts
sdk/src/rest/commands/read/translations.ts sdk/src/rest/commands/read/translations.ts
sdk/src/rest/commands/read/revisions.ts sdk/src/rest/commands/read/revisions.ts
@ -185,7 +187,6 @@ sdk/src/rest/commands/read/activity.ts
sdk/src/rest/commands/read/presets.ts sdk/src/rest/commands/read/presets.ts
sdk/src/rest/commands/read/files.ts sdk/src/rest/commands/read/files.ts
sdk/src/rest/commands/create/roles.ts sdk/src/rest/commands/create/roles.ts
sdk/src/rest/commands/create/webhooks.ts
sdk/src/rest/commands/create/permissions.ts sdk/src/rest/commands/create/permissions.ts
sdk/src/rest/commands/create/translations.ts sdk/src/rest/commands/create/translations.ts
sdk/src/rest/commands/create/notifications.ts sdk/src/rest/commands/create/notifications.ts
@ -215,7 +216,6 @@ sdk/src/rest/commands/auth/providers.ts
sdk/src/rest/commands/auth/password-request.ts sdk/src/rest/commands/auth/password-request.ts
sdk/src/rest/commands/auth/login.ts sdk/src/rest/commands/auth/login.ts
sdk/src/rest/commands/delete/roles.ts sdk/src/rest/commands/delete/roles.ts
sdk/src/rest/commands/delete/webhooks.ts
sdk/src/rest/commands/delete/permissions.ts sdk/src/rest/commands/delete/permissions.ts
sdk/src/rest/commands/delete/translations.ts sdk/src/rest/commands/delete/translations.ts
sdk/src/rest/commands/delete/notifications.ts sdk/src/rest/commands/delete/notifications.ts
@ -237,7 +237,6 @@ sdk/src/rest/commands/delete/flows.ts
sdk/src/rest/commands/delete/presets.ts sdk/src/rest/commands/delete/presets.ts
sdk/src/rest/commands/delete/files.ts sdk/src/rest/commands/delete/files.ts
sdk/src/rest/commands/update/roles.ts sdk/src/rest/commands/update/roles.ts
sdk/src/rest/commands/update/webhooks.ts
sdk/src/rest/commands/update/permissions.ts sdk/src/rest/commands/update/permissions.ts
sdk/src/rest/commands/update/translations.ts sdk/src/rest/commands/update/translations.ts
sdk/src/rest/commands/update/notifications.ts sdk/src/rest/commands/update/notifications.ts
@ -304,7 +303,6 @@ sdk/src/utils/query-to-params.ts
sdk/src/schema/revision.ts sdk/src/schema/revision.ts
sdk/src/schema/share.ts sdk/src/schema/share.ts
sdk/src/schema/role.ts sdk/src/schema/role.ts
sdk/src/schema/webhook.ts
sdk/src/schema/user.ts sdk/src/schema/user.ts
sdk/src/schema/flow.ts sdk/src/schema/flow.ts
sdk/src/schema/policy.ts sdk/src/schema/policy.ts
@ -443,7 +441,6 @@ api/src/bus/lib/use-bus.test.ts
api/src/bus/index.ts api/src/bus/index.ts
api/src/rate-limiter.ts api/src/rate-limiter.ts
api/src/services/roles.ts api/src/services/roles.ts
api/src/services/webhooks.ts
api/src/services/authentication.ts api/src/services/authentication.ts
api/src/services/graphql/schema-cache.ts api/src/services/graphql/schema-cache.ts
api/src/services/graphql/index.ts api/src/services/graphql/index.ts
@ -562,7 +559,6 @@ api/src/services/specifications.test.ts
api/src/services/files.test.ts api/src/services/files.test.ts
api/src/services/tfa.ts api/src/services/tfa.ts
api/src/services/files.ts api/src/services/files.ts
api/src/services/webhooks.test.ts
api/src/services/websocket.test.ts api/src/services/websocket.test.ts
api/src/cli/index.test.ts api/src/cli/index.test.ts
api/src/cli/load-extensions.ts api/src/cli/load-extensions.ts
@ -1080,6 +1076,7 @@ api/src/database/migrations/20210304A-remove-locked-fields.ts
api/src/database/migrations/20230526A-migrate-translation-strings.ts api/src/database/migrations/20230526A-migrate-translation-strings.ts
api/src/database/migrations/20210506A-rename-interfaces.ts api/src/database/migrations/20210506A-rename-interfaces.ts
api/src/database/migrations/20250813A-add-mcp.ts api/src/database/migrations/20250813A-add-mcp.ts
api/src/database/migrations/20251224A-remove-webhooks.ts
api/src/database/migrations/20210422A-remove-files-interface.ts api/src/database/migrations/20210422A-remove-files-interface.ts
api/src/database/migrations/20220429A-add-flows.ts api/src/database/migrations/20220429A-add-flows.ts
api/src/database/migrations/run.ts api/src/database/migrations/run.ts
@ -1196,7 +1193,6 @@ api/src/request/agent-with-ip-validation.ts
api/src/request/is-denied-ip.ts api/src/request/is-denied-ip.ts
api/src/controllers/graphql.ts api/src/controllers/graphql.ts
api/src/controllers/roles.ts api/src/controllers/roles.ts
api/src/controllers/webhooks.ts
api/src/controllers/auth.ts api/src/controllers/auth.ts
api/src/controllers/metrics.ts api/src/controllers/metrics.ts
api/src/controllers/permissions.ts api/src/controllers/permissions.ts
@ -1438,8 +1434,6 @@ app/src/modules/settings/routes/data-model/collections/composables/use-expand-co
app/src/modules/settings/routes/data-model/collections/components/collection-dialog.vue app/src/modules/settings/routes/data-model/collections/components/collection-dialog.vue
app/src/modules/settings/routes/data-model/collections/components/CollectionItem.vue app/src/modules/settings/routes/data-model/collections/components/CollectionItem.vue
app/src/modules/settings/routes/data-model/collections/components/collection-options.vue app/src/modules/settings/routes/data-model/collections/components/collection-options.vue
app/src/modules/settings/routes/webhooks/collection.vue
app/src/modules/settings/routes/webhooks/item.vue
app/src/modules/settings/routes/flows/flow-drawer.vue app/src/modules/settings/routes/flows/flow-drawer.vue
app/src/modules/settings/routes/flows/overview.test.ts app/src/modules/settings/routes/flows/overview.test.ts
app/src/modules/settings/routes/flows/overview.vue app/src/modules/settings/routes/flows/overview.vue
@ -2493,10 +2487,12 @@ app/src/views/private/private-view/stores/sidebar.ts
app/src/views/private/private-view/stores/nav-bar.ts app/src/views/private/private-view/stores/nav-bar.ts
app/src/views/private/private-view/components/private-view-header-bar-icon.vue app/src/views/private/private-view/components/private-view-header-bar-icon.vue
app/src/views/private/private-view/components/private-view-no-app-access.vue app/src/views/private/private-view/components/private-view-no-app-access.vue
app/src/views/private/private-view/components/private-view-header-bar-icon.test.ts
app/src/views/private/private-view/components/private-view-resize-handle.vue app/src/views/private/private-view/components/private-view-resize-handle.vue
app/src/views/private/private-view/components/private-view-nav-project-name.vue app/src/views/private/private-view/components/private-view-nav-project-name.vue
app/src/views/private/private-view/components/private-view-nav.vue app/src/views/private/private-view/components/private-view-nav.vue
app/src/views/private/private-view/components/private-view-main.vue app/src/views/private/private-view/components/private-view-main.vue
app/src/views/private/private-view/components/private-view-header-bar.test.ts
app/src/views/private/private-view/components/private-view-header-bar-action-button.vue app/src/views/private/private-view/components/private-view-header-bar-action-button.vue
app/src/views/private/private-view/components/private-view-root.vue app/src/views/private/private-view/components/private-view-root.vue
app/src/views/private/private-view/components/private-view-header-bar-action-button.test.ts app/src/views/private/private-view/components/private-view-header-bar-action-button.test.ts
@ -2786,7 +2782,6 @@ packages/system-data/src/fields/operations.yaml
packages/system-data/src/fields/settings.yaml packages/system-data/src/fields/settings.yaml
packages/system-data/src/fields/dashboards.yaml packages/system-data/src/fields/dashboards.yaml
packages/system-data/src/fields/sessions.yaml packages/system-data/src/fields/sessions.yaml
packages/system-data/src/fields/webhooks.yaml
packages/system-data/src/fields/files.yaml packages/system-data/src/fields/files.yaml
packages/system-data/src/fields/revisions.yaml packages/system-data/src/fields/revisions.yaml
packages/system-data/src/fields/collections.yaml packages/system-data/src/fields/collections.yaml
@ -2843,8 +2838,6 @@ packages/specs/src/paths/items/items.yaml
packages/specs/src/paths/items/item.yaml packages/specs/src/paths/items/item.yaml
packages/specs/src/paths/operations/operations.yaml packages/specs/src/paths/operations/operations.yaml
packages/specs/src/paths/operations/operation.yaml packages/specs/src/paths/operations/operation.yaml
packages/specs/src/paths/webhooks/webhooks.yaml
packages/specs/src/paths/webhooks/webhook.yaml
packages/specs/src/paths/utils/hash-generate.yaml packages/specs/src/paths/utils/hash-generate.yaml
packages/specs/src/paths/utils/export.yaml packages/specs/src/paths/utils/export.yaml
packages/specs/src/paths/utils/random.yaml packages/specs/src/paths/utils/random.yaml
@ -2912,7 +2905,6 @@ packages/specs/src/components/extension.yaml
packages/specs/src/components/item.yaml packages/specs/src/components/item.yaml
packages/specs/src/components/operation.yaml packages/specs/src/components/operation.yaml
packages/specs/src/components/comment.yaml packages/specs/src/components/comment.yaml
packages/specs/src/components/webhook.yaml
packages/specs/src/components/schema.yaml packages/specs/src/components/schema.yaml
packages/specs/src/components/preset.yaml packages/specs/src/components/preset.yaml
packages/specs/src/components/field.yaml packages/specs/src/components/field.yaml
@ -3473,7 +3465,6 @@ packages/types/src/extensions/api-extension-context.ts
packages/types/src/extensions/themes.ts packages/types/src/extensions/themes.ts
packages/types/src/graphql.ts packages/types/src/graphql.ts
packages/types/src/events.ts packages/types/src/events.ts
packages/types/src/webhooks.ts
packages/types/src/authentication.ts packages/types/src/authentication.ts
packages/types/src/permissions.ts packages/types/src/permissions.ts
packages/types/src/schema.ts packages/types/src/schema.ts

View file

@ -6635,18 +6635,9 @@ budget.json
erpnext/desktop_icon/accounting.json erpnext/desktop_icon/accounting.json
desktop_icon/accounting.json desktop_icon/accounting.json
accounting.json accounting.json
erpnext/desktop_icon/receivables.json
desktop_icon/receivables.json
receivables.json
erpnext/desktop_icon/opening_&_closing.json
desktop_icon/opening_&_closing.json
opening_&_closing.json
erpnext/desktop_icon/buying.json erpnext/desktop_icon/buying.json
desktop_icon/buying.json desktop_icon/buying.json
buying.json buying.json
erpnext/desktop_icon/payables.json
desktop_icon/payables.json
payables.json
erpnext/desktop_icon/erpnext.json erpnext/desktop_icon/erpnext.json
desktop_icon/erpnext.json desktop_icon/erpnext.json
erpnext.json erpnext.json
@ -9256,18 +9247,12 @@ budget.json
erpnext/workspace_sidebar/accounting.json erpnext/workspace_sidebar/accounting.json
workspace_sidebar/accounting.json workspace_sidebar/accounting.json
accounting.json accounting.json
erpnext/workspace_sidebar/receivables.json
workspace_sidebar/receivables.json
receivables.json
erpnext/workspace_sidebar/opening_&_closing.json erpnext/workspace_sidebar/opening_&_closing.json
workspace_sidebar/opening_&_closing.json workspace_sidebar/opening_&_closing.json
opening_&_closing.json opening_&_closing.json
erpnext/workspace_sidebar/buying.json erpnext/workspace_sidebar/buying.json
workspace_sidebar/buying.json workspace_sidebar/buying.json
buying.json buying.json
erpnext/workspace_sidebar/payables.json
workspace_sidebar/payables.json
payables.json
erpnext/hooks.py erpnext/hooks.py
hooks.py hooks.py
erpnext/accounts/print_format_field_template/__init__.py erpnext/accounts/print_format_field_template/__init__.py
@ -9341,16 +9326,6 @@ erpnext/accounts/test/test_reports.py
accounts/test/test_reports.py accounts/test/test_reports.py
test/test_reports.py test/test_reports.py
test_reports.py test_reports.py
erpnext/accounts/workspace/payables/payables.json
accounts/workspace/payables/payables.json
workspace/payables/payables.json
payables/payables.json
payables.json
erpnext/accounts/workspace/receivables/receivables.json
accounts/workspace/receivables/receivables.json
workspace/receivables/receivables.json
receivables/receivables.json
receivables.json
erpnext/accounts/workspace/financial_reports/financial_reports.json erpnext/accounts/workspace/financial_reports/financial_reports.json
accounts/workspace/financial_reports/financial_reports.json accounts/workspace/financial_reports/financial_reports.json
workspace/financial_reports/financial_reports.json workspace/financial_reports/financial_reports.json
@ -19152,6 +19127,11 @@ selling/number_card/annual_sales/annual_sales.json
number_card/annual_sales/annual_sales.json number_card/annual_sales/annual_sales.json
annual_sales/annual_sales.json annual_sales/annual_sales.json
annual_sales.json annual_sales.json
erpnext/selling/number_card/sales_orders_count/sales_orders_count.json
selling/number_card/sales_orders_count/sales_orders_count.json
number_card/sales_orders_count/sales_orders_count.json
sales_orders_count/sales_orders_count.json
sales_orders_count.json
erpnext/selling/number_card/sales_orders_to_deliver/sales_orders_to_deliver.json erpnext/selling/number_card/sales_orders_to_deliver/sales_orders_to_deliver.json
selling/number_card/sales_orders_to_deliver/sales_orders_to_deliver.json selling/number_card/sales_orders_to_deliver/sales_orders_to_deliver.json
number_card/sales_orders_to_deliver/sales_orders_to_deliver.json number_card/sales_orders_to_deliver/sales_orders_to_deliver.json
@ -19162,11 +19142,21 @@ selling/number_card/active_customers/active_customers.json
number_card/active_customers/active_customers.json number_card/active_customers/active_customers.json
active_customers/active_customers.json active_customers/active_customers.json
active_customers.json active_customers.json
erpnext/selling/number_card/average_sales_order_value/average_sales_order_value.json
selling/number_card/average_sales_order_value/average_sales_order_value.json
number_card/average_sales_order_value/average_sales_order_value.json
average_sales_order_value/average_sales_order_value.json
average_sales_order_value.json
erpnext/selling/number_card/sales_orders_to_bill/sales_orders_to_bill.json erpnext/selling/number_card/sales_orders_to_bill/sales_orders_to_bill.json
selling/number_card/sales_orders_to_bill/sales_orders_to_bill.json selling/number_card/sales_orders_to_bill/sales_orders_to_bill.json
number_card/sales_orders_to_bill/sales_orders_to_bill.json number_card/sales_orders_to_bill/sales_orders_to_bill.json
sales_orders_to_bill/sales_orders_to_bill.json sales_orders_to_bill/sales_orders_to_bill.json
sales_orders_to_bill.json sales_orders_to_bill.json
erpnext/selling/number_card/total_sales_amount/total_sales_amount.json
selling/number_card/total_sales_amount/total_sales_amount.json
number_card/total_sales_amount/total_sales_amount.json
total_sales_amount/total_sales_amount.json
total_sales_amount.json
erpnext/controllers/budget_controller.py erpnext/controllers/budget_controller.py
controllers/budget_controller.py controllers/budget_controller.py
budget_controller.py budget_controller.py

View file

@ -1363,10 +1363,7 @@ erpnext/desktop_icon/home.json
erpnext/desktop_icon/stock.json erpnext/desktop_icon/stock.json
erpnext/desktop_icon/budget.json erpnext/desktop_icon/budget.json
erpnext/desktop_icon/accounting.json erpnext/desktop_icon/accounting.json
erpnext/desktop_icon/receivables.json
erpnext/desktop_icon/opening_&_closing.json
erpnext/desktop_icon/buying.json erpnext/desktop_icon/buying.json
erpnext/desktop_icon/payables.json
erpnext/desktop_icon/erpnext.json erpnext/desktop_icon/erpnext.json
erpnext/change_log/v6/v6_22_0.md erpnext/change_log/v6/v6_22_0.md
erpnext/change_log/v6/v6_14_0.md erpnext/change_log/v6/v6_14_0.md
@ -1932,10 +1929,8 @@ erpnext/workspace_sidebar/home.json
erpnext/workspace_sidebar/stock.json erpnext/workspace_sidebar/stock.json
erpnext/workspace_sidebar/budget.json erpnext/workspace_sidebar/budget.json
erpnext/workspace_sidebar/accounting.json erpnext/workspace_sidebar/accounting.json
erpnext/workspace_sidebar/receivables.json
erpnext/workspace_sidebar/opening_&_closing.json erpnext/workspace_sidebar/opening_&_closing.json
erpnext/workspace_sidebar/buying.json erpnext/workspace_sidebar/buying.json
erpnext/workspace_sidebar/payables.json
erpnext/hooks.py erpnext/hooks.py
erpnext/accounts/print_format_field_template/__init__.py erpnext/accounts/print_format_field_template/__init__.py
erpnext/accounts/print_format_field_template/purchase_invoice_taxes/purchase_invoice_taxes.json erpnext/accounts/print_format_field_template/purchase_invoice_taxes/purchase_invoice_taxes.json
@ -1953,8 +1948,6 @@ erpnext/accounts/test/test_utils.py
erpnext/accounts/test/accounts_mixin.py erpnext/accounts/test/accounts_mixin.py
erpnext/accounts/test/__init__.py erpnext/accounts/test/__init__.py
erpnext/accounts/test/test_reports.py erpnext/accounts/test/test_reports.py
erpnext/accounts/workspace/payables/payables.json
erpnext/accounts/workspace/receivables/receivables.json
erpnext/accounts/workspace/financial_reports/financial_reports.json erpnext/accounts/workspace/financial_reports/financial_reports.json
erpnext/accounts/workspace/accounting/accounting.json erpnext/accounts/workspace/accounting/accounting.json
erpnext/accounts/print_format/pos_invoice_with_item_image/pos_invoice_with_item_image.json erpnext/accounts/print_format/pos_invoice_with_item_image/pos_invoice_with_item_image.json
@ -3917,9 +3910,12 @@ erpnext/selling/report/available_stock_for_packing_items/available_stock_for_pac
erpnext/selling/report/available_stock_for_packing_items/__init__.py erpnext/selling/report/available_stock_for_packing_items/__init__.py
erpnext/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.py erpnext/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.py
erpnext/selling/number_card/annual_sales/annual_sales.json erpnext/selling/number_card/annual_sales/annual_sales.json
erpnext/selling/number_card/sales_orders_count/sales_orders_count.json
erpnext/selling/number_card/sales_orders_to_deliver/sales_orders_to_deliver.json erpnext/selling/number_card/sales_orders_to_deliver/sales_orders_to_deliver.json
erpnext/selling/number_card/active_customers/active_customers.json erpnext/selling/number_card/active_customers/active_customers.json
erpnext/selling/number_card/average_sales_order_value/average_sales_order_value.json
erpnext/selling/number_card/sales_orders_to_bill/sales_orders_to_bill.json erpnext/selling/number_card/sales_orders_to_bill/sales_orders_to_bill.json
erpnext/selling/number_card/total_sales_amount/total_sales_amount.json
erpnext/controllers/budget_controller.py erpnext/controllers/budget_controller.py
erpnext/controllers/tests/test_item_wise_inventory_account.py erpnext/controllers/tests/test_item_wise_inventory_account.py
erpnext/controllers/tests/test_item_variant.py erpnext/controllers/tests/test_item_variant.py

View file

@ -19878,6 +19878,13 @@ Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingException
Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php
ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php
ProductConfiguratorSettingExceptionHandlerTest.php ProductConfiguratorSettingExceptionHandlerTest.php
tests/unit/Core/Content/Product/Subscriber/CustomFieldSearchableSubscriberTest.php
unit/Core/Content/Product/Subscriber/CustomFieldSearchableSubscriberTest.php
Core/Content/Product/Subscriber/CustomFieldSearchableSubscriberTest.php
Content/Product/Subscriber/CustomFieldSearchableSubscriberTest.php
Product/Subscriber/CustomFieldSearchableSubscriberTest.php
Subscriber/CustomFieldSearchableSubscriberTest.php
CustomFieldSearchableSubscriberTest.php
tests/unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php tests/unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php
unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php
Core/Content/Product/Subscriber/ProductSubscriberTest.php Core/Content/Product/Subscriber/ProductSubscriberTest.php
@ -35781,6 +35788,11 @@ migration/Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
Migration1756068711FixOrderAddressFirstNameLengthTest.php Migration1756068711FixOrderAddressFirstNameLengthTest.php
tests/migration/Core/V6_7/Migration1764064756AddCustomFieldSearchableTest.php
migration/Core/V6_7/Migration1764064756AddCustomFieldSearchableTest.php
Core/V6_7/Migration1764064756AddCustomFieldSearchableTest.php
V6_7/Migration1764064756AddCustomFieldSearchableTest.php
Migration1764064756AddCustomFieldSearchableTest.php
tests/migration/Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomerTest.php tests/migration/Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomerTest.php
migration/Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomerTest.php migration/Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomerTest.php
Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomerTest.php Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomerTest.php
@ -36007,6 +36019,11 @@ migration/Core/V6_7/Migration1762246952IncreaseKgDisplayPrecisionTest.php
Core/V6_7/Migration1762246952IncreaseKgDisplayPrecisionTest.php Core/V6_7/Migration1762246952IncreaseKgDisplayPrecisionTest.php
V6_7/Migration1762246952IncreaseKgDisplayPrecisionTest.php V6_7/Migration1762246952IncreaseKgDisplayPrecisionTest.php
Migration1762246952IncreaseKgDisplayPrecisionTest.php Migration1762246952IncreaseKgDisplayPrecisionTest.php
tests/migration/Core/V6_7/Migration1764064757SetSearchableForExistingCustomFieldsInProductSearchTest.php
migration/Core/V6_7/Migration1764064757SetSearchableForExistingCustomFieldsInProductSearchTest.php
Core/V6_7/Migration1764064757SetSearchableForExistingCustomFieldsInProductSearchTest.php
V6_7/Migration1764064757SetSearchableForExistingCustomFieldsInProductSearchTest.php
Migration1764064757SetSearchableForExistingCustomFieldsInProductSearchTest.php
tests/migration/Core/V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php tests/migration/Core/V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php
migration/Core/V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php migration/Core/V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php
Core/V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php Core/V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php
@ -104203,6 +104220,12 @@ Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingEntity.ph
Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingEntity.php Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingEntity.php
ProductConfiguratorSetting/ProductConfiguratorSettingEntity.php ProductConfiguratorSetting/ProductConfiguratorSettingEntity.php
ProductConfiguratorSettingEntity.php ProductConfiguratorSettingEntity.php
src/Core/Content/Product/Subscriber/CustomFieldSearchableSubscriber.php
Core/Content/Product/Subscriber/CustomFieldSearchableSubscriber.php
Content/Product/Subscriber/CustomFieldSearchableSubscriber.php
Product/Subscriber/CustomFieldSearchableSubscriber.php
Subscriber/CustomFieldSearchableSubscriber.php
CustomFieldSearchableSubscriber.php
src/Core/Content/Product/Subscriber/ProductSubscriber.php src/Core/Content/Product/Subscriber/ProductSubscriber.php
Core/Content/Product/Subscriber/ProductSubscriber.php Core/Content/Product/Subscriber/ProductSubscriber.php
Content/Product/Subscriber/ProductSubscriber.php Content/Product/Subscriber/ProductSubscriber.php
@ -137756,6 +137779,11 @@ Core/Migration/V6_7/Migration1752229050ChangeDESnippetOfMeterUnit.php
Migration/V6_7/Migration1752229050ChangeDESnippetOfMeterUnit.php Migration/V6_7/Migration1752229050ChangeDESnippetOfMeterUnit.php
V6_7/Migration1752229050ChangeDESnippetOfMeterUnit.php V6_7/Migration1752229050ChangeDESnippetOfMeterUnit.php
Migration1752229050ChangeDESnippetOfMeterUnit.php Migration1752229050ChangeDESnippetOfMeterUnit.php
src/Core/Migration/V6_7/Migration1764064756AddCustomFieldSearchable.php
Core/Migration/V6_7/Migration1764064756AddCustomFieldSearchable.php
Migration/V6_7/Migration1764064756AddCustomFieldSearchable.php
V6_7/Migration1764064756AddCustomFieldSearchable.php
Migration1764064756AddCustomFieldSearchable.php
src/Core/Migration/V6_7/Migration1726135997CreateMessengerStatsTable.php src/Core/Migration/V6_7/Migration1726135997CreateMessengerStatsTable.php
Core/Migration/V6_7/Migration1726135997CreateMessengerStatsTable.php Core/Migration/V6_7/Migration1726135997CreateMessengerStatsTable.php
Migration/V6_7/Migration1726135997CreateMessengerStatsTable.php Migration/V6_7/Migration1726135997CreateMessengerStatsTable.php
@ -137811,6 +137839,11 @@ Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
V6_7/Migration1733136208AddH1ToCmsCategoryListing.php V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
Migration1733136208AddH1ToCmsCategoryListing.php Migration1733136208AddH1ToCmsCategoryListing.php
src/Core/Migration/V6_7/Migration1764064757SetSearchableForExistingCustomFieldsInProductSearch.php
Core/Migration/V6_7/Migration1764064757SetSearchableForExistingCustomFieldsInProductSearch.php
Migration/V6_7/Migration1764064757SetSearchableForExistingCustomFieldsInProductSearch.php
V6_7/Migration1764064757SetSearchableForExistingCustomFieldsInProductSearch.php
Migration1764064757SetSearchableForExistingCustomFieldsInProductSearch.php
src/Core/Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php src/Core/Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php
Core/Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php Core/Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php
Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php

View file

@ -6149,6 +6149,7 @@ tests/unit/Core/Content/Product/DataAbstractionLayer/CheapestPriceUpdaterTest.ph
tests/unit/Core/Content/Product/DataAbstractionLayer/UpdatedStatesTest.php tests/unit/Core/Content/Product/DataAbstractionLayer/UpdatedStatesTest.php
tests/unit/Core/Content/Product/ProductMaxPurchaseCalculatorTest.php tests/unit/Core/Content/Product/ProductMaxPurchaseCalculatorTest.php
tests/unit/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php tests/unit/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php
tests/unit/Core/Content/Product/Subscriber/CustomFieldSearchableSubscriberTest.php
tests/unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php tests/unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php
tests/unit/Core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerTest.php tests/unit/Core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerTest.php
tests/unit/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php tests/unit/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php
@ -8290,6 +8291,7 @@ tests/migration/Core/V6_7/Migration1745319883AddDefaultConfigForMeasurementSyste
tests/migration/Core/V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php tests/migration/Core/V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php
tests/migration/Core/V6_7/Migration1726135997CreateMessengerStatsTableTest.php tests/migration/Core/V6_7/Migration1726135997CreateMessengerStatsTableTest.php
tests/migration/Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php tests/migration/Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
tests/migration/Core/V6_7/Migration1764064756AddCustomFieldSearchableTest.php
tests/migration/Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomerTest.php tests/migration/Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomerTest.php
tests/migration/Core/V6_7/Migration1717573310ImportExportTechnicalNameRequiredTest.php tests/migration/Core/V6_7/Migration1717573310ImportExportTechnicalNameRequiredTest.php
tests/migration/Core/V6_7/Migration1759390536CartConfigShowTosCheckboxTest.php tests/migration/Core/V6_7/Migration1759390536CartConfigShowTosCheckboxTest.php
@ -8335,6 +8337,7 @@ tests/migration/Core/V6_7/Migration1742484083TransitionToAddressInputFieldArrang
tests/migration/Core/V6_7/Migration1742568836CreateThemeRuntimeConfigTableTest.php tests/migration/Core/V6_7/Migration1742568836CreateThemeRuntimeConfigTableTest.php
tests/migration/Core/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdateTest.php tests/migration/Core/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdateTest.php
tests/migration/Core/V6_7/Migration1762246952IncreaseKgDisplayPrecisionTest.php tests/migration/Core/V6_7/Migration1762246952IncreaseKgDisplayPrecisionTest.php
tests/migration/Core/V6_7/Migration1764064757SetSearchableForExistingCustomFieldsInProductSearchTest.php
tests/migration/Core/V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php tests/migration/Core/V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php
tests/migration/Core/V6_7/Migration1748326970UpdateMailTemplatesForAccessibilityTest.php tests/migration/Core/V6_7/Migration1748326970UpdateMailTemplatesForAccessibilityTest.php
tests/migration/Core/V6_7/Migration1749644517AddListingVariantNameSystemConfigOptionTest.php tests/migration/Core/V6_7/Migration1749644517AddListingVariantNameSystemConfigOptionTest.php
@ -15580,6 +15583,7 @@ src/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfigurato
src/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php src/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php
src/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingCollection.php src/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingCollection.php
src/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingEntity.php src/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingEntity.php
src/Core/Content/Product/Subscriber/CustomFieldSearchableSubscriber.php
src/Core/Content/Product/Subscriber/ProductSubscriber.php src/Core/Content/Product/Subscriber/ProductSubscriber.php
src/Core/Content/Product/SearchKeyword/KeywordLoader.php src/Core/Content/Product/SearchKeyword/KeywordLoader.php
src/Core/Content/Product/SearchKeyword/ProductSearchBuilder.php src/Core/Content/Product/SearchKeyword/ProductSearchBuilder.php
@ -20877,6 +20881,7 @@ src/Core/Migration/V6_7/Migration1717573310ImportExportTechnicalNameRequired.php
src/Core/Migration/V6_7/Migration1763377575SendEmailAfterPasswordChangeFlow.php src/Core/Migration/V6_7/Migration1763377575SendEmailAfterPasswordChangeFlow.php
src/Core/Migration/V6_7/Migration1748326970UpdateMailTemplatesForAccessibility.php src/Core/Migration/V6_7/Migration1748326970UpdateMailTemplatesForAccessibility.php
src/Core/Migration/V6_7/Migration1752229050ChangeDESnippetOfMeterUnit.php src/Core/Migration/V6_7/Migration1752229050ChangeDESnippetOfMeterUnit.php
src/Core/Migration/V6_7/Migration1764064756AddCustomFieldSearchable.php
src/Core/Migration/V6_7/Migration1726135997CreateMessengerStatsTable.php src/Core/Migration/V6_7/Migration1726135997CreateMessengerStatsTable.php
src/Core/Migration/V6_7/Migration1762246952IncreaseKgDisplayPrecision.php src/Core/Migration/V6_7/Migration1762246952IncreaseKgDisplayPrecision.php
src/Core/Migration/V6_7/Migration1728040170AddPrimaryOrderTransaction.php src/Core/Migration/V6_7/Migration1728040170AddPrimaryOrderTransaction.php
@ -20888,6 +20893,7 @@ src/Core/Migration/V6_7/Migration1740321707SetAutoplayTimeoutAndSpeedSettingsFor
src/Core/Migration/V6_7/Migration1746176773AddIntegrationIdStateHistory.php src/Core/Migration/V6_7/Migration1746176773AddIntegrationIdStateHistory.php
src/Core/Migration/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystem.php src/Core/Migration/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystem.php
src/Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php src/Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
src/Core/Migration/V6_7/Migration1764064757SetSearchableForExistingCustomFieldsInProductSearch.php
src/Core/Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php src/Core/Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php
src/Core/Migration/V6_7/Migration1759390536CartConfigShowTosCheckbox.php src/Core/Migration/V6_7/Migration1759390536CartConfigShowTosCheckbox.php
src/Core/Migration/V6_7/Migration1763316536ChangeProductManufacturerLink.php src/Core/Migration/V6_7/Migration1763316536ChangeProductManufacturerLink.php

View file

@ -962,6 +962,7 @@ contact_importer
contactus contactus
contactus/mwaas* contactus/mwaas*
content-guest/rss/channels content-guest/rss/channels
control
copilot copilot
copilot/c copilot/c
copilotsearch?q= copilotsearch?q=
@ -1534,11 +1535,11 @@ hp/video
hpc/*/supported-applications.aspx? hpc/*/supported-applications.aspx?
hpm hpm
hpmob hpmob
http://calendar.google.com/robots.txt http://amazon.co.uk/robots.txt
http://mozilla.org/robots.txt http://archive.org/robots.txt
http://s3.amazonaws.com/robots.txt http://cdc.gov/robots.txt
http://slideshare.net/robots.txt http://microsoft.com/robots.txt
http://web.archive.org/robots.txt http://patreon.com/robots.txt
hub?category= hub?category=
hz/contact-us/ajax/initiate-trusted-contact hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$ hz/help/contact/*/message/$
@ -2142,6 +2143,7 @@ referrer=
registry/wishlist registry/wishlist
remotelogout remotelogout
rep=hc rep=hc
report
report-abuse?report= report-abuse?report=
report= report=
report_abuse.gne report_abuse.gne
@ -3226,7 +3228,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://github.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://gstatic.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard

View file

@ -2336,7 +2336,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmidpage ?*__rmidpage
?*add-to-cart= ?*add-to-cart=
?*ajs_event ?*ajs_event
?*apikey*http://vogue.com/robots.txt ?*apikey*http://vk.com/robots.txt
?*app ?*app
?*attachment_id ?*attachment_id
?*author ?*author
@ -3035,8 +3035,10 @@ AWSSimpleQueueService/20080101
AccommodationCrossSells AccommodationCrossSells
AccommodationTips AccommodationTips
Account Account
AccountAccess
AccountDisavow? AccountDisavow?
AccountMerge AccountMerge
AccountStatus
Achievements Achievements
ActionRecord ActionRecord
ActiveCalendar/mobile/mobilelist.aspx ActiveCalendar/mobile/mobilelist.aspx
@ -3111,6 +3113,7 @@ AppUserReview
App_Themes/ App_Themes/
AppleMapsAction AppleMapsAction
Applications Applications
Arabic
Areas/ Areas/
Areas/Epx/Content/500.aspx?aspxerrorpath= Areas/Epx/Content/500.aspx?aspxerrorpath=
Art Art
@ -3144,6 +3147,7 @@ Baldric/static-1.73
Baldric/static-1.80 Baldric/static-1.80
Baldric/static-1.94 Baldric/static-1.94
BeachSweeps BeachSweeps
BillingActivity
BillingAndPayments BillingAndPayments
BillingDetail BillingDetail
BillingInvoiceFile BillingInvoiceFile
@ -3172,11 +3176,13 @@ CampaignConfigAjax
CampaignConfiguration CampaignConfiguration
CampaignManagement CampaignManagement
CancelBooking CancelBooking
CancelPlan
CarsComparePartners CarsComparePartners
Cart Cart
CauseTeaserPopup CauseTeaserPopup
Celebrate100Million Celebrate100Million
CertificateOfExcellenceRequestSupport CertificateOfExcellenceRequestSupport
ChangePlan
Channel Channel
CheapFlightsCommerce CheapFlightsCommerce
CheapFlightsController CheapFlightsController
@ -3192,6 +3198,7 @@ CheckoutEditItemsDisplayView
CheckoutOrderBillingView CheckoutOrderBillingView
CheckoutOrderShippingView CheckoutOrderShippingView
CheckoutSignInView CheckoutSignInView
Chinese
Citation/Download Citation/Download
Civ Civ
Claim Claim
@ -3254,6 +3261,7 @@ Disallow
Disallow: Disallow:
DiscountGroup DiscountGroup
DisplayMap DisplayMap
DoNotTest
Doc Doc
Documents/in Documents/in
Domains/DomainControlPanel Domains/DomainControlPanel
@ -3264,12 +3272,14 @@ ESPModal
ESPNPlusAdobeTracking ESPNPlusAdobeTracking
EULegal EULegal
EarlyRequesterJS/static-1.38 EarlyRequesterJS/static-1.38
EditProfiles
ElasticLoadBalancing/2009-05-15 ElasticLoadBalancing/2009-05-15
ElasticLoadBalancing/2010-07-01 ElasticLoadBalancing/2010-07-01
EmailCartView EmailCartView
EmailHotel EmailHotel
EmailMap EmailMap
EmailMemberRegistration EmailMemberRegistration
EmailPreferences
EmailSpellCheckJson EmailSpellCheckJson
EmbedSlideshow EmbedSlideshow
EnlargedImageView EnlargedImageView
@ -3299,6 +3309,7 @@ FiatsCmd
FilterState FilterState
FindRestaurants FindRestaurants
FinishAppInstall FinishAppInstall
FireTV
Flights? Flights?
FlightsCommerce FlightsCommerce
FlightsComparePartners FlightsComparePartners
@ -3360,6 +3371,7 @@ HMDThankYou
HRMConnect HRMConnect
HYx10rg3 HYx10rg3
HandleHotelSuperPortal HandleHotelSuperPortal
HdToggle
HeadJS/static-2.115 HeadJS/static-2.115
HeadJS/static-2.83 HeadJS/static-2.83
HeadJS/static-2.84 HeadJS/static-2.84
@ -3478,11 +3490,13 @@ JoinPlus
JsonData/ JsonData/
JsonServiceController JsonServiceController
JustForYouGuide JustForYouGuide
Korean
LFE/Live.controls.sharedpages/error.aspx LFE/Live.controls.sharedpages/error.aspx
LICENSE.txt LICENSE.txt
LNAjax LNAjax
LanderLogger LanderLogger
LandingPage LandingPage
LanguagePreferences
Leaderboard Leaderboard
LeerberichtenLO LeerberichtenLO
LightSubscriptionCenter LightSubscriptionCenter
@ -3501,7 +3515,9 @@ LocationPhotosSearch
LocationTab LocationTab
LocationWidget LocationWidget
LogMediaClick LogMediaClick
LoginHelp
LogonForm LogonForm
Logout
M9sY8PVm6js.js M9sY8PVm6js.js
MAINTAINERS.txt MAINTAINERS.txt
MAPS MAPS
@ -3510,10 +3526,12 @@ MaPS
MachineTranslation MachineTranslation
Mail/ Mail/
MailEmergency MailEmergency
ManageDevices
ManageListingApi ManageListingApi
ManageOrder ManageOrder
ManageOwnersTopReasonsApi ManageOwnersTopReasonsApi
ManagePhotos ManagePhotos
ManageProfiles
ManageReturns ManageReturns
ManageShopListingApi ManageShopListingApi
ManageShopping ManageShopping
@ -3526,6 +3544,7 @@ Maps
MarketPerception MarketPerception
Marketing/EcapSurvey.aspx Marketing/EcapSurvey.aspx
MarketingContentWidget/GetCurrentBanner MarketingContentWidget/GetCurrentBanner
Maxis
MediaBadgeResponse MediaBadgeResponse
MediaDisplayView MediaDisplayView
MediaKit MediaKit
@ -3600,6 +3619,7 @@ MemberSubscribe
MemberSubscriptionsController MemberSubscriptionsController
MemberTagsAjax MemberTagsAjax
MemberTravelMap MemberTravelMap
Meo
MessageRunDetailID= MessageRunDetailID=
Messages Messages
MessagingOptions MessagingOptions
@ -3735,6 +3755,7 @@ Mobilemembers
ModalRegistrationController ModalRegistrationController
ModuleAjax ModuleAjax
ModuleBootstrap ModuleBootstrap
MoviesYouveSeen
MptUrl MptUrl
MsnForumFeedServlet MsnForumFeedServlet
MultiOwners MultiOwners
@ -3764,6 +3785,7 @@ NetPromoterPopup
NewMessage NewMessage
NewOwners NewOwners
NewTopic NewTopic
NewWatchInstantlyRSS
News/Index News/Index
News/XT News/XT
News/Xt News/Xt
@ -3813,6 +3835,7 @@ PWD
PacMan PacMan
PageSpeed=noscript PageSpeed=noscript
PageviewRecord PageviewRecord
Panasonic
PanoramaXml PanoramaXml
Partners Partners
PasswordReset PasswordReset
@ -3844,6 +3867,7 @@ PoiRecommendationEditor
PoiRecommendationList PoiRecommendationList
PoiReviewDetail PoiReviewDetail
PoiTipDashboard PoiTipDashboard
PopupDetails
PortalIdParser/static-1.27 PortalIdParser/static-1.27
PortalIdParser/static-1.28 PortalIdParser/static-1.28
PortalIdParser/static-1.29 PortalIdParser/static-1.29
@ -3875,6 +3899,7 @@ ProductError
ProductPaymentUpdate ProductPaymentUpdate
Production/ Production/
Profile Profile
ProfilesGate
Project Project
PromoTools PromoTools
PromotionDetailsDisplayView PromotionDetailsDisplayView
@ -4103,6 +4128,7 @@ SmsAjaxServlet
Snap Snap
SocialIapReporting SocialIapReporting
SolutionsDisplay SolutionsDisplay
Sony
SortAttractions SortAttractions
SortEateries SortEateries
SortHotels SortHotels
@ -4314,6 +4340,7 @@ WebObjects/MZStore.woa/wa/viewMultiRoom?
WebObjects/MZStoreElements.woa WebObjects/MZStoreElements.woa
WebX WebX
WhatsNearby WhatsNearby
WiViewingActivity
WidgetBrowserExtension WidgetBrowserExtension
WidgetEmbed WidgetEmbed
WidgetListAsync.naver WidgetListAsync.naver
@ -4327,6 +4354,8 @@ WriteReviews
XCSA XCSA
Xhr Xhr
Yandex Yandex
YourAccount
YourAccountPayment
ZendeskRedirector ZendeskRedirector
ZendeskSSO ZendeskSSO
ZeroClipboard/static-1.6 ZeroClipboard/static-1.6
@ -4632,8 +4661,6 @@ about/careers/applications/jobs/results?*&page=
about/careers/applications/jobs/results?page= about/careers/applications/jobs/results?page=
about/faq/station-finder/?state-text= about/faq/station-finder/?state-text=
about/faq/station-finder/?zip-text= about/faq/station-finder/?zip-text=
about/leadership-university-administration/board-of-trustees/newsletter
about/news-publications/news/search
about/team_member about/team_member
about? about?
aboutus aboutus
@ -4724,6 +4751,7 @@ account_settings/set_password?
account_settings/set_your_password$ account_settings/set_your_password$
account_settings/set_your_password? account_settings/set_your_password?
account_settings? account_settings?
accountaccess
accounts accounts
accounts/ClientAuth accounts/ClientAuth
accounts/ClientAuth accounts/ClientAuth
@ -4734,6 +4762,7 @@ accounts/force-by-email
accounts/login accounts/login
accounts/o8 accounts/o8
accounts/o8/id accounts/o8/id
accountstatus
acct acct
acercadenosotros acercadenosotros
aclick aclick
@ -4900,8 +4929,6 @@ admin?context=
administration administration
administrator administrator
adminusers adminusers
admissions/undergraduate-admissions
admissions/undergraduate-admissions.html
adobe/dynamicmedia/deliver/ adobe/dynamicmedia/deliver/
adredir? adredir?
adresa-segmentator adresa-segmentator
@ -5007,6 +5034,7 @@ ai_log
aid aid
aihub/tfhub aihub/tfhub
aim/ aim/
airtel
aistudio/*favicon*.png$ aistudio/*favicon*.png$
ajah ajah
ajax ajax
@ -5080,7 +5108,6 @@ alphafoldserver
als/shakespeare_pilot als/shakespeare_pilot
alumni alumni
alumni-subscriptions alumni-subscriptions
alumni/the-hub
am-cookie-helper am-cookie-helper
am-sonntag/vorproduktion am-sonntag/vorproduktion
am/$ am/$
@ -5124,6 +5151,7 @@ analytics/seomagic
analytics/traffic/overview analytics/traffic/overview
analytics/uploads analytics/uploads
analyzer-api analyzer-api
anan
android/downloads android/downloads
android/market android/market
android/market_images android/market_images
@ -5155,7 +5183,7 @@ apdata
api api
api*.do api*.do
api*?hl= api*?hl=
api*?hl=http://adweek.com/robots.txt api*?hl=http://adssettings.google.com/robots.txt
api-keys api-keys
api-proxy api-proxy
api.html? api.html?
@ -5340,6 +5368,7 @@ ar/user$
ar_ae ar_ae
ar_eg/templates/M ar_eg/templates/M
ar_sa ar_sa
arabic
arama arama
archive archive
archive$ archive$
@ -5705,6 +5734,7 @@ audio_file
audio_news audio_news
audio_player audio_player
audiofiles audiofiles
aui/inbound
aura aura
aura/promo aura/promo
aus/interchange aus/interchange
@ -5720,6 +5750,7 @@ auth/signup
auth/sso/proxy-login auth/sso/proxy-login
auth/verifychallenge auth/verifychallenge
auth_pass auth_pass
authenticate
authentication authentication
authentication$ authentication$
authentication/signin authentication/signin
@ -5740,6 +5771,7 @@ autocomplete/projects
autocomplete/users autocomplete/users
autocompletes autocompletes
autodiscover/ autodiscover/
autologin
autopoet autopoet
auvio/embed auvio/embed
availability availability
@ -5830,6 +5862,7 @@ backstage
bad-boys bad-boys
bad-boys-ii bad-boys-ii
badges/profile/create badges/profile/create
baidu
bal/impression bal/impression
bal/impression/RecordImpression.htm? bal/impression/RecordImpression.htm?
ban-me-i-am-a-robot ban-me-i-am-a-robot
@ -6930,6 +6963,7 @@ books?*zoom=5
bookshelf bookshelf
boomerang boomerang
boutique/sitemaps boutique/sitemaps
bouyguestelecom
bp bp
bp/c bp/c
bp/guest_mfg_brand bp/guest_mfg_brand
@ -6964,11 +6998,14 @@ brians-song
briarpatch briarpatch
bricks/image bricks/image
bridesmaids bridesmaids
britishairways
broadband broadband
brouillon/ brouillon/
browse
browse-2 browse-2
browse.aspx browse.aspx
browse/deals/partial browse/deals/partial
browse/genre
browse/homes/all browse/homes/all
browse/more_page browse/more_page
browse/reviews/recent browse/reviews/recent
@ -6980,6 +7017,7 @@ browse_
browse_content browse_content
browser/tutorials browser/tutorials
browsers browsers
brutus
brw brw
bs-BA/$ bs-BA/$
buckets/*/edit buckets/*/edit
@ -6989,7 +7027,6 @@ build
build.xml build.xml
builders builders
bundle-next bundle-next
bursar
bus/api bus/api
bus/orders bus/orders
buscar buscar
@ -7751,6 +7788,7 @@ change-shipping
changeLanguage=True changeLanguage=True
changebrowser changebrowser
changelog changelog
changeplan
changeset changeset
channel channel
channels channels
@ -7802,6 +7840,7 @@ checkoutnow
checkouts checkouts
checkpoint checkpoint
children children
chinese
chisla.html chisla.html
chistory.php chistory.php
chocolatechip chocolatechip
@ -7884,6 +7923,7 @@ cldr/trac
cldr/utility cldr/utility
clea/ clea/
clean$ clean$
clearcookies
cli cli
click click
click* click*
@ -9843,6 +9883,7 @@ colors/zaffre/$
com.condenast/yv8 com.condenast/yv8
combo/ combo/
comedy comedy
comhem
comic-indies comic-indies
comic-indies/$ comic-indies/$
comic-indies/about comic-indies/about
@ -9947,6 +9988,7 @@ community/zh
community_comment community_comment
community_post community_post
community_s community_s
companies
company company
company/*.rss company/*.rss
company/add-ons-agreement company/add-ons-agreement
@ -10247,6 +10289,7 @@ contests
context_referrer=gig_page context_referrer=gig_page
context_referrer=user_page context_referrer=user_page
contribute/* contribute/*
control
controller controller
controller/audio_player controller/audio_player
controller/facebook controller/facebook
@ -10365,6 +10408,7 @@ coupons/visit
courier courier
courses courses
courses/ courses/
courts
cover cover
covid19/mobility covid19/mobility
cp cp
@ -10383,6 +10427,7 @@ cpp/docs/reference/*/latest
cpp/docs/reference/*/latest$ cpp/docs/reference/*/latest$
cpp/docs/reference/help cpp/docs/reference/help
cpresources cpresources
cpro
cpropub/univercd cpropub/univercd
cr$ cr$
cr/Download cr/Download
@ -10454,6 +10499,7 @@ csds/*
cservice cservice
cservice/ya_index.gsp cservice/ya_index.gsp
csi_204 csi_204
csl
csp csp
csp_block csp_block
csp_report_only csp_report_only
@ -11398,12 +11444,6 @@ demo/$
demonstration demonstration
demos/dev-mode-design/$ demos/dev-mode-design/$
demos/dev-mode-developers/$ demos/dev-mode-developers/$
dental/dh
dental/endo
dental/histo
dental/intranet
dental/perio
dental/students
denver denver
design design
design-handoff/$ design-handoff/$
@ -11467,6 +11507,7 @@ device
device-ajax device-ajax
device-prefs device-prefs
deviceList deviceList
deviceManagement
devmailmobile/ devmailmobile/
devmx/ devmx/
devopsconsole/images devopsconsole/images
@ -11869,6 +11910,7 @@ editor/uploads/1/_/1/custom_themes/578730180640357361/files
editor2.jsp editor2.jsp
editorial-images editorial-images
editorial/* editorial/*
editpayment
edits edits
edocs/infogdocs/tdc_sony/ edocs/infogdocs/tdc_sony/
edocs/lexdocs/ edocs/lexdocs/
@ -11932,6 +11974,7 @@ elements
eli-search eli-search
eliminar-busqueda eliminar-busqueda
eliminar-favoritos eliminar-favoritos
elisa
elite? elite?
elp elp
em em
@ -11966,6 +12009,7 @@ emailprefs
emails emails
emailservice emailservice
emailsignup emailsignup
emailunsubscribe
embed embed
embed/* embed/*
embed/@ embed/@
@ -12747,6 +12791,7 @@ enterprise-partner-search/sitemaps
enterprise/$ enterprise/$
enterprise/plan/$ enterprise/plan/$
enterprise/seo enterprise/seo
entertain
entertainment/article/Minerva-s-horoscope entertainment/article/Minerva-s-horoscope
entities/search entities/search
entityexplore$ entityexplore$
@ -12756,6 +12801,7 @@ entrez/eutils
entrez/sutils entrez/sutils
entrez/utils entrez/utils
entrez/viewer.fcgi entrez/viewer.fcgi
entrytrap
enttinyscrolljs/* enttinyscrolljs/*
enus/ enus/
enviro/static-3.70 enviro/static-3.70
@ -13796,6 +13842,7 @@ eu/assets/
eu/kb eu/kb
eu/login-messages/ eu/login-messages/
eu/promos/ eu/promos/
eula
eur-lex eur-lex
eures/main.jsp eures/main.jsp
eurocontrol/ eurocontrol/
@ -13965,7 +14012,6 @@ faq
faq_search.php faq_search.php
fashion/lookbook/38917 fashion/lookbook/38917
fashion/search/models fashion/search/models
fast-facts
fast-five fast-five
fast-furious fast-furious
fastajax fastajax
@ -14199,6 +14245,7 @@ fios
firefox/? firefox/?
firefox/downloads firefox/downloads
firefox/new_tab_learn_more firefox/new_tab_learn_more
firetv
firms/ firms/
firststeps. firststeps.
fisheries/fleet fisheries/fleet
@ -16980,6 +17027,7 @@ free-tools/plagiarism-checker/?q=
free-trial free-trial
free/cloud-computing-free-tier/ free/cloud-computing-free-tier/
free/databases-free-tier/ free/databases-free-tier/
freemonth
freepublications/ freepublications/
freertos/archive freertos/archive
french-studies/ french-studies/
@ -17085,6 +17133,7 @@ geo/download
geo/tools geo/tools
geocoder geocoder
geolocation geolocation
geooverride
germany/library/images/mnp/ germany/library/images/mnp/
germany/video/de/de/related* germany/video/de/de/related*
get get
@ -17648,6 +17697,7 @@ homeimprovement/EmbeddedProfile.htm
homeloans/*zga_z_guid= homeloans/*zga_z_guid=
homepage homepage
homepage-video-test homepage-video-test
homepage/
homepage/2013 homepage/2013
homepage/HomepageVideoMetrics.htm homepage/HomepageVideoMetrics.htm
homes homes
@ -17773,7 +17823,7 @@ http://apple.com/robots.txt
http://bbc.com/robots.txt http://bbc.com/robots.txt
http://bbcsfx.acropolis.org.uk/robots.txt http://bbcsfx.acropolis.org.uk/robots.txt
http://chrome.google.com/robots.txt http://chrome.google.com/robots.txt
http://creatoracademy.youtube.com/robots.txt http://creativecommons.org/robots.txt
http://en.m.wikipedia.org/robots.txt http://en.m.wikipedia.org/robots.txt
http://expedia.com/robots.txt http://expedia.com/robots.txt
http://gist.github.com/robots.txt http://gist.github.com/robots.txt
@ -17795,9 +17845,9 @@ http://techradar.com/robots.txt
http://thelancet.com/robots.txt http://thelancet.com/robots.txt
http://threads.net/robots.txt http://threads.net/robots.txt
http://tracks.arte.tv/robots.txt http://tracks.arte.tv/robots.txt
http://upload.wikimedia.org/robots.txt http://upwork.com/robots.txt
http://use.fontawesome.com/robots.txt http://use.fontawesome.com/robots.txt
http://webmasters.googleblog.com/robots.txt http://weebly.com/robots.txt
https://player.cnevids.com https://player.cnevids.com
https://www.iubenda.com/en/help/126238-pricing-faqs-legacy-guide https://www.iubenda.com/en/help/126238-pricing-faqs-legacy-guide
https://www.iubenda.com/en/help/142642-old-vs-new-pricing https://www.iubenda.com/en/help/142642-old-vs-new-pricing
@ -18078,6 +18128,7 @@ image-cn-sf-sitemap.xml.gz
image-cn-spd-sitemap.xml.gz image-cn-spd-sitemap.xml.gz
image/detailprint image/detailprint
imageClipperUpload imageClipperUpload
imagelibrary
images images
images$ images$
images-apphost images-apphost
@ -19910,6 +19961,8 @@ koa/vocaas
koha/ koha/
kolkata kolkata
kontakt kontakt
korean
kpn
kr/en kr/en
kr/en$ kr/en$
krypto= krypto=
@ -20012,6 +20065,8 @@ learning/settings
learning/settings$ learning/settings$
learning/settings? learning/settings?
learnmore learnmore
learnmorelayer
learnmorelayertv
leave leave
lecture lecture
leerberichten leerberichten
@ -20117,6 +20172,7 @@ level/34
level/78 level/78
lexikon lexikon
lexikonListe lexikonListe
lg
lgads_v2/minify-1,channel-nbt.cms* lgads_v2/minify-1,channel-nbt.cms*
li/track li/track
lib lib
@ -20163,6 +20219,7 @@ limited-release
link link
link-intersect link-intersect
link-intersect/$ link-intersect/$
link?
link_to link_to
linked linked
linkedin linkedin
@ -20288,6 +20345,9 @@ login_or_join/redirected$
login_or_join/redirected? login_or_join/redirected?
login_or_join? login_or_join?
login_with_redirect login_with_redirect
loginhelp
loginhelp/lookup
loginhelpsucess
logo-maker/brief logo-maker/brief
logo-maker/choose-variation logo-maker/choose-variation
logo-maker/woo logo-maker/woo
@ -20577,9 +20637,11 @@ mats/?diagid=100001&eulaaccept=yes*
mats/default.aspx?diagid=100001&eulaaccept=yes* mats/default.aspx?diagid=100001&eulaaccept=yes*
max= max=
max_price= max_price=
maxis
maxprice= maxprice=
mbf mbf
mbox mbox
mcd
mcp-catalog/$ mcp-catalog/$
mcp-cc-ai-code/$ mcp-cc-ai-code/$
mdocsarchives/ mdocsarchives/
@ -20702,6 +20764,7 @@ mentions
menu menu
menu/*/feedback_form menu/*/feedback_form
menu/store-locator menu/store-locator
meo
meps/*/eptvAjax meps/*/eptvAjax
meps/*/pdf* meps/*/pdf*
meps/*/xml* meps/*/xml*
@ -20828,6 +20891,7 @@ modern-formats-eng/ucp/static/*/client
modern-formats-eng/ucp/static/*/csr modern-formats-eng/ucp/static/*/csr
modern-formats-eng/ucp/static/*/dev modern-formats-eng/ucp/static/*/dev
modern-formats-eng/ucp/static/framework_logging modern-formats-eng/ucp/static/framework_logging
modernizr
module-catalogue module-catalogue
module-showcase module-showcase
modules modules
@ -21687,8 +21751,11 @@ not-authorized
not-found not-found
not-supported.html not-supported.html
not_recommended_reviews not_recommended_reviews
notamember
note note
notfound
notfound.html notfound.html
notices
notifications notifications
notifications notifications
notifications$ notifications$
@ -21705,6 +21772,7 @@ npln
npost/ npost/
npr npr
nqrwns nqrwns
nrdapp
ns/ ns/
ns/hydra/console/? ns/hydra/console/?
ns/local_news ns/local_news
@ -21718,7 +21786,6 @@ nwshp$
nxs-video-player nxs-video-player
nymag/columns/intelligencer/features/16951 nymag/columns/intelligencer/features/16951
nymag/letters/14872 nymag/letters/14872
nyucard/campuscash/admin
nz nz
nz$ nz$
nz*/listing/*/favoriters nz*/listing/*/favoriters
@ -21875,6 +21942,7 @@ optin/
optout optout
optout/ optout/
optoutemail optoutemail
orangefrance
order order
order-detail order-detail
order-results order-results
@ -21900,6 +21968,7 @@ our-kind-of-traitor
out-of-home out-of-home
overlay overlay
overview overview
overviewblockseeother
ownerView.php ownerView.php
ownerview.php ownerview.php
p p
@ -22276,6 +22345,7 @@ pagespeed/insights/ui/logo
paid-content/news/how-galaxy-ai-camera-tools-help-you-take-better-photos-automatically-on-the-s25 paid-content/news/how-galaxy-ai-camera-tools-help-you-take-better-photos-automatically-on-the-s25
paid-content/news/how-samsungs-galaxy-ai-boosts-gaming-performance paid-content/news/how-samsungs-galaxy-ai-boosts-gaming-performance
paid-posts paid-posts
panasonic
panel panel
panelweb panelweb
pantheon pantheon
@ -22443,6 +22513,7 @@ phbr~r_
phenom phenom
phone/compare/? phone/compare/?
phoneinfo phoneinfo
phonenumber
photo photo
photo-test-editor-x photo-test-editor-x
photo/group photo/group
@ -22717,6 +22788,7 @@ playground
playing-house playing-house
playlist playlist
playlists/*/user playlists/*/user
playstation
plenary/*/vod.html plenary/*/vod.html
plonejsi18n$ plonejsi18n$
plugin plugin
@ -22814,9 +22886,12 @@ polozhyeniya-i-usloviya
pools/c pools/c
pools/campaign pools/campaign
popup popup
popup/codewhatisthis
popup? popup?
popup_manager_priority.cms* popup_manager_priority.cms*
popup_security.jsp popup_security.jsp
popupdetails
popupprivacypolicy
popups/mediaplayer popups/mediaplayer
popups/popup_gallery popups/popup_gallery
portal portal
@ -22874,7 +22949,7 @@ premium$
premium-reports premium-reports
premium/ premium/
premium/$ premium/$
premium/http://rtbf.be/robots.txt premium/http://s.w.org/robots.txt
premiumsupport/iam/ premiumsupport/iam/
premiumsupport/knowledge-center/feedback-no/ premiumsupport/knowledge-center/feedback-no/
premiumsupport/knowledge-center/feedback-yes/ premiumsupport/knowledge-center/feedback-yes/
@ -22954,6 +23029,7 @@ privacy/archived-versions.html
privacy/consent privacy/consent
privacy/request-data privacy/request-data
privacy/zoho-group.html privacy/zoho-group.html
privacypolicychanges
private private
private private
private-promo private-promo
@ -23143,6 +23219,7 @@ proto
protocol protocol
protocolexchange/labgroups protocolexchange/labgroups
prototyping/$ prototyping/$
proximus
proxy proxy
proxy proxy
proxy/ proxy/
@ -23686,7 +23763,6 @@ public-api
public-data-sets/applicants/ public-data-sets/applicants/
public-data-sets/terms/ public-data-sets/terms/
public-profile public-profile
public.affairs/gata
public.api public.api
public/*.css$ public/*.css$
public/*.css? public/*.css?
@ -23770,6 +23846,7 @@ q/user/*/subscribers
q/user/*/verifies q/user/*/verifies
q= q=
qa qa
qantas
qemail qemail
qi qi
qr qr
@ -23965,6 +24042,7 @@ release-notes/$
releasenotes/item/ releasenotes/item/
relnotes relnotes
remember-the-titans remember-the-titans
rememberme
remote-login.php remote-login.php
remote-work-lp/$ remote-work-lp/$
remote.control remote.control
@ -24361,8 +24439,6 @@ reservations/*/notifyme
reset reset
reset-password reset-password
reset? reset?
residential.education/archive
residential.education/templates
resource resource
resource-library/$ resource-library/$
resource-library/*? resource-library/*?
@ -24915,6 +24991,7 @@ s3
s= s=
s=p s=p
s? s?
s?
s?*rh=n%3A1380045031 s?*rh=n%3A1380045031
s_id= s_id=
sa sa
@ -24937,6 +25014,7 @@ salesImages/static-1.383
salesImages/static-1.389 salesImages/static-1.389
samemodel.php?imageid=*&pg=*&sortcriteria=6 samemodel.php?imageid=*&pg=*&sortcriteria=6
saml_sso saml_sso
samsung
san-andreas san-andreas
sap/saphana/pilot/ sap/saphana/pilot/
sap/saphana/pilot/offer/ sap/saphana/pilot/offer/
@ -25520,6 +25598,7 @@ sharing/files
sharing/folders sharing/folders
shelf/user_shelves shelf/user_shelves
shenghuo shenghuo
shifen/
ship ship
shipping shipping
shipping-payment shipping-payment
@ -25635,6 +25714,7 @@ signup/payment?
signup? signup?
signup?fullscreen= signup?fullscreen=
signup_modal signup_modal
signurl
silent-login silent-login
silva silva
silver-linings-playbook silver-linings-playbook
@ -26228,6 +26308,7 @@ solutions/solution-providers/program/reseller/adguidelines/
solutions/solution-providers/program/reseller/authorized/ solutions/solution-providers/program/reseller/authorized/
solutions/solution-providers/program/reseller/customerterms/ solutions/solution-providers/program/reseller/customerterms/
solutions/ux-flow-generator/$ solutions/ux-flow-generator/$
sony
sort= sort=
sortBy= sortBy=
sos/clerical sos/clerical
@ -26675,6 +26756,7 @@ subscription
subscription/ subscription/
subscription/*?*onboarded= subscription/*?*onboarded=
subscription/*?*source= subscription/*?*source=
subscriptioncancel
subscriptions subscriptions
subscriptions/manage/ subscriptions/manage/
subscriptions/securejson/ subscriptions/securejson/
@ -26777,7 +26859,6 @@ surveys-360
surveys/ surveys/
suspended_tickets suspended_tickets
suspension-appeal suspension-appeal
sustainability
sutils sutils
sv-SE/$ sv-SE/$
sv-SE/android/collections sv-SE/android/collections
@ -26907,6 +26988,7 @@ talk/create
talk/new_topic talk/new_topic
talk/user talk/user
talk/user/*/article talk/user/*/article
talktalk
tally-loader-react/static-1.65 tally-loader-react/static-1.65
target_baby target_baby
target_group target_group
@ -26915,6 +26997,7 @@ targetdirect_group
tariffselect tariffselect
tasks tasks
tasks/ tasks/
tastesurvey
tax-center tax-center
tax.php tax.php
tax_countries.php tax_countries.php
@ -26944,6 +27027,7 @@ tb/recent
tbl* tbl*
tblang= tblang=
tbproxy tbproxy
tdc
tdir/p/kids-back-to-school tdir/p/kids-back-to-school
tdv2_fp tdv2_fp
te-IN/$ te-IN/$
@ -26960,6 +27044,8 @@ tech/*s=
tech/services-and-software/best-vpn tech/services-and-software/best-vpn
techbiz/media/news/2001/09/46556 techbiz/media/news/2001/09/46556
telegraph telegraph
telenor
telfort
telsearch telsearch
temp temp
template template
@ -27370,6 +27456,7 @@ terms/looker/legal/rapid-deployment-terms
terms/looker/legal/sccs terms/looker/legal/sccs
terms/looker/legal/suppliers/partner-assignment-faq terms/looker/legal/suppliers/partner-assignment-faq
terms/looker/legal/suppliers/supplier-code-of-conduct terms/looker/legal/suppliers/supplier-code-of-conduct
termsofusechanges
test test
test-kick-tires test-kick-tires
test-v1-page-template test-v1-page-template
@ -27565,6 +27652,7 @@ ti/p
ticket_fields ticket_fields
tickets tickets
tickets-external? tickets-external?
tim
time/change/*? time/change/*?
time/change/@ time/change/@
time/map/*_escaped_fragment_ time/map/*_escaped_fragment_
@ -27892,6 +27980,7 @@ tto/archive/frame/article
tto/archive/page tto/archive/page
tto/news tto/news
tucritica tucritica
tudum
tune*retpath= tune*retpath=
turbo turbo
turbo*?*ajax=1 turbo*?*ajax=1
@ -27904,6 +27993,7 @@ tv
tv/shows tv/shows
tv/thumb tv/thumb
tv/tv-news/jean-alexander-dies-coronation-streets-3764827 tv/tv-news/jean-alexander-dies-coronation-streets-3764827
tvsignup
tw tw
tw/* tw/*
tw/Download tw/Download
@ -28078,6 +28168,7 @@ uk/zazzle
uki/search uki/search
ul ul
uli/trac uli/trac
ulink?
ulk/i ulk/i
ulk/sch ulk/sch
ulk/usr ulk/usr
@ -28112,6 +28203,7 @@ unsubscribecampaign
unsubscribed unsubscribed
unsupported-browser unsupported-browser
until= until=
upcomingevents
update update
update-your-browser update-your-browser
update.php update.php
@ -28655,6 +28747,7 @@ verify_age
verify_cookies verify_cookies
verify_your_email$ verify_your_email$
verify_your_email? verify_your_email?
verifyidentity
version version
version-info version-info
versions versions
@ -28782,6 +28875,7 @@ view-skytour
viewReview viewReview
viewconfig$ viewconfig$
viewer viewer
viewingactivity
viewlocale=zh_CN viewlocale=zh_CN
viewrecentepisode viewrecentepisode
viewvc viewvc
@ -28792,6 +28886,7 @@ vimeo-academy
vimeo-for-figma/$ vimeo-for-figma/$
vinterdev/ vinterdev/
vip vip
virginaustralia
virtual virtual
virtualization/ virtualization/
virtualsupportassistant virtualsupportassistant
@ -28806,6 +28901,8 @@ vlt
vmware/about vmware/about
vn vn
vod vod
vodafone
vodafonedemobilelaunch
voices/ voices/
vote-review vote-review
votre-europarl/ votre-europarl/
@ -28828,8 +28925,6 @@ w/load.php?
w/rest.php/site/v1/sitemap w/rest.php/site/v1/sitemap
w/users/user_hints w/users/user_hints
w3 w3
wagner/newsite
wagner/newsiteTEST
wai-conformance-model-test wai-conformance-model-test
walking-tall walking-tall
walkscore walkscore
@ -29036,6 +29131,7 @@ wholesale-page-*.html
wholesale.html$ wholesale.html$
wholesalecheckout wholesalecheckout
whsmiths whsmiths
whysecure
whythisad whythisad
widget widget
widget-docs widget-docs
@ -29677,8 +29773,10 @@ wix-platform
wixblog wixblog
wixdemo wixdemo
wixel/templates/*?color wixel/templates/*?color
wixel/templates/*?format
wixel/templates/*?price wixel/templates/*?price
wixel/templates/*?style wixel/templates/*?style
wixel/templates/*?type
wixel/templates/search? wixel/templates/search?
wixpress wixpress
wizarding-world wizarding-world
@ -29934,11 +30032,13 @@ wwwhkotc.cc
x x
x/oauth x/oauth
xas/api xas/api
xboxone
xbp/search xbp/search
xclick-auction xclick-auction
xcs0MhRsfxHG.js xcs0MhRsfxHG.js
xdoor xdoor
xf/help xf/help
xfinity
xgCxM9By/init.js xgCxM9By/init.js
xhr xhr
xhtml/? xhtml/?
@ -29962,6 +30062,7 @@ xmlrpc.php
xmlsearch xmlsearch
xoplatform/logger/api/logger xoplatform/logger/api/logger
xorouter xorouter
xs4all
xxx-the-return-of-xander-cage xxx-the-return-of-xander-cage
y1= y1=
yaca yaca
@ -29982,6 +30083,8 @@ yca/cy
year year
your your
your-shop your-shop
yourAccount
youraccount
youreurope/businessACC youreurope/businessACC
youreurope/businessDEV/http://europarl.europa.eu/robots.txt youreurope/businessDEV/http://europarl.europa.eu/robots.txt
youreurope/citizensACC youreurope/citizensACC
@ -30230,6 +30333,7 @@ zh_cn
zh_hans zh_hans
zh_hant zh_hant
zh_tw/templates/M zh_tw/templates/M
ziggo
zite-importer zite-importer
zoeken zoeken
zoholics/Folleto-Zoholics-Mexico-2016.pdf zoholics/Folleto-Zoholics-Mexico-2016.pdf