mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-07 03:53:44 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
699d20f40e
commit
1018b128d6
30 changed files with 4559 additions and 1825 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1773649736
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1773742883
|
||||
"last_update": 1773829432
|
||||
}
|
||||
}
|
||||
|
|
@ -1,17 +1,27 @@
|
|||
.changeset/every-bats-stare.md
|
||||
every-bats-stare.md
|
||||
.changeset/loud-actors-laugh.md
|
||||
loud-actors-laugh.md
|
||||
.changeset/salty-mugs-help.md
|
||||
salty-mugs-help.md
|
||||
.changeset/sweet-things-throw.md
|
||||
sweet-things-throw.md
|
||||
.changeset/gold-rockets-live.md
|
||||
gold-rockets-live.md
|
||||
.changeset/eager-flies-drive.md
|
||||
eager-flies-drive.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/honest-ducks-flow.md
|
||||
honest-ducks-flow.md
|
||||
.changeset/thin-files-film.md
|
||||
thin-files-film.md
|
||||
.changeset/stale-cars-sin.md
|
||||
stale-cars-sin.md
|
||||
.changeset/tidy-pets-grow.md
|
||||
tidy-pets-grow.md
|
||||
.changeset/neat-mangos-cover.md
|
||||
neat-mangos-cover.md
|
||||
.changeset/hungry-yaks-enter.md
|
||||
hungry-yaks-enter.md
|
||||
.vscode/settings.json
|
||||
|
|
@ -3036,6 +3046,18 @@ api/src/cli/run.ts
|
|||
src/cli/run.ts
|
||||
cli/run.ts
|
||||
run.ts
|
||||
api/src/cli/commands/cache/clear.test.ts
|
||||
src/cli/commands/cache/clear.test.ts
|
||||
cli/commands/cache/clear.test.ts
|
||||
commands/cache/clear.test.ts
|
||||
cache/clear.test.ts
|
||||
clear.test.ts
|
||||
api/src/cli/commands/cache/clear.ts
|
||||
src/cli/commands/cache/clear.ts
|
||||
cli/commands/cache/clear.ts
|
||||
commands/cache/clear.ts
|
||||
cache/clear.ts
|
||||
clear.ts
|
||||
api/src/cli/commands/bootstrap/index.ts
|
||||
src/cli/commands/bootstrap/index.ts
|
||||
cli/commands/bootstrap/index.ts
|
||||
|
|
@ -4263,6 +4285,10 @@ api/src/utils/apply-snapshot.ts
|
|||
src/utils/apply-snapshot.ts
|
||||
utils/apply-snapshot.ts
|
||||
apply-snapshot.ts
|
||||
api/src/utils/generate-translations.ts
|
||||
src/utils/generate-translations.ts
|
||||
utils/generate-translations.ts
|
||||
generate-translations.ts
|
||||
api/src/utils/redact-object.ts
|
||||
src/utils/redact-object.ts
|
||||
utils/redact-object.ts
|
||||
|
|
@ -4355,6 +4381,10 @@ api/src/utils/reduce-schema.ts
|
|||
src/utils/reduce-schema.ts
|
||||
utils/reduce-schema.ts
|
||||
reduce-schema.ts
|
||||
api/src/utils/translations-validation.ts
|
||||
src/utils/translations-validation.ts
|
||||
utils/translations-validation.ts
|
||||
translations-validation.ts
|
||||
api/src/utils/job-queue.ts
|
||||
src/utils/job-queue.ts
|
||||
utils/job-queue.ts
|
||||
|
|
@ -4403,6 +4433,10 @@ api/src/utils/get-config-from-env.test.ts
|
|||
src/utils/get-config-from-env.test.ts
|
||||
utils/get-config-from-env.test.ts
|
||||
get-config-from-env.test.ts
|
||||
api/src/utils/generate-translations.test.ts
|
||||
src/utils/generate-translations.test.ts
|
||||
utils/generate-translations.test.ts
|
||||
generate-translations.test.ts
|
||||
api/src/utils/get-snapshot.test.ts
|
||||
src/utils/get-snapshot.test.ts
|
||||
utils/get-snapshot.test.ts
|
||||
|
|
@ -4427,6 +4461,10 @@ api/src/utils/validate-keys.ts
|
|||
src/utils/validate-keys.ts
|
||||
utils/validate-keys.ts
|
||||
validate-keys.ts
|
||||
api/src/utils/translations-shared.test.ts
|
||||
src/utils/translations-shared.test.ts
|
||||
utils/translations-shared.test.ts
|
||||
translations-shared.test.ts
|
||||
api/src/utils/is-valid-uuid.ts
|
||||
src/utils/is-valid-uuid.ts
|
||||
utils/is-valid-uuid.ts
|
||||
|
|
@ -4475,6 +4513,10 @@ api/src/utils/get-auth-providers.ts
|
|||
src/utils/get-auth-providers.ts
|
||||
utils/get-auth-providers.ts
|
||||
get-auth-providers.ts
|
||||
api/src/utils/translations-shared.ts
|
||||
src/utils/translations-shared.ts
|
||||
utils/translations-shared.ts
|
||||
translations-shared.ts
|
||||
api/src/utils/get-auth-providers.test.ts
|
||||
src/utils/get-auth-providers.test.ts
|
||||
utils/get-auth-providers.test.ts
|
||||
|
|
@ -6749,6 +6791,11 @@ src/ai/providers/types.ts
|
|||
ai/providers/types.ts
|
||||
providers/types.ts
|
||||
types.ts
|
||||
api/src/ai/devtools/index.ts
|
||||
src/ai/devtools/index.ts
|
||||
ai/devtools/index.ts
|
||||
devtools/index.ts
|
||||
index.ts
|
||||
api/src/ai/chat/middleware/load-settings.ts
|
||||
src/ai/chat/middleware/load-settings.ts
|
||||
ai/chat/middleware/load-settings.ts
|
||||
|
|
@ -7208,6 +7255,36 @@ ai/tools/trigger-flow/index.ts
|
|||
tools/trigger-flow/index.ts
|
||||
trigger-flow/index.ts
|
||||
index.ts
|
||||
api/src/ai/telemetry/index.test.ts
|
||||
src/ai/telemetry/index.test.ts
|
||||
ai/telemetry/index.test.ts
|
||||
telemetry/index.test.ts
|
||||
index.test.ts
|
||||
api/src/ai/telemetry/braintrust.test.ts
|
||||
src/ai/telemetry/braintrust.test.ts
|
||||
ai/telemetry/braintrust.test.ts
|
||||
telemetry/braintrust.test.ts
|
||||
braintrust.test.ts
|
||||
api/src/ai/telemetry/index.ts
|
||||
src/ai/telemetry/index.ts
|
||||
ai/telemetry/index.ts
|
||||
telemetry/index.ts
|
||||
index.ts
|
||||
api/src/ai/telemetry/langfuse.test.ts
|
||||
src/ai/telemetry/langfuse.test.ts
|
||||
ai/telemetry/langfuse.test.ts
|
||||
telemetry/langfuse.test.ts
|
||||
langfuse.test.ts
|
||||
api/src/ai/telemetry/langfuse.ts
|
||||
src/ai/telemetry/langfuse.ts
|
||||
ai/telemetry/langfuse.ts
|
||||
telemetry/langfuse.ts
|
||||
langfuse.ts
|
||||
api/src/ai/telemetry/braintrust.ts
|
||||
src/ai/telemetry/braintrust.ts
|
||||
ai/telemetry/braintrust.ts
|
||||
telemetry/braintrust.ts
|
||||
braintrust.ts
|
||||
api/src/ai/mcp/index.ts
|
||||
src/ai/mcp/index.ts
|
||||
ai/mcp/index.ts
|
||||
|
|
@ -7747,6 +7824,13 @@ settings/routes/policies/use-save.ts
|
|||
routes/policies/use-save.ts
|
||||
policies/use-save.ts
|
||||
use-save.ts
|
||||
app/src/modules/settings/routes/policies/use-duplicate.ts
|
||||
src/modules/settings/routes/policies/use-duplicate.ts
|
||||
modules/settings/routes/policies/use-duplicate.ts
|
||||
settings/routes/policies/use-duplicate.ts
|
||||
routes/policies/use-duplicate.ts
|
||||
policies/use-duplicate.ts
|
||||
use-duplicate.ts
|
||||
app/src/modules/settings/routes/policies/item.vue
|
||||
src/modules/settings/routes/policies/item.vue
|
||||
modules/settings/routes/policies/item.vue
|
||||
|
|
@ -7754,6 +7838,13 @@ settings/routes/policies/item.vue
|
|||
routes/policies/item.vue
|
||||
policies/item.vue
|
||||
item.vue
|
||||
app/src/modules/settings/routes/policies/use-duplicate.test.ts
|
||||
src/modules/settings/routes/policies/use-duplicate.test.ts
|
||||
modules/settings/routes/policies/use-duplicate.test.ts
|
||||
settings/routes/policies/use-duplicate.test.ts
|
||||
routes/policies/use-duplicate.test.ts
|
||||
policies/use-duplicate.test.ts
|
||||
use-duplicate.test.ts
|
||||
app/src/modules/settings/routes/roles/public-item.vue
|
||||
src/modules/settings/routes/roles/public-item.vue
|
||||
modules/settings/routes/roles/public-item.vue
|
||||
|
|
@ -9859,6 +9950,12 @@ use-permissions/item/lib/is-action-allowed.ts
|
|||
item/lib/is-action-allowed.ts
|
||||
lib/is-action-allowed.ts
|
||||
is-action-allowed.ts
|
||||
app/src/composables/use-permissions/item/use-item-permissions.test.ts
|
||||
src/composables/use-permissions/item/use-item-permissions.test.ts
|
||||
composables/use-permissions/item/use-item-permissions.test.ts
|
||||
use-permissions/item/use-item-permissions.test.ts
|
||||
item/use-item-permissions.test.ts
|
||||
use-item-permissions.test.ts
|
||||
app/src/composables/use-permissions/item/utils/fetch-item-permissions.test.ts
|
||||
src/composables/use-permissions/item/utils/fetch-item-permissions.test.ts
|
||||
composables/use-permissions/item/utils/fetch-item-permissions.test.ts
|
||||
|
|
@ -10883,6 +10980,42 @@ interfaces/_system/system-collection/system-collection.vue
|
|||
_system/system-collection/system-collection.vue
|
||||
system-collection/system-collection.vue
|
||||
system-collection.vue
|
||||
app/src/interfaces/_system/system-collections-translations/system-collections-translations-dialog.vue
|
||||
src/interfaces/_system/system-collections-translations/system-collections-translations-dialog.vue
|
||||
interfaces/_system/system-collections-translations/system-collections-translations-dialog.vue
|
||||
_system/system-collections-translations/system-collections-translations-dialog.vue
|
||||
system-collections-translations/system-collections-translations-dialog.vue
|
||||
system-collections-translations-dialog.vue
|
||||
app/src/interfaces/_system/system-collections-translations/utils.test.ts
|
||||
src/interfaces/_system/system-collections-translations/utils.test.ts
|
||||
interfaces/_system/system-collections-translations/utils.test.ts
|
||||
_system/system-collections-translations/utils.test.ts
|
||||
system-collections-translations/utils.test.ts
|
||||
utils.test.ts
|
||||
app/src/interfaces/_system/system-collections-translations/index.ts
|
||||
src/interfaces/_system/system-collections-translations/index.ts
|
||||
interfaces/_system/system-collections-translations/index.ts
|
||||
_system/system-collections-translations/index.ts
|
||||
system-collections-translations/index.ts
|
||||
index.ts
|
||||
app/src/interfaces/_system/system-collections-translations/system-collections-translations.test.ts
|
||||
src/interfaces/_system/system-collections-translations/system-collections-translations.test.ts
|
||||
interfaces/_system/system-collections-translations/system-collections-translations.test.ts
|
||||
_system/system-collections-translations/system-collections-translations.test.ts
|
||||
system-collections-translations/system-collections-translations.test.ts
|
||||
system-collections-translations.test.ts
|
||||
app/src/interfaces/_system/system-collections-translations/utils.ts
|
||||
src/interfaces/_system/system-collections-translations/utils.ts
|
||||
interfaces/_system/system-collections-translations/utils.ts
|
||||
_system/system-collections-translations/utils.ts
|
||||
system-collections-translations/utils.ts
|
||||
utils.ts
|
||||
app/src/interfaces/_system/system-collections-translations/system-collections-translations.vue
|
||||
src/interfaces/_system/system-collections-translations/system-collections-translations.vue
|
||||
interfaces/_system/system-collections-translations/system-collections-translations.vue
|
||||
_system/system-collections-translations/system-collections-translations.vue
|
||||
system-collections-translations/system-collections-translations.vue
|
||||
system-collections-translations.vue
|
||||
app/src/interfaces/_system/system-owner/index.ts
|
||||
src/interfaces/_system/system-owner/index.ts
|
||||
interfaces/_system/system-owner/index.ts
|
||||
|
|
|
|||
|
|
@ -1,10 +1,15 @@
|
|||
.changeset/every-bats-stare.md
|
||||
.changeset/loud-actors-laugh.md
|
||||
.changeset/salty-mugs-help.md
|
||||
.changeset/sweet-things-throw.md
|
||||
.changeset/gold-rockets-live.md
|
||||
.changeset/eager-flies-drive.md
|
||||
.changeset/config.json
|
||||
.changeset/honest-ducks-flow.md
|
||||
.changeset/thin-files-film.md
|
||||
.changeset/stale-cars-sin.md
|
||||
.changeset/tidy-pets-grow.md
|
||||
.changeset/neat-mangos-cover.md
|
||||
.changeset/hungry-yaks-enter.md
|
||||
.vscode/settings.json
|
||||
.vscode/extensions.json
|
||||
|
|
@ -595,6 +600,8 @@ api/src/cli/utils/create-env/index.ts
|
|||
api/src/cli/utils/drivers.ts
|
||||
api/src/cli/utils/create-db-connection.ts
|
||||
api/src/cli/run.ts
|
||||
api/src/cli/commands/cache/clear.test.ts
|
||||
api/src/cli/commands/cache/clear.ts
|
||||
api/src/cli/commands/bootstrap/index.ts
|
||||
api/src/cli/commands/count/index.ts
|
||||
api/src/cli/commands/roles/create.ts
|
||||
|
|
@ -831,6 +838,7 @@ api/src/utils/fetch-user-count/fetch-user-count.ts
|
|||
api/src/utils/fetch-user-count/fetch-active-users.ts
|
||||
api/src/utils/sanitize-schema.test.ts
|
||||
api/src/utils/apply-snapshot.ts
|
||||
api/src/utils/generate-translations.ts
|
||||
api/src/utils/redact-object.ts
|
||||
api/src/utils/get-default-index-name.ts
|
||||
api/src/utils/sanitize-query.ts
|
||||
|
|
@ -854,6 +862,7 @@ api/src/utils/schedule.test.ts
|
|||
api/src/utils/is-field-allowed.test.ts
|
||||
api/src/utils/parse-filter-key.ts
|
||||
api/src/utils/reduce-schema.ts
|
||||
api/src/utils/translations-validation.ts
|
||||
api/src/utils/job-queue.ts
|
||||
api/src/utils/validate-diff.ts
|
||||
api/src/utils/split-fields.ts
|
||||
|
|
@ -866,12 +875,14 @@ api/src/utils/is-directus-jwt.test.ts
|
|||
api/src/utils/is-directus-jwt.ts
|
||||
api/src/utils/get-accountability-for-role.ts
|
||||
api/src/utils/get-config-from-env.test.ts
|
||||
api/src/utils/generate-translations.test.ts
|
||||
api/src/utils/get-snapshot.test.ts
|
||||
api/src/utils/get-ip-from-req.test.ts
|
||||
api/src/utils/get-versioned-hash.test.ts
|
||||
api/src/utils/get-field-relational-depth.test.ts
|
||||
api/src/utils/stall.test.ts
|
||||
api/src/utils/validate-keys.ts
|
||||
api/src/utils/translations-shared.test.ts
|
||||
api/src/utils/is-valid-uuid.ts
|
||||
api/src/utils/validate-query.ts
|
||||
api/src/utils/get-address.ts
|
||||
|
|
@ -884,6 +895,7 @@ api/src/utils/compress.ts
|
|||
api/src/utils/sanitize-schema.ts
|
||||
api/src/utils/apply-diff.test.ts
|
||||
api/src/utils/get-auth-providers.ts
|
||||
api/src/utils/translations-shared.ts
|
||||
api/src/utils/get-auth-providers.test.ts
|
||||
api/src/utils/user-name.test.ts
|
||||
api/src/utils/encrypt.ts
|
||||
|
|
@ -1316,6 +1328,7 @@ api/src/ai/providers/anthropic-file-support.test.ts
|
|||
api/src/ai/providers/registry.ts
|
||||
api/src/ai/providers/anthropic-file-support.ts
|
||||
api/src/ai/providers/types.ts
|
||||
api/src/ai/devtools/index.ts
|
||||
api/src/ai/chat/middleware/load-settings.ts
|
||||
api/src/ai/chat/middleware/load-settings.test.ts
|
||||
api/src/ai/chat/lib/create-ui-stream.ts
|
||||
|
|
@ -1394,6 +1407,12 @@ api/src/ai/tools/collections/index.ts
|
|||
api/src/ai/tools/trigger-flow/index.test.ts
|
||||
api/src/ai/tools/trigger-flow/prompt.md
|
||||
api/src/ai/tools/trigger-flow/index.ts
|
||||
api/src/ai/telemetry/index.test.ts
|
||||
api/src/ai/telemetry/braintrust.test.ts
|
||||
api/src/ai/telemetry/index.ts
|
||||
api/src/ai/telemetry/langfuse.test.ts
|
||||
api/src/ai/telemetry/langfuse.ts
|
||||
api/src/ai/telemetry/braintrust.ts
|
||||
api/src/ai/mcp/index.ts
|
||||
api/src/ai/mcp/server.test.ts
|
||||
api/src/ai/mcp/server.ts
|
||||
|
|
@ -1487,7 +1506,9 @@ app/src/modules/settings/routes/policies/policy-info-sidebar-detail.vue
|
|||
app/src/modules/settings/routes/policies/add-new.vue
|
||||
app/src/modules/settings/routes/policies/collection.vue
|
||||
app/src/modules/settings/routes/policies/use-save.ts
|
||||
app/src/modules/settings/routes/policies/use-duplicate.ts
|
||||
app/src/modules/settings/routes/policies/item.vue
|
||||
app/src/modules/settings/routes/policies/use-duplicate.test.ts
|
||||
app/src/modules/settings/routes/roles/public-item.vue
|
||||
app/src/modules/settings/routes/roles/add-new.vue
|
||||
app/src/modules/settings/routes/roles/collection.vue
|
||||
|
|
@ -1841,6 +1862,7 @@ app/src/composables/use-permissions/item/lib/get-fields.test.ts
|
|||
app/src/composables/use-permissions/item/lib/is-action-allowed.test.ts
|
||||
app/src/composables/use-permissions/item/lib/get-fields.ts
|
||||
app/src/composables/use-permissions/item/lib/is-action-allowed.ts
|
||||
app/src/composables/use-permissions/item/use-item-permissions.test.ts
|
||||
app/src/composables/use-permissions/item/utils/fetch-item-permissions.test.ts
|
||||
app/src/composables/use-permissions/item/utils/fetch-item-permissions.ts
|
||||
app/src/composables/use-permissions/item/use-item-permissions.ts
|
||||
|
|
@ -2071,6 +2093,12 @@ app/src/interfaces/_system/system-interface-options/index.ts
|
|||
app/src/interfaces/_system/system-interface-options/system-interface-options.vue
|
||||
app/src/interfaces/_system/system-collection/index.ts
|
||||
app/src/interfaces/_system/system-collection/system-collection.vue
|
||||
app/src/interfaces/_system/system-collections-translations/system-collections-translations-dialog.vue
|
||||
app/src/interfaces/_system/system-collections-translations/utils.test.ts
|
||||
app/src/interfaces/_system/system-collections-translations/index.ts
|
||||
app/src/interfaces/_system/system-collections-translations/system-collections-translations.test.ts
|
||||
app/src/interfaces/_system/system-collections-translations/utils.ts
|
||||
app/src/interfaces/_system/system-collections-translations/system-collections-translations.vue
|
||||
app/src/interfaces/_system/system-owner/index.ts
|
||||
app/src/interfaces/_system/system-owner/system-owner.vue
|
||||
app/src/interfaces/_system/system-permissions/permissions-header.vue
|
||||
|
|
|
|||
|
|
@ -30575,6 +30575,11 @@ modules/content_translation/src/FieldSyncWidget.php
|
|||
content_translation/src/FieldSyncWidget.php
|
||||
src/FieldSyncWidget.php
|
||||
FieldSyncWidget.php
|
||||
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php
|
||||
modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php
|
||||
content_translation/src/ContentTranslationEnableTranslationPerBundle.php
|
||||
src/ContentTranslationEnableTranslationPerBundle.php
|
||||
ContentTranslationEnableTranslationPerBundle.php
|
||||
core/modules/content_translation/src/ContentTranslationPermissions.php
|
||||
modules/content_translation/src/ContentTranslationPermissions.php
|
||||
content_translation/src/ContentTranslationPermissions.php
|
||||
|
|
@ -81129,6 +81134,13 @@ tests/Drupal/Tests/UnitTestCase.php
|
|||
Drupal/Tests/UnitTestCase.php
|
||||
Tests/UnitTestCase.php
|
||||
UnitTestCase.php
|
||||
core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
|
||||
tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
|
||||
Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
|
||||
Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
|
||||
TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
|
||||
ErrorHandler/DrupalDebugClassLoaderTest.php
|
||||
DrupalDebugClassLoaderTest.php
|
||||
core/tests/Drupal/Tests/XdebugRequestTrait.php
|
||||
tests/Drupal/Tests/XdebugRequestTrait.php
|
||||
Drupal/Tests/XdebugRequestTrait.php
|
||||
|
|
@ -81243,6 +81255,12 @@ Drupal/TestTools/ErrorHandler/BootstrapErrorHandler.php
|
|||
TestTools/ErrorHandler/BootstrapErrorHandler.php
|
||||
ErrorHandler/BootstrapErrorHandler.php
|
||||
BootstrapErrorHandler.php
|
||||
core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php
|
||||
tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php
|
||||
Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php
|
||||
TestTools/ErrorHandler/DrupalDebugClassLoader.php
|
||||
ErrorHandler/DrupalDebugClassLoader.php
|
||||
DrupalDebugClassLoader.php
|
||||
core/tests/bootstrap.php
|
||||
tests/bootstrap.php
|
||||
bootstrap.php
|
||||
|
|
@ -118776,6 +118794,12 @@ claro/src/Hook/ClaroFormHooks.php
|
|||
src/Hook/ClaroFormHooks.php
|
||||
Hook/ClaroFormHooks.php
|
||||
ClaroFormHooks.php
|
||||
core/themes/claro/src/Hook/ClaroHooks.php
|
||||
themes/claro/src/Hook/ClaroHooks.php
|
||||
claro/src/Hook/ClaroHooks.php
|
||||
src/Hook/ClaroHooks.php
|
||||
Hook/ClaroHooks.php
|
||||
ClaroHooks.php
|
||||
core/themes/claro/js/details.js
|
||||
themes/claro/js/details.js
|
||||
claro/js/details.js
|
||||
|
|
@ -123354,6 +123378,12 @@ olivero/components/teaser/teaser.twig
|
|||
components/teaser/teaser.twig
|
||||
teaser/teaser.twig
|
||||
teaser.twig
|
||||
core/themes/olivero/src/Hook/OliveroHooks.php
|
||||
themes/olivero/src/Hook/OliveroHooks.php
|
||||
olivero/src/Hook/OliveroHooks.php
|
||||
src/Hook/OliveroHooks.php
|
||||
Hook/OliveroHooks.php
|
||||
OliveroHooks.php
|
||||
core/themes/olivero/src/Hook/OliveroPagePreprocessHooks.php
|
||||
themes/olivero/src/Hook/OliveroPagePreprocessHooks.php
|
||||
olivero/src/Hook/OliveroPagePreprocessHooks.php
|
||||
|
|
|
|||
|
|
@ -4195,6 +4195,7 @@ core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTa
|
|||
core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php
|
||||
core/modules/content_translation/src/Plugin/views/field/TranslationLink.php
|
||||
core/modules/content_translation/src/FieldSyncWidget.php
|
||||
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php
|
||||
core/modules/content_translation/src/ContentTranslationPermissions.php
|
||||
core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php
|
||||
core/modules/content_translation/src/ContentTranslationManager.php
|
||||
|
|
@ -11434,6 +11435,7 @@ core/tests/Drupal/Tests/EntityViewTrait.php
|
|||
core/tests/Drupal/Tests/PhpCs/SortTest.php
|
||||
core/tests/Drupal/Tests/ApiRequestTrait.php
|
||||
core/tests/Drupal/Tests/UnitTestCase.php
|
||||
core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
|
||||
core/tests/Drupal/Tests/XdebugRequestTrait.php
|
||||
core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php
|
||||
core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php
|
||||
|
|
@ -11452,6 +11454,7 @@ core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit11/TestCompatibilityTrai
|
|||
core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php
|
||||
core/tests/Drupal/TestTools/Comparator/MarkupInterfaceComparator.php
|
||||
core/tests/Drupal/TestTools/ErrorHandler/BootstrapErrorHandler.php
|
||||
core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php
|
||||
core/tests/bootstrap.php
|
||||
core/lib/Drupal.php
|
||||
core/lib/README.txt
|
||||
|
|
@ -17138,6 +17141,7 @@ core/themes/claro/claro.info.yml
|
|||
core/themes/claro/claro.libraries.yml
|
||||
core/themes/claro/src/ClaroPreRender.php
|
||||
core/themes/claro/src/Hook/ClaroFormHooks.php
|
||||
core/themes/claro/src/Hook/ClaroHooks.php
|
||||
core/themes/claro/js/details.js
|
||||
core/themes/claro/js/checkbox.js
|
||||
core/themes/claro/js/messages.js
|
||||
|
|
@ -17859,6 +17863,7 @@ core/themes/olivero/olivero.info.yml
|
|||
core/themes/olivero/README.md
|
||||
core/themes/olivero/components/teaser/teaser.component.yml
|
||||
core/themes/olivero/components/teaser/teaser.twig
|
||||
core/themes/olivero/src/Hook/OliveroHooks.php
|
||||
core/themes/olivero/src/Hook/OliveroPagePreprocessHooks.php
|
||||
core/themes/olivero/src/OliveroPreRender.php
|
||||
core/themes/olivero/js/second-level-navigation.js
|
||||
|
|
|
|||
|
|
@ -20409,6 +20409,10 @@ erpnext/patches/v16_0/update_account_categories_for_existing_accounts.py
|
|||
patches/v16_0/update_account_categories_for_existing_accounts.py
|
||||
v16_0/update_account_categories_for_existing_accounts.py
|
||||
update_account_categories_for_existing_accounts.py
|
||||
erpnext/patches/v16_0/remove_payables_receivables_workspace.py
|
||||
patches/v16_0/remove_payables_receivables_workspace.py
|
||||
v16_0/remove_payables_receivables_workspace.py
|
||||
remove_payables_receivables_workspace.py
|
||||
erpnext/patches/v16_0/make_workstation_operating_components.py
|
||||
patches/v16_0/make_workstation_operating_components.py
|
||||
v16_0/make_workstation_operating_components.py
|
||||
|
|
@ -20417,6 +20421,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_requested_qty_packed_item.py
|
||||
patches/v16_0/update_requested_qty_packed_item.py
|
||||
v16_0/update_requested_qty_packed_item.py
|
||||
update_requested_qty_packed_item.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
|
||||
|
|
|
|||
|
|
@ -4206,8 +4206,10 @@ erpnext/patches/v16_0/populate_budget_distribution_total.py
|
|||
erpnext/patches/v16_0/set_posting_datetime_for_sabb_and_drop_indexes.py
|
||||
erpnext/patches/v16_0/set_company_wise_warehouses.py
|
||||
erpnext/patches/v16_0/update_account_categories_for_existing_accounts.py
|
||||
erpnext/patches/v16_0/remove_payables_receivables_workspace.py
|
||||
erpnext/patches/v16_0/make_workstation_operating_components.py
|
||||
erpnext/patches/v16_0/create_company_custom_fields.py
|
||||
erpnext/patches/v16_0/update_requested_qty_packed_item.py
|
||||
erpnext/patches/v16_0/update_serial_batch_entries.py
|
||||
erpnext/patches/v16_0/migrate_asset_type_checkboxes_to_select.py
|
||||
erpnext/patches/v16_0/migrate_transaction_deletion_task_flags_to_status.py
|
||||
|
|
|
|||
|
|
@ -36443,6 +36443,16 @@ Core/HttpClient/Exceptions/NotAllowedInternalHost.php
|
|||
HttpClient/Exceptions/NotAllowedInternalHost.php
|
||||
Exceptions/NotAllowedInternalHost.php
|
||||
NotAllowedInternalHost.php
|
||||
application/Espo/Core/HttpClient/PromiseUtil.php
|
||||
Espo/Core/HttpClient/PromiseUtil.php
|
||||
Core/HttpClient/PromiseUtil.php
|
||||
HttpClient/PromiseUtil.php
|
||||
PromiseUtil.php
|
||||
application/Espo/Core/HttpClient/Promise.php
|
||||
Espo/Core/HttpClient/Promise.php
|
||||
Core/HttpClient/Promise.php
|
||||
HttpClient/Promise.php
|
||||
Promise.php
|
||||
application/Espo/Core/HttpClient/ConnectErrorReason.php
|
||||
Espo/Core/HttpClient/ConnectErrorReason.php
|
||||
Core/HttpClient/ConnectErrorReason.php
|
||||
|
|
|
|||
|
|
@ -6103,6 +6103,8 @@ application/Espo/Core/HttpClient/Exceptions/SendException.php
|
|||
application/Espo/Core/HttpClient/Exceptions/TooManyRedirectsException.php
|
||||
application/Espo/Core/HttpClient/Exceptions/ConnectException.php
|
||||
application/Espo/Core/HttpClient/Exceptions/NotAllowedInternalHost.php
|
||||
application/Espo/Core/HttpClient/PromiseUtil.php
|
||||
application/Espo/Core/HttpClient/Promise.php
|
||||
application/Espo/Core/HttpClient/ConnectErrorReason.php
|
||||
application/Espo/Core/HttpClient/ClientFactory.php
|
||||
application/Espo/Core/HttpClient/Util.php
|
||||
|
|
|
|||
|
|
@ -19679,6 +19679,12 @@ integration/services/members/clean-tokens.test.js
|
|||
services/members/clean-tokens.test.js
|
||||
members/clean-tokens.test.js
|
||||
clean-tokens.test.js
|
||||
ghost/core/test/integration/services/offer-bookshelf-repository.test.js
|
||||
core/test/integration/services/offer-bookshelf-repository.test.js
|
||||
test/integration/services/offer-bookshelf-repository.test.js
|
||||
integration/services/offer-bookshelf-repository.test.js
|
||||
services/offer-bookshelf-repository.test.js
|
||||
offer-bookshelf-repository.test.js
|
||||
ghost/core/test/integration/services/q-email-addresses.test.js
|
||||
core/test/integration/services/q-email-addresses.test.js
|
||||
test/integration/services/q-email-addresses.test.js
|
||||
|
|
@ -19748,6 +19754,12 @@ test/integration/services/last-seen-at-updater.test.js
|
|||
integration/services/last-seen-at-updater.test.js
|
||||
services/last-seen-at-updater.test.js
|
||||
last-seen-at-updater.test.js
|
||||
ghost/core/test/integration/services/offers-api.test.js
|
||||
core/test/integration/services/offers-api.test.js
|
||||
test/integration/services/offers-api.test.js
|
||||
integration/services/offers-api.test.js
|
||||
services/offers-api.test.js
|
||||
offers-api.test.js
|
||||
ghost/core/test/integration/settings/settings.test.js
|
||||
core/test/integration/settings/settings.test.js
|
||||
test/integration/settings/settings.test.js
|
||||
|
|
@ -31326,14 +31338,6 @@ settings/growth/offers/offer-success.tsx
|
|||
growth/offers/offer-success.tsx
|
||||
offers/offer-success.tsx
|
||||
offer-success.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-index-retention.tsx
|
||||
admin-x-settings/src/components/settings/growth/offers/offers-index-retention.tsx
|
||||
src/components/settings/growth/offers/offers-index-retention.tsx
|
||||
components/settings/growth/offers/offers-index-retention.tsx
|
||||
settings/growth/offers/offers-index-retention.tsx
|
||||
growth/offers/offers-index-retention.tsx
|
||||
offers/offers-index-retention.tsx
|
||||
offers-index-retention.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-retention.tsx
|
||||
admin-x-settings/src/components/settings/growth/offers/offers-retention.tsx
|
||||
src/components/settings/growth/offers/offers-retention.tsx
|
||||
|
|
@ -35831,6 +35835,13 @@ test/unit/utils/test-utils.tsx
|
|||
unit/utils/test-utils.tsx
|
||||
utils/test-utils.tsx
|
||||
test-utils.tsx
|
||||
apps/shade/test/unit/components/features/color-picker.test.tsx
|
||||
shade/test/unit/components/features/color-picker.test.tsx
|
||||
test/unit/components/features/color-picker.test.tsx
|
||||
unit/components/features/color-picker.test.tsx
|
||||
components/features/color-picker.test.tsx
|
||||
features/color-picker.test.tsx
|
||||
color-picker.test.tsx
|
||||
apps/shade/test/unit/components/layout/view-header.test.tsx
|
||||
shade/test/unit/components/layout/view-header.test.tsx
|
||||
test/unit/components/layout/view-header.test.tsx
|
||||
|
|
@ -35894,6 +35905,13 @@ unit/components/ui/card.test.tsx
|
|||
components/ui/card.test.tsx
|
||||
ui/card.test.tsx
|
||||
card.test.tsx
|
||||
apps/shade/test/unit/components/ui/dropzone.test.tsx
|
||||
shade/test/unit/components/ui/dropzone.test.tsx
|
||||
test/unit/components/ui/dropzone.test.tsx
|
||||
unit/components/ui/dropzone.test.tsx
|
||||
components/ui/dropzone.test.tsx
|
||||
ui/dropzone.test.tsx
|
||||
dropzone.test.tsx
|
||||
apps/shade/test/unit/components/ui/dialog.test.tsx
|
||||
shade/test/unit/components/ui/dialog.test.tsx
|
||||
test/unit/components/ui/dialog.test.tsx
|
||||
|
|
@ -36697,6 +36715,12 @@ src/components/ui/label.tsx
|
|||
components/ui/label.tsx
|
||||
ui/label.tsx
|
||||
label.tsx
|
||||
apps/shade/src/components/ui/dropzone.stories.tsx
|
||||
shade/src/components/ui/dropzone.stories.tsx
|
||||
src/components/ui/dropzone.stories.tsx
|
||||
components/ui/dropzone.stories.tsx
|
||||
ui/dropzone.stories.tsx
|
||||
dropzone.stories.tsx
|
||||
apps/shade/src/components/ui/banner.tsx
|
||||
shade/src/components/ui/banner.tsx
|
||||
src/components/ui/banner.tsx
|
||||
|
|
@ -36727,6 +36751,12 @@ src/components/ui/loading-indicator.tsx
|
|||
components/ui/loading-indicator.tsx
|
||||
ui/loading-indicator.tsx
|
||||
loading-indicator.tsx
|
||||
apps/shade/src/components/ui/dropzone.tsx
|
||||
shade/src/components/ui/dropzone.tsx
|
||||
src/components/ui/dropzone.tsx
|
||||
components/ui/dropzone.tsx
|
||||
ui/dropzone.tsx
|
||||
dropzone.tsx
|
||||
apps/shade/src/components/ui/breadcrumb.stories.tsx
|
||||
shade/src/components/ui/breadcrumb.stories.tsx
|
||||
src/components/ui/breadcrumb.stories.tsx
|
||||
|
|
|
|||
|
|
@ -2622,6 +2622,7 @@ ghost/core/test/integration/jobs/process-outbox.test.js
|
|||
ghost/core/test/integration/jobs/update-check.test.js
|
||||
ghost/core/test/integration/services/member-welcome-emails.test.js
|
||||
ghost/core/test/integration/services/members/clean-tokens.test.js
|
||||
ghost/core/test/integration/services/offer-bookshelf-repository.test.js
|
||||
ghost/core/test/integration/services/q-email-addresses.test.js
|
||||
ghost/core/test/integration/services/email-service/cards.test.js
|
||||
ghost/core/test/integration/services/email-service/batch-sending.test.js
|
||||
|
|
@ -2632,6 +2633,7 @@ ghost/core/test/integration/services/email-service/__snapshots__/cards.test.js.s
|
|||
ghost/core/test/integration/services/email-service/__snapshots__/batch-sending.test.js.snap
|
||||
ghost/core/test/integration/services/mailgun-email-suppression-list.test.js
|
||||
ghost/core/test/integration/services/last-seen-at-updater.test.js
|
||||
ghost/core/test/integration/services/offers-api.test.js
|
||||
ghost/core/test/integration/settings/settings.test.js
|
||||
ghost/core/test/integration/importer/v5.js
|
||||
ghost/core/test/integration/importer/v1.test.js
|
||||
|
|
@ -4745,7 +4747,6 @@ apps/admin-x-settings/src/components/settings/growth/offers/add-offer-modal.tsx
|
|||
apps/admin-x-settings/src/components/settings/growth/offers/offers-index.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/edit-retention-offer-modal.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offer-success.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-index-retention.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-retention.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-container-modal.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offer-helpers.ts
|
||||
|
|
@ -5521,6 +5522,7 @@ apps/shade/test/unit/utils/utils.test.ts
|
|||
apps/shade/test/unit/utils/format-url.test.ts
|
||||
apps/shade/test/unit/utils/test-utils.test.tsx
|
||||
apps/shade/test/unit/utils/test-utils.tsx
|
||||
apps/shade/test/unit/components/features/color-picker.test.tsx
|
||||
apps/shade/test/unit/components/layout/view-header.test.tsx
|
||||
apps/shade/test/unit/components/layout/page.test.tsx
|
||||
apps/shade/test/unit/components/layout/heading.test.tsx
|
||||
|
|
@ -5530,6 +5532,7 @@ apps/shade/test/unit/components/ui/avatar.test.tsx
|
|||
apps/shade/test/unit/components/ui/banner.test.tsx
|
||||
apps/shade/test/unit/components/ui/badge.test.tsx
|
||||
apps/shade/test/unit/components/ui/card.test.tsx
|
||||
apps/shade/test/unit/components/ui/dropzone.test.tsx
|
||||
apps/shade/test/unit/components/ui/dialog.test.tsx
|
||||
apps/shade/test/unit/components/ui/indicator.test.tsx
|
||||
apps/shade/test/unit/components/ui/input.test.tsx
|
||||
|
|
@ -5668,11 +5671,13 @@ apps/shade/src/components/ui/input.tsx
|
|||
apps/shade/src/components/ui/sidebar.tsx
|
||||
apps/shade/src/components/ui/sonner.stories.tsx
|
||||
apps/shade/src/components/ui/label.tsx
|
||||
apps/shade/src/components/ui/dropzone.stories.tsx
|
||||
apps/shade/src/components/ui/banner.tsx
|
||||
apps/shade/src/components/ui/filters.tsx
|
||||
apps/shade/src/components/ui/textarea.tsx
|
||||
apps/shade/src/components/ui/dropdown-menu.tsx
|
||||
apps/shade/src/components/ui/loading-indicator.tsx
|
||||
apps/shade/src/components/ui/dropzone.tsx
|
||||
apps/shade/src/components/ui/breadcrumb.stories.tsx
|
||||
apps/shade/src/components/ui/command.tsx
|
||||
apps/shade/src/typings.d.ts
|
||||
|
|
|
|||
|
|
@ -26684,6 +26684,13 @@ Admin/Validators/Blogs/BlogPostValidatorTests.cs
|
|||
Validators/Blogs/BlogPostValidatorTests.cs
|
||||
Blogs/BlogPostValidatorTests.cs
|
||||
BlogPostValidatorTests.cs
|
||||
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Factories/CommonModelFactoryTests.cs
|
||||
Tests/Nop.Tests/Nop.Web.Tests/Admin/Factories/CommonModelFactoryTests.cs
|
||||
Nop.Tests/Nop.Web.Tests/Admin/Factories/CommonModelFactoryTests.cs
|
||||
Nop.Web.Tests/Admin/Factories/CommonModelFactoryTests.cs
|
||||
Admin/Factories/CommonModelFactoryTests.cs
|
||||
Factories/CommonModelFactoryTests.cs
|
||||
CommonModelFactoryTests.cs
|
||||
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Readme.txt
|
||||
Tests/Nop.Tests/Nop.Web.Tests/Admin/Readme.txt
|
||||
Nop.Tests/Nop.Web.Tests/Admin/Readme.txt
|
||||
|
|
|
|||
|
|
@ -3916,6 +3916,7 @@ src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/PredefinedProductAttr
|
|||
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/SpecificationAttributeValidatorTests.cs
|
||||
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ManufacturerValidatorTests.cs
|
||||
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Blogs/BlogPostValidatorTests.cs
|
||||
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Factories/CommonModelFactoryTests.cs
|
||||
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Readme.txt
|
||||
src/Tests/Nop.Tests/Nop.Web.Tests/Startup.cs
|
||||
src/Tests/Nop.Tests/Nop.Web.Tests/Public/TestWidgetPlugin.cs
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@ tests/Models/Reports/Summary_discounts_test.php
|
|||
Models/Reports/Summary_discounts_test.php
|
||||
Reports/Summary_discounts_test.php
|
||||
Summary_discounts_test.php
|
||||
tests/Models/Reports/Summary_taxes_test.php
|
||||
Models/Reports/Summary_taxes_test.php
|
||||
Reports/Summary_taxes_test.php
|
||||
Summary_taxes_test.php
|
||||
tests/Models/Item_test.php
|
||||
Models/Item_test.php
|
||||
Item_test.php
|
||||
|
|
@ -160,6 +164,7 @@ README.md
|
|||
SECURITY.md
|
||||
.editorconfig
|
||||
BUILD.md
|
||||
AGENTS.md
|
||||
CHANGELOG.md
|
||||
tools/ci4-lang-migration/convert.php
|
||||
ci4-lang-migration/convert.php
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
INSTALL.md
|
||||
tests/.htaccess
|
||||
tests/Models/Reports/Summary_discounts_test.php
|
||||
tests/Models/Reports/Summary_taxes_test.php
|
||||
tests/Models/Item_test.php
|
||||
tests/Models/EmployeeTest.php
|
||||
tests/Libraries/Token_libTest.php
|
||||
|
|
@ -64,6 +65,7 @@ README.md
|
|||
SECURITY.md
|
||||
.editorconfig
|
||||
BUILD.md
|
||||
AGENTS.md
|
||||
CHANGELOG.md
|
||||
tools/ci4-lang-migration/convert.php
|
||||
tools/ci4-lang-migration/convert.sh
|
||||
|
|
|
|||
|
|
@ -24763,6 +24763,13 @@ Checkout/Document/Service/ReferenceInvoiceLoaderTest.php
|
|||
Document/Service/ReferenceInvoiceLoaderTest.php
|
||||
Service/ReferenceInvoiceLoaderTest.php
|
||||
ReferenceInvoiceLoaderTest.php
|
||||
tests/unit/Core/Checkout/Document/Service/ZugferdEmbeddedServiceTest.php
|
||||
unit/Core/Checkout/Document/Service/ZugferdEmbeddedServiceTest.php
|
||||
Core/Checkout/Document/Service/ZugferdEmbeddedServiceTest.php
|
||||
Checkout/Document/Service/ZugferdEmbeddedServiceTest.php
|
||||
Document/Service/ZugferdEmbeddedServiceTest.php
|
||||
Service/ZugferdEmbeddedServiceTest.php
|
||||
ZugferdEmbeddedServiceTest.php
|
||||
tests/unit/Core/Checkout/Document/Service/PdfRendererTest.php
|
||||
unit/Core/Checkout/Document/Service/PdfRendererTest.php
|
||||
Core/Checkout/Document/Service/PdfRendererTest.php
|
||||
|
|
@ -24812,6 +24819,13 @@ Checkout/Document/Renderer/CreditNoteRendererTest.php
|
|||
Document/Renderer/CreditNoteRendererTest.php
|
||||
Renderer/CreditNoteRendererTest.php
|
||||
CreditNoteRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/ZugferdEmbeddedCreditNoteRendererTest.php
|
||||
unit/Core/Checkout/Document/Renderer/ZugferdEmbeddedCreditNoteRendererTest.php
|
||||
Core/Checkout/Document/Renderer/ZugferdEmbeddedCreditNoteRendererTest.php
|
||||
Checkout/Document/Renderer/ZugferdEmbeddedCreditNoteRendererTest.php
|
||||
Document/Renderer/ZugferdEmbeddedCreditNoteRendererTest.php
|
||||
Renderer/ZugferdEmbeddedCreditNoteRendererTest.php
|
||||
ZugferdEmbeddedCreditNoteRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/ZugferdRendererTest.php
|
||||
unit/Core/Checkout/Document/Renderer/ZugferdRendererTest.php
|
||||
Core/Checkout/Document/Renderer/ZugferdRendererTest.php
|
||||
|
|
@ -24819,6 +24833,13 @@ Checkout/Document/Renderer/ZugferdRendererTest.php
|
|||
Document/Renderer/ZugferdRendererTest.php
|
||||
Renderer/ZugferdRendererTest.php
|
||||
ZugferdRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
unit/Core/Checkout/Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
Core/Checkout/Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
Checkout/Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
ZugferdCancellationInvoiceRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/OrderDocumentCriteriaFactoryTest.php
|
||||
unit/Core/Checkout/Document/Renderer/OrderDocumentCriteriaFactoryTest.php
|
||||
Core/Checkout/Document/Renderer/OrderDocumentCriteriaFactoryTest.php
|
||||
|
|
@ -24850,6 +24871,20 @@ Document/Renderer/_fixtures/invoice_1.xml
|
|||
Renderer/_fixtures/invoice_1.xml
|
||||
_fixtures/invoice_1.xml
|
||||
invoice_1.xml
|
||||
tests/unit/Core/Checkout/Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
unit/Core/Checkout/Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
Core/Checkout/Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
Checkout/Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
Renderer/ZugferdCreditNoteRendererTest.php
|
||||
ZugferdCreditNoteRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/ZugferdEmbeddedCancellationInvoiceRendererTest.php
|
||||
unit/Core/Checkout/Document/Renderer/ZugferdEmbeddedCancellationInvoiceRendererTest.php
|
||||
Core/Checkout/Document/Renderer/ZugferdEmbeddedCancellationInvoiceRendererTest.php
|
||||
Checkout/Document/Renderer/ZugferdEmbeddedCancellationInvoiceRendererTest.php
|
||||
Document/Renderer/ZugferdEmbeddedCancellationInvoiceRendererTest.php
|
||||
Renderer/ZugferdEmbeddedCancellationInvoiceRendererTest.php
|
||||
ZugferdEmbeddedCancellationInvoiceRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/InvoiceRendererTest.php
|
||||
unit/Core/Checkout/Document/Renderer/InvoiceRendererTest.php
|
||||
Core/Checkout/Document/Renderer/InvoiceRendererTest.php
|
||||
|
|
@ -36868,6 +36903,11 @@ migration/Core/V6_7/Migration1763125902AddOrderLineItemProductTypePayloadTest.ph
|
|||
Core/V6_7/Migration1763125902AddOrderLineItemProductTypePayloadTest.php
|
||||
V6_7/Migration1763125902AddOrderLineItemProductTypePayloadTest.php
|
||||
Migration1763125902AddOrderLineItemProductTypePayloadTest.php
|
||||
tests/migration/Core/V6_7/Migration1773048327UpdateZugferdInvoiceTranslationsTest.php
|
||||
migration/Core/V6_7/Migration1773048327UpdateZugferdInvoiceTranslationsTest.php
|
||||
Core/V6_7/Migration1773048327UpdateZugferdInvoiceTranslationsTest.php
|
||||
V6_7/Migration1773048327UpdateZugferdInvoiceTranslationsTest.php
|
||||
Migration1773048327UpdateZugferdInvoiceTranslationsTest.php
|
||||
tests/migration/Core/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystemTest.php
|
||||
migration/Core/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystemTest.php
|
||||
Core/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystemTest.php
|
||||
|
|
@ -36883,6 +36923,11 @@ migration/Core/V6_7/Migration1726135997CreateMessengerStatsTableTest.php
|
|||
Core/V6_7/Migration1726135997CreateMessengerStatsTableTest.php
|
||||
V6_7/Migration1726135997CreateMessengerStatsTableTest.php
|
||||
Migration1726135997CreateMessengerStatsTableTest.php
|
||||
tests/migration/Core/V6_7/Migration1773317656AddZugferdCreditNoteTest.php
|
||||
migration/Core/V6_7/Migration1773317656AddZugferdCreditNoteTest.php
|
||||
Core/V6_7/Migration1773317656AddZugferdCreditNoteTest.php
|
||||
V6_7/Migration1773317656AddZugferdCreditNoteTest.php
|
||||
Migration1773317656AddZugferdCreditNoteTest.php
|
||||
tests/migration/Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
|
||||
migration/Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
|
||||
Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
|
||||
|
|
@ -37144,6 +37189,11 @@ migration/Core/V6_7/Migration1752750086AddIndexToOrderLineItemCreateAndUpdateTes
|
|||
Core/V6_7/Migration1752750086AddIndexToOrderLineItemCreateAndUpdateTest.php
|
||||
V6_7/Migration1752750086AddIndexToOrderLineItemCreateAndUpdateTest.php
|
||||
Migration1752750086AddIndexToOrderLineItemCreateAndUpdateTest.php
|
||||
tests/migration/Core/V6_7/Migration1773225412AddZugferdEmbeddedCancellationInvoiceTest.php
|
||||
migration/Core/V6_7/Migration1773225412AddZugferdEmbeddedCancellationInvoiceTest.php
|
||||
Core/V6_7/Migration1773225412AddZugferdEmbeddedCancellationInvoiceTest.php
|
||||
V6_7/Migration1773225412AddZugferdEmbeddedCancellationInvoiceTest.php
|
||||
Migration1773225412AddZugferdEmbeddedCancellationInvoiceTest.php
|
||||
tests/migration/Core/V6_7/Migration1741163941AddOrderInternalCommentTest.php
|
||||
migration/Core/V6_7/Migration1741163941AddOrderInternalCommentTest.php
|
||||
Core/V6_7/Migration1741163941AddOrderInternalCommentTest.php
|
||||
|
|
@ -37269,6 +37319,11 @@ migration/Core/V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
|||
Core/V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
tests/migration/Core/V6_7/Migration1773047964AddZugferdCancellationInvoiceTest.php
|
||||
migration/Core/V6_7/Migration1773047964AddZugferdCancellationInvoiceTest.php
|
||||
Core/V6_7/Migration1773047964AddZugferdCancellationInvoiceTest.php
|
||||
V6_7/Migration1773047964AddZugferdCancellationInvoiceTest.php
|
||||
Migration1773047964AddZugferdCancellationInvoiceTest.php
|
||||
tests/migration/Core/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraintTest.php
|
||||
migration/Core/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraintTest.php
|
||||
Core/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraintTest.php
|
||||
|
|
@ -40519,6 +40574,29 @@ Checkout/Document/Renderer/ZugferdRendererTest.php
|
|||
Document/Renderer/ZugferdRendererTest.php
|
||||
Renderer/ZugferdRendererTest.php
|
||||
ZugferdRendererTest.php
|
||||
tests/integration/Core/Checkout/Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
integration/Core/Checkout/Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
Core/Checkout/Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
Checkout/Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
ZugferdCancellationInvoiceRendererTest.php
|
||||
tests/integration/Core/Checkout/Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
integration/Core/Checkout/Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
Core/Checkout/Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
Checkout/Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
Renderer/ZugferdCreditNoteRendererTest.php
|
||||
ZugferdCreditNoteRendererTest.php
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_credit_note_document_default/snapshot.xml
|
||||
integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_credit_note_document_default/snapshot.xml
|
||||
Core/Checkout/Document/Renderer/_snapshots/zugferd_credit_note_document_default/snapshot.xml
|
||||
Checkout/Document/Renderer/_snapshots/zugferd_credit_note_document_default/snapshot.xml
|
||||
Document/Renderer/_snapshots/zugferd_credit_note_document_default/snapshot.xml
|
||||
Renderer/_snapshots/zugferd_credit_note_document_default/snapshot.xml
|
||||
_snapshots/zugferd_credit_note_document_default/snapshot.xml
|
||||
zugferd_credit_note_document_default/snapshot.xml
|
||||
snapshot.xml
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/storno_renderer_default/snapshot.html
|
||||
integration/Core/Checkout/Document/Renderer/_snapshots/storno_renderer_default/snapshot.html
|
||||
Core/Checkout/Document/Renderer/_snapshots/storno_renderer_default/snapshot.html
|
||||
|
|
@ -40537,6 +40615,24 @@ Renderer/_snapshots/invoice_renderer_default/snapshot.html
|
|||
_snapshots/invoice_renderer_default/snapshot.html
|
||||
invoice_renderer_default/snapshot.html
|
||||
snapshot.html
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_cancellation_invoice_document_default/snapshot.xml
|
||||
integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_cancellation_invoice_document_default/snapshot.xml
|
||||
Core/Checkout/Document/Renderer/_snapshots/zugferd_cancellation_invoice_document_default/snapshot.xml
|
||||
Checkout/Document/Renderer/_snapshots/zugferd_cancellation_invoice_document_default/snapshot.xml
|
||||
Document/Renderer/_snapshots/zugferd_cancellation_invoice_document_default/snapshot.xml
|
||||
Renderer/_snapshots/zugferd_cancellation_invoice_document_default/snapshot.xml
|
||||
_snapshots/zugferd_cancellation_invoice_document_default/snapshot.xml
|
||||
zugferd_cancellation_invoice_document_default/snapshot.xml
|
||||
snapshot.xml
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_invoice_document_default/snapshot.xml
|
||||
integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_invoice_document_default/snapshot.xml
|
||||
Core/Checkout/Document/Renderer/_snapshots/zugferd_invoice_document_default/snapshot.xml
|
||||
Checkout/Document/Renderer/_snapshots/zugferd_invoice_document_default/snapshot.xml
|
||||
Document/Renderer/_snapshots/zugferd_invoice_document_default/snapshot.xml
|
||||
Renderer/_snapshots/zugferd_invoice_document_default/snapshot.xml
|
||||
_snapshots/zugferd_invoice_document_default/snapshot.xml
|
||||
zugferd_invoice_document_default/snapshot.xml
|
||||
snapshot.xml
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/credit_note_renderer_default/snapshot.html
|
||||
integration/Core/Checkout/Document/Renderer/_snapshots/credit_note_renderer_default/snapshot.html
|
||||
Core/Checkout/Document/Renderer/_snapshots/credit_note_renderer_default/snapshot.html
|
||||
|
|
@ -40546,15 +40642,6 @@ Renderer/_snapshots/credit_note_renderer_default/snapshot.html
|
|||
_snapshots/credit_note_renderer_default/snapshot.html
|
||||
credit_note_renderer_default/snapshot.html
|
||||
snapshot.html
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_document_default/snapshot.xml
|
||||
integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_document_default/snapshot.xml
|
||||
Core/Checkout/Document/Renderer/_snapshots/zugferd_document_default/snapshot.xml
|
||||
Checkout/Document/Renderer/_snapshots/zugferd_document_default/snapshot.xml
|
||||
Document/Renderer/_snapshots/zugferd_document_default/snapshot.xml
|
||||
Renderer/_snapshots/zugferd_document_default/snapshot.xml
|
||||
_snapshots/zugferd_document_default/snapshot.xml
|
||||
zugferd_document_default/snapshot.xml
|
||||
snapshot.xml
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/delivery_note_renderer_default/snapshot.html
|
||||
integration/Core/Checkout/Document/Renderer/_snapshots/delivery_note_renderer_default/snapshot.html
|
||||
Core/Checkout/Document/Renderer/_snapshots/delivery_note_renderer_default/snapshot.html
|
||||
|
|
@ -42533,6 +42620,13 @@ integration/Core/Framework/AdditionalPermissionValidationTest.php
|
|||
Core/Framework/AdditionalPermissionValidationTest.php
|
||||
Framework/AdditionalPermissionValidationTest.php
|
||||
AdditionalPermissionValidationTest.php
|
||||
tests/integration/Core/Framework/Validation/Api/ValidationControllerTest.php
|
||||
integration/Core/Framework/Validation/Api/ValidationControllerTest.php
|
||||
Core/Framework/Validation/Api/ValidationControllerTest.php
|
||||
Framework/Validation/Api/ValidationControllerTest.php
|
||||
Validation/Api/ValidationControllerTest.php
|
||||
Api/ValidationControllerTest.php
|
||||
ValidationControllerTest.php
|
||||
tests/integration/Core/Framework/Demodata/PersonalData/CleanPersonalDataCommandTest.php
|
||||
integration/Core/Framework/Demodata/PersonalData/CleanPersonalDataCommandTest.php
|
||||
Core/Framework/Demodata/PersonalData/CleanPersonalDataCommandTest.php
|
||||
|
|
@ -54150,6 +54244,16 @@ core/service/api/state-machine.api.service.js
|
|||
service/api/state-machine.api.service.js
|
||||
api/state-machine.api.service.js
|
||||
state-machine.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/validation.api.service.ts
|
||||
Administration/Resources/app/administration/src/core/service/api/validation.api.service.ts
|
||||
Resources/app/administration/src/core/service/api/validation.api.service.ts
|
||||
app/administration/src/core/service/api/validation.api.service.ts
|
||||
administration/src/core/service/api/validation.api.service.ts
|
||||
src/core/service/api/validation.api.service.ts
|
||||
core/service/api/validation.api.service.ts
|
||||
service/api/validation.api.service.ts
|
||||
api/validation.api.service.ts
|
||||
validation.api.service.ts
|
||||
src/Administration/Resources/app/administration/src/core/service/api/user-config.api.service.ts
|
||||
Administration/Resources/app/administration/src/core/service/api/user-config.api.service.ts
|
||||
Resources/app/administration/src/core/service/api/user-config.api.service.ts
|
||||
|
|
@ -54632,6 +54736,16 @@ core/service/api/system-config.api.service.js
|
|||
service/api/system-config.api.service.js
|
||||
api/system-config.api.service.js
|
||||
system-config.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/validation.api.service.spec.ts
|
||||
Administration/Resources/app/administration/src/core/service/api/validation.api.service.spec.ts
|
||||
Resources/app/administration/src/core/service/api/validation.api.service.spec.ts
|
||||
app/administration/src/core/service/api/validation.api.service.spec.ts
|
||||
administration/src/core/service/api/validation.api.service.spec.ts
|
||||
src/core/service/api/validation.api.service.spec.ts
|
||||
core/service/api/validation.api.service.spec.ts
|
||||
service/api/validation.api.service.spec.ts
|
||||
api/validation.api.service.spec.ts
|
||||
validation.api.service.spec.ts
|
||||
src/Administration/Resources/app/administration/src/core/service/api/customer-validation.api.service.js
|
||||
Administration/Resources/app/administration/src/core/service/api/customer-validation.api.service.js
|
||||
Resources/app/administration/src/core/service/api/customer-validation.api.service.js
|
||||
|
|
@ -115236,12 +115350,24 @@ Checkout/Document/Event/InvoiceOrdersEvent.php
|
|||
Document/Event/InvoiceOrdersEvent.php
|
||||
Event/InvoiceOrdersEvent.php
|
||||
InvoiceOrdersEvent.php
|
||||
src/Core/Checkout/Document/Event/ZugferdCancellationInvoiceOrdersEvent.php
|
||||
Core/Checkout/Document/Event/ZugferdCancellationInvoiceOrdersEvent.php
|
||||
Checkout/Document/Event/ZugferdCancellationInvoiceOrdersEvent.php
|
||||
Document/Event/ZugferdCancellationInvoiceOrdersEvent.php
|
||||
Event/ZugferdCancellationInvoiceOrdersEvent.php
|
||||
ZugferdCancellationInvoiceOrdersEvent.php
|
||||
src/Core/Checkout/Document/Event/DocumentOrderCriteriaEvent.php
|
||||
Core/Checkout/Document/Event/DocumentOrderCriteriaEvent.php
|
||||
Checkout/Document/Event/DocumentOrderCriteriaEvent.php
|
||||
Document/Event/DocumentOrderCriteriaEvent.php
|
||||
Event/DocumentOrderCriteriaEvent.php
|
||||
DocumentOrderCriteriaEvent.php
|
||||
src/Core/Checkout/Document/Event/ZugferdCreditNoteOrdersEvent.php
|
||||
Core/Checkout/Document/Event/ZugferdCreditNoteOrdersEvent.php
|
||||
Checkout/Document/Event/ZugferdCreditNoteOrdersEvent.php
|
||||
Document/Event/ZugferdCreditNoteOrdersEvent.php
|
||||
Event/ZugferdCreditNoteOrdersEvent.php
|
||||
ZugferdCreditNoteOrdersEvent.php
|
||||
src/Core/Checkout/Document/Event/CreditNoteOrdersEvent.php
|
||||
Core/Checkout/Document/Event/CreditNoteOrdersEvent.php
|
||||
Checkout/Document/Event/CreditNoteOrdersEvent.php
|
||||
|
|
@ -115389,6 +115515,12 @@ Checkout/Document/Service/PdfRenderer.php
|
|||
Document/Service/PdfRenderer.php
|
||||
Service/PdfRenderer.php
|
||||
PdfRenderer.php
|
||||
src/Core/Checkout/Document/Service/ZugferdEmbeddedService.php
|
||||
Core/Checkout/Document/Service/ZugferdEmbeddedService.php
|
||||
Checkout/Document/Service/ZugferdEmbeddedService.php
|
||||
Document/Service/ZugferdEmbeddedService.php
|
||||
Service/ZugferdEmbeddedService.php
|
||||
ZugferdEmbeddedService.php
|
||||
src/Core/Checkout/Document/Service/DocumentConfigLoader.php
|
||||
Core/Checkout/Document/Service/DocumentConfigLoader.php
|
||||
Checkout/Document/Service/DocumentConfigLoader.php
|
||||
|
|
@ -115413,12 +115545,24 @@ Checkout/Document/Renderer/CreditNoteRenderer.php
|
|||
Document/Renderer/CreditNoteRenderer.php
|
||||
Renderer/CreditNoteRenderer.php
|
||||
CreditNoteRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdEmbeddedCreditNoteRenderer.php
|
||||
Core/Checkout/Document/Renderer/ZugferdEmbeddedCreditNoteRenderer.php
|
||||
Checkout/Document/Renderer/ZugferdEmbeddedCreditNoteRenderer.php
|
||||
Document/Renderer/ZugferdEmbeddedCreditNoteRenderer.php
|
||||
Renderer/ZugferdEmbeddedCreditNoteRenderer.php
|
||||
ZugferdEmbeddedCreditNoteRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/AbstractDocumentRenderer.php
|
||||
Core/Checkout/Document/Renderer/AbstractDocumentRenderer.php
|
||||
Checkout/Document/Renderer/AbstractDocumentRenderer.php
|
||||
Document/Renderer/AbstractDocumentRenderer.php
|
||||
Renderer/AbstractDocumentRenderer.php
|
||||
AbstractDocumentRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdCreditNoteRenderer.php
|
||||
Core/Checkout/Document/Renderer/ZugferdCreditNoteRenderer.php
|
||||
Checkout/Document/Renderer/ZugferdCreditNoteRenderer.php
|
||||
Document/Renderer/ZugferdCreditNoteRenderer.php
|
||||
Renderer/ZugferdCreditNoteRenderer.php
|
||||
ZugferdCreditNoteRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdEmbeddedRenderer.php
|
||||
Core/Checkout/Document/Renderer/ZugferdEmbeddedRenderer.php
|
||||
Checkout/Document/Renderer/ZugferdEmbeddedRenderer.php
|
||||
|
|
@ -115461,12 +115605,24 @@ Checkout/Document/Renderer/DocumentRendererRegistry.php
|
|||
Document/Renderer/DocumentRendererRegistry.php
|
||||
Renderer/DocumentRendererRegistry.php
|
||||
DocumentRendererRegistry.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdCancellationInvoiceRenderer.php
|
||||
Core/Checkout/Document/Renderer/ZugferdCancellationInvoiceRenderer.php
|
||||
Checkout/Document/Renderer/ZugferdCancellationInvoiceRenderer.php
|
||||
Document/Renderer/ZugferdCancellationInvoiceRenderer.php
|
||||
Renderer/ZugferdCancellationInvoiceRenderer.php
|
||||
ZugferdCancellationInvoiceRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/OrderDocumentCriteriaFactory.php
|
||||
Core/Checkout/Document/Renderer/OrderDocumentCriteriaFactory.php
|
||||
Checkout/Document/Renderer/OrderDocumentCriteriaFactory.php
|
||||
Document/Renderer/OrderDocumentCriteriaFactory.php
|
||||
Renderer/OrderDocumentCriteriaFactory.php
|
||||
OrderDocumentCriteriaFactory.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdEmbeddedCancellationInvoiceRenderer.php
|
||||
Core/Checkout/Document/Renderer/ZugferdEmbeddedCancellationInvoiceRenderer.php
|
||||
Checkout/Document/Renderer/ZugferdEmbeddedCancellationInvoiceRenderer.php
|
||||
Document/Renderer/ZugferdEmbeddedCancellationInvoiceRenderer.php
|
||||
Renderer/ZugferdEmbeddedCancellationInvoiceRenderer.php
|
||||
ZugferdEmbeddedCancellationInvoiceRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdRenderer.php
|
||||
Core/Checkout/Document/Renderer/ZugferdRenderer.php
|
||||
Checkout/Document/Renderer/ZugferdRenderer.php
|
||||
|
|
@ -122085,6 +122241,11 @@ Core/Framework/DependencyInjection/rule.xml
|
|||
Framework/DependencyInjection/rule.xml
|
||||
DependencyInjection/rule.xml
|
||||
rule.xml
|
||||
src/Core/Framework/DependencyInjection/validation.xml
|
||||
Core/Framework/DependencyInjection/validation.xml
|
||||
Framework/DependencyInjection/validation.xml
|
||||
DependencyInjection/validation.xml
|
||||
validation.xml
|
||||
src/Core/Framework/DependencyInjection/services.xml
|
||||
Core/Framework/DependencyInjection/services.xml
|
||||
Framework/DependencyInjection/services.xml
|
||||
|
|
@ -123210,6 +123371,18 @@ Core/Framework/Validation/HappyPathValidator.php
|
|||
Framework/Validation/HappyPathValidator.php
|
||||
Validation/HappyPathValidator.php
|
||||
HappyPathValidator.php
|
||||
src/Core/Framework/Validation/Api/EmailValidationController.php
|
||||
Core/Framework/Validation/Api/EmailValidationController.php
|
||||
Framework/Validation/Api/EmailValidationController.php
|
||||
Validation/Api/EmailValidationController.php
|
||||
Api/EmailValidationController.php
|
||||
EmailValidationController.php
|
||||
src/Core/Framework/Validation/Email/EmailDto.php
|
||||
Core/Framework/Validation/Email/EmailDto.php
|
||||
Framework/Validation/Email/EmailDto.php
|
||||
Validation/Email/EmailDto.php
|
||||
Email/EmailDto.php
|
||||
EmailDto.php
|
||||
src/Core/Framework/Validation/Constraint/ArrayOfUuidValidator.php
|
||||
Core/Framework/Validation/Constraint/ArrayOfUuidValidator.php
|
||||
Framework/Validation/Constraint/ArrayOfUuidValidator.php
|
||||
|
|
@ -134183,6 +134356,16 @@ Schema/AdminApi/paths/token.json
|
|||
AdminApi/paths/token.json
|
||||
paths/token.json
|
||||
token.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/validation.json
|
||||
Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/validation.json
|
||||
Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/validation.json
|
||||
Api/ApiDefinition/Generator/Schema/AdminApi/paths/validation.json
|
||||
ApiDefinition/Generator/Schema/AdminApi/paths/validation.json
|
||||
Generator/Schema/AdminApi/paths/validation.json
|
||||
Schema/AdminApi/paths/validation.json
|
||||
AdminApi/paths/validation.json
|
||||
paths/validation.json
|
||||
validation.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/scheduled-task.json
|
||||
Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/scheduled-task.json
|
||||
Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/scheduled-task.json
|
||||
|
|
@ -140923,6 +141106,11 @@ Core/Migration/V6_7/Migration1763544592UpdateGroupRegistrationMailTemplates.php
|
|||
Migration/V6_7/Migration1763544592UpdateGroupRegistrationMailTemplates.php
|
||||
V6_7/Migration1763544592UpdateGroupRegistrationMailTemplates.php
|
||||
Migration1763544592UpdateGroupRegistrationMailTemplates.php
|
||||
src/Core/Migration/V6_7/Migration1773225412AddZugferdEmbeddedCancellationInvoice.php
|
||||
Core/Migration/V6_7/Migration1773225412AddZugferdEmbeddedCancellationInvoice.php
|
||||
Migration/V6_7/Migration1773225412AddZugferdEmbeddedCancellationInvoice.php
|
||||
V6_7/Migration1773225412AddZugferdEmbeddedCancellationInvoice.php
|
||||
Migration1773225412AddZugferdEmbeddedCancellationInvoice.php
|
||||
src/Core/Migration/V6_7/Migration1752750086AddIndexToOrderLineItemCreateAndUpdate.php
|
||||
Core/Migration/V6_7/Migration1752750086AddIndexToOrderLineItemCreateAndUpdate.php
|
||||
Migration/V6_7/Migration1752750086AddIndexToOrderLineItemCreateAndUpdate.php
|
||||
|
|
@ -140933,6 +141121,11 @@ Core/Migration/V6_7/Migration1728119898AddRobotsTxt.php
|
|||
Migration/V6_7/Migration1728119898AddRobotsTxt.php
|
||||
V6_7/Migration1728119898AddRobotsTxt.php
|
||||
Migration1728119898AddRobotsTxt.php
|
||||
src/Core/Migration/V6_7/Migration1773047964AddZugferdCancellationInvoice.php
|
||||
Core/Migration/V6_7/Migration1773047964AddZugferdCancellationInvoice.php
|
||||
Migration/V6_7/Migration1773047964AddZugferdCancellationInvoice.php
|
||||
V6_7/Migration1773047964AddZugferdCancellationInvoice.php
|
||||
Migration1773047964AddZugferdCancellationInvoice.php
|
||||
src/Core/Migration/V6_7/Migration1743064966CartConfigSubtotalTaxColumn.php
|
||||
Core/Migration/V6_7/Migration1743064966CartConfigSubtotalTaxColumn.php
|
||||
Migration/V6_7/Migration1743064966CartConfigSubtotalTaxColumn.php
|
||||
|
|
@ -141103,6 +141296,11 @@ Core/Migration/V6_7/Migration1742897274RegistrationSalutationToggleConfig.php
|
|||
Migration/V6_7/Migration1742897274RegistrationSalutationToggleConfig.php
|
||||
V6_7/Migration1742897274RegistrationSalutationToggleConfig.php
|
||||
Migration1742897274RegistrationSalutationToggleConfig.php
|
||||
src/Core/Migration/V6_7/Migration1773048327UpdateZugferdInvoiceTranslations.php
|
||||
Core/Migration/V6_7/Migration1773048327UpdateZugferdInvoiceTranslations.php
|
||||
Migration/V6_7/Migration1773048327UpdateZugferdInvoiceTranslations.php
|
||||
V6_7/Migration1773048327UpdateZugferdInvoiceTranslations.php
|
||||
Migration1773048327UpdateZugferdInvoiceTranslations.php
|
||||
src/Core/Migration/V6_7/Migration1742568836CreateThemeRuntimeConfigTable.php
|
||||
Core/Migration/V6_7/Migration1742568836CreateThemeRuntimeConfigTable.php
|
||||
Migration/V6_7/Migration1742568836CreateThemeRuntimeConfigTable.php
|
||||
|
|
@ -141208,6 +141406,11 @@ Core/Migration/V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
|
|||
Migration/V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
|
||||
V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
|
||||
Migration1752499887UpdateAppRequestedPrivileges.php
|
||||
src/Core/Migration/V6_7/Migration1773317656AddZugferdCreditNote.php
|
||||
Core/Migration/V6_7/Migration1773317656AddZugferdCreditNote.php
|
||||
Migration/V6_7/Migration1773317656AddZugferdCreditNote.php
|
||||
V6_7/Migration1773317656AddZugferdCreditNote.php
|
||||
Migration1773317656AddZugferdCreditNote.php
|
||||
src/Core/Migration/V6_7/Migration1768545320RevocationRequestCmsForm.php
|
||||
Core/Migration/V6_7/Migration1768545320RevocationRequestCmsForm.php
|
||||
Migration/V6_7/Migration1768545320RevocationRequestCmsForm.php
|
||||
|
|
|
|||
|
|
@ -6802,6 +6802,7 @@ tests/unit/Core/Checkout/Document/Subscriber/DocumentDeleteSubscriberTest.php
|
|||
tests/unit/Core/Checkout/Document/DocumentConfigurationFactoryTest.php
|
||||
tests/unit/Core/Checkout/Document/Service/DocumentGeneratorTest.php
|
||||
tests/unit/Core/Checkout/Document/Service/ReferenceInvoiceLoaderTest.php
|
||||
tests/unit/Core/Checkout/Document/Service/ZugferdEmbeddedServiceTest.php
|
||||
tests/unit/Core/Checkout/Document/Service/PdfRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Service/DocumentMergerTest.php
|
||||
tests/unit/Core/Checkout/Document/Service/DocumentFileRendererRegistryTest.php
|
||||
|
|
@ -6809,11 +6810,15 @@ tests/unit/Core/Checkout/Document/Service/DocumentConfigLoaderTest.php
|
|||
tests/unit/Core/Checkout/Document/Service/HtmlRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/DeliveryNoteRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/CreditNoteRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/ZugferdEmbeddedCreditNoteRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/ZugferdRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/OrderDocumentCriteriaFactoryTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/_fixtures/empty_1.pdf
|
||||
tests/unit/Core/Checkout/Document/Renderer/_fixtures/invoice_1.pdf
|
||||
tests/unit/Core/Checkout/Document/Renderer/_fixtures/invoice_1.xml
|
||||
tests/unit/Core/Checkout/Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/ZugferdEmbeddedCancellationInvoiceRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/InvoiceRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Renderer/ZugferdEmbeddedRendererTest.php
|
||||
tests/unit/Core/Checkout/Document/Zugferd/ZugferdDocumentMock.php
|
||||
|
|
@ -8439,9 +8444,11 @@ tests/migration/Core/V6_7/Migration1753799632FixStateMachineHistoryIntegrationCo
|
|||
tests/migration/Core/V6_7/Migration1756068710FixCustomerAddressLastNameLengthTest.php
|
||||
tests/migration/Core/V6_7/Migration1752750234AddIndexToOrderTransactionCreateAndUpdateTest.php
|
||||
tests/migration/Core/V6_7/Migration1763125902AddOrderLineItemProductTypePayloadTest.php
|
||||
tests/migration/Core/V6_7/Migration1773048327UpdateZugferdInvoiceTranslationsTest.php
|
||||
tests/migration/Core/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystemTest.php
|
||||
tests/migration/Core/V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php
|
||||
tests/migration/Core/V6_7/Migration1726135997CreateMessengerStatsTableTest.php
|
||||
tests/migration/Core/V6_7/Migration1773317656AddZugferdCreditNoteTest.php
|
||||
tests/migration/Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
|
||||
tests/migration/Core/V6_7/Migration1768545321RevocationRequestFlowTest.php
|
||||
tests/migration/Core/V6_7/Migration1764064756AddCustomFieldSearchableTest.php
|
||||
|
|
@ -8494,6 +8501,7 @@ tests/migration/Core/V6_7/Migration1763377570CreatePasswordChangeMailTemplateTes
|
|||
tests/migration/Core/V6_7/Migration1742199552SalesChannelMeasurementUnitsTest.php
|
||||
tests/migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodRuleTest.php
|
||||
tests/migration/Core/V6_7/Migration1752750086AddIndexToOrderLineItemCreateAndUpdateTest.php
|
||||
tests/migration/Core/V6_7/Migration1773225412AddZugferdEmbeddedCancellationInvoiceTest.php
|
||||
tests/migration/Core/V6_7/Migration1741163941AddOrderInternalCommentTest.php
|
||||
tests/migration/Core/V6_7/Migration1765287398AddConsentLogTableTest.php
|
||||
tests/migration/Core/V6_7/Migration1717572627RemoveImportExportProfileNameTest.php
|
||||
|
|
@ -8519,6 +8527,7 @@ tests/migration/Core/V6_7/Migration1742897274RegistrationSalutationToggleConfigT
|
|||
tests/migration/Core/V6_7/Migration1763125891AddProductTypeColumnTest.php
|
||||
tests/migration/Core/V6_7/Migration1763316536ChangeProductManufacturerLinkTest.php
|
||||
tests/migration/Core/V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
tests/migration/Core/V6_7/Migration1773047964AddZugferdCancellationInvoiceTest.php
|
||||
tests/migration/Core/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraintTest.php
|
||||
tests/migration/Core/CreateMailTemplateTraitTest.php
|
||||
tests/migration/Core/MigrationCommandTest.php
|
||||
|
|
@ -8966,10 +8975,14 @@ tests/integration/Core/Checkout/Document/Renderer/DeliveryNoteRendererTest.php
|
|||
tests/integration/Core/Checkout/Document/Renderer/StornoRendererTest.php
|
||||
tests/integration/Core/Checkout/Document/Renderer/CreditNoteRendererTest.php
|
||||
tests/integration/Core/Checkout/Document/Renderer/ZugferdRendererTest.php
|
||||
tests/integration/Core/Checkout/Document/Renderer/ZugferdCancellationInvoiceRendererTest.php
|
||||
tests/integration/Core/Checkout/Document/Renderer/ZugferdCreditNoteRendererTest.php
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_credit_note_document_default/snapshot.xml
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/storno_renderer_default/snapshot.html
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/invoice_renderer_default/snapshot.html
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_cancellation_invoice_document_default/snapshot.xml
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_invoice_document_default/snapshot.xml
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/credit_note_renderer_default/snapshot.html
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/zugferd_document_default/snapshot.xml
|
||||
tests/integration/Core/Checkout/Document/Renderer/_snapshots/delivery_note_renderer_default/snapshot.html
|
||||
tests/integration/Core/Checkout/Document/Renderer/InvoiceRendererTest.php
|
||||
tests/integration/Core/Checkout/Document/DocumentGeneratorControllerTest.php
|
||||
|
|
@ -9216,6 +9229,7 @@ tests/integration/Core/Framework/Script/Api/_fixtures/store-api-endpoint-cases/R
|
|||
tests/integration/Core/Framework/Script/Api/_fixtures/store-api-endpoint-cases/manifest.xml
|
||||
tests/integration/Core/Framework/Script/Api/ResponseHookTest.php
|
||||
tests/integration/Core/Framework/AdditionalPermissionValidationTest.php
|
||||
tests/integration/Core/Framework/Validation/Api/ValidationControllerTest.php
|
||||
tests/integration/Core/Framework/Demodata/PersonalData/CleanPersonalDataCommandTest.php
|
||||
tests/integration/Core/Framework/Migration/MigrationStepTest.php
|
||||
tests/integration/Core/Framework/Update/Event/UpdatePostPrepareEventTest.php
|
||||
|
|
@ -10827,6 +10841,7 @@ src/Administration/Resources/app/administration/src/core/service/api/sales-chann
|
|||
src/Administration/Resources/app/administration/src/core/service/api/tag.api.service.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/app-cms-blocks.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/state-machine.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/validation.api.service.ts
|
||||
src/Administration/Resources/app/administration/src/core/service/api/user-config.api.service.ts
|
||||
src/Administration/Resources/app/administration/src/core/service/api/sso-invitation.service.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/product-export.api.service.js
|
||||
|
|
@ -10875,6 +10890,7 @@ src/Administration/Resources/app/administration/src/core/service/api/order-state
|
|||
src/Administration/Resources/app/administration/src/core/service/api/search.api.service.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/notifications.service.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/system-config.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/validation.api.service.spec.ts
|
||||
src/Administration/Resources/app/administration/src/core/service/api/customer-validation.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/user-input-sanitize.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/mail.api.service.js
|
||||
|
|
@ -17236,7 +17252,9 @@ src/Core/Checkout/Document/Event/DeliveryNoteOrdersEvent.php
|
|||
src/Core/Checkout/Document/Event/DocumentTemplateRendererParameterEvent.php
|
||||
src/Core/Checkout/Document/Event/StornoOrdersEvent.php
|
||||
src/Core/Checkout/Document/Event/InvoiceOrdersEvent.php
|
||||
src/Core/Checkout/Document/Event/ZugferdCancellationInvoiceOrdersEvent.php
|
||||
src/Core/Checkout/Document/Event/DocumentOrderCriteriaEvent.php
|
||||
src/Core/Checkout/Document/Event/ZugferdCreditNoteOrdersEvent.php
|
||||
src/Core/Checkout/Document/Event/CreditNoteOrdersEvent.php
|
||||
src/Core/Checkout/Document/Event/DocumentOrderEvent.php
|
||||
src/Core/Checkout/Document/DocumentIdStruct.php
|
||||
|
|
@ -17260,11 +17278,14 @@ src/Core/Checkout/Document/Service/DocumentGenerator.php
|
|||
src/Core/Checkout/Document/Service/HtmlRenderer.php
|
||||
src/Core/Checkout/Document/Service/AbstractDocumentTypeRenderer.php
|
||||
src/Core/Checkout/Document/Service/PdfRenderer.php
|
||||
src/Core/Checkout/Document/Service/ZugferdEmbeddedService.php
|
||||
src/Core/Checkout/Document/Service/DocumentConfigLoader.php
|
||||
src/Core/Checkout/Document/Service/ReferenceInvoiceLoader.php
|
||||
src/Core/Checkout/Document/Service/DocumentFileRendererRegistry.php
|
||||
src/Core/Checkout/Document/Renderer/CreditNoteRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdEmbeddedCreditNoteRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/AbstractDocumentRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdCreditNoteRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdEmbeddedRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/RenderedDocument.php
|
||||
src/Core/Checkout/Document/Renderer/RendererResult.php
|
||||
|
|
@ -17272,7 +17293,9 @@ src/Core/Checkout/Document/Renderer/DocumentRendererConfig.php
|
|||
src/Core/Checkout/Document/Renderer/StornoRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/DeliveryNoteRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/DocumentRendererRegistry.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdCancellationInvoiceRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/OrderDocumentCriteriaFactory.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdEmbeddedCancellationInvoiceRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/ZugferdRenderer.php
|
||||
src/Core/Checkout/Document/Renderer/InvoiceRenderer.php
|
||||
src/Core/Checkout/Document/FileGenerator/FileTypes.php
|
||||
|
|
@ -18340,6 +18363,7 @@ src/Core/Framework/DependencyInjection/event.xml
|
|||
src/Core/Framework/DependencyInjection/store.xml
|
||||
src/Core/Framework/DependencyInjection/custom-field.xml
|
||||
src/Core/Framework/DependencyInjection/rule.xml
|
||||
src/Core/Framework/DependencyInjection/validation.xml
|
||||
src/Core/Framework/DependencyInjection/services.xml
|
||||
src/Core/Framework/DependencyInjection/store_test.xml
|
||||
src/Core/Framework/DependencyInjection/cache.xml
|
||||
|
|
@ -18533,6 +18557,8 @@ src/Core/Framework/Validation/DataValidationDefinition.php
|
|||
src/Core/Framework/Validation/ValidatorFactory.php
|
||||
src/Core/Framework/Validation/BuildValidationEvent.php
|
||||
src/Core/Framework/Validation/HappyPathValidator.php
|
||||
src/Core/Framework/Validation/Api/EmailValidationController.php
|
||||
src/Core/Framework/Validation/Email/EmailDto.php
|
||||
src/Core/Framework/Validation/Constraint/ArrayOfUuidValidator.php
|
||||
src/Core/Framework/Validation/Constraint/ArrayOfTypeValidator.php
|
||||
src/Core/Framework/Validation/Constraint/ArrayOfUuid.php
|
||||
|
|
@ -20106,6 +20132,7 @@ src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/components/schema
|
|||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/StoreApi/components/schemas/CartItems.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/mail-template.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/token.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/validation.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/scheduled-task.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/state_machine.json
|
||||
src/Core/Framework/Api/ApiDefinition/Generator/Schema/AdminApi/paths/media.json
|
||||
|
|
@ -21291,8 +21318,10 @@ src/Core/Migration/V6_8/Migration1743256470RemoveDebitPayment.php
|
|||
src/Core/Migration/V6_7/Migration1741163941AddOrderInternalComment.php
|
||||
src/Core/Migration/V6_7/Migration1760438732AddConsumedToPaymentToken.php
|
||||
src/Core/Migration/V6_7/Migration1763544592UpdateGroupRegistrationMailTemplates.php
|
||||
src/Core/Migration/V6_7/Migration1773225412AddZugferdEmbeddedCancellationInvoice.php
|
||||
src/Core/Migration/V6_7/Migration1752750086AddIndexToOrderLineItemCreateAndUpdate.php
|
||||
src/Core/Migration/V6_7/Migration1728119898AddRobotsTxt.php
|
||||
src/Core/Migration/V6_7/Migration1773047964AddZugferdCancellationInvoice.php
|
||||
src/Core/Migration/V6_7/Migration1743064966CartConfigSubtotalTaxColumn.php
|
||||
src/Core/Migration/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequired.php
|
||||
src/Core/Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
|
||||
|
|
@ -21327,6 +21356,7 @@ src/Core/Migration/V6_7/Migration1717572627RemoveImportExportProfileName.php
|
|||
src/Core/Migration/V6_7/Migration1749644517AddListingVariantNameSystemConfigOption.php
|
||||
src/Core/Migration/V6_7/Migration1764580028AddAltAttributeToOrderConfirmationMailImages.php
|
||||
src/Core/Migration/V6_7/Migration1742897274RegistrationSalutationToggleConfig.php
|
||||
src/Core/Migration/V6_7/Migration1773048327UpdateZugferdInvoiceTranslations.php
|
||||
src/Core/Migration/V6_7/Migration1742568836CreateThemeRuntimeConfigTable.php
|
||||
src/Core/Migration/V6_7/Migration1728040169AddPrimaryOrderDelivery.php
|
||||
src/Core/Migration/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormat.php
|
||||
|
|
@ -21348,6 +21378,7 @@ src/Core/Migration/V6_7/Migration1756068710FixCustomerAddressLastNameLength.php
|
|||
src/Core/Migration/V6_7/Migration1739197440ChangeCmsBlockDefaultMargin.php
|
||||
src/Core/Migration/V6_7/Migration1765376847SetDefaultSystemConfigLoadPreviewsOnSearch.php
|
||||
src/Core/Migration/V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
|
||||
src/Core/Migration/V6_7/Migration1773317656AddZugferdCreditNote.php
|
||||
src/Core/Migration/V6_7/Migration1768545320RevocationRequestCmsForm.php
|
||||
src/Core/Migration/V6_7/Migration1763377570CreatePasswordChangeMailTemplate.php
|
||||
src/Core/Migration/V6_7/Migration1740321707SetAutoplayTimeoutAndSpeedSettingsForProductSlider.php
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ debugbar.php
|
|||
config/version.php
|
||||
version.php
|
||||
.nvmrc
|
||||
.git-blame-ignore-revs
|
||||
Dockerfile.alpine
|
||||
tests/Feature/Authentication/LoginTest.php
|
||||
Feature/Authentication/LoginTest.php
|
||||
|
|
@ -37318,6 +37319,11 @@ resources/views/blade/full-user-name.blade.php
|
|||
views/blade/full-user-name.blade.php
|
||||
blade/full-user-name.blade.php
|
||||
full-user-name.blade.php
|
||||
resources/views/blade/info-element/status.blade.php
|
||||
views/blade/info-element/status.blade.php
|
||||
blade/info-element/status.blade.php
|
||||
info-element/status.blade.php
|
||||
status.blade.php
|
||||
resources/views/blade/info-element/phone.blade.php
|
||||
views/blade/info-element/phone.blade.php
|
||||
blade/info-element/phone.blade.php
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ config/session.php
|
|||
config/debugbar.php
|
||||
config/version.php
|
||||
.nvmrc
|
||||
.git-blame-ignore-revs
|
||||
Dockerfile.alpine
|
||||
tests/Feature/Authentication/LoginTest.php
|
||||
tests/Feature/Modals/Ui/ShowModalsTest.php
|
||||
|
|
@ -6805,6 +6806,7 @@ resources/views/blade/button/index.blade.php
|
|||
resources/views/blade/button/edit.blade.php
|
||||
resources/views/blade/button/checkout.blade.php
|
||||
resources/views/blade/full-user-name.blade.php
|
||||
resources/views/blade/info-element/status.blade.php
|
||||
resources/views/blade/info-element/phone.blade.php
|
||||
resources/views/blade/info-element/url.blade.php
|
||||
resources/views/blade/info-element/email.blade.php
|
||||
|
|
|
|||
|
|
@ -10544,6 +10544,17 @@ ListView/components/tests/ViewSettingsMenu.test.tsx
|
|||
components/tests/ViewSettingsMenu.test.tsx
|
||||
tests/ViewSettingsMenu.test.tsx
|
||||
ViewSettingsMenu.test.tsx
|
||||
packages/core/content-manager/admin/src/pages/ListView/components/BulkActions/tests/formatErrorMessages.test.ts
|
||||
core/content-manager/admin/src/pages/ListView/components/BulkActions/tests/formatErrorMessages.test.ts
|
||||
content-manager/admin/src/pages/ListView/components/BulkActions/tests/formatErrorMessages.test.ts
|
||||
admin/src/pages/ListView/components/BulkActions/tests/formatErrorMessages.test.ts
|
||||
src/pages/ListView/components/BulkActions/tests/formatErrorMessages.test.ts
|
||||
pages/ListView/components/BulkActions/tests/formatErrorMessages.test.ts
|
||||
ListView/components/BulkActions/tests/formatErrorMessages.test.ts
|
||||
components/BulkActions/tests/formatErrorMessages.test.ts
|
||||
BulkActions/tests/formatErrorMessages.test.ts
|
||||
tests/formatErrorMessages.test.ts
|
||||
formatErrorMessages.test.ts
|
||||
packages/core/content-manager/admin/src/pages/ListView/components/BulkActions/tests/ConfirmBulkActionDialog.test.tsx
|
||||
core/content-manager/admin/src/pages/ListView/components/BulkActions/tests/ConfirmBulkActionDialog.test.tsx
|
||||
content-manager/admin/src/pages/ListView/components/BulkActions/tests/ConfirmBulkActionDialog.test.tsx
|
||||
|
|
|
|||
|
|
@ -1713,6 +1713,7 @@ packages/core/content-manager/admin/src/pages/NoPermissionsPage.tsx
|
|||
packages/core/content-manager/admin/src/pages/ListView/ListViewPage.tsx
|
||||
packages/core/content-manager/admin/src/pages/ListView/components/tests/AutoCloneFailureModal.test.tsx
|
||||
packages/core/content-manager/admin/src/pages/ListView/components/tests/ViewSettingsMenu.test.tsx
|
||||
packages/core/content-manager/admin/src/pages/ListView/components/BulkActions/tests/formatErrorMessages.test.ts
|
||||
packages/core/content-manager/admin/src/pages/ListView/components/BulkActions/tests/ConfirmBulkActionDialog.test.tsx
|
||||
packages/core/content-manager/admin/src/pages/ListView/components/BulkActions/PublishAction.tsx
|
||||
packages/core/content-manager/admin/src/pages/ListView/components/BulkActions/ConfirmBulkActionDialog.tsx
|
||||
|
|
|
|||
|
|
@ -8519,6 +8519,12 @@ Umbraco.Infrastructure/Persistence/Repositories/SimilarNodeNameTests.cs
|
|||
Persistence/Repositories/SimilarNodeNameTests.cs
|
||||
Repositories/SimilarNodeNameTests.cs
|
||||
SimilarNodeNameTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/Repositories/DocumentRepositoryTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/Repositories/DocumentRepositoryTests.cs
|
||||
Umbraco.Infrastructure/Persistence/Repositories/DocumentRepositoryTests.cs
|
||||
Persistence/Repositories/DocumentRepositoryTests.cs
|
||||
Repositories/DocumentRepositoryTests.cs
|
||||
DocumentRepositoryTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/Mappers/PropertyTypeMapperTest.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/Mappers/PropertyTypeMapperTest.cs
|
||||
Umbraco.Infrastructure/Persistence/Mappers/PropertyTypeMapperTest.cs
|
||||
|
|
|
|||
|
|
@ -1579,6 +1579,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/NPocoTests/NPoc
|
|||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/NPocoTests/NPocoSqlExtensionsTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/NPocoTests/NPocoSqlTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/Repositories/SimilarNodeNameTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/Repositories/DocumentRepositoryTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/Mappers/PropertyTypeMapperTest.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/Mappers/RelationTypeMapperTest.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/Mappers/LanguageMapperTest.cs
|
||||
|
|
|
|||
|
|
@ -86,6 +86,14 @@ php-linting-patterns.md
|
|||
skills/woocommerce-dev-cycle/markdown-linting.md
|
||||
woocommerce-dev-cycle/markdown-linting.md
|
||||
markdown-linting.md
|
||||
.ai/skills/woocommerce-performance/SKILL.md
|
||||
skills/woocommerce-performance/SKILL.md
|
||||
woocommerce-performance/SKILL.md
|
||||
SKILL.md
|
||||
.ai/skills/woocommerce-performance/cache-priming.md
|
||||
skills/woocommerce-performance/cache-priming.md
|
||||
woocommerce-performance/cache-priming.md
|
||||
cache-priming.md
|
||||
.ai/skills/woocommerce-git/SKILL.md
|
||||
skills/woocommerce-git/SKILL.md
|
||||
woocommerce-git/SKILL.md
|
||||
|
|
@ -3517,6 +3525,10 @@ plugins/woocommerce/changelog/62602-add-paypal-standard-e2e-tests
|
|||
woocommerce/changelog/62602-add-paypal-standard-e2e-tests
|
||||
changelog/62602-add-paypal-standard-e2e-tests
|
||||
62602-add-paypal-standard-e2e-tests
|
||||
plugins/woocommerce/changelog/fix-wooplug-6218-storeapi-session-handler-compatibility
|
||||
woocommerce/changelog/fix-wooplug-6218-storeapi-session-handler-compatibility
|
||||
changelog/fix-wooplug-6218-storeapi-session-handler-compatibility
|
||||
fix-wooplug-6218-storeapi-session-handler-compatibility
|
||||
plugins/woocommerce/changelog/63567-update-wooplug-6376-add-ie-pt-with-packlink-and-move-de-to-packlink
|
||||
woocommerce/changelog/63567-update-wooplug-6376-add-ie-pt-with-packlink-and-move-de-to-packlink
|
||||
changelog/63567-update-wooplug-6376-add-ie-pt-with-packlink-and-move-de-to-packlink
|
||||
|
|
@ -3557,6 +3569,10 @@ plugins/woocommerce/changelog/62964-fix-template-override-detection
|
|||
woocommerce/changelog/62964-fix-template-override-detection
|
||||
changelog/62964-fix-template-override-detection
|
||||
62964-fix-template-override-detection
|
||||
plugins/woocommerce/changelog/fix-select-focus-colors
|
||||
woocommerce/changelog/fix-select-focus-colors
|
||||
changelog/fix-select-focus-colors
|
||||
fix-select-focus-colors
|
||||
plugins/woocommerce/changelog/fix-58985
|
||||
woocommerce/changelog/fix-58985
|
||||
changelog/fix-58985
|
||||
|
|
@ -3649,6 +3665,10 @@ plugins/woocommerce/changelog/wooplug-6390-email-editor-email-template-order-ful
|
|||
woocommerce/changelog/wooplug-6390-email-editor-email-template-order-fulfilled-block
|
||||
changelog/wooplug-6390-email-editor-email-template-order-fulfilled-block
|
||||
wooplug-6390-email-editor-email-template-order-fulfilled-block
|
||||
plugins/woocommerce/changelog/63543-migrate-dinero-v2
|
||||
woocommerce/changelog/63543-migrate-dinero-v2
|
||||
changelog/63543-migrate-dinero-v2
|
||||
63543-migrate-dinero-v2
|
||||
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5
|
||||
woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5
|
||||
changelog/performance-63118-reduce-sqls-number-iteration-5
|
||||
|
|
@ -3713,6 +3733,10 @@ plugins/woocommerce/changelog/63241-wooprd-1445-rework-spacings-between-informat
|
|||
woocommerce/changelog/63241-wooprd-1445-rework-spacings-between-information-elements
|
||||
changelog/63241-wooprd-1445-rework-spacings-between-information-elements
|
||||
63241-wooprd-1445-rework-spacings-between-information-elements
|
||||
plugins/woocommerce/changelog/performance-extract-cache-priming-prs-into-skill
|
||||
woocommerce/changelog/performance-extract-cache-priming-prs-into-skill
|
||||
changelog/performance-extract-cache-priming-prs-into-skill
|
||||
performance-extract-cache-priming-prs-into-skill
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-08
|
||||
woocommerce/changelog/e2e-pw-ts-conversion-08
|
||||
changelog/e2e-pw-ts-conversion-08
|
||||
|
|
@ -11891,6 +11915,13 @@ src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php
|
|||
Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php
|
||||
ExampleClasses/ClassThatDependsOnLegacyCode.php
|
||||
ClassThatDependsOnLegacyCode.php
|
||||
plugins/woocommerce/tests/php/src/StoreApi/SessionHandlerTest.php
|
||||
woocommerce/tests/php/src/StoreApi/SessionHandlerTest.php
|
||||
tests/php/src/StoreApi/SessionHandlerTest.php
|
||||
php/src/StoreApi/SessionHandlerTest.php
|
||||
src/StoreApi/SessionHandlerTest.php
|
||||
StoreApi/SessionHandlerTest.php
|
||||
SessionHandlerTest.php
|
||||
plugins/woocommerce/tests/php/src/StoreApi/Mocks/FakeRegularShippingMethod.php
|
||||
woocommerce/tests/php/src/StoreApi/Mocks/FakeRegularShippingMethod.php
|
||||
tests/php/src/StoreApi/Mocks/FakeRegularShippingMethod.php
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@ SECURITY.md
|
|||
.ai/skills/woocommerce-dev-cycle/js-i18n-patterns.md
|
||||
.ai/skills/woocommerce-dev-cycle/php-linting-patterns.md
|
||||
.ai/skills/woocommerce-dev-cycle/markdown-linting.md
|
||||
.ai/skills/woocommerce-performance/SKILL.md
|
||||
.ai/skills/woocommerce-performance/cache-priming.md
|
||||
.ai/skills/woocommerce-git/SKILL.md
|
||||
.ai/skills/woocommerce-markdown/SKILL.md
|
||||
.ai/skills/woocommerce-backend-dev/SKILL.md
|
||||
|
|
@ -798,6 +800,7 @@ plugins/woocommerce/changelog/fix-62340-ces
|
|||
plugins/woocommerce/changelog/62293-fix-cart-sold-individually-validation
|
||||
plugins/woocommerce/changelog/fix-draft-products-store-api
|
||||
plugins/woocommerce/changelog/62602-add-paypal-standard-e2e-tests
|
||||
plugins/woocommerce/changelog/fix-wooplug-6218-storeapi-session-handler-compatibility
|
||||
plugins/woocommerce/changelog/63567-update-wooplug-6376-add-ie-pt-with-packlink-and-move-de-to-packlink
|
||||
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-4
|
||||
plugins/woocommerce/changelog/follow-up-to-wooprd-1019-add-reset-notification-email-content
|
||||
|
|
@ -808,6 +811,7 @@ plugins/woocommerce/changelog/62892-wooplug-6129-iapi-cart-store-refresh-cart-on
|
|||
plugins/woocommerce/changelog/add-placeholder-products-email-editor
|
||||
plugins/woocommerce/changelog/fix-56511-deprecated-refund-hook-names
|
||||
plugins/woocommerce/changelog/62964-fix-template-override-detection
|
||||
plugins/woocommerce/changelog/fix-select-focus-colors
|
||||
plugins/woocommerce/changelog/fix-58985
|
||||
plugins/woocommerce/changelog/63396-fix-issue-63394
|
||||
plugins/woocommerce/changelog/fix-63574-wrong-escaping-in-image-alt-in-cart
|
||||
|
|
@ -831,6 +835,7 @@ plugins/woocommerce/changelog/e2e-pw-ts-conversion-07
|
|||
plugins/woocommerce/changelog/63544-fix-wooprd-2912-remove-duplicate-save-meta-data
|
||||
plugins/woocommerce/changelog/62982-add-paypal-standard-e2e-tests-onboarding
|
||||
plugins/woocommerce/changelog/wooplug-6390-email-editor-email-template-order-fulfilled-block
|
||||
plugins/woocommerce/changelog/63543-migrate-dinero-v2
|
||||
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5
|
||||
plugins/woocommerce/changelog/pr-63589
|
||||
plugins/woocommerce/changelog/woomob-2161-pos-bookings-receipts
|
||||
|
|
@ -847,6 +852,7 @@ plugins/woocommerce/changelog/update-WOOPLUG-6337-marketing-overview-channels-li
|
|||
plugins/woocommerce/changelog/rest-api-v4-orders-cache-priming
|
||||
plugins/woocommerce/changelog/62963-fix-issue-62709
|
||||
plugins/woocommerce/changelog/63241-wooprd-1445-rework-spacings-between-information-elements
|
||||
plugins/woocommerce/changelog/performance-extract-cache-priming-prs-into-skill
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-08
|
||||
plugins/woocommerce/changelog/fix-63486-dashboard-status-widget-contrast
|
||||
plugins/woocommerce/changelog/63014-fix-mini-cart-badge-iapi-navigation
|
||||
|
|
@ -1976,6 +1982,7 @@ plugins/woocommerce/tests/php/src/Proxies/LegacyProxyTest.php
|
|||
plugins/woocommerce/tests/php/src/Proxies/ExampleClasses/ClassWithReplaceableMembers.php
|
||||
plugins/woocommerce/tests/php/src/Proxies/ExampleClasses/ClassWithNonWooNamespace.php
|
||||
plugins/woocommerce/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php
|
||||
plugins/woocommerce/tests/php/src/StoreApi/SessionHandlerTest.php
|
||||
plugins/woocommerce/tests/php/src/StoreApi/Mocks/FakeRegularShippingMethod.php
|
||||
plugins/woocommerce/tests/php/src/StoreApi/Mocks/FakeLocalPickupShippingMethod.php
|
||||
plugins/woocommerce/tests/php/src/StoreApi/Utilities/AgenticCheckoutUtilsTest.php
|
||||
|
|
|
|||
|
|
@ -6443,6 +6443,9 @@ migrate/20220829140334_issue4229_overview_user_sortings.rb
|
|||
db/migrate/20210810091200_issue_3669_fix_domain.rb
|
||||
migrate/20210810091200_issue_3669_fix_domain.rb
|
||||
20210810091200_issue_3669_fix_domain.rb
|
||||
db/migrate/20260316142220_issue5998_ai_provider_setting_validation.rb
|
||||
migrate/20260316142220_issue5998_ai_provider_setting_validation.rb
|
||||
20260316142220_issue5998_ai_provider_setting_validation.rb
|
||||
db/migrate/20170419000002_overview_role_ids.rb
|
||||
migrate/20170419000002_overview_role_ids.rb
|
||||
20170419000002_overview_role_ids.rb
|
||||
|
|
@ -7112,6 +7115,9 @@ migrate/20170713000002_ticket_zoom_setting2.rb
|
|||
db/migrate/20220124104955_update_object_attributes.rb
|
||||
migrate/20220124104955_update_object_attributes.rb
|
||||
20220124104955_update_object_attributes.rb
|
||||
db/migrate/20260309120000_create_online_notification_standalones.rb
|
||||
migrate/20260309120000_create_online_notification_standalones.rb
|
||||
20260309120000_create_online_notification_standalones.rb
|
||||
db/migrate/20250717082859_ticket_add_ai_agents_working.rb
|
||||
migrate/20250717082859_ticket_add_ai_agents_working.rb
|
||||
20250717082859_ticket_add_ai_agents_working.rb
|
||||
|
|
@ -22050,6 +22056,9 @@ system_report_spec.rb
|
|||
spec/models/session_spec.rb
|
||||
models/session_spec.rb
|
||||
session_spec.rb
|
||||
spec/models/online_notification_standalone_spec.rb
|
||||
models/online_notification_standalone_spec.rb
|
||||
online_notification_standalone_spec.rb
|
||||
spec/models/user/out_of_office_spec.rb
|
||||
models/user/out_of_office_spec.rb
|
||||
user/out_of_office_spec.rb
|
||||
|
|
@ -22752,6 +22761,11 @@ models/setting/validation/storage_provider_spec.rb
|
|||
setting/validation/storage_provider_spec.rb
|
||||
validation/storage_provider_spec.rb
|
||||
storage_provider_spec.rb
|
||||
spec/models/setting/validation/ai_provider_spec.rb
|
||||
models/setting/validation/ai_provider_spec.rb
|
||||
setting/validation/ai_provider_spec.rb
|
||||
validation/ai_provider_spec.rb
|
||||
ai_provider_spec.rb
|
||||
spec/models/setting/validation/ai_provider_config_spec.rb
|
||||
models/setting/validation/ai_provider_config_spec.rb
|
||||
setting/validation/ai_provider_config_spec.rb
|
||||
|
|
@ -23512,6 +23526,9 @@ spec/factories/report/profile.rb
|
|||
factories/report/profile.rb
|
||||
report/profile.rb
|
||||
profile.rb
|
||||
spec/factories/online_notification_standalone.rb
|
||||
factories/online_notification_standalone.rb
|
||||
online_notification_standalone.rb
|
||||
spec/factories/knowledge_base_permissions.rb
|
||||
factories/knowledge_base_permissions.rb
|
||||
knowledge_base_permissions.rb
|
||||
|
|
@ -25497,6 +25514,14 @@ activity-message/activityMessageBuilder/builders/ticket.ts
|
|||
activityMessageBuilder/builders/ticket.ts
|
||||
builders/ticket.ts
|
||||
ticket.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/online-notification-standalone.ts
|
||||
frontend/shared/composables/activity-message/activityMessageBuilder/builders/online-notification-standalone.ts
|
||||
shared/composables/activity-message/activityMessageBuilder/builders/online-notification-standalone.ts
|
||||
composables/activity-message/activityMessageBuilder/builders/online-notification-standalone.ts
|
||||
activity-message/activityMessageBuilder/builders/online-notification-standalone.ts
|
||||
activityMessageBuilder/builders/online-notification-standalone.ts
|
||||
builders/online-notification-standalone.ts
|
||||
online-notification-standalone.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/organization.ts
|
||||
frontend/shared/composables/activity-message/activityMessageBuilder/builders/organization.ts
|
||||
shared/composables/activity-message/activityMessageBuilder/builders/organization.ts
|
||||
|
|
@ -52126,6 +52151,12 @@ graphql/gql/types/link_type.rb
|
|||
gql/types/link_type.rb
|
||||
types/link_type.rb
|
||||
link_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone/data_type.rb
|
||||
graphql/gql/types/online_notification_standalone/data_type.rb
|
||||
gql/types/online_notification_standalone/data_type.rb
|
||||
types/online_notification_standalone/data_type.rb
|
||||
online_notification_standalone/data_type.rb
|
||||
data_type.rb
|
||||
app/graphql/gql/types/text_module_type.rb
|
||||
graphql/gql/types/text_module_type.rb
|
||||
gql/types/text_module_type.rb
|
||||
|
|
@ -52890,6 +52921,11 @@ gql/types/input/object_attribute_value_input_type.rb
|
|||
types/input/object_attribute_value_input_type.rb
|
||||
input/object_attribute_value_input_type.rb
|
||||
object_attribute_value_input_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone_type.rb
|
||||
graphql/gql/types/online_notification_standalone_type.rb
|
||||
gql/types/online_notification_standalone_type.rb
|
||||
types/online_notification_standalone_type.rb
|
||||
online_notification_standalone_type.rb
|
||||
app/graphql/gql/types/base_cached_connection.rb
|
||||
graphql/gql/types/base_cached_connection.rb
|
||||
gql/types/base_cached_connection.rb
|
||||
|
|
@ -55693,6 +55729,12 @@ javascripts/app/models/knowledge_base_category_translation.coffee
|
|||
app/models/knowledge_base_category_translation.coffee
|
||||
models/knowledge_base_category_translation.coffee
|
||||
knowledge_base_category_translation.coffee
|
||||
app/assets/javascripts/app/models/online_notification_standalone.coffee
|
||||
assets/javascripts/app/models/online_notification_standalone.coffee
|
||||
javascripts/app/models/online_notification_standalone.coffee
|
||||
app/models/online_notification_standalone.coffee
|
||||
models/online_notification_standalone.coffee
|
||||
online_notification_standalone.coffee
|
||||
app/assets/javascripts/app/models/ticket_article_type.coffee
|
||||
assets/javascripts/app/models/ticket_article_type.coffee
|
||||
javascripts/app/models/ticket_article_type.coffee
|
||||
|
|
@ -65999,6 +66041,11 @@ models/setting/validation/time_zone.rb
|
|||
setting/validation/time_zone.rb
|
||||
validation/time_zone.rb
|
||||
time_zone.rb
|
||||
app/models/setting/validation/ai_provider.rb
|
||||
models/setting/validation/ai_provider.rb
|
||||
setting/validation/ai_provider.rb
|
||||
validation/ai_provider.rb
|
||||
ai_provider.rb
|
||||
app/models/setting/validation/ai_provider_config.rb
|
||||
models/setting/validation/ai_provider_config.rb
|
||||
setting/validation/ai_provider_config.rb
|
||||
|
|
@ -66086,6 +66133,9 @@ app/models/transaction/clearbit_enrichment.rb
|
|||
models/transaction/clearbit_enrichment.rb
|
||||
transaction/clearbit_enrichment.rb
|
||||
clearbit_enrichment.rb
|
||||
app/models/online_notification_standalone.rb
|
||||
models/online_notification_standalone.rb
|
||||
online_notification_standalone.rb
|
||||
app/models/template/assets.rb
|
||||
models/template/assets.rb
|
||||
template/assets.rb
|
||||
|
|
|
|||
|
|
@ -1414,6 +1414,7 @@ db/migrate/20170516000001_trigger_recipient_update.rb
|
|||
db/migrate/20211005110047_issue3787_fix_job.rb
|
||||
db/migrate/20220829140334_issue4229_overview_user_sortings.rb
|
||||
db/migrate/20210810091200_issue_3669_fix_domain.rb
|
||||
db/migrate/20260316142220_issue5998_ai_provider_setting_validation.rb
|
||||
db/migrate/20170419000002_overview_role_ids.rb
|
||||
db/migrate/20240312110258_create_failed_emails.rb
|
||||
db/migrate/20210106100013_issue_3346_xoauth2_token_not_fetched.rb
|
||||
|
|
@ -1637,6 +1638,7 @@ db/migrate/20240906090321_drop_unused_article_references.rb
|
|||
db/migrate/20220624173829_setting_password_login.rb
|
||||
db/migrate/20170713000002_ticket_zoom_setting2.rb
|
||||
db/migrate/20220124104955_update_object_attributes.rb
|
||||
db/migrate/20260309120000_create_online_notification_standalones.rb
|
||||
db/migrate/20250717082859_ticket_add_ai_agents_working.rb
|
||||
db/migrate/20260112151145_add_admin_beta_ui_configuration.rb
|
||||
db/migrate/20240607144905_ensure_no_commas_and_asterisks_in_tag_names.rb
|
||||
|
|
@ -4687,6 +4689,7 @@ spec/models/knowledge_base/answer_spec.rb
|
|||
spec/models/knowledge_base/translation_spec.rb
|
||||
spec/models/system_report_spec.rb
|
||||
spec/models/session_spec.rb
|
||||
spec/models/online_notification_standalone_spec.rb
|
||||
spec/models/user/out_of_office_spec.rb
|
||||
spec/models/user/can_lookup_search_index_attributes_examples.rb
|
||||
spec/models/user/permissions_spec.rb
|
||||
|
|
@ -4843,6 +4846,7 @@ spec/models/avatar_spec.rb
|
|||
spec/models/ticket_spec.rb
|
||||
spec/models/setting/validation/time_zone_spec.rb
|
||||
spec/models/setting/validation/storage_provider_spec.rb
|
||||
spec/models/setting/validation/ai_provider_spec.rb
|
||||
spec/models/setting/validation/ai_provider_config_spec.rb
|
||||
spec/models/setting/validation/saml/security_spec.rb
|
||||
spec/models/setting/validation/saml/required_attributes_spec.rb
|
||||
|
|
@ -5039,6 +5043,7 @@ spec/factories/user.rb
|
|||
spec/factories/overview.rb
|
||||
spec/factories/session.rb
|
||||
spec/factories/report/profile.rb
|
||||
spec/factories/online_notification_standalone.rb
|
||||
spec/factories/knowledge_base_permissions.rb
|
||||
spec/factories/core_workflow.rb
|
||||
spec/factories/data_privacy_task.rb
|
||||
|
|
@ -5452,6 +5457,7 @@ app/frontend/shared/composables/activity-message/activityMessageBuilder/builders
|
|||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/data-privacy-task.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket-article.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/online-notification-standalone.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/organization.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/group.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/index.ts
|
||||
|
|
@ -8791,6 +8797,7 @@ app/graphql/gql/concerns/handles_overview_caching.rb
|
|||
app/graphql/gql/concerns/handles_throttling.rb
|
||||
app/graphql/gql/concerns/handles_password_revalidation_token.rb
|
||||
app/graphql/gql/types/link_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone/data_type.rb
|
||||
app/graphql/gql/types/text_module_type.rb
|
||||
app/graphql/gql/types/token_type.rb
|
||||
app/graphql/gql/types/calendar/ics_file/event_type.rb
|
||||
|
|
@ -8908,6 +8915,7 @@ app/graphql/gql/types/input/out_of_office_input_type.rb
|
|||
app/graphql/gql/types/input/organization_input_type.rb
|
||||
app/graphql/gql/types/input/ai/analytics/usage_input_type.rb
|
||||
app/graphql/gql/types/input/object_attribute_value_input_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone_type.rb
|
||||
app/graphql/gql/types/base_cached_connection.rb
|
||||
app/graphql/gql/types/uri_http_string_type.rb
|
||||
app/graphql/gql/types/search_result_type.rb
|
||||
|
|
@ -9331,6 +9339,7 @@ app/assets/javascripts/app/models/template.coffee
|
|||
app/assets/javascripts/app/models/ticket_time_accounting_type.coffee
|
||||
app/assets/javascripts/app/models/locale.coffee
|
||||
app/assets/javascripts/app/models/knowledge_base_category_translation.coffee
|
||||
app/assets/javascripts/app/models/online_notification_standalone.coffee
|
||||
app/assets/javascripts/app/models/ticket_article_type.coffee
|
||||
app/assets/javascripts/app/models/ticket_priority.coffee
|
||||
app/assets/javascripts/app/models/knowledge_base_layout.coffee
|
||||
|
|
@ -11008,6 +11017,7 @@ app/models/ticket/has_daily_event_locks.rb
|
|||
app/models/ticket/priority.rb
|
||||
app/models/setting/validation/storage_provider.rb
|
||||
app/models/setting/validation/time_zone.rb
|
||||
app/models/setting/validation/ai_provider.rb
|
||||
app/models/setting/validation/ai_provider_config.rb
|
||||
app/models/setting/validation/saml/security.rb
|
||||
app/models/setting/validation/saml/tls.rb
|
||||
|
|
@ -11028,6 +11038,7 @@ app/models/transaction/signature_detection.rb
|
|||
app/models/transaction/cti_caller_id_detection.rb
|
||||
app/models/transaction/trigger.rb
|
||||
app/models/transaction/clearbit_enrichment.rb
|
||||
app/models/online_notification_standalone.rb
|
||||
app/models/template/assets.rb
|
||||
app/models/template/triggers_subscriptions.rb
|
||||
app/models/concerns/can_seed.rb
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -153,12 +133,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?
|
||||
|
|
@ -201,13 +179,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
|
||||
|
|
@ -215,8 +190,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
|
@ -246,15 +219,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_
|
||||
/zipball
|
||||
|
|
@ -369,7 +338,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?search_forum=
|
||||
?set_mobile=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -463,8 +431,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
|
||||
|
|
@ -531,8 +497,6 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -631,12 +595,10 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/learn
|
||||
ads/local
|
||||
|
|
@ -647,7 +609,6 @@ advisor/*zx1fa
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
ai-sandbox-internal/generated_images
|
||||
aihub/tfhub
|
||||
|
|
@ -704,9 +665,7 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -783,7 +742,6 @@ author/following
|
|||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
|
|
@ -834,10 +792,6 @@ blogs/nationals-journal-beta
|
|||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/NBK
|
||||
|
|
@ -858,40 +812,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
|
||||
|
|
@ -920,7 +853,6 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
chwilio
|
||||
|
|
@ -940,7 +872,6 @@ clickthru
|
|||
clima/ets
|
||||
clima/sites/registry
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -959,7 +890,6 @@ commission_2010-2014/katainen
|
|||
commits?author=
|
||||
common/
|
||||
common/survey.aspx*
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -967,14 +897,11 @@ communities/rss.aspx*
|
|||
communities/sitemap
|
||||
community
|
||||
community-guidelines
|
||||
community_comment
|
||||
community_post
|
||||
companyDir
|
||||
compare
|
||||
compressiontest
|
||||
concussion/HeadsUp/training/
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
consumers/archive
|
||||
contact/menu*
|
||||
|
|
@ -982,19 +909,13 @@ contact/partner*
|
|||
contact_importer
|
||||
contactus
|
||||
contactus/mwaas*
|
||||
content-claiming
|
||||
content-guest/rss/channels
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
cookie-policy
|
||||
copilot
|
||||
copilot/c
|
||||
copilotsearch?q=
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
core/
|
||||
core/*.css$
|
||||
core/*.css?
|
||||
|
|
@ -1012,19 +933,11 @@ covid19/mobility
|
|||
cr$
|
||||
cr?
|
||||
create
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creativegroup
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
csp
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -1050,10 +963,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
|
||||
|
|
@ -1143,8 +1054,6 @@ earth/social
|
|||
ebook
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1157,7 +1066,6 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1219,7 +1127,6 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
|
|
@ -1305,18 +1212,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
|
||||
|
|
@ -1354,8 +1257,6 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1437,8 +1338,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
|
||||
|
|
@ -1553,7 +1452,6 @@ gtp/stir
|
|||
guidebooks
|
||||
gview
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1577,12 +1475,9 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
home$
|
||||
home?
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1594,10 +1489,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://archive.org/robots.txt
|
||||
http://blog.google/robots.txt
|
||||
http://cdc.gov/robots.txt
|
||||
http://de.wikipedia.org/robots.txt
|
||||
http://slideshare.net/robots.txt
|
||||
http://m.youtube.com/robots.txt
|
||||
http://s3.amazonaws.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1612,9 +1507,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/
|
||||
|
|
@ -1658,17 +1550,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
|
||||
|
|
@ -1705,8 +1594,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
|
||||
|
|
@ -1749,7 +1636,6 @@ ko/ott
|
|||
ko/solutions
|
||||
ko/upload
|
||||
ko/vimeo-academy
|
||||
kwanzaa-spotlight
|
||||
l.php
|
||||
labs-code
|
||||
labs/pmc
|
||||
|
|
@ -1786,15 +1672,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
|
||||
|
|
@ -1973,7 +1856,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
|
||||
|
|
@ -1983,7 +1865,6 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -1997,22 +1878,17 @@ nl-nl/lp
|
|||
nl-nl/searchresults
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
nus-trk
|
||||
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
|
||||
|
|
@ -2042,11 +1918,8 @@ pagespeed/insights/ui/logo
|
|||
panel
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
partner-program
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -2079,46 +1952,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
|
||||
|
|
@ -2165,7 +2004,6 @@ posttv/posttv/trendex
|
|||
posttv/sponsored-video
|
||||
ppl
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2175,8 +2013,6 @@ print
|
|||
privacy-policy
|
||||
private
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2232,13 +2068,11 @@ pt-br/vimeo-academy
|
|||
public-profile
|
||||
publications
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
q=
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/imda
|
||||
|
|
@ -2247,7 +2081,6 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recipes/*?q=
|
||||
recipes/search
|
||||
reconnect
|
||||
|
|
@ -2262,9 +2095,6 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2272,13 +2102,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
|
||||
|
|
@ -2318,7 +2144,6 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safety
|
||||
safetycheck
|
||||
salary-explorer/api
|
||||
|
|
@ -2364,7 +2189,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/oauth
|
||||
setprefs
|
||||
|
|
@ -2396,7 +2220,6 @@ shop/productpage
|
|||
shop/topics
|
||||
shop/view/product
|
||||
shop?*
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2700,12 +2523,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/
|
||||
|
|
@ -2722,7 +2543,6 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
|
|
@ -2781,10 +2601,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
|
||||
|
|
@ -2810,7 +2626,6 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
|
|
@ -2828,7 +2643,6 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2836,7 +2650,6 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2884,9 +2697,7 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -2978,7 +2789,6 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -2995,14 +2805,9 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-lens-image
|
||||
upload-lens-image-history
|
||||
upload-shuffle-draft
|
||||
uploads
|
||||
urchin_test
|
||||
url
|
||||
|
|
@ -3020,11 +2825,9 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verified-authors
|
||||
verify_age
|
||||
|
|
@ -3070,9 +2873,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
|
||||
|
|
@ -3458,7 +3258,7 @@ wiki/Wikipedia_Diskussion:Checkuser%2F
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://tinyurl.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3670,7 +3470,6 @@ xhtml?
|
|||
xml?
|
||||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/branding/favicon
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
%D0%B2%D0%B0%D0%BA%D0%B0%D0%BD%D1%81%D0%B8%D0%B8
|
||||
%D9%88%D8%B8%D8%A7%D8%A6%D9%81
|
||||
%E0%B8%87%E0%B8%B2%E0%B8%99
|
||||
%E3%80%90
|
||||
%E3%80%91
|
||||
%E4%BB%95%E4%BA%8B?
|
||||
%E5%B7%A5%E4%BD%9C
|
||||
%E5%B7%A5%E4%BD%9C/CN
|
||||
|
|
@ -344,7 +346,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.ssi$
|
||||
.svg
|
||||
.svg
|
||||
.svghttp://diigo.com/robots.txt
|
||||
.svghttp://globenewswire.com/robots.txt
|
||||
.swf$
|
||||
.swf$
|
||||
.sxg
|
||||
|
|
@ -810,7 +812,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/business/aisearch
|
||||
/business/availability
|
||||
/business/availability/?context
|
||||
/business/availability/?context=http://help.twitter.com/robots.txt
|
||||
/business/availability/?context=http://creatoracademy.youtube.com/robots.txt
|
||||
/business/availability?context
|
||||
/business/availability?context=
|
||||
/business/search
|
||||
|
|
@ -1000,7 +1002,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/discover
|
||||
/discovered
|
||||
/dl
|
||||
/docs/download
|
||||
/docs/download/agreements
|
||||
/docs/product
|
||||
/document/comments
|
||||
|
|
@ -1208,7 +1209,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/goldlog$
|
||||
/group
|
||||
/group/
|
||||
/gtc/gtc-chatbot/*http://nymag.com/robots.txt
|
||||
/gtc/gtc-chatbot/*http://msdn.microsoft.com/robots.txt
|
||||
/hack
|
||||
/hardware/*/cart
|
||||
/havadurumu/
|
||||
|
|
@ -1494,7 +1495,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newsletter
|
||||
/nextpodcastlist
|
||||
/nightly-news
|
||||
/no-referrer-when-downgradehttp://globesimregistrations.ph/robots.txt
|
||||
/no-referrer-when-downgradehttp://pitchfork.com/robots.txt
|
||||
/no-search-results
|
||||
/node
|
||||
/node/add
|
||||
|
|
@ -1679,7 +1680,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/register
|
||||
/registration-confirmation/
|
||||
/registration/
|
||||
/registration/*refererContentPath
|
||||
/registration/*?
|
||||
/related
|
||||
/rent-house_att
|
||||
/report_abuse
|
||||
|
|
@ -2238,7 +2239,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?*add-to-cart=
|
||||
?*adxarea=
|
||||
?*ajs_event
|
||||
?*apikey*http://vk.com/robots.txt
|
||||
?*apikey*http://hackernoon.com/robots.txt
|
||||
?*app
|
||||
?*attachment_id
|
||||
?*author
|
||||
|
|
@ -2286,7 +2287,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?*hsCtaTracking
|
||||
?*hsPreviewerApp=blog_post
|
||||
?*hs_preview=
|
||||
?*http://healthtips1dr.blogspot.com/robots.txt
|
||||
?*http://foursquare.com/robots.txt
|
||||
?*hubs_signup-cta
|
||||
?*hybrid=
|
||||
?*iframe
|
||||
|
|
@ -2419,7 +2420,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?ampstory=
|
||||
?app=
|
||||
?articleno=
|
||||
?at_
|
||||
?attachment_id=
|
||||
?attachment_id=*
|
||||
?attribute_key
|
||||
|
|
@ -2611,6 +2611,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?list=wall
|
||||
?location=
|
||||
?ls=
|
||||
?maca=
|
||||
?mark=google_shopping
|
||||
?maspect
|
||||
?mediaId=
|
||||
|
|
@ -5120,7 +5121,7 @@ apdata
|
|||
api
|
||||
api*.do
|
||||
api*?hl=
|
||||
api*?hl=http://adssettings.google.com/robots.txt
|
||||
api*?hl=http://blog.google/robots.txt
|
||||
api-keys
|
||||
api-proxy
|
||||
api.html?
|
||||
|
|
@ -5803,7 +5804,6 @@ bal/impression
|
|||
bal/impression/RecordImpression.htm?
|
||||
ban-me-i-am-a-robot
|
||||
bandito
|
||||
bank
|
||||
banking
|
||||
baraholka
|
||||
baroness
|
||||
|
|
@ -6045,7 +6045,7 @@ blog/*?text=
|
|||
blog/*sitemap.xml$
|
||||
blog/*utm_source=
|
||||
blog/.
|
||||
blog/.html.*http://samsung.com/robots.txt
|
||||
blog/.html.*http://kickstarter.com/robots.txt
|
||||
blog/10-lessons-from-an-engineering-manager/$
|
||||
blog/2025-shifting-roles-report/$
|
||||
blog/23-prototyping-resources-to-bookmark-right-now/$
|
||||
|
|
@ -6756,6 +6756,7 @@ blog/the-rise-of-the-generalist/$
|
|||
blog/the-rise-of-ux-ui-design-a-decade-in-reflection/$
|
||||
blog/the-search-for-speed-in-figma-opensearch/$
|
||||
blog/the-shared-language-of-props/$
|
||||
blog/the-state-of-design/$
|
||||
blog/the-story-of-creating-figma-sans/$
|
||||
blog/the-three-cs-of-figma-a-beginners-guide-to-success/$
|
||||
blog/the-university-of-the-arts-londons-accidental-path-to-a-design-system/$
|
||||
|
|
@ -7589,7 +7590,7 @@ cart.srv
|
|||
cart?
|
||||
cartoon
|
||||
carts
|
||||
case-studies/http://wretch.cc/robots.txt
|
||||
case-studies/http://research.youtube/robots.txt
|
||||
cash
|
||||
cashout
|
||||
cassette.axd/manifest.xml
|
||||
|
|
@ -7635,7 +7636,7 @@ cdn-cgi
|
|||
cdn-cgi/
|
||||
cdn-cgi/bm/cv
|
||||
cdn-cgi/challenge-platform
|
||||
cdn-cgi/http://medium.com/robots.txt
|
||||
cdn-cgi/http://autodesk.com/robots.txt
|
||||
cdn-cgi/images/trace
|
||||
cdn-cgi/l/email-protection
|
||||
cdn-cgi/rum
|
||||
|
|
@ -7643,7 +7644,7 @@ cdn-cgi/scripts
|
|||
cdn-cgi/speculation
|
||||
cdn-cgi/styles
|
||||
cdn-cgi/zaraz
|
||||
cdn-cgi/zaraz/http://deezer.com/robots.txt
|
||||
cdn-cgi/zaraz/http://ibb.co/robots.txt
|
||||
cdn-proxy/pim
|
||||
cdn-proxy/px
|
||||
cdn.jwplayer.com/previews
|
||||
|
|
@ -7669,7 +7670,7 @@ cgi-bin/koha/
|
|||
cgi-bin/loginpage
|
||||
cgi-bin/search.fpl
|
||||
cgi-bin/wx
|
||||
cgi-binhttp://ifttt.com/robots.txt
|
||||
cgi-binhttp://helloqueen.pl/robots.txt
|
||||
cgi-local
|
||||
cgi-mad/
|
||||
cgi-pct/
|
||||
|
|
@ -7791,7 +7792,7 @@ checkForm=
|
|||
checkout
|
||||
checkout-external
|
||||
checkout/package
|
||||
checkouthttp://moderncalculators.com/robots.txt
|
||||
checkouthttp://accidentinjurylawyers.claims/robots.txt
|
||||
checkoutnow
|
||||
checkouts
|
||||
checkpoint
|
||||
|
|
@ -10035,7 +10036,7 @@ confirmation
|
|||
conflagexp
|
||||
connect
|
||||
connect/@
|
||||
connect/http://blog.twitter.com/robots.txt
|
||||
connect/http://corefiling.com/robots.txt
|
||||
connect/social-intranet.html
|
||||
connections
|
||||
connections/recent
|
||||
|
|
@ -10182,7 +10183,7 @@ content/search
|
|||
content/telegraph
|
||||
content/temp/*
|
||||
content/websites/languages
|
||||
content/websites/us/en/noindex/*http://wunderground.com/robots.txt
|
||||
content/websites/us/en/noindex/*http://yahoo.com/robots.txt
|
||||
content_reporting
|
||||
content_title=
|
||||
contest
|
||||
|
|
@ -11043,6 +11044,7 @@ de-de/reports/state-of-the-designer-2026/$
|
|||
de-de/reports/state-of-the-designer-regional-report/$
|
||||
de-de/reports/takeaways-from-customers-using-dev-mode/$
|
||||
de-de/reports/the-business-leaders-guide-to-design/$
|
||||
de-de/reports/the-business-value-of-design-systems/$
|
||||
de-de/reports/the-developer-pulse/$
|
||||
de-de/reports/the-outsized-role-culture-plays-in-attracting-design-talent/$
|
||||
de-de/reports/uphill-battle-to-make-magical-products/$
|
||||
|
|
@ -11683,7 +11685,6 @@ disneyid
|
|||
dispatch/us/search
|
||||
display-video-360
|
||||
distributions
|
||||
distropic
|
||||
dk
|
||||
dk$
|
||||
dk-en*/listing/*/favoriters
|
||||
|
|
@ -12784,6 +12785,7 @@ es-es/reports/getting-started-with-design-systems/$
|
|||
es-es/reports/measure-design-system-roi/$
|
||||
es-es/reports/state-of-the-designer-2026/$
|
||||
es-es/reports/takeaways-from-customers-using-dev-mode/$
|
||||
es-es/reports/the-business-value-of-design-systems/$
|
||||
es-es/reports/the-developer-pulse/$
|
||||
es-es/reports/your-handbook-to-scaling/$
|
||||
es-es/resource-library/$
|
||||
|
|
@ -13152,6 +13154,7 @@ es-la/reports/getting-started-with-design-systems/$
|
|||
es-la/reports/measure-design-system-roi/$
|
||||
es-la/reports/state-of-the-designer-2026/$
|
||||
es-la/reports/takeaways-from-customers-using-dev-mode/$
|
||||
es-la/reports/the-business-value-of-design-systems/$
|
||||
es-la/reports/the-developer-pulse/$
|
||||
es-la/reports/your-handbook-to-scaling/$
|
||||
es-la/resource-library/$
|
||||
|
|
@ -13772,14 +13775,13 @@ fastanswers
|
|||
fatalerror.html
|
||||
faves-i_love_u_get_away_from_me
|
||||
favicon.ico
|
||||
favicon.icohttp://blog.google/robots.txt
|
||||
favicon.icohttp://coursera.org/robots.txt
|
||||
favorit-hinzufuegen
|
||||
favorit-loeschen
|
||||
favorites?
|
||||
fb
|
||||
fb.html
|
||||
fbclid=
|
||||
fbdirect/me
|
||||
fbhome
|
||||
fbl/faq.html
|
||||
fbl/home.html
|
||||
|
|
@ -13964,7 +13966,7 @@ files/live/sites/isoorg/files/_noindex
|
|||
files/resources
|
||||
fileview
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://iso.org/robots.txt
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://tv.youtube.com/robots.txt
|
||||
filter/
|
||||
filter/tips
|
||||
filter/tips
|
||||
|
|
@ -13987,7 +13989,7 @@ find
|
|||
find$
|
||||
find-more
|
||||
find/
|
||||
find/*http://freepik.com/robots.txt
|
||||
find/*http://forrester.com/robots.txt
|
||||
finetune
|
||||
fios
|
||||
firefox/?
|
||||
|
|
@ -15774,7 +15776,7 @@ forum/online
|
|||
forum/posts
|
||||
forum/profile
|
||||
forum/search
|
||||
forum/ucp.phphttp://embassybel.ru/robots.txt
|
||||
forum/ucp.phphttp://cambridge.org/robots.txt
|
||||
forum/viewtopic.php
|
||||
forum/whats-new
|
||||
forumTeaser
|
||||
|
|
@ -16270,6 +16272,7 @@ fr-fr/reports/state-of-the-designer-2026/$
|
|||
fr-fr/reports/state-of-the-designer-regional-report/$
|
||||
fr-fr/reports/takeaways-from-customers-using-dev-mode/$
|
||||
fr-fr/reports/the-business-leaders-guide-to-design/$
|
||||
fr-fr/reports/the-business-value-of-design-systems/$
|
||||
fr-fr/reports/the-developer-pulse/$
|
||||
fr-fr/reports/the-outsized-role-culture-plays-in-attracting-design-talent/$
|
||||
fr-fr/reports/uphill-battle-to-make-magical-products/$
|
||||
|
|
@ -16719,7 +16722,7 @@ fy-NL/firefox/collections/mozilla
|
|||
fy-NL/firefox/collections/mozilla/$
|
||||
fy-NL/firefox/search
|
||||
g
|
||||
g/4arE9Chttp://flaybos.blogspot.com/robots.txt
|
||||
g/4arE9Chttp://nps.gov/robots.txt
|
||||
g/api
|
||||
ga-actions/formie/forms/refresh-tokens
|
||||
ga/p
|
||||
|
|
@ -17065,7 +17068,6 @@ graduation
|
|||
graduation/?s=
|
||||
grafico
|
||||
grafico-del-dia
|
||||
graph-api
|
||||
graphics
|
||||
graphique-du-jour
|
||||
graphql
|
||||
|
|
@ -17197,7 +17199,7 @@ health/*/wp-
|
|||
health/QA-Tabbed-ManyTabs-21
|
||||
health/drugs/hm-test-all-about-humira
|
||||
health/drugs/ozempic-for-weight-loss
|
||||
health/files/rhpthttp://inc.com/robots.txt
|
||||
health/files/rhpthttp://youtubekids.com/robots.txt
|
||||
health/hm-test-17-proven-tips-to-sleep-better-at-night
|
||||
health/hm-test-feature-template-for-sponsorship
|
||||
health/mirgraine-headaches
|
||||
|
|
@ -17479,45 +17481,44 @@ html/story
|
|||
html5
|
||||
http
|
||||
http2_data
|
||||
http://2.bp.blogspot.com/robots.txt
|
||||
http://akparti.org.tr/robots.txt
|
||||
http://aliexpress.com/robots.txt
|
||||
http://amazon.co.jp/robots.txt
|
||||
http://amazon.co.uk/robots.txt
|
||||
http://amazon.com/robots.txt
|
||||
http://amazon.de/robots.txt
|
||||
http://amazon.es/robots.txt
|
||||
http://amazon.fr/robots.txt
|
||||
http://amazon.in/robots.txt
|
||||
http://amazon.it/robots.txt
|
||||
http://ameblo.jp/robots.txt
|
||||
http://apple.com/robots.txt
|
||||
http://economist.com/robots.txt
|
||||
http://en.m.wikipedia.org/robots.txt
|
||||
http://gist.github.com/robots.txt
|
||||
http://govostis.gr/robots.txt
|
||||
http://groups.google.com/robots.txt
|
||||
http://healthline.com/robots.txt
|
||||
http://img.youtube.com/robots.txt
|
||||
http://irishtimes.com/robots.txt
|
||||
http://kerrymuseum.ie/robots.txt
|
||||
http://kickstarter.com/robots.txt
|
||||
http://nationalgeographic.com/robots.txt
|
||||
http://patents.google.com/robots.txt
|
||||
http://python.org/robots.txt
|
||||
http://seekingalpha.com/robots.txt
|
||||
http://siteground.com/robots.txt
|
||||
http://smithsonianmag.com/robots.txt
|
||||
http://static.wixstatic.com/robots.txt
|
||||
http://techradar.com/robots.txt
|
||||
http://thelancet.com/robots.txt
|
||||
http://threads.net/robots.txt
|
||||
http://tracks.arte.tv/robots.txt
|
||||
http://upload.wikimedia.org/robots.txt
|
||||
http://use.fontawesome.com/robots.txt
|
||||
http://vox.com/robots.txt
|
||||
http://wa.me/robots.txt
|
||||
http://weebly.com/robots.txt
|
||||
http://1drv.ms/robots.txt
|
||||
http://3.bp.blogspot.com/robots.txt
|
||||
http://aesthetics.fandom.com/robots.txt
|
||||
http://airbnb.com/robots.txt
|
||||
http://alltop.com/robots.txt
|
||||
http://baidu.com/robots.txt
|
||||
http://bbc.co.uk/robots.txt
|
||||
http://blog.livedoor.jp/robots.txt
|
||||
http://cnbc.com/robots.txt
|
||||
http://discord.gg/robots.txt
|
||||
http://etsy.com/robots.txt
|
||||
http://families.google.com/robots.txt
|
||||
http://fbi.gov/robots.txt
|
||||
http://fonts.google.com/robots.txt
|
||||
http://forms.office.com/robots.txt
|
||||
http://get.adobe.com/robots.txt
|
||||
http://goodreads.com/robots.txt
|
||||
http://google.com.au/robots.txt
|
||||
http://google.pl/robots.txt
|
||||
http://gov.br/robots.txt
|
||||
http://hardcandymusic.com/robots.txt
|
||||
http://loc.gov/robots.txt
|
||||
http://maxcdn.bootstrapcdn.com/robots.txt
|
||||
http://ncbi.nlm.nih.gov/robots.txt
|
||||
http://nielsen.com/robots.txt
|
||||
http://php.net/robots.txt
|
||||
http://pinterest.ca/robots.txt
|
||||
http://player.vimeo.com/robots.txt
|
||||
http://rantanps.blogspot.com/robots.txt
|
||||
http://sintradaytrips.com/robots.txt
|
||||
http://speakerdeck.com/robots.txt
|
||||
http://stock.adobe.com/robots.txt
|
||||
http://streamelements.com/robots.txt
|
||||
http://tawk.to/robots.txt
|
||||
http://telegraph.co.uk/robots.txt
|
||||
http://theglobeandmail.com/robots.txt
|
||||
http://virustotal.com/robots.txt
|
||||
http://wunderground.com/robots.txt
|
||||
https://player.cnevids.com
|
||||
https://www.iubenda.com/en/help/126238-pricing-faqs-legacy-guide
|
||||
https://www.iubenda.com/en/help/142642-old-vs-new-pricing
|
||||
|
|
@ -18147,7 +18148,7 @@ integrations
|
|||
intelligencer/amp
|
||||
intent
|
||||
interactive
|
||||
interactive*http://fda.gov/robots.txt
|
||||
interactive*http://missingkids.org/robots.txt
|
||||
interactive/reading-preference
|
||||
interactives/sponsor-story
|
||||
intercept
|
||||
|
|
@ -18889,6 +18890,7 @@ ja-jp/reports/measure-design-system-roi/$
|
|||
ja-jp/reports/product-leaders-ai/$
|
||||
ja-jp/reports/state-of-the-designer-2026/$
|
||||
ja-jp/reports/takeaways-from-customers-using-dev-mode/$
|
||||
ja-jp/reports/the-business-value-of-design-systems/$
|
||||
ja-jp/reports/the-developer-pulse/$
|
||||
ja-jp/reports/your-handbook-to-scaling/$
|
||||
ja-jp/resource-library/$
|
||||
|
|
@ -19515,6 +19517,7 @@ ko-kr/reports/product-leaders-ai/$
|
|||
ko-kr/reports/state-of-the-designer-2026/$
|
||||
ko-kr/reports/supercharging-design-in-korea/$
|
||||
ko-kr/reports/takeaways-from-customers-using-dev-mode/$
|
||||
ko-kr/reports/the-business-value-of-design-systems/$
|
||||
ko-kr/reports/the-developer-pulse/$
|
||||
ko-kr/reports/your-handbook-to-scaling/$
|
||||
ko-kr/resource-library/$
|
||||
|
|
@ -19760,7 +19763,7 @@ kui=
|
|||
kw/payroll/
|
||||
kwanzaa-spotlight
|
||||
l
|
||||
l-http://independent.co.uk/robots.txt
|
||||
l-http://coinbase.com/robots.txt
|
||||
l.php
|
||||
l/contact-sales?
|
||||
la-la-land
|
||||
|
|
@ -19828,7 +19831,6 @@ learning/settings
|
|||
learning/settings$
|
||||
learning/settings?
|
||||
learnmore
|
||||
leave
|
||||
lecture
|
||||
leerberichten
|
||||
legal
|
||||
|
|
@ -19963,6 +19965,7 @@ lit
|
|||
lite
|
||||
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
|
||||
little-fockers
|
||||
liuhen.cc
|
||||
live
|
||||
live-map/api
|
||||
live-map/api/venues
|
||||
|
|
@ -20690,7 +20693,7 @@ mre/*.jpg$
|
|||
mre/*.js$
|
||||
mre/*.pdf$
|
||||
mre/*.png$
|
||||
mre/*.zip$http://gov.uk/robots.txt
|
||||
mre/*.zip$http://wipo.int/robots.txt
|
||||
mre/*?
|
||||
mre/*@@configuracoes_view
|
||||
mre/*@@download/file$
|
||||
|
|
@ -20732,7 +20735,7 @@ mu_api
|
|||
multiproduct
|
||||
multivu
|
||||
munin
|
||||
munin*http://podcasters.spotify.com/robots.txt
|
||||
munin*http://pnas.org/robots.txt
|
||||
muse/identity/v2/identity.js
|
||||
museumdays/accounts
|
||||
music
|
||||
|
|
@ -20868,7 +20871,6 @@ mymodule/tag
|
|||
mymodule/vehicle-sub-model-year-tag
|
||||
mymodule/vehicle-sub-model-year-tag-trim/compare
|
||||
mymovies/
|
||||
mymusic
|
||||
myncbi
|
||||
myportfolio
|
||||
myprofile
|
||||
|
|
@ -20985,7 +20987,6 @@ new/*.tpl.php
|
|||
new/components/Gdpr/Gdpr.ajax.php
|
||||
new/process-assets/components/Gdpr/Gdpr.init.js
|
||||
new/same_model.php?imageid=*&pg=*&sortcriteria=6
|
||||
newUser
|
||||
new_bookmarkjs_v2.cms*
|
||||
new_cmtofart*
|
||||
new_cmtofart2_nit_v1/
|
||||
|
|
@ -21798,7 +21799,7 @@ p/*/v/*$
|
|||
p/*/v/*?
|
||||
p/*/victory$
|
||||
p/*/victory?
|
||||
p/*http://socialimpact.youtube.com/robots.txt
|
||||
p/*http://contagious.com/robots.txt
|
||||
p/*surveyopen
|
||||
p/*thm=
|
||||
p/60
|
||||
|
|
@ -22537,7 +22538,6 @@ place
|
|||
places
|
||||
places/*/add_photos
|
||||
places/*/edit
|
||||
plan
|
||||
plan=
|
||||
plans
|
||||
platform
|
||||
|
|
@ -22656,7 +22656,6 @@ popup
|
|||
popup?
|
||||
popup_manager_priority.cms*
|
||||
popup_security.jsp
|
||||
popups
|
||||
popups/mediaplayer
|
||||
popups/popup_gallery
|
||||
porady-zawodowe
|
||||
|
|
@ -22717,7 +22716,7 @@ premium$
|
|||
premium-reports
|
||||
premium/
|
||||
premium/$
|
||||
premium/http://s.w.org/robots.txt
|
||||
premium/http://neilrogers.org/robots.txt
|
||||
premiumsupport/iam/
|
||||
premiumsupport/knowledge-center/feedback-no/
|
||||
premiumsupport/knowledge-center/feedback-yes/
|
||||
|
|
@ -22799,7 +22798,7 @@ privacy/zoho-group.html
|
|||
private
|
||||
private
|
||||
private-promo
|
||||
private/http://about.fb.com/robots.txt
|
||||
private/http://discordapp.com/robots.txt
|
||||
private/wtrack
|
||||
pro
|
||||
pro-help/q
|
||||
|
|
@ -22833,7 +22832,7 @@ product-integrations/figma-for-microsoft-teams/$
|
|||
product-integrations/google-workspace/$
|
||||
product-integrations/zoom/$
|
||||
product-managers/$
|
||||
product-ratings/http://wix.com/robots.txt
|
||||
product-ratings/http://paulkelly.com.au/robots.txt
|
||||
product-reviews/B0069IY63Y
|
||||
product/*
|
||||
product/electrode/api/logger
|
||||
|
|
@ -23336,6 +23335,7 @@ pt-br/reports/getting-started-with-design-systems/$
|
|||
pt-br/reports/measure-design-system-roi/$
|
||||
pt-br/reports/state-of-the-designer-2026/$
|
||||
pt-br/reports/takeaways-from-customers-using-dev-mode/$
|
||||
pt-br/reports/the-business-value-of-design-systems/$
|
||||
pt-br/reports/the-developer-pulse/$
|
||||
pt-br/reports/your-handbook-to-scaling/$
|
||||
pt-br/resource-library/$
|
||||
|
|
@ -24249,9 +24249,11 @@ resource-library/ai-design-tools/$
|
|||
resource-library/ai-for-product-design/$
|
||||
resource-library/ai-for-product-managers/$
|
||||
resource-library/ai-in-design/$
|
||||
resource-library/ai-market-research-tools/$
|
||||
resource-library/ai-product-design/$
|
||||
resource-library/ai-tools-for-product-discovery/$
|
||||
resource-library/ai-tools-for-ux-designers/$
|
||||
resource-library/ai-website-examples/$
|
||||
resource-library/alignment-charts-explained/$
|
||||
resource-library/best-font-for-resume/$
|
||||
resource-library/best-fonts-for-logos/$
|
||||
|
|
@ -24338,6 +24340,7 @@ resource-library/human-centered-design/$
|
|||
resource-library/human-computer-interaction/$
|
||||
resource-library/icebreaker-ideas/$
|
||||
resource-library/infographic-examples/$
|
||||
resource-library/instagram-ad-examples/$
|
||||
resource-library/instagram-photo-size/$
|
||||
resource-library/instagram-post-ideas/$
|
||||
resource-library/instagram-story-ideas/$
|
||||
|
|
@ -24357,6 +24360,7 @@ resource-library/mobile-first-design/$
|
|||
resource-library/mobile-website-design/$
|
||||
resource-library/modern-fonts/$
|
||||
resource-library/monochromatic-colors/$
|
||||
resource-library/no-code-app-examples/$
|
||||
resource-library/no-code-vs-low-code/$
|
||||
resource-library/okr-meaning/$
|
||||
resource-library/one-page-website/$
|
||||
|
|
@ -24423,6 +24427,7 @@ resource-library/user-journey-map/$
|
|||
resource-library/using-an-existing-system/$
|
||||
resource-library/ux-and-communication-strategy/$
|
||||
resource-library/ux-design-research-methods/$
|
||||
resource-library/vibe-coding-examples/$
|
||||
resource-library/vibe-coding-tools/$
|
||||
resource-library/vision-statement-examples/$
|
||||
resource-library/web-design-and-development/$
|
||||
|
|
@ -25124,7 +25129,7 @@ search_rss$
|
|||
search_suggest
|
||||
searchdeb/
|
||||
searches
|
||||
searchhttp://creativecommons.org/robots.txt
|
||||
searchhttp://fr.wikipedia.org/robots.txt
|
||||
searchresults
|
||||
searchresults.aspx
|
||||
searchsuggest
|
||||
|
|
@ -25490,7 +25495,7 @@ site-explorer/ajax
|
|||
site-react-dropdown
|
||||
site-search
|
||||
site.webmanifest
|
||||
site/http://steamcommunity.com/robots.txt
|
||||
site/http://cloud.google.com/robots.txt
|
||||
site/search
|
||||
site/us/en/test/
|
||||
siteBackHtml
|
||||
|
|
@ -25901,7 +25906,6 @@ socialapp/
|
|||
socialapp/SocialAppAppBoxMyAppListAsync.naver
|
||||
socialapp/SocialAppAppBoxMyAppListAsync.nhn
|
||||
socialmanager
|
||||
socialphone/inbox
|
||||
soft/*goodbye
|
||||
soft/*welcome
|
||||
soft/?
|
||||
|
|
@ -26717,7 +26721,7 @@ tag
|
|||
tag-manager
|
||||
tag-manager-360
|
||||
tag/
|
||||
tag/*+http://dinotim.com/robots.txt
|
||||
tag/*+http://journals.sagepub.com/robots.txt
|
||||
tag/*/page
|
||||
tag/credible
|
||||
tag/expire-images
|
||||
|
|
@ -27227,7 +27231,7 @@ test.html
|
|||
test_community
|
||||
testfl
|
||||
testgpr
|
||||
testhttp://moskva.stroi-podryad.ru/robots.txt
|
||||
testhttp://edition.cnn.com/robots.txt
|
||||
testing
|
||||
testpage-forhomepage
|
||||
tests/*
|
||||
|
|
@ -28451,7 +28455,7 @@ uxtest/ux/
|
|||
uy
|
||||
uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_insert.pdf
|
||||
uy/help
|
||||
uz/http://bilgematics.com/robots.txt
|
||||
uz/http://img1.wsimg.com/robots.txt
|
||||
v
|
||||
v$
|
||||
v/badge
|
||||
|
|
@ -29448,9 +29452,9 @@ wiki/Wikipedia_discusión:Solicitudes_de_verificación_de_usuarios
|
|||
wiki/Wikipedia_discusión:Supresores/Candidaturas
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikipedia.org/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://win.gs/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://akorda.kz/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://creativecommons.org/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://prezi.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -29749,8 +29753,8 @@ wp-admin
|
|||
wp-admin/
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://atlasobscura.com/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://validator.w3.org/robots.txt
|
||||
wp-admin/load-scripts.php
|
||||
wp-admin/load-styles.php
|
||||
wp-adv
|
||||
|
|
@ -29927,7 +29931,7 @@ year
|
|||
your
|
||||
your-shop
|
||||
youreurope/businessACC
|
||||
youreurope/businessDEV/http://europarl.europa.eu/robots.txt
|
||||
youreurope/businessDEV/http://iso.org/robots.txt
|
||||
youreurope/citizensACC
|
||||
youreurope/citizensDEV
|
||||
yourtake
|
||||
|
|
@ -30205,7 +30209,7 @@ zz-test
|
|||
404
|
||||
404
|
||||
404.html
|
||||
413gkwMT/http://sgtrains.com/robots.txt
|
||||
413gkwMT/http://aljazeera.com/robots.txt
|
||||
429.html
|
||||
500
|
||||
500
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue