mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
da03acaf80
commit
3526fc7f66
26 changed files with 2366 additions and 3469 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1756278234
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1756289041
|
||||
"last_update": 1756375452
|
||||
}
|
||||
}
|
||||
|
|
@ -6867,6 +6867,10 @@ api/src/utils/is-directus-jwt.test.ts
|
|||
src/utils/is-directus-jwt.test.ts
|
||||
utils/is-directus-jwt.test.ts
|
||||
is-directus-jwt.test.ts
|
||||
api/src/utils/permissions-cacheable.ts
|
||||
src/utils/permissions-cacheable.ts
|
||||
utils/permissions-cacheable.ts
|
||||
permissions-cacheable.ts
|
||||
api/src/utils/get-string-byte-size.test.ts
|
||||
src/utils/get-string-byte-size.test.ts
|
||||
utils/get-string-byte-size.test.ts
|
||||
|
|
@ -6883,10 +6887,6 @@ api/src/utils/validate-keys.test.ts
|
|||
src/utils/validate-keys.test.ts
|
||||
utils/validate-keys.test.ts
|
||||
validate-keys.test.ts
|
||||
api/src/utils/permissions-cachable.test.ts
|
||||
src/utils/permissions-cachable.test.ts
|
||||
utils/permissions-cachable.test.ts
|
||||
permissions-cachable.test.ts
|
||||
api/src/utils/validate-storage.ts
|
||||
src/utils/validate-storage.ts
|
||||
utils/validate-storage.ts
|
||||
|
|
@ -7289,6 +7289,10 @@ api/src/utils/validate-diff.ts
|
|||
src/utils/validate-diff.ts
|
||||
utils/validate-diff.ts
|
||||
validate-diff.ts
|
||||
api/src/utils/permissions-cacheable.test.ts
|
||||
src/utils/permissions-cacheable.test.ts
|
||||
utils/permissions-cacheable.test.ts
|
||||
permissions-cacheable.test.ts
|
||||
api/src/utils/get-secret.ts
|
||||
src/utils/get-secret.ts
|
||||
utils/get-secret.ts
|
||||
|
|
@ -7329,10 +7333,6 @@ api/src/utils/should-skip-cache.ts
|
|||
src/utils/should-skip-cache.ts
|
||||
utils/should-skip-cache.ts
|
||||
should-skip-cache.ts
|
||||
api/src/utils/permissions-cachable.ts
|
||||
src/utils/permissions-cachable.ts
|
||||
utils/permissions-cachable.ts
|
||||
permissions-cachable.ts
|
||||
api/src/utils/schedule.ts
|
||||
src/utils/schedule.ts
|
||||
utils/schedule.ts
|
||||
|
|
@ -15044,6 +15044,10 @@ app/src/composables/use-alias-fields.ts
|
|||
src/composables/use-alias-fields.ts
|
||||
composables/use-alias-fields.ts
|
||||
use-alias-fields.ts
|
||||
app/src/composables/use-focus-trap-manager.ts
|
||||
src/composables/use-focus-trap-manager.ts
|
||||
composables/use-focus-trap-manager.ts
|
||||
use-focus-trap-manager.ts
|
||||
app/src/composables/use-fake-version-field.ts
|
||||
src/composables/use-fake-version-field.ts
|
||||
composables/use-fake-version-field.ts
|
||||
|
|
@ -16675,6 +16679,10 @@ real-kings-learn.md
|
|||
sour-nails-study.md
|
||||
.changeset/yummy-tools-decide.md
|
||||
yummy-tools-decide.md
|
||||
.changeset/salty-guests-trade.md
|
||||
salty-guests-trade.md
|
||||
.changeset/tangy-beans-check.md
|
||||
tangy-beans-check.md
|
||||
.vscode/extensions.json
|
||||
extensions.json
|
||||
.vscode/settings.json
|
||||
|
|
|
|||
|
|
@ -1413,11 +1413,11 @@ api/src/utils/get-address.test.ts
|
|||
api/src/utils/get-relation-info.ts
|
||||
api/src/utils/get-accountability-for-role.ts
|
||||
api/src/utils/is-directus-jwt.test.ts
|
||||
api/src/utils/permissions-cacheable.ts
|
||||
api/src/utils/get-string-byte-size.test.ts
|
||||
api/src/utils/transformations.ts
|
||||
api/src/utils/validate-keys.ts
|
||||
api/src/utils/validate-keys.test.ts
|
||||
api/src/utils/permissions-cachable.test.ts
|
||||
api/src/utils/validate-storage.ts
|
||||
api/src/utils/get-config-from-env.ts
|
||||
api/src/utils/filter-items.test.ts
|
||||
|
|
@ -1517,6 +1517,7 @@ api/src/utils/get-snapshot.ts
|
|||
api/src/utils/job-queue.ts
|
||||
api/src/utils/get-default-index-name.ts
|
||||
api/src/utils/validate-diff.ts
|
||||
api/src/utils/permissions-cacheable.test.ts
|
||||
api/src/utils/get-secret.ts
|
||||
api/src/utils/get-accountability-for-token.test.ts
|
||||
api/src/utils/stall.test.ts
|
||||
|
|
@ -1527,7 +1528,6 @@ api/src/utils/get-field-system-rows.ts
|
|||
api/src/utils/parse-filter-key.test.ts
|
||||
api/src/utils/stall.ts
|
||||
api/src/utils/should-skip-cache.ts
|
||||
api/src/utils/permissions-cachable.ts
|
||||
api/src/utils/schedule.ts
|
||||
api/src/cli/load-extensions.ts
|
||||
api/src/cli/run.ts
|
||||
|
|
@ -2909,6 +2909,7 @@ app/src/composables/use-relation-m2o.ts
|
|||
app/src/composables/use-relation-permissions.ts
|
||||
app/src/composables/use-navigation-guard.ts
|
||||
app/src/composables/use-alias-fields.ts
|
||||
app/src/composables/use-focus-trap-manager.ts
|
||||
app/src/composables/use-fake-version-field.ts
|
||||
app/src/composables/use-versions.ts
|
||||
app/src/composables/use-relation-permissions.test.ts
|
||||
|
|
@ -3283,6 +3284,8 @@ codecov.yaml
|
|||
.changeset/real-kings-learn.md
|
||||
.changeset/sour-nails-study.md
|
||||
.changeset/yummy-tools-decide.md
|
||||
.changeset/salty-guests-trade.md
|
||||
.changeset/tangy-beans-check.md
|
||||
.vscode/extensions.json
|
||||
.vscode/settings.json
|
||||
eslint.config.js
|
||||
|
|
|
|||
|
|
@ -36774,6 +36774,14 @@ Plugin/views/filter/HistoryUserTimestamp.php
|
|||
views/filter/HistoryUserTimestamp.php
|
||||
filter/HistoryUserTimestamp.php
|
||||
HistoryUserTimestamp.php
|
||||
core/modules/history/src/Plugin/views/field/NodeNewComments.php
|
||||
modules/history/src/Plugin/views/field/NodeNewComments.php
|
||||
history/src/Plugin/views/field/NodeNewComments.php
|
||||
src/Plugin/views/field/NodeNewComments.php
|
||||
Plugin/views/field/NodeNewComments.php
|
||||
views/field/NodeNewComments.php
|
||||
field/NodeNewComments.php
|
||||
NodeNewComments.php
|
||||
core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php
|
||||
modules/history/src/Plugin/views/field/HistoryUserTimestamp.php
|
||||
history/src/Plugin/views/field/HistoryUserTimestamp.php
|
||||
|
|
@ -36869,6 +36877,28 @@ tests/src/Functional/HistoryTest.php
|
|||
src/Functional/HistoryTest.php
|
||||
Functional/HistoryTest.php
|
||||
HistoryTest.php
|
||||
core/modules/history/tests/src/Functional/CommentsHistoryTest.php
|
||||
modules/history/tests/src/Functional/CommentsHistoryTest.php
|
||||
history/tests/src/Functional/CommentsHistoryTest.php
|
||||
tests/src/Functional/CommentsHistoryTest.php
|
||||
src/Functional/CommentsHistoryTest.php
|
||||
Functional/CommentsHistoryTest.php
|
||||
CommentsHistoryTest.php
|
||||
core/modules/history/tests/modules/history_test_views/history_test_views.info.yml
|
||||
modules/history/tests/modules/history_test_views/history_test_views.info.yml
|
||||
history/tests/modules/history_test_views/history_test_views.info.yml
|
||||
tests/modules/history_test_views/history_test_views.info.yml
|
||||
modules/history_test_views/history_test_views.info.yml
|
||||
history_test_views/history_test_views.info.yml
|
||||
history_test_views.info.yml
|
||||
core/modules/history/tests/modules/history_test_views/test_views/views.view.test_new_comments.yml
|
||||
modules/history/tests/modules/history_test_views/test_views/views.view.test_new_comments.yml
|
||||
history/tests/modules/history_test_views/test_views/views.view.test_new_comments.yml
|
||||
tests/modules/history_test_views/test_views/views.view.test_new_comments.yml
|
||||
modules/history_test_views/test_views/views.view.test_new_comments.yml
|
||||
history_test_views/test_views/views.view.test_new_comments.yml
|
||||
test_views/views.view.test_new_comments.yml
|
||||
views.view.test_new_comments.yml
|
||||
core/modules/history/history.routing.yml
|
||||
modules/history/history.routing.yml
|
||||
history/history.routing.yml
|
||||
|
|
@ -48805,6 +48835,14 @@ themes/test_theme/templates/theme-test-preprocess-suggestions--suggestion.html.t
|
|||
test_theme/templates/theme-test-preprocess-suggestions--suggestion.html.twig
|
||||
templates/theme-test-preprocess-suggestions--suggestion.html.twig
|
||||
theme-test-preprocess-suggestions--suggestion.html.twig
|
||||
core/modules/system/tests/themes/test_theme/templates/taxonomy-term--test-page-variable.html.twig
|
||||
modules/system/tests/themes/test_theme/templates/taxonomy-term--test-page-variable.html.twig
|
||||
system/tests/themes/test_theme/templates/taxonomy-term--test-page-variable.html.twig
|
||||
tests/themes/test_theme/templates/taxonomy-term--test-page-variable.html.twig
|
||||
themes/test_theme/templates/taxonomy-term--test-page-variable.html.twig
|
||||
test_theme/templates/taxonomy-term--test-page-variable.html.twig
|
||||
templates/taxonomy-term--test-page-variable.html.twig
|
||||
taxonomy-term--test-page-variable.html.twig
|
||||
core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig
|
||||
modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig
|
||||
system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig
|
||||
|
|
@ -63711,6 +63749,13 @@ src/Functional/Views/TaxonomyParentUITest.php
|
|||
Functional/Views/TaxonomyParentUITest.php
|
||||
Views/TaxonomyParentUITest.php
|
||||
TaxonomyParentUITest.php
|
||||
core/modules/taxonomy/tests/src/Functional/TaxonomyTermPageVariableDeprecationTest.php
|
||||
modules/taxonomy/tests/src/Functional/TaxonomyTermPageVariableDeprecationTest.php
|
||||
taxonomy/tests/src/Functional/TaxonomyTermPageVariableDeprecationTest.php
|
||||
tests/src/Functional/TaxonomyTermPageVariableDeprecationTest.php
|
||||
src/Functional/TaxonomyTermPageVariableDeprecationTest.php
|
||||
Functional/TaxonomyTermPageVariableDeprecationTest.php
|
||||
TaxonomyTermPageVariableDeprecationTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
|
||||
modules/taxonomy/tests/src/Functional/TermLanguageTest.php
|
||||
taxonomy/tests/src/Functional/TermLanguageTest.php
|
||||
|
|
@ -64086,6 +64131,15 @@ tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routin
|
|||
modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.yml
|
||||
vocabulary_serialization_test/vocabulary_serialization_test.routing.yml
|
||||
vocabulary_serialization_test.routing.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/config/install/core.entity_view_mode.taxonomy_term.test.yml
|
||||
modules/taxonomy/tests/modules/taxonomy_test_views/config/install/core.entity_view_mode.taxonomy_term.test.yml
|
||||
taxonomy/tests/modules/taxonomy_test_views/config/install/core.entity_view_mode.taxonomy_term.test.yml
|
||||
tests/modules/taxonomy_test_views/config/install/core.entity_view_mode.taxonomy_term.test.yml
|
||||
modules/taxonomy_test_views/config/install/core.entity_view_mode.taxonomy_term.test.yml
|
||||
taxonomy_test_views/config/install/core.entity_view_mode.taxonomy_term.test.yml
|
||||
config/install/core.entity_view_mode.taxonomy_term.test.yml
|
||||
install/core.entity_view_mode.taxonomy_term.test.yml
|
||||
core.entity_view_mode.taxonomy_term.test.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_default_argument_test.yml
|
||||
modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_default_argument_test.yml
|
||||
taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_default_argument_test.yml
|
||||
|
|
@ -66378,54 +66432,84 @@ modules/node/src/NodeServiceProvider.php
|
|||
node/src/NodeServiceProvider.php
|
||||
src/NodeServiceProvider.php
|
||||
NodeServiceProvider.php
|
||||
core/modules/node/src/Hook/NodeEntityHooks.php
|
||||
modules/node/src/Hook/NodeEntityHooks.php
|
||||
node/src/Hook/NodeEntityHooks.php
|
||||
src/Hook/NodeEntityHooks.php
|
||||
Hook/NodeEntityHooks.php
|
||||
NodeEntityHooks.php
|
||||
core/modules/node/src/Hook/NodeViewsHooks.php
|
||||
modules/node/src/Hook/NodeViewsHooks.php
|
||||
node/src/Hook/NodeViewsHooks.php
|
||||
src/Hook/NodeViewsHooks.php
|
||||
Hook/NodeViewsHooks.php
|
||||
NodeViewsHooks.php
|
||||
core/modules/node/src/Hook/NodeHooks.php
|
||||
modules/node/src/Hook/NodeHooks.php
|
||||
node/src/Hook/NodeHooks.php
|
||||
src/Hook/NodeHooks.php
|
||||
Hook/NodeHooks.php
|
||||
NodeHooks.php
|
||||
core/modules/node/src/Hook/NodeBlockHooks.php
|
||||
modules/node/src/Hook/NodeBlockHooks.php
|
||||
node/src/Hook/NodeBlockHooks.php
|
||||
src/Hook/NodeBlockHooks.php
|
||||
Hook/NodeBlockHooks.php
|
||||
NodeBlockHooks.php
|
||||
core/modules/node/src/Hook/NodeRequirements.php
|
||||
modules/node/src/Hook/NodeRequirements.php
|
||||
node/src/Hook/NodeRequirements.php
|
||||
src/Hook/NodeRequirements.php
|
||||
Hook/NodeRequirements.php
|
||||
NodeRequirements.php
|
||||
core/modules/node/src/Hook/NodeConfigTranslationHooks.php
|
||||
modules/node/src/Hook/NodeConfigTranslationHooks.php
|
||||
node/src/Hook/NodeConfigTranslationHooks.php
|
||||
src/Hook/NodeConfigTranslationHooks.php
|
||||
Hook/NodeConfigTranslationHooks.php
|
||||
NodeConfigTranslationHooks.php
|
||||
core/modules/node/src/Hook/NodeThemeHooks.php
|
||||
modules/node/src/Hook/NodeThemeHooks.php
|
||||
node/src/Hook/NodeThemeHooks.php
|
||||
src/Hook/NodeThemeHooks.php
|
||||
Hook/NodeThemeHooks.php
|
||||
NodeThemeHooks.php
|
||||
core/modules/node/src/Hook/NodeDatabaseHooks.php
|
||||
modules/node/src/Hook/NodeDatabaseHooks.php
|
||||
node/src/Hook/NodeDatabaseHooks.php
|
||||
src/Hook/NodeDatabaseHooks.php
|
||||
Hook/NodeDatabaseHooks.php
|
||||
NodeDatabaseHooks.php
|
||||
core/modules/node/src/Hook/NodeFormHooks.php
|
||||
modules/node/src/Hook/NodeFormHooks.php
|
||||
node/src/Hook/NodeFormHooks.php
|
||||
src/Hook/NodeFormHooks.php
|
||||
Hook/NodeFormHooks.php
|
||||
NodeFormHooks.php
|
||||
core/modules/node/src/Hook/NodeUserHooks.php
|
||||
modules/node/src/Hook/NodeUserHooks.php
|
||||
node/src/Hook/NodeUserHooks.php
|
||||
src/Hook/NodeUserHooks.php
|
||||
Hook/NodeUserHooks.php
|
||||
NodeUserHooks.php
|
||||
core/modules/node/src/Hook/NodeModuleHooks.php
|
||||
modules/node/src/Hook/NodeModuleHooks.php
|
||||
node/src/Hook/NodeModuleHooks.php
|
||||
src/Hook/NodeModuleHooks.php
|
||||
Hook/NodeModuleHooks.php
|
||||
NodeModuleHooks.php
|
||||
core/modules/node/src/Hook/NodeMenuHooks.php
|
||||
modules/node/src/Hook/NodeMenuHooks.php
|
||||
node/src/Hook/NodeMenuHooks.php
|
||||
src/Hook/NodeMenuHooks.php
|
||||
Hook/NodeMenuHooks.php
|
||||
NodeMenuHooks.php
|
||||
core/modules/node/src/Hook/NodeSearchHooks.php
|
||||
modules/node/src/Hook/NodeSearchHooks.php
|
||||
node/src/Hook/NodeSearchHooks.php
|
||||
src/Hook/NodeSearchHooks.php
|
||||
Hook/NodeSearchHooks.php
|
||||
NodeSearchHooks.php
|
||||
core/modules/node/src/Hook/NodeHooks1.php
|
||||
modules/node/src/Hook/NodeHooks1.php
|
||||
node/src/Hook/NodeHooks1.php
|
||||
src/Hook/NodeHooks1.php
|
||||
Hook/NodeHooks1.php
|
||||
NodeHooks1.php
|
||||
core/modules/node/src/Hook/NodeViewsExecutionHooks.php
|
||||
modules/node/src/Hook/NodeViewsExecutionHooks.php
|
||||
node/src/Hook/NodeViewsExecutionHooks.php
|
||||
src/Hook/NodeViewsExecutionHooks.php
|
||||
Hook/NodeViewsExecutionHooks.php
|
||||
NodeViewsExecutionHooks.php
|
||||
core/modules/node/src/Hook/NodeHelpHooks.php
|
||||
modules/node/src/Hook/NodeHelpHooks.php
|
||||
node/src/Hook/NodeHelpHooks.php
|
||||
src/Hook/NodeHelpHooks.php
|
||||
Hook/NodeHelpHooks.php
|
||||
NodeHelpHooks.php
|
||||
core/modules/node/src/Hook/NodeTokensHooks.php
|
||||
modules/node/src/Hook/NodeTokensHooks.php
|
||||
node/src/Hook/NodeTokensHooks.php
|
||||
|
|
@ -70132,14 +70216,6 @@ modules/comment_test_views/test_views/views.view.test_comment_schema.yml
|
|||
comment_test_views/test_views/views.view.test_comment_schema.yml
|
||||
test_views/views.view.test_comment_schema.yml
|
||||
views.view.test_comment_schema.yml
|
||||
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml
|
||||
modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml
|
||||
comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml
|
||||
tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml
|
||||
modules/comment_test_views/test_views/views.view.test_new_comments.yml
|
||||
comment_test_views/test_views/views.view.test_new_comments.yml
|
||||
test_views/views.view.test_new_comments.yml
|
||||
views.view.test_new_comments.yml
|
||||
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml
|
||||
modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml
|
||||
comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml
|
||||
|
|
|
|||
|
|
@ -5518,6 +5518,7 @@ core/modules/text/text.info.yml
|
|||
core/modules/history/history.services.yml
|
||||
core/modules/history/src/HistoryRenderCallback.php
|
||||
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php
|
||||
core/modules/history/src/Plugin/views/field/NodeNewComments.php
|
||||
core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php
|
||||
core/modules/history/src/Controller/HistoryController.php
|
||||
core/modules/history/src/Hook/HistoryHooks.php
|
||||
|
|
@ -5534,6 +5535,9 @@ core/modules/history/tests/themes/history_test_theme/templates/mark.html.twig
|
|||
core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php
|
||||
core/modules/history/tests/src/Functional/GenericTest.php
|
||||
core/modules/history/tests/src/Functional/HistoryTest.php
|
||||
core/modules/history/tests/src/Functional/CommentsHistoryTest.php
|
||||
core/modules/history/tests/modules/history_test_views/history_test_views.info.yml
|
||||
core/modules/history/tests/modules/history_test_views/test_views/views.view.test_new_comments.yml
|
||||
core/modules/history/history.routing.yml
|
||||
core/modules/config_translation/config_translation.libraries.yml
|
||||
core/modules/config_translation/config_translation.api.php
|
||||
|
|
@ -7279,6 +7283,7 @@ core/modules/system/tests/themes/test_theme/templates/node.html.twig
|
|||
core/modules/system/tests/themes/test_theme/templates/theme-test--suggestion.html.twig
|
||||
core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant--foo.html.twig
|
||||
core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--suggestion.html.twig
|
||||
core/modules/system/tests/themes/test_theme/templates/taxonomy-term--test-page-variable.html.twig
|
||||
core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig
|
||||
core/modules/system/tests/themes/test_theme/templates/theme-test-suggestion-provided--foo.html.twig
|
||||
core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--theme-override.html.twig
|
||||
|
|
@ -9122,6 +9127,7 @@ core/modules/taxonomy/tests/src/Functional/Views/TermNameFieldTest.php
|
|||
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php
|
||||
core/modules/taxonomy/tests/src/Functional/TaxonomyTermPageVariableDeprecationTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/TermAccessTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php
|
||||
|
|
@ -9172,6 +9178,7 @@ core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/Vocabulary
|
|||
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php
|
||||
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml
|
||||
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/config/install/core.entity_view_mode.taxonomy_term.test.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_default_argument_test.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_exposed_grouped_filter.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid__non_existing_dependency.yml
|
||||
|
|
@ -9496,14 +9503,19 @@ core/modules/node/src/NodeAccessControlHandler.php
|
|||
core/modules/node/src/NodePreviewMode.php
|
||||
core/modules/node/src/NodeViewBuilder.php
|
||||
core/modules/node/src/NodeServiceProvider.php
|
||||
core/modules/node/src/Hook/NodeEntityHooks.php
|
||||
core/modules/node/src/Hook/NodeViewsHooks.php
|
||||
core/modules/node/src/Hook/NodeHooks.php
|
||||
core/modules/node/src/Hook/NodeBlockHooks.php
|
||||
core/modules/node/src/Hook/NodeRequirements.php
|
||||
core/modules/node/src/Hook/NodeConfigTranslationHooks.php
|
||||
core/modules/node/src/Hook/NodeThemeHooks.php
|
||||
core/modules/node/src/Hook/NodeDatabaseHooks.php
|
||||
core/modules/node/src/Hook/NodeFormHooks.php
|
||||
core/modules/node/src/Hook/NodeUserHooks.php
|
||||
core/modules/node/src/Hook/NodeModuleHooks.php
|
||||
core/modules/node/src/Hook/NodeMenuHooks.php
|
||||
core/modules/node/src/Hook/NodeSearchHooks.php
|
||||
core/modules/node/src/Hook/NodeHooks1.php
|
||||
core/modules/node/src/Hook/NodeViewsExecutionHooks.php
|
||||
core/modules/node/src/Hook/NodeHelpHooks.php
|
||||
core/modules/node/src/Hook/NodeTokensHooks.php
|
||||
core/modules/node/src/NodeListBuilder.php
|
||||
core/modules/node/src/NodeStorageInterface.php
|
||||
|
|
@ -10027,7 +10039,6 @@ core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_
|
|||
core/modules/comment/tests/modules/comment_empty_title_test/src/Hook/CommentEmptyTitleTestThemeHooks.php
|
||||
core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml
|
||||
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_schema.yml
|
||||
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml
|
||||
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml
|
||||
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml
|
||||
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml
|
||||
|
|
|
|||
|
|
@ -10856,6 +10856,9 @@ de.po
|
|||
erpnext/locale/cs.po
|
||||
locale/cs.po
|
||||
cs.po
|
||||
erpnext/locale/nb.po
|
||||
locale/nb.po
|
||||
nb.po
|
||||
erpnext/locale/sv.po
|
||||
locale/sv.po
|
||||
sv.po
|
||||
|
|
@ -10874,6 +10877,9 @@ eo.po
|
|||
erpnext/locale/bs.po
|
||||
locale/bs.po
|
||||
bs.po
|
||||
erpnext/locale/da.po
|
||||
locale/da.po
|
||||
da.po
|
||||
erpnext/locale/sr_CS.po
|
||||
locale/sr_CS.po
|
||||
sr_CS.po
|
||||
|
|
|
|||
|
|
@ -2303,12 +2303,14 @@ erpnext/locale/zh_TW.po
|
|||
erpnext/locale/vi.po
|
||||
erpnext/locale/de.po
|
||||
erpnext/locale/cs.po
|
||||
erpnext/locale/nb.po
|
||||
erpnext/locale/sv.po
|
||||
erpnext/locale/fa.po
|
||||
erpnext/locale/es.po
|
||||
erpnext/locale/id.po
|
||||
erpnext/locale/eo.po
|
||||
erpnext/locale/bs.po
|
||||
erpnext/locale/da.po
|
||||
erpnext/locale/sr_CS.po
|
||||
erpnext/locale/pt_BR.po
|
||||
erpnext/locale/it.po
|
||||
|
|
|
|||
|
|
@ -25279,6 +25279,14 @@ server/services/members/utils.test.js
|
|||
services/members/utils.test.js
|
||||
members/utils.test.js
|
||||
utils.test.js
|
||||
ghost/core/test/unit/server/services/members/SingleUseTokenProvider.test.js
|
||||
core/test/unit/server/services/members/SingleUseTokenProvider.test.js
|
||||
test/unit/server/services/members/SingleUseTokenProvider.test.js
|
||||
unit/server/services/members/SingleUseTokenProvider.test.js
|
||||
server/services/members/SingleUseTokenProvider.test.js
|
||||
services/members/SingleUseTokenProvider.test.js
|
||||
members/SingleUseTokenProvider.test.js
|
||||
SingleUseTokenProvider.test.js
|
||||
ghost/core/test/unit/server/services/members/middleware.test.js
|
||||
core/test/unit/server/services/members/middleware.test.js
|
||||
test/unit/server/services/members/middleware.test.js
|
||||
|
|
|
|||
|
|
@ -3820,6 +3820,7 @@ ghost/core/test/unit/server/services/members/members-api/controllers/MemberContr
|
|||
ghost/core/test/unit/server/services/members/members-api/utils/normalize-email.test.js
|
||||
ghost/core/test/unit/server/services/members/content-gating.test.js
|
||||
ghost/core/test/unit/server/services/members/utils.test.js
|
||||
ghost/core/test/unit/server/services/members/SingleUseTokenProvider.test.js
|
||||
ghost/core/test/unit/server/services/members/middleware.test.js
|
||||
ghost/core/test/unit/server/services/members/RequestIntegrityTokenProvider.test.js
|
||||
ghost/core/test/unit/server/services/members/config.test.js
|
||||
|
|
|
|||
|
|
@ -54267,13 +54267,6 @@ en-gb/task/report/sale.php
|
|||
task/report/sale.php
|
||||
report/sale.php
|
||||
sale.php
|
||||
upload/admin/language/en-gb/task/report/order_status.php
|
||||
admin/language/en-gb/task/report/order_status.php
|
||||
language/en-gb/task/report/order_status.php
|
||||
en-gb/task/report/order_status.php
|
||||
task/report/order_status.php
|
||||
report/order_status.php
|
||||
order_status.php
|
||||
upload/admin/language/en-gb/task/report/stock.php
|
||||
admin/language/en-gb/task/report/stock.php
|
||||
language/en-gb/task/report/stock.php
|
||||
|
|
@ -54288,6 +54281,13 @@ en-gb/task/report/returns.php
|
|||
task/report/returns.php
|
||||
report/returns.php
|
||||
returns.php
|
||||
upload/admin/language/en-gb/task/report/order.php
|
||||
admin/language/en-gb/task/report/order.php
|
||||
language/en-gb/task/report/order.php
|
||||
en-gb/task/report/order.php
|
||||
task/report/order.php
|
||||
report/order.php
|
||||
order.php
|
||||
upload/admin/language/en-gb/task/system/admin.php
|
||||
admin/language/en-gb/task/system/admin.php
|
||||
language/en-gb/task/system/admin.php
|
||||
|
|
|
|||
|
|
@ -6326,9 +6326,9 @@ upload/admin/language/en-gb/error/permission.php
|
|||
upload/admin/language/en-gb/error/not_found.php
|
||||
upload/admin/language/en-gb/task/report/review.php
|
||||
upload/admin/language/en-gb/task/report/sale.php
|
||||
upload/admin/language/en-gb/task/report/order_status.php
|
||||
upload/admin/language/en-gb/task/report/stock.php
|
||||
upload/admin/language/en-gb/task/report/returns.php
|
||||
upload/admin/language/en-gb/task/report/order.php
|
||||
upload/admin/language/en-gb/task/system/admin.php
|
||||
upload/admin/language/en-gb/task/system/restore.php
|
||||
upload/admin/language/en-gb/task/system/mail.php
|
||||
|
|
|
|||
|
|
@ -7544,6 +7544,12 @@ Content/Category/Event/NavigationRouteCacheTagsEvent.php
|
|||
Category/Event/NavigationRouteCacheTagsEvent.php
|
||||
Event/NavigationRouteCacheTagsEvent.php
|
||||
NavigationRouteCacheTagsEvent.php
|
||||
src/Core/Content/Category/Event/CategoryLevelLoaderCacheKeyEvent.php
|
||||
Core/Content/Category/Event/CategoryLevelLoaderCacheKeyEvent.php
|
||||
Content/Category/Event/CategoryLevelLoaderCacheKeyEvent.php
|
||||
Category/Event/CategoryLevelLoaderCacheKeyEvent.php
|
||||
Event/CategoryLevelLoaderCacheKeyEvent.php
|
||||
CategoryLevelLoaderCacheKeyEvent.php
|
||||
src/Core/Content/Category/SalesChannel/SalesChannelCategoryEntity.php
|
||||
Core/Content/Category/SalesChannel/SalesChannelCategoryEntity.php
|
||||
Content/Category/SalesChannel/SalesChannelCategoryEntity.php
|
||||
|
|
@ -7662,12 +7668,24 @@ Content/Category/Cms/CategoryNavigationCmsElementResolver.php
|
|||
Category/Cms/CategoryNavigationCmsElementResolver.php
|
||||
Cms/CategoryNavigationCmsElementResolver.php
|
||||
CategoryNavigationCmsElementResolver.php
|
||||
src/Core/Content/Category/Service/DefaultCategoryLevelLoader.php
|
||||
Core/Content/Category/Service/DefaultCategoryLevelLoader.php
|
||||
Content/Category/Service/DefaultCategoryLevelLoader.php
|
||||
Category/Service/DefaultCategoryLevelLoader.php
|
||||
Service/DefaultCategoryLevelLoader.php
|
||||
DefaultCategoryLevelLoader.php
|
||||
src/Core/Content/Category/Service/CategoryUrlGenerator.php
|
||||
Core/Content/Category/Service/CategoryUrlGenerator.php
|
||||
Content/Category/Service/CategoryUrlGenerator.php
|
||||
Category/Service/CategoryUrlGenerator.php
|
||||
Service/CategoryUrlGenerator.php
|
||||
CategoryUrlGenerator.php
|
||||
src/Core/Content/Category/Service/CachedDefaultCategoryLevelLoader.php
|
||||
Core/Content/Category/Service/CachedDefaultCategoryLevelLoader.php
|
||||
Content/Category/Service/CachedDefaultCategoryLevelLoader.php
|
||||
Category/Service/CachedDefaultCategoryLevelLoader.php
|
||||
Service/CachedDefaultCategoryLevelLoader.php
|
||||
CachedDefaultCategoryLevelLoader.php
|
||||
src/Core/Content/Category/Service/CategoryBreadcrumbBuilder.php
|
||||
Core/Content/Category/Service/CategoryBreadcrumbBuilder.php
|
||||
Content/Category/Service/CategoryBreadcrumbBuilder.php
|
||||
|
|
@ -7686,6 +7704,12 @@ Content/Category/Service/AbstractCategoryUrlGenerator.php
|
|||
Category/Service/AbstractCategoryUrlGenerator.php
|
||||
Service/AbstractCategoryUrlGenerator.php
|
||||
AbstractCategoryUrlGenerator.php
|
||||
src/Core/Content/Category/Service/DefaultCategoryLevelLoaderInterface.php
|
||||
Core/Content/Category/Service/DefaultCategoryLevelLoaderInterface.php
|
||||
Content/Category/Service/DefaultCategoryLevelLoaderInterface.php
|
||||
Category/Service/DefaultCategoryLevelLoaderInterface.php
|
||||
Service/DefaultCategoryLevelLoaderInterface.php
|
||||
DefaultCategoryLevelLoaderInterface.php
|
||||
src/Core/Content/Category/Service/NavigationLoader.php
|
||||
Core/Content/Category/Service/NavigationLoader.php
|
||||
Content/Category/Service/NavigationLoader.php
|
||||
|
|
@ -75067,6 +75091,16 @@ sw-import-export/component/sw-import-export-progress/sw-import-export-progress.s
|
|||
component/sw-import-export-progress/sw-import-export-progress.scss
|
||||
sw-import-export-progress/sw-import-export-progress.scss
|
||||
sw-import-export-progress.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-import-export/acl/index.spec.js
|
||||
Administration/Resources/app/administration/src/module/sw-import-export/acl/index.spec.js
|
||||
Resources/app/administration/src/module/sw-import-export/acl/index.spec.js
|
||||
app/administration/src/module/sw-import-export/acl/index.spec.js
|
||||
administration/src/module/sw-import-export/acl/index.spec.js
|
||||
src/module/sw-import-export/acl/index.spec.js
|
||||
module/sw-import-export/acl/index.spec.js
|
||||
sw-import-export/acl/index.spec.js
|
||||
acl/index.spec.js
|
||||
index.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-import-export/acl/index.js
|
||||
Administration/Resources/app/administration/src/module/sw-import-export/acl/index.js
|
||||
Resources/app/administration/src/module/sw-import-export/acl/index.js
|
||||
|
|
@ -101071,6 +101105,8 @@ adr/2022-02-24-domain-exceptions.md
|
|||
2022-02-24-domain-exceptions.md
|
||||
adr/2021-09-14-technical-concept-custom-entities.md
|
||||
2021-09-14-technical-concept-custom-entities.md
|
||||
adr/2025-08-19-cache-layer-for-navigation-loader.md
|
||||
2025-08-19-cache-layer-for-navigation-loader.md
|
||||
adr/2021-09-22-refactor-theme-inheritance.md
|
||||
2021-09-22-refactor-theme-inheritance.md
|
||||
adr/2022-05-12-remove-static-analysis-with-psalm.md
|
||||
|
|
@ -118035,6 +118071,13 @@ Core/Content/Category/CategoryExceptionTest.php
|
|||
Content/Category/CategoryExceptionTest.php
|
||||
Category/CategoryExceptionTest.php
|
||||
CategoryExceptionTest.php
|
||||
tests/unit/Core/Content/Category/Event/CategoryLevelLoaderCacheKeyEventTest.php
|
||||
unit/Core/Content/Category/Event/CategoryLevelLoaderCacheKeyEventTest.php
|
||||
Core/Content/Category/Event/CategoryLevelLoaderCacheKeyEventTest.php
|
||||
Content/Category/Event/CategoryLevelLoaderCacheKeyEventTest.php
|
||||
Category/Event/CategoryLevelLoaderCacheKeyEventTest.php
|
||||
Event/CategoryLevelLoaderCacheKeyEventTest.php
|
||||
CategoryLevelLoaderCacheKeyEventTest.php
|
||||
tests/unit/Core/Content/Category/SalesChannel/NavigationRouteTest.php
|
||||
unit/Core/Content/Category/SalesChannel/NavigationRouteTest.php
|
||||
Core/Content/Category/SalesChannel/NavigationRouteTest.php
|
||||
|
|
@ -118063,6 +118106,20 @@ Content/Category/Cms/CategoryNavigationCmsElementResolverTest.php
|
|||
Category/Cms/CategoryNavigationCmsElementResolverTest.php
|
||||
Cms/CategoryNavigationCmsElementResolverTest.php
|
||||
CategoryNavigationCmsElementResolverTest.php
|
||||
tests/unit/Core/Content/Category/Service/DefaultCategoryLevelLoaderTest.php
|
||||
unit/Core/Content/Category/Service/DefaultCategoryLevelLoaderTest.php
|
||||
Core/Content/Category/Service/DefaultCategoryLevelLoaderTest.php
|
||||
Content/Category/Service/DefaultCategoryLevelLoaderTest.php
|
||||
Category/Service/DefaultCategoryLevelLoaderTest.php
|
||||
Service/DefaultCategoryLevelLoaderTest.php
|
||||
DefaultCategoryLevelLoaderTest.php
|
||||
tests/unit/Core/Content/Category/Service/CachedDefaultCategoryLevelLoaderTest.php
|
||||
unit/Core/Content/Category/Service/CachedDefaultCategoryLevelLoaderTest.php
|
||||
Core/Content/Category/Service/CachedDefaultCategoryLevelLoaderTest.php
|
||||
Content/Category/Service/CachedDefaultCategoryLevelLoaderTest.php
|
||||
Category/Service/CachedDefaultCategoryLevelLoaderTest.php
|
||||
Service/CachedDefaultCategoryLevelLoaderTest.php
|
||||
CachedDefaultCategoryLevelLoaderTest.php
|
||||
tests/unit/Core/Content/Category/Service/CategoryUrlGeneratorTest.php
|
||||
unit/Core/Content/Category/Service/CategoryUrlGeneratorTest.php
|
||||
Core/Content/Category/Service/CategoryUrlGeneratorTest.php
|
||||
|
|
@ -125031,6 +125088,15 @@ Resources/scripts/app-deactivated/deactivate-script.twig
|
|||
scripts/app-deactivated/deactivate-script.twig
|
||||
app-deactivated/deactivate-script.twig
|
||||
deactivate-script.twig
|
||||
tests/unit/Core/Framework/App/Manifest/_fixtures/test/manifest_crud.xml
|
||||
unit/Core/Framework/App/Manifest/_fixtures/test/manifest_crud.xml
|
||||
Core/Framework/App/Manifest/_fixtures/test/manifest_crud.xml
|
||||
Framework/App/Manifest/_fixtures/test/manifest_crud.xml
|
||||
App/Manifest/_fixtures/test/manifest_crud.xml
|
||||
Manifest/_fixtures/test/manifest_crud.xml
|
||||
_fixtures/test/manifest_crud.xml
|
||||
test/manifest_crud.xml
|
||||
manifest_crud.xml
|
||||
tests/unit/Core/Framework/App/Manifest/_fixtures/test/manifest_arbitraryRule_firstName.xml
|
||||
unit/Core/Framework/App/Manifest/_fixtures/test/manifest_arbitraryRule_firstName.xml
|
||||
Core/Framework/App/Manifest/_fixtures/test/manifest_arbitraryRule_firstName.xml
|
||||
|
|
@ -140296,6 +140362,9 @@ _unreleased/2025-05-28-add-deprecations-to-the-theme-configuration-apis.md
|
|||
changelog/_unreleased/2025-08-06-adjust-matrix-element-extends-struct-for-store-api.md
|
||||
_unreleased/2025-08-06-adjust-matrix-element-extends-struct-for-store-api.md
|
||||
2025-08-06-adjust-matrix-element-extends-struct-for-store-api.md
|
||||
changelog/_unreleased/2025-08-07-cache-default-category-levels.md
|
||||
_unreleased/2025-08-07-cache-default-category-levels.md
|
||||
2025-08-07-cache-default-category-levels.md
|
||||
changelog/_unreleased/2025-06-06-skip-media-indexing-when-remote-thumbnails-are-enabled.md
|
||||
_unreleased/2025-06-06-skip-media-indexing-when-remote-thumbnails-are-enabled.md
|
||||
2025-06-06-skip-media-indexing-when-remote-thumbnails-are-enabled.md
|
||||
|
|
@ -140428,6 +140497,9 @@ _unreleased/2025-07-23-don-t-check-for-canonical-seo-urls-when-no-path-info-give
|
|||
changelog/_unreleased/2025-06-17-es-should-work-correctly-with-scorequery.md
|
||||
_unreleased/2025-06-17-es-should-work-correctly-with-scorequery.md
|
||||
2025-06-17-es-should-work-correctly-with-scorequery.md
|
||||
changelog/_unreleased/2025-08-21-make-product-of-orderlineitem-api-aware.md
|
||||
_unreleased/2025-08-21-make-product-of-orderlineitem-api-aware.md
|
||||
2025-08-21-make-product-of-orderlineitem-api-aware.md
|
||||
changelog/_unreleased/2025-03-25-fix-show-product-name-for-variants-in-admin-category-products.md
|
||||
_unreleased/2025-03-25-fix-show-product-name-for-variants-in-admin-category-products.md
|
||||
2025-03-25-fix-show-product-name-for-variants-in-admin-category-products.md
|
||||
|
|
@ -140719,6 +140791,9 @@ _unreleased/2025-08-20-navigation-cache-invalidation.md
|
|||
changelog/_unreleased/2025-08-17-make-navbar-template-extendable.md
|
||||
_unreleased/2025-08-17-make-navbar-template-extendable.md
|
||||
2025-08-17-make-navbar-template-extendable.md
|
||||
changelog/_unreleased/2025-08-27-add-a-crud-permission-shortcut-to-manifest.md
|
||||
_unreleased/2025-08-27-add-a-crud-permission-shortcut-to-manifest.md
|
||||
2025-08-27-add-a-crud-permission-shortcut-to-manifest.md
|
||||
changelog/_unreleased/2025-07-21-min-search-term-is-now-configurable.md
|
||||
_unreleased/2025-07-21-min-search-term-is-now-configurable.md
|
||||
2025-07-21-min-search-term-is-now-configurable.md
|
||||
|
|
@ -140734,6 +140809,9 @@ _unreleased/2025-08-06-fix-cms-content-slot-overrides-for-modules-and-languages.
|
|||
changelog/_unreleased/2025-08-22-fix-confusing-error-on-user-create.md
|
||||
_unreleased/2025-08-22-fix-confusing-error-on-user-create.md
|
||||
2025-08-22-fix-confusing-error-on-user-create.md
|
||||
changelog/_unreleased/2025-07-23-add-constants-to-global-shopware-object.md
|
||||
_unreleased/2025-07-23-add-constants-to-global-shopware-object.md
|
||||
2025-07-23-add-constants-to-global-shopware-object.md
|
||||
changelog/_unreleased/2025-07-21-fix-sidebar-sdk-handlers-sw-meteor-page.md
|
||||
_unreleased/2025-07-21-fix-sidebar-sdk-handlers-sw-meteor-page.md
|
||||
2025-07-21-fix-sidebar-sdk-handlers-sw-meteor-page.md
|
||||
|
|
@ -140842,6 +140920,9 @@ _unreleased/2024-01-31-improve-cart-page-performance.md
|
|||
changelog/_unreleased/2025-07-28-symfony-components-updated.md
|
||||
_unreleased/2025-07-28-symfony-components-updated.md
|
||||
2025-07-28-symfony-components-updated.md
|
||||
changelog/_unreleased/2025-08-12-serialization-cart-size-check.md
|
||||
_unreleased/2025-08-12-serialization-cart-size-check.md
|
||||
2025-08-12-serialization-cart-size-check.md
|
||||
changelog/_unreleased/2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
_unreleased/2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
|
|
|
|||
|
|
@ -1266,6 +1266,7 @@ src/Core/Content/Category/Event/SalesChannelCategoryIdsFetchedEvent.php
|
|||
src/Core/Content/Category/Event/NavigationRouteCacheKeyEvent.php
|
||||
src/Core/Content/Category/Event/CategoryRouteCacheTagsEvent.php
|
||||
src/Core/Content/Category/Event/NavigationRouteCacheTagsEvent.php
|
||||
src/Core/Content/Category/Event/CategoryLevelLoaderCacheKeyEvent.php
|
||||
src/Core/Content/Category/SalesChannel/SalesChannelCategoryEntity.php
|
||||
src/Core/Content/Category/SalesChannel/SalesChannelCategoryDefinition.php
|
||||
src/Core/Content/Category/SalesChannel/NavigationRoute.php
|
||||
|
|
@ -1286,10 +1287,13 @@ src/Core/Content/Category/CategoryException.php
|
|||
src/Core/Content/Category/CategoryEntity.php
|
||||
src/Core/Content/Category/Exception/CategoryNotFoundException.php
|
||||
src/Core/Content/Category/Cms/CategoryNavigationCmsElementResolver.php
|
||||
src/Core/Content/Category/Service/DefaultCategoryLevelLoader.php
|
||||
src/Core/Content/Category/Service/CategoryUrlGenerator.php
|
||||
src/Core/Content/Category/Service/CachedDefaultCategoryLevelLoader.php
|
||||
src/Core/Content/Category/Service/CategoryBreadcrumbBuilder.php
|
||||
src/Core/Content/Category/Service/NavigationLoaderInterface.php
|
||||
src/Core/Content/Category/Service/AbstractCategoryUrlGenerator.php
|
||||
src/Core/Content/Category/Service/DefaultCategoryLevelLoaderInterface.php
|
||||
src/Core/Content/Category/Service/NavigationLoader.php
|
||||
src/Core/Content/Category/Subscriber/CategoryTreeMovedSubscriber.php
|
||||
src/Core/Content/Category/Subscriber/CategorySubscriber.php
|
||||
|
|
@ -9874,6 +9878,7 @@ src/Administration/Resources/app/administration/src/module/sw-import-export/comp
|
|||
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-progress/sw-import-export-progress.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-progress/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-progress/sw-import-export-progress.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-import-export/acl/index.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-import-export/acl/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-import-export/snippet/en-GB.json
|
||||
src/Administration/Resources/app/administration/src/module/sw-import-export/snippet/de-DE.json
|
||||
|
|
@ -12496,6 +12501,7 @@ adr/2023-08-03-collecting-entity-data.md
|
|||
adr/2024-10-02-vue-2-options-api-to-vue-3-composition-api-conversion-codemod.md
|
||||
adr/2022-02-24-domain-exceptions.md
|
||||
adr/2021-09-14-technical-concept-custom-entities.md
|
||||
adr/2025-08-19-cache-layer-for-navigation-loader.md
|
||||
adr/2021-09-22-refactor-theme-inheritance.md
|
||||
adr/2022-05-12-remove-static-analysis-with-psalm.md
|
||||
adr/2022-09-28-mapping-of-product-area.md
|
||||
|
|
@ -14772,10 +14778,13 @@ tests/unit/Core/Content/Sitemap/Service/SitemapExporterTest.php
|
|||
tests/unit/Core/Content/Sitemap/Service/SitemapListerTest.php
|
||||
tests/unit/Core/Content/Sitemap/SitemapExceptionTest.php
|
||||
tests/unit/Core/Content/Category/CategoryExceptionTest.php
|
||||
tests/unit/Core/Content/Category/Event/CategoryLevelLoaderCacheKeyEventTest.php
|
||||
tests/unit/Core/Content/Category/SalesChannel/NavigationRouteTest.php
|
||||
tests/unit/Core/Content/Category/SalesChannel/CategoryRouteTest.php
|
||||
tests/unit/Core/Content/Category/DataAbstractionLayer/CategoryNonExistentExceptionHandlerTest.php
|
||||
tests/unit/Core/Content/Category/Cms/CategoryNavigationCmsElementResolverTest.php
|
||||
tests/unit/Core/Content/Category/Service/DefaultCategoryLevelLoaderTest.php
|
||||
tests/unit/Core/Content/Category/Service/CachedDefaultCategoryLevelLoaderTest.php
|
||||
tests/unit/Core/Content/Category/Service/CategoryUrlGeneratorTest.php
|
||||
tests/unit/Core/Content/Category/Service/CategoryBreadcrumbBuilderTest.php
|
||||
tests/unit/Core/Content/Category/Subscriber/CategorySubscriberTest.php
|
||||
|
|
@ -15688,6 +15697,7 @@ tests/unit/Core/Framework/App/Manifest/_fixtures/test/Resources/scripts/rule-con
|
|||
tests/unit/Core/Framework/App/Manifest/_fixtures/test/Resources/scripts/rule-conditions/customer-first-name-rule-script.twig
|
||||
tests/unit/Core/Framework/App/Manifest/_fixtures/test/Resources/scripts/rule-conditions/customer-first-name-rule-script-constraints.twig
|
||||
tests/unit/Core/Framework/App/Manifest/_fixtures/test/Resources/scripts/app-deactivated/deactivate-script.twig
|
||||
tests/unit/Core/Framework/App/Manifest/_fixtures/test/manifest_crud.xml
|
||||
tests/unit/Core/Framework/App/Manifest/_fixtures/test/manifest_arbitraryRule_firstName.xml
|
||||
tests/unit/Core/Framework/App/Manifest/_fixtures/test/manifest1_1_0.xml
|
||||
tests/unit/Core/Framework/App/Manifest/_fixtures/test/manifest_arbitraryRule_constraints.xml
|
||||
|
|
@ -19568,6 +19578,7 @@ changelog/_unreleased/2025-07-02-add-admin-product-number-filter.md
|
|||
changelog/_unreleased/2025-04-04-fix-product-media-import-with-whitespace-in-url.md
|
||||
changelog/_unreleased/2025-05-28-add-deprecations-to-the-theme-configuration-apis.md
|
||||
changelog/_unreleased/2025-08-06-adjust-matrix-element-extends-struct-for-store-api.md
|
||||
changelog/_unreleased/2025-08-07-cache-default-category-levels.md
|
||||
changelog/_unreleased/2025-06-06-skip-media-indexing-when-remote-thumbnails-are-enabled.md
|
||||
changelog/_unreleased/2025-08-12-fix-webhook-deactivation-on-failure.md
|
||||
changelog/_unreleased/2025-07-30-add-custom-field-entities-to-apps.md
|
||||
|
|
@ -19612,6 +19623,7 @@ changelog/_unreleased/2025-07-03-use-single-shared-interval-for-sw-time-ago.md
|
|||
changelog/_unreleased/2025-05-05-remove-obsolete-requiredmessage-variable-declarations.md
|
||||
changelog/_unreleased/2025-07-23-don-t-check-for-canonical-seo-urls-when-no-path-info-given.md
|
||||
changelog/_unreleased/2025-06-17-es-should-work-correctly-with-scorequery.md
|
||||
changelog/_unreleased/2025-08-21-make-product-of-orderlineitem-api-aware.md
|
||||
changelog/_unreleased/2025-03-25-fix-show-product-name-for-variants-in-admin-category-products.md
|
||||
changelog/_unreleased/2025-06-18-improve-app-uninstalls-with-custom-entities.md
|
||||
changelog/_unreleased/2024-11-08-add-configuration-for-meta-tag-robots.md
|
||||
|
|
@ -19709,11 +19721,13 @@ changelog/_unreleased/2025-08-19-add-design-tokens-to-the-review-module.md
|
|||
changelog/_unreleased/2025-07-24-skip-persisting-admin-snippets-for-non-existing-locales.md
|
||||
changelog/_unreleased/2025-08-20-navigation-cache-invalidation.md
|
||||
changelog/_unreleased/2025-08-17-make-navbar-template-extendable.md
|
||||
changelog/_unreleased/2025-08-27-add-a-crud-permission-shortcut-to-manifest.md
|
||||
changelog/_unreleased/2025-07-21-min-search-term-is-now-configurable.md
|
||||
changelog/_unreleased/2025-08-22-use-bootstrap-gutter-variables-for-product-listing-grid.md
|
||||
changelog/_unreleased/2025-08-18-fix-sidebar-renderer-width-update.md
|
||||
changelog/_unreleased/2025-08-06-fix-cms-content-slot-overrides-for-modules-and-languages.md
|
||||
changelog/_unreleased/2025-08-22-fix-confusing-error-on-user-create.md
|
||||
changelog/_unreleased/2025-07-23-add-constants-to-global-shopware-object.md
|
||||
changelog/_unreleased/2025-07-21-fix-sidebar-sdk-handlers-sw-meteor-page.md
|
||||
changelog/_unreleased/2025-03-26-remove-non-existing-imports-from-admin-module-stub.md
|
||||
changelog/_unreleased/2025-06-13-allow-admin-scripts-provided-by-bundles.md
|
||||
|
|
@ -19750,6 +19764,7 @@ changelog/_unreleased/2025-06-06-added-price-calculation-extension.md
|
|||
changelog/_unreleased/2025-08-04-fix-cms-block-slot-config-error-highlighting.md
|
||||
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
changelog/_unreleased/2025-07-28-symfony-components-updated.md
|
||||
changelog/_unreleased/2025-08-12-serialization-cart-size-check.md
|
||||
changelog/_unreleased/2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
changelog/_unreleased/2025-07-10-add-env-variables-for-opensearch-min_ngram-and-max_ngram.md
|
||||
changelog/_unreleased/2025-06-26-remove-usage-of-file_exists-in-admin.md
|
||||
|
|
|
|||
|
|
@ -34144,6 +34144,11 @@ Feature/Assets/Api/StoreAssetWithFullMultipleCompanySupportTest.php
|
|||
Assets/Api/StoreAssetWithFullMultipleCompanySupportTest.php
|
||||
Api/StoreAssetWithFullMultipleCompanySupportTest.php
|
||||
StoreAssetWithFullMultipleCompanySupportTest.php
|
||||
tests/Feature/Assets/Api/AssetNotesTest.php
|
||||
Feature/Assets/Api/AssetNotesTest.php
|
||||
Assets/Api/AssetNotesTest.php
|
||||
Api/AssetNotesTest.php
|
||||
AssetNotesTest.php
|
||||
tests/Feature/Assets/Api/StoreAssetTest.php
|
||||
Feature/Assets/Api/StoreAssetTest.php
|
||||
Assets/Api/StoreAssetTest.php
|
||||
|
|
@ -35096,6 +35101,9 @@ migrations/2016_09_02_001448_create_checkout_requests_table.php
|
|||
database/migrations/2013_11_15_190357_create_temp_licenses_table.php
|
||||
migrations/2013_11_15_190357_create_temp_licenses_table.php
|
||||
2013_11_15_190357_create_temp_licenses_table.php
|
||||
database/migrations/2025_08_20_190617_add_created_at_index_to_models.php
|
||||
migrations/2025_08_20_190617_add_created_at_index_to_models.php
|
||||
2025_08_20_190617_add_created_at_index_to_models.php
|
||||
database/migrations/2018_09_10_082212_create_checkout_acceptances_for_unaccepted_assets.php
|
||||
migrations/2018_09_10_082212_create_checkout_acceptances_for_unaccepted_assets.php
|
||||
2018_09_10_082212_create_checkout_acceptances_for_unaccepted_assets.php
|
||||
|
|
@ -35852,6 +35860,9 @@ migrations/2015_02_07_013537_add_soft_deleted_to_log.php
|
|||
database/migrations/2014_10_24_015641_add_display_checkout_date.php
|
||||
migrations/2014_10_24_015641_add_display_checkout_date.php
|
||||
2014_10_24_015641_add_display_checkout_date.php
|
||||
database/migrations/2025_08_19_114742_add_display_name_to_users.php
|
||||
migrations/2025_08_19_114742_add_display_name_to_users.php
|
||||
2025_08_19_114742_add_display_name_to_users.php
|
||||
database/migrations/2023_08_21_181742_add_min_amt_to_models_table.php
|
||||
migrations/2023_08_21_181742_add_min_amt_to_models_table.php
|
||||
2023_08_21_181742_add_min_amt_to_models_table.php
|
||||
|
|
@ -36083,6 +36094,9 @@ migrations/2022_07_07_010406_add_indexes_to_license_seats.php
|
|||
database/migrations/2014_11_20_223947_add_auto_to_settings.php
|
||||
migrations/2014_11_20_223947_add_auto_to_settings.php
|
||||
2014_11_20_223947_add_auto_to_settings.php
|
||||
database/migrations/2025_08_19_174823_add_display_name_to_ldap_settings.php
|
||||
migrations/2025_08_19_174823_add_display_name_to_ldap_settings.php
|
||||
2025_08_19_174823_add_display_name_to_ldap_settings.php
|
||||
database/migrations/2014_10_24_000417_alter_supplier_state_to_32.php
|
||||
migrations/2014_10_24_000417_alter_supplier_state_to_32.php
|
||||
2014_10_24_000417_alter_supplier_state_to_32.php
|
||||
|
|
@ -36979,12 +36993,24 @@ Labels/Sheets/Avery/L7162_B.php
|
|||
Sheets/Avery/L7162_B.php
|
||||
Avery/L7162_B.php
|
||||
L7162_B.php
|
||||
app/Models/Labels/Sheets/Avery/L6009_A.php
|
||||
Models/Labels/Sheets/Avery/L6009_A.php
|
||||
Labels/Sheets/Avery/L6009_A.php
|
||||
Sheets/Avery/L6009_A.php
|
||||
Avery/L6009_A.php
|
||||
L6009_A.php
|
||||
app/Models/Labels/Sheets/Avery/_5267_A.php
|
||||
Models/Labels/Sheets/Avery/_5267_A.php
|
||||
Labels/Sheets/Avery/_5267_A.php
|
||||
Sheets/Avery/_5267_A.php
|
||||
Avery/_5267_A.php
|
||||
_5267_A.php
|
||||
app/Models/Labels/Sheets/Avery/L6009.php
|
||||
Models/Labels/Sheets/Avery/L6009.php
|
||||
Labels/Sheets/Avery/L6009.php
|
||||
Sheets/Avery/L6009.php
|
||||
Avery/L6009.php
|
||||
L6009.php
|
||||
app/Models/Labels/Sheets/Avery/_3490_A.php
|
||||
Models/Labels/Sheets/Avery/_3490_A.php
|
||||
Labels/Sheets/Avery/_3490_A.php
|
||||
|
|
@ -37592,6 +37618,11 @@ Http/Controllers/Api/DepreciationsController.php
|
|||
Controllers/Api/DepreciationsController.php
|
||||
Api/DepreciationsController.php
|
||||
DepreciationsController.php
|
||||
app/Http/Controllers/Api/NotesController.php
|
||||
Http/Controllers/Api/NotesController.php
|
||||
Controllers/Api/NotesController.php
|
||||
Api/NotesController.php
|
||||
NotesController.php
|
||||
app/Http/Controllers/Api/LicensesController.php
|
||||
Http/Controllers/Api/LicensesController.php
|
||||
Controllers/Api/LicensesController.php
|
||||
|
|
|
|||
|
|
@ -6215,6 +6215,7 @@ tests/Feature/Assets/Ui/BulkDeleteAssetsTest.php
|
|||
tests/Feature/Assets/Ui/AssetIndexTest.php
|
||||
tests/Feature/Assets/Api/RequestableAssetTest.php
|
||||
tests/Feature/Assets/Api/StoreAssetWithFullMultipleCompanySupportTest.php
|
||||
tests/Feature/Assets/Api/AssetNotesTest.php
|
||||
tests/Feature/Assets/Api/StoreAssetTest.php
|
||||
tests/Feature/Assets/Api/AssetsForSelectListTest.php
|
||||
tests/Feature/Assets/Api/AuditAssetTest.php
|
||||
|
|
@ -6482,6 +6483,7 @@ database/migrations/2013_11_17_062634_add_license_to_assets.php
|
|||
database/migrations/2020_12_21_153235_update_min_password.php
|
||||
database/migrations/2016_09_02_001448_create_checkout_requests_table.php
|
||||
database/migrations/2013_11_15_190357_create_temp_licenses_table.php
|
||||
database/migrations/2025_08_20_190617_add_created_at_index_to_models.php
|
||||
database/migrations/2018_09_10_082212_create_checkout_acceptances_for_unaccepted_assets.php
|
||||
database/migrations/2015_11_30_191504_remove_fk_company_id.php
|
||||
database/migrations/2016_03_22_125911_fix_custom_fields_regexes.php
|
||||
|
|
@ -6734,6 +6736,7 @@ database/migrations/2014_10_16_200626_add_rtd_location_to_assets.php
|
|||
database/migrations/2013_11_18_134332_add_contacts_to_users.php
|
||||
database/migrations/2015_02_07_013537_add_soft_deleted_to_log.php
|
||||
database/migrations/2014_10_24_015641_add_display_checkout_date.php
|
||||
database/migrations/2025_08_19_114742_add_display_name_to_users.php
|
||||
database/migrations/2023_08_21_181742_add_min_amt_to_models_table.php
|
||||
database/migrations/2014_11_20_203007_add_username_to_user.php
|
||||
database/migrations/2015_02_26_091228_add_accessories_user_table.php
|
||||
|
|
@ -6811,6 +6814,7 @@ database/migrations/2016_05_16_164733_add_model_mfg_to_consumable.php
|
|||
database/migrations/2025_06_02_233556_add_admin_cc_always_to_settings_table.php
|
||||
database/migrations/2022_07_07_010406_add_indexes_to_license_seats.php
|
||||
database/migrations/2014_11_20_223947_add_auto_to_settings.php
|
||||
database/migrations/2025_08_19_174823_add_display_name_to_ldap_settings.php
|
||||
database/migrations/2014_10_24_000417_alter_supplier_state_to_32.php
|
||||
database/migrations/2021_07_28_031345_add_client_side_l_d_a_p_cert_to_settings.php
|
||||
database/migrations/2014_06_20_005050_make_asset_log_purchasedate_to_nullable.php
|
||||
|
|
@ -7066,7 +7070,9 @@ app/Models/Labels/FieldOption.php
|
|||
app/Models/Labels/Sheets/Avery/L7163_A.php
|
||||
app/Models/Labels/Sheets/Avery/L7163.php
|
||||
app/Models/Labels/Sheets/Avery/L7162_B.php
|
||||
app/Models/Labels/Sheets/Avery/L6009_A.php
|
||||
app/Models/Labels/Sheets/Avery/_5267_A.php
|
||||
app/Models/Labels/Sheets/Avery/L6009.php
|
||||
app/Models/Labels/Sheets/Avery/_3490_A.php
|
||||
app/Models/Labels/Sheets/Avery/_5520.php
|
||||
app/Models/Labels/Sheets/Avery/L7162_A.php
|
||||
|
|
@ -7208,6 +7214,7 @@ app/Http/Controllers/Api/SettingsController.php
|
|||
app/Http/Controllers/Api/AccessoriesController.php
|
||||
app/Http/Controllers/Api/AssetsController.php
|
||||
app/Http/Controllers/Api/DepreciationsController.php
|
||||
app/Http/Controllers/Api/NotesController.php
|
||||
app/Http/Controllers/Api/LicensesController.php
|
||||
app/Http/Controllers/Api/ProfileController.php
|
||||
app/Http/Controllers/Api/LocationsController.php
|
||||
|
|
|
|||
|
|
@ -5432,6 +5432,20 @@ tomcat/util/openssl/SSL_CTX_set_cert_verify_callback$cb.java
|
|||
util/openssl/SSL_CTX_set_cert_verify_callback$cb.java
|
||||
openssl/SSL_CTX_set_cert_verify_callback$cb.java
|
||||
SSL_CTX_set_cert_verify_callback$cb.java
|
||||
java/org/apache/tomcat/util/concurrent/KeyedReentrantReadWriteLock.java
|
||||
org/apache/tomcat/util/concurrent/KeyedReentrantReadWriteLock.java
|
||||
apache/tomcat/util/concurrent/KeyedReentrantReadWriteLock.java
|
||||
tomcat/util/concurrent/KeyedReentrantReadWriteLock.java
|
||||
util/concurrent/KeyedReentrantReadWriteLock.java
|
||||
concurrent/KeyedReentrantReadWriteLock.java
|
||||
KeyedReentrantReadWriteLock.java
|
||||
java/org/apache/tomcat/util/concurrent/LocalStrings.properties
|
||||
org/apache/tomcat/util/concurrent/LocalStrings.properties
|
||||
apache/tomcat/util/concurrent/LocalStrings.properties
|
||||
tomcat/util/concurrent/LocalStrings.properties
|
||||
util/concurrent/LocalStrings.properties
|
||||
concurrent/LocalStrings.properties
|
||||
LocalStrings.properties
|
||||
java/org/apache/tomcat/util/LocalStrings_pt_BR.properties
|
||||
org/apache/tomcat/util/LocalStrings_pt_BR.properties
|
||||
apache/tomcat/util/LocalStrings_pt_BR.properties
|
||||
|
|
@ -20491,6 +20505,13 @@ tomcat/util/collections/TestConcurrentLruCache.java
|
|||
util/collections/TestConcurrentLruCache.java
|
||||
collections/TestConcurrentLruCache.java
|
||||
TestConcurrentLruCache.java
|
||||
test/org/apache/tomcat/util/concurrent/TestKeyedReentrantReadWriteLock.java
|
||||
org/apache/tomcat/util/concurrent/TestKeyedReentrantReadWriteLock.java
|
||||
apache/tomcat/util/concurrent/TestKeyedReentrantReadWriteLock.java
|
||||
tomcat/util/concurrent/TestKeyedReentrantReadWriteLock.java
|
||||
util/concurrent/TestKeyedReentrantReadWriteLock.java
|
||||
concurrent/TestKeyedReentrantReadWriteLock.java
|
||||
TestKeyedReentrantReadWriteLock.java
|
||||
test/org/apache/tomcat/util/TestIntrospectionUtils.java
|
||||
org/apache/tomcat/util/TestIntrospectionUtils.java
|
||||
apache/tomcat/util/TestIntrospectionUtils.java
|
||||
|
|
@ -22918,12 +22939,12 @@ apache/catalina/session/TestPersistentManagerFileStore.java
|
|||
catalina/session/TestPersistentManagerFileStore.java
|
||||
session/TestPersistentManagerFileStore.java
|
||||
TestPersistentManagerFileStore.java
|
||||
test/org/apache/catalina/session/TesterFileStoreConcurrency.java
|
||||
org/apache/catalina/session/TesterFileStoreConcurrency.java
|
||||
apache/catalina/session/TesterFileStoreConcurrency.java
|
||||
catalina/session/TesterFileStoreConcurrency.java
|
||||
session/TesterFileStoreConcurrency.java
|
||||
TesterFileStoreConcurrency.java
|
||||
test/org/apache/catalina/session/TestFileStoreConcurrency.java
|
||||
org/apache/catalina/session/TestFileStoreConcurrency.java
|
||||
apache/catalina/session/TestFileStoreConcurrency.java
|
||||
catalina/session/TestFileStoreConcurrency.java
|
||||
session/TestFileStoreConcurrency.java
|
||||
TestFileStoreConcurrency.java
|
||||
test/org/apache/catalina/session/TestPersistentManagerIntegration.java
|
||||
org/apache/catalina/session/TestPersistentManagerIntegration.java
|
||||
apache/catalina/session/TestPersistentManagerIntegration.java
|
||||
|
|
|
|||
|
|
@ -964,6 +964,8 @@ java/org/apache/tomcat/util/openssl/SSL_set_verify$callback.java
|
|||
java/org/apache/tomcat/util/openssl/openssl_h_Compatibility.java
|
||||
java/org/apache/tomcat/util/openssl/SSL_CTX_set_verify$callback.java
|
||||
java/org/apache/tomcat/util/openssl/SSL_CTX_set_cert_verify_callback$cb.java
|
||||
java/org/apache/tomcat/util/concurrent/KeyedReentrantReadWriteLock.java
|
||||
java/org/apache/tomcat/util/concurrent/LocalStrings.properties
|
||||
java/org/apache/tomcat/util/LocalStrings_pt_BR.properties
|
||||
java/org/apache/tomcat/util/http/Parameters.java
|
||||
java/org/apache/tomcat/util/http/LocalStrings_de.properties
|
||||
|
|
@ -3376,6 +3378,7 @@ test/org/apache/tomcat/util/collections/TesterPerformanceSynchronizedQueue.java
|
|||
test/org/apache/tomcat/util/collections/TestCaseInsensitiveKeyMap.java
|
||||
test/org/apache/tomcat/util/collections/TesterPerformanceSynchronizedStack.java
|
||||
test/org/apache/tomcat/util/collections/TestConcurrentLruCache.java
|
||||
test/org/apache/tomcat/util/concurrent/TestKeyedReentrantReadWriteLock.java
|
||||
test/org/apache/tomcat/util/TestIntrospectionUtils.java
|
||||
test/org/apache/tomcat/util/http/TestCookieParsing.java
|
||||
test/org/apache/tomcat/util/http/TestHeaderUtiltoPrintableString.java
|
||||
|
|
@ -3752,7 +3755,7 @@ test/org/apache/catalina/filters/TesterFilterConfigs.java
|
|||
test/org/apache/catalina/filters/TestRestCsrfPreventionFilter.java
|
||||
test/org/apache/catalina/session/TesterManager.java
|
||||
test/org/apache/catalina/session/TestPersistentManagerFileStore.java
|
||||
test/org/apache/catalina/session/TesterFileStoreConcurrency.java
|
||||
test/org/apache/catalina/session/TestFileStoreConcurrency.java
|
||||
test/org/apache/catalina/session/TestPersistentManagerIntegration.java
|
||||
test/org/apache/catalina/session/TestStandardSessionAccessor.java
|
||||
test/org/apache/catalina/session/FileStoreTest.java
|
||||
|
|
|
|||
|
|
@ -53720,6 +53720,15 @@ tiptap/property-editors/tiptap/property-editor-ui-tiptap.stories.ts
|
|||
property-editors/tiptap/property-editor-ui-tiptap.stories.ts
|
||||
tiptap/property-editor-ui-tiptap.stories.ts
|
||||
property-editor-ui-tiptap.stories.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/tiptap-toolbar-group-configuration.element.ts
|
||||
Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/tiptap-toolbar-group-configuration.element.ts
|
||||
src/packages/tiptap/property-editors/tiptap/components/tiptap-toolbar-group-configuration.element.ts
|
||||
packages/tiptap/property-editors/tiptap/components/tiptap-toolbar-group-configuration.element.ts
|
||||
tiptap/property-editors/tiptap/components/tiptap-toolbar-group-configuration.element.ts
|
||||
property-editors/tiptap/components/tiptap-toolbar-group-configuration.element.ts
|
||||
tiptap/components/tiptap-toolbar-group-configuration.element.ts
|
||||
components/tiptap-toolbar-group-configuration.element.ts
|
||||
tiptap-toolbar-group-configuration.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-statusbar-configuration.element.ts
|
||||
Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-statusbar-configuration.element.ts
|
||||
src/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-statusbar-configuration.element.ts
|
||||
|
|
@ -86897,6 +86906,11 @@ tests/Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/DocumentHybri
|
|||
Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/DocumentHybridCacheDocumentTypeTests.cs
|
||||
Umbraco.PublishedCache.HybridCache/DocumentHybridCacheDocumentTypeTests.cs
|
||||
DocumentHybridCacheDocumentTypeTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/Factories/PublishedContentFactoryTests.cs
|
||||
Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/Factories/PublishedContentFactoryTests.cs
|
||||
Umbraco.PublishedCache.HybridCache/Factories/PublishedContentFactoryTests.cs
|
||||
Factories/PublishedContentFactoryTests.cs
|
||||
PublishedContentFactoryTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/DocumentHybridCachePropertyTest.cs
|
||||
Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/DocumentHybridCachePropertyTest.cs
|
||||
Umbraco.PublishedCache.HybridCache/DocumentHybridCachePropertyTest.cs
|
||||
|
|
|
|||
|
|
@ -6535,6 +6535,7 @@ src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/property-e
|
|||
src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/property-editor-ui-tiptap.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/constants.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/property-editor-ui-tiptap.stories.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/tiptap-toolbar-group-configuration.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-statusbar-configuration.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-toolbar-configuration.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-extensions-configuration.element.ts
|
||||
|
|
@ -13236,6 +13237,7 @@ tests/Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/DocumentHybri
|
|||
tests/Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/CacheTestsHelper.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/MediaHybridCacheScopeTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/DocumentHybridCacheDocumentTypeTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/Factories/PublishedContentFactoryTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/DocumentHybridCachePropertyTest.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.PublishedCache.HybridCache/DocumentHybridCacheTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Persistence.EFCore/Scoping/EFCoreScopeInfrastructureScopeTests.cs
|
||||
|
|
|
|||
|
|
@ -1174,6 +1174,11 @@ php/email-editor/changelog/wooplug-5385-php-error-in-email-templatecontroller
|
|||
email-editor/changelog/wooplug-5385-php-error-in-email-templatecontroller
|
||||
changelog/wooplug-5385-php-error-in-email-templatecontroller
|
||||
wooplug-5385-php-error-in-email-templatecontroller
|
||||
packages/php/email-editor/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
|
||||
php/email-editor/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
|
||||
email-editor/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
|
||||
changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
|
||||
wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
|
||||
packages/php/email-editor/changelog/.gitkeep
|
||||
php/email-editor/changelog/.gitkeep
|
||||
email-editor/changelog/.gitkeep
|
||||
|
|
@ -48222,6 +48227,16 @@ components/totals/item/style.scss
|
|||
totals/item/style.scss
|
||||
item/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce/client/blocks/packages/components/totals/item/test/index.tsx
|
||||
woocommerce/client/blocks/packages/components/totals/item/test/index.tsx
|
||||
client/blocks/packages/components/totals/item/test/index.tsx
|
||||
blocks/packages/components/totals/item/test/index.tsx
|
||||
packages/components/totals/item/test/index.tsx
|
||||
components/totals/item/test/index.tsx
|
||||
totals/item/test/index.tsx
|
||||
item/test/index.tsx
|
||||
test/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce/client/blocks/packages/components/totals/item/stories/index.stories.tsx
|
||||
woocommerce/client/blocks/packages/components/totals/item/stories/index.stories.tsx
|
||||
client/blocks/packages/components/totals/item/stories/index.stories.tsx
|
||||
|
|
@ -81377,6 +81392,13 @@ legacy/unit-tests/core/main-class.php
|
|||
unit-tests/core/main-class.php
|
||||
core/main-class.php
|
||||
main-class.php
|
||||
plugins/woocommerce/tests/legacy/unit-tests/core/test-wc-cancel-unpaid-orders.php
|
||||
woocommerce/tests/legacy/unit-tests/core/test-wc-cancel-unpaid-orders.php
|
||||
tests/legacy/unit-tests/core/test-wc-cancel-unpaid-orders.php
|
||||
legacy/unit-tests/core/test-wc-cancel-unpaid-orders.php
|
||||
unit-tests/core/test-wc-cancel-unpaid-orders.php
|
||||
core/test-wc-cancel-unpaid-orders.php
|
||||
test-wc-cancel-unpaid-orders.php
|
||||
plugins/woocommerce/tests/legacy/unit-tests/templates/functions.php
|
||||
woocommerce/tests/legacy/unit-tests/templates/functions.php
|
||||
tests/legacy/unit-tests/templates/functions.php
|
||||
|
|
@ -90613,6 +90635,10 @@ plugins/woocommerce/changelog/fix-abstract-address-loading
|
|||
woocommerce/changelog/fix-abstract-address-loading
|
||||
changelog/fix-abstract-address-loading
|
||||
fix-abstract-address-loading
|
||||
plugins/woocommerce/changelog/fix-register-product-blocks-deprecated-function
|
||||
woocommerce/changelog/fix-register-product-blocks-deprecated-function
|
||||
changelog/fix-register-product-blocks-deprecated-function
|
||||
fix-register-product-blocks-deprecated-function
|
||||
plugins/woocommerce/changelog/wooplug-5243-woocommerce-analytics-generates-duplicate-rows-in-variations
|
||||
woocommerce/changelog/wooplug-5243-woocommerce-analytics-generates-duplicate-rows-in-variations
|
||||
changelog/wooplug-5243-woocommerce-analytics-generates-duplicate-rows-in-variations
|
||||
|
|
@ -90757,10 +90783,10 @@ plugins/woocommerce/changelog/update-WOOPLUG-5208-dev-partner-extension-installa
|
|||
woocommerce/changelog/update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
changelog/update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
plugins/woocommerce/changelog/revert-57961
|
||||
woocommerce/changelog/revert-57961
|
||||
changelog/revert-57961
|
||||
revert-57961
|
||||
plugins/woocommerce/changelog/60602-add-optimistic-updates
|
||||
woocommerce/changelog/60602-add-optimistic-updates
|
||||
changelog/60602-add-optimistic-updates
|
||||
60602-add-optimistic-updates
|
||||
plugins/woocommerce/changelog/59843-migrator-test-fetcher
|
||||
woocommerce/changelog/59843-migrator-test-fetcher
|
||||
changelog/59843-migrator-test-fetcher
|
||||
|
|
@ -90889,6 +90915,10 @@ plugins/woocommerce/changelog/60141-wooplug-5075-woo-may-be-incorrectly-tagging-
|
|||
woocommerce/changelog/60141-wooplug-5075-woo-may-be-incorrectly-tagging-a-returning-customer
|
||||
changelog/60141-wooplug-5075-woo-may-be-incorrectly-tagging-a-returning-customer
|
||||
60141-wooplug-5075-woo-may-be-incorrectly-tagging-a-returning-customer
|
||||
plugins/woocommerce/changelog/update-wc-admin-assets-script-registry
|
||||
woocommerce/changelog/update-wc-admin-assets-script-registry
|
||||
changelog/update-wc-admin-assets-script-registry
|
||||
update-wc-admin-assets-script-registry
|
||||
plugins/woocommerce/changelog/60265-enh-60120-aria-label-for-variation-dropdown
|
||||
woocommerce/changelog/60265-enh-60120-aria-label-for-variation-dropdown
|
||||
changelog/60265-enh-60120-aria-label-for-variation-dropdown
|
||||
|
|
@ -90985,10 +91015,6 @@ plugins/woocommerce/changelog/wooplug-5180-add-pattern-filtering-by-post-type
|
|||
woocommerce/changelog/wooplug-5180-add-pattern-filtering-by-post-type
|
||||
changelog/wooplug-5180-add-pattern-filtering-by-post-type
|
||||
wooplug-5180-add-pattern-filtering-by-post-type
|
||||
plugins/woocommerce/changelog/enhancement-link-detection
|
||||
woocommerce/changelog/enhancement-link-detection
|
||||
changelog/enhancement-link-detection
|
||||
enhancement-link-detection
|
||||
plugins/woocommerce/changelog/fix-59902-mini-cart-badge-transparent-in-some-themes
|
||||
woocommerce/changelog/fix-59902-mini-cart-badge-transparent-in-some-themes
|
||||
changelog/fix-59902-mini-cart-badge-transparent-in-some-themes
|
||||
|
|
@ -91141,6 +91167,10 @@ plugins/woocommerce/changelog/60207-update-WCCOM-1665-plugin-connection-error-no
|
|||
woocommerce/changelog/60207-update-WCCOM-1665-plugin-connection-error-notice
|
||||
changelog/60207-update-WCCOM-1665-plugin-connection-error-notice
|
||||
60207-update-WCCOM-1665-plugin-connection-error-notice
|
||||
plugins/woocommerce/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
|
||||
woocommerce/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
|
||||
changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
|
||||
wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
|
||||
plugins/woocommerce/changelog/59753-wooplug-5046-js-error-in-woocommerce-admin-settings-due-to-missing-class
|
||||
woocommerce/changelog/59753-wooplug-5046-js-error-in-woocommerce-admin-settings-due-to-missing-class
|
||||
changelog/59753-wooplug-5046-js-error-in-woocommerce-admin-settings-due-to-missing-class
|
||||
|
|
@ -91217,6 +91247,10 @@ plugins/woocommerce/changelog/update-simplify-has_block_template
|
|||
woocommerce/changelog/update-simplify-has_block_template
|
||||
changelog/update-simplify-has_block_template
|
||||
update-simplify-has_block_template
|
||||
plugins/woocommerce/changelog/60610-fix-no-brands-found
|
||||
woocommerce/changelog/60610-fix-no-brands-found
|
||||
changelog/60610-fix-no-brands-found
|
||||
60610-fix-no-brands-found
|
||||
plugins/woocommerce/changelog/update-add-to-cart-with-options-faster-default-option
|
||||
woocommerce/changelog/update-add-to-cart-with-options-faster-default-option
|
||||
changelog/update-add-to-cart-with-options-faster-default-option
|
||||
|
|
@ -91313,6 +91347,10 @@ plugins/woocommerce/changelog/wooplug-5127-address-field-in-the-block-checkout-d
|
|||
woocommerce/changelog/wooplug-5127-address-field-in-the-block-checkout-does-not-show-optional
|
||||
changelog/wooplug-5127-address-field-in-the-block-checkout-does-not-show-optional
|
||||
wooplug-5127-address-field-in-the-block-checkout-does-not-show-optional
|
||||
plugins/woocommerce/changelog/wooplug-5394-checkout-block-free-products-prevent-subtotal-showing
|
||||
woocommerce/changelog/wooplug-5394-checkout-block-free-products-prevent-subtotal-showing
|
||||
changelog/wooplug-5394-checkout-block-free-products-prevent-subtotal-showing
|
||||
wooplug-5394-checkout-block-free-products-prevent-subtotal-showing
|
||||
plugins/woocommerce/changelog/wooprd-743-woocommerce-email-content-block-is-not-registered-in
|
||||
woocommerce/changelog/wooprd-743-woocommerce-email-content-block-is-not-registered-in
|
||||
changelog/wooprd-743-woocommerce-email-content-block-is-not-registered-in
|
||||
|
|
|
|||
|
|
@ -172,6 +172,7 @@ packages/php/email-editor/tests/unit/stubs.php
|
|||
packages/php/email-editor/phpcs.xml
|
||||
packages/php/email-editor/changelog/wooplug-5371-object-of-class-sabberworm-css-rule-rule-could-not-be
|
||||
packages/php/email-editor/changelog/wooplug-5385-php-error-in-email-templatecontroller
|
||||
packages/php/email-editor/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
|
||||
packages/php/email-editor/changelog/.gitkeep
|
||||
packages/php/email-editor/SECURITY.md
|
||||
packages/php/email-editor/composer.json
|
||||
|
|
@ -6689,6 +6690,7 @@ plugins/woocommerce/client/blocks/packages/components/checkbox-control/stories/i
|
|||
plugins/woocommerce/client/blocks/packages/components/checkbox-control/validated-checkbox-control.tsx
|
||||
plugins/woocommerce/client/blocks/packages/components/totals/item/index.tsx
|
||||
plugins/woocommerce/client/blocks/packages/components/totals/item/style.scss
|
||||
plugins/woocommerce/client/blocks/packages/components/totals/item/test/index.tsx
|
||||
plugins/woocommerce/client/blocks/packages/components/totals/item/stories/index.stories.tsx
|
||||
plugins/woocommerce/client/blocks/packages/components/totals/fees/index.tsx
|
||||
plugins/woocommerce/client/blocks/packages/components/totals/fees/stories/index.stories.tsx
|
||||
|
|
@ -10967,6 +10969,7 @@ plugins/woocommerce/tests/legacy/unit-tests/core/taxonomies.php
|
|||
plugins/woocommerce/tests/legacy/unit-tests/core/post-types-admin.php
|
||||
plugins/woocommerce/tests/legacy/unit-tests/core/template-cache.php
|
||||
plugins/woocommerce/tests/legacy/unit-tests/core/main-class.php
|
||||
plugins/woocommerce/tests/legacy/unit-tests/core/test-wc-cancel-unpaid-orders.php
|
||||
plugins/woocommerce/tests/legacy/unit-tests/templates/functions.php
|
||||
plugins/woocommerce/tests/legacy/unit-tests/order-items/functions.php
|
||||
plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php
|
||||
|
|
@ -12334,6 +12337,7 @@ plugins/woocommerce/includes/class-wc-meta-data.php
|
|||
plugins/woocommerce/includes/class-wc-customer.php
|
||||
plugins/woocommerce/changelog/fix-add-cart-item
|
||||
plugins/woocommerce/changelog/fix-abstract-address-loading
|
||||
plugins/woocommerce/changelog/fix-register-product-blocks-deprecated-function
|
||||
plugins/woocommerce/changelog/wooplug-5243-woocommerce-analytics-generates-duplicate-rows-in-variations
|
||||
plugins/woocommerce/changelog/wooplug-5118-add-the-possibility-to-set-supported-post-types-for
|
||||
plugins/woocommerce/changelog/wooplug-5090-custom-email-templates-in-theme-not-being-pulled-in
|
||||
|
|
@ -12370,7 +12374,7 @@ plugins/woocommerce/changelog/fix-padding-in-checkout-with-step-numbers
|
|||
plugins/woocommerce/changelog/mic-back-in-stock-notifications
|
||||
plugins/woocommerce/changelog/60012-fix-issue-60011
|
||||
plugins/woocommerce/changelog/update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
plugins/woocommerce/changelog/revert-57961
|
||||
plugins/woocommerce/changelog/60602-add-optimistic-updates
|
||||
plugins/woocommerce/changelog/59843-migrator-test-fetcher
|
||||
plugins/woocommerce/changelog/60537-wooplug-5395-interactivity-api-powered-mini-cart-incorrect-top-margin
|
||||
plugins/woocommerce/changelog/add-carousel-scroll-indicator
|
||||
|
|
@ -12403,6 +12407,7 @@ plugins/woocommerce/changelog/60144-wooplug-5236-editor-preview-filter-options-d
|
|||
plugins/woocommerce/changelog/wooplug-4921-add-filter-suffix-to-all-filter-blocks-and-variations-name
|
||||
plugins/woocommerce/changelog/fix-59335-unify-attribute-options-iapi-stores
|
||||
plugins/woocommerce/changelog/60141-wooplug-5075-woo-may-be-incorrectly-tagging-a-returning-customer
|
||||
plugins/woocommerce/changelog/update-wc-admin-assets-script-registry
|
||||
plugins/woocommerce/changelog/60265-enh-60120-aria-label-for-variation-dropdown
|
||||
plugins/woocommerce/changelog/migrator-avif-support
|
||||
plugins/woocommerce/changelog/fix-product-gallery-ghost-overflow
|
||||
|
|
@ -12427,7 +12432,6 @@ plugins/woocommerce/changelog/migrator-shopify-woo-mapper
|
|||
plugins/woocommerce/changelog/wooplug-5003-review-and-refine-logging-in-the-email-editor
|
||||
plugins/woocommerce/changelog/59897-fix-reports-race-condition
|
||||
plugins/woocommerce/changelog/wooplug-5180-add-pattern-filtering-by-post-type
|
||||
plugins/woocommerce/changelog/enhancement-link-detection
|
||||
plugins/woocommerce/changelog/fix-59902-mini-cart-badge-transparent-in-some-themes
|
||||
plugins/woocommerce/changelog/fix-product-price-interactivity
|
||||
plugins/woocommerce/changelog/wooplug-5216-block-checkout-old-customer-data-getting-loaded-back-into
|
||||
|
|
@ -12466,6 +12470,7 @@ plugins/woocommerce/changelog/dev-run-all-blocks-e2e-on-tests-updates
|
|||
plugins/woocommerce/changelog/fix-product-gallery-inner-blocks-registration
|
||||
plugins/woocommerce/changelog/fix-iapi-mini-cart-missing-texts
|
||||
plugins/woocommerce/changelog/60207-update-WCCOM-1665-plugin-connection-error-notice
|
||||
plugins/woocommerce/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
|
||||
plugins/woocommerce/changelog/59753-wooplug-5046-js-error-in-woocommerce-admin-settings-due-to-missing-class
|
||||
plugins/woocommerce/changelog/59898-wooplug-5021-remove-taxonomy-setting-in-favor-of-variations-and-transform
|
||||
plugins/woocommerce/changelog/fix-60226
|
||||
|
|
@ -12485,6 +12490,7 @@ plugins/woocommerce/changelog/60256-a11y-WOO10UP-18
|
|||
plugins/woocommerce/changelog/fix-42531-use-wc-templating-logic-for-taxonomies
|
||||
plugins/woocommerce/changelog/59969-fix-remove-product-description-inline-editing
|
||||
plugins/woocommerce/changelog/update-simplify-has_block_template
|
||||
plugins/woocommerce/changelog/60610-fix-no-brands-found
|
||||
plugins/woocommerce/changelog/update-add-to-cart-with-options-faster-default-option
|
||||
plugins/woocommerce/changelog/fix-template-registration-api-template-parts
|
||||
plugins/woocommerce/changelog/60074-add-entity-product-gallery
|
||||
|
|
@ -12509,6 +12515,7 @@ plugins/woocommerce/changelog/migrator-controller-and-importer
|
|||
plugins/woocommerce/changelog/60101-add-entity-product-price
|
||||
plugins/woocommerce/changelog/update-use-template-registration-api
|
||||
plugins/woocommerce/changelog/wooplug-5127-address-field-in-the-block-checkout-does-not-show-optional
|
||||
plugins/woocommerce/changelog/wooplug-5394-checkout-block-free-products-prevent-subtotal-showing
|
||||
plugins/woocommerce/changelog/wooprd-743-woocommerce-email-content-block-is-not-registered-in
|
||||
plugins/woocommerce/changelog/wooplug-5328-flaky-test-as-product-in-specific-single-product-template
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-4982-payments-task-completion
|
||||
|
|
|
|||
|
|
@ -13273,8 +13273,9 @@ wp-content/themes/twentysixteen/image.php
|
|||
themes/twentysixteen/image.php
|
||||
twentysixteen/image.php
|
||||
image.php
|
||||
wp-content/plugins/hello.php
|
||||
plugins/hello.php
|
||||
wp-content/plugins/hello-dolly/hello.php
|
||||
plugins/hello-dolly/hello.php
|
||||
hello-dolly/hello.php
|
||||
hello.php
|
||||
wp-content/plugins/index.php
|
||||
plugins/index.php
|
||||
|
|
|
|||
|
|
@ -2824,7 +2824,7 @@ wp-content/themes/twentysixteen/search.php
|
|||
wp-content/themes/twentysixteen/searchform.php
|
||||
wp-content/themes/twentysixteen/index.php
|
||||
wp-content/themes/twentysixteen/image.php
|
||||
wp-content/plugins/hello.php
|
||||
wp-content/plugins/hello-dolly/hello.php
|
||||
wp-content/plugins/index.php
|
||||
wp-content/index.php
|
||||
wp-config-sample.php
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -114,24 +107,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*source=
|
||||
/.git
|
||||
//wiki/skins
|
||||
/?*amp_client_id
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/UserAuthentication/
|
||||
/_
|
||||
/_/rsrc
|
||||
/__wishlist__
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/_widget
|
||||
/album/*/*?i=
|
||||
/api
|
||||
|
|
@ -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?
|
||||
|
|
@ -188,7 +166,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/likes
|
||||
/login
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -201,13 +178,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 +189,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
|
@ -245,15 +217,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/store/new/*?*&*&*
|
||||
/store/top-free/*?*&*&*
|
||||
/store/top-paid/*?*&*&*
|
||||
/story_pins
|
||||
/tagged
|
||||
/tarball
|
||||
/tree
|
||||
/tried
|
||||
/tv-season/*/*?i=
|
||||
/unsubscribe/
|
||||
/video-
|
||||
/video_pins
|
||||
/wal/
|
||||
/widget_
|
||||
/wiki/Special:
|
||||
|
|
@ -376,7 +344,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?search_forum=
|
||||
?set_mobile=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -502,8 +469,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
|
||||
|
|
@ -568,8 +533,6 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -667,12 +630,10 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/learn
|
||||
ads/local
|
||||
|
|
@ -683,7 +644,6 @@ advisor/*zx1fa
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
ai-sandbox-internal/generated_images
|
||||
aihub/tfhub
|
||||
|
|
@ -740,9 +700,7 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -819,7 +777,6 @@ author/following
|
|||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
|
|
@ -877,10 +834,6 @@ blogs/nationals-journal-beta
|
|||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/NBK
|
||||
|
|
@ -902,38 +855,17 @@ books?*zoom=
|
|||
books?*zoom=1
|
||||
books?*zoom=5
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
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/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
|
||||
|
|
@ -962,7 +894,6 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
chwilio
|
||||
|
|
@ -983,7 +914,6 @@ clickthru
|
|||
clima/ets
|
||||
clima/sites/registry
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -1002,7 +932,6 @@ commission_2010-2014/katainen
|
|||
commits?author=
|
||||
common/
|
||||
common/survey.aspx*
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -1019,14 +948,11 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
companyDir
|
||||
compare
|
||||
compressiontest
|
||||
concussion/HeadsUp/training/
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
consumers/archive
|
||||
contact/menu*
|
||||
|
|
@ -1034,15 +960,9 @@ contact/partner*
|
|||
contact_importer
|
||||
contactus
|
||||
contactus/mwaas*
|
||||
content-claiming
|
||||
content-guest/rss/channels
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
core/
|
||||
core/*.css$
|
||||
core/*.css?
|
||||
|
|
@ -1060,18 +980,10 @@ covid19/mobility
|
|||
cr$
|
||||
cr?
|
||||
create
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
csp
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -1097,10 +1009,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
|
||||
|
|
@ -1188,8 +1098,6 @@ earth/social
|
|||
ebook
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1202,7 +1110,6 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1264,7 +1171,6 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
|
|
@ -1350,18 +1256,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
|
||||
|
|
@ -1398,8 +1300,6 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1481,8 +1381,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
|
||||
|
|
@ -1598,7 +1496,6 @@ guidebooks
|
|||
gview
|
||||
gwt
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1622,12 +1519,9 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
home$
|
||||
home?
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1639,10 +1533,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://de.wikipedia.org/robots.txt
|
||||
http://linkedin.com/robots.txt
|
||||
http://npr.org/robots.txt
|
||||
http://patreon.com/robots.txt
|
||||
http://amazon.com/robots.txt
|
||||
http://calendar.google.com/robots.txt
|
||||
http://cloudflare.com/robots.txt
|
||||
http://ncbi.nlm.nih.gov/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1656,9 +1550,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/
|
||||
|
|
@ -1705,17 +1596,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
|
||||
|
|
@ -1752,8 +1640,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
|
||||
|
|
@ -1796,7 +1682,6 @@ ko/ott
|
|||
ko/solutions
|
||||
ko/upload
|
||||
ko/vimeo-academy
|
||||
kwanzaa-spotlight
|
||||
l.php
|
||||
labs-code
|
||||
labs/pmc
|
||||
|
|
@ -1833,15 +1718,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
|
||||
|
|
@ -2017,7 +1899,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
|
||||
|
|
@ -2027,7 +1908,6 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -2041,7 +1921,6 @@ nl-nl/lp
|
|||
nl-nl/searchresults
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
|
|
@ -2049,15 +1928,11 @@ nwshp$
|
|||
o/di
|
||||
o/dt
|
||||
oas/
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offers/proxy/dealsserver/api/log
|
||||
offers/proxy/dealsserver/buy
|
||||
offsite
|
||||
og
|
||||
okxbet.com
|
||||
onebox/media/sports/logos
|
||||
|
|
@ -2088,12 +1963,9 @@ pagespeed/insights/ui/logo
|
|||
panel
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partner-program
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -2124,46 +1996,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
|
||||
|
|
@ -2213,7 +2051,6 @@ ppob/?
|
|||
ppob?
|
||||
pqa
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2222,8 +2059,6 @@ previewtemplate
|
|||
print
|
||||
private
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2279,14 +2114,12 @@ pt-br/vimeo-academy
|
|||
publications
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
q=
|
||||
qnasearch?
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/imda
|
||||
|
|
@ -2295,7 +2128,6 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/*?q=
|
||||
|
|
@ -2312,9 +2144,6 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2322,13 +2151,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
|
||||
|
|
@ -2344,6 +2169,7 @@ reviews/polls
|
|||
reviews/search?
|
||||
reviews/top-reviewers
|
||||
rewardsapp/
|
||||
ripple
|
||||
row
|
||||
rss
|
||||
rss/people/*/reviews
|
||||
|
|
@ -2368,7 +2194,6 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safety
|
||||
safetycheck
|
||||
salary-explorer/api
|
||||
|
|
@ -2414,7 +2239,6 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
|
|||
sections/ombudsman/2008/01/frequently_asked_questions_1.html
|
||||
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
|
||||
secure
|
||||
sendHeaderEarly
|
||||
sendarticle
|
||||
services
|
||||
services/oauth
|
||||
|
|
@ -2450,7 +2274,6 @@ shop/productpage
|
|||
shop/topics
|
||||
shop/view/product
|
||||
shop?
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2754,12 +2577,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/
|
||||
|
|
@ -2781,7 +2602,6 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
|
|
@ -2843,10 +2663,6 @@ stores$
|
|||
stores/
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
storyworks/preview
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
|
@ -2872,7 +2688,6 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
|
|
@ -2890,7 +2705,6 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2898,7 +2712,6 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2946,9 +2759,7 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -3042,7 +2853,6 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -3059,14 +2869,9 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-image-lens-history
|
||||
upload-lens-image
|
||||
upload-shuffle-draft
|
||||
uploads
|
||||
urchin_test
|
||||
url
|
||||
|
|
@ -3084,11 +2889,9 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verified-authors
|
||||
verify_age
|
||||
|
|
@ -3139,9 +2942,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
|
||||
|
|
@ -3447,7 +3247,7 @@ wiki/Wikipedia_Diskussion:Checkuser
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3666,7 +3466,6 @@ xhtml?
|
|||
xml?
|
||||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/branding/favicon
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
%7B*%7D
|
||||
%7C
|
||||
%7Cd_
|
||||
&
|
||||
&*
|
||||
&*To66.Asia
|
||||
&*gg155.cn
|
||||
|
|
@ -396,7 +395,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known/amphtml/apikey.pub
|
||||
.well-known/apple-app-site-association
|
||||
.well-known/assetlinks.json
|
||||
.well-known/assetlinks.jsonhttp://aesthetics.fandom.com/robots.txt
|
||||
.well-known/assetlinks.jsonhttp://akorda.kz/robots.txt
|
||||
.well-known/privacy-sandbox-attestations.json
|
||||
.well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200
|
||||
.well-known/security.txt
|
||||
|
|
@ -716,7 +715,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/projects
|
||||
/*/pulse
|
||||
/*/schemes
|
||||
/*/search-results.htmlhttp://quora.com/robots.txt
|
||||
/*/search-results.htmlhttp://pixabay.com/robots.txt
|
||||
/*/stargazers
|
||||
/*/structures
|
||||
/*/tables
|
||||
|
|
@ -2662,7 +2661,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/article/figure/powerpoint
|
||||
/article/metrics
|
||||
/articlelist/*
|
||||
/articlelist/*http://blog.cloudflare.com/robots.txt
|
||||
/articlelist/*http://zenodo.org/robots.txt
|
||||
/articleshow_amitr/*
|
||||
/articleshowajax/*
|
||||
/articleshowhsbc/
|
||||
|
|
@ -3503,7 +3502,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newsletter
|
||||
/newssearch
|
||||
/nightly-news
|
||||
/no-referrer-when-downgradehttp://pixlr.com/robots.txt
|
||||
/no-referrer-when-downgradehttp://fb.watch/robots.txt
|
||||
/no-search-results
|
||||
/node
|
||||
/node/add
|
||||
|
|
@ -4240,7 +4239,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?*__rmidpage
|
||||
?*_hsmi=
|
||||
?*ajs_event
|
||||
?*apikey*http://getpocket.com/robots.txt
|
||||
?*apikey*http://themeforest.net/robots.txt
|
||||
?*app
|
||||
?*aspects=
|
||||
?*attachment_id
|
||||
|
|
@ -4617,7 +4616,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?mobile=true
|
||||
?mode
|
||||
?module=
|
||||
?month
|
||||
?monthnum=
|
||||
?mv=
|
||||
?name=
|
||||
|
|
@ -4707,7 +4705,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?q=search
|
||||
?q=user/login
|
||||
?q=user/logout
|
||||
?q=user/logout/http://amazon.ca/robots.txt
|
||||
?q=user/logout/http://journals.plos.org/robots.txt
|
||||
?q=user/password
|
||||
?q=user/register
|
||||
?qa_expand_key
|
||||
|
|
@ -5854,7 +5852,7 @@ RMHome
|
|||
RMReviewCollect
|
||||
RSManagementCenter
|
||||
RSOfflineBilling
|
||||
RSSSyndicator.aspx*
|
||||
RSSSyndicator.aspx
|
||||
RT
|
||||
RateUserReview
|
||||
Rateit
|
||||
|
|
@ -6366,7 +6364,6 @@ _meta.xml
|
|||
_mobile.mobile
|
||||
_mobile.xml
|
||||
_modal.html
|
||||
_modules
|
||||
_multiremote
|
||||
_newsml.html
|
||||
_next/data
|
||||
|
|
@ -6565,7 +6562,7 @@ account-settings
|
|||
account-setup
|
||||
account/
|
||||
account/*
|
||||
account/*http://ft.com/robots.txt
|
||||
account/*http://developer.apple.com/robots.txt
|
||||
account/accomplishments
|
||||
account/ackgift
|
||||
account/authenticate
|
||||
|
|
@ -6888,7 +6885,7 @@ ai
|
|||
ai-sandbox-internal/generated_images
|
||||
ai/$
|
||||
ai/config-2025/$
|
||||
ai/errors/
|
||||
ai/errors
|
||||
ai/generation/asset
|
||||
ai/our-approach/$
|
||||
ai_log
|
||||
|
|
@ -7065,7 +7062,7 @@ api/extensions/1.0/extensions
|
|||
api/federation
|
||||
api/graphql
|
||||
api/html
|
||||
api/http://ibm.com/robots.txt
|
||||
api/http://tripadvisor.com/robots.txt
|
||||
api/infinite-list.html
|
||||
api/internal/*/location
|
||||
api/internal/_bb
|
||||
|
|
@ -7081,7 +7078,6 @@ api/recaptcha/enabled
|
|||
api/recommend/embed_videos
|
||||
api/records/*/files
|
||||
api/rest_v1/?doc
|
||||
api/search/community_resources?
|
||||
api/share/og
|
||||
api/share/settings
|
||||
api/siteMap
|
||||
|
|
@ -7141,7 +7137,7 @@ app*/shr*
|
|||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app-ads.txthttp://plushcare.com/robots.txt
|
||||
app-ads.txthttp://po.st/robots.txt
|
||||
app-center/oauth/authorize
|
||||
app-directory
|
||||
app-market/search-result?query=
|
||||
|
|
@ -7562,7 +7558,7 @@ audible-hug-alert
|
|||
audible-sample-player
|
||||
audible_programs=
|
||||
audiblehug
|
||||
audio-edition-podcast/*/index.xmlhttp://raw.githubusercontent.com/robots.txt
|
||||
audio-edition-podcast/*/index.xmlhttp://blog.livedoor.jp/robots.txt
|
||||
audio.html
|
||||
audio?performer=1&q=
|
||||
audio_file
|
||||
|
|
@ -7780,8 +7776,6 @@ beacon
|
|||
bebek-anne
|
||||
become-an-author?
|
||||
begin-again
|
||||
bel
|
||||
belarus_news
|
||||
bentoapi
|
||||
berichte
|
||||
best-buys/clickout
|
||||
|
|
@ -7900,7 +7894,6 @@ blank.html
|
|||
blast/BlastAlign.cgi
|
||||
blast/bl2seq/wblast2.cgi
|
||||
blended-newsletter
|
||||
blg
|
||||
blocks
|
||||
blocks/*.css
|
||||
blocks/*.gif
|
||||
|
|
@ -7951,7 +7944,7 @@ blog/*?text=
|
|||
blog/*sitemap.xml$
|
||||
blog/*utm_source=
|
||||
blog/.*
|
||||
blog/.html.*http://ebay.com/robots.txt
|
||||
blog/.html.*http://web.facebook.com/robots.txt
|
||||
blog/10-lessons-from-an-engineering-manager/$
|
||||
blog/23-prototyping-resources-to-bookmark-right-now/$
|
||||
blog/27-figjam-activities-to-spark-creativity-in-the-classroom/$
|
||||
|
|
@ -9480,13 +9473,13 @@ cdn-cgi
|
|||
cdn-cgi/
|
||||
cdn-cgi/bm/cv
|
||||
cdn-cgi/challenge-platform
|
||||
cdn-cgi/http://kids.youtube.com/robots.txt
|
||||
cdn-cgi/http://techrepublic.com/robots.txt
|
||||
cdn-cgi/images/trace
|
||||
cdn-cgi/rum
|
||||
cdn-cgi/scripts
|
||||
cdn-cgi/styles
|
||||
cdn-cgi/zaraz
|
||||
cdn-cgi/zaraz/http://cdtfa.ca.gov/robots.txt
|
||||
cdn-cgi/zaraz/http://owasp.org/robots.txt
|
||||
cdn-proxy/pim
|
||||
cdn-proxy/px
|
||||
cdn.jwplayer.com/previews
|
||||
|
|
@ -9510,7 +9503,7 @@ cgi-bin/koha/
|
|||
cgi-bin/loginpage
|
||||
cgi-bin/search.fpl
|
||||
cgi-bin/wx
|
||||
cgi-binhttp://beppegrillo.it/robots.txt
|
||||
cgi-binhttp://hackernoon.com/robots.txt
|
||||
cgi-local
|
||||
cgi-mad/
|
||||
cgi-pct/
|
||||
|
|
@ -9814,7 +9807,7 @@ code
|
|||
code-connect-docs
|
||||
code-docs
|
||||
code/*
|
||||
code/http://fb.com/robots.txt
|
||||
code/http://espn.com/robots.txt
|
||||
codeCoverage
|
||||
coderpad-for-figjam/$
|
||||
codesamples/
|
||||
|
|
@ -11888,7 +11881,7 @@ confirmation
|
|||
conflagexp
|
||||
connect
|
||||
connect/@
|
||||
connect/http://s3-us-west-2.amazonaws.com/robots.txt
|
||||
connect/http://chat.openai.com/robots.txt
|
||||
connect/social-intranet.html
|
||||
connections
|
||||
connections/recent
|
||||
|
|
@ -11986,7 +11979,7 @@ content/dam/ircc/documents/pdf/francais/trousses/form/imm5476
|
|||
content/dam/ircc/documents/pdf/francais/trousses/form/imm5644
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0002
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0004
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://verizon.com/robots.txt
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://python.org/robots.txt
|
||||
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
|
||||
content/dam/oecd/
|
||||
content/dam/pwc/uk/en/assets/pdf/hcl_f2.18.pdf
|
||||
|
|
@ -13018,7 +13011,6 @@ de/music/*/+wiki/shoutbox
|
|||
de/music/*?
|
||||
de/music/+noredirect
|
||||
de/music/tracks
|
||||
de/news3
|
||||
de/no-follow
|
||||
de/node
|
||||
de/ott
|
||||
|
|
@ -13103,7 +13095,6 @@ decision-makers/*/admin_accounts?
|
|||
decision-makers/*/edit$
|
||||
decision-makers/*/edit?
|
||||
decision-makers?
|
||||
dee
|
||||
deep-health-abstract
|
||||
deep-health-auth
|
||||
deep-health-search
|
||||
|
|
@ -13459,7 +13450,7 @@ domains/whois/whois-ajax.aspx
|
|||
doncherry
|
||||
donut-for-figjam/$
|
||||
dor/4572.htm
|
||||
dor/reference/legal/rulings/unused/
|
||||
dor/reference/legal/rulings/unused
|
||||
dotnet/docs/reference
|
||||
dotnet/docs/reference/*/latest
|
||||
dotnet/docs/reference/*/latest$
|
||||
|
|
@ -13485,7 +13476,7 @@ downloads
|
|||
downloads.php
|
||||
downloads/$
|
||||
downloads/*
|
||||
downloadtype.aspx*
|
||||
downloadtype.aspx
|
||||
dp/e-mail-friend
|
||||
dp/manual-submit
|
||||
dp/product-availability
|
||||
|
|
@ -13527,10 +13518,10 @@ dubs
|
|||
dummy
|
||||
dvi
|
||||
dw
|
||||
dwd/files/CM_Files/
|
||||
dwd/files/JWIB/
|
||||
dwd/files/policy/
|
||||
dwd/files/swic/
|
||||
dwd/files/CM_Files
|
||||
dwd/files/JWIB
|
||||
dwd/files/policy
|
||||
dwd/files/swic
|
||||
dwd/test
|
||||
dynamic-offer
|
||||
dynamic/
|
||||
|
|
@ -14496,7 +14487,6 @@ en_uk
|
|||
en_us
|
||||
endorsements
|
||||
energy-test
|
||||
eng
|
||||
engage/*/administration-dashboard
|
||||
engage/*/author-dashboard
|
||||
engage/*/retract-process
|
||||
|
|
@ -15420,7 +15410,6 @@ es_mx
|
|||
es_mx/plantillas/M
|
||||
es_us
|
||||
esi_cache
|
||||
esp
|
||||
espn/now
|
||||
espnradio/podcast/feeds/easports
|
||||
estadisticas/actualizadas/?p=
|
||||
|
|
@ -15841,7 +15830,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://nam.edu/robots.txt
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://chromewebstore.google.com/robots.txt
|
||||
filter/
|
||||
filter/tips
|
||||
filter/tips
|
||||
|
|
@ -15856,7 +15845,7 @@ finance/stocks/option
|
|||
financial-services/ofss
|
||||
find
|
||||
find-more
|
||||
find/*http://namecheap.com/robots.txt
|
||||
find/*http://validator.w3.org/robots.txt
|
||||
finetune
|
||||
fios
|
||||
firefox/?
|
||||
|
|
@ -18465,7 +18454,7 @@ fy-NL/search
|
|||
fy-NL/user
|
||||
fy-NL/users
|
||||
g
|
||||
g/4arE9Chttp://eji.org/robots.txt
|
||||
g/4arE9Chttp://nps.gov/robots.txt
|
||||
g/api
|
||||
ga-IE/forums
|
||||
ga-IE/kb/*/discuss
|
||||
|
|
@ -18683,6 +18672,7 @@ gorsel/touch/?
|
|||
goto
|
||||
goto_issue
|
||||
goto_rubric
|
||||
gov/files/awards/http://dl.acm.org/robots.txt
|
||||
governance-add-on/$
|
||||
government-education/nonprofits/aws-serve-member/
|
||||
government-education/nonprofits/aws-serve/
|
||||
|
|
@ -19211,46 +19201,46 @@ html5
|
|||
http
|
||||
http-checker
|
||||
http2_data
|
||||
http://9gag.com/robots.txt
|
||||
http://about.fb.com/robots.txt
|
||||
http://amazon.es/robots.txt
|
||||
http://android.com/robots.txt
|
||||
http://4.bp.blogspot.com/robots.txt
|
||||
http://abc.net.au/robots.txt
|
||||
http://apis.google.com/robots.txt
|
||||
http://arstechnica.com/robots.txt
|
||||
http://bible.com/robots.txt
|
||||
http://bing.com/robots.txt
|
||||
http://blog.livedoor.jp/robots.txt
|
||||
http://creatoracademy.youtube.com/robots.txt
|
||||
http://criminallawyerinnj.com/robots.txt
|
||||
http://dainikshiksha.com/robots.txt
|
||||
http://dao-tokyo.xyz/robots.txt
|
||||
http://developer.chrome.com/robots.txt
|
||||
http://disqus.com/robots.txt
|
||||
http://donorbox.org/robots.txt
|
||||
http://dx.doi.org/robots.txt
|
||||
http://eepurl.com/robots.txt
|
||||
http://aws.amazon.com/robots.txt
|
||||
http://blog.naver.com/robots.txt
|
||||
http://clickfunnels.com/robots.txt
|
||||
http://edition.cnn.com/robots.txt
|
||||
http://eventbrite.com/robots.txt
|
||||
http://fb.me/robots.txt
|
||||
http://flandersjuwelen.be/robots.txt
|
||||
http://google.ca/robots.txt
|
||||
http://google.pl/robots.txt
|
||||
http://google.ru/robots.txt
|
||||
http://jotform.com/robots.txt
|
||||
http://mayoclinic.org/robots.txt
|
||||
http://mobile.twitter.com/robots.txt
|
||||
http://opera.com/robots.txt
|
||||
http://php.net/robots.txt
|
||||
http://spreaker.com/robots.txt
|
||||
http://squarespace.com/robots.txt
|
||||
http://store.steampowered.com/robots.txt
|
||||
http://stupidhackathon.github.io/robots.txt
|
||||
http://expedia.com/robots.txt
|
||||
http://explore.org/robots.txt
|
||||
http://freepik.com/robots.txt
|
||||
http://godaddy.com/robots.txt
|
||||
http://houzz.com/robots.txt
|
||||
http://i0.wp.com/robots.txt
|
||||
http://ifcncodeofprinciples.poynter.org/robots.txt
|
||||
http://in.gov/robots.txt
|
||||
http://journals.sagepub.com/robots.txt
|
||||
http://kerrymuseum.ie/robots.txt
|
||||
http://lit.link/robots.txt
|
||||
http://nerdwallet.com/robots.txt
|
||||
http://npr.org/robots.txt
|
||||
http://omegamasonry.com/robots.txt
|
||||
http://pagead2.googlesyndication.com/robots.txt
|
||||
http://papers.ssrn.com/robots.txt
|
||||
http://paypal.me/robots.txt
|
||||
http://rollingstone.com/robots.txt
|
||||
http://scholar.google.com/robots.txt
|
||||
http://scmp.com/robots.txt
|
||||
http://ser13gio.blogspot.com/robots.txt
|
||||
http://sintradaytrips.com/robots.txt
|
||||
http://streamelements.com/robots.txt
|
||||
http://studio.youtube.com/robots.txt
|
||||
http://support.cloudflare.com/robots.txt
|
||||
http://tunecore.co.jp/robots.txt
|
||||
http://unpkg.com/robots.txt
|
||||
http://wired.com/robots.txt
|
||||
http://woocommerce.com/robots.txt
|
||||
http://wsws.org/robots.txt
|
||||
http://xing.com/robots.txt
|
||||
http://zazzle.com/robots.txt
|
||||
http://sustainability.google/robots.txt
|
||||
http://technologyreview.com/robots.txt
|
||||
http://tesla.com/robots.txt
|
||||
http://thehill.com/robots.txt
|
||||
http://vox.com/robots.txt
|
||||
http://wa.me/robots.txt
|
||||
https://player.cnevids.com
|
||||
https:/www.alibaba.com
|
||||
hu
|
||||
|
|
@ -19821,7 +19811,7 @@ integrations
|
|||
intelligencer/amp
|
||||
intent
|
||||
interactive
|
||||
interactive*http://scmp.com/robots.txt
|
||||
interactive*http://thetimes.co.uk/robots.txt
|
||||
interactive/reading-preference
|
||||
interactives
|
||||
interactives/sponsor-story
|
||||
|
|
@ -19927,7 +19917,7 @@ is/user
|
|||
is/users
|
||||
isapi/
|
||||
isbn
|
||||
isdh/drafts_local/
|
||||
isdh/drafts_local
|
||||
it
|
||||
it$
|
||||
it*/listing/*/favoriters
|
||||
|
|
@ -21030,6 +21020,7 @@ ko-kr/using-the-figma-brand/$
|
|||
ko-kr/ux-design-tool/$
|
||||
ko-kr/web-design/$
|
||||
ko-kr/web-development/$
|
||||
ko-kr/webinars/des-to-code-mcp-ko/$
|
||||
ko-kr/wireframe-tool/$
|
||||
ko/
|
||||
ko/$
|
||||
|
|
@ -21139,7 +21130,6 @@ kolkata
|
|||
kontakt
|
||||
kr/en
|
||||
kr/en$
|
||||
kr/news3
|
||||
krypto=
|
||||
kui=
|
||||
kw/payroll/
|
||||
|
|
@ -21595,7 +21585,6 @@ lt/
|
|||
lt/Download
|
||||
lt/forums
|
||||
lt/kb/*/discuss
|
||||
lt/news2
|
||||
lt/search
|
||||
lt/user
|
||||
lt/users
|
||||
|
|
@ -21981,7 +21970,6 @@ meta-site
|
|||
meta/sitemap
|
||||
metrics
|
||||
metro/*?from
|
||||
mfa_news
|
||||
mg/forums
|
||||
mg/kb/*/discuss
|
||||
mg/search
|
||||
|
|
@ -23095,7 +23083,7 @@ ojp
|
|||
okxbet.com
|
||||
om/payroll/
|
||||
oma
|
||||
on-demand/session/*http://marriott.com/robots.txt
|
||||
on-demand/session/*http://podcasts.google.com/robots.txt
|
||||
onboard
|
||||
onboarding
|
||||
one-app-preview
|
||||
|
|
@ -23235,7 +23223,7 @@ p/*/v2/actions$
|
|||
p/*/v2/actions?
|
||||
p/*/victory$
|
||||
p/*/victory?
|
||||
p/*http://telegram.me/robots.txt
|
||||
p/*http://polygon.com/robots.txt
|
||||
p/*surveyopen
|
||||
p/*thm=
|
||||
p/60
|
||||
|
|
@ -24126,7 +24114,7 @@ premium$
|
|||
premium-reports
|
||||
premium/
|
||||
premium/$
|
||||
premium/http://electad.com/robots.txt
|
||||
premium/http://neilrogers.org/robots.txt
|
||||
premiumsupport/iam/
|
||||
premiumsupport/knowledge-center/feedback-no/
|
||||
premiumsupport/knowledge-center/feedback-yes/
|
||||
|
|
@ -24208,8 +24196,8 @@ privacy/zoho-group.html
|
|||
private
|
||||
private
|
||||
private-promo
|
||||
private/http://developers.facebook.com/robots.txt
|
||||
private/http://irishtimes.com/robots.txt
|
||||
private/http://hbr.org/robots.txt
|
||||
private/http://pastebin.com/robots.txt
|
||||
private/wtrack
|
||||
pro
|
||||
pro-learn
|
||||
|
|
@ -24240,7 +24228,7 @@ product-integrations/figma-for-microsoft-teams/$
|
|||
product-integrations/google-workspace/$
|
||||
product-integrations/zoom/$
|
||||
product-managers/$
|
||||
product-ratings/http://assets.ctfassets.net/robots.txt
|
||||
product-ratings/http://support.office.com/robots.txt
|
||||
product-reviews/B0069IY63Y
|
||||
product/*
|
||||
product/electrode/api/logger
|
||||
|
|
@ -24913,7 +24901,6 @@ pt/music/*/+wiki/shoutbox
|
|||
pt/music/*?
|
||||
pt/music/+noredirect
|
||||
pt/music/tracks
|
||||
pt/news3
|
||||
pt/people
|
||||
pt/player
|
||||
pt/playlist
|
||||
|
|
@ -24989,6 +24976,7 @@ purchaseconfirm
|
|||
purchased-gift
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
puzzles/puzzle/*?source=
|
||||
pv1/
|
||||
pv2/
|
||||
pvp/dual-heads-12-rain-high-pressure-shower-system-with-3-way-thermostatic-faucet-matte-black-prpv-pv~192604086
|
||||
|
|
@ -25912,6 +25900,7 @@ rewards
|
|||
rewardsapp/
|
||||
rf=*
|
||||
rip/
|
||||
ripple
|
||||
rlv/
|
||||
rlv/api/
|
||||
rlv/svc/
|
||||
|
|
@ -26120,7 +26109,6 @@ rules?
|
|||
run
|
||||
rundowns/segment.php?
|
||||
running_races/*/results
|
||||
rus
|
||||
rus/licensing/Unilateral.aspx/*
|
||||
rush-hour
|
||||
rush-hour-2
|
||||
|
|
@ -26589,7 +26577,7 @@ seo/learn/assets*&topic=
|
|||
seo/learn/assets*?resource-type=
|
||||
seo/learn/assets*?topic=
|
||||
series
|
||||
serv/
|
||||
serv
|
||||
server
|
||||
server-configurator
|
||||
server-status
|
||||
|
|
@ -27357,9 +27345,9 @@ son/user
|
|||
son/users
|
||||
sort=
|
||||
sortBy=
|
||||
sos/clerical/
|
||||
sos/online_corps/
|
||||
sos/registration/http://pensiuneacoral.ro/robots.txt
|
||||
sos/clerical
|
||||
sos/online_corps
|
||||
sos/registration
|
||||
soundcloud-tpa
|
||||
sounds/player
|
||||
sounds/player$
|
||||
|
|
@ -27376,7 +27364,6 @@ sources/test_source
|
|||
sp
|
||||
sp/2for1
|
||||
sp/3for2
|
||||
sp/news3
|
||||
sp=
|
||||
sp_url=
|
||||
spain/empresas/
|
||||
|
|
@ -27819,7 +27806,7 @@ subscribe/user
|
|||
subscribe/view.pl
|
||||
subscribe_gps
|
||||
subscribe_success
|
||||
subscribetocalendar.aspx*
|
||||
subscribetocalendar.aspx
|
||||
subscription
|
||||
subscription/
|
||||
subscription/*?*onboarded=
|
||||
|
|
@ -27997,7 +27984,6 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svgimageproc
|
||||
svk
|
||||
svpRecommendations
|
||||
sw
|
||||
sw$
|
||||
|
|
@ -28059,7 +28045,7 @@ tag
|
|||
tag-manager
|
||||
tag-manager-360
|
||||
tag/
|
||||
tag/*+http://msdn.microsoft.com/robots.txt
|
||||
tag/*+http://loc.gov/robots.txt
|
||||
tag/credible
|
||||
tag/expire-images
|
||||
tag/interaction-card
|
||||
|
|
@ -28093,6 +28079,7 @@ target_id
|
|||
targetdirect_group
|
||||
tariffselect
|
||||
tasks
|
||||
tasks/
|
||||
tax-center
|
||||
tax.php
|
||||
tax_countries.php
|
||||
|
|
@ -29748,7 +29735,7 @@ uy
|
|||
uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_insert.pdf
|
||||
uy/help
|
||||
uz/forums
|
||||
uz/http://beacons.ai/robots.txt
|
||||
uz/http://foodshuttle.org/robots.txt
|
||||
uz/kb/*/discuss
|
||||
uz/search
|
||||
uz/user
|
||||
|
|
@ -30671,9 +30658,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://commission.europa.eu/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://yummly.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://3.bp.blogspot.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://allaboutcookies.org/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://developers.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -30983,8 +30970,8 @@ wp-admin
|
|||
wp-admin/
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.phphttp://elegantthemes.com/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://sciencedaily.com/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://form.jotform.com/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://telegram.me/robots.txt
|
||||
wp-admin/load-scripts.php
|
||||
wp-admin/load-styles.php
|
||||
wp-adv
|
||||
|
|
@ -31184,7 +31171,7 @@ your
|
|||
your-account
|
||||
your-shop
|
||||
youreurope/businessACC
|
||||
youreurope/businessDEV/http://nasa.gov/robots.txt
|
||||
youreurope/businessDEV/http://dribbble.com/robots.txt
|
||||
youreurope/citizensACC
|
||||
youreurope/citizensDEV
|
||||
yours
|
||||
|
|
@ -31391,7 +31378,7 @@ zh-tw.www.cloudflare.com
|
|||
zh-tw/
|
||||
zh-tw/feedback
|
||||
zh-tw/lp
|
||||
zh-tw/searchhttp://npmjs.com/robots.txt
|
||||
zh-tw/searchhttp://makeuseof.com/robots.txt
|
||||
zh-tw/searchresults
|
||||
zh/
|
||||
zh/api.php?
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue