mirror of
https://github.com/danielmiessler/SecLists
synced 2026-02-15 12:04:02 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
bd846a93bb
commit
fbf32b9731
28 changed files with 2391 additions and 1639 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1744095835
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1744106656
|
||||
"last_update": 1744193110
|
||||
}
|
||||
}
|
||||
|
|
@ -17138,10 +17138,18 @@ pnpm-workspace.yaml
|
|||
green-places-throw.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/curly-baboons-guess.md
|
||||
curly-baboons-guess.md
|
||||
.changeset/silent-feet-burn.md
|
||||
silent-feet-burn.md
|
||||
.changeset/upset-dryers-march.md
|
||||
upset-dryers-march.md
|
||||
.changeset/sweet-brooms-tell.md
|
||||
sweet-brooms-tell.md
|
||||
.changeset/mean-llamas-cross.md
|
||||
mean-llamas-cross.md
|
||||
.changeset/open-crabs-punch.md
|
||||
open-crabs-punch.md
|
||||
.changeset/weak-rules-end.md
|
||||
weak-rules-end.md
|
||||
.changeset/fair-eggs-marry.md
|
||||
|
|
|
|||
|
|
@ -3463,8 +3463,12 @@ docs/public/logo-dark.svg
|
|||
pnpm-workspace.yaml
|
||||
.changeset/green-places-throw.md
|
||||
.changeset/config.json
|
||||
.changeset/curly-baboons-guess.md
|
||||
.changeset/silent-feet-burn.md
|
||||
.changeset/upset-dryers-march.md
|
||||
.changeset/sweet-brooms-tell.md
|
||||
.changeset/mean-llamas-cross.md
|
||||
.changeset/open-crabs-punch.md
|
||||
.changeset/weak-rules-end.md
|
||||
.changeset/fair-eggs-marry.md
|
||||
.editorconfig
|
||||
|
|
@ -6124,6 +6124,31 @@ stock/report/bom_search/__init__.py
|
|||
report/bom_search/__init__.py
|
||||
bom_search/__init__.py
|
||||
__init__.py
|
||||
erpnext/stock/report/available_serial_no/available_serial_no.json
|
||||
stock/report/available_serial_no/available_serial_no.json
|
||||
report/available_serial_no/available_serial_no.json
|
||||
available_serial_no/available_serial_no.json
|
||||
available_serial_no.json
|
||||
erpnext/stock/report/available_serial_no/test_available_serial_no.py
|
||||
stock/report/available_serial_no/test_available_serial_no.py
|
||||
report/available_serial_no/test_available_serial_no.py
|
||||
available_serial_no/test_available_serial_no.py
|
||||
test_available_serial_no.py
|
||||
erpnext/stock/report/available_serial_no/available_serial_no.js
|
||||
stock/report/available_serial_no/available_serial_no.js
|
||||
report/available_serial_no/available_serial_no.js
|
||||
available_serial_no/available_serial_no.js
|
||||
available_serial_no.js
|
||||
erpnext/stock/report/available_serial_no/__init__.py
|
||||
stock/report/available_serial_no/__init__.py
|
||||
report/available_serial_no/__init__.py
|
||||
available_serial_no/__init__.py
|
||||
__init__.py
|
||||
erpnext/stock/report/available_serial_no/available_serial_no.py
|
||||
stock/report/available_serial_no/available_serial_no.py
|
||||
report/available_serial_no/available_serial_no.py
|
||||
available_serial_no/available_serial_no.py
|
||||
available_serial_no.py
|
||||
erpnext/stock/report/requested_items_to_be_transferred/requested_items_to_be_transferred.json
|
||||
stock/report/requested_items_to_be_transferred/requested_items_to_be_transferred.json
|
||||
report/requested_items_to_be_transferred/requested_items_to_be_transferred.json
|
||||
|
|
|
|||
|
|
@ -1293,6 +1293,11 @@ erpnext/stock/report/bom_search/bom_search.json
|
|||
erpnext/stock/report/bom_search/bom_search.py
|
||||
erpnext/stock/report/bom_search/bom_search.js
|
||||
erpnext/stock/report/bom_search/__init__.py
|
||||
erpnext/stock/report/available_serial_no/available_serial_no.json
|
||||
erpnext/stock/report/available_serial_no/test_available_serial_no.py
|
||||
erpnext/stock/report/available_serial_no/available_serial_no.js
|
||||
erpnext/stock/report/available_serial_no/__init__.py
|
||||
erpnext/stock/report/available_serial_no/available_serial_no.py
|
||||
erpnext/stock/report/requested_items_to_be_transferred/requested_items_to_be_transferred.json
|
||||
erpnext/stock/report/requested_items_to_be_transferred/__init__.py
|
||||
erpnext/stock/report/available_batch_report/available_batch_report.json
|
||||
|
|
|
|||
|
|
@ -2429,6 +2429,11 @@ Espo/Core/FieldValidation/CheckerFactory.php
|
|||
Core/FieldValidation/CheckerFactory.php
|
||||
FieldValidation/CheckerFactory.php
|
||||
CheckerFactory.php
|
||||
application/Espo/Core/FieldValidation/Type.php
|
||||
Espo/Core/FieldValidation/Type.php
|
||||
Core/FieldValidation/Type.php
|
||||
FieldValidation/Type.php
|
||||
Type.php
|
||||
application/Espo/Core/FieldValidation/Validator/Failure.php
|
||||
Espo/Core/FieldValidation/Validator/Failure.php
|
||||
Core/FieldValidation/Validator/Failure.php
|
||||
|
|
@ -2815,6 +2820,12 @@ Espo/Core/Record/Crud.php
|
|||
Core/Record/Crud.php
|
||||
Record/Crud.php
|
||||
Crud.php
|
||||
application/Espo/Core/Record/DynamicLogic/InputFilterProcessor.php
|
||||
Espo/Core/Record/DynamicLogic/InputFilterProcessor.php
|
||||
Core/Record/DynamicLogic/InputFilterProcessor.php
|
||||
Record/DynamicLogic/InputFilterProcessor.php
|
||||
DynamicLogic/InputFilterProcessor.php
|
||||
InputFilterProcessor.php
|
||||
application/Espo/Core/Record/ConcurrencyControl/OptimisticProcessor.php
|
||||
Espo/Core/Record/ConcurrencyControl/OptimisticProcessor.php
|
||||
Core/Record/ConcurrencyControl/OptimisticProcessor.php
|
||||
|
|
@ -5767,6 +5778,13 @@ Utils/Metadata/AdditionalBuilder/Fields.php
|
|||
Metadata/AdditionalBuilder/Fields.php
|
||||
AdditionalBuilder/Fields.php
|
||||
Fields.php
|
||||
application/Espo/Core/Utils/Metadata/AdditionalBuilder/LogicDefsBc.php
|
||||
Espo/Core/Utils/Metadata/AdditionalBuilder/LogicDefsBc.php
|
||||
Core/Utils/Metadata/AdditionalBuilder/LogicDefsBc.php
|
||||
Utils/Metadata/AdditionalBuilder/LogicDefsBc.php
|
||||
Metadata/AdditionalBuilder/LogicDefsBc.php
|
||||
AdditionalBuilder/LogicDefsBc.php
|
||||
LogicDefsBc.php
|
||||
application/Espo/Core/Utils/Metadata/AdditionalBuilder/StreamUpdatedAtField.php
|
||||
Espo/Core/Utils/Metadata/AdditionalBuilder/StreamUpdatedAtField.php
|
||||
Core/Utils/Metadata/AdditionalBuilder/StreamUpdatedAtField.php
|
||||
|
|
@ -24911,6 +24929,78 @@ Resources/layouts/OAuthProvider/detail.json
|
|||
layouts/OAuthProvider/detail.json
|
||||
OAuthProvider/detail.json
|
||||
detail.json
|
||||
application/Espo/Resources/metadata/logicDefs/Preferences.json
|
||||
Espo/Resources/metadata/logicDefs/Preferences.json
|
||||
Resources/metadata/logicDefs/Preferences.json
|
||||
metadata/logicDefs/Preferences.json
|
||||
logicDefs/Preferences.json
|
||||
Preferences.json
|
||||
application/Espo/Resources/metadata/logicDefs/WorkingTimeCalendar.json
|
||||
Espo/Resources/metadata/logicDefs/WorkingTimeCalendar.json
|
||||
Resources/metadata/logicDefs/WorkingTimeCalendar.json
|
||||
metadata/logicDefs/WorkingTimeCalendar.json
|
||||
logicDefs/WorkingTimeCalendar.json
|
||||
WorkingTimeCalendar.json
|
||||
application/Espo/Resources/metadata/logicDefs/LeadCapture.json
|
||||
Espo/Resources/metadata/logicDefs/LeadCapture.json
|
||||
Resources/metadata/logicDefs/LeadCapture.json
|
||||
metadata/logicDefs/LeadCapture.json
|
||||
logicDefs/LeadCapture.json
|
||||
LeadCapture.json
|
||||
application/Espo/Resources/metadata/logicDefs/InboundEmail.json
|
||||
Espo/Resources/metadata/logicDefs/InboundEmail.json
|
||||
Resources/metadata/logicDefs/InboundEmail.json
|
||||
metadata/logicDefs/InboundEmail.json
|
||||
logicDefs/InboundEmail.json
|
||||
InboundEmail.json
|
||||
application/Espo/Resources/metadata/logicDefs/EmailFilter.json
|
||||
Espo/Resources/metadata/logicDefs/EmailFilter.json
|
||||
Resources/metadata/logicDefs/EmailFilter.json
|
||||
metadata/logicDefs/EmailFilter.json
|
||||
logicDefs/EmailFilter.json
|
||||
EmailFilter.json
|
||||
application/Espo/Resources/metadata/logicDefs/EmailAccount.json
|
||||
Espo/Resources/metadata/logicDefs/EmailAccount.json
|
||||
Resources/metadata/logicDefs/EmailAccount.json
|
||||
metadata/logicDefs/EmailAccount.json
|
||||
logicDefs/EmailAccount.json
|
||||
EmailAccount.json
|
||||
application/Espo/Resources/metadata/logicDefs/Email.json
|
||||
Espo/Resources/metadata/logicDefs/Email.json
|
||||
Resources/metadata/logicDefs/Email.json
|
||||
metadata/logicDefs/Email.json
|
||||
logicDefs/Email.json
|
||||
Email.json
|
||||
application/Espo/Resources/metadata/logicDefs/OAuthProvider.json
|
||||
Espo/Resources/metadata/logicDefs/OAuthProvider.json
|
||||
Resources/metadata/logicDefs/OAuthProvider.json
|
||||
metadata/logicDefs/OAuthProvider.json
|
||||
logicDefs/OAuthProvider.json
|
||||
OAuthProvider.json
|
||||
application/Espo/Resources/metadata/logicDefs/User.json
|
||||
Espo/Resources/metadata/logicDefs/User.json
|
||||
Resources/metadata/logicDefs/User.json
|
||||
metadata/logicDefs/User.json
|
||||
logicDefs/User.json
|
||||
User.json
|
||||
application/Espo/Resources/metadata/logicDefs/WorkingTimeRange.json
|
||||
Espo/Resources/metadata/logicDefs/WorkingTimeRange.json
|
||||
Resources/metadata/logicDefs/WorkingTimeRange.json
|
||||
metadata/logicDefs/WorkingTimeRange.json
|
||||
logicDefs/WorkingTimeRange.json
|
||||
WorkingTimeRange.json
|
||||
application/Espo/Resources/metadata/logicDefs/Webhook.json
|
||||
Espo/Resources/metadata/logicDefs/Webhook.json
|
||||
Resources/metadata/logicDefs/Webhook.json
|
||||
metadata/logicDefs/Webhook.json
|
||||
logicDefs/Webhook.json
|
||||
Webhook.json
|
||||
application/Espo/Resources/metadata/logicDefs/Template.json
|
||||
Espo/Resources/metadata/logicDefs/Template.json
|
||||
Resources/metadata/logicDefs/Template.json
|
||||
metadata/logicDefs/Template.json
|
||||
logicDefs/Template.json
|
||||
Template.json
|
||||
application/Espo/Resources/metadata/themes/Hazyblue.json
|
||||
Espo/Resources/metadata/themes/Hazyblue.json
|
||||
Resources/metadata/themes/Hazyblue.json
|
||||
|
|
@ -37056,6 +37146,70 @@ Resources/metadata/pdfDefs/Account.json
|
|||
metadata/pdfDefs/Account.json
|
||||
pdfDefs/Account.json
|
||||
Account.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Contact.json
|
||||
Espo/Modules/Crm/Resources/metadata/logicDefs/Contact.json
|
||||
Modules/Crm/Resources/metadata/logicDefs/Contact.json
|
||||
Crm/Resources/metadata/logicDefs/Contact.json
|
||||
Resources/metadata/logicDefs/Contact.json
|
||||
metadata/logicDefs/Contact.json
|
||||
logicDefs/Contact.json
|
||||
Contact.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Task.json
|
||||
Espo/Modules/Crm/Resources/metadata/logicDefs/Task.json
|
||||
Modules/Crm/Resources/metadata/logicDefs/Task.json
|
||||
Crm/Resources/metadata/logicDefs/Task.json
|
||||
Resources/metadata/logicDefs/Task.json
|
||||
metadata/logicDefs/Task.json
|
||||
logicDefs/Task.json
|
||||
Task.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/MassEmail.json
|
||||
Espo/Modules/Crm/Resources/metadata/logicDefs/MassEmail.json
|
||||
Modules/Crm/Resources/metadata/logicDefs/MassEmail.json
|
||||
Crm/Resources/metadata/logicDefs/MassEmail.json
|
||||
Resources/metadata/logicDefs/MassEmail.json
|
||||
metadata/logicDefs/MassEmail.json
|
||||
logicDefs/MassEmail.json
|
||||
MassEmail.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Opportunity.json
|
||||
Espo/Modules/Crm/Resources/metadata/logicDefs/Opportunity.json
|
||||
Modules/Crm/Resources/metadata/logicDefs/Opportunity.json
|
||||
Crm/Resources/metadata/logicDefs/Opportunity.json
|
||||
Resources/metadata/logicDefs/Opportunity.json
|
||||
metadata/logicDefs/Opportunity.json
|
||||
logicDefs/Opportunity.json
|
||||
Opportunity.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Case.json
|
||||
Espo/Modules/Crm/Resources/metadata/logicDefs/Case.json
|
||||
Modules/Crm/Resources/metadata/logicDefs/Case.json
|
||||
Crm/Resources/metadata/logicDefs/Case.json
|
||||
Resources/metadata/logicDefs/Case.json
|
||||
metadata/logicDefs/Case.json
|
||||
logicDefs/Case.json
|
||||
Case.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Campaign.json
|
||||
Espo/Modules/Crm/Resources/metadata/logicDefs/Campaign.json
|
||||
Modules/Crm/Resources/metadata/logicDefs/Campaign.json
|
||||
Crm/Resources/metadata/logicDefs/Campaign.json
|
||||
Resources/metadata/logicDefs/Campaign.json
|
||||
metadata/logicDefs/Campaign.json
|
||||
logicDefs/Campaign.json
|
||||
Campaign.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/TargetList.json
|
||||
Espo/Modules/Crm/Resources/metadata/logicDefs/TargetList.json
|
||||
Modules/Crm/Resources/metadata/logicDefs/TargetList.json
|
||||
Crm/Resources/metadata/logicDefs/TargetList.json
|
||||
Resources/metadata/logicDefs/TargetList.json
|
||||
metadata/logicDefs/TargetList.json
|
||||
logicDefs/TargetList.json
|
||||
TargetList.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/CampaignTrackingUrl.json
|
||||
Espo/Modules/Crm/Resources/metadata/logicDefs/CampaignTrackingUrl.json
|
||||
Modules/Crm/Resources/metadata/logicDefs/CampaignTrackingUrl.json
|
||||
Crm/Resources/metadata/logicDefs/CampaignTrackingUrl.json
|
||||
Resources/metadata/logicDefs/CampaignTrackingUrl.json
|
||||
metadata/logicDefs/CampaignTrackingUrl.json
|
||||
logicDefs/CampaignTrackingUrl.json
|
||||
CampaignTrackingUrl.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/streamDefs/Call.json
|
||||
Espo/Modules/Crm/Resources/metadata/streamDefs/Call.json
|
||||
Modules/Crm/Resources/metadata/streamDefs/Call.json
|
||||
|
|
@ -54550,6 +54704,9 @@ recordDefs.json
|
|||
schema/metadata/selectDefs.json
|
||||
metadata/selectDefs.json
|
||||
selectDefs.json
|
||||
schema/metadata/logicDefs.json
|
||||
metadata/logicDefs.json
|
||||
logicDefs.json
|
||||
schema/metadata/app/regExpPatterns.json
|
||||
metadata/app/regExpPatterns.json
|
||||
app/regExpPatterns.json
|
||||
|
|
|
|||
|
|
@ -455,6 +455,7 @@ application/Espo/Core/FieldValidation/ValidatorFactory.php
|
|||
application/Espo/Core/FieldValidation/Failure.php
|
||||
application/Espo/Core/FieldValidation/FieldValidationManager.php
|
||||
application/Espo/Core/FieldValidation/CheckerFactory.php
|
||||
application/Espo/Core/FieldValidation/Type.php
|
||||
application/Espo/Core/FieldValidation/Validator/Failure.php
|
||||
application/Espo/Core/FieldValidation/Validator/Data.php
|
||||
application/Espo/Core/FieldValidation/Validator.php
|
||||
|
|
@ -520,6 +521,7 @@ application/Espo/Core/Record/ReadParamsFetcher.php
|
|||
application/Espo/Core/Record/FindParams.php
|
||||
application/Espo/Core/Record/ServiceContainer.php
|
||||
application/Espo/Core/Record/Crud.php
|
||||
application/Espo/Core/Record/DynamicLogic/InputFilterProcessor.php
|
||||
application/Espo/Core/Record/ConcurrencyControl/OptimisticProcessor.php
|
||||
application/Espo/Core/Record/ConcurrencyControl/Optimistic/Result.php
|
||||
application/Espo/Core/Record/SearchParamsFetcher.php
|
||||
|
|
@ -1013,6 +1015,7 @@ application/Espo/Core/Utils/Metadata/Builder.php
|
|||
application/Espo/Core/Utils/Metadata/AdditionalBuilder/FilterFields.php
|
||||
application/Espo/Core/Utils/Metadata/AdditionalBuilder/DeleteIdField.php
|
||||
application/Espo/Core/Utils/Metadata/AdditionalBuilder/Fields.php
|
||||
application/Espo/Core/Utils/Metadata/AdditionalBuilder/LogicDefsBc.php
|
||||
application/Espo/Core/Utils/Metadata/AdditionalBuilder/StreamUpdatedAtField.php
|
||||
application/Espo/Core/Utils/Metadata/BuilderHelper.php
|
||||
application/Espo/Core/Utils/Metadata/Helper.php
|
||||
|
|
@ -4157,6 +4160,18 @@ application/Espo/Resources/layouts/OAuthProvider/list.json
|
|||
application/Espo/Resources/layouts/OAuthProvider/detailSmall.json
|
||||
application/Espo/Resources/layouts/OAuthProvider/listSmall.json
|
||||
application/Espo/Resources/layouts/OAuthProvider/detail.json
|
||||
application/Espo/Resources/metadata/logicDefs/Preferences.json
|
||||
application/Espo/Resources/metadata/logicDefs/WorkingTimeCalendar.json
|
||||
application/Espo/Resources/metadata/logicDefs/LeadCapture.json
|
||||
application/Espo/Resources/metadata/logicDefs/InboundEmail.json
|
||||
application/Espo/Resources/metadata/logicDefs/EmailFilter.json
|
||||
application/Espo/Resources/metadata/logicDefs/EmailAccount.json
|
||||
application/Espo/Resources/metadata/logicDefs/Email.json
|
||||
application/Espo/Resources/metadata/logicDefs/OAuthProvider.json
|
||||
application/Espo/Resources/metadata/logicDefs/User.json
|
||||
application/Espo/Resources/metadata/logicDefs/WorkingTimeRange.json
|
||||
application/Espo/Resources/metadata/logicDefs/Webhook.json
|
||||
application/Espo/Resources/metadata/logicDefs/Template.json
|
||||
application/Espo/Resources/metadata/themes/Hazyblue.json
|
||||
application/Espo/Resources/metadata/themes/Light.json
|
||||
application/Espo/Resources/metadata/themes/Glass.json
|
||||
|
|
@ -5791,6 +5806,14 @@ application/Espo/Modules/Crm/Resources/layouts/MassEmail/listSmall.json
|
|||
application/Espo/Modules/Crm/Resources/layouts/MassEmail/detail.json
|
||||
application/Espo/Modules/Crm/Resources/layouts/MassEmail/filters.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/pdfDefs/Account.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Contact.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Task.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/MassEmail.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Opportunity.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Case.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Campaign.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/TargetList.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/CampaignTrackingUrl.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/streamDefs/Call.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/streamDefs/Task.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/streamDefs/Meeting.json
|
||||
|
|
@ -8717,6 +8740,7 @@ schema/metadata/dashlets.json
|
|||
schema/metadata/integrations.json
|
||||
schema/metadata/recordDefs.json
|
||||
schema/metadata/selectDefs.json
|
||||
schema/metadata/logicDefs.json
|
||||
schema/metadata/app/regExpPatterns.json
|
||||
schema/metadata/app/metadata.json
|
||||
schema/metadata/app/cleanup.json
|
||||
|
|
|
|||
|
|
@ -3043,12 +3043,6 @@ src/views/Inbox/index.tsx
|
|||
views/Inbox/index.tsx
|
||||
Inbox/index.tsx
|
||||
index.tsx
|
||||
apps/admin-x-activitypub/src/views/Inbox/Reader.tsx
|
||||
admin-x-activitypub/src/views/Inbox/Reader.tsx
|
||||
src/views/Inbox/Reader.tsx
|
||||
views/Inbox/Reader.tsx
|
||||
Inbox/Reader.tsx
|
||||
Reader.tsx
|
||||
apps/admin-x-activitypub/src/views/Inbox/components/InboxList.tsx
|
||||
admin-x-activitypub/src/views/Inbox/components/InboxList.tsx
|
||||
src/views/Inbox/components/InboxList.tsx
|
||||
|
|
@ -3056,6 +3050,20 @@ views/Inbox/components/InboxList.tsx
|
|||
Inbox/components/InboxList.tsx
|
||||
components/InboxList.tsx
|
||||
InboxList.tsx
|
||||
apps/admin-x-activitypub/src/views/Inbox/components/Reader.tsx
|
||||
admin-x-activitypub/src/views/Inbox/components/Reader.tsx
|
||||
src/views/Inbox/components/Reader.tsx
|
||||
views/Inbox/components/Reader.tsx
|
||||
Inbox/components/Reader.tsx
|
||||
components/Reader.tsx
|
||||
Reader.tsx
|
||||
apps/admin-x-activitypub/src/views/Inbox/components/Customizer.tsx
|
||||
admin-x-activitypub/src/views/Inbox/components/Customizer.tsx
|
||||
src/views/Inbox/components/Customizer.tsx
|
||||
views/Inbox/components/Customizer.tsx
|
||||
Inbox/components/Customizer.tsx
|
||||
components/Customizer.tsx
|
||||
Customizer.tsx
|
||||
apps/admin-x-activitypub/src/views/Notifications/index.tsx
|
||||
admin-x-activitypub/src/views/Notifications/index.tsx
|
||||
src/views/Notifications/index.tsx
|
||||
|
|
|
|||
|
|
@ -588,8 +588,9 @@ apps/admin-x-activitypub/src/views/Explore/index.tsx
|
|||
apps/admin-x-activitypub/src/views/Explore/Explore.tsx
|
||||
apps/admin-x-activitypub/src/views/Inbox/Inbox.tsx
|
||||
apps/admin-x-activitypub/src/views/Inbox/index.tsx
|
||||
apps/admin-x-activitypub/src/views/Inbox/Reader.tsx
|
||||
apps/admin-x-activitypub/src/views/Inbox/components/InboxList.tsx
|
||||
apps/admin-x-activitypub/src/views/Inbox/components/Reader.tsx
|
||||
apps/admin-x-activitypub/src/views/Inbox/components/Customizer.tsx
|
||||
apps/admin-x-activitypub/src/views/Notifications/index.tsx
|
||||
apps/admin-x-activitypub/src/views/Notifications/Notifications.tsx
|
||||
apps/admin-x-activitypub/src/views/Feed/Note.tsx
|
||||
|
|
|
|||
|
|
@ -476,6 +476,10 @@ limits.test.ts
|
|||
tests/api-tests/extend-http-server.test.ts
|
||||
api-tests/extend-http-server.test.ts
|
||||
extend-http-server.test.ts
|
||||
tests/api-tests/fields/document.test.ts
|
||||
api-tests/fields/document.test.ts
|
||||
fields/document.test.ts
|
||||
document.test.ts
|
||||
tests/api-tests/fields/files.test.ts
|
||||
api-tests/fields/files.test.ts
|
||||
fields/files.test.ts
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@ tests/api-tests/queries/filters.test.ts
|
|||
tests/api-tests/queries/singletons.test.ts
|
||||
tests/api-tests/queries/limits.test.ts
|
||||
tests/api-tests/extend-http-server.test.ts
|
||||
tests/api-tests/fields/document.test.ts
|
||||
tests/api-tests/fields/files.test.ts
|
||||
tests/api-tests/fields/crud.test.ts
|
||||
tests/api-tests/fields/storage-utils.ts
|
||||
|
|
|
|||
|
|
@ -3114,6 +3114,14 @@ Scenario/Discount/FO/full_user_experience_test_with_discount_product_level.featu
|
|||
Discount/FO/full_user_experience_test_with_discount_product_level.feature
|
||||
FO/full_user_experience_test_with_discount_product_level.feature
|
||||
full_user_experience_test_with_discount_product_level.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_discount_free_gift.feature
|
||||
Integration/Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_discount_free_gift.feature
|
||||
Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_discount_free_gift.feature
|
||||
Features/Scenario/Discount/FO/full_user_experience_test_with_discount_free_gift.feature
|
||||
Scenario/Discount/FO/full_user_experience_test_with_discount_free_gift.feature
|
||||
Discount/FO/full_user_experience_test_with_discount_free_gift.feature
|
||||
FO/full_user_experience_test_with_discount_free_gift.feature
|
||||
full_user_experience_test_with_discount_free_gift.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_two_discounts.feature
|
||||
Integration/Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_two_discounts.feature
|
||||
Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_two_discounts.feature
|
||||
|
|
@ -3154,6 +3162,14 @@ Scenario/Discount/BO/add_product_level_discount.feature
|
|||
Discount/BO/add_product_level_discount.feature
|
||||
BO/add_product_level_discount.feature
|
||||
add_product_level_discount.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/BO/add_free_gift_discount.feature
|
||||
Integration/Behaviour/Features/Scenario/Discount/BO/add_free_gift_discount.feature
|
||||
Behaviour/Features/Scenario/Discount/BO/add_free_gift_discount.feature
|
||||
Features/Scenario/Discount/BO/add_free_gift_discount.feature
|
||||
Scenario/Discount/BO/add_free_gift_discount.feature
|
||||
Discount/BO/add_free_gift_discount.feature
|
||||
BO/add_free_gift_discount.feature
|
||||
add_free_gift_discount.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/BO/add_cart_level_discount.feature
|
||||
Integration/Behaviour/Features/Scenario/Discount/BO/add_cart_level_discount.feature
|
||||
Behaviour/Features/Scenario/Discount/BO/add_cart_level_discount.feature
|
||||
|
|
@ -37418,6 +37434,12 @@ Domain/Discount/CommandHandler/AddFreeShippingDiscountHandlerInterface.php
|
|||
Discount/CommandHandler/AddFreeShippingDiscountHandlerInterface.php
|
||||
CommandHandler/AddFreeShippingDiscountHandlerInterface.php
|
||||
AddFreeShippingDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
Core/Domain/Discount/CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
Domain/Discount/CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
Discount/CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
AddFreeGiftDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddCartLevelDiscountHandlerInterface.php
|
||||
Core/Domain/Discount/CommandHandler/AddCartLevelDiscountHandlerInterface.php
|
||||
Domain/Discount/CommandHandler/AddCartLevelDiscountHandlerInterface.php
|
||||
|
|
@ -37478,6 +37500,12 @@ Domain/Discount/Command/AddDiscountCommand.php
|
|||
Discount/Command/AddDiscountCommand.php
|
||||
Command/AddDiscountCommand.php
|
||||
AddDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddFreeGiftDiscountCommand.php
|
||||
Core/Domain/Discount/Command/AddFreeGiftDiscountCommand.php
|
||||
Domain/Discount/Command/AddFreeGiftDiscountCommand.php
|
||||
Discount/Command/AddFreeGiftDiscountCommand.php
|
||||
Command/AddFreeGiftDiscountCommand.php
|
||||
AddFreeGiftDiscountCommand.php
|
||||
src/Core/Domain/Discount/Exception/DiscountException.php
|
||||
Core/Domain/Discount/Exception/DiscountException.php
|
||||
Domain/Discount/Exception/DiscountException.php
|
||||
|
|
@ -46575,6 +46603,11 @@ Adapter/Discount/CommandHandler/AddCartLevelDiscountHandler.php
|
|||
Discount/CommandHandler/AddCartLevelDiscountHandler.php
|
||||
CommandHandler/AddCartLevelDiscountHandler.php
|
||||
AddCartLevelDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddFreeGiftDiscountHandler.php
|
||||
Adapter/Discount/CommandHandler/AddFreeGiftDiscountHandler.php
|
||||
Discount/CommandHandler/AddFreeGiftDiscountHandler.php
|
||||
CommandHandler/AddFreeGiftDiscountHandler.php
|
||||
AddFreeGiftDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddFreeShippingDiscountHandler.php
|
||||
Adapter/Discount/CommandHandler/AddFreeShippingDiscountHandler.php
|
||||
Discount/CommandHandler/AddFreeShippingDiscountHandler.php
|
||||
|
|
|
|||
|
|
@ -511,11 +511,13 @@ tests/Integration/Behaviour/Features/Scenario/Cart/delivery_options.feature
|
|||
tests/Integration/Behaviour/Features/Scenario/Feature/feature_value_management.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Feature/feature_management.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_discount_product_level.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_discount_free_gift.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_two_discounts.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_discount_free_shipping.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_discount_cart_level.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/BO/add_free_shipping_discount.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/BO/add_product_level_discount.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/BO/add_free_gift_discount.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/BO/add_cart_level_discount.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Tax/tax_management.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Contact/contact.feature
|
||||
|
|
@ -6393,6 +6395,7 @@ src/Core/Domain/Feature/Query/GetFeatureValueForEditing.php
|
|||
src/Core/Domain/Feature/Query/GetFeatureForEditing.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddProductLevelDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddFreeShippingDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddCartLevelDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/QueryResult/DiscountForEditing.php
|
||||
src/Core/Domain/Discount/ValueObject/DiscountId.php
|
||||
|
|
@ -6403,6 +6406,7 @@ src/Core/Domain/Discount/Command/AddCartLevelDiscountCommand.php
|
|||
src/Core/Domain/Discount/Command/AddProductLevelDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddFreeShippingDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddFreeGiftDiscountCommand.php
|
||||
src/Core/Domain/Discount/Exception/DiscountException.php
|
||||
src/Core/Domain/Discount/Exception/DiscountConstraintException.php
|
||||
src/Core/Domain/Discount/Exception/DiscountNotFoundException.php
|
||||
|
|
@ -7977,6 +7981,7 @@ src/Adapter/Admin/LegacyBlockHelperSubscriber.php
|
|||
src/Adapter/Admin/NotificationsConfiguration.php
|
||||
src/Adapter/Admin/ImageConfiguration.php
|
||||
src/Adapter/Discount/CommandHandler/AddCartLevelDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddFreeGiftDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddFreeShippingDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddProductLevelDiscountHandler.php
|
||||
src/Adapter/Discount/Repository/DiscountRepository.php
|
||||
|
|
|
|||
|
|
@ -1258,6 +1258,11 @@ migration/Core/V6_7/Migration1742563555AddNotificationTableTest.php
|
|||
Core/V6_7/Migration1742563555AddNotificationTableTest.php
|
||||
V6_7/Migration1742563555AddNotificationTableTest.php
|
||||
Migration1742563555AddNotificationTableTest.php
|
||||
tests/migration/Core/V6_7/Migration1742484083TransitionToAddressInputFieldArrangementTest.php
|
||||
migration/Core/V6_7/Migration1742484083TransitionToAddressInputFieldArrangementTest.php
|
||||
Core/V6_7/Migration1742484083TransitionToAddressInputFieldArrangementTest.php
|
||||
V6_7/Migration1742484083TransitionToAddressInputFieldArrangementTest.php
|
||||
Migration1742484083TransitionToAddressInputFieldArrangementTest.php
|
||||
tests/migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
|
||||
migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
|
||||
Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
|
||||
|
|
@ -14233,6 +14238,18 @@ public/administration/.vite/manifest.json
|
|||
administration/.vite/manifest.json
|
||||
.vite/manifest.json
|
||||
manifest.json
|
||||
tests/unit/Administration/Framework/Twig/Fixtures/TestBundle/Resources/public/administration/.vite/entrypoints.json
|
||||
unit/Administration/Framework/Twig/Fixtures/TestBundle/Resources/public/administration/.vite/entrypoints.json
|
||||
Administration/Framework/Twig/Fixtures/TestBundle/Resources/public/administration/.vite/entrypoints.json
|
||||
Framework/Twig/Fixtures/TestBundle/Resources/public/administration/.vite/entrypoints.json
|
||||
Twig/Fixtures/TestBundle/Resources/public/administration/.vite/entrypoints.json
|
||||
Fixtures/TestBundle/Resources/public/administration/.vite/entrypoints.json
|
||||
TestBundle/Resources/public/administration/.vite/entrypoints.json
|
||||
Resources/public/administration/.vite/entrypoints.json
|
||||
public/administration/.vite/entrypoints.json
|
||||
administration/.vite/entrypoints.json
|
||||
.vite/entrypoints.json
|
||||
entrypoints.json
|
||||
tests/unit/Administration/Framework/Twig/Fixtures/TestBundle/Resources/public/administration/.vite/manifest.json
|
||||
unit/Administration/Framework/Twig/Fixtures/TestBundle/Resources/public/administration/.vite/manifest.json
|
||||
Administration/Framework/Twig/Fixtures/TestBundle/Resources/public/administration/.vite/manifest.json
|
||||
|
|
@ -55368,6 +55385,11 @@ Core/Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
|
|||
Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
|
||||
V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
|
||||
Migration1720603803RemoveDefaultPaymentMethodRule.php
|
||||
src/Core/Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
|
||||
Core/Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
|
||||
Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
|
||||
V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
|
||||
Migration1742484083TransitionToAddressInputFieldArrangement.php
|
||||
src/Core/Migration/V6_7/Migration1697112043TemporaryPaymentAndShippingTechnicalNames.php
|
||||
Core/Migration/V6_7/Migration1697112043TemporaryPaymentAndShippingTechnicalNames.php
|
||||
Migration/V6_7/Migration1697112043TemporaryPaymentAndShippingTechnicalNames.php
|
||||
|
|
@ -125786,6 +125808,87 @@ storefront/component/address/address-manager-modal-list.html.twig
|
|||
component/address/address-manager-modal-list.html.twig
|
||||
address/address-manager-modal-list.html.twig
|
||||
address-manager-modal-list.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-company-name-field.html.twig
|
||||
Storefront/Resources/views/storefront/component/address/field/address-company-name-field.html.twig
|
||||
Resources/views/storefront/component/address/field/address-company-name-field.html.twig
|
||||
views/storefront/component/address/field/address-company-name-field.html.twig
|
||||
storefront/component/address/field/address-company-name-field.html.twig
|
||||
component/address/field/address-company-name-field.html.twig
|
||||
address/field/address-company-name-field.html.twig
|
||||
field/address-company-name-field.html.twig
|
||||
address-company-name-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-city-field.html.twig
|
||||
Storefront/Resources/views/storefront/component/address/field/address-city-field.html.twig
|
||||
Resources/views/storefront/component/address/field/address-city-field.html.twig
|
||||
views/storefront/component/address/field/address-city-field.html.twig
|
||||
storefront/component/address/field/address-city-field.html.twig
|
||||
component/address/field/address-city-field.html.twig
|
||||
address/field/address-city-field.html.twig
|
||||
field/address-city-field.html.twig
|
||||
address-city-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-street-field.html.twig
|
||||
Storefront/Resources/views/storefront/component/address/field/address-street-field.html.twig
|
||||
Resources/views/storefront/component/address/field/address-street-field.html.twig
|
||||
views/storefront/component/address/field/address-street-field.html.twig
|
||||
storefront/component/address/field/address-street-field.html.twig
|
||||
component/address/field/address-street-field.html.twig
|
||||
address/field/address-street-field.html.twig
|
||||
field/address-street-field.html.twig
|
||||
address-street-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-additional-line-field.html.twig
|
||||
Storefront/Resources/views/storefront/component/address/field/address-additional-line-field.html.twig
|
||||
Resources/views/storefront/component/address/field/address-additional-line-field.html.twig
|
||||
views/storefront/component/address/field/address-additional-line-field.html.twig
|
||||
storefront/component/address/field/address-additional-line-field.html.twig
|
||||
component/address/field/address-additional-line-field.html.twig
|
||||
address/field/address-additional-line-field.html.twig
|
||||
field/address-additional-line-field.html.twig
|
||||
address-additional-line-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-zipcode-field.html.twig
|
||||
Storefront/Resources/views/storefront/component/address/field/address-zipcode-field.html.twig
|
||||
Resources/views/storefront/component/address/field/address-zipcode-field.html.twig
|
||||
views/storefront/component/address/field/address-zipcode-field.html.twig
|
||||
storefront/component/address/field/address-zipcode-field.html.twig
|
||||
component/address/field/address-zipcode-field.html.twig
|
||||
address/field/address-zipcode-field.html.twig
|
||||
field/address-zipcode-field.html.twig
|
||||
address-zipcode-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-country-field.html.twig
|
||||
Storefront/Resources/views/storefront/component/address/field/address-country-field.html.twig
|
||||
Resources/views/storefront/component/address/field/address-country-field.html.twig
|
||||
views/storefront/component/address/field/address-country-field.html.twig
|
||||
storefront/component/address/field/address-country-field.html.twig
|
||||
component/address/field/address-country-field.html.twig
|
||||
address/field/address-country-field.html.twig
|
||||
field/address-country-field.html.twig
|
||||
address-country-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-company-department-field.html.twig
|
||||
Storefront/Resources/views/storefront/component/address/field/address-company-department-field.html.twig
|
||||
Resources/views/storefront/component/address/field/address-company-department-field.html.twig
|
||||
views/storefront/component/address/field/address-company-department-field.html.twig
|
||||
storefront/component/address/field/address-company-department-field.html.twig
|
||||
component/address/field/address-company-department-field.html.twig
|
||||
address/field/address-company-department-field.html.twig
|
||||
field/address-company-department-field.html.twig
|
||||
address-company-department-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-country-state-field.html.twig
|
||||
Storefront/Resources/views/storefront/component/address/field/address-country-state-field.html.twig
|
||||
Resources/views/storefront/component/address/field/address-country-state-field.html.twig
|
||||
views/storefront/component/address/field/address-country-state-field.html.twig
|
||||
storefront/component/address/field/address-country-state-field.html.twig
|
||||
component/address/field/address-country-state-field.html.twig
|
||||
address/field/address-country-state-field.html.twig
|
||||
field/address-country-state-field.html.twig
|
||||
address-country-state-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-phone-number-field.html.twig
|
||||
Storefront/Resources/views/storefront/component/address/field/address-phone-number-field.html.twig
|
||||
Resources/views/storefront/component/address/field/address-phone-number-field.html.twig
|
||||
views/storefront/component/address/field/address-phone-number-field.html.twig
|
||||
storefront/component/address/field/address-phone-number-field.html.twig
|
||||
component/address/field/address-phone-number-field.html.twig
|
||||
address/field/address-phone-number-field.html.twig
|
||||
field/address-phone-number-field.html.twig
|
||||
address-phone-number-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/address-personal-vat-id.html.twig
|
||||
Storefront/Resources/views/storefront/component/address/address-personal-vat-id.html.twig
|
||||
Resources/views/storefront/component/address/address-personal-vat-id.html.twig
|
||||
|
|
@ -130995,6 +131098,9 @@ _unreleased/2025-03-05-order-internal-comment.md
|
|||
changelog/_unreleased/2025-02-04-remove-accessibility-feature-flag.md
|
||||
_unreleased/2025-02-04-remove-accessibility-feature-flag.md
|
||||
2025-02-04-remove-accessibility-feature-flag.md
|
||||
changelog/_unreleased/2025-01-07-unify-constraint-option-structure-and-checks.md
|
||||
_unreleased/2025-01-07-unify-constraint-option-structure-and-checks.md
|
||||
2025-01-07-unify-constraint-option-structure-and-checks.md
|
||||
changelog/_unreleased/2025-01-31-remove-unneeded-tax-info-in-order-item.md
|
||||
_unreleased/2025-01-31-remove-unneeded-tax-info-in-order-item.md
|
||||
2025-01-31-remove-unneeded-tax-info-in-order-item.md
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@ tests/migration/Core/V6_7/Migration1742897274RegistrationSalutationToggleConfigT
|
|||
tests/migration/Core/V6_7/Migration1717572627RemoveImportExportProfileNameTest.php
|
||||
tests/migration/Core/V6_7/Migration1739197440ChangeCmsBlockDefaultMarginTest.php
|
||||
tests/migration/Core/V6_7/Migration1742563555AddNotificationTableTest.php
|
||||
tests/migration/Core/V6_7/Migration1742484083TransitionToAddressInputFieldArrangementTest.php
|
||||
tests/migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
|
||||
tests/migration/Core/V6_7/Migration1717573310ImportExportTechnicalNameRequiredTest.php
|
||||
tests/migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodRuleTest.php
|
||||
|
|
@ -1937,6 +1938,7 @@ tests/unit/Administration/Snippet/SnippetExceptionTest.php
|
|||
tests/unit/Administration/Service/AdminSearcherTest.php
|
||||
tests/unit/Administration/Framework/Twig/Fixtures/Administration/Resources/public/administration/.vite/entrypoints.json
|
||||
tests/unit/Administration/Framework/Twig/Fixtures/Administration/Resources/public/administration/.vite/manifest.json
|
||||
tests/unit/Administration/Framework/Twig/Fixtures/TestBundle/Resources/public/administration/.vite/entrypoints.json
|
||||
tests/unit/Administration/Framework/Twig/Fixtures/TestBundle/Resources/public/administration/.vite/manifest.json
|
||||
tests/unit/Administration/Framework/Twig/ViteFileAccessorDecoratorTest.php
|
||||
tests/unit/Administration/Framework/Search/CriteriaCollectionTest.php
|
||||
|
|
@ -8037,6 +8039,7 @@ src/Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
|||
src/Core/Migration/V6_7/Migration1717572627RemoveImportExportProfileName.php
|
||||
src/Core/Migration/V6_7/Migration1743064966CartConfigSubtotalTaxColumn.php
|
||||
src/Core/Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
|
||||
src/Core/Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
|
||||
src/Core/Migration/V6_7/Migration1697112043TemporaryPaymentAndShippingTechnicalNames.php
|
||||
src/Core/Migration/V6_7/Migration1742897274RegistrationSalutationToggleConfig.php
|
||||
src/Core/Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlows.php
|
||||
|
|
@ -15528,6 +15531,15 @@ src/Storefront/Resources/views/storefront/component/address/address-manager-moda
|
|||
src/Storefront/Resources/views/storefront/component/address/address-manager-item.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/address-personal.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/address-manager-modal-list.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-company-name-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-city-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-street-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-additional-line-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-zipcode-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-country-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-company-department-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-country-state-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/field/address-phone-number-field.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/address/address-personal-vat-id.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/review/review-widget.html.twig
|
||||
src/Storefront/Resources/views/storefront/component/review/rating.html.twig
|
||||
|
|
@ -16822,6 +16834,7 @@ changelog/_unreleased/2025-02-07-improve-reset-interface-usage-with-array-data.m
|
|||
changelog/_unreleased/2025-04-04-offcanvassingleton-does-not-remove-hard-coded-offcanvas-from-dom.md
|
||||
changelog/_unreleased/2025-03-05-order-internal-comment.md
|
||||
changelog/_unreleased/2025-02-04-remove-accessibility-feature-flag.md
|
||||
changelog/_unreleased/2025-01-07-unify-constraint-option-structure-and-checks.md
|
||||
changelog/_unreleased/2025-01-31-remove-unneeded-tax-info-in-order-item.md
|
||||
changelog/_unreleased/2025-02-25-eliminate-errors-when-clicking-product-rating.md
|
||||
changelog/_unreleased/2025-01-31-move-flow-execution-after-business-process.md
|
||||
|
|
|
|||
|
|
@ -85,6 +85,11 @@ Feature/Suppliers/Ui/UpdateSupplierTest.php
|
|||
Suppliers/Ui/UpdateSupplierTest.php
|
||||
Ui/UpdateSupplierTest.php
|
||||
UpdateSupplierTest.php
|
||||
tests/Feature/Checkins/Api/LicenseCheckInTest.php
|
||||
Feature/Checkins/Api/LicenseCheckInTest.php
|
||||
Checkins/Api/LicenseCheckInTest.php
|
||||
Api/LicenseCheckInTest.php
|
||||
LicenseCheckInTest.php
|
||||
tests/Feature/Checkins/Api/ComponentCheckinTest.php
|
||||
Feature/Checkins/Api/ComponentCheckinTest.php
|
||||
Checkins/Api/ComponentCheckinTest.php
|
||||
|
|
@ -135,6 +140,11 @@ Feature/Checkouts/Api/ConsumableCheckoutTest.php
|
|||
Checkouts/Api/ConsumableCheckoutTest.php
|
||||
Api/ConsumableCheckoutTest.php
|
||||
ConsumableCheckoutTest.php
|
||||
tests/Feature/Checkouts/Api/LicenseCheckOutTest.php
|
||||
Feature/Checkouts/Api/LicenseCheckOutTest.php
|
||||
Checkouts/Api/LicenseCheckOutTest.php
|
||||
Api/LicenseCheckOutTest.php
|
||||
LicenseCheckOutTest.php
|
||||
tests/Feature/Checkouts/Api/ComponentCheckoutTest.php
|
||||
Feature/Checkouts/Api/ComponentCheckoutTest.php
|
||||
Checkouts/Api/ComponentCheckoutTest.php
|
||||
|
|
@ -443,6 +453,16 @@ Feature/Assets/Api/UpdateAssetTest.php
|
|||
Assets/Api/UpdateAssetTest.php
|
||||
Api/UpdateAssetTest.php
|
||||
UpdateAssetTest.php
|
||||
tests/Feature/Assets/Api/AuditAssetTest.php
|
||||
Feature/Assets/Api/AuditAssetTest.php
|
||||
Assets/Api/AuditAssetTest.php
|
||||
Api/AuditAssetTest.php
|
||||
AuditAssetTest.php
|
||||
tests/Feature/Assets/Ui/DeleteAssetTest.php
|
||||
Feature/Assets/Ui/DeleteAssetTest.php
|
||||
Assets/Ui/DeleteAssetTest.php
|
||||
Ui/DeleteAssetTest.php
|
||||
DeleteAssetTest.php
|
||||
tests/Feature/Assets/Ui/ShowAssetTest.php
|
||||
Feature/Assets/Ui/ShowAssetTest.php
|
||||
Assets/Ui/ShowAssetTest.php
|
||||
|
|
@ -478,6 +498,11 @@ Feature/Assets/Ui/AssetLabelTest.php
|
|||
Assets/Ui/AssetLabelTest.php
|
||||
Ui/AssetLabelTest.php
|
||||
AssetLabelTest.php
|
||||
tests/Feature/Assets/Ui/AuditAssetTest.php
|
||||
Feature/Assets/Ui/AuditAssetTest.php
|
||||
Assets/Ui/AuditAssetTest.php
|
||||
Ui/AuditAssetTest.php
|
||||
AuditAssetTest.php
|
||||
tests/Feature/Assets/Ui/StoreAssetsTest.php
|
||||
Feature/Assets/Ui/StoreAssetsTest.php
|
||||
Assets/Ui/StoreAssetsTest.php
|
||||
|
|
@ -806,6 +831,11 @@ Users/Ui/BulkActions/BulkDeleteUsersTest.php
|
|||
Ui/BulkActions/BulkDeleteUsersTest.php
|
||||
BulkActions/BulkDeleteUsersTest.php
|
||||
BulkDeleteUsersTest.php
|
||||
tests/Feature/Users/Ui/EmailAssignedToUserTest.php
|
||||
Feature/Users/Ui/EmailAssignedToUserTest.php
|
||||
Users/Ui/EmailAssignedToUserTest.php
|
||||
Ui/EmailAssignedToUserTest.php
|
||||
EmailAssignedToUserTest.php
|
||||
tests/Feature/Users/Ui/CreateUserTest.php
|
||||
Feature/Users/Ui/CreateUserTest.php
|
||||
Users/Ui/CreateUserTest.php
|
||||
|
|
@ -826,6 +856,11 @@ Feature/Users/Ui/IndexUsersTest.php
|
|||
Users/Ui/IndexUsersTest.php
|
||||
Ui/IndexUsersTest.php
|
||||
IndexUsersTest.php
|
||||
tests/Feature/Users/Ui/PrintUserInventoryTest.php
|
||||
Feature/Users/Ui/PrintUserInventoryTest.php
|
||||
Users/Ui/PrintUserInventoryTest.php
|
||||
Ui/PrintUserInventoryTest.php
|
||||
PrintUserInventoryTest.php
|
||||
tests/Feature/Users/Ui/CloneUserTest.php
|
||||
Feature/Users/Ui/CloneUserTest.php
|
||||
Users/Ui/CloneUserTest.php
|
||||
|
|
@ -33453,6 +33488,9 @@ migrations/2019_04_06_060145_add_user_skin_setting.php
|
|||
database/migrations/2015_07_29_230054_add_thread_id_to_asset_logs_table.php
|
||||
migrations/2015_07_29_230054_add_thread_id_to_asset_logs_table.php
|
||||
2015_07_29_230054_add_thread_id_to_asset_logs_table.php
|
||||
database/migrations/2025_04_07_145418_add_custom_fields_to_audit.php
|
||||
migrations/2025_04_07_145418_add_custom_fields_to_audit.php
|
||||
2025_04_07_145418_add_custom_fields_to_audit.php
|
||||
database/migrations/2016_06_22_160725_add_user_id_to_maintenances.php
|
||||
migrations/2016_06_22_160725_add_user_id_to_maintenances.php
|
||||
2016_06_22_160725_add_user_id_to_maintenances.php
|
||||
|
|
@ -34147,6 +34185,10 @@ app/Console/Commands/RestoreDeletedUsers.php
|
|||
Console/Commands/RestoreDeletedUsers.php
|
||||
Commands/RestoreDeletedUsers.php
|
||||
RestoreDeletedUsers.php
|
||||
app/Console/Commands/FixBulkAccessoryCheckinActionLogEntries.php
|
||||
Console/Commands/FixBulkAccessoryCheckinActionLogEntries.php
|
||||
Commands/FixBulkAccessoryCheckinActionLogEntries.php
|
||||
FixBulkAccessoryCheckinActionLogEntries.php
|
||||
app/Console/Commands/FixupAssignedToWithoutAssignedType.php
|
||||
Console/Commands/FixupAssignedToWithoutAssignedType.php
|
||||
Commands/FixupAssignedToWithoutAssignedType.php
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ tests/Feature/Suppliers/Ui/IndexSuppliersTest.php
|
|||
tests/Feature/Suppliers/Ui/ShowSupplierTest.php
|
||||
tests/Feature/Suppliers/Ui/CreateSupplierTest.php
|
||||
tests/Feature/Suppliers/Ui/UpdateSupplierTest.php
|
||||
tests/Feature/Checkins/Api/LicenseCheckInTest.php
|
||||
tests/Feature/Checkins/Api/ComponentCheckinTest.php
|
||||
tests/Feature/Checkins/Api/AssetCheckinTest.php
|
||||
tests/Feature/Checkins/Api/AccessoryCheckinTest.php
|
||||
|
|
@ -38,6 +39,7 @@ tests/Feature/Checkins/Ui/AccessoryCheckinTest.php
|
|||
tests/Feature/Checkouts/Api/AssetCheckoutTest.php
|
||||
tests/Feature/Checkouts/Api/AccessoryCheckoutTest.php
|
||||
tests/Feature/Checkouts/Api/ConsumableCheckoutTest.php
|
||||
tests/Feature/Checkouts/Api/LicenseCheckOutTest.php
|
||||
tests/Feature/Checkouts/Api/ComponentCheckoutTest.php
|
||||
tests/Feature/Checkouts/Ui/AssetCheckoutTest.php
|
||||
tests/Feature/Checkouts/Ui/AccessoryCheckoutTest.php
|
||||
|
|
@ -102,6 +104,8 @@ tests/Feature/Assets/Api/AssetsForSelectListTest.php
|
|||
tests/Feature/Assets/Api/RequestableAssetTest.php
|
||||
tests/Feature/Assets/Api/StoreAssetTest.php
|
||||
tests/Feature/Assets/Api/UpdateAssetTest.php
|
||||
tests/Feature/Assets/Api/AuditAssetTest.php
|
||||
tests/Feature/Assets/Ui/DeleteAssetTest.php
|
||||
tests/Feature/Assets/Ui/ShowAssetTest.php
|
||||
tests/Feature/Assets/Ui/StoreAssetWithFullMultipleCompanySupportTest.php
|
||||
tests/Feature/Assets/Ui/AssetIndexTest.php
|
||||
|
|
@ -109,6 +113,7 @@ tests/Feature/Assets/Ui/BulkEditAssetsTest.php
|
|||
tests/Feature/Assets/Ui/BulkDeleteAssetsTest.php
|
||||
tests/Feature/Assets/Ui/CloneAssetTest.php
|
||||
tests/Feature/Assets/Ui/AssetLabelTest.php
|
||||
tests/Feature/Assets/Ui/AuditAssetTest.php
|
||||
tests/Feature/Assets/Ui/StoreAssetsTest.php
|
||||
tests/Feature/Assets/Ui/EditAssetTest.php
|
||||
tests/Feature/Licenses/Api/LicenseIndexTest.php
|
||||
|
|
@ -176,10 +181,12 @@ tests/Feature/Users/Api/UpdateUserTest.php
|
|||
tests/Feature/Users/Ui/ViewUserTest.php
|
||||
tests/Feature/Users/Ui/DeleteUserTest.php
|
||||
tests/Feature/Users/Ui/BulkActions/BulkDeleteUsersTest.php
|
||||
tests/Feature/Users/Ui/EmailAssignedToUserTest.php
|
||||
tests/Feature/Users/Ui/CreateUserTest.php
|
||||
tests/Feature/Users/Ui/UpdateUserTest.php
|
||||
tests/Feature/Users/Ui/MergeUsersTest.php
|
||||
tests/Feature/Users/Ui/IndexUsersTest.php
|
||||
tests/Feature/Users/Ui/PrintUserInventoryTest.php
|
||||
tests/Feature/Users/Ui/CloneUserTest.php
|
||||
tests/Feature/Reporting/ActivityReportTest.php
|
||||
tests/Feature/Reporting/CustomReportTest.php
|
||||
|
|
@ -6242,6 +6249,7 @@ database/migrations/2023_01_21_225350_add_eol_date_on_assets_table.php
|
|||
database/migrations/2014_08_17_083523_make_location_id_nullable.php
|
||||
database/migrations/2019_04_06_060145_add_user_skin_setting.php
|
||||
database/migrations/2015_07_29_230054_add_thread_id_to_asset_logs_table.php
|
||||
database/migrations/2025_04_07_145418_add_custom_fields_to_audit.php
|
||||
database/migrations/2016_06_22_160725_add_user_id_to_maintenances.php
|
||||
database/migrations/2013_11_21_024531_remove_deployable_boolean_from_status_labels.php
|
||||
database/migrations/2017_11_08_123942_labels_display_company_name.php
|
||||
|
|
@ -6446,6 +6454,7 @@ app/Console/Commands/MergeUsersByUsername.php
|
|||
app/Console/Commands/PurgeLoginAttempts.php
|
||||
app/Console/Commands/ResetDemoSettings.php
|
||||
app/Console/Commands/RestoreDeletedUsers.php
|
||||
app/Console/Commands/FixBulkAccessoryCheckinActionLogEntries.php
|
||||
app/Console/Commands/FixupAssignedToWithoutAssignedType.php
|
||||
app/Console/Commands/RemoveExplicitEols.php
|
||||
app/Console/Commands/SendExpectedCheckinAlerts.php
|
||||
|
|
|
|||
|
|
@ -70010,6 +70010,12 @@ Behat/Service/Resolver/CurrentPageResolver.php
|
|||
Service/Resolver/CurrentPageResolver.php
|
||||
Resolver/CurrentPageResolver.php
|
||||
CurrentPageResolver.php
|
||||
src/Sylius/Behat/Service/Context/GuestCartContext.php
|
||||
Sylius/Behat/Service/Context/GuestCartContext.php
|
||||
Behat/Service/Context/GuestCartContext.php
|
||||
Service/Context/GuestCartContext.php
|
||||
Context/GuestCartContext.php
|
||||
GuestCartContext.php
|
||||
src/Sylius/Behat/Service/SessionManagerInterface.php
|
||||
Sylius/Behat/Service/SessionManagerInterface.php
|
||||
Behat/Service/SessionManagerInterface.php
|
||||
|
|
@ -73487,6 +73493,12 @@ Behat/Context/Hook/CalendarContext.php
|
|||
Context/Hook/CalendarContext.php
|
||||
Hook/CalendarContext.php
|
||||
CalendarContext.php
|
||||
src/Sylius/Behat/Context/Hook/GuestCartContext.php
|
||||
Sylius/Behat/Context/Hook/GuestCartContext.php
|
||||
Behat/Context/Hook/GuestCartContext.php
|
||||
Context/Hook/GuestCartContext.php
|
||||
Hook/GuestCartContext.php
|
||||
GuestCartContext.php
|
||||
src/Sylius/Behat/Context/Hook/SessionContext.php
|
||||
Sylius/Behat/Context/Hook/SessionContext.php
|
||||
Behat/Context/Hook/SessionContext.php
|
||||
|
|
@ -78490,6 +78502,12 @@ shop/cart/shopping_cart/maintaining_cart_after_authorization.feature
|
|||
cart/shopping_cart/maintaining_cart_after_authorization.feature
|
||||
shopping_cart/maintaining_cart_after_authorization.feature
|
||||
maintaining_cart_after_authorization.feature
|
||||
features/shop/cart/shopping_cart/ui/verify_add_to_cart_button_state.feature
|
||||
shop/cart/shopping_cart/ui/verify_add_to_cart_button_state.feature
|
||||
cart/shopping_cart/ui/verify_add_to_cart_button_state.feature
|
||||
shopping_cart/ui/verify_add_to_cart_button_state.feature
|
||||
ui/verify_add_to_cart_button_state.feature
|
||||
verify_add_to_cart_button_state.feature
|
||||
features/shop/cart/shopping_cart/resolving_default_shipping_method_in_cart_summary_for_simple_products.feature
|
||||
shop/cart/shopping_cart/resolving_default_shipping_method_in_cart_summary_for_simple_products.feature
|
||||
cart/shopping_cart/resolving_default_shipping_method_in_cart_summary_for_simple_products.feature
|
||||
|
|
|
|||
|
|
@ -9202,6 +9202,7 @@ src/Sylius/Behat/Service/NotificationChecker.php
|
|||
src/Sylius/Behat/Service/SharedStorageInterface.php
|
||||
src/Sylius/Behat/Service/Resolver/CurrentPageResolverInterface.php
|
||||
src/Sylius/Behat/Service/Resolver/CurrentPageResolver.php
|
||||
src/Sylius/Behat/Service/Context/GuestCartContext.php
|
||||
src/Sylius/Behat/Service/SessionManagerInterface.php
|
||||
src/Sylius/Behat/Service/ApiSecurityService.php
|
||||
src/Sylius/Behat/Service/Checker/EmailCheckerInterface.php
|
||||
|
|
@ -9647,6 +9648,7 @@ src/Sylius/Behat/Context/Cli/ChangeAdminPasswordContext.php
|
|||
src/Sylius/Behat/Context/Cli/InstallerContext.php
|
||||
src/Sylius/Behat/Context/Cli/CancelUnpaidOrdersContext.php
|
||||
src/Sylius/Behat/Context/Hook/CalendarContext.php
|
||||
src/Sylius/Behat/Context/Hook/GuestCartContext.php
|
||||
src/Sylius/Behat/Context/Hook/SessionContext.php
|
||||
src/Sylius/Behat/Context/Hook/MailerContext.php
|
||||
src/Sylius/Behat/Context/Hook/TestThemeContext.php
|
||||
|
|
@ -10592,6 +10594,7 @@ features/shop/cart/shopping_cart/adding_product_with_variants_with_discounted_ca
|
|||
features/shop/cart/shopping_cart/maintaining_last_picked_up_cart.feature
|
||||
features/shop/cart/shopping_cart/adding_product_with_variants_to_cart.feature
|
||||
features/shop/cart/shopping_cart/maintaining_cart_after_authorization.feature
|
||||
features/shop/cart/shopping_cart/ui/verify_add_to_cart_button_state.feature
|
||||
features/shop/cart/shopping_cart/resolving_default_shipping_method_in_cart_summary_for_simple_products.feature
|
||||
features/shop/cart/shopping_cart/seeing_detailed_information_about_cart.feature
|
||||
features/shop/cart/shopping_cart/maintaining_previous_cart_after_authorization.feature
|
||||
|
|
|
|||
|
|
@ -857,6 +857,9 @@ TypeLoaderBenchmarks.cs
|
|||
tests/Umbraco.Tests.Benchmarks/HashFromStreams.cs
|
||||
Umbraco.Tests.Benchmarks/HashFromStreams.cs
|
||||
HashFromStreams.cs
|
||||
tests/Umbraco.Tests.Benchmarks/StringExtensionsBenchmarks.cs
|
||||
Umbraco.Tests.Benchmarks/StringExtensionsBenchmarks.cs
|
||||
StringExtensionsBenchmarks.cs
|
||||
tests/Umbraco.Tests.Benchmarks/Config/QuickRunWithMemoryDiagnoserConfigAttribute.cs
|
||||
Umbraco.Tests.Benchmarks/Config/QuickRunWithMemoryDiagnoserConfigAttribute.cs
|
||||
Config/QuickRunWithMemoryDiagnoserConfigAttribute.cs
|
||||
|
|
@ -1175,6 +1178,11 @@ Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MemberTypeServiceTests
|
|||
Umbraco.Infrastructure/Services/MemberTypeServiceTests.cs
|
||||
Services/MemberTypeServiceTests.cs
|
||||
MemberTypeServiceTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.Validate.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.Validate.cs
|
||||
Umbraco.Infrastructure/Services/ContentEditingServiceTests.Validate.cs
|
||||
Services/ContentEditingServiceTests.Validate.cs
|
||||
ContentEditingServiceTests.Validate.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MemberEditingServiceTests.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MemberEditingServiceTests.cs
|
||||
Umbraco.Infrastructure/Services/MemberEditingServiceTests.cs
|
||||
|
|
@ -1935,6 +1943,11 @@ Umbraco.Tests.Integration/Umbraco.Core/Services/DocumentNavigationServiceTests.S
|
|||
Umbraco.Core/Services/DocumentNavigationServiceTests.Sort.cs
|
||||
Services/DocumentNavigationServiceTests.Sort.cs
|
||||
DocumentNavigationServiceTests.Sort.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.UnschedulePublish.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.UnschedulePublish.cs
|
||||
Umbraco.Core/Services/ContentPublishingServiceTests.UnschedulePublish.cs
|
||||
Services/ContentPublishingServiceTests.UnschedulePublish.cs
|
||||
ContentPublishingServiceTests.UnschedulePublish.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentEditingServiceTests.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Services/ContentEditingServiceTests.cs
|
||||
Umbraco.Core/Services/ContentEditingServiceTests.cs
|
||||
|
|
@ -1950,6 +1963,11 @@ Umbraco.Tests.Integration/Umbraco.Core/Services/DynamicRootServiceTests.cs
|
|||
Umbraco.Core/Services/DynamicRootServiceTests.cs
|
||||
Services/DynamicRootServiceTests.cs
|
||||
DynamicRootServiceTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.Publish.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.Publish.cs
|
||||
Umbraco.Core/Services/ContentPublishingServiceTests.Publish.cs
|
||||
Services/ContentPublishingServiceTests.Publish.cs
|
||||
ContentPublishingServiceTests.Publish.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/TelemetryProviderTests.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Services/TelemetryProviderTests.cs
|
||||
Umbraco.Core/Services/TelemetryProviderTests.cs
|
||||
|
|
@ -2015,6 +2033,11 @@ Umbraco.Tests.Integration/Umbraco.Core/Services/MediaTypeEditingServiceTests.Get
|
|||
Umbraco.Core/Services/MediaTypeEditingServiceTests.GetMediaTypesForFileExtension.cs
|
||||
Services/MediaTypeEditingServiceTests.GetMediaTypesForFileExtension.cs
|
||||
MediaTypeEditingServiceTests.GetMediaTypesForFileExtension.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.ClearSchedule.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.ClearSchedule.cs
|
||||
Umbraco.Core/Services/ContentPublishingServiceTests.ClearSchedule.cs
|
||||
Services/ContentPublishingServiceTests.ClearSchedule.cs
|
||||
ContentPublishingServiceTests.ClearSchedule.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/RelationServiceTests.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Services/RelationServiceTests.cs
|
||||
Umbraco.Core/Services/RelationServiceTests.cs
|
||||
|
|
@ -2060,11 +2083,21 @@ Umbraco.Tests.Integration/Umbraco.Core/Services/PublishedUrlInfoProviderTestsBas
|
|||
Umbraco.Core/Services/PublishedUrlInfoProviderTestsBase.cs
|
||||
Services/PublishedUrlInfoProviderTestsBase.cs
|
||||
PublishedUrlInfoProviderTestsBase.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.SchedulePublish.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.SchedulePublish.cs
|
||||
Umbraco.Core/Services/ContentPublishingServiceTests.SchedulePublish.cs
|
||||
Services/ContentPublishingServiceTests.SchedulePublish.cs
|
||||
ContentPublishingServiceTests.SchedulePublish.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/DocumentNavigationServiceTests.Delete.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Services/DocumentNavigationServiceTests.Delete.cs
|
||||
Umbraco.Core/Services/DocumentNavigationServiceTests.Delete.cs
|
||||
Services/DocumentNavigationServiceTests.Delete.cs
|
||||
DocumentNavigationServiceTests.Delete.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.UnscheduleUnpublish.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.UnscheduleUnpublish.cs
|
||||
Umbraco.Core/Services/ContentPublishingServiceTests.UnscheduleUnpublish.cs
|
||||
Services/ContentPublishingServiceTests.UnscheduleUnpublish.cs
|
||||
ContentPublishingServiceTests.UnscheduleUnpublish.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/DocumentNavigationServiceTests.DeleteFromRecycleBin.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Services/DocumentNavigationServiceTests.DeleteFromRecycleBin.cs
|
||||
Umbraco.Core/Services/DocumentNavigationServiceTests.DeleteFromRecycleBin.cs
|
||||
|
|
@ -2185,6 +2218,11 @@ Umbraco.Tests.Integration/Umbraco.Core/Services/UserServiceCrudTests.Update.cs
|
|||
Umbraco.Core/Services/UserServiceCrudTests.Update.cs
|
||||
Services/UserServiceCrudTests.Update.cs
|
||||
UserServiceCrudTests.Update.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.ScheduleUnpublish.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.ScheduleUnpublish.cs
|
||||
Umbraco.Core/Services/ContentPublishingServiceTests.ScheduleUnpublish.cs
|
||||
Services/ContentPublishingServiceTests.ScheduleUnpublish.cs
|
||||
ContentPublishingServiceTests.ScheduleUnpublish.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Packaging/CreatedPackagesRepositoryTests.cs
|
||||
Umbraco.Tests.Integration/Umbraco.Core/Packaging/CreatedPackagesRepositoryTests.cs
|
||||
Umbraco.Core/Packaging/CreatedPackagesRepositoryTests.cs
|
||||
|
|
@ -4935,6 +4973,11 @@ Umbraco.Tests.UnitTests/Umbraco.Core/Routing/UmbracoRequestPathsTests.cs
|
|||
Umbraco.Core/Routing/UmbracoRequestPathsTests.cs
|
||||
Routing/UmbracoRequestPathsTests.cs
|
||||
UmbracoRequestPathsTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/ContentFinderByRedirectUrlTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Core/Routing/ContentFinderByRedirectUrlTests.cs
|
||||
Umbraco.Core/Routing/ContentFinderByRedirectUrlTests.cs
|
||||
Routing/ContentFinderByRedirectUrlTests.cs
|
||||
ContentFinderByRedirectUrlTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/UriUtilityTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Core/Routing/UriUtilityTests.cs
|
||||
Umbraco.Core/Routing/UriUtilityTests.cs
|
||||
|
|
@ -14141,6 +14184,10 @@ Constants-Web.cs
|
|||
src/Umbraco.Core/UdiType.cs
|
||||
Umbraco.Core/UdiType.cs
|
||||
UdiType.cs
|
||||
src/Umbraco.Core/HostedServices/IBackgroundTaskQueue.cs
|
||||
Umbraco.Core/HostedServices/IBackgroundTaskQueue.cs
|
||||
HostedServices/IBackgroundTaskQueue.cs
|
||||
IBackgroundTaskQueue.cs
|
||||
src/Umbraco.Core/Constants-Marketplace.cs
|
||||
Umbraco.Core/Constants-Marketplace.cs
|
||||
Constants-Marketplace.cs
|
||||
|
|
@ -16516,6 +16563,9 @@ src/Umbraco.Core/Notifications/DomainCacheRefresherNotification.cs
|
|||
Umbraco.Core/Notifications/DomainCacheRefresherNotification.cs
|
||||
Notifications/DomainCacheRefresherNotification.cs
|
||||
DomainCacheRefresherNotification.cs
|
||||
src/Umbraco.Core/Constants-ReferenceTypes.cs
|
||||
Umbraco.Core/Constants-ReferenceTypes.cs
|
||||
Constants-ReferenceTypes.cs
|
||||
src/Umbraco.Core/ServerEvents/IServerEventUserManager.cs
|
||||
Umbraco.Core/ServerEvents/IServerEventUserManager.cs
|
||||
ServerEvents/IServerEventUserManager.cs
|
||||
|
|
@ -22706,6 +22756,12 @@ Controllers/Media/RecycleBin/OriginalParentMediaRecycleBinController.cs
|
|||
Media/RecycleBin/OriginalParentMediaRecycleBinController.cs
|
||||
RecycleBin/OriginalParentMediaRecycleBinController.cs
|
||||
OriginalParentMediaRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/ReferencedByMediaRecycleBinController.cs
|
||||
Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/ReferencedByMediaRecycleBinController.cs
|
||||
Controllers/Media/RecycleBin/ReferencedByMediaRecycleBinController.cs
|
||||
Media/RecycleBin/ReferencedByMediaRecycleBinController.cs
|
||||
RecycleBin/ReferencedByMediaRecycleBinController.cs
|
||||
ReferencedByMediaRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/ChildrenMediaRecycleBinController.cs
|
||||
Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/ChildrenMediaRecycleBinController.cs
|
||||
Controllers/Media/RecycleBin/ChildrenMediaRecycleBinController.cs
|
||||
|
|
@ -23293,6 +23349,12 @@ Umbraco.Cms.Api.Management/Controllers/DataType/IsUsedDataTypeController.cs
|
|||
Controllers/DataType/IsUsedDataTypeController.cs
|
||||
DataType/IsUsedDataTypeController.cs
|
||||
IsUsedDataTypeController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/DataType/References/ReferencedByDataTypeController.cs
|
||||
Umbraco.Cms.Api.Management/Controllers/DataType/References/ReferencedByDataTypeController.cs
|
||||
Controllers/DataType/References/ReferencedByDataTypeController.cs
|
||||
DataType/References/ReferencedByDataTypeController.cs
|
||||
References/ReferencedByDataTypeController.cs
|
||||
ReferencedByDataTypeController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/DataType/ByKeyDataTypeController.cs
|
||||
Umbraco.Cms.Api.Management/Controllers/DataType/ByKeyDataTypeController.cs
|
||||
Controllers/DataType/ByKeyDataTypeController.cs
|
||||
|
|
@ -24233,6 +24295,12 @@ Controllers/Document/RecycleBin/RootDocumentRecycleBinController.cs
|
|||
Document/RecycleBin/RootDocumentRecycleBinController.cs
|
||||
RecycleBin/RootDocumentRecycleBinController.cs
|
||||
RootDocumentRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/RecycleBin/ReferencedByDocumentRecycleBinController.cs
|
||||
Umbraco.Cms.Api.Management/Controllers/Document/RecycleBin/ReferencedByDocumentRecycleBinController.cs
|
||||
Controllers/Document/RecycleBin/ReferencedByDocumentRecycleBinController.cs
|
||||
Document/RecycleBin/ReferencedByDocumentRecycleBinController.cs
|
||||
RecycleBin/ReferencedByDocumentRecycleBinController.cs
|
||||
ReferencedByDocumentRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/RecycleBin/RestoreDocumentRecycleBinController.cs
|
||||
Umbraco.Cms.Api.Management/Controllers/Document/RecycleBin/RestoreDocumentRecycleBinController.cs
|
||||
Controllers/Document/RecycleBin/RestoreDocumentRecycleBinController.cs
|
||||
|
|
@ -24370,6 +24438,11 @@ Umbraco.Cms.Api.Management/Controllers/Document/ValidateUpdateDocumentController
|
|||
Controllers/Document/ValidateUpdateDocumentController.cs
|
||||
Document/ValidateUpdateDocumentController.cs
|
||||
ValidateUpdateDocumentController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/PublishDocumentWithDescendantsResultController.cs
|
||||
Umbraco.Cms.Api.Management/Controllers/Document/PublishDocumentWithDescendantsResultController.cs
|
||||
Controllers/Document/PublishDocumentWithDescendantsResultController.cs
|
||||
Document/PublishDocumentWithDescendantsResultController.cs
|
||||
PublishDocumentWithDescendantsResultController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Manifest/ManifestControllerBase.cs
|
||||
Umbraco.Cms.Api.Management/Controllers/Manifest/ManifestControllerBase.cs
|
||||
Controllers/Manifest/ManifestControllerBase.cs
|
||||
|
|
@ -26210,6 +26283,11 @@ Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/MediaReferenceResponseMo
|
|||
ViewModels/TrackedReferences/MediaReferenceResponseModel.cs
|
||||
TrackedReferences/MediaReferenceResponseModel.cs
|
||||
MediaReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/MediaTypePropertyTypeReferenceResponseModel.cs
|
||||
Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/MediaTypePropertyTypeReferenceResponseModel.cs
|
||||
ViewModels/TrackedReferences/MediaTypePropertyTypeReferenceResponseModel.cs
|
||||
TrackedReferences/MediaTypePropertyTypeReferenceResponseModel.cs
|
||||
MediaTypePropertyTypeReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/DocumentReferenceResponseModel.cs
|
||||
Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/DocumentReferenceResponseModel.cs
|
||||
ViewModels/TrackedReferences/DocumentReferenceResponseModel.cs
|
||||
|
|
@ -26220,11 +26298,21 @@ Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/TrackedReferenceMediaTyp
|
|||
ViewModels/TrackedReferences/TrackedReferenceMediaType.cs
|
||||
TrackedReferences/TrackedReferenceMediaType.cs
|
||||
TrackedReferenceMediaType.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/DocumentTypePropertyTypeReferenceResponseModel.cs
|
||||
Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/DocumentTypePropertyTypeReferenceResponseModel.cs
|
||||
ViewModels/TrackedReferences/DocumentTypePropertyTypeReferenceResponseModel.cs
|
||||
TrackedReferences/DocumentTypePropertyTypeReferenceResponseModel.cs
|
||||
DocumentTypePropertyTypeReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/TrackedReferenceDocumentType.cs
|
||||
Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/TrackedReferenceDocumentType.cs
|
||||
ViewModels/TrackedReferences/TrackedReferenceDocumentType.cs
|
||||
TrackedReferences/TrackedReferenceDocumentType.cs
|
||||
TrackedReferenceDocumentType.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/MemberTypePropertyTypeReferenceResponseModel.cs
|
||||
Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/MemberTypePropertyTypeReferenceResponseModel.cs
|
||||
ViewModels/TrackedReferences/MemberTypePropertyTypeReferenceResponseModel.cs
|
||||
TrackedReferences/MemberTypePropertyTypeReferenceResponseModel.cs
|
||||
MemberTypePropertyTypeReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/TrackedReferenceContentType.cs
|
||||
Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/TrackedReferenceContentType.cs
|
||||
ViewModels/TrackedReferences/TrackedReferenceContentType.cs
|
||||
|
|
@ -26240,6 +26328,11 @@ Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/ReferenceResponseModel.c
|
|||
ViewModels/TrackedReferences/ReferenceResponseModel.cs
|
||||
TrackedReferences/ReferenceResponseModel.cs
|
||||
ReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/ContentTypePropertyTypeReferenceResponseModel.cs
|
||||
Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/ContentTypePropertyTypeReferenceResponseModel.cs
|
||||
ViewModels/TrackedReferences/ContentTypePropertyTypeReferenceResponseModel.cs
|
||||
TrackedReferences/ContentTypePropertyTypeReferenceResponseModel.cs
|
||||
ContentTypePropertyTypeReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/IReferenceResponseModel.cs
|
||||
Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/IReferenceResponseModel.cs
|
||||
ViewModels/TrackedReferences/IReferenceResponseModel.cs
|
||||
|
|
@ -27419,6 +27512,11 @@ Umbraco.Cms.Api.Management/ViewModels/Document/DocumentUrlInfoResponseModel.cs
|
|||
ViewModels/Document/DocumentUrlInfoResponseModel.cs
|
||||
Document/DocumentUrlInfoResponseModel.cs
|
||||
DocumentUrlInfoResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/Document/PublishWithDescendantsResultModel.cs
|
||||
Umbraco.Cms.Api.Management/ViewModels/Document/PublishWithDescendantsResultModel.cs
|
||||
ViewModels/Document/PublishWithDescendantsResultModel.cs
|
||||
Document/PublishWithDescendantsResultModel.cs
|
||||
PublishWithDescendantsResultModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/Document/DocumentVersionItemResponseModel.cs
|
||||
Umbraco.Cms.Api.Management/ViewModels/Document/DocumentVersionItemResponseModel.cs
|
||||
ViewModels/Document/DocumentVersionItemResponseModel.cs
|
||||
|
|
@ -55187,6 +55285,63 @@ packages/core/router/generate-route-path-builder.function.test.ts
|
|||
core/router/generate-route-path-builder.function.test.ts
|
||||
router/generate-route-path-builder.function.test.ts
|
||||
generate-route-path-builder.function.test.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/router-slot.element.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/route/router-slot.element.ts
|
||||
src/packages/core/router/route/router-slot.element.ts
|
||||
packages/core/router/route/router-slot.element.ts
|
||||
core/router/route/router-slot.element.ts
|
||||
router/route/router-slot.element.ts
|
||||
route/router-slot.element.ts
|
||||
router-slot.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/not-found/route-not-found.element.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/route/not-found/route-not-found.element.ts
|
||||
src/packages/core/router/route/not-found/route-not-found.element.ts
|
||||
packages/core/router/route/not-found/route-not-found.element.ts
|
||||
core/router/route/not-found/route-not-found.element.ts
|
||||
router/route/not-found/route-not-found.element.ts
|
||||
route/not-found/route-not-found.element.ts
|
||||
not-found/route-not-found.element.ts
|
||||
route-not-found.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/route.interface.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/route/route.interface.ts
|
||||
src/packages/core/router/route/route.interface.ts
|
||||
packages/core/router/route/route.interface.ts
|
||||
core/router/route/route.interface.ts
|
||||
router/route/route.interface.ts
|
||||
route/route.interface.ts
|
||||
route.interface.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/router-slot-init.event.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/route/router-slot-init.event.ts
|
||||
src/packages/core/router/route/router-slot-init.event.ts
|
||||
packages/core/router/route/router-slot-init.event.ts
|
||||
core/router/route/router-slot-init.event.ts
|
||||
router/route/router-slot-init.event.ts
|
||||
route/router-slot-init.event.ts
|
||||
router-slot-init.event.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/router-slot-change.event.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/route/router-slot-change.event.ts
|
||||
src/packages/core/router/route/router-slot-change.event.ts
|
||||
packages/core/router/route/router-slot-change.event.ts
|
||||
core/router/route/router-slot-change.event.ts
|
||||
router/route/router-slot-change.event.ts
|
||||
route/router-slot-change.event.ts
|
||||
router-slot-change.event.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/route.context.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/route/route.context.ts
|
||||
src/packages/core/router/route/route.context.ts
|
||||
packages/core/router/route/route.context.ts
|
||||
core/router/route/route.context.ts
|
||||
router/route/route.context.ts
|
||||
route/route.context.ts
|
||||
route.context.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/index.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/route/index.ts
|
||||
src/packages/core/router/route/index.ts
|
||||
packages/core/router/route/index.ts
|
||||
core/router/route/index.ts
|
||||
router/route/index.ts
|
||||
route/index.ts
|
||||
index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/path-pattern.class.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/path-pattern.class.ts
|
||||
src/packages/core/router/path-pattern.class.ts
|
||||
|
|
@ -55272,69 +55427,6 @@ packages/core/router/index.ts
|
|||
core/router/index.ts
|
||||
router/index.ts
|
||||
index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/not-found/route-not-found.element.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/components/not-found/route-not-found.element.ts
|
||||
src/packages/core/router/components/not-found/route-not-found.element.ts
|
||||
packages/core/router/components/not-found/route-not-found.element.ts
|
||||
core/router/components/not-found/route-not-found.element.ts
|
||||
router/components/not-found/route-not-found.element.ts
|
||||
components/not-found/route-not-found.element.ts
|
||||
not-found/route-not-found.element.ts
|
||||
route-not-found.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/router-slot.element.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/router-slot.element.ts
|
||||
src/packages/core/router/components/router-slot/router-slot.element.ts
|
||||
packages/core/router/components/router-slot/router-slot.element.ts
|
||||
core/router/components/router-slot/router-slot.element.ts
|
||||
router/components/router-slot/router-slot.element.ts
|
||||
components/router-slot/router-slot.element.ts
|
||||
router-slot/router-slot.element.ts
|
||||
router-slot.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/route.interface.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/route.interface.ts
|
||||
src/packages/core/router/components/router-slot/route.interface.ts
|
||||
packages/core/router/components/router-slot/route.interface.ts
|
||||
core/router/components/router-slot/route.interface.ts
|
||||
router/components/router-slot/route.interface.ts
|
||||
components/router-slot/route.interface.ts
|
||||
router-slot/route.interface.ts
|
||||
route.interface.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/router-slot-init.event.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/router-slot-init.event.ts
|
||||
src/packages/core/router/components/router-slot/router-slot-init.event.ts
|
||||
packages/core/router/components/router-slot/router-slot-init.event.ts
|
||||
core/router/components/router-slot/router-slot-init.event.ts
|
||||
router/components/router-slot/router-slot-init.event.ts
|
||||
components/router-slot/router-slot-init.event.ts
|
||||
router-slot/router-slot-init.event.ts
|
||||
router-slot-init.event.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/router-slot-change.event.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/router-slot-change.event.ts
|
||||
src/packages/core/router/components/router-slot/router-slot-change.event.ts
|
||||
packages/core/router/components/router-slot/router-slot-change.event.ts
|
||||
core/router/components/router-slot/router-slot-change.event.ts
|
||||
router/components/router-slot/router-slot-change.event.ts
|
||||
components/router-slot/router-slot-change.event.ts
|
||||
router-slot/router-slot-change.event.ts
|
||||
router-slot-change.event.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/route.context.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/route.context.ts
|
||||
src/packages/core/router/components/router-slot/route.context.ts
|
||||
packages/core/router/components/router-slot/route.context.ts
|
||||
core/router/components/router-slot/route.context.ts
|
||||
router/components/router-slot/route.context.ts
|
||||
components/router-slot/route.context.ts
|
||||
router-slot/route.context.ts
|
||||
route.context.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/index.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/index.ts
|
||||
src/packages/core/router/components/router-slot/index.ts
|
||||
packages/core/router/components/router-slot/index.ts
|
||||
core/router/components/router-slot/index.ts
|
||||
router/components/router-slot/index.ts
|
||||
components/router-slot/index.ts
|
||||
router-slot/index.ts
|
||||
index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/types.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/router/types.ts
|
||||
src/packages/core/router/types.ts
|
||||
|
|
|
|||
|
|
@ -205,6 +205,7 @@ tests/Umbraco.Tests.Benchmarks/ConcurrentDictionaryBenchmarks.cs
|
|||
tests/Umbraco.Tests.Benchmarks/StringReplaceFirstBenchmarks.cs
|
||||
tests/Umbraco.Tests.Benchmarks/TypeLoaderBenchmarks.cs
|
||||
tests/Umbraco.Tests.Benchmarks/HashFromStreams.cs
|
||||
tests/Umbraco.Tests.Benchmarks/StringExtensionsBenchmarks.cs
|
||||
tests/Umbraco.Tests.Benchmarks/Config/QuickRunWithMemoryDiagnoserConfigAttribute.cs
|
||||
tests/Umbraco.Tests.Benchmarks/Config/QuickRunConfigAttribute.cs
|
||||
tests/Umbraco.Tests.Benchmarks/DetectJsonBenchmarks.cs
|
||||
|
|
@ -278,6 +279,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MediaListViewSer
|
|||
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentBlueprintEditingServiceTests.Move.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ThreadSafetyServiceTest.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MemberTypeServiceTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.Validate.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MemberEditingServiceTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/RedirectUrlServiceTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentTypeServiceTests.cs
|
||||
|
|
@ -422,9 +424,11 @@ tests/Umbraco.Tests.Integration/Umbraco.Core/Services/WebhookServiceTests.cs
|
|||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/MediaNavigationServiceTests.Update.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/MediaNavigationServiceTests.Move.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/DocumentNavigationServiceTests.Sort.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.UnschedulePublish.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentEditingServiceTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/UserServiceCrudTests.ChangePassword.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/DynamicRootServiceTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.Publish.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/TelemetryProviderTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/DocumentNavigationServiceTests.Update.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/MediaNavigationServiceTests.Restore.cs
|
||||
|
|
@ -438,6 +442,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Core/Services/WebhookRequestServiceTests
|
|||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/UserGroupServiceValidationTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/PublishStatusServiceTest.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/MediaTypeEditingServiceTests.GetMediaTypesForFileExtension.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.ClearSchedule.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/RelationServiceTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentTypeEditingServiceModelsBuilderEnabledTestsBase.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentTypeEditingServiceTests.Create.cs
|
||||
|
|
@ -447,7 +452,9 @@ tests/Umbraco.Tests.Integration/Umbraco.Core/Services/DocumentNavigationServiceT
|
|||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/DocumentNavigationServiceTests.Create.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/MediaNavigationServiceTests.Rebuild.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/PublishedUrlInfoProviderTestsBase.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.SchedulePublish.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/DocumentNavigationServiceTests.Delete.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.UnscheduleUnpublish.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/DocumentNavigationServiceTests.DeleteFromRecycleBin.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/MediaNavigationServiceTests.DeleteFromRecycleBin.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/UserServiceCrudTests.Create.cs
|
||||
|
|
@ -472,6 +479,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Core/Services/MediaTypeEditingServiceTes
|
|||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/PublishedUrlInfoProvider_hidetoplevel_false.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentTypeEditingServiceModelsBuilderDisabledTestsBase.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/UserServiceCrudTests.Update.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentPublishingServiceTests.ScheduleUnpublish.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Packaging/CreatedPackagesRepositoryTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/RuntimeStateTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Core/Events/EventAggregatorTests.cs
|
||||
|
|
@ -983,6 +991,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/Packaging/PendingPackageMigrationsTes
|
|||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/VersionExtensionTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/ContentFinderByUrlAndTemplateTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/UmbracoRequestPathsTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/ContentFinderByRedirectUrlTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/UriUtilityTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/SiteDomainMapperTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/UrlsProviderWithDomainsTests.cs
|
||||
|
|
@ -2924,6 +2933,7 @@ src/Umbraco.Core/RuntimeLevelReason.cs
|
|||
src/Umbraco.Core/UdiTypeConverter.cs
|
||||
src/Umbraco.Core/Constants-Web.cs
|
||||
src/Umbraco.Core/UdiType.cs
|
||||
src/Umbraco.Core/HostedServices/IBackgroundTaskQueue.cs
|
||||
src/Umbraco.Core/Constants-Marketplace.cs
|
||||
src/Umbraco.Core/Constants-JsonOptionsNames.cs
|
||||
src/Umbraco.Core/Constants-Sql.cs
|
||||
|
|
@ -3502,6 +3512,7 @@ src/Umbraco.Core/Notifications/CreatingNotification.cs
|
|||
src/Umbraco.Core/Notifications/DeletedVersionsNotificationBase.cs
|
||||
src/Umbraco.Core/Notifications/ContentDeletingNotification.cs
|
||||
src/Umbraco.Core/Notifications/DomainCacheRefresherNotification.cs
|
||||
src/Umbraco.Core/Constants-ReferenceTypes.cs
|
||||
src/Umbraco.Core/ServerEvents/IServerEventUserManager.cs
|
||||
src/Umbraco.Core/ServerEvents/IServerEventHub.cs
|
||||
src/Umbraco.Core/ServerEvents/EventSourceAuthorizerCollection.cs
|
||||
|
|
@ -4863,6 +4874,7 @@ src/Umbraco.Cms.Api.Management/Controllers/Media/References/ReferencedByMediaCon
|
|||
src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/EmptyMediaRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/RestoreMediaRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/OriginalParentMediaRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/ReferencedByMediaRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/ChildrenMediaRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/MediaRecycleBinControllerBase.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/DeleteMediaRecycleBinController.cs
|
||||
|
|
@ -4971,6 +4983,7 @@ src/Umbraco.Cms.Api.Management/Controllers/DataType/Item/SearchDataTypeItemContr
|
|||
src/Umbraco.Cms.Api.Management/Controllers/DataType/Item/ItemDatatypeItemController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/DataType/ReferencesDataTypeController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/DataType/IsUsedDataTypeController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/DataType/References/ReferencedByDataTypeController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/DataType/ByKeyDataTypeController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/DataType/MoveDataTypeController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/DataType/Folder/CreateDataTypeFolderController.cs
|
||||
|
|
@ -5144,6 +5157,7 @@ src/Umbraco.Cms.Api.Management/Controllers/Document/References/ReferencedByDocum
|
|||
src/Umbraco.Cms.Api.Management/Controllers/Document/References/AreReferencedDocumentController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/RecycleBin/OriginalParentDocumentRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/RecycleBin/RootDocumentRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/RecycleBin/ReferencedByDocumentRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/RecycleBin/RestoreDocumentRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/RecycleBin/EmptyDocumentRecycleBinController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/RecycleBin/ChildrenDocumentRecycleBinController.cs
|
||||
|
|
@ -5170,6 +5184,7 @@ src/Umbraco.Cms.Api.Management/Controllers/Document/CreateDocumentController.cs
|
|||
src/Umbraco.Cms.Api.Management/Controllers/Document/UpdateDomainsController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/UpdateDocumentController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/ValidateUpdateDocumentController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Document/PublishDocumentWithDescendantsResultController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Manifest/ManifestControllerBase.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Manifest/AllManifestController.cs
|
||||
src/Umbraco.Cms.Api.Management/Controllers/Manifest/PublicManifestManifestController.cs
|
||||
|
|
@ -5555,12 +5570,16 @@ src/Umbraco.Cms.Api.Management/ViewModels/Installer/UserInstallRequestModel.cs
|
|||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/DefaultReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/TrackedReferenceMemberType.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/MediaReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/MediaTypePropertyTypeReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/DocumentReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/TrackedReferenceMediaType.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/DocumentTypePropertyTypeReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/TrackedReferenceDocumentType.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/MemberTypePropertyTypeReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/TrackedReferenceContentType.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/MemberReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/ReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/ContentTypePropertyTypeReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/TrackedReferences/IReferenceResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/Dictionary/MoveDictionaryRequestModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/Dictionary/Item/DictionaryItemItemResponseModel.cs
|
||||
|
|
@ -5791,6 +5810,7 @@ src/Umbraco.Cms.Api.Management/ViewModels/Document/DocumentResponseModel.cs
|
|||
src/Umbraco.Cms.Api.Management/ViewModels/Document/DocumentVariantState.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/Document/CreateDocumentRequestModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/Document/DocumentUrlInfoResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/Document/PublishWithDescendantsResultModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/Document/DocumentVersionItemResponseModel.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/Document/DocumentResponseModelBase.cs
|
||||
src/Umbraco.Cms.Api.Management/ViewModels/Document/ValidateUpdateDocumentRequestModel.cs
|
||||
|
|
@ -9425,6 +9445,13 @@ src/Umbraco.Web.UI.Client/src/packages/core/property-action/types.ts
|
|||
src/Umbraco.Web.UI.Client/src/packages/core/id/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/generate-route-path-builder.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/generate-route-path-builder.function.test.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/router-slot.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/not-found/route-not-found.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/route.interface.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/router-slot-init.event.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/router-slot-change.event.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/route.context.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/route/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/path-pattern.class.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/contexts/route-path-addendum.context-token.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/contexts/route-path-addendum.test.ts
|
||||
|
|
@ -9436,13 +9463,6 @@ src/Umbraco.Web.UI.Client/src/packages/core/router/encode-folder-name.function.t
|
|||
src/Umbraco.Web.UI.Client/src/packages/core/router/modal-registration/modal-route-registration.interface.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/modal-registration/modal-route-registration.controller.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/not-found/route-not-found.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/router-slot.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/route.interface.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/router-slot-init.event.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/router-slot-change.event.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/route.context.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/components/router-slot/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/router/types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/debug/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/debug/debug-modal/manifests.ts
|
||||
|
|
|
|||
|
|
@ -20542,30 +20542,6 @@ src/Admin/Features/Onboarding.php
|
|||
Admin/Features/Onboarding.php
|
||||
Features/Onboarding.php
|
||||
Onboarding.php
|
||||
plugins/woocommerce/src/Admin/Features/Blueprint/Steps/SetWCPaymentGateways.php
|
||||
woocommerce/src/Admin/Features/Blueprint/Steps/SetWCPaymentGateways.php
|
||||
src/Admin/Features/Blueprint/Steps/SetWCPaymentGateways.php
|
||||
Admin/Features/Blueprint/Steps/SetWCPaymentGateways.php
|
||||
Features/Blueprint/Steps/SetWCPaymentGateways.php
|
||||
Blueprint/Steps/SetWCPaymentGateways.php
|
||||
Steps/SetWCPaymentGateways.php
|
||||
SetWCPaymentGateways.php
|
||||
plugins/woocommerce/src/Admin/Features/Blueprint/Steps/SetWCTaxRates.php
|
||||
woocommerce/src/Admin/Features/Blueprint/Steps/SetWCTaxRates.php
|
||||
src/Admin/Features/Blueprint/Steps/SetWCTaxRates.php
|
||||
Admin/Features/Blueprint/Steps/SetWCTaxRates.php
|
||||
Features/Blueprint/Steps/SetWCTaxRates.php
|
||||
Blueprint/Steps/SetWCTaxRates.php
|
||||
Steps/SetWCTaxRates.php
|
||||
SetWCTaxRates.php
|
||||
plugins/woocommerce/src/Admin/Features/Blueprint/Steps/SetWCShipping.php
|
||||
woocommerce/src/Admin/Features/Blueprint/Steps/SetWCShipping.php
|
||||
src/Admin/Features/Blueprint/Steps/SetWCShipping.php
|
||||
Admin/Features/Blueprint/Steps/SetWCShipping.php
|
||||
Features/Blueprint/Steps/SetWCShipping.php
|
||||
Blueprint/Steps/SetWCShipping.php
|
||||
Steps/SetWCShipping.php
|
||||
SetWCShipping.php
|
||||
plugins/woocommerce/src/Admin/Features/Blueprint/RestApi.php
|
||||
woocommerce/src/Admin/Features/Blueprint/RestApi.php
|
||||
src/Admin/Features/Blueprint/RestApi.php
|
||||
|
|
@ -36964,17 +36940,6 @@ blocks/product-elements/sale-badge/style.scss
|
|||
product-elements/sale-badge/style.scss
|
||||
sale-badge/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts
|
||||
blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts
|
||||
assets/js/atomic/blocks/product-elements/sale-badge/support.ts
|
||||
js/atomic/blocks/product-elements/sale-badge/support.ts
|
||||
atomic/blocks/product-elements/sale-badge/support.ts
|
||||
blocks/product-elements/sale-badge/support.ts
|
||||
product-elements/sale-badge/support.ts
|
||||
sale-badge/support.ts
|
||||
support.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sale-badge/types.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sale-badge/types.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/sale-badge/types.ts
|
||||
|
|
@ -37152,17 +37117,6 @@ blocks/product-elements/price/index.tsx
|
|||
product-elements/price/index.tsx
|
||||
price/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/supports.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/supports.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/price/supports.ts
|
||||
blocks/assets/js/atomic/blocks/product-elements/price/supports.ts
|
||||
assets/js/atomic/blocks/product-elements/price/supports.ts
|
||||
js/atomic/blocks/product-elements/price/supports.ts
|
||||
atomic/blocks/product-elements/price/supports.ts
|
||||
blocks/product-elements/price/supports.ts
|
||||
product-elements/price/supports.ts
|
||||
price/supports.ts
|
||||
supports.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/types.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/types.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/price/types.ts
|
||||
|
|
@ -37417,17 +37371,6 @@ blocks/product-elements/image/style.scss
|
|||
product-elements/image/style.scss
|
||||
image/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/image/supports.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/image/supports.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/image/supports.ts
|
||||
blocks/assets/js/atomic/blocks/product-elements/image/supports.ts
|
||||
assets/js/atomic/blocks/product-elements/image/supports.ts
|
||||
js/atomic/blocks/product-elements/image/supports.ts
|
||||
atomic/blocks/product-elements/image/supports.ts
|
||||
blocks/product-elements/image/supports.ts
|
||||
product-elements/image/supports.ts
|
||||
image/supports.ts
|
||||
supports.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/image/types.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/image/types.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/image/types.ts
|
||||
|
|
@ -37516,17 +37459,6 @@ blocks/product-elements/rating/style.scss
|
|||
product-elements/rating/style.scss
|
||||
rating/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/rating/support.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/rating/support.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/rating/support.ts
|
||||
blocks/assets/js/atomic/blocks/product-elements/rating/support.ts
|
||||
assets/js/atomic/blocks/product-elements/rating/support.ts
|
||||
js/atomic/blocks/product-elements/rating/support.ts
|
||||
atomic/blocks/product-elements/rating/support.ts
|
||||
blocks/product-elements/rating/support.ts
|
||||
product-elements/rating/support.ts
|
||||
rating/support.ts
|
||||
support.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/rating/types.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/rating/types.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/rating/types.ts
|
||||
|
|
@ -37604,17 +37536,6 @@ blocks/product-elements/sku/style.scss
|
|||
product-elements/sku/style.scss
|
||||
sku/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/supports.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/supports.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/sku/supports.ts
|
||||
blocks/assets/js/atomic/blocks/product-elements/sku/supports.ts
|
||||
assets/js/atomic/blocks/product-elements/sku/supports.ts
|
||||
js/atomic/blocks/product-elements/sku/supports.ts
|
||||
atomic/blocks/product-elements/sku/supports.ts
|
||||
blocks/product-elements/sku/supports.ts
|
||||
product-elements/sku/supports.ts
|
||||
sku/supports.ts
|
||||
supports.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/types.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/types.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/sku/types.ts
|
||||
|
|
@ -37824,17 +37745,6 @@ blocks/product-elements/shared/product-selector.tsx
|
|||
product-elements/shared/product-selector.tsx
|
||||
shared/product-selector.tsx
|
||||
product-selector.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/shared/config.tsx
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/shared/config.tsx
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/shared/config.tsx
|
||||
blocks/assets/js/atomic/blocks/product-elements/shared/config.tsx
|
||||
assets/js/atomic/blocks/product-elements/shared/config.tsx
|
||||
js/atomic/blocks/product-elements/shared/config.tsx
|
||||
atomic/blocks/product-elements/shared/config.tsx
|
||||
blocks/product-elements/shared/config.tsx
|
||||
product-elements/shared/config.tsx
|
||||
shared/config.tsx
|
||||
config.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/average-rating/edit.tsx
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/average-rating/edit.tsx
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/average-rating/edit.tsx
|
||||
|
|
@ -38077,17 +37987,6 @@ blocks/product-elements/stock-indicator/style.scss
|
|||
product-elements/stock-indicator/style.scss
|
||||
stock-indicator/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/supports.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/supports.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/supports.ts
|
||||
blocks/assets/js/atomic/blocks/product-elements/stock-indicator/supports.ts
|
||||
assets/js/atomic/blocks/product-elements/stock-indicator/supports.ts
|
||||
js/atomic/blocks/product-elements/stock-indicator/supports.ts
|
||||
atomic/blocks/product-elements/stock-indicator/supports.ts
|
||||
blocks/product-elements/stock-indicator/supports.ts
|
||||
product-elements/stock-indicator/supports.ts
|
||||
stock-indicator/supports.ts
|
||||
supports.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/types.ts
|
||||
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/types.ts
|
||||
client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/types.ts
|
||||
|
|
@ -63771,10 +63670,18 @@ plugins/woocommerce/changelog/fix-53032-checkout-order-uses-correct-data
|
|||
woocommerce/changelog/fix-53032-checkout-order-uses-correct-data
|
||||
changelog/fix-53032-checkout-order-uses-correct-data
|
||||
fix-53032-checkout-order-uses-correct-data
|
||||
plugins/woocommerce/changelog/56981-trunk
|
||||
woocommerce/changelog/56981-trunk
|
||||
changelog/56981-trunk
|
||||
56981-trunk
|
||||
plugins/woocommerce/changelog/56283-55678-fix-log-fatal-error
|
||||
woocommerce/changelog/56283-55678-fix-log-fatal-error
|
||||
changelog/56283-55678-fix-log-fatal-error
|
||||
56283-55678-fix-log-fatal-error
|
||||
plugins/woocommerce/changelog/57059-update-variation-selector-pills-style
|
||||
woocommerce/changelog/57059-update-variation-selector-pills-style
|
||||
changelog/57059-update-variation-selector-pills-style
|
||||
57059-update-variation-selector-pills-style
|
||||
plugins/woocommerce/changelog/product-filters-display-relocation
|
||||
woocommerce/changelog/product-filters-display-relocation
|
||||
changelog/product-filters-display-relocation
|
||||
|
|
@ -63795,6 +63702,10 @@ plugins/woocommerce/changelog/56607-55081-variable-product-with-attribute-named-
|
|||
woocommerce/changelog/56607-55081-variable-product-with-attribute-named-variation-crashes-abstractorderconfirmationblock
|
||||
changelog/56607-55081-variable-product-with-attribute-named-variation-crashes-abstractorderconfirmationblock
|
||||
56607-55081-variable-product-with-attribute-named-variation-crashes-abstractorderconfirmationblock
|
||||
plugins/woocommerce/changelog/56821-update-email-editor-feature-switch
|
||||
woocommerce/changelog/56821-update-email-editor-feature-switch
|
||||
changelog/56821-update-email-editor-feature-switch
|
||||
56821-update-email-editor-feature-switch
|
||||
plugins/woocommerce/changelog/update-expose-setExtensionData
|
||||
woocommerce/changelog/update-expose-setExtensionData
|
||||
changelog/update-expose-setExtensionData
|
||||
|
|
@ -63807,6 +63718,10 @@ plugins/woocommerce/changelog/fix-56399
|
|||
woocommerce/changelog/fix-56399
|
||||
changelog/fix-56399
|
||||
fix-56399
|
||||
plugins/woocommerce/changelog/fix-remove-is-descedent-of-attributes-from-product-sku
|
||||
woocommerce/changelog/fix-remove-is-descedent-of-attributes-from-product-sku
|
||||
changelog/fix-remove-is-descedent-of-attributes-from-product-sku
|
||||
fix-remove-is-descedent-of-attributes-from-product-sku
|
||||
plugins/woocommerce/changelog/56512-update-product-gallery-perf-improvements
|
||||
woocommerce/changelog/56512-update-product-gallery-perf-improvements
|
||||
changelog/56512-update-product-gallery-perf-improvements
|
||||
|
|
@ -64011,6 +63926,10 @@ plugins/woocommerce/changelog/56770-update-blueprint-update-copy-to-remove-zip
|
|||
woocommerce/changelog/56770-update-blueprint-update-copy-to-remove-zip
|
||||
changelog/56770-update-blueprint-update-copy-to-remove-zip
|
||||
56770-update-blueprint-update-copy-to-remove-zip
|
||||
plugins/woocommerce/changelog/56258-ajax-item-dont-load-from-db
|
||||
woocommerce/changelog/56258-ajax-item-dont-load-from-db
|
||||
changelog/56258-ajax-item-dont-load-from-db
|
||||
56258-ajax-item-dont-load-from-db
|
||||
plugins/woocommerce/changelog/e2e-wooplug-3460-flaky-test-auto-sync-toggle-in-email-settings-works
|
||||
woocommerce/changelog/e2e-wooplug-3460-flaky-test-auto-sync-toggle-in-email-settings-works
|
||||
changelog/e2e-wooplug-3460-flaky-test-auto-sync-toggle-in-email-settings-works
|
||||
|
|
@ -64159,6 +64078,10 @@ plugins/woocommerce/changelog/dev-e2e-reset-analytics-settings-to-default-at-set
|
|||
woocommerce/changelog/dev-e2e-reset-analytics-settings-to-default-at-setup
|
||||
changelog/dev-e2e-reset-analytics-settings-to-default-at-setup
|
||||
dev-e2e-reset-analytics-settings-to-default-at-setup
|
||||
plugins/woocommerce/changelog/56756-fix-undefined-var-bug-mini-cart
|
||||
woocommerce/changelog/56756-fix-undefined-var-bug-mini-cart
|
||||
changelog/56756-fix-undefined-var-bug-mini-cart
|
||||
56756-fix-undefined-var-bug-mini-cart
|
||||
plugins/woocommerce/changelog/feature-issue-55126
|
||||
woocommerce/changelog/feature-issue-55126
|
||||
changelog/feature-issue-55126
|
||||
|
|
@ -64183,6 +64106,10 @@ plugins/woocommerce/changelog/add-45504-iapi-compatibility
|
|||
woocommerce/changelog/add-45504-iapi-compatibility
|
||||
changelog/add-45504-iapi-compatibility
|
||||
add-45504-iapi-compatibility
|
||||
plugins/woocommerce/changelog/fix-oom-core-zip-build
|
||||
woocommerce/changelog/fix-oom-core-zip-build
|
||||
changelog/fix-oom-core-zip-build
|
||||
fix-oom-core-zip-build
|
||||
plugins/woocommerce/changelog/improve-woo-content-styles-in-block-email
|
||||
woocommerce/changelog/improve-woo-content-styles-in-block-email
|
||||
changelog/improve-woo-content-styles-in-block-email
|
||||
|
|
@ -64211,6 +64138,10 @@ plugins/woocommerce/changelog/56291-update-product-gallery-thumnails-render
|
|||
woocommerce/changelog/56291-update-product-gallery-thumnails-render
|
||||
changelog/56291-update-product-gallery-thumnails-render
|
||||
56291-update-product-gallery-thumnails-render
|
||||
plugins/woocommerce/changelog/56815-update-clean-up-unused-blueprint-files
|
||||
woocommerce/changelog/56815-update-clean-up-unused-blueprint-files
|
||||
changelog/56815-update-clean-up-unused-blueprint-files
|
||||
56815-update-clean-up-unused-blueprint-files
|
||||
plugins/woocommerce/changelog/update-disable-core-profiler-free-feature-fallback
|
||||
woocommerce/changelog/update-disable-core-profiler-free-feature-fallback
|
||||
changelog/update-disable-core-profiler-free-feature-fallback
|
||||
|
|
@ -64347,6 +64278,10 @@ plugins/woocommerce/changelog/55945-bug-brands-schema-data
|
|||
woocommerce/changelog/55945-bug-brands-schema-data
|
||||
changelog/55945-bug-brands-schema-data
|
||||
55945-bug-brands-schema-data
|
||||
plugins/woocommerce/changelog/57053-fix-product-gallery-slider-arrows
|
||||
woocommerce/changelog/57053-fix-product-gallery-slider-arrows
|
||||
changelog/57053-fix-product-gallery-slider-arrows
|
||||
57053-fix-product-gallery-slider-arrows
|
||||
plugins/woocommerce/changelog/skip-failing-cart-and-checkout-e2e-tests
|
||||
woocommerce/changelog/skip-failing-cart-and-checkout-e2e-tests
|
||||
changelog/skip-failing-cart-and-checkout-e2e-tests
|
||||
|
|
@ -64595,6 +64530,10 @@ plugins/woocommerce/changelog/56408-update-blueprint-allow-continuous-import
|
|||
woocommerce/changelog/56408-update-blueprint-allow-continuous-import
|
||||
changelog/56408-update-blueprint-allow-continuous-import
|
||||
56408-update-blueprint-allow-continuous-import
|
||||
plugins/woocommerce/changelog/update-supports-block-json
|
||||
woocommerce/changelog/update-supports-block-json
|
||||
changelog/update-supports-block-json
|
||||
update-supports-block-json
|
||||
plugins/woocommerce/changelog/fix-56284
|
||||
woocommerce/changelog/fix-56284
|
||||
changelog/fix-56284
|
||||
|
|
@ -64607,6 +64546,10 @@ plugins/woocommerce/changelog/fix-56490-product-stock-indicator-single-product-t
|
|||
woocommerce/changelog/fix-56490-product-stock-indicator-single-product-template
|
||||
changelog/fix-56490-product-stock-indicator-single-product-template
|
||||
fix-56490-product-stock-indicator-single-product-template
|
||||
plugins/woocommerce/changelog/fix-isDescendentOfSingleProductBlock-upgrade-flow
|
||||
woocommerce/changelog/fix-isDescendentOfSingleProductBlock-upgrade-flow
|
||||
changelog/fix-isDescendentOfSingleProductBlock-upgrade-flow
|
||||
fix-isDescendentOfSingleProductBlock-upgrade-flow
|
||||
plugins/woocommerce/changelog/56187-update-blueprint-minor-tweaks
|
||||
woocommerce/changelog/56187-update-blueprint-minor-tweaks
|
||||
changelog/56187-update-blueprint-minor-tweaks
|
||||
|
|
|
|||
|
|
@ -3163,9 +3163,6 @@ plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartne
|
|||
plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartnerSuggestions.php
|
||||
plugins/woocommerce/src/Admin/Features/LaunchYourStore.php
|
||||
plugins/woocommerce/src/Admin/Features/Onboarding.php
|
||||
plugins/woocommerce/src/Admin/Features/Blueprint/Steps/SetWCPaymentGateways.php
|
||||
plugins/woocommerce/src/Admin/Features/Blueprint/Steps/SetWCTaxRates.php
|
||||
plugins/woocommerce/src/Admin/Features/Blueprint/Steps/SetWCShipping.php
|
||||
plugins/woocommerce/src/Admin/Features/Blueprint/RestApi.php
|
||||
plugins/woocommerce/src/Admin/Features/Blueprint/Exporters/ExportWCSettingsAdvanced.php
|
||||
plugins/woocommerce/src/Admin/Features/Blueprint/Exporters/ExportWCSettingsGeneral.php
|
||||
|
|
@ -5217,7 +5214,6 @@ plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sale-
|
|||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.json
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sale-badge/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/title/edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/title/block.tsx
|
||||
|
|
@ -5234,7 +5230,6 @@ plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price
|
|||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/block.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/block.json
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/supports.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/price/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/button/edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/button/block.tsx
|
||||
|
|
@ -5258,7 +5253,6 @@ plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/image
|
|||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/image/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/image/frontend.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/image/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/image/supports.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/image/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/rating/edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/rating/block.tsx
|
||||
|
|
@ -5267,7 +5261,6 @@ plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/ratin
|
|||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/rating/editor.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/rating/index.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/rating/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/rating/support.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/rating/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/block.tsx
|
||||
|
|
@ -5275,7 +5268,6 @@ plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/b
|
|||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/editor.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/supports.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/sku/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/product-details/edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/product-details/block.tsx
|
||||
|
|
@ -5295,7 +5287,6 @@ plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/share
|
|||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/shared/with-product-selector.js
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/shared/editor.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/shared/product-selector.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/shared/config.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/average-rating/edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/average-rating/block.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/average-rating/block.json
|
||||
|
|
@ -5318,7 +5309,6 @@ plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock
|
|||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.json
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/supports.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/component-init.js
|
||||
plugins/woocommerce/client/blocks/assets/js/templates/revert-button/index.tsx
|
||||
|
|
@ -7988,15 +7978,19 @@ plugins/woocommerce/changelog/56141-update-56082-list-non-active-plugins-and-the
|
|||
plugins/woocommerce/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
plugins/woocommerce/changelog/fix-product-button-dependencies
|
||||
plugins/woocommerce/changelog/fix-53032-checkout-order-uses-correct-data
|
||||
plugins/woocommerce/changelog/56981-trunk
|
||||
plugins/woocommerce/changelog/56283-55678-fix-log-fatal-error
|
||||
plugins/woocommerce/changelog/57059-update-variation-selector-pills-style
|
||||
plugins/woocommerce/changelog/product-filters-display-relocation
|
||||
plugins/woocommerce/changelog/53230-add-checkout-step-logging
|
||||
plugins/woocommerce/changelog/product-filters-load-wc-settings
|
||||
plugins/woocommerce/changelog/add-WOOPLUG-2166-products-on-sale
|
||||
plugins/woocommerce/changelog/56607-55081-variable-product-with-attribute-named-variation-crashes-abstractorderconfirmationblock
|
||||
plugins/woocommerce/changelog/56821-update-email-editor-feature-switch
|
||||
plugins/woocommerce/changelog/update-expose-setExtensionData
|
||||
plugins/woocommerce/changelog/add-initial-product-reviews-block
|
||||
plugins/woocommerce/changelog/fix-56399
|
||||
plugins/woocommerce/changelog/fix-remove-is-descedent-of-attributes-from-product-sku
|
||||
plugins/woocommerce/changelog/56512-update-product-gallery-perf-improvements
|
||||
plugins/woocommerce/changelog/2025-03-26-09-22-44-369528
|
||||
plugins/woocommerce/changelog/add-email-editor-sending-transactional-emails
|
||||
|
|
@ -8048,6 +8042,7 @@ plugins/woocommerce/changelog/update-blocks_dependencies
|
|||
plugins/woocommerce/changelog/refactor-send-canonical-url-from-server-for-paginated-filter-url
|
||||
plugins/woocommerce/changelog/56994-fix-js-errors-when-no-payments
|
||||
plugins/woocommerce/changelog/56770-update-blueprint-update-copy-to-remove-zip
|
||||
plugins/woocommerce/changelog/56258-ajax-item-dont-load-from-db
|
||||
plugins/woocommerce/changelog/e2e-wooplug-3460-flaky-test-auto-sync-toggle-in-email-settings-works
|
||||
plugins/woocommerce/changelog/fix-56371-out-of-stock-products
|
||||
plugins/woocommerce/changelog/55853-fix-shipping-calculator-address-validation
|
||||
|
|
@ -8085,12 +8080,14 @@ plugins/woocommerce/changelog/56368-add-register-draft-alte
|
|||
plugins/woocommerce/changelog/fix-cli-and-endpoints
|
||||
plugins/woocommerce/changelog/dev-api-fix-settigns-crud-external-envs
|
||||
plugins/woocommerce/changelog/dev-e2e-reset-analytics-settings-to-default-at-setup
|
||||
plugins/woocommerce/changelog/56756-fix-undefined-var-bug-mini-cart
|
||||
plugins/woocommerce/changelog/feature-issue-55126
|
||||
plugins/woocommerce/changelog/56257-update-wp-control-button-margin
|
||||
plugins/woocommerce/changelog/fix-54822
|
||||
plugins/woocommerce/changelog/update-migrate-core-profiler-options
|
||||
plugins/woocommerce/changelog/fix-settings-navigation-spacing
|
||||
plugins/woocommerce/changelog/add-45504-iapi-compatibility
|
||||
plugins/woocommerce/changelog/fix-oom-core-zip-build
|
||||
plugins/woocommerce/changelog/improve-woo-content-styles-in-block-email
|
||||
plugins/woocommerce/changelog/fix-coupons-II
|
||||
plugins/woocommerce/changelog/fix-53911-async-load-order-custom-field-meta-keys
|
||||
|
|
@ -8098,6 +8095,7 @@ plugins/woocommerce/changelog/update-remove-version-from-block-json
|
|||
plugins/woocommerce/changelog/update-56188-improve-switcher-incentive-handling
|
||||
plugins/woocommerce/changelog/fix-54286-limit-wc-comment-count-transient-clearing
|
||||
plugins/woocommerce/changelog/56291-update-product-gallery-thumnails-render
|
||||
plugins/woocommerce/changelog/56815-update-clean-up-unused-blueprint-files
|
||||
plugins/woocommerce/changelog/update-disable-core-profiler-free-feature-fallback
|
||||
plugins/woocommerce/changelog/56627-dev-remove-is-experimental-flag
|
||||
plugins/woocommerce/changelog/add-56385
|
||||
|
|
@ -8132,6 +8130,7 @@ plugins/woocommerce/changelog/dev-ci-workflow-cumulative-fixes
|
|||
plugins/woocommerce/changelog/fix-flaky-tests-save-site-editor-entities
|
||||
plugins/woocommerce/changelog/consolidate-isblocktheme-setting
|
||||
plugins/woocommerce/changelog/55945-bug-brands-schema-data
|
||||
plugins/woocommerce/changelog/57053-fix-product-gallery-slider-arrows
|
||||
plugins/woocommerce/changelog/skip-failing-cart-and-checkout-e2e-tests
|
||||
plugins/woocommerce/changelog/e2e-fix-skipped-cart-and-checkout-tests
|
||||
plugins/woocommerce/changelog/dev-remove-woo-interactivity
|
||||
|
|
@ -8194,9 +8193,11 @@ plugins/woocommerce/changelog/fix-jpc-connection-default-color-schema
|
|||
plugins/woocommerce/changelog/56241-email-preview-error-messaging
|
||||
plugins/woocommerce/changelog/55736-fix-51493
|
||||
plugins/woocommerce/changelog/56408-update-blueprint-allow-continuous-import
|
||||
plugins/woocommerce/changelog/update-supports-block-json
|
||||
plugins/woocommerce/changelog/fix-56284
|
||||
plugins/woocommerce/changelog/remove-legacy-filters-pattern
|
||||
plugins/woocommerce/changelog/fix-56490-product-stock-indicator-single-product-template
|
||||
plugins/woocommerce/changelog/fix-isDescendentOfSingleProductBlock-upgrade-flow
|
||||
plugins/woocommerce/changelog/56187-update-blueprint-minor-tweaks
|
||||
plugins/woocommerce/changelog/wooplug-3755-duplicated-email-preview-header-when-managing-an-email
|
||||
plugins/woocommerce/changelog/product-filters-remove-experimental
|
||||
|
|
|
|||
|
|
@ -18889,6 +18889,16 @@ README.md
|
|||
.graphqlrc.json
|
||||
.prettierignore
|
||||
Gemfile.lock
|
||||
doc/developer_manual/assets/ldap/zammad.ldif
|
||||
developer_manual/assets/ldap/zammad.ldif
|
||||
assets/ldap/zammad.ldif
|
||||
ldap/zammad.ldif
|
||||
zammad.ldif
|
||||
doc/developer_manual/assets/ldap/Dockerfile
|
||||
developer_manual/assets/ldap/Dockerfile
|
||||
assets/ldap/Dockerfile
|
||||
ldap/Dockerfile
|
||||
Dockerfile
|
||||
doc/developer_manual/standards/how-to-add-an-svg-icon.md
|
||||
developer_manual/standards/how-to-add-an-svg-icon.md
|
||||
standards/how-to-add-an-svg-icon.md
|
||||
|
|
@ -18965,6 +18975,10 @@ doc/developer_manual/cookbook/how-to-setup-pgp-integration.md
|
|||
developer_manual/cookbook/how-to-setup-pgp-integration.md
|
||||
cookbook/how-to-setup-pgp-integration.md
|
||||
how-to-setup-pgp-integration.md
|
||||
doc/developer_manual/cookbook/how-to-setup-ldap-integration.md
|
||||
developer_manual/cookbook/how-to-setup-ldap-integration.md
|
||||
cookbook/how-to-setup-ldap-integration.md
|
||||
how-to-setup-ldap-integration.md
|
||||
doc/developer_manual/cookbook/how-to-debug-zammad-processes.md
|
||||
developer_manual/cookbook/how-to-debug-zammad-processes.md
|
||||
cookbook/how-to-debug-zammad-processes.md
|
||||
|
|
|
|||
|
|
@ -4089,6 +4089,8 @@ tmp/README.md
|
|||
.graphqlrc.json
|
||||
.prettierignore
|
||||
Gemfile.lock
|
||||
doc/developer_manual/assets/ldap/zammad.ldif
|
||||
doc/developer_manual/assets/ldap/Dockerfile
|
||||
doc/developer_manual/standards/how-to-add-an-svg-icon.md
|
||||
doc/developer_manual/standards/how-to-use-forms.md
|
||||
doc/developer_manual/standards/how-to-handle-localization.md
|
||||
|
|
@ -4108,6 +4110,7 @@ doc/developer_manual/cookbook/how-to-test-with-rspec-and-capybara.md
|
|||
doc/developer_manual/cookbook/how-to-test-with-qunit.md
|
||||
doc/developer_manual/cookbook/how-to-test-develop-with-docker.md
|
||||
doc/developer_manual/cookbook/how-to-setup-pgp-integration.md
|
||||
doc/developer_manual/cookbook/how-to-setup-ldap-integration.md
|
||||
doc/developer_manual/cookbook/how-to-debug-zammad-processes.md
|
||||
doc/developer_manual/index.md
|
||||
Procfile
|
||||
|
|
|
|||
|
|
@ -87,6 +87,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -94,8 +98,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -105,10 +112,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*source=
|
||||
/.git
|
||||
//wiki/skins
|
||||
/?*amp_client_id
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/__wishlist__
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/_widget
|
||||
/album/*/*?i=
|
||||
/api
|
||||
|
|
@ -116,6 +136,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/api?
|
||||
/apis
|
||||
/archive
|
||||
/authentication/signin
|
||||
/base-en/
|
||||
/bin/search.py
|
||||
/blame
|
||||
|
|
@ -129,10 +150,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/contact/menu*
|
||||
/contact/partner*
|
||||
/contactus/mwaas*
|
||||
/directory
|
||||
/discovered
|
||||
/docs/product
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
|
|
@ -157,9 +180,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/format:thumbnail
|
||||
/forum-attachment
|
||||
/gcrnsts
|
||||
/home/contact*
|
||||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/likes
|
||||
/login
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -172,9 +197,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newest/*rss
|
||||
/newest/*xml
|
||||
/newsearch/
|
||||
/organize
|
||||
/partials
|
||||
/pins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/report_abuse
|
||||
/revisions
|
||||
|
|
@ -182,11 +210,14 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
/search?q=
|
||||
/security/search-results.aspx?
|
||||
/signin-oidc
|
||||
/store/*/layout/
|
||||
/store/*/search/
|
||||
/store/buynow?
|
||||
|
|
@ -194,11 +225,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/
|
||||
/widget_
|
||||
/wiki/Special:
|
||||
|
|
@ -318,6 +353,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?search_forum=
|
||||
?set_mobile=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -440,7 +476,10 @@ WebObjects/MZStoreElements.woa
|
|||
[_0-9a-zA-Z]+/photo
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
^[A-Za-z0-9_]{1,15}$
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -503,6 +542,8 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -620,10 +661,12 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/hotels/partners
|
||||
ads/learn
|
||||
|
|
@ -640,6 +683,7 @@ adwords/proposal
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
aihub/tfhub
|
||||
ajax
|
||||
|
|
@ -690,8 +734,10 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
app/updates
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -762,11 +808,14 @@ audio_news
|
|||
auth
|
||||
auth/createchallenge
|
||||
auth/verifychallenge
|
||||
authentication/signin
|
||||
author/following
|
||||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
b?*node=7454917011
|
||||
b?*node=7454927011
|
||||
|
|
@ -824,6 +873,10 @@ blogs/slow-ride
|
|||
blogs/test
|
||||
blogsearch
|
||||
blogsearch_feeds
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/NBK
|
||||
|
|
@ -846,16 +899,37 @@ books?*zoom=1
|
|||
books?*zoom=5
|
||||
booksrightsholders
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
buyside-e2e-monitor
|
||||
buzz/post
|
||||
cai
|
||||
|
|
@ -888,6 +962,7 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/browser/mobile/tour
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
|
|
@ -911,6 +986,7 @@ clickthru
|
|||
clima/ets
|
||||
clima/sites/registry
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -929,7 +1005,8 @@ commercesearch/services
|
|||
commission_2010-2014/katainen
|
||||
commits?author=
|
||||
common/
|
||||
common/survey.aspx
|
||||
common/survey.aspx*
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -946,23 +1023,32 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
companyDir
|
||||
compare
|
||||
compare/*/apply
|
||||
compressiontest
|
||||
concussion/HeadsUp/training/
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
consumers/archive
|
||||
contact/menu*
|
||||
contact/partner*
|
||||
contactus
|
||||
contactus/mwaas*
|
||||
content-claiming
|
||||
content-guest/rss/channels
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
coop/directory
|
||||
coop/manage
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
core/
|
||||
core/*.css$
|
||||
core/*.css?
|
||||
|
|
@ -980,14 +1066,22 @@ covid19
|
|||
covid19/mobility
|
||||
cr$
|
||||
cr?
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
cse/home
|
||||
cse/manage
|
||||
cse/panel
|
||||
cse?
|
||||
csp
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -998,9 +1092,11 @@ de-de/corporate/rechtliche-hinweise/impressum_de.aspx
|
|||
de-de/feedback
|
||||
de-de/lp
|
||||
de-de/searchresults
|
||||
deactivate-account
|
||||
default
|
||||
default.aspx/kb/
|
||||
default.aspx/ph/
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1096,6 +1192,8 @@ ebooks?*zoom=1
|
|||
ebooks?*zoom=5
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1108,6 +1206,7 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1169,6 +1268,7 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
entities/search
|
||||
|
|
@ -1181,7 +1281,7 @@ entrez/utils
|
|||
entrez/viewer.fcgi
|
||||
environment/ets
|
||||
erasmus-plus/404_en.htm
|
||||
errors
|
||||
errors/
|
||||
es-es.www.cloudflare.com
|
||||
es-es/feedback
|
||||
es-es/lp
|
||||
|
|
@ -1237,14 +1337,18 @@ exec/obidos/subst/marketplace/sell-your-collection.html
|
|||
exec/obidos/subst/marketplace/sell-your-stuff.html
|
||||
exec/obidos/subst/partners/friends/access.html
|
||||
exec/obidos/tg/cm/member
|
||||
explore
|
||||
explore/*/?p=
|
||||
explore/*/lightbox
|
||||
external
|
||||
external/overture
|
||||
external_hosted
|
||||
f/healthcheck
|
||||
facebook
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb
|
||||
fb.html
|
||||
fd/
|
||||
fe=true
|
||||
feature/sf-test
|
||||
|
|
@ -1278,6 +1382,8 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1343,6 +1449,8 @@ global$
|
|||
gog
|
||||
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
|
||||
google.internal.maps.mapsjs.v1.MapsJsInternalService
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gorf
|
||||
gp
|
||||
|
|
@ -1458,6 +1566,7 @@ guidebooks
|
|||
gview
|
||||
gwt
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1481,7 +1590,10 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1493,9 +1605,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://amazon.de/robots.txt
|
||||
http://bing.com/robots.txt
|
||||
http://sites.google.com/robots.txt
|
||||
http://calendar.google.com/robots.txt
|
||||
http://flickr.com/robots.txt
|
||||
http://open.spotify.com/robots.txt
|
||||
http://web.archive.org/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1503,12 +1616,16 @@ hz/leaderboard/hall-of-fame
|
|||
hz/leaderboard/top-reviewers
|
||||
i/api
|
||||
i/u
|
||||
i/user/[0-9]+
|
||||
ia
|
||||
icons
|
||||
id-id.www.cloudflare.com
|
||||
id-id/feedback
|
||||
id-id/lp
|
||||
id-id/searchresults
|
||||
idea-ads-tool
|
||||
idea-pin-builder
|
||||
idea-pin-invite
|
||||
identity/accountsettingsactivityweb
|
||||
identity/accountsettingssyaf
|
||||
ie/ie40/
|
||||
|
|
@ -1554,12 +1671,15 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
internalPref
|
||||
intl
|
||||
intl/*/about/views
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
invoice/estimate/buyerView/attachments
|
||||
|
|
@ -1595,6 +1715,8 @@ johnhancock
|
|||
johnhancock/in-a-lifetime-healthcare
|
||||
johnhancock/in-a-lifetime-sustainability
|
||||
johnhancock/in-a-lifetime-work
|
||||
join/?next=
|
||||
join/signup/?next=
|
||||
js
|
||||
jsapi
|
||||
jsearch
|
||||
|
|
@ -1609,6 +1731,7 @@ ko-kr.www.cloudflare.com
|
|||
ko-kr/feedback
|
||||
ko-kr/lp
|
||||
ko-kr/searchresults
|
||||
kwanzaa-spotlight
|
||||
labs/pmc
|
||||
labs/popgadget/search
|
||||
lamda/images
|
||||
|
|
@ -1643,12 +1766,15 @@ learning/settings
|
|||
learning/settings$
|
||||
learning/settings?
|
||||
legal
|
||||
lens-search
|
||||
li/track
|
||||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
link
|
||||
linked
|
||||
lite
|
||||
live-session
|
||||
live_chat
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
lm/R3HQ5WJSZK6QSO
|
||||
|
|
@ -1676,6 +1802,7 @@ localservices
|
|||
lochp?
|
||||
login
|
||||
login$
|
||||
login/?next=
|
||||
login?*=
|
||||
logout
|
||||
lp
|
||||
|
|
@ -1736,8 +1863,8 @@ mapstt?
|
|||
mapview
|
||||
market_catalog/*?w=product-
|
||||
marketing-cms
|
||||
mats/?diagid=100001&eulaaccept=yes
|
||||
mats/default.aspx?diagid=100001&eulaaccept=yes
|
||||
mats/?diagid=100001&eulaaccept=yes*
|
||||
mats/default.aspx?diagid=100001&eulaaccept=yes*
|
||||
mbox
|
||||
me
|
||||
medgen/?term=
|
||||
|
|
@ -1806,6 +1933,7 @@ narrative-
|
|||
native
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news$
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
|
||||
|
|
@ -1820,6 +1948,7 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -1833,6 +1962,7 @@ nl-nl/lp
|
|||
nl-nl/searchresults
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
|
|
@ -1840,11 +1970,15 @@ nwshp$
|
|||
o/di
|
||||
o/dt
|
||||
oas/
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offers/proxy/dealsserver/api/log
|
||||
offers/proxy/dealsserver/buy
|
||||
offsite
|
||||
og
|
||||
okxbet.com
|
||||
onebox/media/sports/logos
|
||||
|
|
@ -1873,8 +2007,11 @@ pagespeed/insights/ui/logo
|
|||
panel
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -1904,13 +2041,47 @@ photos/gbachelie
|
|||
photos/i_love_u_get_away_from_me
|
||||
photos/tags/*/page
|
||||
photos/youpy
|
||||
pin
|
||||
pin-builder
|
||||
pin-communities
|
||||
pin-creation-tool
|
||||
pin-editor
|
||||
pin/*/activities
|
||||
pin/*/activity
|
||||
pin/*/analytics
|
||||
pin/*/brand-catalog
|
||||
pin/*/comments
|
||||
pin/*/email
|
||||
pin/*/feedback
|
||||
pin/*/idea-pin/related-products
|
||||
pin/*/likes
|
||||
pin/*/promote
|
||||
pin/*/reaction
|
||||
pin/*/related-products
|
||||
pin/*/repin
|
||||
pin/*/repins
|
||||
pin/*/sent
|
||||
pin/*/share
|
||||
pin/*/shop-the-look
|
||||
pin/*/tag
|
||||
pin/*/takes
|
||||
pin/*/visual-search
|
||||
pin/*/visual-shop
|
||||
pin/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping
|
||||
ping?
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl-pl.www.cloudflare.com
|
||||
pl-pl/feedback
|
||||
pl-pl/lp
|
||||
pl-pl/searchresults
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -1959,6 +2130,7 @@ ppob/?
|
|||
ppob?
|
||||
pqa
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -1967,6 +2139,8 @@ previewtemplate
|
|||
print
|
||||
private
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2009,12 +2183,14 @@ pt-br/searchresults
|
|||
publications
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
q=
|
||||
qnasearch?
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/imda
|
||||
|
|
@ -2023,6 +2199,7 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/*?q=
|
||||
|
|
@ -2039,6 +2216,9 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2046,9 +2226,13 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
results
|
||||
retail
|
||||
|
|
@ -2086,6 +2270,7 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safebrowsing/diagnostic
|
||||
safebrowsing/report_badware
|
||||
safebrowsing/report_error
|
||||
|
|
@ -2135,6 +2320,7 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
|
|||
sections/ombudsman/2008/01/frequently_asked_questions_1.html
|
||||
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
|
||||
secure
|
||||
sendHeaderEarly
|
||||
sendarticle
|
||||
services
|
||||
services/oauth
|
||||
|
|
@ -2165,6 +2351,7 @@ shop/collections
|
|||
shop/iphone/payments/overlay
|
||||
shop/view/product
|
||||
shop?
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2180,6 +2367,7 @@ shopstream
|
|||
sidewiki/entry
|
||||
signature
|
||||
signin
|
||||
signin-oidc
|
||||
signin/inject
|
||||
signin?expId=confirmEmail
|
||||
signup
|
||||
|
|
@ -2467,9 +2655,11 @@ social/photosui/images
|
|||
social/photosui/sitemap
|
||||
social/search?
|
||||
social/social-security-directory/cai
|
||||
socialmanager
|
||||
sounds/search
|
||||
sounds/search$
|
||||
sounds/search?
|
||||
source
|
||||
source=
|
||||
source_repo=
|
||||
spain/empresas/
|
||||
|
|
@ -2491,6 +2681,7 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
|
|
@ -2548,6 +2739,10 @@ stores$
|
|||
stores/
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
storyworks/preview
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
|
@ -2573,6 +2768,7 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
|
|
@ -2587,6 +2783,7 @@ svc/spelling-bee
|
|||
svc/vertex
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2594,6 +2791,7 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2640,7 +2838,9 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -2732,6 +2932,7 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -2747,9 +2948,14 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-image-lens-history
|
||||
upload-lens-image
|
||||
upload-shuffle-draft
|
||||
uploads
|
||||
urchin_test
|
||||
url
|
||||
|
|
@ -2767,9 +2973,11 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verify_age
|
||||
vi-vn.www.cloudflare.com
|
||||
|
|
@ -2825,6 +3033,9 @@ webapps/xoonboarding
|
|||
webmasters/sitemaps/ping?
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget/cr
|
||||
|
|
@ -3130,7 +3341,7 @@ wiki/Wikipedia_Diskussion:Checkuser
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://eventbrite.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3343,6 +3554,7 @@ xhtml?
|
|||
xml?
|
||||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/promos
|
||||
|
|
|
|||
|
|
@ -2560,6 +2560,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/atom
|
||||
/audible/signinRedirect
|
||||
/auth
|
||||
/authentication/signin
|
||||
/automatic-renewal-terms
|
||||
/autos/marketplace/product/*
|
||||
/avg-review
|
||||
|
|
@ -2734,7 +2735,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/contactus/mwaas*
|
||||
/content
|
||||
/content/acom/
|
||||
/content/experience-fragments/global_pdc/*/templates/footer/footer-v2
|
||||
/content/experience-fragments/global_pdc
|
||||
/content/usergenerated/asi/mongo/content/sites/activitystreams/activities/community
|
||||
/contribute/*
|
||||
/contributor
|
||||
|
|
@ -2999,6 +3000,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/history-node
|
||||
/hm-test
|
||||
/home-design/share
|
||||
/home/contact*
|
||||
/home_25
|
||||
/home_3rd
|
||||
/home_50
|
||||
|
|
@ -3286,7 +3288,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newsletter
|
||||
/newssearch
|
||||
/nightly-news
|
||||
/no-referrer-when-downgradehttp://galaxy-design.com/robots.txt
|
||||
/no-referrer-when-downgradehttp://globesimregistrations.ph/robots.txt
|
||||
/no-search-results
|
||||
/node
|
||||
/node/add
|
||||
|
|
@ -3680,9 +3682,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/shopping/vr
|
||||
/shoppingcart
|
||||
/showads.js
|
||||
/showtimes/location/*http://ko-fi.com/robots.txt
|
||||
/showtimes/location/*http://img.youtube.com/robots.txt
|
||||
/sign_in?
|
||||
/signin
|
||||
/signin-oidc
|
||||
/signup*/search?
|
||||
/signup-interstitial
|
||||
/signup?
|
||||
|
|
@ -3973,7 +3976,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?*__rmidpage
|
||||
?*_hsmi=
|
||||
?*ajs_event
|
||||
?*apikey*http://amazon.in/robots.txt
|
||||
?*apikey*http://vk.com/robots.txt
|
||||
?*app
|
||||
?*aspects=
|
||||
?*attachment_id
|
||||
|
|
@ -4415,7 +4418,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?q=user
|
||||
?q=user/login
|
||||
?q=user/logout
|
||||
?q=user/logout/http://smh.com.au/robots.txt
|
||||
?q=user/logout/http://rebrand.ly/robots.txt
|
||||
?q=user/password
|
||||
?q=user/register
|
||||
?q=vote
|
||||
|
|
@ -4588,7 +4591,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
@me$
|
||||
AI
|
||||
AITripBuilder
|
||||
API/v2$http://globenewswire.com/robots.txt
|
||||
API/v2$http://hbr.org/robots.txt
|
||||
APIAccessSupport
|
||||
AWSEC2/2006-06-26
|
||||
AWSEC2/2006-10-01
|
||||
|
|
@ -5939,6 +5942,7 @@ ZipCodeLookupAjax
|
|||
[helpCenterIdentifier]
|
||||
[path]
|
||||
\+*\+
|
||||
^[A-Za-z0-9_]{1,15}$
|
||||
_
|
||||
_
|
||||
_/PhotosUi/manifest.json
|
||||
|
|
@ -6475,7 +6479,6 @@ ads
|
|||
ads$
|
||||
ads-beacon.js
|
||||
ads.txt
|
||||
ads.txt
|
||||
ads/
|
||||
ads/gpa/vidgen
|
||||
ads/hotels/partners
|
||||
|
|
@ -6742,7 +6745,7 @@ api/editionurlgenerator
|
|||
api/extensions/1.0/extensions
|
||||
api/federation
|
||||
api/html
|
||||
api/http://ibm.com/robots.txt
|
||||
api/http://kobo.com/robots.txt
|
||||
api/infinite-list.html
|
||||
api/internal/*/location
|
||||
api/internal/_bb
|
||||
|
|
@ -7262,6 +7265,7 @@ auth/verifychallenge
|
|||
auth_pass
|
||||
authentication
|
||||
authentication$
|
||||
authentication/signin
|
||||
authkey=
|
||||
author
|
||||
author/
|
||||
|
|
@ -7284,6 +7288,7 @@ availability
|
|||
avis
|
||||
away.php
|
||||
awis/*
|
||||
awmp/data/images
|
||||
aws-summit-2014/enterprise-london-db/
|
||||
aws-summit-2014/london-db/
|
||||
awsaccountbilling/latest/about
|
||||
|
|
@ -7368,7 +7373,6 @@ backstage/api/
|
|||
bad-boys
|
||||
bad-boys-ii
|
||||
badges/profile/create
|
||||
baidu
|
||||
bal/impression
|
||||
bal/impression/RecordImpression.htm?
|
||||
ban-me-i-am-a-robot
|
||||
|
|
@ -7626,7 +7630,7 @@ blog/*?text=
|
|||
blog/*sitemap.xml$
|
||||
blog/*utm_source=
|
||||
blog/.*
|
||||
blog/.html.*http://huffingtonpost.com/robots.txt
|
||||
blog/.html.*http://samsung.com/robots.txt
|
||||
blog/10-lessons-from-an-engineering-manager/$
|
||||
blog/23-prototyping-resources-to-bookmark-right-now/$
|
||||
blog/27-figjam-activities-to-spark-creativity-in-the-classroom/$
|
||||
|
|
@ -8348,7 +8352,7 @@ bookmark_mana2
|
|||
bookmarklet
|
||||
bookmarks
|
||||
bookmarks/widget
|
||||
bookmarkshttp://matrix.to/robots.txt
|
||||
bookmarkshttp://ecrs.com/robots.txt
|
||||
books
|
||||
books/NBK
|
||||
books/about
|
||||
|
|
@ -9097,7 +9101,7 @@ cdn-cgi
|
|||
cdn-cgi/
|
||||
cdn-cgi/bm/cv
|
||||
cdn-cgi/challenge-platform
|
||||
cdn-cgi/http://contagious.com/robots.txt
|
||||
cdn-cgi/http://medium.com/robots.txt
|
||||
cdn-cgi/images/trace
|
||||
cdn-cgi/rum
|
||||
cdn-cgi/scripts
|
||||
|
|
@ -9128,7 +9132,7 @@ cgi-bin/koha/
|
|||
cgi-bin/loginpage
|
||||
cgi-bin/search.fpl
|
||||
cgi-bin/wx
|
||||
cgi-binhttp://similarweb.com/robots.txt
|
||||
cgi-binhttp://ifttt.com/robots.txt
|
||||
cgi-local
|
||||
cgi-mad/
|
||||
cgi-pct/
|
||||
|
|
@ -9245,6 +9249,7 @@ checkout-external
|
|||
checkout/
|
||||
checkout/cart
|
||||
checkout/package
|
||||
checkouthttp://moderncalculators.com/robots.txt
|
||||
checkoutnow
|
||||
checkouts
|
||||
checkpoint
|
||||
|
|
@ -9431,7 +9436,7 @@ co/user
|
|||
co/users
|
||||
code
|
||||
code/*
|
||||
code/http://static1.squarespace.com/robots.txt
|
||||
code/http://w3techs.com/robots.txt
|
||||
codeCoverage
|
||||
coderpad-for-figjam/$
|
||||
codesamples/
|
||||
|
|
@ -11346,7 +11351,7 @@ common/austin-summit
|
|||
common/error
|
||||
common/mail/
|
||||
common/services
|
||||
common/survey.aspx
|
||||
common/survey.aspx*
|
||||
common_assets/static-2.197
|
||||
common_assets/static-2.198
|
||||
communities
|
||||
|
|
@ -11484,7 +11489,7 @@ confirmation
|
|||
conflagexp
|
||||
connect
|
||||
connect/@
|
||||
connect/http://s3-us-west-2.amazonaws.com/robots.txt
|
||||
connect/http://blog.twitter.com/robots.txt
|
||||
connect/social-intranet.html
|
||||
connections
|
||||
connections/recent
|
||||
|
|
@ -11594,7 +11599,7 @@ content/dam/ircc/documents/pdf/francais/trousses/form/imm5476
|
|||
content/dam/ircc/documents/pdf/francais/trousses/form/imm5644
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0002
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0004
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://drupal.org/robots.txt
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://caniuse.com/robots.txt
|
||||
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
|
||||
content/dam/oecd/
|
||||
content/dam/pwc/uk/en/assets/pdf/hcl_f2.18.pdf
|
||||
|
|
@ -11793,7 +11798,6 @@ cp/api/logger
|
|||
cp/api/wpa
|
||||
cpds2
|
||||
cpresources
|
||||
cpro
|
||||
cpropub/univercd
|
||||
cpspa
|
||||
cr$
|
||||
|
|
@ -12881,7 +12885,7 @@ docs
|
|||
docs$
|
||||
docs-api-legacy
|
||||
docs-api-legacy$
|
||||
docs-api-legacy/http://donorbox.org/robots.txt
|
||||
docs-api-legacy/http://deezer.com/robots.txt
|
||||
docs-footer
|
||||
docs/*
|
||||
docs/3.x/fr
|
||||
|
|
@ -13491,7 +13495,7 @@ error_204
|
|||
errordocs
|
||||
errorpages
|
||||
errors
|
||||
errors
|
||||
errors/
|
||||
es
|
||||
es$
|
||||
es*/listing/*/favoriters
|
||||
|
|
@ -14408,7 +14412,7 @@ files/live/sites/isoorg/files/_noindex
|
|||
files/resources
|
||||
fileview
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://onedrive.live.com/robots.txt
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://iso.org/robots.txt
|
||||
filter/
|
||||
filter/tips
|
||||
filter/tips
|
||||
|
|
@ -14432,7 +14436,7 @@ find
|
|||
find$
|
||||
find-more
|
||||
find/
|
||||
find/*http://forrester.com/robots.txt
|
||||
find/*http://freepik.com/robots.txt
|
||||
finetune
|
||||
fios
|
||||
firefox/?
|
||||
|
|
@ -14528,7 +14532,7 @@ forum/members
|
|||
forum/online
|
||||
forum/posts
|
||||
forum/search
|
||||
forum/ucp.phphttp://tunecore.co.jp/robots.txt
|
||||
forum/ucp.phphttp://embassybel.ru/robots.txt
|
||||
forum/viewtopic.php
|
||||
forum/whats-new
|
||||
forumTeaser
|
||||
|
|
@ -15113,7 +15117,7 @@ fy-NL/search
|
|||
fy-NL/user
|
||||
fy-NL/users
|
||||
g
|
||||
g/4arE9Chttp://wsws.org/robots.txt
|
||||
g/4arE9Chttp://flickr.com/robots.txt
|
||||
g/api
|
||||
ga-IE/forums
|
||||
ga-IE/kb/*/discuss
|
||||
|
|
@ -15744,7 +15748,6 @@ homeimprovement/EmbeddedProfile.htm
|
|||
homeloans/*zga_z_guid=
|
||||
homepage
|
||||
homepage-video-test
|
||||
homepage/
|
||||
homepage/2013
|
||||
homepage/HomepageVideoMetrics.htm
|
||||
homes
|
||||
|
|
@ -15846,46 +15849,47 @@ html5
|
|||
http
|
||||
http-checker
|
||||
http2_data
|
||||
http://aljazeera.com/robots.txt
|
||||
http://bilgematics.com/robots.txt
|
||||
http://bitly.com/robots.txt
|
||||
http://blog.livedoor.jp/robots.txt
|
||||
http://canada.ca/robots.txt
|
||||
http://census.gov/robots.txt
|
||||
http://change.org/robots.txt
|
||||
http://css-tricks.com/robots.txt
|
||||
http://dao-tokyo.xyz/robots.txt
|
||||
http://discogs.com/robots.txt
|
||||
http://dropbox.com/robots.txt
|
||||
http://edition.cnn.com/robots.txt
|
||||
http://es.wikipedia.org/robots.txt
|
||||
http://2.bp.blogspot.com/robots.txt
|
||||
http://about.fb.com/robots.txt
|
||||
http://akparti.org.tr/robots.txt
|
||||
http://amazon.de/robots.txt
|
||||
http://amazon.in/robots.txt
|
||||
http://ameblo.jp/robots.txt
|
||||
http://apple.com/robots.txt
|
||||
http://bbc.com/robots.txt
|
||||
http://bbcsfx.acropolis.org.uk/robots.txt
|
||||
http://creativecommons.org/robots.txt
|
||||
http://economist.com/robots.txt
|
||||
http://en.m.wikipedia.org/robots.txt
|
||||
http://europa.eu/robots.txt
|
||||
http://eventbrite.co.uk/robots.txt
|
||||
http://feedly.com/robots.txt
|
||||
http://festivaldesantipodes.com/robots.txt
|
||||
http://fr.wikipedia.org/robots.txt
|
||||
http://g.co/robots.txt
|
||||
http://google.it/robots.txt
|
||||
http://ifttt.com/robots.txt
|
||||
http://khinsider.com/robots.txt
|
||||
http://marketwatch.com/robots.txt
|
||||
http://messenger.com/robots.txt
|
||||
http://mgame.info/robots.txt
|
||||
http://nngroup.com/robots.txt
|
||||
http://obsproject.com/robots.txt
|
||||
http://opera.com/robots.txt
|
||||
http://patnauniversity.ac.in/robots.txt
|
||||
http://paypal.com/robots.txt
|
||||
http://playstation.com/robots.txt
|
||||
http://shopify.com/robots.txt
|
||||
http://shorturl.at/robots.txt
|
||||
http://skillshare.com/robots.txt
|
||||
http://telegram.me/robots.txt
|
||||
http://tools.ietf.org/robots.txt
|
||||
http://trends.google.com/robots.txt
|
||||
http://venturebeat.com/robots.txt
|
||||
http://w3techs.com/robots.txt
|
||||
http://wpengine.com/robots.txt
|
||||
http://expedia.com/robots.txt
|
||||
http://gist.github.com/robots.txt
|
||||
http://govostis.gr/robots.txt
|
||||
http://groupon.com/robots.txt
|
||||
http://healthline.com/robots.txt
|
||||
http://help.twitter.com/robots.txt
|
||||
http://irishtimes.com/robots.txt
|
||||
http://iubenda.com/robots.txt
|
||||
http://last.fm/robots.txt
|
||||
http://lefigaro.fr/robots.txt
|
||||
http://meetup.com/robots.txt
|
||||
http://msdn.microsoft.com/robots.txt
|
||||
http://nationalgeographic.com/robots.txt
|
||||
http://nerdwallet.com/robots.txt
|
||||
http://patents.google.com/robots.txt
|
||||
http://producthunt.com/robots.txt
|
||||
http://python.org/robots.txt
|
||||
http://reconstructingjudaism.org/robots.txt
|
||||
http://seekingalpha.com/robots.txt
|
||||
http://siteground.com/robots.txt
|
||||
http://smithsonianmag.com/robots.txt
|
||||
http://static.wixstatic.com/robots.txt
|
||||
http://techradar.com/robots.txt
|
||||
http://theverge.com/robots.txt
|
||||
http://threads.net/robots.txt
|
||||
http://tiny.cc/robots.txt
|
||||
http://tracks.arte.tv/robots.txt
|
||||
http://weebly.com/robots.txt
|
||||
https:/www.alibaba.com
|
||||
hu
|
||||
hu-hu/
|
||||
|
|
@ -15944,6 +15948,7 @@ i/entry
|
|||
i/models/*/ar-redirect
|
||||
i/models/*/views
|
||||
i/u
|
||||
i/user/[0-9]+
|
||||
i18n-checker/check
|
||||
ia
|
||||
ia/android/collections
|
||||
|
|
@ -16377,7 +16382,7 @@ index.php/user/login/
|
|||
index.php/user/logout
|
||||
index.php/user/logout
|
||||
index.php/user/logout/
|
||||
index.php/user/logout/http://haveibeenpwned.com/robots.txt
|
||||
index.php/user/logout/http://diigo.com/robots.txt
|
||||
index.php/user/password
|
||||
index.php/user/password
|
||||
index.php/user/password/
|
||||
|
|
@ -16440,7 +16445,7 @@ integrate/
|
|||
integrations
|
||||
intelligencer/amp
|
||||
intent
|
||||
interactive*http://woocommerce.com/robots.txt
|
||||
interactive*http://fda.gov/robots.txt
|
||||
interactive/reading-preference
|
||||
interactives
|
||||
intercept
|
||||
|
|
@ -17631,7 +17636,6 @@ limited-release
|
|||
link
|
||||
link-intersect
|
||||
link-intersect/$
|
||||
link?
|
||||
link_to
|
||||
linked
|
||||
linkedin
|
||||
|
|
@ -18038,8 +18042,8 @@ masthead$
|
|||
masthead?
|
||||
match
|
||||
match/website
|
||||
mats/?diagid=100001&eulaaccept=yes
|
||||
mats/default.aspx?diagid=100001&eulaaccept=yes
|
||||
mats/?diagid=100001&eulaaccept=yes*
|
||||
mats/default.aspx?diagid=100001&eulaaccept=yes*
|
||||
max=
|
||||
max_price=
|
||||
maxprice=
|
||||
|
|
@ -18377,7 +18381,7 @@ mre/*.jpg$
|
|||
mre/*.js$
|
||||
mre/*.pdf$
|
||||
mre/*.png$
|
||||
mre/*.zip$http://modernbluesharmonica.com/robots.txt
|
||||
mre/*.zip$http://gov.uk/robots.txt
|
||||
mre/*?
|
||||
mre/*@@configuracoes_view
|
||||
mre/*@@download/file$
|
||||
|
|
@ -19119,7 +19123,7 @@ ohcm
|
|||
ojp
|
||||
okxbet.com
|
||||
oma
|
||||
on-demand/session/*http://newsweek.com/robots.txt
|
||||
on-demand/session/*http://nymag.com/robots.txt
|
||||
onboard
|
||||
onboarding
|
||||
one-app-preview
|
||||
|
|
@ -19253,7 +19257,7 @@ p/*/v/*?
|
|||
p/*/v?
|
||||
p/*/victory$
|
||||
p/*/victory?
|
||||
p/*http://l.facebook.com/robots.txt
|
||||
p/*http://socialimpact.youtube.com/robots.txt
|
||||
p/*surveyopen
|
||||
p/*thm=
|
||||
p/60
|
||||
|
|
@ -20090,7 +20094,7 @@ premium$
|
|||
premium-reports
|
||||
premium/
|
||||
premium/$
|
||||
premium/http://dw.com/robots.txt
|
||||
premium/http://s.w.org/robots.txt
|
||||
premiumsupport/iam/
|
||||
premiumsupport/knowledge-center/feedback-no/
|
||||
premiumsupport/knowledge-center/feedback-yes/
|
||||
|
|
@ -20174,7 +20178,7 @@ privacy/zoho-group.html
|
|||
private
|
||||
private
|
||||
private-promo
|
||||
private/http://pastebin.com/robots.txt
|
||||
private/http://sgtrains.com/robots.txt
|
||||
private/wtrack
|
||||
pro
|
||||
pro-learn
|
||||
|
|
@ -20205,7 +20209,7 @@ product-integrations/figma-for-microsoft-teams/$
|
|||
product-integrations/google-workspace/$
|
||||
product-integrations/zoom/$
|
||||
product-managers/$
|
||||
product-ratings/http://people.com/robots.txt
|
||||
product-ratings/http://wix.com/robots.txt
|
||||
product-reviews/B0069IY63Y
|
||||
product/*
|
||||
product/electrode/api/logger
|
||||
|
|
@ -21806,7 +21810,6 @@ s3
|
|||
s=
|
||||
s=p
|
||||
s?
|
||||
s?
|
||||
s?*rh=n%3A1380045031
|
||||
s_id=
|
||||
sa
|
||||
|
|
@ -22400,7 +22403,6 @@ sharing/folders
|
|||
shelf/user_shelves
|
||||
shenghuo
|
||||
shenghuo/search?
|
||||
shifen/
|
||||
shihui
|
||||
shihui?
|
||||
ship
|
||||
|
|
@ -22498,6 +22500,7 @@ signed_out_modal.json
|
|||
signin
|
||||
signin$
|
||||
signin-oidc
|
||||
signin-oidc
|
||||
signin/$
|
||||
signin/inject
|
||||
signin?
|
||||
|
|
@ -22999,7 +23002,7 @@ sort=
|
|||
sortBy=
|
||||
sos/clerical/
|
||||
sos/online_corps/
|
||||
sos/registration/http://cve.mitre.org/robots.txt
|
||||
sos/registration/http://inc.com/robots.txt
|
||||
soundcloud-tpa
|
||||
sounds/player
|
||||
sounds/player$
|
||||
|
|
@ -23610,7 +23613,7 @@ tag
|
|||
tag-manager
|
||||
tag-manager-360
|
||||
tag/
|
||||
tag/*+http://klarna.com/robots.txt
|
||||
tag/*+http://dinotim.com/robots.txt
|
||||
tag/*/shoutbox
|
||||
tag/*/shoutbox?
|
||||
tag/credible
|
||||
|
|
@ -24122,7 +24125,7 @@ test.html
|
|||
test_community
|
||||
testfl
|
||||
testgpr
|
||||
testhttp://disqus.com/robots.txt
|
||||
testhttp://monroewvhistory.org/robots.txt
|
||||
testimonial/ashley-haugen-water-beads$
|
||||
testimonial/ashley-haugen-water-beads?
|
||||
testing
|
||||
|
|
@ -24774,7 +24777,6 @@ uk/your
|
|||
uk/zazzle
|
||||
uki/search
|
||||
uli/trac
|
||||
ulink?
|
||||
ulk/i
|
||||
ulk/sch
|
||||
ulk/usr
|
||||
|
|
@ -25280,7 +25282,7 @@ uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_inser
|
|||
uy/help
|
||||
uz/en/
|
||||
uz/forums
|
||||
uz/http://verizon.com/robots.txt
|
||||
uz/http://bilgematics.com/robots.txt
|
||||
uz/kb/*/discuss
|
||||
uz/ru/
|
||||
uz/search
|
||||
|
|
@ -26201,9 +26203,9 @@ wiki/Wikipedia_discusión:Solicitudes_de_verificación_de_usuarios
|
|||
wiki/Wikipedia_discusión:Supresores/Candidaturas
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://soundcloud.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://thehill.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://uscis.gov/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikipedia.org/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://win.gs/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -26364,9 +26366,9 @@ wix-editor
|
|||
wix-platform
|
||||
wixblog
|
||||
wixdemo
|
||||
wixel/templates/*?color
|
||||
wixel/templates/*?price
|
||||
wixel/templates/?color
|
||||
wixel/templates/?style
|
||||
wixel/templates/*?style
|
||||
wixel/templates/search?
|
||||
wixpress
|
||||
wizarding-world
|
||||
|
|
@ -26504,7 +26506,8 @@ wp-admin
|
|||
wp-admin/
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.phphttp://img1.wsimg.com/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt
|
||||
wp-admin/load-scripts.php
|
||||
wp-admin/load-styles.php
|
||||
wp-adv
|
||||
|
|
@ -26704,7 +26707,7 @@ your
|
|||
your-account
|
||||
your-shop
|
||||
youreurope/businessACC
|
||||
youreurope/businessDEV/http://deezer.com/robots.txt
|
||||
youreurope/businessDEV/http://europarl.europa.eu/robots.txt
|
||||
youreurope/citizensACC
|
||||
youreurope/citizensDEV
|
||||
yours
|
||||
|
|
@ -26810,7 +26813,7 @@ zh-tw.www.cloudflare.com
|
|||
zh-tw/
|
||||
zh-tw/feedback
|
||||
zh-tw/lp
|
||||
zh-tw/searchhttp://starbucks.com/robots.txt
|
||||
zh-tw/searchhttp://blog.giallozafferano.it/robots.txt
|
||||
zh-tw/searchresults
|
||||
zh/
|
||||
zh/api.php?
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue