[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2024-04-20 00:19:06 +00:00
parent 4c4eb6d3a2
commit a257fde303
23 changed files with 2910 additions and 838 deletions

View file

@ -18,6 +18,9 @@ fields.test.ts
sdk/tests/schema.ts
tests/schema.ts
schema.ts
sdk/tests/no-schema.test.ts
tests/no-schema.test.ts
no-schema.test.ts
sdk/license
license
sdk/src/utils/extract-data.ts
@ -8302,6 +8305,16 @@ directus/cli.js
cli.js
ecosystem.config.cjs
cla.md
.changeset/soft-pigs-applaud.md
soft-pigs-applaud.md
.changeset/smooth-ears-buy.md
smooth-ears-buy.md
.changeset/selfish-sloths-double.md
selfish-sloths-double.md
.changeset/long-toes-pull.md
long-toes-pull.md
.changeset/six-bags-play.md
six-bags-play.md
.changeset/swift-dryers-shake.md
swift-dryers-shake.md
.changeset/config.json

View file

@ -10,6 +10,7 @@ sdk/vitest.config.ts
sdk/tsconfig.json
sdk/tests/fields.test.ts
sdk/tests/schema.ts
sdk/tests/no-schema.test.ts
sdk/license
sdk/src/utils/extract-data.ts
sdk/src/utils/is-response.ts
@ -1722,6 +1723,11 @@ directus/license
directus/cli.js
ecosystem.config.cjs
cla.md
.changeset/soft-pigs-applaud.md
.changeset/smooth-ears-buy.md
.changeset/selfish-sloths-double.md
.changeset/long-toes-pull.md
.changeset/six-bags-play.md
.changeset/swift-dryers-shake.md
.changeset/config.json
.eslintrc.js

View file

@ -25108,6 +25108,14 @@ src/Functional/Form/ConfirmFormTest.php
Functional/Form/ConfirmFormTest.php
Form/ConfirmFormTest.php
ConfirmFormTest.php
core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php
modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php
system/tests/src/Functional/Form/RegionalSettingsFormTest.php
tests/src/Functional/Form/RegionalSettingsFormTest.php
src/Functional/Form/RegionalSettingsFormTest.php
Functional/Form/RegionalSettingsFormTest.php
Form/RegionalSettingsFormTest.php
RegionalSettingsFormTest.php
core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php
modules/system/tests/src/Functional/Form/ElementsAccessTest.php
system/tests/src/Functional/Form/ElementsAccessTest.php
@ -25372,6 +25380,14 @@ src/Functional/Update/SimpleConfigLangcodeTest.php
Functional/Update/SimpleConfigLangcodeTest.php
Update/SimpleConfigLangcodeTest.php
SimpleConfigLangcodeTest.php
core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
src/Functional/Update/SystemDateSettingsUpdateTest.php
Functional/Update/SystemDateSettingsUpdateTest.php
Update/SystemDateSettingsUpdateTest.php
SystemDateSettingsUpdateTest.php
core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
@ -90693,6 +90709,16 @@ Tests/Core/Database/DriverModuleMissingDependenciesTest.php
Core/Database/DriverModuleMissingDependenciesTest.php
Database/DriverModuleMissingDependenciesTest.php
DriverModuleMissingDependenciesTest.php
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Validation/Constraint/CountryCodeConstraintTest.php
Constraint/CountryCodeConstraintTest.php
CountryCodeConstraintTest.php
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
@ -109256,6 +109282,15 @@ Plugin/Validation/Constraint/EntityBundleExistsConstraintValidator.php
Validation/Constraint/EntityBundleExistsConstraintValidator.php
Constraint/EntityBundleExistsConstraintValidator.php
EntityBundleExistsConstraintValidator.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
Drupal/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
Plugin/Validation/Constraint/CountryCodeConstraint.php
Validation/Constraint/CountryCodeConstraint.php
Constraint/CountryCodeConstraint.php
CountryCodeConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php
lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php
Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php

View file

@ -3590,6 +3590,7 @@ core/modules/system/tests/src/Functional/Form/FormTest.php
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php
core/modules/system/tests/src/Functional/Form/StubForm.php
core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php
core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php
core/modules/system/tests/src/Functional/Form/ResponseTest.php
core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
@ -3623,6 +3624,7 @@ core/modules/system/tests/src/Functional/Update/MenuLinksetSettingsUpdateTest.ph
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php
core/modules/system/tests/src/Functional/Update/README.txt
core/modules/system/tests/src/Functional/Update/SimpleConfigLangcodeTest.php
core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php
core/modules/system/tests/src/Functional/Session/SessionTest.php
@ -13055,6 +13057,7 @@ core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php
core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php
core/tests/Drupal/Tests/Core/Database/ConditionTest.php
core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
core/tests/Drupal/Tests/Core/File/FileSystemTest.php
core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php
@ -15814,6 +15817,7 @@ core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityBundleExistsC
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityBundleExistsConstraintValidator.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RegexConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php

View file

@ -4772,6 +4772,12 @@ views/user/fields/name.js
user/fields/name.js
fields/name.js
name.js
client/src/views/user/fields/default-team.js
src/views/user/fields/default-team.js
views/user/fields/default-team.js
user/fields/default-team.js
fields/default-team.js
default-team.js
client/src/views/user/fields/user-name.js
src/views/user/fields/user-name.js
views/user/fields/user-name.js
@ -11859,6 +11865,11 @@ integration/Espo/Record/UpdateTest.php
Espo/Record/UpdateTest.php
Record/UpdateTest.php
UpdateTest.php
tests/integration/Espo/Record/AssignmentTest.php
integration/Espo/Record/AssignmentTest.php
Espo/Record/AssignmentTest.php
Record/AssignmentTest.php
AssignmentTest.php
tests/integration/Espo/Record/DuplicateFindTest.php
integration/Espo/Record/DuplicateFindTest.php
Espo/Record/DuplicateFindTest.php
@ -33461,6 +33472,11 @@ Core/Acl/Exceptions/NotImplemented.php
Acl/Exceptions/NotImplemented.php
Exceptions/NotImplemented.php
NotImplemented.php
application/Espo/Core/Acl/Permission.php
Espo/Core/Acl/Permission.php
Core/Acl/Permission.php
Acl/Permission.php
Permission.php
application/Espo/Core/Acl/DefaultAccessChecker.php
Espo/Core/Acl/DefaultAccessChecker.php
Core/Acl/DefaultAccessChecker.php
@ -34524,6 +34540,13 @@ FieldValidators/User/UserName/Valid.php
User/UserName/Valid.php
UserName/Valid.php
Valid.php
application/Espo/Classes/FieldValidators/User/DefaultTeam/IsUserTeam.php
Espo/Classes/FieldValidators/User/DefaultTeam/IsUserTeam.php
Classes/FieldValidators/User/DefaultTeam/IsUserTeam.php
FieldValidators/User/DefaultTeam/IsUserTeam.php
User/DefaultTeam/IsUserTeam.php
DefaultTeam/IsUserTeam.php
IsUserTeam.php
application/Espo/Classes/FieldValidators/TextType.php
Espo/Classes/FieldValidators/TextType.php
Classes/FieldValidators/TextType.php

View file

@ -778,6 +778,7 @@ client/src/views/user/fields/contact.js
client/src/views/user/fields/teams.js
client/src/views/user/fields/password.js
client/src/views/user/fields/name.js
client/src/views/user/fields/default-team.js
client/src/views/user/fields/user-name.js
client/src/views/user/fields/generate-password.js
client/src/views/user/detail.js
@ -2021,6 +2022,7 @@ tests/integration/Espo/Record/RestoreDeletedTest.php
tests/integration/Espo/Record/ReadOnlyTest.php
tests/integration/Espo/Record/SanitizeTest.php
tests/integration/Espo/Record/UpdateTest.php
tests/integration/Espo/Record/AssignmentTest.php
tests/integration/Espo/Record/DuplicateFindTest.php
tests/integration/Espo/Extension/GeneralTest.php
tests/integration/Espo/Role/ServiceTest.php
@ -5189,6 +5191,7 @@ application/Espo/Core/Acl/AccessEntityDeleteChecker.php
application/Espo/Core/Acl/AccessEntityStreamChecker.php
application/Espo/Core/Acl/Exceptions/NotAvailable.php
application/Espo/Core/Acl/Exceptions/NotImplemented.php
application/Espo/Core/Acl/Permission.php
application/Espo/Core/Acl/DefaultAccessChecker.php
application/Espo/Core/Acl/AccessChecker/ScopeChecker.php
application/Espo/Core/Acl/AccessChecker/ScopeCheckerDataBuilder.php
@ -5407,6 +5410,7 @@ application/Espo/Classes/FieldValidators/Email/Addresses/Valid.php
application/Espo/Classes/FieldValidators/IntType.php
application/Espo/Classes/FieldValidators/FloatType.php
application/Espo/Classes/FieldValidators/User/UserName/Valid.php
application/Espo/Classes/FieldValidators/User/DefaultTeam/IsUserTeam.php
application/Espo/Classes/FieldValidators/TextType.php
application/Espo/Classes/FieldValidators/LinkType.php
application/Espo/Classes/FieldValidators/PersonNameType.php

View file

@ -809,6 +809,11 @@ core/src/scripts/build.ts
src/scripts/build.ts
scripts/build.ts
build.ts
packages/core/src/scripts/migrate.ts
core/src/scripts/migrate.ts
src/scripts/migrate.ts
scripts/migrate.ts
migrate.ts
packages/core/src/scripts/dev.ts
core/src/scripts/dev.ts
src/scripts/dev.ts
@ -4570,6 +4575,8 @@ fix-usage-text.md
contributors.json
.changeset/fix-prisma-logging.md
fix-prisma-logging.md
.changeset/add-keystone-migrate.md
add-keystone-migrate.md
.changeset/README.md
README.md
.changeset/config.json

View file

@ -159,6 +159,7 @@ packages/core/src/scripts/utils.ts
packages/core/src/scripts/prisma.ts
packages/core/src/scripts/telemetry.ts
packages/core/src/scripts/build.ts
packages/core/src/scripts/migrate.ts
packages/core/src/scripts/dev.ts
packages/core/src/scripts/start.ts
packages/core/src/testing.ts
@ -1028,6 +1029,7 @@ LICENSE
.changeset/fix-usage-text.md
.changeset/contributors.json
.changeset/fix-prisma-logging.md
.changeset/add-keystone-migrate.md
.changeset/README.md
.changeset/config.json
docs/scripts/replace-show-next-release/index.ts

View file

@ -2018,6 +2018,12 @@ Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Domain/TaxRate.cs
Nop.Plugin.Tax.FixedOrByCountryStateZip/Domain/TaxRate.cs
Domain/TaxRate.cs
TaxRate.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Migrations/UpgradeTo470/LocalizationMigration.cs
Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Migrations/UpgradeTo470/LocalizationMigration.cs
Nop.Plugin.Tax.FixedOrByCountryStateZip/Migrations/UpgradeTo470/LocalizationMigration.cs
Migrations/UpgradeTo470/LocalizationMigration.cs
UpgradeTo470/LocalizationMigration.cs
LocalizationMigration.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Nop.Plugin.Tax.FixedOrByCountryStateZip.csproj
Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Nop.Plugin.Tax.FixedOrByCountryStateZip.csproj
Nop.Plugin.Tax.FixedOrByCountryStateZip/Nop.Plugin.Tax.FixedOrByCountryStateZip.csproj
@ -25356,20 +25362,20 @@ lib_npm/cldrjs/cldr/event.js
cldrjs/cldr/event.js
cldr/event.js
event.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.bundle.min.js
Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.bundle.min.js
Nop.Web/wwwroot/lib_npm/chart.js/Chart.bundle.min.js
wwwroot/lib_npm/chart.js/Chart.bundle.min.js
lib_npm/chart.js/Chart.bundle.min.js
chart.js/Chart.bundle.min.js
Chart.bundle.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.min.js
Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.min.js
Nop.Web/wwwroot/lib_npm/chart.js/Chart.min.js
wwwroot/lib_npm/chart.js/Chart.min.js
lib_npm/chart.js/Chart.min.js
chart.js/Chart.min.js
Chart.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js
Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js
Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js
wwwroot/lib_npm/chart.js/chart.umd.min.js
lib_npm/chart.js/chart.umd.min.js
chart.js/chart.umd.min.js
chart.umd.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
wwwroot/lib_npm/chart.js/chart.umd.js.min.map
lib_npm/chart.js/chart.umd.js.min.map
chart.js/chart.umd.js.min.map
chart.umd.js.min.map
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons/swf/flashExport.swf
Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons/swf/flashExport.swf
Nop.Web/wwwroot/lib_npm/datatables.net-buttons/swf/flashExport.swf

View file

@ -399,6 +399,7 @@ src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Models/ConfigurationModel.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Models/CountryStateZipListModel.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Models/CountryStateZipModel.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Domain/TaxRate.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Migrations/UpgradeTo470/LocalizationMigration.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Nop.Plugin.Tax.FixedOrByCountryStateZip.csproj
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Services/CountryStateZipService.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Services/ICountryStateZipService.cs
@ -3868,8 +3869,8 @@ src/Presentation/Nop.Web/wwwroot/lib_npm/cldrjs/node_main.js
src/Presentation/Nop.Web/wwwroot/lib_npm/cldrjs/cldr/supplemental.js
src/Presentation/Nop.Web/wwwroot/lib_npm/cldrjs/cldr/unresolved.js
src/Presentation/Nop.Web/wwwroot/lib_npm/cldrjs/cldr/event.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.bundle.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons/swf/flashExport.swf
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons/js/buttons.flash.min.js

View file

@ -5214,6 +5214,20 @@ BO/modules/moduleConfiguration/index.ts
modules/moduleConfiguration/index.ts
moduleConfiguration/index.ts
index.ts
tests/UI/pages/BO/modules/psGdpr/index.ts
UI/pages/BO/modules/psGdpr/index.ts
pages/BO/modules/psGdpr/index.ts
BO/modules/psGdpr/index.ts
modules/psGdpr/index.ts
psGdpr/index.ts
index.ts
tests/UI/pages/BO/modules/psGdpr/tabDataConsent.ts
UI/pages/BO/modules/psGdpr/tabDataConsent.ts
pages/BO/modules/psGdpr/tabDataConsent.ts
BO/modules/psGdpr/tabDataConsent.ts
modules/psGdpr/tabDataConsent.ts
psGdpr/tabDataConsent.ts
tabDataConsent.ts
tests/UI/pages/BO/modules/moduleCatalog/index.ts
UI/pages/BO/modules/moduleCatalog/index.ts
pages/BO/modules/moduleCatalog/index.ts
@ -5770,6 +5784,13 @@ BO/design/positions/index.ts
design/positions/index.ts
positions/index.ts
index.ts
tests/UI/pages/BO/design/positions/hookModule.ts
UI/pages/BO/design/positions/hookModule.ts
pages/BO/design/positions/hookModule.ts
BO/design/positions/hookModule.ts
design/positions/hookModule.ts
positions/hookModule.ts
hookModule.ts
tests/UI/pages/BO/design/emailThemes/preview.ts
UI/pages/BO/design/emailThemes/preview.ts
pages/BO/design/emailThemes/preview.ts
@ -6766,6 +6787,13 @@ modules/ps_facetedsearch/01_installation/03_disableEnableModule.ts
ps_facetedsearch/01_installation/03_disableEnableModule.ts
01_installation/03_disableEnableModule.ts
03_disableEnableModule.ts
tests/UI/campaigns/modules/psgdpr/02_configuration/03_consentCheckboxCustomization.ts
UI/campaigns/modules/psgdpr/02_configuration/03_consentCheckboxCustomization.ts
campaigns/modules/psgdpr/02_configuration/03_consentCheckboxCustomization.ts
modules/psgdpr/02_configuration/03_consentCheckboxCustomization.ts
psgdpr/02_configuration/03_consentCheckboxCustomization.ts
02_configuration/03_consentCheckboxCustomization.ts
03_consentCheckboxCustomization.ts
tests/UI/campaigns/modules/blockwishlist/02_configuration/02_statisticsTabSettings.ts
UI/campaigns/modules/blockwishlist/02_configuration/02_statisticsTabSettings.ts
campaigns/modules/blockwishlist/02_configuration/02_statisticsTabSettings.ts
@ -6846,150 +6874,198 @@ API/01_clientCredentialGrantFlow/02_externalAuthServer/02_resourceEndpoint.ts
01_clientCredentialGrantFlow/02_externalAuthServer/02_resourceEndpoint.ts
02_externalAuthServer/02_resourceEndpoint.ts
02_resourceEndpoint.ts
tests/UI/campaigns/functional/API/02_endpoints/06_module/02_getAPIModules.ts
UI/campaigns/functional/API/02_endpoints/06_module/02_getAPIModules.ts
campaigns/functional/API/02_endpoints/06_module/02_getAPIModules.ts
functional/API/02_endpoints/06_module/02_getAPIModules.ts
API/02_endpoints/06_module/02_getAPIModules.ts
02_endpoints/06_module/02_getAPIModules.ts
06_module/02_getAPIModules.ts
02_getAPIModules.ts
tests/UI/campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
UI/campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
02_endpoints/04_hook/01_getAPIHookStatusId.ts
04_hook/01_getAPIHookStatusId.ts
01_getAPIHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
UI/campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
API/02_endpoints/04_hook/02_getAPIHooksId.ts
02_endpoints/04_hook/02_getAPIHooksId.ts
04_hook/02_getAPIHooksId.ts
02_getAPIHooksId.ts
tests/UI/campaigns/functional/API/02_endpoints/05_language/01_getAPILanguages.ts
UI/campaigns/functional/API/02_endpoints/05_language/01_getAPILanguages.ts
campaigns/functional/API/02_endpoints/05_language/01_getAPILanguages.ts
functional/API/02_endpoints/05_language/01_getAPILanguages.ts
API/02_endpoints/05_language/01_getAPILanguages.ts
02_endpoints/05_language/01_getAPILanguages.ts
05_language/01_getAPILanguages.ts
01_getAPILanguages.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
campaigns/functional/API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
functional/API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
02_endpoints/01_apiClient/01_postAPIApiClient.ts
01_apiClient/01_postAPIApiClient.ts
01_postAPIApiClient.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
functional/API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
02_endpoints/01_apiClient/03_getAPIApiClientId.ts
01_apiClient/03_getAPIApiClientId.ts
03_getAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
campaigns/functional/API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
functional/API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
01_apiClient/05_getAPIApiClientInfos.ts
05_getAPIApiClientInfos.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
functional/API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
01_apiClient/04_patchAPIApiClientId.ts
04_patchAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
functional/API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
01_apiClient/02_deleteAPIApiClientId.ts
02_deleteAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
campaigns/functional/API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
functional/API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
03_customerGroup/03_getAPICustomerGroupsId.ts
03_getAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
campaigns/functional/API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
functional/API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
03_customerGroup/02_deleteAPICustomerGroupsId.ts
02_deleteAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
campaigns/functional/API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
functional/API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
03_customerGroup/04_putAPICustomerGroupsId.ts
04_putAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
campaigns/functional/API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
functional/API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
02_endpoints/02_apiClients/01_getAPIApiClients.ts
02_apiClients/01_getAPIApiClients.ts
01_getAPIApiClients.ts
tests/UI/campaigns/functional/API/02_endpoints/09_productList/01_getAPIProducts.ts
UI/campaigns/functional/API/02_endpoints/09_productList/01_getAPIProducts.ts
campaigns/functional/API/02_endpoints/09_productList/01_getAPIProducts.ts
functional/API/02_endpoints/09_productList/01_getAPIProducts.ts
API/02_endpoints/09_productList/01_getAPIProducts.ts
02_endpoints/09_productList/01_getAPIProducts.ts
09_productList/01_getAPIProducts.ts
01_getAPIProducts.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/02_deleteAPIProductId.ts
UI/campaigns/functional/API/02_endpoints/08_product/02_deleteAPIProductId.ts
campaigns/functional/API/02_endpoints/08_product/02_deleteAPIProductId.ts
functional/API/02_endpoints/08_product/02_deleteAPIProductId.ts
API/02_endpoints/08_product/02_deleteAPIProductId.ts
02_endpoints/08_product/02_deleteAPIProductId.ts
08_product/02_deleteAPIProductId.ts
02_deleteAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/03_getAPIProductId.ts
UI/campaigns/functional/API/02_endpoints/08_product/03_getAPIProductId.ts
campaigns/functional/API/02_endpoints/08_product/03_getAPIProductId.ts
functional/API/02_endpoints/08_product/03_getAPIProductId.ts
API/02_endpoints/08_product/03_getAPIProductId.ts
02_endpoints/08_product/03_getAPIProductId.ts
08_product/03_getAPIProductId.ts
03_getAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/04_patchAPIProductId.ts
UI/campaigns/functional/API/02_endpoints/08_product/04_patchAPIProductId.ts
campaigns/functional/API/02_endpoints/08_product/04_patchAPIProductId.ts
functional/API/02_endpoints/08_product/04_patchAPIProductId.ts
API/02_endpoints/08_product/04_patchAPIProductId.ts
02_endpoints/08_product/04_patchAPIProductId.ts
08_product/04_patchAPIProductId.ts
04_patchAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/01_postAPIProduct.ts
UI/campaigns/functional/API/02_endpoints/08_product/01_postAPIProduct.ts
campaigns/functional/API/02_endpoints/08_product/01_postAPIProduct.ts
functional/API/02_endpoints/08_product/01_postAPIProduct.ts
API/02_endpoints/08_product/01_postAPIProduct.ts
02_endpoints/08_product/01_postAPIProduct.ts
08_product/01_postAPIProduct.ts
01_postAPIProduct.ts
tests/UI/campaigns/functional/API/02_endpoints/09_modules/02_getModules.ts
UI/campaigns/functional/API/02_endpoints/09_modules/02_getModules.ts
campaigns/functional/API/02_endpoints/09_modules/02_getModules.ts
functional/API/02_endpoints/09_modules/02_getModules.ts
API/02_endpoints/09_modules/02_getModules.ts
02_endpoints/09_modules/02_getModules.ts
09_modules/02_getModules.ts
02_getModules.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
campaigns/functional/API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
functional/API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
04_customerGroup/03_getCustomerGroupsId.ts
03_getCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
campaigns/functional/API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
functional/API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
04_customerGroup/04_putCustomerGroupsId.ts
04_putCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
campaigns/functional/API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
functional/API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
04_customerGroup/02_deleteCustomerGroupsId.ts
02_deleteCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
campaigns/functional/API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
functional/API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
02_endpoints/04_customerGroup/01_postCustomersGroup.ts
04_customerGroup/01_postCustomersGroup.ts
01_postCustomersGroup.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/02_deleteProductId.ts
UI/campaigns/functional/API/02_endpoints/10_product/02_deleteProductId.ts
campaigns/functional/API/02_endpoints/10_product/02_deleteProductId.ts
functional/API/02_endpoints/10_product/02_deleteProductId.ts
API/02_endpoints/10_product/02_deleteProductId.ts
02_endpoints/10_product/02_deleteProductId.ts
10_product/02_deleteProductId.ts
02_deleteProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/03_getProductId.ts
UI/campaigns/functional/API/02_endpoints/10_product/03_getProductId.ts
campaigns/functional/API/02_endpoints/10_product/03_getProductId.ts
functional/API/02_endpoints/10_product/03_getProductId.ts
API/02_endpoints/10_product/03_getProductId.ts
02_endpoints/10_product/03_getProductId.ts
10_product/03_getProductId.ts
03_getProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/01_postProduct.ts
UI/campaigns/functional/API/02_endpoints/10_product/01_postProduct.ts
campaigns/functional/API/02_endpoints/10_product/01_postProduct.ts
functional/API/02_endpoints/10_product/01_postProduct.ts
API/02_endpoints/10_product/01_postProduct.ts
02_endpoints/10_product/01_postProduct.ts
10_product/01_postProduct.ts
01_postProduct.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/04_patchProductId.ts
UI/campaigns/functional/API/02_endpoints/10_product/04_patchProductId.ts
campaigns/functional/API/02_endpoints/10_product/04_patchProductId.ts
functional/API/02_endpoints/10_product/04_patchProductId.ts
API/02_endpoints/10_product/04_patchProductId.ts
02_endpoints/10_product/04_patchProductId.ts
10_product/04_patchProductId.ts
04_patchProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/11_products/01_getProducts.ts
UI/campaigns/functional/API/02_endpoints/11_products/01_getProducts.ts
campaigns/functional/API/02_endpoints/11_products/01_getProducts.ts
functional/API/02_endpoints/11_products/01_getProducts.ts
API/02_endpoints/11_products/01_getProducts.ts
02_endpoints/11_products/01_getProducts.ts
11_products/01_getProducts.ts
01_getProducts.ts
tests/UI/campaigns/functional/API/02_endpoints/11_products/02_getProductsSearch.ts
UI/campaigns/functional/API/02_endpoints/11_products/02_getProductsSearch.ts
campaigns/functional/API/02_endpoints/11_products/02_getProductsSearch.ts
functional/API/02_endpoints/11_products/02_getProductsSearch.ts
API/02_endpoints/11_products/02_getProductsSearch.ts
02_endpoints/11_products/02_getProductsSearch.ts
11_products/02_getProductsSearch.ts
02_getProductsSearch.ts
tests/UI/campaigns/functional/API/02_endpoints/06_hooks/02_getHooksId.ts
UI/campaigns/functional/API/02_endpoints/06_hooks/02_getHooksId.ts
campaigns/functional/API/02_endpoints/06_hooks/02_getHooksId.ts
functional/API/02_endpoints/06_hooks/02_getHooksId.ts
API/02_endpoints/06_hooks/02_getHooksId.ts
02_endpoints/06_hooks/02_getHooksId.ts
06_hooks/02_getHooksId.ts
02_getHooksId.ts
tests/UI/campaigns/functional/API/02_endpoints/06_hooks/01_getHooks.ts
UI/campaigns/functional/API/02_endpoints/06_hooks/01_getHooks.ts
campaigns/functional/API/02_endpoints/06_hooks/01_getHooks.ts
functional/API/02_endpoints/06_hooks/01_getHooks.ts
API/02_endpoints/06_hooks/01_getHooks.ts
02_endpoints/06_hooks/01_getHooks.ts
06_hooks/01_getHooks.ts
01_getHooks.ts
tests/UI/campaigns/functional/API/02_endpoints/08_module/01_getModuleId.ts
UI/campaigns/functional/API/02_endpoints/08_module/01_getModuleId.ts
campaigns/functional/API/02_endpoints/08_module/01_getModuleId.ts
functional/API/02_endpoints/08_module/01_getModuleId.ts
API/02_endpoints/08_module/01_getModuleId.ts
02_endpoints/08_module/01_getModuleId.ts
08_module/01_getModuleId.ts
01_getModuleId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
02_endpoints/01_apiClient/02_deleteApiClientId.ts
01_apiClient/02_deleteApiClientId.ts
02_deleteApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
API/02_endpoints/01_apiClient/03_getApiClientId.ts
02_endpoints/01_apiClient/03_getApiClientId.ts
01_apiClient/03_getApiClientId.ts
03_getApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
campaigns/functional/API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
functional/API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
02_endpoints/01_apiClient/05_getApiClientInfos.ts
01_apiClient/05_getApiClientInfos.ts
05_getApiClientInfos.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postApiClient.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postApiClient.ts
campaigns/functional/API/02_endpoints/01_apiClient/01_postApiClient.ts
functional/API/02_endpoints/01_apiClient/01_postApiClient.ts
API/02_endpoints/01_apiClient/01_postApiClient.ts
02_endpoints/01_apiClient/01_postApiClient.ts
01_apiClient/01_postApiClient.ts
01_postApiClient.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
API/02_endpoints/01_apiClient/04_patchApiClientId.ts
02_endpoints/01_apiClient/04_patchApiClientId.ts
01_apiClient/04_patchApiClientId.ts
04_patchApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_cartRule/01_putCartRuleId.ts
UI/campaigns/functional/API/02_endpoints/03_cartRule/01_putCartRuleId.ts
campaigns/functional/API/02_endpoints/03_cartRule/01_putCartRuleId.ts
functional/API/02_endpoints/03_cartRule/01_putCartRuleId.ts
API/02_endpoints/03_cartRule/01_putCartRuleId.ts
02_endpoints/03_cartRule/01_putCartRuleId.ts
03_cartRule/01_putCartRuleId.ts
01_putCartRuleId.ts
tests/UI/campaigns/functional/API/02_endpoints/07_language/01_getLanguages.ts
UI/campaigns/functional/API/02_endpoints/07_language/01_getLanguages.ts
campaigns/functional/API/02_endpoints/07_language/01_getLanguages.ts
functional/API/02_endpoints/07_language/01_getLanguages.ts
API/02_endpoints/07_language/01_getLanguages.ts
02_endpoints/07_language/01_getLanguages.ts
07_language/01_getLanguages.ts
01_getLanguages.ts
tests/UI/campaigns/functional/API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
UI/campaigns/functional/API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
campaigns/functional/API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
functional/API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
02_endpoints/05_hookStatus/01_getHookStatusId.ts
05_hookStatus/01_getHookStatusId.ts
01_getHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
UI/campaigns/functional/API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
campaigns/functional/API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
functional/API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
02_endpoints/05_hookStatus/02_putHookStatusId.ts
05_hookStatus/02_putHookStatusId.ts
02_putHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getApiClients.ts
UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getApiClients.ts
campaigns/functional/API/02_endpoints/02_apiClients/01_getApiClients.ts
functional/API/02_endpoints/02_apiClients/01_getApiClients.ts
API/02_endpoints/02_apiClients/01_getApiClients.ts
02_endpoints/02_apiClients/01_getApiClients.ts
02_apiClients/01_getApiClients.ts
01_getApiClients.ts
tests/UI/campaigns/functional/BO/08_design/05_positions/03_searchHook.ts
UI/campaigns/functional/BO/08_design/05_positions/03_searchHook.ts
campaigns/functional/BO/08_design/05_positions/03_searchHook.ts
@ -11532,6 +11608,14 @@ FO/classic/06_homePage/01_checkSlider.ts
classic/06_homePage/01_checkSlider.ts
06_homePage/01_checkSlider.ts
01_checkSlider.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/05_selectColor.ts
UI/campaigns/functional/FO/classic/06_homePage/05_selectColor.ts
campaigns/functional/FO/classic/06_homePage/05_selectColor.ts
functional/FO/classic/06_homePage/05_selectColor.ts
FO/classic/06_homePage/05_selectColor.ts
classic/06_homePage/05_selectColor.ts
06_homePage/05_selectColor.ts
05_selectColor.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/03_allProducts.ts
UI/campaigns/functional/FO/classic/06_homePage/03_allProducts.ts
campaigns/functional/FO/classic/06_homePage/03_allProducts.ts
@ -11867,6 +11951,22 @@ FO/classic/02_headerAndFooter/02_checkLinksInFooter.ts
classic/02_headerAndFooter/02_checkLinksInFooter.ts
02_headerAndFooter/02_checkLinksInFooter.ts
02_checkLinksInFooter.ts
tests/UI/campaigns/functional/FO/classic/07_search/05_sortResultsList.ts
UI/campaigns/functional/FO/classic/07_search/05_sortResultsList.ts
campaigns/functional/FO/classic/07_search/05_sortResultsList.ts
functional/FO/classic/07_search/05_sortResultsList.ts
FO/classic/07_search/05_sortResultsList.ts
classic/07_search/05_sortResultsList.ts
07_search/05_sortResultsList.ts
05_sortResultsList.ts
tests/UI/campaigns/functional/FO/classic/07_search/04_consultResultsList.ts
UI/campaigns/functional/FO/classic/07_search/04_consultResultsList.ts
campaigns/functional/FO/classic/07_search/04_consultResultsList.ts
functional/FO/classic/07_search/04_consultResultsList.ts
FO/classic/07_search/04_consultResultsList.ts
classic/07_search/04_consultResultsList.ts
07_search/04_consultResultsList.ts
04_consultResultsList.ts
tests/UI/campaigns/functional/FO/classic/07_search/01_consultAutocompleteList.ts
UI/campaigns/functional/FO/classic/07_search/01_consultAutocompleteList.ts
campaigns/functional/FO/classic/07_search/01_consultAutocompleteList.ts
@ -11891,6 +11991,14 @@ FO/classic/07_search/03_searchNoResult.ts
classic/07_search/03_searchNoResult.ts
07_search/03_searchNoResult.ts
03_searchNoResult.ts
tests/UI/campaigns/functional/FO/classic/07_search/06_consultProductQuickView.ts
UI/campaigns/functional/FO/classic/07_search/06_consultProductQuickView.ts
campaigns/functional/FO/classic/07_search/06_consultProductQuickView.ts
functional/FO/classic/07_search/06_consultProductQuickView.ts
FO/classic/07_search/06_consultProductQuickView.ts
classic/07_search/06_consultProductQuickView.ts
07_search/06_consultProductQuickView.ts
06_consultProductQuickView.ts
tests/UI/campaigns/functional/FO/classic/04_newsletter/01_subscribeNewsletter.ts
UI/campaigns/functional/FO/classic/04_newsletter/01_subscribeNewsletter.ts
campaigns/functional/FO/classic/04_newsletter/01_subscribeNewsletter.ts
@ -56231,15 +56339,6 @@ admin/sell/catalog/categories.yml
sell/catalog/categories.yml
catalog/categories.yml
categories.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute.yml
Resources/config/routing/admin/sell/catalog/attribute.yml
config/routing/admin/sell/catalog/attribute.yml
routing/admin/sell/catalog/attribute.yml
admin/sell/catalog/attribute.yml
sell/catalog/attribute.yml
catalog/attribute.yml
attribute.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attachment.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attachment.yml
Resources/config/routing/admin/sell/catalog/attachment.yml
@ -56276,15 +56375,6 @@ admin/sell/catalog/manufacturer.yml
sell/catalog/manufacturer.yml
catalog/manufacturer.yml
manufacturer.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute_group.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute_group.yml
Resources/config/routing/admin/sell/catalog/attribute_group.yml
config/routing/admin/sell/catalog/attribute_group.yml
routing/admin/sell/catalog/attribute_group.yml
admin/sell/catalog/attribute_group.yml
sell/catalog/attribute_group.yml
catalog/attribute_group.yml
attribute_group.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/combination.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/combination.yml
Resources/config/routing/admin/sell/catalog/products/combination.yml
@ -56343,6 +56433,15 @@ admin/sell/catalog/_catalog.yml
sell/catalog/_catalog.yml
catalog/_catalog.yml
_catalog.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attributes.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attributes.yml
Resources/config/routing/admin/sell/catalog/attributes.yml
config/routing/admin/sell/catalog/attributes.yml
routing/admin/sell/catalog/attributes.yml
admin/sell/catalog/attributes.yml
sell/catalog/attributes.yml
catalog/attributes.yml
attributes.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/catalog_price_rule.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/catalog_price_rule.yml
Resources/config/routing/admin/sell/catalog/catalog_price_rule.yml

View file

@ -1250,6 +1250,8 @@ tests/UI/pages/BO/modules/contactForm/index.ts
tests/UI/pages/BO/modules/moduleManager/index.ts
tests/UI/pages/BO/modules/keycloakConnectorDemo/index.ts
tests/UI/pages/BO/modules/moduleConfiguration/index.ts
tests/UI/pages/BO/modules/psGdpr/index.ts
tests/UI/pages/BO/modules/psGdpr/tabDataConsent.ts
tests/UI/pages/BO/modules/moduleCatalog/index.ts
tests/UI/pages/BO/customerService/merchandiseReturns/index.ts
tests/UI/pages/BO/customerService/merchandiseReturns/edit.ts
@ -1326,6 +1328,7 @@ tests/UI/pages/BO/advancedParameters/multistore/url/addURL.ts
tests/UI/pages/BO/advancedParameters/multistore/shop/index.ts
tests/UI/pages/BO/advancedParameters/multistore/shop/add.ts
tests/UI/pages/BO/design/positions/index.ts
tests/UI/pages/BO/design/positions/hookModule.ts
tests/UI/pages/BO/design/emailThemes/preview.ts
tests/UI/pages/BO/design/emailThemes/index.ts
tests/UI/pages/BO/design/pages/index.ts
@ -1471,6 +1474,7 @@ tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/14_editTemplateProd
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/15_editTemplateProductBrandFilter.ts
tests/UI/campaigns/modules/ps_facetedsearch/01_installation/04_uninstallAndDeleteModule.ts
tests/UI/campaigns/modules/ps_facetedsearch/01_installation/03_disableEnableModule.ts
tests/UI/campaigns/modules/psgdpr/02_configuration/03_consentCheckboxCustomization.ts
tests/UI/campaigns/modules/blockwishlist/02_configuration/02_statisticsTabSettings.ts
tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/02_checkConfirmationEmail.ts
tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/01_checkVerificationEmail.ts
@ -1482,24 +1486,30 @@ tests/UI/campaigns/functional/API/01_clientCredentialGrantFlow/01_internalAuthSe
tests/UI/campaigns/functional/API/01_clientCredentialGrantFlow/01_internalAuthServer/02_resourceEndpoint.ts
tests/UI/campaigns/functional/API/01_clientCredentialGrantFlow/02_externalAuthServer/01_authorizationEndpoint.ts
tests/UI/campaigns/functional/API/01_clientCredentialGrantFlow/02_externalAuthServer/02_resourceEndpoint.ts
tests/UI/campaigns/functional/API/02_endpoints/06_module/02_getAPIModules.ts
tests/UI/campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
tests/UI/campaigns/functional/API/02_endpoints/05_language/01_getAPILanguages.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
tests/UI/campaigns/functional/API/02_endpoints/09_productList/01_getAPIProducts.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/02_deleteAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/03_getAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/04_patchAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/01_postAPIProduct.ts
tests/UI/campaigns/functional/API/02_endpoints/09_modules/02_getModules.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/02_deleteProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/03_getProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/01_postProduct.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/04_patchProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/11_products/01_getProducts.ts
tests/UI/campaigns/functional/API/02_endpoints/11_products/02_getProductsSearch.ts
tests/UI/campaigns/functional/API/02_endpoints/06_hooks/02_getHooksId.ts
tests/UI/campaigns/functional/API/02_endpoints/06_hooks/01_getHooks.ts
tests/UI/campaigns/functional/API/02_endpoints/08_module/01_getModuleId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postApiClient.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_cartRule/01_putCartRuleId.ts
tests/UI/campaigns/functional/API/02_endpoints/07_language/01_getLanguages.ts
tests/UI/campaigns/functional/API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getApiClients.ts
tests/UI/campaigns/functional/BO/08_design/05_positions/03_searchHook.ts
tests/UI/campaigns/functional/BO/08_design/05_positions/05_unhookModuleInListByBulkActions.ts
tests/UI/campaigns/functional/BO/08_design/05_positions/02_filterModule.ts
@ -2023,6 +2033,7 @@ tests/UI/campaigns/functional/FO/classic/05_contactUs/01_checkMailtoLink.ts
tests/UI/campaigns/functional/FO/classic/05_contactUs/03_sendMessageAsAnonymous.ts
tests/UI/campaigns/functional/FO/classic/05_contactUs/02_sendMessageWithCustomer.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/01_checkSlider.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/05_selectColor.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/03_allProducts.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/02_displaySomeProducts.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/04_productQuickView.ts
@ -2062,9 +2073,12 @@ tests/UI/campaigns/functional/FO/classic/02_headerAndFooter/04_changeLanguage.ts
tests/UI/campaigns/functional/FO/classic/02_headerAndFooter/03_changeCurrency.ts
tests/UI/campaigns/functional/FO/classic/02_headerAndFooter/01_checkLinksInHeader.ts
tests/UI/campaigns/functional/FO/classic/02_headerAndFooter/02_checkLinksInFooter.ts
tests/UI/campaigns/functional/FO/classic/07_search/05_sortResultsList.ts
tests/UI/campaigns/functional/FO/classic/07_search/04_consultResultsList.ts
tests/UI/campaigns/functional/FO/classic/07_search/01_consultAutocompleteList.ts
tests/UI/campaigns/functional/FO/classic/07_search/02_searchProduct.ts
tests/UI/campaigns/functional/FO/classic/07_search/03_searchNoResult.ts
tests/UI/campaigns/functional/FO/classic/07_search/06_consultProductQuickView.ts
tests/UI/campaigns/functional/FO/classic/04_newsletter/01_subscribeNewsletter.ts
tests/UI/campaigns/functional/FO/classic/09_productPage/02_productPage/05_shareLinks.ts
tests/UI/campaigns/functional/FO/classic/09_productPage/02_productPage/01_addToCart.ts
@ -9206,18 +9220,17 @@ src/PrestaShopBundle/Resources/config/routing/admin/sell/customer_service/mercha
src/PrestaShopBundle/Resources/config/routing/admin/sell/customer_service/_customer_service.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/_sell.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/categories.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attachment.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/cart_rule.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/features.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/manufacturer.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute_group.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/combination.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/specific_price.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/image.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/product.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/suppliers.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/_catalog.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attributes.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/catalog_price_rule.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/monitoring.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/orders/_orders.yml

View file

@ -4761,6 +4761,9 @@ _unreleased/2024-01-30-fix-auto-logout-in-safari.md
changelog/_unreleased/2024-03-05-fix-partial-many-to-many-criteria.md
_unreleased/2024-03-05-fix-partial-many-to-many-criteria.md
2024-03-05-fix-partial-many-to-many-criteria.md
changelog/_unreleased/2024-04-16-update-product-detail-route.md
_unreleased/2024-04-16-update-product-detail-route.md
2024-04-16-update-product-detail-route.md
changelog/_unreleased/2024-02-01-fix-storefront-account-address-ui.md
_unreleased/2024-02-01-fix-storefront-account-address-ui.md
2024-02-01-fix-storefront-account-address-ui.md
@ -5022,6 +5025,9 @@ _unreleased/2024-02-26-fix-tax-modal.md
changelog/_unreleased/2024-01-25-openapi-media.md
_unreleased/2024-01-25-openapi-media.md
2024-01-25-openapi-media.md
changelog/_unreleased/2024-04-18-fix-update-pipelines.md
_unreleased/2024-04-18-fix-update-pipelines.md
2024-04-18-fix-update-pipelines.md
changelog/_unreleased/2024-02-09-improve-profiler-repository-tracer.md
_unreleased/2024-02-09-improve-profiler-repository-tracer.md
2024-02-09-improve-profiler-repository-tracer.md
@ -5106,6 +5112,9 @@ _unreleased/2024-01-23-promotion-individual-code-should-be-nullable.md
changelog/_unreleased/2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
_unreleased/2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
changelog/_unreleased/2024-04-18-add-wrapper-component-for-sw-number-field.md
_unreleased/2024-04-18-add-wrapper-component-for-sw-number-field.md
2024-04-18-add-wrapper-component-for-sw-number-field.md
changelog/_unreleased/2024-04-02-add-wrapper-component-for-sw-button.md
_unreleased/2024-04-02-add-wrapper-component-for-sw-button.md
2024-04-02-add-wrapper-component-for-sw-button.md
@ -76056,6 +76065,15 @@ eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-card.chec
deprecation-rules/no-deprecated-component-usage-checks/mt-card.check.js
no-deprecated-component-usage-checks/mt-card.check.js
mt-card.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
no-deprecated-component-usage-checks/mt-number-field.check.js
mt-number-field.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
@ -118500,6 +118518,50 @@ component/form/sw-price-field/sw-price-field.scss
form/sw-price-field/sw-price-field.scss
sw-price-field/sw-price-field.scss
sw-price-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
sw-number-field-deprecated/sw-number-field-deprecated.spec.js
sw-number-field-deprecated.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/index.js
Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/index.js
Resources/app/administration/src/app/component/form/sw-number-field-deprecated/index.js
app/administration/src/app/component/form/sw-number-field-deprecated/index.js
administration/src/app/component/form/sw-number-field-deprecated/index.js
src/app/component/form/sw-number-field-deprecated/index.js
app/component/form/sw-number-field-deprecated/index.js
component/form/sw-number-field-deprecated/index.js
form/sw-number-field-deprecated/index.js
sw-number-field-deprecated/index.js
index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
app/component/form/sw-number-field-deprecated/sw-number-field.scss
component/form/sw-number-field-deprecated/sw-number-field.scss
form/sw-number-field-deprecated/sw-number-field.scss
sw-number-field-deprecated/sw-number-field.scss
sw-number-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
component/form/sw-number-field-deprecated/sw-number-field.html.twig
form/sw-number-field-deprecated/sw-number-field.html.twig
sw-number-field-deprecated/sw-number-field.html.twig
sw-number-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/index.js
Administration/Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/index.js
Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/index.js
@ -118896,28 +118958,17 @@ component/form/sw-confirm-field/sw-confirm-field.scss
form/sw-confirm-field/sw-confirm-field.scss
sw-confirm-field/sw-confirm-field.scss
sw-confirm-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.js
Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.js
Resources/app/administration/src/app/component/form/sw-number-field/index.js
app/administration/src/app/component/form/sw-number-field/index.js
administration/src/app/component/form/sw-number-field/index.js
src/app/component/form/sw-number-field/index.js
app/component/form/sw-number-field/index.js
component/form/sw-number-field/index.js
form/sw-number-field/index.js
sw-number-field/index.js
index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.scss
Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.scss
Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.scss
app/administration/src/app/component/form/sw-number-field/sw-number-field.scss
administration/src/app/component/form/sw-number-field/sw-number-field.scss
src/app/component/form/sw-number-field/sw-number-field.scss
app/component/form/sw-number-field/sw-number-field.scss
component/form/sw-number-field/sw-number-field.scss
form/sw-number-field/sw-number-field.scss
sw-number-field/sw-number-field.scss
sw-number-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.ts
Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.ts
Resources/app/administration/src/app/component/form/sw-number-field/index.ts
app/administration/src/app/component/form/sw-number-field/index.ts
administration/src/app/component/form/sw-number-field/index.ts
src/app/component/form/sw-number-field/index.ts
app/component/form/sw-number-field/index.ts
component/form/sw-number-field/index.ts
form/sw-number-field/index.ts
sw-number-field/index.ts
index.ts
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.spec.js
Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.spec.js
Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.spec.js
@ -121112,12 +121163,6 @@ Resources/app/administration/webpack.config.js
app/administration/webpack.config.js
administration/webpack.config.js
webpack.config.js
src/Administration/Resources/app/administration/.npmrc
Administration/Resources/app/administration/.npmrc
Resources/app/administration/.npmrc
app/administration/.npmrc
administration/.npmrc
.npmrc
src/Administration/Resources/app/administration/createlighthouserc.js
Administration/Resources/app/administration/createlighthouserc.js
Resources/app/administration/createlighthouserc.js

View file

@ -1597,6 +1597,7 @@ changelog/_unreleased/2024-02-28-add-a-createclicontext-method-to-context.md
changelog/_unreleased/2024-03-05-changed-routing-for-creating-flows-from-templates.md
changelog/_unreleased/2024-01-30-fix-auto-logout-in-safari.md
changelog/_unreleased/2024-03-05-fix-partial-many-to-many-criteria.md
changelog/_unreleased/2024-04-16-update-product-detail-route.md
changelog/_unreleased/2024-02-01-fix-storefront-account-address-ui.md
changelog/_unreleased/2024-01-23-openapi-id.md
changelog/_unreleased/2024-04-09-form-validation-errors-ignored-by-captcha.md
@ -1684,6 +1685,7 @@ changelog/_unreleased/2024-03-14-fix-media-image-replacement-reload-issue.md
changelog/_unreleased/2024-04-03-deprecated-mail-attachmentloader.md
changelog/_unreleased/2024-02-26-fix-tax-modal.md
changelog/_unreleased/2024-01-25-openapi-media.md
changelog/_unreleased/2024-04-18-fix-update-pipelines.md
changelog/_unreleased/2024-02-09-improve-profiler-repository-tracer.md
changelog/_unreleased/2024-02-13-dashboard-todays-order.md
changelog/_unreleased/2024-02-09-improve-product-page-load-performance.md
@ -1712,6 +1714,7 @@ changelog/_unreleased/2024-03-07-update-meteor-admin-sdk-version-to-5-0-1.md
changelog/_unreleased/2024-02-07-check-user-cookie-preference-before-replace-video-element.md
changelog/_unreleased/2024-01-23-promotion-individual-code-should-be-nullable.md
changelog/_unreleased/2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
changelog/_unreleased/2024-04-18-add-wrapper-component-for-sw-number-field.md
changelog/_unreleased/2024-04-02-add-wrapper-component-for-sw-button.md
changelog/_unreleased/2024-02-01-add-store-api-endpoint-to-fetch-media-entities.md
changelog/_unreleased/2024-03-11-include-static-plugins-path-in-testbootstrapper.md
@ -13826,6 +13829,7 @@ src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/n
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage.spec.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-components.spec.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-card.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-switch.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-text-field.check.js
@ -17703,6 +17707,10 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-price-
src/Administration/Resources/app/administration/src/app/component/form/sw-price-field/__snapshots__/sw-price-field.spec.js.snap
src/Administration/Resources/app/administration/src/app/component/form/sw-price-field/sw-price-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-price-field/sw-price-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/sw-switch-field-deprecated.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/sw-switch-field-deprecated.spec.js
@ -17739,8 +17747,7 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-field-
src/Administration/Resources/app/administration/src/app/component/form/sw-confirm-field/sw-confirm-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-confirm-field/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-confirm-field/sw-confirm-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.ts
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-select-option/index.js
@ -17935,7 +17942,6 @@ src/Administration/Resources/app/administration/twigVuePlugin/README.md
src/Administration/Resources/app/administration/twigVuePlugin/lib/index.js
src/Administration/Resources/app/administration/twigVuePlugin/lib/processors/twig-vue-processor.js
src/Administration/Resources/app/administration/webpack.config.js
src/Administration/Resources/app/administration/.npmrc
src/Administration/Resources/app/administration/createlighthouserc.js
src/Administration/Framework/Marketing/Schema/general-campaign-types-1.0.xsd
src/Administration/Framework/Routing/KnownIps/KnownIpsCollector.php

View file

@ -2757,6 +2757,12 @@ apache/catalina/core/TestApplicationContextGetRequestDispatcherB.java
catalina/core/TestApplicationContextGetRequestDispatcherB.java
core/TestApplicationContextGetRequestDispatcherB.java
TestApplicationContextGetRequestDispatcherB.java
test/org/apache/catalina/core/TestAsyncContextIoError.java
org/apache/catalina/core/TestAsyncContextIoError.java
apache/catalina/core/TestAsyncContextIoError.java
catalina/core/TestAsyncContextIoError.java
core/TestAsyncContextIoError.java
TestAsyncContextIoError.java
test/org/apache/catalina/core/TestSwallowAbortedUploads.java
org/apache/catalina/core/TestSwallowAbortedUploads.java
apache/catalina/core/TestSwallowAbortedUploads.java

View file

@ -602,6 +602,7 @@ test/org/apache/catalina/core/TestApplicationContext.java
test/org/apache/catalina/core/TesterApplicationHttpRequestPerformance.java
test/org/apache/catalina/core/TestAsyncContextImplListenerOnComplete.java
test/org/apache/catalina/core/TestApplicationContextGetRequestDispatcherB.java
test/org/apache/catalina/core/TestAsyncContextIoError.java
test/org/apache/catalina/core/TestSwallowAbortedUploads.java
test/org/apache/catalina/core/TesterTldListener.java
test/org/apache/catalina/core/TestApplicationMapping.java

View file

@ -6717,6 +6717,11 @@ js/product-editor/changelog/update-product-editor-render-new-attribute-right-aft
product-editor/changelog/update-product-editor-render-new-attribute-right-after-selected
changelog/update-product-editor-render-new-attribute-right-after-selected
update-product-editor-render-new-attribute-right-after-selected
packages/js/product-editor/changelog/fix-description-block-collapse
js/product-editor/changelog/fix-description-block-collapse
product-editor/changelog/fix-description-block-collapse
changelog/fix-description-block-collapse
fix-description-block-collapse
packages/js/product-editor/changelog/update-introduce-optimistc-query-update
js/product-editor/changelog/update-introduce-optimistc-query-update
product-editor/changelog/update-introduce-optimistc-query-update
@ -6732,6 +6737,11 @@ js/product-editor/changelog/fix-46615
product-editor/changelog/fix-46615
changelog/fix-46615
fix-46615
packages/js/product-editor/changelog/fix-46610
js/product-editor/changelog/fix-46610
product-editor/changelog/fix-46610
changelog/fix-46610
fix-46610
packages/js/product-editor/changelog/update-remove-media-library
js/product-editor/changelog/update-remove-media-library
product-editor/changelog/update-remove-media-library
@ -6742,6 +6752,16 @@ js/product-editor/changelog/fix-46540
product-editor/changelog/fix-46540
changelog/fix-46540
fix-46540
packages/js/product-editor/changelog/fix-46614_edit_modal_width_custom_fields
js/product-editor/changelog/fix-46614_edit_modal_width_custom_fields
product-editor/changelog/fix-46614_edit_modal_width_custom_fields
changelog/fix-46614_edit_modal_width_custom_fields
fix-46614_edit_modal_width_custom_fields
packages/js/product-editor/changelog/add-keyboard-shortcuts
js/product-editor/changelog/add-keyboard-shortcuts
product-editor/changelog/add-keyboard-shortcuts
changelog/add-keyboard-shortcuts
add-keyboard-shortcuts
packages/js/product-editor/changelog/.gitkeep
js/product-editor/changelog/.gitkeep
product-editor/changelog/.gitkeep
@ -51634,6 +51654,11 @@ assets/images/template-placeholders/single-product.svg
images/template-placeholders/single-product.svg
template-placeholders/single-product.svg
single-product.svg
plugins/woocommerce/assets/fonts/cardo_normal_400.woff2
woocommerce/assets/fonts/cardo_normal_400.woff2
assets/fonts/cardo_normal_400.woff2
fonts/cardo_normal_400.woff2
cardo_normal_400.woff2
plugins/woocommerce/assets/fonts/WooCommerce.svg
woocommerce/assets/fonts/WooCommerce.svg
assets/fonts/WooCommerce.svg
@ -51644,6 +51669,11 @@ woocommerce/assets/fonts/WooCommerce.woff2
assets/fonts/WooCommerce.woff2
fonts/WooCommerce.woff2
WooCommerce.woff2
plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2
woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2
assets/fonts/Inter-VariableFont_slnt,wght.woff2
fonts/Inter-VariableFont_slnt,wght.woff2
Inter-VariableFont_slnt,wght.woff2
plugins/woocommerce/assets/fonts/WooCommerce.woff
woocommerce/assets/fonts/WooCommerce.woff
assets/fonts/WooCommerce.woff
@ -51701,6 +51731,10 @@ plugins/woocommerce/changelog/fix-lys-share-cookie-path
woocommerce/changelog/fix-lys-share-cookie-path
changelog/fix-lys-share-cookie-path
fix-lys-share-cookie-path
plugins/woocommerce/changelog/update-use-uppercase-user-id
woocommerce/changelog/update-use-uppercase-user-id
changelog/update-use-uppercase-user-id
update-use-uppercase-user-id
plugins/woocommerce/changelog/fix-same-number-separators
woocommerce/changelog/fix-same-number-separators
changelog/fix-same-number-separators
@ -51781,6 +51815,10 @@ plugins/woocommerce/changelog/46082-add-plugin-message-connect-woocom
woocommerce/changelog/46082-add-plugin-message-connect-woocom
changelog/46082-add-plugin-message-connect-woocom
46082-add-plugin-message-connect-woocom
plugins/woocommerce/changelog/add-orders-analytics-channel-column
woocommerce/changelog/add-orders-analytics-channel-column
changelog/add-orders-analytics-channel-column
add-orders-analytics-channel-column
plugins/woocommerce/changelog/update-e2e-core-critical-flows-doc
woocommerce/changelog/update-e2e-core-critical-flows-doc
changelog/update-e2e-core-critical-flows-doc
@ -51965,6 +52003,10 @@ plugins/woocommerce/changelog/fix-connect-to-woocommerce-note
woocommerce/changelog/fix-connect-to-woocommerce-note
changelog/fix-connect-to-woocommerce-note
fix-connect-to-woocommerce-note
plugins/woocommerce/changelog/fix-e2e-tests-for-shipping
woocommerce/changelog/fix-e2e-tests-for-shipping
changelog/fix-e2e-tests-for-shipping
fix-e2e-tests-for-shipping
plugins/woocommerce/changelog/46381-apr9-broken-links
woocommerce/changelog/46381-apr9-broken-links
changelog/46381-apr9-broken-links
@ -51973,6 +52015,10 @@ plugins/woocommerce/changelog/45356-45341-add-intro-e2e-tests
woocommerce/changelog/45356-45341-add-intro-e2e-tests
changelog/45356-45341-add-intro-e2e-tests
45356-45341-add-intro-e2e-tests
plugins/woocommerce/changelog/46616-fix-46556
woocommerce/changelog/46616-fix-46556
changelog/46616-fix-46556
46616-fix-46556
plugins/woocommerce/changelog/45959-add-e2e-font-picker
woocommerce/changelog/45959-add-e2e-font-picker
changelog/45959-add-e2e-font-picker
@ -52357,6 +52403,10 @@ plugins/woocommerce/changelog/46594-fix-remove-jest-e2e-tests-skipped
woocommerce/changelog/46594-fix-remove-jest-e2e-tests-skipped
changelog/46594-fix-remove-jest-e2e-tests-skipped
46594-fix-remove-jest-e2e-tests-skipped
plugins/woocommerce/changelog/fix-handle-missing-sourcebuster
woocommerce/changelog/fix-handle-missing-sourcebuster
changelog/fix-handle-missing-sourcebuster
fix-handle-missing-sourcebuster
plugins/woocommerce/changelog/46437-hotfix-remove-unused-var
woocommerce/changelog/46437-hotfix-remove-unused-var
changelog/46437-hotfix-remove-unused-var
@ -52413,6 +52463,10 @@ plugins/woocommerce/changelog/fix-lys-incomplete-tasks
woocommerce/changelog/fix-lys-incomplete-tasks
changelog/fix-lys-incomplete-tasks
fix-lys-incomplete-tasks
plugins/woocommerce/changelog/fix-update-rest-api-order-totals-hpos
woocommerce/changelog/fix-update-rest-api-order-totals-hpos
changelog/fix-update-rest-api-order-totals-hpos
fix-update-rest-api-order-totals-hpos
plugins/woocommerce/changelog/dev-improving_product_editor_fcp
woocommerce/changelog/dev-improving_product_editor_fcp
changelog/dev-improving_product_editor_fcp
@ -52473,6 +52527,10 @@ plugins/woocommerce/changelog/perf-hpos-search
woocommerce/changelog/perf-hpos-search
changelog/perf-hpos-search
perf-hpos-search
plugins/woocommerce/changelog/update-coming-soon-page-style
woocommerce/changelog/update-coming-soon-page-style
changelog/update-coming-soon-page-style
update-coming-soon-page-style
plugins/woocommerce/changelog/bump-update-wordpress-env-to-9.0.7
woocommerce/changelog/bump-update-wordpress-env-to-9.0.7
changelog/bump-update-wordpress-env-to-9.0.7

View file

@ -1212,11 +1212,15 @@ packages/js/ai/.npmrc
packages/js/product-editor/composer.lock
packages/js/product-editor/package.json
packages/js/product-editor/changelog/update-product-editor-render-new-attribute-right-after-selected
packages/js/product-editor/changelog/fix-description-block-collapse
packages/js/product-editor/changelog/update-introduce-optimistc-query-update
packages/js/product-editor/changelog/fix-46608
packages/js/product-editor/changelog/fix-46615
packages/js/product-editor/changelog/fix-46610
packages/js/product-editor/changelog/update-remove-media-library
packages/js/product-editor/changelog/fix-46540
packages/js/product-editor/changelog/fix-46614_edit_modal_width_custom_fields
packages/js/product-editor/changelog/add-keyboard-shortcuts
packages/js/product-editor/changelog/.gitkeep
packages/js/product-editor/tsconfig-cjs.json
packages/js/product-editor/typings/global.d.ts
@ -7904,8 +7908,10 @@ plugins/woocommerce/assets/images/marketing/automatewoo-personalized-coupons.svg
plugins/woocommerce/assets/images/template-placeholders/fallback.svg
plugins/woocommerce/assets/images/template-placeholders/archive-product.svg
plugins/woocommerce/assets/images/template-placeholders/single-product.svg
plugins/woocommerce/assets/fonts/cardo_normal_400.woff2
plugins/woocommerce/assets/fonts/WooCommerce.svg
plugins/woocommerce/assets/fonts/WooCommerce.woff2
plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2
plugins/woocommerce/assets/fonts/WooCommerce.woff
plugins/woocommerce/assets/fonts/star.woff
plugins/woocommerce/assets/fonts/WooCommerce.ttf
@ -7919,6 +7925,7 @@ plugins/woocommerce/changelog/46207-add-lys-coming-soon-templates-layout
plugins/woocommerce/changelog/46220-dev-remove-product-add-to-cart-block
plugins/woocommerce/changelog/46127-add-e2e-homepage
plugins/woocommerce/changelog/fix-lys-share-cookie-path
plugins/woocommerce/changelog/update-use-uppercase-user-id
plugins/woocommerce/changelog/fix-same-number-separators
plugins/woocommerce/changelog/add-k6-shopper-pages-title-footer
plugins/woocommerce/changelog/46078-add-45873-track-site-visibility-action
@ -7939,6 +7946,7 @@ plugins/woocommerce/changelog/do-not-assume-megabytes
plugins/woocommerce/changelog/dev-43282_create_api_endpoint_duplicate_product
plugins/woocommerce/changelog/e2e-merchant-shipping-zones
plugins/woocommerce/changelog/46082-add-plugin-message-connect-woocom
plugins/woocommerce/changelog/add-orders-analytics-channel-column
plugins/woocommerce/changelog/update-e2e-core-critical-flows-doc
plugins/woocommerce/changelog/fix-half-pixel-borders
plugins/woocommerce/changelog/fix-38192
@ -7985,8 +7993,10 @@ plugins/woocommerce/changelog/add-support-for-co-branded-credit-cards
plugins/woocommerce/changelog/hpos-large-guide
plugins/woocommerce/changelog/36240-add-connect-woocom-plugin-list
plugins/woocommerce/changelog/fix-connect-to-woocommerce-note
plugins/woocommerce/changelog/fix-e2e-tests-for-shipping
plugins/woocommerce/changelog/46381-apr9-broken-links
plugins/woocommerce/changelog/45356-45341-add-intro-e2e-tests
plugins/woocommerce/changelog/46616-fix-46556
plugins/woocommerce/changelog/45959-add-e2e-font-picker
plugins/woocommerce/changelog/update-46018-refactor-order-summary-block
plugins/woocommerce/changelog/45607-try-double-quotes-css-scss
@ -8083,6 +8093,7 @@ plugins/woocommerce/changelog/46217-disable-header-test
plugins/woocommerce/changelog/fix-deprecated-error-lys-strlen
plugins/woocommerce/changelog/update-custom-meta-data-store-get-meta-keys
plugins/woocommerce/changelog/46594-fix-remove-jest-e2e-tests-skipped
plugins/woocommerce/changelog/fix-handle-missing-sourcebuster
plugins/woocommerce/changelog/46437-hotfix-remove-unused-var
plugins/woocommerce/changelog/update-make-lys-preview-frame-resizable
plugins/woocommerce/changelog/46361-fix-lys-task-not-clickable-once-completed
@ -8097,6 +8108,7 @@ plugins/woocommerce/changelog/46622-fix-46621-site-visibility-shows-up-without-f
plugins/woocommerce/changelog/fix-46540
plugins/woocommerce/changelog/46053-fix-update-rc-version
plugins/woocommerce/changelog/fix-lys-incomplete-tasks
plugins/woocommerce/changelog/fix-update-rest-api-order-totals-hpos
plugins/woocommerce/changelog/dev-improving_product_editor_fcp
plugins/woocommerce/changelog/45931-fix-45842-product-collection-block-hand-picked-items-limited-to-first-100-in-catalog
plugins/woocommerce/changelog/45926-add-e2e-color-picker
@ -8112,6 +8124,7 @@ plugins/woocommerce/changelog/46278-fix-43889-43901-43944
plugins/woocommerce/changelog/fix-product-editor-mis-alignment
plugins/woocommerce/changelog/update-lys-sidebar-tweaks
plugins/woocommerce/changelog/perf-hpos-search
plugins/woocommerce/changelog/update-coming-soon-page-style
plugins/woocommerce/changelog/bump-update-wordpress-env-to-9.0.7
plugins/woocommerce/changelog/fix-e2e-template-modification-tests
plugins/woocommerce/changelog/update-single-shipping-style

View file

@ -5900,229 +5900,251 @@ VERSION
.gitleaks.toml
.rubocop.yml
.eslintrc.js
spec/system/apps/mobile/app_maintenance_spec.rb
system/apps/mobile/app_maintenance_spec.rb
apps/mobile/app_maintenance_spec.rb
mobile/app_maintenance_spec.rb
spec/system/apps/mobile_old/app_maintenance_spec.rb
system/apps/mobile_old/app_maintenance_spec.rb
apps/mobile_old/app_maintenance_spec.rb
mobile_old/app_maintenance_spec.rb
app_maintenance_spec.rb
spec/system/apps/mobile/online_notifications_spec.rb
system/apps/mobile/online_notifications_spec.rb
apps/mobile/online_notifications_spec.rb
mobile/online_notifications_spec.rb
spec/system/apps/mobile_old/online_notifications_spec.rb
system/apps/mobile_old/online_notifications_spec.rb
apps/mobile_old/online_notifications_spec.rb
mobile_old/online_notifications_spec.rb
online_notifications_spec.rb
spec/system/apps/mobile/ticket_articles_spec.rb
system/apps/mobile/ticket_articles_spec.rb
apps/mobile/ticket_articles_spec.rb
mobile/ticket_articles_spec.rb
spec/system/apps/mobile_old/ticket_articles_spec.rb
system/apps/mobile_old/ticket_articles_spec.rb
apps/mobile_old/ticket_articles_spec.rb
mobile_old/ticket_articles_spec.rb
ticket_articles_spec.rb
spec/system/apps/mobile/basic/invalid_session_handling_spec.rb
system/apps/mobile/basic/invalid_session_handling_spec.rb
apps/mobile/basic/invalid_session_handling_spec.rb
mobile/basic/invalid_session_handling_spec.rb
spec/system/apps/mobile_old/basic/invalid_session_handling_spec.rb
system/apps/mobile_old/basic/invalid_session_handling_spec.rb
apps/mobile_old/basic/invalid_session_handling_spec.rb
mobile_old/basic/invalid_session_handling_spec.rb
basic/invalid_session_handling_spec.rb
invalid_session_handling_spec.rb
spec/system/apps/mobile/basic/shared_authentication_state_spec.rb
system/apps/mobile/basic/shared_authentication_state_spec.rb
apps/mobile/basic/shared_authentication_state_spec.rb
mobile/basic/shared_authentication_state_spec.rb
spec/system/apps/mobile_old/basic/shared_authentication_state_spec.rb
system/apps/mobile_old/basic/shared_authentication_state_spec.rb
apps/mobile_old/basic/shared_authentication_state_spec.rb
mobile_old/basic/shared_authentication_state_spec.rb
basic/shared_authentication_state_spec.rb
shared_authentication_state_spec.rb
spec/system/apps/mobile/basic/logout_frontend_store_reset_spec.rb
system/apps/mobile/basic/logout_frontend_store_reset_spec.rb
apps/mobile/basic/logout_frontend_store_reset_spec.rb
mobile/basic/logout_frontend_store_reset_spec.rb
spec/system/apps/mobile_old/basic/logout_frontend_store_reset_spec.rb
system/apps/mobile_old/basic/logout_frontend_store_reset_spec.rb
apps/mobile_old/basic/logout_frontend_store_reset_spec.rb
mobile_old/basic/logout_frontend_store_reset_spec.rb
basic/logout_frontend_store_reset_spec.rb
logout_frontend_store_reset_spec.rb
spec/system/apps/mobile/app_links_spec.rb
system/apps/mobile/app_links_spec.rb
apps/mobile/app_links_spec.rb
mobile/app_links_spec.rb
spec/system/apps/mobile_old/app_links_spec.rb
system/apps/mobile_old/app_links_spec.rb
apps/mobile_old/app_links_spec.rb
mobile_old/app_links_spec.rb
app_links_spec.rb
spec/system/apps/mobile/examples/reply_article_examples.rb
system/apps/mobile/examples/reply_article_examples.rb
apps/mobile/examples/reply_article_examples.rb
mobile/examples/reply_article_examples.rb
spec/system/apps/mobile_old/examples/reply_article_examples.rb
system/apps/mobile_old/examples/reply_article_examples.rb
apps/mobile_old/examples/reply_article_examples.rb
mobile_old/examples/reply_article_examples.rb
examples/reply_article_examples.rb
reply_article_examples.rb
spec/system/apps/mobile/examples/article_security_examples.rb
system/apps/mobile/examples/article_security_examples.rb
apps/mobile/examples/article_security_examples.rb
mobile/examples/article_security_examples.rb
spec/system/apps/mobile_old/examples/article_security_examples.rb
system/apps/mobile_old/examples/article_security_examples.rb
apps/mobile_old/examples/article_security_examples.rb
mobile_old/examples/article_security_examples.rb
examples/article_security_examples.rb
article_security_examples.rb
spec/system/apps/mobile/examples/create_article_examples.rb
system/apps/mobile/examples/create_article_examples.rb
apps/mobile/examples/create_article_examples.rb
mobile/examples/create_article_examples.rb
spec/system/apps/mobile_old/examples/create_article_examples.rb
system/apps/mobile_old/examples/create_article_examples.rb
apps/mobile_old/examples/create_article_examples.rb
mobile_old/examples/create_article_examples.rb
examples/create_article_examples.rb
create_article_examples.rb
spec/system/apps/mobile/examples/core_workflow_examples.rb
system/apps/mobile/examples/core_workflow_examples.rb
apps/mobile/examples/core_workflow_examples.rb
mobile/examples/core_workflow_examples.rb
spec/system/apps/mobile_old/examples/core_workflow_examples.rb
system/apps/mobile_old/examples/core_workflow_examples.rb
apps/mobile_old/examples/core_workflow_examples.rb
mobile_old/examples/core_workflow_examples.rb
examples/core_workflow_examples.rb
core_workflow_examples.rb
spec/system/apps/mobile/search_overview_spec.rb
system/apps/mobile/search_overview_spec.rb
apps/mobile/search_overview_spec.rb
mobile/search_overview_spec.rb
spec/system/apps/mobile_old/search_overview_spec.rb
system/apps/mobile_old/search_overview_spec.rb
apps/mobile_old/search_overview_spec.rb
mobile_old/search_overview_spec.rb
search_overview_spec.rb
spec/system/apps/mobile/user/detail_view_spec.rb
system/apps/mobile/user/detail_view_spec.rb
apps/mobile/user/detail_view_spec.rb
mobile/user/detail_view_spec.rb
spec/system/apps/mobile_old/user/detail_view_spec.rb
system/apps/mobile_old/user/detail_view_spec.rb
apps/mobile_old/user/detail_view_spec.rb
mobile_old/user/detail_view_spec.rb
user/detail_view_spec.rb
detail_view_spec.rb
spec/system/apps/mobile/user/detail_view_edit_spec.rb
system/apps/mobile/user/detail_view_edit_spec.rb
apps/mobile/user/detail_view_edit_spec.rb
mobile/user/detail_view_edit_spec.rb
spec/system/apps/mobile_old/user/detail_view_edit_spec.rb
system/apps/mobile_old/user/detail_view_edit_spec.rb
apps/mobile_old/user/detail_view_edit_spec.rb
mobile_old/user/detail_view_edit_spec.rb
user/detail_view_edit_spec.rb
detail_view_edit_spec.rb
spec/system/apps/mobile/tickets/ticket_create_security_spec.rb
system/apps/mobile/tickets/ticket_create_security_spec.rb
apps/mobile/tickets/ticket_create_security_spec.rb
mobile/tickets/ticket_create_security_spec.rb
spec/system/apps/mobile_old/tickets/ticket_create_security_spec.rb
system/apps/mobile_old/tickets/ticket_create_security_spec.rb
apps/mobile_old/tickets/ticket_create_security_spec.rb
mobile_old/tickets/ticket_create_security_spec.rb
tickets/ticket_create_security_spec.rb
ticket_create_security_spec.rb
spec/system/apps/mobile/tickets/update/customer_spec.rb
system/apps/mobile/tickets/update/customer_spec.rb
apps/mobile/tickets/update/customer_spec.rb
mobile/tickets/update/customer_spec.rb
spec/system/apps/mobile_old/tickets/update/customer_spec.rb
system/apps/mobile_old/tickets/update/customer_spec.rb
apps/mobile_old/tickets/update/customer_spec.rb
mobile_old/tickets/update/customer_spec.rb
tickets/update/customer_spec.rb
update/customer_spec.rb
customer_spec.rb
spec/system/apps/mobile/tickets/update/external_data_source_attribute_spec.rb
system/apps/mobile/tickets/update/external_data_source_attribute_spec.rb
apps/mobile/tickets/update/external_data_source_attribute_spec.rb
mobile/tickets/update/external_data_source_attribute_spec.rb
spec/system/apps/mobile_old/tickets/update/external_data_source_attribute_spec.rb
system/apps/mobile_old/tickets/update/external_data_source_attribute_spec.rb
apps/mobile_old/tickets/update/external_data_source_attribute_spec.rb
mobile_old/tickets/update/external_data_source_attribute_spec.rb
tickets/update/external_data_source_attribute_spec.rb
update/external_data_source_attribute_spec.rb
external_data_source_attribute_spec.rb
spec/system/apps/mobile/tickets/update/tags_spec.rb
system/apps/mobile/tickets/update/tags_spec.rb
apps/mobile/tickets/update/tags_spec.rb
mobile/tickets/update/tags_spec.rb
spec/system/apps/mobile_old/tickets/update/tags_spec.rb
system/apps/mobile_old/tickets/update/tags_spec.rb
apps/mobile_old/tickets/update/tags_spec.rb
mobile_old/tickets/update/tags_spec.rb
tickets/update/tags_spec.rb
update/tags_spec.rb
tags_spec.rb
spec/system/apps/mobile/tickets/ticket_email_reply_security_spec.rb
system/apps/mobile/tickets/ticket_email_reply_security_spec.rb
apps/mobile/tickets/ticket_email_reply_security_spec.rb
mobile/tickets/ticket_email_reply_security_spec.rb
spec/system/apps/mobile_old/tickets/ticket_email_reply_security_spec.rb
system/apps/mobile_old/tickets/ticket_email_reply_security_spec.rb
apps/mobile_old/tickets/ticket_email_reply_security_spec.rb
mobile_old/tickets/ticket_email_reply_security_spec.rb
tickets/ticket_email_reply_security_spec.rb
ticket_email_reply_security_spec.rb
spec/system/apps/mobile/tickets/ticket_article_subscription_spec.rb
system/apps/mobile/tickets/ticket_article_subscription_spec.rb
apps/mobile/tickets/ticket_article_subscription_spec.rb
mobile/tickets/ticket_article_subscription_spec.rb
spec/system/apps/mobile_old/tickets/ticket_article_subscription_spec.rb
system/apps/mobile_old/tickets/ticket_article_subscription_spec.rb
apps/mobile_old/tickets/ticket_article_subscription_spec.rb
mobile_old/tickets/ticket_article_subscription_spec.rb
tickets/ticket_article_subscription_spec.rb
ticket_article_subscription_spec.rb
spec/system/apps/mobile/tickets/create/ticket_duplicate_detection_spec.rb
system/apps/mobile/tickets/create/ticket_duplicate_detection_spec.rb
apps/mobile/tickets/create/ticket_duplicate_detection_spec.rb
mobile/tickets/create/ticket_duplicate_detection_spec.rb
spec/system/apps/mobile_old/tickets/create/ticket_duplicate_detection_spec.rb
system/apps/mobile_old/tickets/create/ticket_duplicate_detection_spec.rb
apps/mobile_old/tickets/create/ticket_duplicate_detection_spec.rb
mobile_old/tickets/create/ticket_duplicate_detection_spec.rb
tickets/create/ticket_duplicate_detection_spec.rb
create/ticket_duplicate_detection_spec.rb
ticket_duplicate_detection_spec.rb
spec/system/apps/mobile/tickets/ticket_articles_spec.rb
system/apps/mobile/tickets/ticket_articles_spec.rb
apps/mobile/tickets/ticket_articles_spec.rb
mobile/tickets/ticket_articles_spec.rb
spec/system/apps/mobile_old/tickets/ticket_articles_spec.rb
system/apps/mobile_old/tickets/ticket_articles_spec.rb
apps/mobile_old/tickets/ticket_articles_spec.rb
mobile_old/tickets/ticket_articles_spec.rb
tickets/ticket_articles_spec.rb
ticket_articles_spec.rb
spec/system/apps/mobile/tickets/ticket_information_customer_edit_spec.rb
system/apps/mobile/tickets/ticket_information_customer_edit_spec.rb
apps/mobile/tickets/ticket_information_customer_edit_spec.rb
mobile/tickets/ticket_information_customer_edit_spec.rb
spec/system/apps/mobile_old/tickets/ticket_information_customer_edit_spec.rb
system/apps/mobile_old/tickets/ticket_information_customer_edit_spec.rb
apps/mobile_old/tickets/ticket_information_customer_edit_spec.rb
mobile_old/tickets/ticket_information_customer_edit_spec.rb
tickets/ticket_information_customer_edit_spec.rb
ticket_information_customer_edit_spec.rb
spec/system/apps/mobile/tickets/ticket_spec.rb
system/apps/mobile/tickets/ticket_spec.rb
apps/mobile/tickets/ticket_spec.rb
mobile/tickets/ticket_spec.rb
spec/system/apps/mobile_old/tickets/ticket_spec.rb
system/apps/mobile_old/tickets/ticket_spec.rb
apps/mobile_old/tickets/ticket_spec.rb
mobile_old/tickets/ticket_spec.rb
tickets/ticket_spec.rb
ticket_spec.rb
spec/system/apps/mobile/tickets/ticket_information_customer_spec.rb
system/apps/mobile/tickets/ticket_information_customer_spec.rb
apps/mobile/tickets/ticket_information_customer_spec.rb
mobile/tickets/ticket_information_customer_spec.rb
spec/system/apps/mobile_old/tickets/ticket_information_customer_spec.rb
system/apps/mobile_old/tickets/ticket_information_customer_spec.rb
apps/mobile_old/tickets/ticket_information_customer_spec.rb
mobile_old/tickets/ticket_information_customer_spec.rb
tickets/ticket_information_customer_spec.rb
ticket_information_customer_spec.rb
spec/system/apps/mobile/tickets/ticket_merge_spec.rb
system/apps/mobile/tickets/ticket_merge_spec.rb
apps/mobile/tickets/ticket_merge_spec.rb
mobile/tickets/ticket_merge_spec.rb
spec/system/apps/mobile_old/tickets/ticket_merge_spec.rb
system/apps/mobile_old/tickets/ticket_merge_spec.rb
apps/mobile_old/tickets/ticket_merge_spec.rb
mobile_old/tickets/ticket_merge_spec.rb
tickets/ticket_merge_spec.rb
ticket_merge_spec.rb
spec/system/apps/mobile/tickets/ticket_list_permissions_spec.rb
system/apps/mobile/tickets/ticket_list_permissions_spec.rb
apps/mobile/tickets/ticket_list_permissions_spec.rb
mobile/tickets/ticket_list_permissions_spec.rb
spec/system/apps/mobile_old/tickets/ticket_list_permissions_spec.rb
system/apps/mobile_old/tickets/ticket_list_permissions_spec.rb
apps/mobile_old/tickets/ticket_list_permissions_spec.rb
mobile_old/tickets/ticket_list_permissions_spec.rb
tickets/ticket_list_permissions_spec.rb
ticket_list_permissions_spec.rb
spec/system/apps/mobile/tickets/ticket_article_actions_spec.rb
system/apps/mobile/tickets/ticket_article_actions_spec.rb
apps/mobile/tickets/ticket_article_actions_spec.rb
mobile/tickets/ticket_article_actions_spec.rb
spec/system/apps/mobile_old/tickets/ticket_article_actions_spec.rb
system/apps/mobile_old/tickets/ticket_article_actions_spec.rb
apps/mobile_old/tickets/ticket_article_actions_spec.rb
mobile_old/tickets/ticket_article_actions_spec.rb
tickets/ticket_article_actions_spec.rb
ticket_article_actions_spec.rb
spec/system/apps/mobile/tickets/ticket_create_spec.rb
system/apps/mobile/tickets/ticket_create_spec.rb
apps/mobile/tickets/ticket_create_spec.rb
mobile/tickets/ticket_create_spec.rb
spec/system/apps/mobile_old/tickets/ticket_create_spec.rb
system/apps/mobile_old/tickets/ticket_create_spec.rb
apps/mobile_old/tickets/ticket_create_spec.rb
mobile_old/tickets/ticket_create_spec.rb
tickets/ticket_create_spec.rb
ticket_create_spec.rb
spec/system/apps/mobile/tickets/ticket_mention_spec.rb
system/apps/mobile/tickets/ticket_mention_spec.rb
apps/mobile/tickets/ticket_mention_spec.rb
mobile/tickets/ticket_mention_spec.rb
spec/system/apps/mobile_old/tickets/ticket_mention_spec.rb
system/apps/mobile_old/tickets/ticket_mention_spec.rb
apps/mobile_old/tickets/ticket_mention_spec.rb
mobile_old/tickets/ticket_mention_spec.rb
tickets/ticket_mention_spec.rb
ticket_mention_spec.rb
spec/system/apps/mobile/tickets/ticket_accounted_time_spec.rb
system/apps/mobile/tickets/ticket_accounted_time_spec.rb
apps/mobile/tickets/ticket_accounted_time_spec.rb
mobile/tickets/ticket_accounted_time_spec.rb
spec/system/apps/mobile_old/tickets/ticket_accounted_time_spec.rb
system/apps/mobile_old/tickets/ticket_accounted_time_spec.rb
apps/mobile_old/tickets/ticket_accounted_time_spec.rb
mobile_old/tickets/ticket_accounted_time_spec.rb
tickets/ticket_accounted_time_spec.rb
ticket_accounted_time_spec.rb
spec/system/apps/mobile/tickets/viewer/live_users_spec.rb
system/apps/mobile/tickets/viewer/live_users_spec.rb
apps/mobile/tickets/viewer/live_users_spec.rb
mobile/tickets/viewer/live_users_spec.rb
spec/system/apps/mobile_old/tickets/viewer/live_users_spec.rb
system/apps/mobile_old/tickets/viewer/live_users_spec.rb
apps/mobile_old/tickets/viewer/live_users_spec.rb
mobile_old/tickets/viewer/live_users_spec.rb
tickets/viewer/live_users_spec.rb
viewer/live_users_spec.rb
live_users_spec.rb
spec/system/apps/mobile/tickets/ticket_update_spec.rb
system/apps/mobile/tickets/ticket_update_spec.rb
apps/mobile/tickets/ticket_update_spec.rb
mobile/tickets/ticket_update_spec.rb
spec/system/apps/mobile_old/tickets/ticket_update_spec.rb
system/apps/mobile_old/tickets/ticket_update_spec.rb
apps/mobile_old/tickets/ticket_update_spec.rb
mobile_old/tickets/ticket_update_spec.rb
tickets/ticket_update_spec.rb
ticket_update_spec.rb
spec/system/apps/mobile/tickets/ticket_list_spec.rb
system/apps/mobile/tickets/ticket_list_spec.rb
apps/mobile/tickets/ticket_list_spec.rb
mobile/tickets/ticket_list_spec.rb
spec/system/apps/mobile_old/tickets/ticket_list_spec.rb
system/apps/mobile_old/tickets/ticket_list_spec.rb
apps/mobile_old/tickets/ticket_list_spec.rb
mobile_old/tickets/ticket_list_spec.rb
tickets/ticket_list_spec.rb
ticket_list_spec.rb
spec/system/apps/mobile/tickets/articles/create_spec.rb
system/apps/mobile/tickets/articles/create_spec.rb
apps/mobile/tickets/articles/create_spec.rb
mobile/tickets/articles/create_spec.rb
spec/system/apps/mobile_old/tickets/articles/create_spec.rb
system/apps/mobile_old/tickets/articles/create_spec.rb
apps/mobile_old/tickets/articles/create_spec.rb
mobile_old/tickets/articles/create_spec.rb
tickets/articles/create_spec.rb
articles/create_spec.rb
create_spec.rb
spec/system/apps/mobile/tickets/articles/list_subscription_spec.rb
system/apps/mobile/tickets/articles/list_subscription_spec.rb
apps/mobile/tickets/articles/list_subscription_spec.rb
mobile/tickets/articles/list_subscription_spec.rb
spec/system/apps/mobile_old/tickets/articles/list_subscription_spec.rb
system/apps/mobile_old/tickets/articles/list_subscription_spec.rb
apps/mobile_old/tickets/articles/list_subscription_spec.rb
mobile_old/tickets/articles/list_subscription_spec.rb
tickets/articles/list_subscription_spec.rb
articles/list_subscription_spec.rb
list_subscription_spec.rb
spec/system/apps/mobile/home_spec.rb
system/apps/mobile/home_spec.rb
apps/mobile/home_spec.rb
mobile/home_spec.rb
spec/system/apps/mobile_old/home_spec.rb
system/apps/mobile_old/home_spec.rb
apps/mobile_old/home_spec.rb
mobile_old/home_spec.rb
home_spec.rb
spec/system/apps/mobile_old/after_auth_spec.rb
system/apps/mobile_old/after_auth_spec.rb
apps/mobile_old/after_auth_spec.rb
mobile_old/after_auth_spec.rb
after_auth_spec.rb
spec/system/apps/mobile_old/form_helpers_spec.rb
system/apps/mobile_old/form_helpers_spec.rb
apps/mobile_old/form_helpers_spec.rb
mobile_old/form_helpers_spec.rb
form_helpers_spec.rb
spec/system/apps/mobile_old/organization/detail_view_spec.rb
system/apps/mobile_old/organization/detail_view_spec.rb
apps/mobile_old/organization/detail_view_spec.rb
mobile_old/organization/detail_view_spec.rb
organization/detail_view_spec.rb
detail_view_spec.rb
spec/system/apps/mobile_old/organization/edit_spec.rb
system/apps/mobile_old/organization/edit_spec.rb
apps/mobile_old/organization/edit_spec.rb
mobile_old/organization/edit_spec.rb
organization/edit_spec.rb
edit_spec.rb
spec/system/apps/mobile/account_spec.rb
system/apps/mobile/account_spec.rb
apps/mobile/account_spec.rb
@ -6133,39 +6155,16 @@ system/apps/mobile/login_spec.rb
apps/mobile/login_spec.rb
mobile/login_spec.rb
login_spec.rb
spec/system/apps/mobile/after_auth_spec.rb
system/apps/mobile/after_auth_spec.rb
apps/mobile/after_auth_spec.rb
mobile/after_auth_spec.rb
after_auth_spec.rb
spec/system/apps/mobile/form_helpers_spec.rb
system/apps/mobile/form_helpers_spec.rb
apps/mobile/form_helpers_spec.rb
mobile/form_helpers_spec.rb
form_helpers_spec.rb
spec/system/apps/mobile/organization/detail_view_spec.rb
system/apps/mobile/organization/detail_view_spec.rb
apps/mobile/organization/detail_view_spec.rb
mobile/organization/detail_view_spec.rb
organization/detail_view_spec.rb
detail_view_spec.rb
spec/system/apps/mobile/organization/edit_spec.rb
system/apps/mobile/organization/edit_spec.rb
apps/mobile/organization/edit_spec.rb
mobile/organization/edit_spec.rb
organization/edit_spec.rb
edit_spec.rb
spec/system/apps/mobile/account/avatar_spec.rb
system/apps/mobile/account/avatar_spec.rb
apps/mobile/account/avatar_spec.rb
mobile/account/avatar_spec.rb
account/avatar_spec.rb
avatar_spec.rb
spec/system/apps/desktop/admin_password_auth_spec.rb
system/apps/desktop/admin_password_auth_spec.rb
apps/desktop/admin_password_auth_spec.rb
desktop/admin_password_auth_spec.rb
admin_password_auth_spec.rb
spec/system/apps/desktop/account_spec.rb
system/apps/desktop/account_spec.rb
apps/desktop/account_spec.rb
desktop/account_spec.rb
account_spec.rb
spec/system/apps/desktop/login_spec.rb
system/apps/desktop/login_spec.rb
apps/desktop/login_spec.rb
@ -9272,6 +9271,11 @@ service/user/password_reset/update_spec.rb
user/password_reset/update_spec.rb
password_reset/update_spec.rb
update_spec.rb
spec/services/service/user/out_of_office_spec.rb
services/service/user/out_of_office_spec.rb
service/user/out_of_office_spec.rb
user/out_of_office_spec.rb
out_of_office_spec.rb
spec/services/service/user/signup_verify_spec.rb
services/service/user/signup_verify_spec.rb
service/user/signup_verify_spec.rb
@ -10837,6 +10841,10 @@ spec/models/user/has_search_index_backend_spec.rb
models/user/has_search_index_backend_spec.rb
user/has_search_index_backend_spec.rb
has_search_index_backend_spec.rb
spec/models/user/out_of_office_spec.rb
models/user/out_of_office_spec.rb
user/out_of_office_spec.rb
out_of_office_spec.rb
spec/models/user/perform_changes_spec.rb
models/user/perform_changes_spec.rb
user/perform_changes_spec.rb
@ -12327,6 +12335,10 @@ spec/lib/validations/channel_email_account_uniqueness_validator_spec.rb
lib/validations/channel_email_account_uniqueness_validator_spec.rb
validations/channel_email_account_uniqueness_validator_spec.rb
channel_email_account_uniqueness_validator_spec.rb
spec/lib/validations/out_of_office_validator_spec.rb
lib/validations/out_of_office_validator_spec.rb
validations/out_of_office_validator_spec.rb
out_of_office_validator_spec.rb
spec/lib/validations/object_manager/attribute_validator_spec.rb
lib/validations/object_manager/attribute_validator_spec.rb
validations/object_manager/attribute_validator_spec.rb
@ -22813,6 +22825,11 @@ service/auth/deprecated/send_admin_token.rb
auth/deprecated/send_admin_token.rb
deprecated/send_admin_token.rb
send_admin_token.rb
app/services/service/user/out_of_office.rb
services/service/user/out_of_office.rb
service/user/out_of_office.rb
user/out_of_office.rb
out_of_office.rb
app/services/service/user/add_first_admin.rb
services/service/user/add_first_admin.rb
service/user/add_first_admin.rb
@ -24328,6 +24345,13 @@ types/input/autocomplete_search/object_attribute_external_data_source_input_type
input/autocomplete_search/object_attribute_external_data_source_input_type.rb
autocomplete_search/object_attribute_external_data_source_input_type.rb
object_attribute_external_data_source_input_type.rb
app/graphql/gql/types/input/autocomplete_search/user_input_type.rb
graphql/gql/types/input/autocomplete_search/user_input_type.rb
gql/types/input/autocomplete_search/user_input_type.rb
types/input/autocomplete_search/user_input_type.rb
input/autocomplete_search/user_input_type.rb
autocomplete_search/user_input_type.rb
user_input_type.rb
app/graphql/gql/types/input/autocomplete_search/organization_input_type.rb
graphql/gql/types/input/autocomplete_search/organization_input_type.rb
gql/types/input/autocomplete_search/organization_input_type.rb
@ -29256,6 +29280,10 @@ app/models/user/search_index.rb
models/user/search_index.rb
user/search_index.rb
search_index.rb
app/models/user/out_of_office.rb
models/user/out_of_office.rb
user/out_of_office.rb
out_of_office.rb
app/models/user/assets.rb
models/user/assets.rb
user/assets.rb
@ -34451,6 +34479,16 @@ views/PersonalSetting/plugins/index.ts
PersonalSetting/plugins/index.ts
plugins/index.ts
index.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
views/PersonalSetting/plugins/outOfOffice.ts
PersonalSetting/plugins/outOfOffice.ts
plugins/outOfOffice.ts
outOfOffice.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts
frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts
apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts
@ -34481,6 +34519,30 @@ views/PersonalSetting/plugins/locale.ts
PersonalSetting/plugins/locale.ts
plugins/locale.ts
locale.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue
frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue
apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue
desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue
pages/personal-setting/views/PersonalSettingOutOfOffice.vue
personal-setting/views/PersonalSettingOutOfOffice.vue
views/PersonalSettingOutOfOffice.vue
PersonalSettingOutOfOffice.vue
app/frontend/apps/desktop/pages/personal-setting/types/out-of-office.ts
frontend/apps/desktop/pages/personal-setting/types/out-of-office.ts
apps/desktop/pages/personal-setting/types/out-of-office.ts
desktop/pages/personal-setting/types/out-of-office.ts
pages/personal-setting/types/out-of-office.ts
personal-setting/types/out-of-office.ts
types/out-of-office.ts
out-of-office.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
desktop/pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
personal-setting/__tests__/personal-setting-out-of-office.spec.ts
__tests__/personal-setting-out-of-office.spec.ts
personal-setting-out-of-office.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar.spec.ts
frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar.spec.ts
apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar.spec.ts
@ -34505,6 +34567,14 @@ pages/personal-setting/__tests__/personal-setting-locale.spec.ts
personal-setting/__tests__/personal-setting-locale.spec.ts
__tests__/personal-setting-locale.spec.ts
personal-setting-locale.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
desktop/pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
__tests__/personal-setting-out-of-office-a11y.spec.ts
personal-setting-out-of-office-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts
frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts
apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts
@ -37506,6 +37576,13 @@ desktop/initializer/assets/upload.svg
initializer/assets/upload.svg
assets/upload.svg
upload.svg
app/frontend/apps/desktop/initializer/assets/calendar-date-time.svg
frontend/apps/desktop/initializer/assets/calendar-date-time.svg
apps/desktop/initializer/assets/calendar-date-time.svg
desktop/initializer/assets/calendar-date-time.svg
initializer/assets/calendar-date-time.svg
assets/calendar-date-time.svg
calendar-date-time.svg
app/frontend/apps/desktop/initializer/assets/box-arrow-up-right.svg
frontend/apps/desktop/initializer/assets/box-arrow-up-right.svg
apps/desktop/initializer/assets/box-arrow-up-right.svg
@ -42244,6 +42321,13 @@ form/i18n/__tests__/locales.spec.ts
i18n/__tests__/locales.spec.ts
__tests__/locales.spec.ts
locales.spec.ts
app/frontend/shared/form/validation/rules/date-range.ts
frontend/shared/form/validation/rules/date-range.ts
shared/form/validation/rules/date-range.ts
form/validation/rules/date-range.ts
validation/rules/date-range.ts
rules/date-range.ts
date-range.ts
app/frontend/shared/form/validation/rules/.keep
frontend/shared/form/validation/rules/.keep
shared/form/validation/rules/.keep
@ -42251,6 +42335,14 @@ form/validation/rules/.keep
validation/rules/.keep
rules/.keep
.keep
app/frontend/shared/form/validation/rules/__tests__/date-range.spec.ts
frontend/shared/form/validation/rules/__tests__/date-range.spec.ts
shared/form/validation/rules/__tests__/date-range.spec.ts
form/validation/rules/__tests__/date-range.spec.ts
validation/rules/__tests__/date-range.spec.ts
rules/__tests__/date-range.spec.ts
__tests__/date-range.spec.ts
date-range.spec.ts
app/frontend/shared/form/features/formLocaleDir.ts
frontend/shared/form/features/formLocaleDir.ts
shared/form/features/formLocaleDir.ts
@ -43935,6 +44027,9 @@ lib/validations/ticket_article_validator/whatsapp_message.rb
validations/ticket_article_validator/whatsapp_message.rb
ticket_article_validator/whatsapp_message.rb
whatsapp_message.rb
lib/validations/out_of_office_validator.rb
validations/out_of_office_validator.rb
out_of_office_validator.rb
lib/validations/mention_validator.rb
validations/mention_validator.rb
mention_validator.rb

View file

@ -1568,51 +1568,51 @@ VERSION
.gitleaks.toml
.rubocop.yml
.eslintrc.js
spec/system/apps/mobile/app_maintenance_spec.rb
spec/system/apps/mobile/online_notifications_spec.rb
spec/system/apps/mobile/ticket_articles_spec.rb
spec/system/apps/mobile/basic/invalid_session_handling_spec.rb
spec/system/apps/mobile/basic/shared_authentication_state_spec.rb
spec/system/apps/mobile/basic/logout_frontend_store_reset_spec.rb
spec/system/apps/mobile/app_links_spec.rb
spec/system/apps/mobile/examples/reply_article_examples.rb
spec/system/apps/mobile/examples/article_security_examples.rb
spec/system/apps/mobile/examples/create_article_examples.rb
spec/system/apps/mobile/examples/core_workflow_examples.rb
spec/system/apps/mobile/search_overview_spec.rb
spec/system/apps/mobile/user/detail_view_spec.rb
spec/system/apps/mobile/user/detail_view_edit_spec.rb
spec/system/apps/mobile/tickets/ticket_create_security_spec.rb
spec/system/apps/mobile/tickets/update/customer_spec.rb
spec/system/apps/mobile/tickets/update/external_data_source_attribute_spec.rb
spec/system/apps/mobile/tickets/update/tags_spec.rb
spec/system/apps/mobile/tickets/ticket_email_reply_security_spec.rb
spec/system/apps/mobile/tickets/ticket_article_subscription_spec.rb
spec/system/apps/mobile/tickets/create/ticket_duplicate_detection_spec.rb
spec/system/apps/mobile/tickets/ticket_articles_spec.rb
spec/system/apps/mobile/tickets/ticket_information_customer_edit_spec.rb
spec/system/apps/mobile/tickets/ticket_spec.rb
spec/system/apps/mobile/tickets/ticket_information_customer_spec.rb
spec/system/apps/mobile/tickets/ticket_merge_spec.rb
spec/system/apps/mobile/tickets/ticket_list_permissions_spec.rb
spec/system/apps/mobile/tickets/ticket_article_actions_spec.rb
spec/system/apps/mobile/tickets/ticket_create_spec.rb
spec/system/apps/mobile/tickets/ticket_mention_spec.rb
spec/system/apps/mobile/tickets/ticket_accounted_time_spec.rb
spec/system/apps/mobile/tickets/viewer/live_users_spec.rb
spec/system/apps/mobile/tickets/ticket_update_spec.rb
spec/system/apps/mobile/tickets/ticket_list_spec.rb
spec/system/apps/mobile/tickets/articles/create_spec.rb
spec/system/apps/mobile/tickets/articles/list_subscription_spec.rb
spec/system/apps/mobile/home_spec.rb
spec/system/apps/mobile_old/app_maintenance_spec.rb
spec/system/apps/mobile_old/online_notifications_spec.rb
spec/system/apps/mobile_old/ticket_articles_spec.rb
spec/system/apps/mobile_old/basic/invalid_session_handling_spec.rb
spec/system/apps/mobile_old/basic/shared_authentication_state_spec.rb
spec/system/apps/mobile_old/basic/logout_frontend_store_reset_spec.rb
spec/system/apps/mobile_old/app_links_spec.rb
spec/system/apps/mobile_old/examples/reply_article_examples.rb
spec/system/apps/mobile_old/examples/article_security_examples.rb
spec/system/apps/mobile_old/examples/create_article_examples.rb
spec/system/apps/mobile_old/examples/core_workflow_examples.rb
spec/system/apps/mobile_old/search_overview_spec.rb
spec/system/apps/mobile_old/user/detail_view_spec.rb
spec/system/apps/mobile_old/user/detail_view_edit_spec.rb
spec/system/apps/mobile_old/tickets/ticket_create_security_spec.rb
spec/system/apps/mobile_old/tickets/update/customer_spec.rb
spec/system/apps/mobile_old/tickets/update/external_data_source_attribute_spec.rb
spec/system/apps/mobile_old/tickets/update/tags_spec.rb
spec/system/apps/mobile_old/tickets/ticket_email_reply_security_spec.rb
spec/system/apps/mobile_old/tickets/ticket_article_subscription_spec.rb
spec/system/apps/mobile_old/tickets/create/ticket_duplicate_detection_spec.rb
spec/system/apps/mobile_old/tickets/ticket_articles_spec.rb
spec/system/apps/mobile_old/tickets/ticket_information_customer_edit_spec.rb
spec/system/apps/mobile_old/tickets/ticket_spec.rb
spec/system/apps/mobile_old/tickets/ticket_information_customer_spec.rb
spec/system/apps/mobile_old/tickets/ticket_merge_spec.rb
spec/system/apps/mobile_old/tickets/ticket_list_permissions_spec.rb
spec/system/apps/mobile_old/tickets/ticket_article_actions_spec.rb
spec/system/apps/mobile_old/tickets/ticket_create_spec.rb
spec/system/apps/mobile_old/tickets/ticket_mention_spec.rb
spec/system/apps/mobile_old/tickets/ticket_accounted_time_spec.rb
spec/system/apps/mobile_old/tickets/viewer/live_users_spec.rb
spec/system/apps/mobile_old/tickets/ticket_update_spec.rb
spec/system/apps/mobile_old/tickets/ticket_list_spec.rb
spec/system/apps/mobile_old/tickets/articles/create_spec.rb
spec/system/apps/mobile_old/tickets/articles/list_subscription_spec.rb
spec/system/apps/mobile_old/home_spec.rb
spec/system/apps/mobile_old/after_auth_spec.rb
spec/system/apps/mobile_old/form_helpers_spec.rb
spec/system/apps/mobile_old/organization/detail_view_spec.rb
spec/system/apps/mobile_old/organization/edit_spec.rb
spec/system/apps/mobile/account_spec.rb
spec/system/apps/mobile/login_spec.rb
spec/system/apps/mobile/after_auth_spec.rb
spec/system/apps/mobile/form_helpers_spec.rb
spec/system/apps/mobile/organization/detail_view_spec.rb
spec/system/apps/mobile/organization/edit_spec.rb
spec/system/apps/mobile/account/avatar_spec.rb
spec/system/apps/desktop/admin_password_auth_spec.rb
spec/system/apps/desktop/account_spec.rb
spec/system/apps/desktop/login_spec.rb
spec/system/apps/desktop/registration_spec.rb
spec/system/system/maintenance/app_version_spec.rb
@ -2243,6 +2243,7 @@ spec/services/service/user/signup_spec.rb
spec/services/service/user/password_reset/send_spec.rb
spec/services/service/user/password_reset/verify_spec.rb
spec/services/service/user/password_reset/update_spec.rb
spec/services/service/user/out_of_office_spec.rb
spec/services/service/user/signup_verify_spec.rb
spec/services/service/user/add_internal_spec.rb
spec/services/service/user/filter_permission_assignments_spec.rb
@ -2580,6 +2581,7 @@ spec/models/user/performs_geo_lookup_examples.rb
spec/models/user/can_lookup_search_index_attributes_examples.rb
spec/models/user/updates_ticket_organization_spec.rb
spec/models/user/has_search_index_backend_spec.rb
spec/models/user/out_of_office_spec.rb
spec/models/user/perform_changes_spec.rb
spec/models/user/two_factor_preference_spec.rb
spec/models/user/merge_spec.rb
@ -2978,6 +2980,7 @@ spec/factories/ssl_certificates.rb
spec/lib/validations/ticket_article_validator/default_spec.rb
spec/lib/validations/ticket_article_validator/whatsapp_message_spec.rb
spec/lib/validations/channel_email_account_uniqueness_validator_spec.rb
spec/lib/validations/out_of_office_validator_spec.rb
spec/lib/validations/object_manager/attribute_validator_spec.rb
spec/lib/validations/object_manager/attribute_validator/data_types_spec.rb
spec/lib/validations/object_manager/attribute_validator/min_max_spec.rb
@ -4574,6 +4577,7 @@ app/services/service/auth/send_admin_token.rb
app/services/service/auth/verify_admin_token.rb
app/services/service/auth/concerns/check_admin_password_auth.rb
app/services/service/auth/deprecated/send_admin_token.rb
app/services/service/user/out_of_office.rb
app/services/service/user/add_first_admin.rb
app/services/service/user/signup.rb
app/services/service/user/password_reset/send.rb
@ -4828,6 +4832,7 @@ app/graphql/gql/types/input/autocomplete_search/merge_ticket_input_type.rb
app/graphql/gql/types/input/autocomplete_search/input_type.rb
app/graphql/gql/types/input/autocomplete_search/recipient_input_type.rb
app/graphql/gql/types/input/autocomplete_search/object_attribute_external_data_source_input_type.rb
app/graphql/gql/types/input/autocomplete_search/user_input_type.rb
app/graphql/gql/types/input/autocomplete_search/organization_input_type.rb
app/graphql/gql/types/input/login_input_type.rb
app/graphql/gql/types/input/user/signup_input_type.rb
@ -5877,6 +5882,7 @@ app/models/object_manager/attribute/set_defaults.rb
app/models/object_manager/element/ticket.rb
app/models/object_manager/element/backend.rb
app/models/user/search_index.rb
app/models/user/out_of_office.rb
app/models/user/assets.rb
app/models/user/triggers_subscriptions.rb
app/models/user/has_two_factor.rb
@ -6601,12 +6607,17 @@ app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting.vue
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/types.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/appearance.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/index.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/avatar.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/locale.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue
app/frontend/apps/desktop/pages/personal-setting/types/out-of-office.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-appearance.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-locale.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-appearance-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-locale-a11y.spec.ts
@ -6973,6 +6984,7 @@ app/frontend/apps/desktop/initializer/assets/whatsapp.svg
app/frontend/apps/desktop/initializer/assets/key.svg
app/frontend/apps/desktop/initializer/assets/camera.svg
app/frontend/apps/desktop/initializer/assets/upload.svg
app/frontend/apps/desktop/initializer/assets/calendar-date-time.svg
app/frontend/apps/desktop/initializer/assets/box-arrow-up-right.svg
app/frontend/apps/desktop/initializer/assets/trash3.svg
app/frontend/apps/desktop/initializer/assets/clock.svg
@ -7637,7 +7649,9 @@ app/frontend/shared/form/core/createCustomIcons.ts
app/frontend/shared/form/core/createI18nPlugin.ts
app/frontend/shared/form/i18n/locales.ts
app/frontend/shared/form/i18n/__tests__/locales.spec.ts
app/frontend/shared/form/validation/rules/date-range.ts
app/frontend/shared/form/validation/rules/.keep
app/frontend/shared/form/validation/rules/__tests__/date-range.spec.ts
app/frontend/shared/form/features/formLocaleDir.ts
app/frontend/shared/form/features/setPopulatedOnWebkitAutofill.ts
app/frontend/shared/form/features/addLink.ts
@ -7991,6 +8005,7 @@ lib/validations/verify_perform_rules_validator.rb
lib/validations/ticket_article_validator/backend.rb
lib/validations/ticket_article_validator/default.rb
lib/validations/ticket_article_validator/whatsapp_message.rb
lib/validations/out_of_office_validator.rb
lib/validations/mention_validator.rb
lib/validations/object_manager/attribute_validator.rb
lib/validations/object_manager/attribute_validator/min_max.rb

View file

@ -30,6 +30,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -37,8 +41,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -48,6 +55,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers
/*source=
/.git
/?z=1
/B00M3E1HJY
/B00M3E1NYI
/B00M3E1Q5Y
@ -66,6 +74,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/Search/
/_
/_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/apis
@ -80,6 +98,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments/*?*sort=
/commits/*?author
/commits/*?path
/communities
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -106,6 +126,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/liked_by
/likes
/listing/*/favoriters
/lookup?
/mediaapi/
@ -113,15 +134,20 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/Search/
/music/*/search/
/newsearch/
/organize
/people/*/circle
/people/*/favorites
/pinned_flashes
/pins
/podcast/*/*?i=
/print$
/profile-about
/raw
/revisions
/rg*/mediaviewer/rm*/tr
/rss
/scheduled-pin
/scheduled-pins
/search
/search$
/search.compact$
@ -143,11 +169,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/wiki/Special:
/wiki/index.php/Help
@ -216,6 +246,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?pt1=true$
?s=
?show_error=true
?tab=achievements&achievement=
?utm_*=
?w=address
@ -300,6 +331,8 @@ 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
@ -366,6 +399,8 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -474,6 +509,7 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
@ -495,6 +531,7 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
aihub/tfhub
ajax
ajax/follow_info
@ -532,6 +569,7 @@ api_access_key=
app*_
app*form_id=
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -649,6 +687,7 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
away.php
b?*node=7454898011
b?*node=7454917011
@ -762,7 +801,11 @@ blogs/test
blogsearch
blogsearch_feeds
bn
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -784,17 +827,38 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
browse/reviews/recent
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
buttonlite.js
buyside-e2e-monitor
buzz/post
@ -986,6 +1050,7 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -1009,6 +1074,7 @@ client_error
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1029,6 +1095,7 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1044,24 +1111,32 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
community_s
companyDir
compare
compare/*/apply
compressiontest
config.js
connect
connections
connector
consumers/archive
contact_me
contactus
content
content-claiming
context_referrer=gig_page
context_referrer=user_page
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copyright-reporting
corgi$
couchmode
counter/*?
@ -1069,7 +1144,13 @@ counters/client-screenview
coupons/visit
covid19
covid19/mobility
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
@ -1078,7 +1159,9 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1188,7 +1271,9 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1238,6 +1323,7 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -1335,6 +1421,8 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -1346,6 +1434,7 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -1400,6 +1489,7 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -1502,6 +1592,8 @@ 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
@ -1511,6 +1603,7 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fe=true
feature/sf-test
feed
@ -1590,6 +1683,8 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1700,6 +1795,8 @@ globalmarketfinder
globalmarketfinder/*.html
go/awards
gold?
google_gdn.html
google_search.html
googlebooks/images
goto
gp
@ -1810,6 +1907,7 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1884,7 +1982,10 @@ hk-en/teams
hk-en/transactions
hk-en/treasury
hk-en/your
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotelfinder/rpc
@ -1903,6 +2004,9 @@ i/u
ia
icons
id-id.www.cloudflare.com
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie*/listing/*/favoriters
@ -2065,6 +2169,7 @@ in-en/treasury
in-en/your
inbox
inbox$
includes
indepthtoolkit/smallprox
indepthtoolkit/smallprox$
index.html?
@ -2072,11 +2177,14 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invites/buy
invoice/est
invoice/estimate/buyerView
@ -2166,6 +2274,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters
jp*/people/*/circle
jp*/people/*/favorites
@ -2228,6 +2338,7 @@ knowmore
ko-kr.www.cloudflare.com
ko-kr/feedback
ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -2262,10 +2373,12 @@ learning/search?
learning/settings
learning/settings$
learning/settings?
lens-search
li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -2274,6 +2387,7 @@ listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -2305,6 +2419,7 @@ lochp?
logging
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -2483,6 +2598,7 @@ native
nb-no.www.cloudflare.com
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -2494,6 +2610,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsroom/notifications
@ -2601,6 +2718,7 @@ no-en/treasury
no-en/your
nonprofits/account
not_recommended_reviews/preview
notifications
ns/hydra/console/?
nus-trk
nwshp$
@ -2653,8 +2771,12 @@ nz/teams
nz/transactions
nz/treasury
nz/your
oauth/line
oauth/login
oauth/v2
oauth2/v2
oauth_error
offsite
og
onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018
@ -2685,8 +2807,11 @@ pages?oid=-
pagespeed/insights/ui/logo
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -2716,8 +2841,39 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
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/create
pin/find
pin/find?url=
pin_shop
ping?
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters
pl*/people/*/circle
pl*/people/*/favorites
@ -2768,6 +2924,7 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -2797,6 +2954,7 @@ ppob?
pqa
preference
preferences
prefs
present
presentation
prettyearth/assets
@ -2807,6 +2965,8 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -2884,6 +3044,7 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -2893,6 +3054,7 @@ qp/batch_fetch_web
qr
quality_form?
query
quiz
r
r/*.rss
r/*/comments/*.rss
@ -2920,6 +3082,7 @@ random
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -2937,6 +3100,8 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
@ -2947,10 +3112,14 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
reservations/*/notifyme
resource
resource/*/get
results
retail
retail/old
@ -2984,6 +3153,7 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -3079,6 +3249,7 @@ searchhistory
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -3155,6 +3326,7 @@ shop/browse/ribbon
shop/favorites
shop/iphone/payments/overlay
shop_name_search_service
shop_pins
shopping-content-api/product_images
shopping/product
shopping/ratings/account/metrics
@ -3448,11 +3620,13 @@ smart/buttons
social/photosui/images
social/photosui/sitemap
social/social-security-directory/cai
socialmanager
sounds/player
sounds/player$
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -3474,6 +3648,7 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
start_order
@ -3528,6 +3703,10 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
submit
@ -3548,6 +3727,7 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
sv-se.www.cloudflare.com
svc
svc/crosswords
@ -3561,12 +3741,14 @@ svc/vertex
svc/web
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
t/terms
tab=
tablet
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -3599,8 +3781,10 @@ test
testpage-forhomepage
tetro
th-th.www.cloudflare.com
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -3675,6 +3859,7 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
tvschedule
twitter
@ -3739,9 +3924,12 @@ uk/teams
uk/transactions
uk/treasury
uk/your
unauth-profile
unlink
unsub
until=
updates
upload-lens-image
uploads
urchin_test
us-es*/listing/*/favoriters
@ -3812,8 +4000,11 @@ users
using
utils
uviewer
v1
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
vi-vn.www.cloudflare.com
@ -3842,9 +4033,12 @@ watch_queue_ajax
webmasters/sitemaps/ping?
webscr
websearch
website/confirm
website/confirm/download
webstore/search
webstore/static/*/wall/js
weekly/signup
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget_auth.php
@ -4306,6 +4500,7 @@ xoonboarding
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos

View file

@ -244,6 +244,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.htm$
.html
.html$
.html$
.html?cachemode=refresh$
.html_
.i
@ -307,6 +308,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known/amphtml/
.well-known/amphtml/apikey.pub
.well-known/assetlinks.json
.well-known/assetlinks.json
.well-known/privacy-sandbox-attestations.json
.well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200
.well-known/shopify/monorail
@ -2376,6 +2378,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/acq
/action
/actions_panel
/activate
/activity
/activity/feed
/activity/pjax
@ -2635,6 +2638,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/creative-official+internal
/crm/lp/
/crshow/*
/crunchylists
/cuaca/
/currentcartcount
/custom-report
@ -3124,6 +3128,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/partials
/password
/patches/new
/patterns/
/pay-invoice
/pd/Ghost-Stories-Original-Tales-Ghostly-Urban-Legends-Audiobook/B07GL5B67Q
/pd/ITEM_NAME-Podcast
@ -3190,6 +3195,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/professionals/*/*style-modern-probr1-
/profile
/profile-about
/profile/activation
/profileshow
/project_members
/promoassets
@ -3321,6 +3327,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/search/?
/search/?*terms
/search/?q
/search/?q=*
/search/account
/search/ai-search
/search/assets
@ -3357,6 +3364,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/search?searchProvider=*&sort=
/search?title=
/searchDirectory
/searchresults/
/searchsuggest
/secure/
/select*?
@ -3559,6 +3567,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/w--
/watch
/watch-fragments
/watchlist
/wbg/aem
/wbg/services
/weather/
@ -5375,7 +5384,6 @@ Help
HelpContent
Heritrix
Home/404Page
HpImageArchive.aspx
HubStyle/static-2.309
HubStyle/static-2.313
HubStyle/static-2.315
@ -5467,6 +5475,7 @@ Link
LinkScan/8.1a
Livelapbot
Localize
Login.html
LoginHelp
LogonForm
Logout
@ -5560,6 +5569,7 @@ Meo
MessageRunDetailID=
MetaURI
Microsoft.URL.Control
Mobile/EM/
Moreover
Moreoverbot
MoviesYouveSeen
@ -5680,7 +5690,6 @@ ProfilesGate
Project
PromotionDetailsDisplayView
PromotionDisplayView
Proxy.ashx
QUICKNEWS
Qinfo
Qinfo/cams
@ -5739,7 +5748,6 @@ SOImapPriceDisplayView
SametimeWebApp
Scripts
Search
Search
Search/*
Search/Mail/Public
SearchNavigationView
@ -5794,7 +5802,6 @@ Special:ThankAuthors
Special:UserLogin
SpecificationDefinitionView
Spinn3r
Starten/Circle-und-Sprint.html
Starten/Page-Projekt-anlegen.html
Statistics
Stats
@ -6004,7 +6011,7 @@ _blank
_blog_rss
_borders
_comments
_csrf=
_csrf
_derived
_email.html
_enterprise*/shop
@ -6217,8 +6224,6 @@ ac/
ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search
ac2
academic-subscriptions
academic/profile
academic/search
academy
academy-free-account
academy/*/results
@ -6275,7 +6280,6 @@ ach/search
ach/user
ach/users
achievements
aclick
aclk
acoustic
acq/nonprofits
@ -6293,6 +6297,7 @@ acq/real-estate?
act
act-network
action
action
action$
action/ajaxShowRecommended
action/clickThrough
@ -6317,7 +6322,6 @@ action/showTopic
action/showXml
action/showfeed
action/sso
action=
action=delete
action=history
action?
@ -6415,6 +6419,7 @@ adult
adv/news/vystavka-prodazha-na-poiske-poyavilas-tovarnaya-galereya
advanced-search
advanced-search/x
advanced-trade/spot
advanced/adv-suggestions
advancedGiftRegistrySearchView
advanced_blog_search
@ -6508,6 +6513,7 @@ ak/search
ak/user
ak/users
ak_action=
aktivierungslink-anfordern.html
al
alacarta/*&order=
alacarta/*&orderCriteria
@ -6544,7 +6550,6 @@ alexa-top-sites/*
alexa-web-search/*
alexa/*
alexaforbusiness/
alink
alkali
all
all-supported-params
@ -6566,22 +6571,21 @@ amazon100dollarsale
ambry
amg.html
amp
amp
amp$
amp-proxy
amp-tealium
amp/
amp/authorize
amp=
amphtml
amphtml/blogs/test
amphtml/classic-apps
amphtml/news/test
amphtml/stamp/ucp/post-testing
amphtml/utils
ampplace=
ampplace
amptest
amturing-acm-org/
amupr_id=
amupr_id
amurl
amzn/click
an/forums
@ -6645,7 +6649,6 @@ api/http://kobo.com/robots.txt
api/internal/analytics/songs
api/jobPostings/jobs
api/legendary-data/relay
api/maps/
api/nextsteps/*
api/nicorepo/timeline
api/programas/69730/audios.rss
@ -7478,7 +7481,6 @@ backoffice=
backstage/help/search-results.html
badges/profile/create
bagon
baidu
ban-me-i-am-a-robot
bandito
banmyipforever.cgi
@ -7721,10 +7723,10 @@ beta_hotlydbt/
betaboards
betacc
betaem
bezahlvorgaenge.html
bfe/apps/website
bfl
bfmp
bfp/search
bg
bg-*/
bg-bg/
@ -7778,7 +7780,6 @@ bin
bin/
bin/search.go
bin/search.py
bing-site-safety
bingbot
bipolar-disorder/bipolar-depression-management
bipolar-disorder/video/bipolar-fatherhood
@ -7924,7 +7925,6 @@ blogs/blogpost/preview
blogs/nationals-journal-beta
blogs/pad$
blogs/pad/$
blogs/search/
blogs/slow-ride
blogs/technology.atom
blogs/test
@ -8784,6 +8784,7 @@ capacity4dev/user/register
capacity4dev/users
capacity4dev/xmlrpc.php
captcha
captchas
car-search-sitemap
card
card_management.php
@ -9137,7 +9138,6 @@ civis/posts
civis/search
civis/threads/*in_iframe=1
civis/threads/*wp_data=
ck/
cl
cl2/feeds
cl2/ical
@ -9801,16 +9801,13 @@ cp/api/wpa
cpds2
cpes/
cpresources
cpro
cpropub/univercd
cpspa
cr
cr$
cr/
cr/$
cr/corporate/contact
cr/news
cr?
craft
crash
crawler4j
@ -9827,6 +9824,7 @@ create-sign-in
create/designtool
create/survey/preview
create_pin
create_review
createawebsite
createshort.html
creative-europe/404_en.htm
@ -9928,6 +9926,7 @@ csp_report_only
csrf=*
csrf_error
csrf_token
css
css-validator
css-validator/check
css-validator/docs
@ -10278,6 +10277,7 @@ deals/popular
debats/
debitcard
debug
debug/
deck
deck-maker
deep-health-abstract
@ -10363,6 +10363,7 @@ dg-service
dgs/education_culture/404_en.htm
dhtml
dhtmlmenu
di-ag/
diagnosed-with-glioblastoma
dialog/*
dictionary/static/sitemaps
@ -10860,6 +10861,9 @@ edit
edit-subscriptions
edit/review
edit/success
edit_article
editarticle
editgroup
edition/null
editionssi
editor
@ -11162,9 +11166,6 @@ enterprise/orgs-terms
entertain
entertainment/article/Minerva-s-horoscope
entertainment/bravo
entities/search
entityexplore$
entityexplore?
entp
entrez
entrez/eutils
@ -11720,7 +11721,6 @@ fbl/terms.html
fbpostaction.cms?article=
fcgi-
fckeditor
fd/
fdbk
feature/sf-test
feature_nine_browse-bin=
@ -12292,8 +12292,6 @@ full
fullscreen
fullscreen/ReportLinker
fun
fun/api/
fun/g/
fundraiser/charity
fundraiser/search
fur/forums
@ -12518,6 +12516,7 @@ get_video_info
getaccess
getflipit
gethelp/
getitem
getstarted
getstarted/
getthebetas/
@ -12562,6 +12561,7 @@ gl/users
glass/images/commerce
global
global$
global-infrastructure/services/get-async/http://bakespace.com/robots.txt
global-master
global-nav-esi
global/RU/
@ -12994,6 +12994,7 @@ highereducation/higheddocs
highlights
highwire
hilfe/fundingdetail.html
hilfe/live/launch-day/launch-day-show-voting.html
hilfe/live/officehour/officehour-link.html
hims-hard-mints
hinweis/datenleck
@ -13151,7 +13152,6 @@ homefeed
homepage
homepage-flash-testing.jsp
homepage-video-test
homepage/
homepage/2013
honing.html
hooks
@ -13173,14 +13173,12 @@ hosted
hosted/images
hosting/search
hotel/index.hi.
hotel/reviews?
hotel/us/the-airstream-van.*.html
hotel_attractions
hotel_rt_onview
hotelfinder/rpc
hotels
hotels/rpc
hotels/search
hotelsonmap.*.json
hotfix/
houseads
@ -13194,8 +13192,6 @@ howto
howtobuy/
hp/focus-retrocompatibile$
hp/video
hpm
hpmob
hr
hr-*/
hr-hr/
@ -13694,16 +13690,11 @@ images/$
images/*
images/?
images/Podcasts
images/async/?
images/async?
images/carBlogsimages
images/chart_gifs
images/chart_pdfs
images/chart_png300
images/chart_png460
images/hosted/?
images/hosted/search?
images/hosted?
images/interview_pdfs
images/li.gif
images/logging_requests.gif
@ -13712,12 +13703,8 @@ images/ndtvvideo/*
images/pad/search?rpt=imageview
images/pad/search?text=*&source=morda
images/resume
images/search%3F
images/search/?
images/search?
images/search?rpt=imageview
images/search?text=*&source=morda
images/searchbyimage
images/showroomimages
images/smart/$
images/touch/$
@ -13728,7 +13715,6 @@ images/usedcarimages
images/userprofileimg
images/v$
images/viewconfig$
images?
imagine/
imesync
img
@ -13852,7 +13838,6 @@ inapp
inbox
inbox$
inbox$
inboxcommerce
inc5000dev
include
include/
@ -13916,7 +13901,6 @@ index.php/ko/node/
index.php/magazine/get_comment
index.php/media/oembed
index.php/members/profile
index.php/node
index.php/node/add
index.php/node/add/
index.php/ru/node/
@ -13980,9 +13964,10 @@ info/jobs/showmaster.html
info/jobs/social-media.html
info/jobs/support.html
info/jobs/texterin-uxwriterin.html
info/jobs/werkstudentin-demokratie-botschafterin.html
info/jobs/werkstudentin-social-media.html
info/jobs/werkstudentin-social-media_6.html
info/tech-feedback
info/verstoss-melden.html
infoods/biodiversity
informa
information/feedback.html?
@ -15043,7 +15028,6 @@ liked
limit_hits
limited-release
link
link?
link_to
linked
linkedin
@ -15109,7 +15093,6 @@ loader.cfm*
loc/volunteers
loc=
local
local
local-services-ads
local/ajax
local/blogsandcolumns/slow-ride-front
@ -15380,6 +15363,18 @@ manage/global
manage_friend.pl
manage_playlist
manager
manager-interface.html
manager-interface/auszahlungen.html
manager-interface/dankeschoens.html
manager-interface/fraudometer.html
manager-interface/legitimationen.html
manager-interface/manager-notifications.html
manager-interface/nutzer-mgr.html
manager-interface/pages-mgr.html
manager-interface/projekte-mgr.html
manager-interface/transaktionen.html
manager-interface/umsatzliste.html
manager-interface/vielfaltoskop.html
manageyourkindle
manifest.json
manifest.webmanifest
@ -15406,7 +15401,6 @@ maps/*?lang=uk$
maps/*?lang=uz$
maps/*?ll=
maps/about
maps/adsendpoint
maps/api/js
maps/api/place/js
maps/api/staticmap
@ -15798,7 +15792,6 @@ merchant/directions
merchant/imageUploadPreview
merchant/loc
merchant/moreProducts?
merchant/reviews?
merchant/update
merchantapps
mes
@ -16385,6 +16378,7 @@ newblog
newcarfilterwidget
newcarwidget
newfanshot
newpoll
news
news$
news-app
@ -16789,7 +16783,6 @@ notificarelacionadas
notifications
notifications
notifications$
notifications/
notifications/*
nova
now/mt3
@ -16955,8 +16948,6 @@ offers/nonprofits
offers/nonprofits$
offers/nonprofits%
offers/nonprofits?
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offline
offlinenotice.xml
offsite
@ -17441,6 +17432,7 @@ ping
ping?
pingback
pingdom
pinnwand.html
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
@ -17988,7 +17980,6 @@ pro-resources
pro-site
pro/about
pro2
proFile/history?
proMatch
proProjects
proVideoWidget
@ -18007,7 +17998,6 @@ product-reviews/B0069IY63Y
product/electrode/api/logger
product/electrode/api/wpa
product/recommended
product/reviews?
productBrand=
productId=
productPurchaseDone
@ -18062,7 +18052,6 @@ profile/*/followers
profile/*/following
profile/*/map$
profile/downloads_limit
profile/history?
profile/license
profile/payment/getstarted
profile/view
@ -18731,7 +18720,6 @@ responder
rest
rest
results
results
results-export-email-by-search-data
results-export-ids
results-export-search-by-year
@ -18781,7 +18769,6 @@ reviews/seller
reviews/top-reviewers
reviews_page=
rewards
rewardsapp/
rf=*
rfcdiff*
rh-cong3-fragment
@ -18977,7 +18964,6 @@ s2/sitemaps
s2/static
s3
s?
s?
s?*rh=n%3A1380045031
sa
sa=
@ -19145,6 +19131,9 @@ sdfe/pdf/download/read/am4ir/noindex/pii
sdfe/pdf/download/read/index/pii
sdfe/pdf/download/read/noindex/pii
sdfe/reader/pii
sdg-newsletter.html
sdg-newsletter/sdg-newsletter-abbestellen.html
sdg-newsletter/sdg-newsletter-bestaetigen.html
sdk
sdk/js
sdkterms
@ -19279,6 +19268,7 @@ search*start=
search-4gen
search-ads-360
search-ar-dev
search-classic
search-collections?
search-console/scfe
search-effectiveness.html
@ -19621,7 +19611,6 @@ set_cookie.pl
setbucket
setprefs
settings
settings
settings/*
settings/deactivated
settings/linkaccount
@ -19753,9 +19742,7 @@ sharing/files
sharing/folders
sheet/help/search-results.html
shelf/user_shelves
shenghuo
shenghuo/search?
shifen/
shihui
shihui?
ship
@ -19764,8 +19751,6 @@ shipping-payment
shippingassistant
shippinginformation
shop
shop$
shop/
shop/bag
shop/browse/campaigns/mobile_overlay
shop/browse/overlay
@ -19774,7 +19759,6 @@ shop/favorites
shop/global
shop/iphone/payments/overlay
shop/search.ep
shop?
shop_name_search_service
shop_pins
shopfront-api
@ -19821,6 +19805,7 @@ show_profile.pl
showcaptcha
showdependency
shows/
showtag
showtime/.requestinvite.html.swp
showtime/help/search-results.html
showtimes/location/*http://img.youtube.com/robots.txt
@ -19923,6 +19908,7 @@ sitecore/
sitecore_files
sitecore_files/
sitecounterajax
sitedown
sitemap
sitemap$
sitemap-extended
@ -20333,32 +20319,6 @@ smclient=
smcot
sme
smevi
sn-buecher.html
sn-buecher/magazine.html
sn-buecher/sn-buecher-sonstiges.html
sn-buecher/sn-comic.html
sn-buecher/sn-kalender.html
sn-buecher/sn-kinderbuecher.html
sn-buecher/sn-kochbuecher.html
sn-buecher/sn-romane.html
sn-buecher/sn-sachbuecher.html
sn-buecher/sn-schreibwaren.html
sn-filme.html
sn-filme/sn-dvd-blueray.html
sn-filme/sn-film-sonstiges.html
sn-filme/sn-on-demand-download.html
sn-filme/sn-tickets.html
sn-merchandise.html
sn-merchandise/sn-accessoires.html
sn-merchandise/sn-aufkleber-buttons.html
sn-merchandise/sn-kleidung.html
sn-merchandise/sn-merchandise-sonstiges.html
sn-merchandise/sn-poster.html
sn-tontraeger.html
sn-tontraeger/sn-cds.html
sn-tontraeger/sn-hoerbuecher.html
sn-tontraeger/sn-sonstiges.html
sn-tontraeger/sn-vinyl.html
snap
sndmsg?
snoop
@ -20371,7 +20331,6 @@ social-connect/send
social/help/search-results.html
social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
social_media
socialapp/
@ -20392,8 +20351,30 @@ soft/punto/?
soft/punto/mac/uninstall
soft/punto/win/uninstall
soft/win/?
software/*&api=
software/*&categories=
software/*&company_sizes=
software/*&deployment=
software/*&feature_
software/*&free_options=
software/*&integrates_with=
software/*&org_types=
software/*&q=
software/*&regions=
software/*&support=
software/*&training=
software/*?api=
software/*?categories=
software/*?company_sizes=
software/*?deployment=
software/*?feature_
software/*?free_options=
software/*?integrates_with=
software/*?org_types=
software/*?q=
software/*?regions=
software/*?support=
software/*?training=
software/compare/*-vs-*-vs-*-vs-*-vs-
software/compare/*/add-software
software/gnun/linc
@ -20463,7 +20444,6 @@ spanish/thewto_s/minist_s/mc10_s/coordinator_guide_s.pdf
spanish/thewto_s/minist_s/mc10_s/participant_guide_s.pdf
spartan
spatl
spbasic
spbot
spc-source=
special-promo/2for1
@ -20541,7 +20521,6 @@ sports/xyz123
sports_fp_ms
spp/
spreadsheet
spresults
sprint_wml
sprint_xhtml
sprints/help/search-results.html
@ -20625,7 +20604,6 @@ statement
static
static-assets/documents/PwnedPasswordsTop100k.txt
static-assets/images/collection
static/
static/button/button1.html
static/button/button1.js
static/button/button2.html
@ -20742,8 +20720,6 @@ storeclick
storefront
storepicker
storerequest
stores$
stores/
stores/page/*visitId=
stories
story
@ -21294,7 +21270,6 @@ text
textedition
tfemail
th
th$
th-*/
th-th.www.cloudflare.com
th-th/
@ -21317,7 +21292,6 @@ th/solutions/case-studies/
th/solutions/case-studies/innovators/innovators-eu/
th/user
th/users
th?
th_en
th_th/templates/M
thank-you
@ -21440,6 +21414,7 @@ toggle-experiment
toggle-favorites-collection
token
token=
token=
tool
toolbar
toolkit
@ -21464,6 +21439,7 @@ tools/quotes/secfilings.asp
tools/sensitiveHeading.html
tooltips
top
top
top-50-wealth-managers
top-stories
topGallery
@ -21581,7 +21557,6 @@ translate_static
translate_suggestion
translate_t
translation
translator/?ref=
transmute/static-1.85
transmute/static-2.6
transmute/static-2.8
@ -21609,24 +21584,10 @@ travel/
travel/2013/aug/22/been-there-readers-competition?
travel/8711559/The-Telegraph-Travel-Awards-2011.html
travel/clk
travel/css
travel/flight/flightSearch
travel/flight/flightSearchAction
travel/flight/search/?
travel/flight/search?
travel/flights/s
travel/hotel-search
travel/hotel/e
travel/hotel/hotelMiniSearchRequest
travel/hotel/hotelSearch
travel/hotels/checkout
travel/hotels/detail
travel/hotels/hotel-finder
travel/hotels/hotel-finder/$
travel/hotels/search/?
travel/hotels/search?
travel/scripts
travel/secure
travelnevadahighway95tc
treasury
treasury/treasdocuments
@ -21974,7 +21935,6 @@ uk/users
uk/ventureone
uk/wdc
uk/your
ulink?
ulk/i
ulk/sch
ulk/usr
@ -21994,7 +21954,6 @@ understanding-c3g
understanding-melanoma
unfiltered?
unfinished.php
unicef-component-mosaichttp://unpkg.com/robots.txt
unicorn/check
unijobs/*/emailjob
unijobs/*/jbequicksignup
@ -22062,6 +22021,7 @@ unsupported-browser
unternehmen/c
unternehmen/o
unternehmen/suche
unterstuetzer.html
until=
upcomingevents
update-your-browser
@ -22102,7 +22062,6 @@ ur/user
ur/users
urbanag
urchin_test
url
urlinator/static-1.54
urlinator/static-1.55
urlinator/static-1.57
@ -22442,6 +22401,7 @@ utm_expid=
utm_medium=
utm_referrer=
utm_source=
utm_source=
uviewer
uwp
ux-proto
@ -22579,7 +22539,7 @@ video/edit
video/embed
video/embed-player
video/embedded
video/games/tags
video/games/tags/
video/iframe
video/moment-joseph-mccann-arrested-in-a-tree-11878890
video/mucinex-md
@ -22608,21 +22568,11 @@ video_passthrough
video_passthrough.php
videorequest
videos
videos/?
videos/assets
videos/browsing
videos/e
videos/explore
videos/favorites
videos/feed
videos/feedcontent
videos/get_video_by_uid/
videos/images
videos/js
videos/music
videos/music/
videos/music/?
videos/music?
videos/search.php
videos/search.php?filter=*&s=Fight+Compilation$
videos/search.php?filter=*&s=Fight+Compilation*&start=*$
@ -22667,13 +22617,8 @@ videos/search.php?s=street+fight$
videos/search.php?s=street+fight*&start=*$
videos/search.php?s=woman+fight$
videos/search.php?s=woman+fight*&start=*$
videos/search/?
videos/search?
videos/trending
videos/trendingcontent
videos/viewmeta/
videos/week
videos?
videosearch
view
viewReview
@ -22689,6 +22634,7 @@ vieworder
viewrecentepisode
viewvc
viitem
vilos
vinterdev/
vip
virginaustralia
@ -22926,10 +22872,6 @@ whysecure
whythisad
widget
widget-landing-page.html
widget/cr
widget/entity/search/?
widget/render
widget/snapshot
widget_auth.php
widget_chunks
widgets
@ -23694,7 +23636,6 @@ word/download
word/embed
wordpress/wp-admin
wordpress/wp-admin/admin-ajax.php
work
work/_
work/acceptinvitation
work/account
@ -23798,6 +23739,7 @@ wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt
wp-admin/admin-ajax.phphttp://fool.com/robots.txt
wp-admin/admin-ajax.phphttp://openstreetmap.org/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv