mirror of
https://github.com/danielmiessler/SecLists
synced 2026-03-22 21:23:25 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
40a12e0b7e
commit
0db60f33ab
36 changed files with 2437 additions and 2793 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1773389803
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1773483000
|
||||
"last_update": 1773569432
|
||||
}
|
||||
}
|
||||
|
|
@ -1,7 +1,17 @@
|
|||
.changeset/every-bats-stare.md
|
||||
every-bats-stare.md
|
||||
.changeset/sweet-things-throw.md
|
||||
sweet-things-throw.md
|
||||
.changeset/eager-flies-drive.md
|
||||
eager-flies-drive.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/honest-ducks-flow.md
|
||||
honest-ducks-flow.md
|
||||
.changeset/stale-cars-sin.md
|
||||
stale-cars-sin.md
|
||||
.changeset/tidy-pets-grow.md
|
||||
tidy-pets-grow.md
|
||||
.changeset/hungry-yaks-enter.md
|
||||
hungry-yaks-enter.md
|
||||
.vscode/settings.json
|
||||
|
|
@ -4047,6 +4057,10 @@ api/src/utils/parse-numeric-string.ts
|
|||
src/utils/parse-numeric-string.ts
|
||||
utils/parse-numeric-string.ts
|
||||
parse-numeric-string.ts
|
||||
api/src/utils/destroy-piped-stream.ts
|
||||
src/utils/destroy-piped-stream.ts
|
||||
utils/destroy-piped-stream.ts
|
||||
destroy-piped-stream.ts
|
||||
api/src/utils/get-cache-headers.ts
|
||||
src/utils/get-cache-headers.ts
|
||||
utils/get-cache-headers.ts
|
||||
|
|
@ -4079,6 +4093,10 @@ api/src/utils/validate-query.test.ts
|
|||
src/utils/validate-query.test.ts
|
||||
utils/validate-query.test.ts
|
||||
validate-query.test.ts
|
||||
api/src/utils/destroy-piped-stream.test.ts
|
||||
src/utils/destroy-piped-stream.test.ts
|
||||
utils/destroy-piped-stream.test.ts
|
||||
destroy-piped-stream.test.ts
|
||||
api/src/utils/get-config-from-env.ts
|
||||
src/utils/get-config-from-env.ts
|
||||
utils/get-config-from-env.ts
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
.changeset/every-bats-stare.md
|
||||
.changeset/sweet-things-throw.md
|
||||
.changeset/eager-flies-drive.md
|
||||
.changeset/config.json
|
||||
.changeset/honest-ducks-flow.md
|
||||
.changeset/stale-cars-sin.md
|
||||
.changeset/tidy-pets-grow.md
|
||||
.changeset/hungry-yaks-enter.md
|
||||
.vscode/settings.json
|
||||
.vscode/extensions.json
|
||||
|
|
@ -776,6 +781,7 @@ api/src/utils/schedule.ts
|
|||
api/src/utils/get-schema.ts
|
||||
api/src/utils/filter-items.test.ts
|
||||
api/src/utils/parse-numeric-string.ts
|
||||
api/src/utils/destroy-piped-stream.ts
|
||||
api/src/utils/get-cache-headers.ts
|
||||
api/src/utils/parse-filter-key.test.ts
|
||||
api/src/utils/transformations.ts
|
||||
|
|
@ -784,6 +790,7 @@ api/src/utils/get-column-path.ts
|
|||
api/src/utils/generate-hash.ts
|
||||
api/src/utils/get-address.test.ts
|
||||
api/src/utils/validate-query.test.ts
|
||||
api/src/utils/destroy-piped-stream.test.ts
|
||||
api/src/utils/get-config-from-env.ts
|
||||
api/src/utils/md.test.ts
|
||||
api/src/utils/should-clear-cache.ts
|
||||
|
|
|
|||
|
|
@ -5351,10 +5351,6 @@ core/modules/workflows/workflows.permissions.yml
|
|||
modules/workflows/workflows.permissions.yml
|
||||
workflows/workflows.permissions.yml
|
||||
workflows.permissions.yml
|
||||
core/modules/views_ui/views_ui.theme.inc
|
||||
modules/views_ui/views_ui.theme.inc
|
||||
views_ui/views_ui.theme.inc
|
||||
views_ui.theme.inc
|
||||
core/modules/views_ui/views_ui.api.php
|
||||
modules/views_ui/views_ui.api.php
|
||||
views_ui/views_ui.api.php
|
||||
|
|
@ -5918,10 +5914,6 @@ core/modules/views_ui/admin.inc
|
|||
modules/views_ui/admin.inc
|
||||
views_ui/admin.inc
|
||||
admin.inc
|
||||
core/modules/views_ui/views_ui.module
|
||||
modules/views_ui/views_ui.module
|
||||
views_ui/views_ui.module
|
||||
views_ui.module
|
||||
core/modules/views_ui/views_ui.routing.yml
|
||||
modules/views_ui/views_ui.routing.yml
|
||||
views_ui/views_ui.routing.yml
|
||||
|
|
@ -7328,6 +7320,11 @@ Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php
|
|||
Field/FieldWidget/TextareaWithSummaryWidget.php
|
||||
FieldWidget/TextareaWithSummaryWidget.php
|
||||
TextareaWithSummaryWidget.php
|
||||
core/modules/text/src/TextSummary.php
|
||||
modules/text/src/TextSummary.php
|
||||
text/src/TextSummary.php
|
||||
src/TextSummary.php
|
||||
TextSummary.php
|
||||
core/modules/text/src/Hook/TextHooks.php
|
||||
modules/text/src/Hook/TextHooks.php
|
||||
text/src/Hook/TextHooks.php
|
||||
|
|
@ -53866,6 +53863,11 @@ modules/editor/src/EditorAccessControlHandler.php
|
|||
editor/src/EditorAccessControlHandler.php
|
||||
src/EditorAccessControlHandler.php
|
||||
EditorAccessControlHandler.php
|
||||
core/modules/editor/src/EditorImageUploadSettings.php
|
||||
modules/editor/src/EditorImageUploadSettings.php
|
||||
editor/src/EditorImageUploadSettings.php
|
||||
src/EditorImageUploadSettings.php
|
||||
EditorImageUploadSettings.php
|
||||
core/modules/editor/src/EditorController.php
|
||||
modules/editor/src/EditorController.php
|
||||
editor/src/EditorController.php
|
||||
|
|
@ -63949,10 +63951,6 @@ core/modules/views/views.post_update.php
|
|||
modules/views/views.post_update.php
|
||||
views/views.post_update.php
|
||||
views.post_update.php
|
||||
core/modules/views/views.theme.inc
|
||||
modules/views/views.theme.inc
|
||||
views/views.theme.inc
|
||||
views.theme.inc
|
||||
core/modules/views/src/Controller/ViewAjaxController.php
|
||||
modules/views/src/Controller/ViewAjaxController.php
|
||||
views/src/Controller/ViewAjaxController.php
|
||||
|
|
|
|||
|
|
@ -787,7 +787,6 @@ core/modules/workflows/help_topics/workflows.overview.html.twig
|
|||
core/modules/workflows/workflows.links.menu.yml
|
||||
core/modules/workflows/workflows.link_relation_types.yml
|
||||
core/modules/workflows/workflows.permissions.yml
|
||||
core/modules/views_ui/views_ui.theme.inc
|
||||
core/modules/views_ui/views_ui.api.php
|
||||
core/modules/views_ui/tests/modules/views_ui_test/config/install/views.view.sa_contrib_2013_035.yml
|
||||
core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.libraries.yml
|
||||
|
|
@ -872,7 +871,6 @@ core/modules/views_ui/templates/views-ui-views-listing-table.html.twig
|
|||
core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig
|
||||
core/modules/views_ui/views_ui.services.yml
|
||||
core/modules/views_ui/admin.inc
|
||||
core/modules/views_ui/views_ui.module
|
||||
core/modules/views_ui/views_ui.routing.yml
|
||||
core/modules/views_ui/views_ui.links.task.yml
|
||||
core/modules/views_ui/views_ui.info.yml
|
||||
|
|
@ -1090,6 +1088,7 @@ core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php
|
|||
core/modules/text/src/Plugin/Field/FieldWidget/TextareaWidget.php
|
||||
core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php
|
||||
core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php
|
||||
core/modules/text/src/TextSummary.php
|
||||
core/modules/text/src/Hook/TextHooks.php
|
||||
core/modules/text/src/TextProcessed.php
|
||||
core/modules/text/text.post_update.php
|
||||
|
|
@ -7581,6 +7580,7 @@ core/modules/editor/src/Element.php
|
|||
core/modules/editor/src/EditorInterface.php
|
||||
core/modules/editor/src/EditorXssFilter/Standard.php
|
||||
core/modules/editor/src/EditorAccessControlHandler.php
|
||||
core/modules/editor/src/EditorImageUploadSettings.php
|
||||
core/modules/editor/src/EditorController.php
|
||||
core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php
|
||||
core/modules/editor/src/Hook/EditorHooks.php
|
||||
|
|
@ -8998,7 +8998,6 @@ core/modules/views/views.info.yml
|
|||
core/modules/views/views.services.yml
|
||||
core/modules/views/views.links.menu.yml
|
||||
core/modules/views/views.post_update.php
|
||||
core/modules/views/views.theme.inc
|
||||
core/modules/views/src/Controller/ViewAjaxController.php
|
||||
core/modules/views/src/FieldViewsDataProvider.php
|
||||
core/modules/views/src/ViewExecutable.php
|
||||
|
|
|
|||
|
|
@ -5310,6 +5310,13 @@ src/handlers/event/reminders-handler.js
|
|||
handlers/event/reminders-handler.js
|
||||
event/reminders-handler.js
|
||||
reminders-handler.js
|
||||
client/modules/crm/src/handlers/meeting/external-service.js
|
||||
modules/crm/src/handlers/meeting/external-service.js
|
||||
crm/src/handlers/meeting/external-service.js
|
||||
src/handlers/meeting/external-service.js
|
||||
handlers/meeting/external-service.js
|
||||
meeting/external-service.js
|
||||
external-service.js
|
||||
client/modules/crm/src/handlers/knowledge-base-article/send-in-email.js
|
||||
modules/crm/src/handlers/knowledge-base-article/send-in-email.js
|
||||
crm/src/handlers/knowledge-base-article/send-in-email.js
|
||||
|
|
@ -6118,6 +6125,14 @@ views/meeting/fields/users.js
|
|||
meeting/fields/users.js
|
||||
fields/users.js
|
||||
users.js
|
||||
client/modules/crm/src/views/meeting/fields/external-service.js
|
||||
modules/crm/src/views/meeting/fields/external-service.js
|
||||
crm/src/views/meeting/fields/external-service.js
|
||||
src/views/meeting/fields/external-service.js
|
||||
views/meeting/fields/external-service.js
|
||||
meeting/fields/external-service.js
|
||||
fields/external-service.js
|
||||
external-service.js
|
||||
client/modules/crm/src/views/meeting/fields/date-end.js
|
||||
modules/crm/src/views/meeting/fields/date-end.js
|
||||
crm/src/views/meeting/fields/date-end.js
|
||||
|
|
@ -55944,6 +55959,14 @@ Resources/metadata/app/clientRoutes.json
|
|||
metadata/app/clientRoutes.json
|
||||
app/clientRoutes.json
|
||||
clientRoutes.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/app/appParams.json
|
||||
Espo/Modules/Crm/Resources/metadata/app/appParams.json
|
||||
Modules/Crm/Resources/metadata/app/appParams.json
|
||||
Crm/Resources/metadata/app/appParams.json
|
||||
Resources/metadata/app/appParams.json
|
||||
metadata/app/appParams.json
|
||||
app/appParams.json
|
||||
appParams.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/pdfDefs/Account.json
|
||||
Espo/Modules/Crm/Resources/metadata/pdfDefs/Account.json
|
||||
Modules/Crm/Resources/metadata/pdfDefs/Account.json
|
||||
|
|
@ -56880,6 +56903,14 @@ Resources/layouts/Meeting/bottomPanelsDetail.json
|
|||
layouts/Meeting/bottomPanelsDetail.json
|
||||
Meeting/bottomPanelsDetail.json
|
||||
bottomPanelsDetail.json
|
||||
application/Espo/Modules/Crm/Resources/layouts/Meeting/defaultSidePanel.json
|
||||
Espo/Modules/Crm/Resources/layouts/Meeting/defaultSidePanel.json
|
||||
Modules/Crm/Resources/layouts/Meeting/defaultSidePanel.json
|
||||
Crm/Resources/layouts/Meeting/defaultSidePanel.json
|
||||
Resources/layouts/Meeting/defaultSidePanel.json
|
||||
layouts/Meeting/defaultSidePanel.json
|
||||
Meeting/defaultSidePanel.json
|
||||
defaultSidePanel.json
|
||||
application/Espo/Modules/Crm/Resources/layouts/Meeting/listSmall.json
|
||||
Espo/Modules/Crm/Resources/layouts/Meeting/listSmall.json
|
||||
Modules/Crm/Resources/layouts/Meeting/listSmall.json
|
||||
|
|
@ -57558,6 +57589,20 @@ Crm/Tools/Meeting/Service.php
|
|||
Tools/Meeting/Service.php
|
||||
Meeting/Service.php
|
||||
Service.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/MeetingServicesAppParam.php
|
||||
Espo/Modules/Crm/Tools/Meeting/MeetingServicesAppParam.php
|
||||
Modules/Crm/Tools/Meeting/MeetingServicesAppParam.php
|
||||
Crm/Tools/Meeting/MeetingServicesAppParam.php
|
||||
Tools/Meeting/MeetingServicesAppParam.php
|
||||
Meeting/MeetingServicesAppParam.php
|
||||
MeetingServicesAppParam.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/MeetingServiceAvailabilityCheckerFactory.php
|
||||
Espo/Modules/Crm/Tools/Meeting/MeetingServiceAvailabilityCheckerFactory.php
|
||||
Modules/Crm/Tools/Meeting/MeetingServiceAvailabilityCheckerFactory.php
|
||||
Crm/Tools/Meeting/MeetingServiceAvailabilityCheckerFactory.php
|
||||
Tools/Meeting/MeetingServiceAvailabilityCheckerFactory.php
|
||||
Meeting/MeetingServiceAvailabilityCheckerFactory.php
|
||||
MeetingServiceAvailabilityCheckerFactory.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/Invitation/Sender.php
|
||||
Espo/Modules/Crm/Tools/Meeting/Invitation/Sender.php
|
||||
Modules/Crm/Tools/Meeting/Invitation/Sender.php
|
||||
|
|
@ -57589,6 +57634,13 @@ Crm/Tools/Meeting/InvitationService.php
|
|||
Tools/Meeting/InvitationService.php
|
||||
Meeting/InvitationService.php
|
||||
InvitationService.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/MeetingServiceAvailabilityChecker.php
|
||||
Espo/Modules/Crm/Tools/Meeting/MeetingServiceAvailabilityChecker.php
|
||||
Modules/Crm/Tools/Meeting/MeetingServiceAvailabilityChecker.php
|
||||
Crm/Tools/Meeting/MeetingServiceAvailabilityChecker.php
|
||||
Tools/Meeting/MeetingServiceAvailabilityChecker.php
|
||||
Meeting/MeetingServiceAvailabilityChecker.php
|
||||
MeetingServiceAvailabilityChecker.php
|
||||
application/Espo/Modules/Crm/Tools/Document/Service.php
|
||||
Espo/Modules/Crm/Tools/Document/Service.php
|
||||
Modules/Crm/Tools/Document/Service.php
|
||||
|
|
@ -58374,6 +58426,15 @@ FieldValidators/Event/Reminders/Valid.php
|
|||
Event/Reminders/Valid.php
|
||||
Reminders/Valid.php
|
||||
Valid.php
|
||||
application/Espo/Modules/Crm/Classes/FieldValidators/Meeting/ExternalService/Valid.php
|
||||
Espo/Modules/Crm/Classes/FieldValidators/Meeting/ExternalService/Valid.php
|
||||
Modules/Crm/Classes/FieldValidators/Meeting/ExternalService/Valid.php
|
||||
Crm/Classes/FieldValidators/Meeting/ExternalService/Valid.php
|
||||
Classes/FieldValidators/Meeting/ExternalService/Valid.php
|
||||
FieldValidators/Meeting/ExternalService/Valid.php
|
||||
Meeting/ExternalService/Valid.php
|
||||
ExternalService/Valid.php
|
||||
Valid.php
|
||||
application/Espo/Modules/Crm/Classes/FieldValidators/Campaign/EndDate/AfterStartDate.php
|
||||
Espo/Modules/Crm/Classes/FieldValidators/Campaign/EndDate/AfterStartDate.php
|
||||
Modules/Crm/Classes/FieldValidators/Campaign/EndDate/AfterStartDate.php
|
||||
|
|
@ -58567,6 +58628,14 @@ Classes/RecordHooks/Task/AfterSave.php
|
|||
RecordHooks/Task/AfterSave.php
|
||||
Task/AfterSave.php
|
||||
AfterSave.php
|
||||
application/Espo/Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateExternalServiceCheck.php
|
||||
Espo/Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateExternalServiceCheck.php
|
||||
Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateExternalServiceCheck.php
|
||||
Crm/Classes/RecordHooks/Meeting/BeforeCreateExternalServiceCheck.php
|
||||
Classes/RecordHooks/Meeting/BeforeCreateExternalServiceCheck.php
|
||||
RecordHooks/Meeting/BeforeCreateExternalServiceCheck.php
|
||||
Meeting/BeforeCreateExternalServiceCheck.php
|
||||
BeforeCreateExternalServiceCheck.php
|
||||
application/Espo/Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateSourceEmailCheck.php
|
||||
Espo/Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateSourceEmailCheck.php
|
||||
Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateSourceEmailCheck.php
|
||||
|
|
|
|||
|
|
@ -930,6 +930,7 @@ client/modules/crm/res/templates/campaign/unsubscribe.tpl
|
|||
client/modules/crm/res/templates/campaign/modals/mail-merge-pdf.tpl
|
||||
client/modules/crm/src/handlers/case/detail-actions.js
|
||||
client/modules/crm/src/handlers/event/reminders-handler.js
|
||||
client/modules/crm/src/handlers/meeting/external-service.js
|
||||
client/modules/crm/src/handlers/knowledge-base-article/send-in-email.js
|
||||
client/modules/crm/src/handlers/knowledge-base-article/move.js
|
||||
client/modules/crm/src/handlers/opportunity/defaults-preparator.js
|
||||
|
|
@ -1036,6 +1037,7 @@ client/modules/crm/src/views/meeting/record/detail.js
|
|||
client/modules/crm/src/views/meeting/record/panels/attendees.js
|
||||
client/modules/crm/src/views/meeting/record/panels/scheduler.js
|
||||
client/modules/crm/src/views/meeting/fields/users.js
|
||||
client/modules/crm/src/views/meeting/fields/external-service.js
|
||||
client/modules/crm/src/views/meeting/fields/date-end.js
|
||||
client/modules/crm/src/views/meeting/fields/acceptance-status.js
|
||||
client/modules/crm/src/views/meeting/fields/contacts.js
|
||||
|
|
@ -9026,6 +9028,7 @@ application/Espo/Modules/Crm/Resources/metadata/app/popupNotifications.json
|
|||
application/Espo/Modules/Crm/Resources/metadata/app/language.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/app/webSocket.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/app/clientRoutes.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/app/appParams.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/pdfDefs/Account.json
|
||||
application/Espo/Modules/Crm/Resources/layouts/DocumentFolder/filters.json
|
||||
application/Espo/Modules/Crm/Resources/layouts/DocumentFolder/detailSmall.json
|
||||
|
|
@ -9143,6 +9146,7 @@ application/Espo/Modules/Crm/Resources/layouts/EmailQueueItem/list.json
|
|||
application/Espo/Modules/Crm/Resources/layouts/Meeting/filters.json
|
||||
application/Espo/Modules/Crm/Resources/layouts/Meeting/detailSmall.json
|
||||
application/Espo/Modules/Crm/Resources/layouts/Meeting/bottomPanelsDetail.json
|
||||
application/Espo/Modules/Crm/Resources/layouts/Meeting/defaultSidePanel.json
|
||||
application/Espo/Modules/Crm/Resources/layouts/Meeting/listSmall.json
|
||||
application/Espo/Modules/Crm/Resources/layouts/Meeting/detail.json
|
||||
application/Espo/Modules/Crm/Resources/layouts/Meeting/massUpdate.json
|
||||
|
|
@ -9231,10 +9235,13 @@ application/Espo/Modules/Crm/Tools/Case/Service.php
|
|||
application/Espo/Modules/Crm/Tools/Case/Distribution/LeastBusy.php
|
||||
application/Espo/Modules/Crm/Tools/Case/Distribution/RoundRobin.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/Service.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/MeetingServicesAppParam.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/MeetingServiceAvailabilityCheckerFactory.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/Invitation/Sender.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/Invitation/SenderFactory.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/Invitation/Invitee.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/InvitationService.php
|
||||
application/Espo/Modules/Crm/Tools/Meeting/MeetingServiceAvailabilityChecker.php
|
||||
application/Espo/Modules/Crm/Tools/Document/Service.php
|
||||
application/Espo/Modules/Crm/Tools/MassEmail/Service.php
|
||||
application/Espo/Modules/Crm/Tools/MassEmail/UnsubscribeService.php
|
||||
|
|
@ -9349,6 +9356,7 @@ application/Espo/Modules/Crm/Classes/FormulaFunctions/ExtGroup/AccountGroup/Find
|
|||
application/Espo/Modules/Crm/Classes/FormulaFunctions/ExtGroup/CalendarGroup/UserIsBusyType.php
|
||||
application/Espo/Modules/Crm/Classes/FieldValidators/Event/Reminders/MaxCount.php
|
||||
application/Espo/Modules/Crm/Classes/FieldValidators/Event/Reminders/Valid.php
|
||||
application/Espo/Modules/Crm/Classes/FieldValidators/Meeting/ExternalService/Valid.php
|
||||
application/Espo/Modules/Crm/Classes/FieldValidators/Campaign/EndDate/AfterStartDate.php
|
||||
application/Espo/Modules/Crm/Classes/FieldValidators/Campaign/StartDate/BeforeEndDate.php
|
||||
application/Espo/Modules/Crm/Classes/Pdf/Account/ExampleDataLoader.php
|
||||
|
|
@ -9373,6 +9381,7 @@ application/Espo/Modules/Crm/Classes/RecordHooks/Case/BeforeCreate.php
|
|||
application/Espo/Modules/Crm/Classes/RecordHooks/Case/AfterCreate.php
|
||||
application/Espo/Modules/Crm/Classes/RecordHooks/Task/BeforeCreate.php
|
||||
application/Espo/Modules/Crm/Classes/RecordHooks/Task/AfterSave.php
|
||||
application/Espo/Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateExternalServiceCheck.php
|
||||
application/Espo/Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateSourceEmailCheck.php
|
||||
application/Espo/Modules/Crm/Classes/RecordHooks/Contact/AfterCreate.php
|
||||
application/Espo/Modules/Crm/Classes/RecordHooks/MassEmail/BeforeCreate.php
|
||||
|
|
|
|||
|
|
@ -44,6 +44,10 @@ e2e/tests/public/member-signup-types.test.ts
|
|||
tests/public/member-signup-types.test.ts
|
||||
public/member-signup-types.test.ts
|
||||
member-signup-types.test.ts
|
||||
e2e/tests/public/transistor.test.ts
|
||||
tests/public/transistor.test.ts
|
||||
public/transistor.test.ts
|
||||
transistor.test.ts
|
||||
e2e/tests/public/portal-loading.test.ts
|
||||
tests/public/portal-loading.test.ts
|
||||
public/portal-loading.test.ts
|
||||
|
|
@ -148,6 +152,11 @@ tests/admin/members/member-activity-events.test.ts
|
|||
admin/members/member-activity-events.test.ts
|
||||
members/member-activity-events.test.ts
|
||||
member-activity-events.test.ts
|
||||
e2e/tests/admin/members/stripe-webhooks.test.ts
|
||||
tests/admin/members/stripe-webhooks.test.ts
|
||||
admin/members/stripe-webhooks.test.ts
|
||||
members/stripe-webhooks.test.ts
|
||||
stripe-webhooks.test.ts
|
||||
e2e/tests/admin/members/filter-actions.test.ts
|
||||
tests/admin/members/filter-actions.test.ts
|
||||
admin/members/filter-actions.test.ts
|
||||
|
|
@ -296,6 +305,10 @@ e2e/data-factory/factories/automated-email-factory.ts
|
|||
data-factory/factories/automated-email-factory.ts
|
||||
factories/automated-email-factory.ts
|
||||
automated-email-factory.ts
|
||||
e2e/data-factory/factories/lexical.ts
|
||||
data-factory/factories/lexical.ts
|
||||
factories/lexical.ts
|
||||
lexical.ts
|
||||
e2e/data-factory/factories/post-factory.ts
|
||||
data-factory/factories/post-factory.ts
|
||||
factories/post-factory.ts
|
||||
|
|
@ -707,6 +720,31 @@ helpers/services/settings/settings-service.ts
|
|||
services/settings/settings-service.ts
|
||||
settings/settings-service.ts
|
||||
settings-service.ts
|
||||
e2e/helpers/services/stripe/builders.ts
|
||||
helpers/services/stripe/builders.ts
|
||||
services/stripe/builders.ts
|
||||
stripe/builders.ts
|
||||
builders.ts
|
||||
e2e/helpers/services/stripe/fake-stripe-server.ts
|
||||
helpers/services/stripe/fake-stripe-server.ts
|
||||
services/stripe/fake-stripe-server.ts
|
||||
stripe/fake-stripe-server.ts
|
||||
fake-stripe-server.ts
|
||||
e2e/helpers/services/stripe/index.ts
|
||||
helpers/services/stripe/index.ts
|
||||
services/stripe/index.ts
|
||||
stripe/index.ts
|
||||
index.ts
|
||||
e2e/helpers/services/stripe/stripe-service.ts
|
||||
helpers/services/stripe/stripe-service.ts
|
||||
services/stripe/stripe-service.ts
|
||||
stripe/stripe-service.ts
|
||||
stripe-service.ts
|
||||
e2e/helpers/services/stripe/webhook-client.ts
|
||||
helpers/services/stripe/webhook-client.ts
|
||||
services/stripe/webhook-client.ts
|
||||
stripe/webhook-client.ts
|
||||
webhook-client.ts
|
||||
e2e/helpers/services/members/members-service.ts
|
||||
helpers/services/members/members-service.ts
|
||||
services/members/members-service.ts
|
||||
|
|
@ -14331,6 +14369,15 @@ services/koenig/render-utils/escape-html.test.js
|
|||
koenig/render-utils/escape-html.test.js
|
||||
render-utils/escape-html.test.js
|
||||
escape-html.test.js
|
||||
ghost/core/test/unit/server/services/koenig/render-utils/srcset-attribute.test.js
|
||||
core/test/unit/server/services/koenig/render-utils/srcset-attribute.test.js
|
||||
test/unit/server/services/koenig/render-utils/srcset-attribute.test.js
|
||||
unit/server/services/koenig/render-utils/srcset-attribute.test.js
|
||||
server/services/koenig/render-utils/srcset-attribute.test.js
|
||||
services/koenig/render-utils/srcset-attribute.test.js
|
||||
koenig/render-utils/srcset-attribute.test.js
|
||||
render-utils/srcset-attribute.test.js
|
||||
srcset-attribute.test.js
|
||||
ghost/core/test/unit/server/services/koenig/render-utils/tagged-template-fns.test.js
|
||||
core/test/unit/server/services/koenig/render-utils/tagged-template-fns.test.js
|
||||
test/unit/server/services/koenig/render-utils/tagged-template-fns.test.js
|
||||
|
|
@ -17143,6 +17190,50 @@ web/parent/middleware/request-id.test.js
|
|||
parent/middleware/request-id.test.js
|
||||
middleware/request-id.test.js
|
||||
request-id.test.js
|
||||
ghost/core/test/unit/server/api/endpoints/utils/serializers/output/settings.test.js
|
||||
core/test/unit/server/api/endpoints/utils/serializers/output/settings.test.js
|
||||
test/unit/server/api/endpoints/utils/serializers/output/settings.test.js
|
||||
unit/server/api/endpoints/utils/serializers/output/settings.test.js
|
||||
server/api/endpoints/utils/serializers/output/settings.test.js
|
||||
api/endpoints/utils/serializers/output/settings.test.js
|
||||
endpoints/utils/serializers/output/settings.test.js
|
||||
utils/serializers/output/settings.test.js
|
||||
serializers/output/settings.test.js
|
||||
output/settings.test.js
|
||||
settings.test.js
|
||||
ghost/core/test/unit/server/api/endpoints/utils/serializers/output/images.test.js
|
||||
core/test/unit/server/api/endpoints/utils/serializers/output/images.test.js
|
||||
test/unit/server/api/endpoints/utils/serializers/output/images.test.js
|
||||
unit/server/api/endpoints/utils/serializers/output/images.test.js
|
||||
server/api/endpoints/utils/serializers/output/images.test.js
|
||||
api/endpoints/utils/serializers/output/images.test.js
|
||||
endpoints/utils/serializers/output/images.test.js
|
||||
utils/serializers/output/images.test.js
|
||||
serializers/output/images.test.js
|
||||
output/images.test.js
|
||||
images.test.js
|
||||
ghost/core/test/unit/server/api/endpoints/utils/serializers/output/files.test.js
|
||||
core/test/unit/server/api/endpoints/utils/serializers/output/files.test.js
|
||||
test/unit/server/api/endpoints/utils/serializers/output/files.test.js
|
||||
unit/server/api/endpoints/utils/serializers/output/files.test.js
|
||||
server/api/endpoints/utils/serializers/output/files.test.js
|
||||
api/endpoints/utils/serializers/output/files.test.js
|
||||
endpoints/utils/serializers/output/files.test.js
|
||||
utils/serializers/output/files.test.js
|
||||
serializers/output/files.test.js
|
||||
output/files.test.js
|
||||
files.test.js
|
||||
ghost/core/test/unit/server/api/endpoints/utils/serializers/output/media.test.js
|
||||
core/test/unit/server/api/endpoints/utils/serializers/output/media.test.js
|
||||
test/unit/server/api/endpoints/utils/serializers/output/media.test.js
|
||||
unit/server/api/endpoints/utils/serializers/output/media.test.js
|
||||
server/api/endpoints/utils/serializers/output/media.test.js
|
||||
api/endpoints/utils/serializers/output/media.test.js
|
||||
endpoints/utils/serializers/output/media.test.js
|
||||
utils/serializers/output/media.test.js
|
||||
serializers/output/media.test.js
|
||||
output/media.test.js
|
||||
media.test.js
|
||||
ghost/core/test/unit/shared/config/adapter-config.test.js
|
||||
core/test/unit/shared/config/adapter-config.test.js
|
||||
test/unit/shared/config/adapter-config.test.js
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ e2e/tests/public/comment-replies.test.ts
|
|||
e2e/tests/public/comments.test.ts
|
||||
e2e/tests/public/homepage.test.ts
|
||||
e2e/tests/public/member-signup-types.test.ts
|
||||
e2e/tests/public/transistor.test.ts
|
||||
e2e/tests/public/portal-loading.test.ts
|
||||
e2e/tests/public/member-signup.test.ts
|
||||
e2e/tests/public/comments-manage.test.ts
|
||||
|
|
@ -36,6 +37,7 @@ e2e/tests/admin/billing/force-upgrade.test.ts
|
|||
e2e/tests/admin/tags/editor.test.ts
|
||||
e2e/tests/admin/tags/list.test.ts
|
||||
e2e/tests/admin/members/member-activity-events.test.ts
|
||||
e2e/tests/admin/members/stripe-webhooks.test.ts
|
||||
e2e/tests/admin/members/filter-actions.test.ts
|
||||
e2e/tests/admin/members/export.test.ts
|
||||
e2e/tests/admin/members/disable-commenting.test.ts
|
||||
|
|
@ -70,6 +72,7 @@ e2e/data-factory/persistence/adapters/http-client.ts
|
|||
e2e/data-factory/persistence/adapter.ts
|
||||
e2e/data-factory/factories/comment-factory.ts
|
||||
e2e/data-factory/factories/automated-email-factory.ts
|
||||
e2e/data-factory/factories/lexical.ts
|
||||
e2e/data-factory/factories/post-factory.ts
|
||||
e2e/data-factory/factories/tag-factory.ts
|
||||
e2e/data-factory/factories/user-factory.ts
|
||||
|
|
@ -141,6 +144,11 @@ e2e/helpers/pages/admin/login-verify-page.ts
|
|||
e2e/helpers/services/members-import/index.ts
|
||||
e2e/helpers/services/members-import/members-import-service.ts
|
||||
e2e/helpers/services/settings/settings-service.ts
|
||||
e2e/helpers/services/stripe/builders.ts
|
||||
e2e/helpers/services/stripe/fake-stripe-server.ts
|
||||
e2e/helpers/services/stripe/index.ts
|
||||
e2e/helpers/services/stripe/stripe-service.ts
|
||||
e2e/helpers/services/stripe/webhook-client.ts
|
||||
e2e/helpers/services/members/members-service.ts
|
||||
e2e/helpers/services/members/index.ts
|
||||
e2e/helpers/services/tiers/tiers-service.ts
|
||||
|
|
@ -1955,6 +1963,7 @@ ghost/core/test/unit/server/services/outbox/index.test.js
|
|||
ghost/core/test/unit/server/services/koenig/node-renderers.test.js
|
||||
ghost/core/test/unit/server/services/koenig/render-utils/stylex.test.js
|
||||
ghost/core/test/unit/server/services/koenig/render-utils/escape-html.test.js
|
||||
ghost/core/test/unit/server/services/koenig/render-utils/srcset-attribute.test.js
|
||||
ghost/core/test/unit/server/services/koenig/render-utils/tagged-template-fns.test.js
|
||||
ghost/core/test/unit/server/services/koenig/render-utils/is-content-image.test.js
|
||||
ghost/core/test/unit/server/services/koenig/test-utils/visibility.js
|
||||
|
|
@ -2287,6 +2296,10 @@ ghost/core/test/unit/server/web/api/admin/middleware.test.js
|
|||
ghost/core/test/unit/server/web/parent/middleware/queue-request.test.js
|
||||
ghost/core/test/unit/server/web/parent/middleware/ghost-locals.test.js
|
||||
ghost/core/test/unit/server/web/parent/middleware/request-id.test.js
|
||||
ghost/core/test/unit/server/api/endpoints/utils/serializers/output/settings.test.js
|
||||
ghost/core/test/unit/server/api/endpoints/utils/serializers/output/images.test.js
|
||||
ghost/core/test/unit/server/api/endpoints/utils/serializers/output/files.test.js
|
||||
ghost/core/test/unit/server/api/endpoints/utils/serializers/output/media.test.js
|
||||
ghost/core/test/unit/shared/config/adapter-config.test.js
|
||||
ghost/core/test/unit/shared/config/utils.test.js
|
||||
ghost/core/test/unit/shared/config/helpers.test.js
|
||||
|
|
|
|||
|
|
@ -18221,6 +18221,18 @@ installation/language/fi-FI/joomla.cli.ini
|
|||
language/fi-FI/joomla.cli.ini
|
||||
fi-FI/joomla.cli.ini
|
||||
joomla.cli.ini
|
||||
installation/language/ms-MY/joomla.ini
|
||||
language/ms-MY/joomla.ini
|
||||
ms-MY/joomla.ini
|
||||
joomla.ini
|
||||
installation/language/ms-MY/langmetadata.xml
|
||||
language/ms-MY/langmetadata.xml
|
||||
ms-MY/langmetadata.xml
|
||||
langmetadata.xml
|
||||
installation/language/ms-MY/joomla.cli.ini
|
||||
language/ms-MY/joomla.cli.ini
|
||||
ms-MY/joomla.cli.ini
|
||||
joomla.cli.ini
|
||||
installation/language/pt-PT/joomla.ini
|
||||
language/pt-PT/joomla.ini
|
||||
pt-PT/joomla.ini
|
||||
|
|
|
|||
|
|
@ -3517,6 +3517,9 @@ installation/language/ka-GE/joomla.cli.ini
|
|||
installation/language/fi-FI/joomla.ini
|
||||
installation/language/fi-FI/langmetadata.xml
|
||||
installation/language/fi-FI/joomla.cli.ini
|
||||
installation/language/ms-MY/joomla.ini
|
||||
installation/language/ms-MY/langmetadata.xml
|
||||
installation/language/ms-MY/joomla.cli.ini
|
||||
installation/language/pt-PT/joomla.ini
|
||||
installation/language/pt-PT/langmetadata.xml
|
||||
installation/language/pt-PT/joomla.cli.ini
|
||||
|
|
|
|||
|
|
@ -54788,6 +54788,15 @@ AdvancedPricingImportExport/Model/Export/AdvancedPricingTest.php
|
|||
Model/Export/AdvancedPricingTest.php
|
||||
Export/AdvancedPricingTest.php
|
||||
AdvancedPricingTest.php
|
||||
dev/tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Export/AdvancedPricingExportBehaviorTest.php
|
||||
tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Export/AdvancedPricingExportBehaviorTest.php
|
||||
integration/testsuite/Magento/AdvancedPricingImportExport/Model/Export/AdvancedPricingExportBehaviorTest.php
|
||||
testsuite/Magento/AdvancedPricingImportExport/Model/Export/AdvancedPricingExportBehaviorTest.php
|
||||
Magento/AdvancedPricingImportExport/Model/Export/AdvancedPricingExportBehaviorTest.php
|
||||
AdvancedPricingImportExport/Model/Export/AdvancedPricingExportBehaviorTest.php
|
||||
Model/Export/AdvancedPricingExportBehaviorTest.php
|
||||
Export/AdvancedPricingExportBehaviorTest.php
|
||||
AdvancedPricingExportBehaviorTest.php
|
||||
dev/tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricingTest.php
|
||||
tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricingTest.php
|
||||
integration/testsuite/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricingTest.php
|
||||
|
|
@ -102710,6 +102719,12 @@ acceptance/tests/_data/dump.sql
|
|||
tests/_data/dump.sql
|
||||
_data/dump.sql
|
||||
dump.sql
|
||||
dev/tests/acceptance/tests/_data/import_product_long_description.csv
|
||||
tests/acceptance/tests/_data/import_product_long_description.csv
|
||||
acceptance/tests/_data/import_product_long_description.csv
|
||||
tests/_data/import_product_long_description.csv
|
||||
_data/import_product_long_description.csv
|
||||
import_product_long_description.csv
|
||||
dev/tests/acceptance/tests/_data/emptyTxtFile.txt
|
||||
tests/acceptance/tests/_data/emptyTxtFile.txt
|
||||
acceptance/tests/_data/emptyTxtFile.txt
|
||||
|
|
@ -131022,6 +131037,14 @@ CatalogImportExport/Model/ResourceModel/ProductDataLoader.php
|
|||
Model/ResourceModel/ProductDataLoader.php
|
||||
ResourceModel/ProductDataLoader.php
|
||||
ProductDataLoader.php
|
||||
app/code/Magento/CatalogImportExport/Model/ResourceModel/Product/ExportCollection.php
|
||||
code/Magento/CatalogImportExport/Model/ResourceModel/Product/ExportCollection.php
|
||||
Magento/CatalogImportExport/Model/ResourceModel/Product/ExportCollection.php
|
||||
CatalogImportExport/Model/ResourceModel/Product/ExportCollection.php
|
||||
Model/ResourceModel/Product/ExportCollection.php
|
||||
ResourceModel/Product/ExportCollection.php
|
||||
Product/ExportCollection.php
|
||||
ExportCollection.php
|
||||
app/code/Magento/CatalogImportExport/LICENSE.txt
|
||||
code/Magento/CatalogImportExport/LICENSE.txt
|
||||
Magento/CatalogImportExport/LICENSE.txt
|
||||
|
|
@ -147927,6 +147950,14 @@ Test/Mftf/Test/AdminURLKeyWorksWhenUpdatingProductThroughImportingCSVTest.xml
|
|||
Mftf/Test/AdminURLKeyWorksWhenUpdatingProductThroughImportingCSVTest.xml
|
||||
Test/AdminURLKeyWorksWhenUpdatingProductThroughImportingCSVTest.xml
|
||||
AdminURLKeyWorksWhenUpdatingProductThroughImportingCSVTest.xml
|
||||
app/code/Magento/ImportExport/Test/Mftf/Test/AdminImportProductWithDescriptionGreaterThan65536CharactersTest.xml
|
||||
code/Magento/ImportExport/Test/Mftf/Test/AdminImportProductWithDescriptionGreaterThan65536CharactersTest.xml
|
||||
Magento/ImportExport/Test/Mftf/Test/AdminImportProductWithDescriptionGreaterThan65536CharactersTest.xml
|
||||
ImportExport/Test/Mftf/Test/AdminImportProductWithDescriptionGreaterThan65536CharactersTest.xml
|
||||
Test/Mftf/Test/AdminImportProductWithDescriptionGreaterThan65536CharactersTest.xml
|
||||
Mftf/Test/AdminImportProductWithDescriptionGreaterThan65536CharactersTest.xml
|
||||
Test/AdminImportProductWithDescriptionGreaterThan65536CharactersTest.xml
|
||||
AdminImportProductWithDescriptionGreaterThan65536CharactersTest.xml
|
||||
app/code/Magento/ImportExport/Test/Mftf/Test/AdminImportProductsWithDeleteBehaviorTest.xml
|
||||
code/Magento/ImportExport/Test/Mftf/Test/AdminImportProductsWithDeleteBehaviorTest.xml
|
||||
Magento/ImportExport/Test/Mftf/Test/AdminImportProductsWithDeleteBehaviorTest.xml
|
||||
|
|
@ -161275,6 +161306,15 @@ Unit/Controller/Advanced/ResultTest.php
|
|||
Controller/Advanced/ResultTest.php
|
||||
Advanced/ResultTest.php
|
||||
ResultTest.php
|
||||
app/code/Magento/CatalogSearch/Test/Unit/Controller/Result/IndexTest.php
|
||||
code/Magento/CatalogSearch/Test/Unit/Controller/Result/IndexTest.php
|
||||
Magento/CatalogSearch/Test/Unit/Controller/Result/IndexTest.php
|
||||
CatalogSearch/Test/Unit/Controller/Result/IndexTest.php
|
||||
Test/Unit/Controller/Result/IndexTest.php
|
||||
Unit/Controller/Result/IndexTest.php
|
||||
Controller/Result/IndexTest.php
|
||||
Result/IndexTest.php
|
||||
IndexTest.php
|
||||
app/code/Magento/CatalogSearch/Test/Unit/Model/AdvancedTest.php
|
||||
code/Magento/CatalogSearch/Test/Unit/Model/AdvancedTest.php
|
||||
Magento/CatalogSearch/Test/Unit/Model/AdvancedTest.php
|
||||
|
|
@ -238880,6 +238920,14 @@ Test/Mftf/ActionGroup/AdminConfigurationPaymentAdvancedActionGroup.xml
|
|||
Mftf/ActionGroup/AdminConfigurationPaymentAdvancedActionGroup.xml
|
||||
ActionGroup/AdminConfigurationPaymentAdvancedActionGroup.xml
|
||||
AdminConfigurationPaymentAdvancedActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminSetPayLaterPositionByCliActionGroup.xml
|
||||
code/Magento/Paypal/Test/Mftf/ActionGroup/AdminSetPayLaterPositionByCliActionGroup.xml
|
||||
Magento/Paypal/Test/Mftf/ActionGroup/AdminSetPayLaterPositionByCliActionGroup.xml
|
||||
Paypal/Test/Mftf/ActionGroup/AdminSetPayLaterPositionByCliActionGroup.xml
|
||||
Test/Mftf/ActionGroup/AdminSetPayLaterPositionByCliActionGroup.xml
|
||||
Mftf/ActionGroup/AdminSetPayLaterPositionByCliActionGroup.xml
|
||||
ActionGroup/AdminSetPayLaterPositionByCliActionGroup.xml
|
||||
AdminSetPayLaterPositionByCliActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminAssertDefaultValuesInPayflowPaylaterHomePageActionGroup.xml
|
||||
code/Magento/Paypal/Test/Mftf/ActionGroup/AdminAssertDefaultValuesInPayflowPaylaterHomePageActionGroup.xml
|
||||
Magento/Paypal/Test/Mftf/ActionGroup/AdminAssertDefaultValuesInPayflowPaylaterHomePageActionGroup.xml
|
||||
|
|
@ -239718,6 +239766,14 @@ Test/Mftf/Test/StorefrontProductPriceWithTaxDisplayedInPayPalPayLaterMessageTest
|
|||
Mftf/Test/StorefrontProductPriceWithTaxDisplayedInPayPalPayLaterMessageTest.xml
|
||||
Test/StorefrontProductPriceWithTaxDisplayedInPayPalPayLaterMessageTest.xml
|
||||
StorefrontProductPriceWithTaxDisplayedInPayPalPayLaterMessageTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/AdminConfigForPayPalPayLaterPositionsTest.xml
|
||||
code/Magento/Paypal/Test/Mftf/Test/AdminConfigForPayPalPayLaterPositionsTest.xml
|
||||
Magento/Paypal/Test/Mftf/Test/AdminConfigForPayPalPayLaterPositionsTest.xml
|
||||
Paypal/Test/Mftf/Test/AdminConfigForPayPalPayLaterPositionsTest.xml
|
||||
Test/Mftf/Test/AdminConfigForPayPalPayLaterPositionsTest.xml
|
||||
Mftf/Test/AdminConfigForPayPalPayLaterPositionsTest.xml
|
||||
Test/AdminConfigForPayPalPayLaterPositionsTest.xml
|
||||
AdminConfigForPayPalPayLaterPositionsTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithBuyNowLabelOnProductPageTest.xml
|
||||
code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithBuyNowLabelOnProductPageTest.xml
|
||||
Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithBuyNowLabelOnProductPageTest.xml
|
||||
|
|
@ -286287,6 +286343,13 @@ Sales/Test/Fixture/PlaceOrderWithCustomerOrGuest.php
|
|||
Test/Fixture/PlaceOrderWithCustomerOrGuest.php
|
||||
Fixture/PlaceOrderWithCustomerOrGuest.php
|
||||
PlaceOrderWithCustomerOrGuest.php
|
||||
app/code/Magento/Sales/Test/Fixture/Transaction.php
|
||||
code/Magento/Sales/Test/Fixture/Transaction.php
|
||||
Magento/Sales/Test/Fixture/Transaction.php
|
||||
Sales/Test/Fixture/Transaction.php
|
||||
Test/Fixture/Transaction.php
|
||||
Fixture/Transaction.php
|
||||
Transaction.php
|
||||
app/code/Magento/Sales/Test/Fixture/Shipment.php
|
||||
code/Magento/Sales/Test/Fixture/Shipment.php
|
||||
Magento/Sales/Test/Fixture/Shipment.php
|
||||
|
|
|
|||
|
|
@ -6854,6 +6854,7 @@ dev/tests/integration/testsuite/Magento/Newsletter/Block/Adminhtml/SubscriberTes
|
|||
dev/tests/integration/testsuite/Magento/Newsletter/Block/Adminhtml/Queue/Edit/FormTest.php
|
||||
dev/tests/integration/testsuite/Magento/Newsletter/Block/Account/LinkTest.php
|
||||
dev/tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Export/AdvancedPricingTest.php
|
||||
dev/tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Export/AdvancedPricingExportBehaviorTest.php
|
||||
dev/tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricingTest.php
|
||||
dev/tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Import/_files/import_advanced_pricing.csv
|
||||
dev/tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Import/_files/import_validation_duplicate_diff_currency_data_provider.php
|
||||
|
|
@ -12043,6 +12044,7 @@ dev/tests/acceptance/tests/_data/import_tax_rates.csv
|
|||
dev/tests/acceptance/tests/_data/prepared-for-sample-data.csv
|
||||
dev/tests/acceptance/tests/_data/simpleProductUpdate.csv
|
||||
dev/tests/acceptance/tests/_data/dump.sql
|
||||
dev/tests/acceptance/tests/_data/import_product_long_description.csv
|
||||
dev/tests/acceptance/tests/_data/emptyTxtFile.txt
|
||||
dev/tests/acceptance/tests/_data/table_rate_30895.csv
|
||||
dev/tests/acceptance/tests/_data/import_bundle_product.csv
|
||||
|
|
@ -15375,6 +15377,7 @@ app/code/Magento/CatalogImportExport/Model/Indexer/Product/Eav/Plugin/Import.php
|
|||
app/code/Magento/CatalogImportExport/Model/StockItemProcessorInterface.php
|
||||
app/code/Magento/CatalogImportExport/Model/StockItemProcessor.php
|
||||
app/code/Magento/CatalogImportExport/Model/ResourceModel/ProductDataLoader.php
|
||||
app/code/Magento/CatalogImportExport/Model/ResourceModel/Product/ExportCollection.php
|
||||
app/code/Magento/CatalogImportExport/LICENSE.txt
|
||||
app/code/Magento/CatalogImportExport/README.md
|
||||
app/code/Magento/CatalogImportExport/LICENSE_AFL.txt
|
||||
|
|
@ -17583,6 +17586,7 @@ app/code/Magento/ImportExport/Test/Mftf/Section/AdminImportHistorySection.xml
|
|||
app/code/Magento/ImportExport/Test/Mftf/Test/AdminImportProductsWithReplaceBehaviorTest.xml
|
||||
app/code/Magento/ImportExport/Test/Mftf/Test/AdminImportProductsChangeAttributeSetTest.xml
|
||||
app/code/Magento/ImportExport/Test/Mftf/Test/AdminURLKeyWorksWhenUpdatingProductThroughImportingCSVTest.xml
|
||||
app/code/Magento/ImportExport/Test/Mftf/Test/AdminImportProductWithDescriptionGreaterThan65536CharactersTest.xml
|
||||
app/code/Magento/ImportExport/Test/Mftf/Test/AdminImportProductsWithDeleteBehaviorTest.xml
|
||||
app/code/Magento/ImportExport/Test/Mftf/Test/AdminProductImportCSVFileCorrectDifferentFilesTest.xml
|
||||
app/code/Magento/ImportExport/Test/Mftf/Test/AdminImagesFileDirectoryCorrectExplanationTest.xml
|
||||
|
|
@ -19260,6 +19264,7 @@ app/code/Magento/CatalogSearch/Test/Mftf/Data/SearchTermData.xml
|
|||
app/code/Magento/CatalogSearch/Test/Mftf/Data/ConfigData.xml
|
||||
app/code/Magento/CatalogSearch/Test/Mftf/Data/CatalogSearchData.xml
|
||||
app/code/Magento/CatalogSearch/Test/Unit/Controller/Advanced/ResultTest.php
|
||||
app/code/Magento/CatalogSearch/Test/Unit/Controller/Result/IndexTest.php
|
||||
app/code/Magento/CatalogSearch/Test/Unit/Model/AdvancedTest.php
|
||||
app/code/Magento/CatalogSearch/Test/Unit/Model/Advanced/Request/BuilderTest.php
|
||||
app/code/Magento/CatalogSearch/Test/Unit/Model/Attribute/SearchWeightTest.php
|
||||
|
|
@ -28712,6 +28717,7 @@ app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminConfigPayflowThroughCliAction
|
|||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminEnablePaymentAdvancedConfigurationActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontLoginToPayPalPaymentFromCartAccountActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminConfigurationPaymentAdvancedActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminSetPayLaterPositionByCliActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminAssertDefaultValuesInPayflowPaylaterHomePageActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminDisableAllConflictingPayPalMethodsActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminNavigateToConfigurationPaymentMethodSectionActionGroup.xml
|
||||
|
|
@ -28815,6 +28821,7 @@ app/code/Magento/Paypal/Test/Mftf/Test/StorefrontRewardPointsAppliedAfterApplyin
|
|||
app/code/Magento/Paypal/Test/Mftf/Test/AdminCreateOrderWithSavedCreditCardPaypalPayflowProTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithCheckoutLabelOnCartPageTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontProductPriceWithTaxDisplayedInPayPalPayLaterMessageTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/AdminConfigForPayPalPayLaterPositionsTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithBuyNowLabelOnProductPageTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithCADCurrencyTest.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/Test/AdminRegionalLinkWithMerchantCountryFromConfigTest.xml
|
||||
|
|
@ -34616,6 +34623,7 @@ app/code/Magento/Sales/Test/Fixture/InvoiceComment.php
|
|||
app/code/Magento/Sales/Test/Fixture/Invoice.php
|
||||
app/code/Magento/Sales/Test/Fixture/Creditmemo.php
|
||||
app/code/Magento/Sales/Test/Fixture/PlaceOrderWithCustomerOrGuest.php
|
||||
app/code/Magento/Sales/Test/Fixture/Transaction.php
|
||||
app/code/Magento/Sales/Test/Fixture/Shipment.php
|
||||
app/code/Magento/Sales/etc/frontend/events.xml
|
||||
app/code/Magento/Sales/etc/frontend/routes.xml
|
||||
|
|
|
|||
|
|
@ -17640,13 +17640,6 @@ wwwroot/js/admintour/admin.tour.common.js
|
|||
js/admintour/admin.tour.common.js
|
||||
admintour/admin.tour.common.js
|
||||
admin.tour.common.js
|
||||
src/Presentation/Nop.Web/wwwroot/js/bbeditor/ed.js
|
||||
Presentation/Nop.Web/wwwroot/js/bbeditor/ed.js
|
||||
Nop.Web/wwwroot/js/bbeditor/ed.js
|
||||
wwwroot/js/bbeditor/ed.js
|
||||
js/bbeditor/ed.js
|
||||
bbeditor/ed.js
|
||||
ed.js
|
||||
src/Presentation/Nop.Web/wwwroot/js/admin.table.js
|
||||
Presentation/Nop.Web/wwwroot/js/admin.table.js
|
||||
Nop.Web/wwwroot/js/admin.table.js
|
||||
|
|
@ -20141,12 +20134,6 @@ Nop.Web.Framework/TagHelpers/Public/InputTagHelper.cs
|
|||
TagHelpers/Public/InputTagHelper.cs
|
||||
Public/InputTagHelper.cs
|
||||
InputTagHelper.cs
|
||||
src/Presentation/Nop.Web.Framework/TagHelpers/Public/NopBBCodeEditorTagHelper.cs
|
||||
Presentation/Nop.Web.Framework/TagHelpers/Public/NopBBCodeEditorTagHelper.cs
|
||||
Nop.Web.Framework/TagHelpers/Public/NopBBCodeEditorTagHelper.cs
|
||||
TagHelpers/Public/NopBBCodeEditorTagHelper.cs
|
||||
Public/NopBBCodeEditorTagHelper.cs
|
||||
NopBBCodeEditorTagHelper.cs
|
||||
src/Presentation/Nop.Web.Framework/TagHelpers/Shared/NopAntiForgeryTokenTagHelper.cs
|
||||
Presentation/Nop.Web.Framework/TagHelpers/Shared/NopAntiForgeryTokenTagHelper.cs
|
||||
Nop.Web.Framework/TagHelpers/Shared/NopAntiForgeryTokenTagHelper.cs
|
||||
|
|
@ -22220,92 +22207,11 @@ src/Libraries/Nop.Services/BaseNopResult.cs
|
|||
Libraries/Nop.Services/BaseNopResult.cs
|
||||
Nop.Services/BaseNopResult.cs
|
||||
BaseNopResult.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/CodeFormat.cs
|
||||
Libraries/Nop.Services/Html/CodeFormatter/CodeFormat.cs
|
||||
Nop.Services/Html/CodeFormatter/CodeFormat.cs
|
||||
Html/CodeFormatter/CodeFormat.cs
|
||||
CodeFormatter/CodeFormat.cs
|
||||
CodeFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/SourceFormat.cs
|
||||
Libraries/Nop.Services/Html/CodeFormatter/SourceFormat.cs
|
||||
Nop.Services/Html/CodeFormatter/SourceFormat.cs
|
||||
Html/CodeFormatter/SourceFormat.cs
|
||||
CodeFormatter/SourceFormat.cs
|
||||
SourceFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/CSharpFormat.cs
|
||||
Libraries/Nop.Services/Html/CodeFormatter/CSharpFormat.cs
|
||||
Nop.Services/Html/CodeFormatter/CSharpFormat.cs
|
||||
Html/CodeFormatter/CSharpFormat.cs
|
||||
CodeFormatter/CSharpFormat.cs
|
||||
CSharpFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/JavaScriptFormat.cs
|
||||
Libraries/Nop.Services/Html/CodeFormatter/JavaScriptFormat.cs
|
||||
Nop.Services/Html/CodeFormatter/JavaScriptFormat.cs
|
||||
Html/CodeFormatter/JavaScriptFormat.cs
|
||||
CodeFormatter/JavaScriptFormat.cs
|
||||
JavaScriptFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/CodeFormatHelper.cs
|
||||
Libraries/Nop.Services/Html/CodeFormatter/CodeFormatHelper.cs
|
||||
Nop.Services/Html/CodeFormatter/CodeFormatHelper.cs
|
||||
Html/CodeFormatter/CodeFormatHelper.cs
|
||||
CodeFormatter/CodeFormatHelper.cs
|
||||
CodeFormatHelper.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/CLikeFormat.cs
|
||||
Libraries/Nop.Services/Html/CodeFormatter/CLikeFormat.cs
|
||||
Nop.Services/Html/CodeFormatter/CLikeFormat.cs
|
||||
Html/CodeFormatter/CLikeFormat.cs
|
||||
CodeFormatter/CLikeFormat.cs
|
||||
CLikeFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/MshFormat.cs
|
||||
Libraries/Nop.Services/Html/CodeFormatter/MshFormat.cs
|
||||
Nop.Services/Html/CodeFormatter/MshFormat.cs
|
||||
Html/CodeFormatter/MshFormat.cs
|
||||
CodeFormatter/MshFormat.cs
|
||||
MshFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/HighlightOptions.cs
|
||||
Libraries/Nop.Services/Html/CodeFormatter/HighlightOptions.cs
|
||||
Nop.Services/Html/CodeFormatter/HighlightOptions.cs
|
||||
Html/CodeFormatter/HighlightOptions.cs
|
||||
CodeFormatter/HighlightOptions.cs
|
||||
HighlightOptions.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/HtmlFormat.cs
|
||||
Libraries/Nop.Services/Html/CodeFormatter/HtmlFormat.cs
|
||||
Nop.Services/Html/CodeFormatter/HtmlFormat.cs
|
||||
Html/CodeFormatter/HtmlFormat.cs
|
||||
CodeFormatter/HtmlFormat.cs
|
||||
HtmlFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/VisualBasicFormat.cs
|
||||
Libraries/Nop.Services/Html/CodeFormatter/VisualBasicFormat.cs
|
||||
Nop.Services/Html/CodeFormatter/VisualBasicFormat.cs
|
||||
Html/CodeFormatter/VisualBasicFormat.cs
|
||||
CodeFormatter/VisualBasicFormat.cs
|
||||
VisualBasicFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/TsqlFormat.cs
|
||||
Libraries/Nop.Services/Html/CodeFormatter/TsqlFormat.cs
|
||||
Nop.Services/Html/CodeFormatter/TsqlFormat.cs
|
||||
Html/CodeFormatter/TsqlFormat.cs
|
||||
CodeFormatter/TsqlFormat.cs
|
||||
TsqlFormat.cs
|
||||
src/Libraries/Nop.Services/Html/ResolveLinksHelper.cs
|
||||
Libraries/Nop.Services/Html/ResolveLinksHelper.cs
|
||||
Nop.Services/Html/ResolveLinksHelper.cs
|
||||
Html/ResolveLinksHelper.cs
|
||||
ResolveLinksHelper.cs
|
||||
src/Libraries/Nop.Services/Html/HtmlFormatter.cs
|
||||
Libraries/Nop.Services/Html/HtmlFormatter.cs
|
||||
Nop.Services/Html/HtmlFormatter.cs
|
||||
Html/HtmlFormatter.cs
|
||||
HtmlFormatter.cs
|
||||
src/Libraries/Nop.Services/Html/BBCodeHelper.cs
|
||||
Libraries/Nop.Services/Html/BBCodeHelper.cs
|
||||
Nop.Services/Html/BBCodeHelper.cs
|
||||
Html/BBCodeHelper.cs
|
||||
BBCodeHelper.cs
|
||||
src/Libraries/Nop.Services/Html/IBBCodeHelper.cs
|
||||
Libraries/Nop.Services/Html/IBBCodeHelper.cs
|
||||
Nop.Services/Html/IBBCodeHelper.cs
|
||||
Html/IBBCodeHelper.cs
|
||||
IBBCodeHelper.cs
|
||||
src/Libraries/Nop.Services/Html/IHtmlFormatter.cs
|
||||
Libraries/Nop.Services/Html/IHtmlFormatter.cs
|
||||
Nop.Services/Html/IHtmlFormatter.cs
|
||||
|
|
@ -32173,6 +32079,13 @@ js/mdeditor/icons/list-ol.svg
|
|||
mdeditor/icons/list-ol.svg
|
||||
icons/list-ol.svg
|
||||
list-ol.svg
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Content/js/bbeditor/ed.js
|
||||
Plugins/Nop.Plugin.Misc.Forums/Content/js/bbeditor/ed.js
|
||||
Nop.Plugin.Misc.Forums/Content/js/bbeditor/ed.js
|
||||
Content/js/bbeditor/ed.js
|
||||
js/bbeditor/ed.js
|
||||
bbeditor/ed.js
|
||||
ed.js
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Nop.Plugin.Misc.Forums.csproj
|
||||
Plugins/Nop.Plugin.Misc.Forums/Nop.Plugin.Misc.Forums.csproj
|
||||
Nop.Plugin.Misc.Forums/Nop.Plugin.Misc.Forums.csproj
|
||||
|
|
@ -32208,6 +32121,11 @@ src/Plugins/Nop.Plugin.Misc.Forums/plugin.json
|
|||
Plugins/Nop.Plugin.Misc.Forums/plugin.json
|
||||
Nop.Plugin.Misc.Forums/plugin.json
|
||||
plugin.json
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/TagHelpers/NopBBCodeEditorTagHelper.cs
|
||||
Plugins/Nop.Plugin.Misc.Forums/TagHelpers/NopBBCodeEditorTagHelper.cs
|
||||
Nop.Plugin.Misc.Forums/TagHelpers/NopBBCodeEditorTagHelper.cs
|
||||
TagHelpers/NopBBCodeEditorTagHelper.cs
|
||||
NopBBCodeEditorTagHelper.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Admin/Models/ForumGroupModel.cs
|
||||
Plugins/Nop.Plugin.Misc.Forums/Admin/Models/ForumGroupModel.cs
|
||||
Nop.Plugin.Misc.Forums/Admin/Models/ForumGroupModel.cs
|
||||
|
|
@ -32841,6 +32759,16 @@ Nop.Plugin.Misc.Forums/Services/Events/EventConsumer.cs
|
|||
Services/Events/EventConsumer.cs
|
||||
Events/EventConsumer.cs
|
||||
EventConsumer.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/CSharpFormat.cs
|
||||
Plugins/Nop.Plugin.Misc.Forums/Services/CSharpFormat.cs
|
||||
Nop.Plugin.Misc.Forums/Services/CSharpFormat.cs
|
||||
Services/CSharpFormat.cs
|
||||
CSharpFormat.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/BBCodeHelper.cs
|
||||
Plugins/Nop.Plugin.Misc.Forums/Services/BBCodeHelper.cs
|
||||
Nop.Plugin.Misc.Forums/Services/BBCodeHelper.cs
|
||||
Services/BBCodeHelper.cs
|
||||
BBCodeHelper.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/ForumPermissionConfigManager.cs
|
||||
Plugins/Nop.Plugin.Misc.Forums/Services/ForumPermissionConfigManager.cs
|
||||
Nop.Plugin.Misc.Forums/Services/ForumPermissionConfigManager.cs
|
||||
|
|
@ -32851,6 +32779,11 @@ Plugins/Nop.Plugin.Misc.Forums/Services/ForumInstallService.cs
|
|||
Nop.Plugin.Misc.Forums/Services/ForumInstallService.cs
|
||||
Services/ForumInstallService.cs
|
||||
ForumInstallService.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/TextFormatType.cs
|
||||
Plugins/Nop.Plugin.Misc.Forums/Services/TextFormatType.cs
|
||||
Nop.Plugin.Misc.Forums/Services/TextFormatType.cs
|
||||
Services/TextFormatType.cs
|
||||
TextFormatType.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/ForumService.cs
|
||||
Plugins/Nop.Plugin.Misc.Forums/Services/ForumService.cs
|
||||
Nop.Plugin.Misc.Forums/Services/ForumService.cs
|
||||
|
|
|
|||
|
|
@ -2334,7 +2334,6 @@ src/Presentation/Nop.Web/wwwroot/js/admin.common.js
|
|||
src/Presentation/Nop.Web/wwwroot/js/public.estimateshipping.popup.js
|
||||
src/Presentation/Nop.Web/wwwroot/js/public.menu.js
|
||||
src/Presentation/Nop.Web/wwwroot/js/admintour/admin.tour.common.js
|
||||
src/Presentation/Nop.Web/wwwroot/js/bbeditor/ed.js
|
||||
src/Presentation/Nop.Web/wwwroot/js/admin.table.js
|
||||
src/Presentation/Nop.Web/wwwroot/js/public.onepagecheckout.js
|
||||
src/Presentation/Nop.Web/wwwroot/js/public.ajaxcart.js
|
||||
|
|
@ -2750,7 +2749,6 @@ src/Presentation/Nop.Web.Framework/TagHelpers/Public/NopGenerateCaptchaTagHelper
|
|||
src/Presentation/Nop.Web.Framework/TagHelpers/Public/LabelTagHelper.cs
|
||||
src/Presentation/Nop.Web.Framework/TagHelpers/Public/TextAreaTagHelper.cs
|
||||
src/Presentation/Nop.Web.Framework/TagHelpers/Public/InputTagHelper.cs
|
||||
src/Presentation/Nop.Web.Framework/TagHelpers/Public/NopBBCodeEditorTagHelper.cs
|
||||
src/Presentation/Nop.Web.Framework/TagHelpers/Shared/NopAntiForgeryTokenTagHelper.cs
|
||||
src/Presentation/Nop.Web.Framework/TagHelpers/Shared/NopLinkTagHelper.cs
|
||||
src/Presentation/Nop.Web.Framework/TagHelpers/Shared/NopScriptTagHelper.cs
|
||||
|
|
@ -3144,21 +3142,7 @@ src/Libraries/Nop.Services/Stores/NopStoreDefaults.cs
|
|||
src/Libraries/Nop.Services/Stores/Caching/StoreMappingCacheEventConsumer.cs
|
||||
src/Libraries/Nop.Services/Stores/Caching/StoreCacheEventConsumer.cs
|
||||
src/Libraries/Nop.Services/BaseNopResult.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/CodeFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/SourceFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/CSharpFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/JavaScriptFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/CodeFormatHelper.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/CLikeFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/MshFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/HighlightOptions.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/HtmlFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/VisualBasicFormat.cs
|
||||
src/Libraries/Nop.Services/Html/CodeFormatter/TsqlFormat.cs
|
||||
src/Libraries/Nop.Services/Html/ResolveLinksHelper.cs
|
||||
src/Libraries/Nop.Services/Html/HtmlFormatter.cs
|
||||
src/Libraries/Nop.Services/Html/BBCodeHelper.cs
|
||||
src/Libraries/Nop.Services/Html/IBBCodeHelper.cs
|
||||
src/Libraries/Nop.Services/Html/IHtmlFormatter.cs
|
||||
src/Libraries/Nop.Services/Connected Services/EuropaCheckVatService/ConnectedService.json
|
||||
src/Libraries/Nop.Services/Connected Services/EuropaCheckVatService/Reference.cs
|
||||
|
|
@ -4850,6 +4834,7 @@ src/Plugins/Nop.Plugin.Misc.Forums/Content/js/mdeditor/icons/image.svg
|
|||
src/Plugins/Nop.Plugin.Misc.Forums/Content/js/mdeditor/icons/code-block.svg
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Content/js/mdeditor/icons/code.svg
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Content/js/mdeditor/icons/list-ol.svg
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Content/js/bbeditor/ed.js
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Nop.Plugin.Misc.Forums.csproj
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/ForumSettings.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/ForumDefaults.cs
|
||||
|
|
@ -4858,6 +4843,7 @@ src/Plugins/Nop.Plugin.Misc.Forums/Infrastructure/RouteProvider.cs
|
|||
src/Plugins/Nop.Plugin.Misc.Forums/Infrastructure/NopStartup.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/ForumPlugin.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/plugin.json
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/TagHelpers/NopBBCodeEditorTagHelper.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Admin/Models/ForumGroupModel.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Admin/Models/ForumListModel.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Admin/Models/ForumSearchModel.cs
|
||||
|
|
@ -4962,8 +4948,11 @@ src/Plugins/Nop.Plugin.Misc.Forums/Public/Views/_ViewImports.cshtml
|
|||
src/Plugins/Nop.Plugin.Misc.Forums/Services/Events/SitemapEventConsumer.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/Events/AdminMenuCreatedEventConsumer.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/Events/EventConsumer.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/CSharpFormat.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/BBCodeHelper.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/ForumPermissionConfigManager.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/ForumInstallService.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/TextFormatType.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/ForumService.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/Caching/ForumCacheEventConsumer.cs
|
||||
src/Plugins/Nop.Plugin.Misc.Forums/Services/Caching/ForumGroupCacheEventConsumer.cs
|
||||
|
|
|
|||
|
|
@ -293,6 +293,26 @@ admin-interface/system/localization/length-classes.md
|
|||
system/localization/length-classes.md
|
||||
localization/length-classes.md
|
||||
length-classes.md
|
||||
docs/admin-interface/cms/README.md
|
||||
admin-interface/cms/README.md
|
||||
cms/README.md
|
||||
README.md
|
||||
docs/admin-interface/cms/articles.md
|
||||
admin-interface/cms/articles.md
|
||||
cms/articles.md
|
||||
articles.md
|
||||
docs/admin-interface/cms/anti-spam.md
|
||||
admin-interface/cms/anti-spam.md
|
||||
cms/anti-spam.md
|
||||
anti-spam.md
|
||||
docs/admin-interface/cms/topics.md
|
||||
admin-interface/cms/topics.md
|
||||
cms/topics.md
|
||||
topics.md
|
||||
docs/admin-interface/cms/comments.md
|
||||
admin-interface/cms/comments.md
|
||||
cms/comments.md
|
||||
comments.md
|
||||
docs/admin-interface/reports/products.md
|
||||
admin-interface/reports/products.md
|
||||
reports/products.md
|
||||
|
|
@ -56902,6 +56922,12 @@ controller/task/catalog/tax_class.php
|
|||
task/catalog/tax_class.php
|
||||
catalog/tax_class.php
|
||||
tax_class.php
|
||||
upload/admin/controller/task/catalog/comment.php
|
||||
admin/controller/task/catalog/comment.php
|
||||
controller/task/catalog/comment.php
|
||||
task/catalog/comment.php
|
||||
catalog/comment.php
|
||||
comment.php
|
||||
upload/admin/controller/task/system/restore.php
|
||||
admin/controller/task/system/restore.php
|
||||
controller/task/system/restore.php
|
||||
|
|
@ -57370,12 +57396,30 @@ view/data/localisation/country-244.json
|
|||
data/localisation/country-244.json
|
||||
localisation/country-244.json
|
||||
country-244.json
|
||||
upload/admin/view/data/localisation/language.json
|
||||
admin/view/data/localisation/language.json
|
||||
view/data/localisation/language.json
|
||||
data/localisation/language.json
|
||||
localisation/language.json
|
||||
language.json
|
||||
upload/admin/view/data/localisation/currency.json
|
||||
admin/view/data/localisation/currency.json
|
||||
view/data/localisation/currency.json
|
||||
data/localisation/currency.json
|
||||
localisation/currency.json
|
||||
currency.json
|
||||
upload/admin/view/data/localisation/country.json
|
||||
admin/view/data/localisation/country.json
|
||||
view/data/localisation/country.json
|
||||
data/localisation/country.json
|
||||
localisation/country.json
|
||||
country.json
|
||||
upload/admin/view/data/localisation/country-4.json
|
||||
admin/view/data/localisation/country-4.json
|
||||
view/data/localisation/country-4.json
|
||||
data/localisation/country-4.json
|
||||
localisation/country-4.json
|
||||
country-4.json
|
||||
upload/admin/view/fonts/opencart.woff
|
||||
admin/view/fonts/opencart.woff
|
||||
view/fonts/opencart.woff
|
||||
|
|
|
|||
|
|
@ -74,6 +74,11 @@ docs/admin-interface/system/localization/order-statuses.md
|
|||
docs/admin-interface/system/localization/tax-classes.md
|
||||
docs/admin-interface/system/localization/tax-rates.md
|
||||
docs/admin-interface/system/localization/length-classes.md
|
||||
docs/admin-interface/cms/README.md
|
||||
docs/admin-interface/cms/articles.md
|
||||
docs/admin-interface/cms/anti-spam.md
|
||||
docs/admin-interface/cms/topics.md
|
||||
docs/admin-interface/cms/comments.md
|
||||
docs/admin-interface/reports/products.md
|
||||
docs/admin-interface/reports/README.md
|
||||
docs/admin-interface/reports/customers.md
|
||||
|
|
@ -7693,6 +7698,7 @@ upload/admin/controller/task/catalog/review.php
|
|||
upload/admin/controller/task/catalog/translation.php
|
||||
upload/admin/controller/task/catalog/setting.php
|
||||
upload/admin/controller/task/catalog/tax_class.php
|
||||
upload/admin/controller/task/catalog/comment.php
|
||||
upload/admin/controller/task/system/restore.php
|
||||
upload/admin/controller/task/system/backup.php
|
||||
upload/admin/controller/task/system/notification.php
|
||||
|
|
@ -7783,7 +7789,10 @@ upload/admin/model/customer/custom_field.php
|
|||
upload/admin/model/customer/customer_approval.php
|
||||
upload/admin/model/customer/gdpr.php
|
||||
upload/admin/view/data/localisation/country-244.json
|
||||
upload/admin/view/data/localisation/language.json
|
||||
upload/admin/view/data/localisation/currency.json
|
||||
upload/admin/view/data/localisation/country.json
|
||||
upload/admin/view/data/localisation/country-4.json
|
||||
upload/admin/view/fonts/opencart.woff
|
||||
upload/admin/view/fonts/fontawesome/LICENSE.txt
|
||||
upload/admin/view/fonts/fontawesome/webfonts/fa-v4compatibility.ttf
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@ tests/Models/Reports/Summary_discounts_test.php
|
|||
Models/Reports/Summary_discounts_test.php
|
||||
Reports/Summary_discounts_test.php
|
||||
Summary_discounts_test.php
|
||||
tests/Models/Item_test.php
|
||||
Models/Item_test.php
|
||||
Item_test.php
|
||||
tests/Models/EmployeeTest.php
|
||||
Models/EmployeeTest.php
|
||||
EmployeeTest.php
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
INSTALL.md
|
||||
tests/.htaccess
|
||||
tests/Models/Reports/Summary_discounts_test.php
|
||||
tests/Models/Item_test.php
|
||||
tests/Models/EmployeeTest.php
|
||||
tests/README.md
|
||||
tests/Controllers/HomeTest.php
|
||||
|
|
|
|||
|
|
@ -44960,6 +44960,12 @@ Domain/Shipment/QueryHandler/GetOrderShipmentsHandlerInterface.php
|
|||
Shipment/QueryHandler/GetOrderShipmentsHandlerInterface.php
|
||||
QueryHandler/GetOrderShipmentsHandlerInterface.php
|
||||
GetOrderShipmentsHandlerInterface.php
|
||||
src/Core/Domain/Shipment/QueryHandler/GetShipmentsForOrderDetailHandlerInterface.php
|
||||
Core/Domain/Shipment/QueryHandler/GetShipmentsForOrderDetailHandlerInterface.php
|
||||
Domain/Shipment/QueryHandler/GetShipmentsForOrderDetailHandlerInterface.php
|
||||
Shipment/QueryHandler/GetShipmentsForOrderDetailHandlerInterface.php
|
||||
QueryHandler/GetShipmentsForOrderDetailHandlerInterface.php
|
||||
GetShipmentsForOrderDetailHandlerInterface.php
|
||||
src/Core/Domain/Shipment/QueryHandler/GetShipmentForViewingHandlerInterface.php
|
||||
Core/Domain/Shipment/QueryHandler/GetShipmentForViewingHandlerInterface.php
|
||||
Domain/Shipment/QueryHandler/GetShipmentForViewingHandlerInterface.php
|
||||
|
|
@ -45026,6 +45032,12 @@ Domain/Shipment/Query/GetShipmentForViewing.php
|
|||
Shipment/Query/GetShipmentForViewing.php
|
||||
Query/GetShipmentForViewing.php
|
||||
GetShipmentForViewing.php
|
||||
src/Core/Domain/Shipment/Query/GetShipmentsForOrderDetail.php
|
||||
Core/Domain/Shipment/Query/GetShipmentsForOrderDetail.php
|
||||
Domain/Shipment/Query/GetShipmentsForOrderDetail.php
|
||||
Shipment/Query/GetShipmentsForOrderDetail.php
|
||||
Query/GetShipmentsForOrderDetail.php
|
||||
GetShipmentsForOrderDetail.php
|
||||
src/Core/Domain/Shipment/CommandHandler/CreateShipmentHandlerInterface.php
|
||||
Core/Domain/Shipment/CommandHandler/CreateShipmentHandlerInterface.php
|
||||
Domain/Shipment/CommandHandler/CreateShipmentHandlerInterface.php
|
||||
|
|
@ -45068,6 +45080,12 @@ Domain/Shipment/CommandHandler/AddProductToShipmentHandlerInterface.php
|
|||
Shipment/CommandHandler/AddProductToShipmentHandlerInterface.php
|
||||
CommandHandler/AddProductToShipmentHandlerInterface.php
|
||||
AddProductToShipmentHandlerInterface.php
|
||||
src/Core/Domain/Shipment/QueryResult/ShipmentForOrderDetail.php
|
||||
Core/Domain/Shipment/QueryResult/ShipmentForOrderDetail.php
|
||||
Domain/Shipment/QueryResult/ShipmentForOrderDetail.php
|
||||
Shipment/QueryResult/ShipmentForOrderDetail.php
|
||||
QueryResult/ShipmentForOrderDetail.php
|
||||
ShipmentForOrderDetail.php
|
||||
src/Core/Domain/Shipment/QueryResult/OrderShipmentProduct.php
|
||||
Core/Domain/Shipment/QueryResult/OrderShipmentProduct.php
|
||||
Domain/Shipment/QueryResult/OrderShipmentProduct.php
|
||||
|
|
@ -54086,6 +54104,11 @@ Adapter/Shipment/QueryHandler/GetShipmentProductsHandler.php
|
|||
Shipment/QueryHandler/GetShipmentProductsHandler.php
|
||||
QueryHandler/GetShipmentProductsHandler.php
|
||||
GetShipmentProductsHandler.php
|
||||
src/Adapter/Shipment/QueryHandler/GetShipmentsForOrderDetailHandler.php
|
||||
Adapter/Shipment/QueryHandler/GetShipmentsForOrderDetailHandler.php
|
||||
Shipment/QueryHandler/GetShipmentsForOrderDetailHandler.php
|
||||
QueryHandler/GetShipmentsForOrderDetailHandler.php
|
||||
GetShipmentsForOrderDetailHandler.php
|
||||
src/Adapter/Shipment/QueryHandler/ListAvailableShipmentsHandler.php
|
||||
Adapter/Shipment/QueryHandler/ListAvailableShipmentsHandler.php
|
||||
Shipment/QueryHandler/ListAvailableShipmentsHandler.php
|
||||
|
|
|
|||
|
|
@ -7185,6 +7185,7 @@ src/Core/Domain/Shipment/QueryHandler/ListAvailableShipmentsHandlerInterface.php
|
|||
src/Core/Domain/Shipment/QueryHandler/GetShipmentProductsHandlerInterface.php
|
||||
src/Core/Domain/Shipment/QueryHandler/ListAvailableShipmentsForProductHandlerInterface.php
|
||||
src/Core/Domain/Shipment/QueryHandler/GetOrderShipmentsHandlerInterface.php
|
||||
src/Core/Domain/Shipment/QueryHandler/GetShipmentsForOrderDetailHandlerInterface.php
|
||||
src/Core/Domain/Shipment/QueryHandler/GetShipmentForViewingHandlerInterface.php
|
||||
src/Core/Domain/Shipment/ValueObject/OrderDetailQuantity.php
|
||||
src/Core/Domain/Shipment/ValueObject/OrderDetailsId.php
|
||||
|
|
@ -7196,6 +7197,7 @@ src/Core/Domain/Shipment/Query/GetShipmentProducts.php
|
|||
src/Core/Domain/Shipment/Query/ListAvailableShipments.php
|
||||
src/Core/Domain/Shipment/Query/ListAvailableShipmentsForProduct.php
|
||||
src/Core/Domain/Shipment/Query/GetShipmentForViewing.php
|
||||
src/Core/Domain/Shipment/Query/GetShipmentsForOrderDetail.php
|
||||
src/Core/Domain/Shipment/CommandHandler/CreateShipmentHandlerInterface.php
|
||||
src/Core/Domain/Shipment/CommandHandler/DeleteProductFromShipmentHandlerInterface.php
|
||||
src/Core/Domain/Shipment/CommandHandler/MergeProductsToShipmentHandlerInterface.php
|
||||
|
|
@ -7203,6 +7205,7 @@ src/Core/Domain/Shipment/CommandHandler/SwitchShipmentCarrierHandlerInterface.ph
|
|||
src/Core/Domain/Shipment/CommandHandler/EditShipmentHandlerInterface.php
|
||||
src/Core/Domain/Shipment/CommandHandler/SplitShipmentHandlerInterface.php
|
||||
src/Core/Domain/Shipment/CommandHandler/AddProductToShipmentHandlerInterface.php
|
||||
src/Core/Domain/Shipment/QueryResult/ShipmentForOrderDetail.php
|
||||
src/Core/Domain/Shipment/QueryResult/OrderShipmentProduct.php
|
||||
src/Core/Domain/Shipment/QueryResult/OrderShipment.php
|
||||
src/Core/Domain/Shipment/QueryResult/ShipmentForViewing.php
|
||||
|
|
@ -8907,6 +8910,7 @@ src/Adapter/Shipment/QueryHandler/GetShipmentForViewingHandler.php
|
|||
src/Adapter/Shipment/QueryHandler/GetOrderShipmentsHandler.php
|
||||
src/Adapter/Shipment/QueryHandler/ListAvailableShipmentsForProductHandler.php
|
||||
src/Adapter/Shipment/QueryHandler/GetShipmentProductsHandler.php
|
||||
src/Adapter/Shipment/QueryHandler/GetShipmentsForOrderDetailHandler.php
|
||||
src/Adapter/Shipment/QueryHandler/ListAvailableShipmentsHandler.php
|
||||
src/Adapter/Shipment/ShipmentMerger.php
|
||||
src/Adapter/Shipment/OrderShipmentCreator.php
|
||||
|
|
|
|||
|
|
@ -22664,6 +22664,12 @@ Checkout/Cart/TaxProvider/TaxProviderProcessorTest.php
|
|||
Cart/TaxProvider/TaxProviderProcessorTest.php
|
||||
TaxProvider/TaxProviderProcessorTest.php
|
||||
TaxProviderProcessorTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartPersisterTest.php
|
||||
unit/Core/Checkout/Cart/CartPersisterTest.php
|
||||
Core/Checkout/Cart/CartPersisterTest.php
|
||||
Checkout/Cart/CartPersisterTest.php
|
||||
Cart/CartPersisterTest.php
|
||||
CartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartExceptionTest.php
|
||||
unit/Core/Checkout/Cart/CartExceptionTest.php
|
||||
Core/Checkout/Cart/CartExceptionTest.php
|
||||
|
|
@ -22760,6 +22766,12 @@ Checkout/Cart/Cleanup/CleanupCartTaskHandlerTest.php
|
|||
Cart/Cleanup/CleanupCartTaskHandlerTest.php
|
||||
Cleanup/CleanupCartTaskHandlerTest.php
|
||||
CleanupCartTaskHandlerTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartTest.php
|
||||
unit/Core/Checkout/Cart/CartTest.php
|
||||
Core/Checkout/Cart/CartTest.php
|
||||
Checkout/Cart/CartTest.php
|
||||
Cart/CartTest.php
|
||||
CartTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartCompressorTest.php
|
||||
unit/Core/Checkout/Cart/CartCompressorTest.php
|
||||
Core/Checkout/Cart/CartCompressorTest.php
|
||||
|
|
@ -22880,6 +22892,12 @@ Cart/Address/Error/CountryRegionMissingErrorTest.php
|
|||
Address/Error/CountryRegionMissingErrorTest.php
|
||||
Error/CountryRegionMissingErrorTest.php
|
||||
CountryRegionMissingErrorTest.php
|
||||
tests/unit/Core/Checkout/Cart/ValidatorTest.php
|
||||
unit/Core/Checkout/Cart/ValidatorTest.php
|
||||
Core/Checkout/Cart/ValidatorTest.php
|
||||
Checkout/Cart/ValidatorTest.php
|
||||
Cart/ValidatorTest.php
|
||||
ValidatorTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartBehaviorTest.php
|
||||
unit/Core/Checkout/Cart/CartBehaviorTest.php
|
||||
Core/Checkout/Cart/CartBehaviorTest.php
|
||||
|
|
@ -22893,20 +22911,6 @@ Checkout/Cart/Order/RecalculationServiceTest.php
|
|||
Cart/Order/RecalculationServiceTest.php
|
||||
Order/RecalculationServiceTest.php
|
||||
RecalculationServiceTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/CartPersisterTest.php
|
||||
unit/Core/Checkout/Cart/Order/CartPersisterTest.php
|
||||
Core/Checkout/Cart/Order/CartPersisterTest.php
|
||||
Checkout/Cart/Order/CartPersisterTest.php
|
||||
Cart/Order/CartPersisterTest.php
|
||||
Order/CartPersisterTest.php
|
||||
CartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/CartTest.php
|
||||
unit/Core/Checkout/Cart/Order/CartTest.php
|
||||
Core/Checkout/Cart/Order/CartTest.php
|
||||
Checkout/Cart/Order/CartTest.php
|
||||
Cart/Order/CartTest.php
|
||||
Order/CartTest.php
|
||||
CartTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/ErrorCollectionTest.php
|
||||
unit/Core/Checkout/Cart/Order/ErrorCollectionTest.php
|
||||
Core/Checkout/Cart/Order/ErrorCollectionTest.php
|
||||
|
|
@ -22922,13 +22926,6 @@ Cart/Order/Stubs/CartOrderConversionStub.php
|
|||
Order/Stubs/CartOrderConversionStub.php
|
||||
Stubs/CartOrderConversionStub.php
|
||||
CartOrderConversionStub.php
|
||||
tests/unit/Core/Checkout/Cart/Order/ValidatorTest.php
|
||||
unit/Core/Checkout/Cart/Order/ValidatorTest.php
|
||||
Core/Checkout/Cart/Order/ValidatorTest.php
|
||||
Checkout/Cart/Order/ValidatorTest.php
|
||||
Cart/Order/ValidatorTest.php
|
||||
Order/ValidatorTest.php
|
||||
ValidatorTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/OrderConverterTest.php
|
||||
unit/Core/Checkout/Cart/Order/OrderConverterTest.php
|
||||
Core/Checkout/Cart/Order/OrderConverterTest.php
|
||||
|
|
@ -23005,13 +23002,6 @@ Checkout/Cart/Order/OrderPersisterTest.php
|
|||
Cart/Order/OrderPersisterTest.php
|
||||
Order/OrderPersisterTest.php
|
||||
OrderPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/RedisCartPersisterTest.php
|
||||
unit/Core/Checkout/Cart/Order/RedisCartPersisterTest.php
|
||||
Core/Checkout/Cart/Order/RedisCartPersisterTest.php
|
||||
Checkout/Cart/Order/RedisCartPersisterTest.php
|
||||
Cart/Order/RedisCartPersisterTest.php
|
||||
Order/RedisCartPersisterTest.php
|
||||
RedisCartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartFactoryTest.php
|
||||
unit/Core/Checkout/Cart/CartFactoryTest.php
|
||||
Core/Checkout/Cart/CartFactoryTest.php
|
||||
|
|
@ -24026,6 +24016,12 @@ Checkout/Cart/Error/ErrorTest.php
|
|||
Cart/Error/ErrorTest.php
|
||||
Error/ErrorTest.php
|
||||
ErrorTest.php
|
||||
tests/unit/Core/Checkout/Cart/RedisCartPersisterTest.php
|
||||
unit/Core/Checkout/Cart/RedisCartPersisterTest.php
|
||||
Core/Checkout/Cart/RedisCartPersisterTest.php
|
||||
Checkout/Cart/RedisCartPersisterTest.php
|
||||
Cart/RedisCartPersisterTest.php
|
||||
RedisCartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Gateway/CheckoutGatewayExceptionTest.php
|
||||
unit/Core/Checkout/Gateway/CheckoutGatewayExceptionTest.php
|
||||
Core/Checkout/Gateway/CheckoutGatewayExceptionTest.php
|
||||
|
|
@ -28673,6 +28669,20 @@ App/InAppPurchases/Gateway/InAppPurchasesGatewayTest.php
|
|||
InAppPurchases/Gateway/InAppPurchasesGatewayTest.php
|
||||
Gateway/InAppPurchasesGatewayTest.php
|
||||
InAppPurchasesGatewayTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
unit/Core/Framework/App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
Core/Framework/App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
Framework/App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
Lifecycle/AppSecretRotationServiceTest.php
|
||||
AppSecretRotationServiceTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/PermissionLifecycleServiceTest.php
|
||||
unit/Core/Framework/App/Lifecycle/PermissionLifecycleServiceTest.php
|
||||
Core/Framework/App/Lifecycle/PermissionLifecycleServiceTest.php
|
||||
Framework/App/Lifecycle/PermissionLifecycleServiceTest.php
|
||||
App/Lifecycle/PermissionLifecycleServiceTest.php
|
||||
Lifecycle/PermissionLifecycleServiceTest.php
|
||||
PermissionLifecycleServiceTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/ScriptFileReaderTest.php
|
||||
unit/Core/Framework/App/Lifecycle/ScriptFileReaderTest.php
|
||||
Core/Framework/App/Lifecycle/ScriptFileReaderTest.php
|
||||
|
|
@ -28783,6 +28793,14 @@ App/Lifecycle/Persister/ShippingMethodPersisterTest.php
|
|||
Lifecycle/Persister/ShippingMethodPersisterTest.php
|
||||
Persister/ShippingMethodPersisterTest.php
|
||||
ShippingMethodPersisterTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/ModulePersisterTest.php
|
||||
unit/Core/Framework/App/Lifecycle/Persister/ModulePersisterTest.php
|
||||
Core/Framework/App/Lifecycle/Persister/ModulePersisterTest.php
|
||||
Framework/App/Lifecycle/Persister/ModulePersisterTest.php
|
||||
App/Lifecycle/Persister/ModulePersisterTest.php
|
||||
Lifecycle/Persister/ModulePersisterTest.php
|
||||
Persister/ModulePersisterTest.php
|
||||
ModulePersisterTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/_fixtures/manifest_basic.xml
|
||||
unit/Core/Framework/App/Lifecycle/Persister/_fixtures/manifest_basic.xml
|
||||
Core/Framework/App/Lifecycle/Persister/_fixtures/manifest_basic.xml
|
||||
|
|
@ -28809,14 +28827,6 @@ App/Lifecycle/Persister/FlowEventPersisterTest.php
|
|||
Lifecycle/Persister/FlowEventPersisterTest.php
|
||||
Persister/FlowEventPersisterTest.php
|
||||
FlowEventPersisterTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/PermissionPersisterTest.php
|
||||
unit/Core/Framework/App/Lifecycle/Persister/PermissionPersisterTest.php
|
||||
Core/Framework/App/Lifecycle/Persister/PermissionPersisterTest.php
|
||||
Framework/App/Lifecycle/Persister/PermissionPersisterTest.php
|
||||
App/Lifecycle/Persister/PermissionPersisterTest.php
|
||||
Lifecycle/Persister/PermissionPersisterTest.php
|
||||
Persister/PermissionPersisterTest.php
|
||||
PermissionPersisterTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/TemplatePersisterTest.php
|
||||
unit/Core/Framework/App/Lifecycle/Persister/TemplatePersisterTest.php
|
||||
Core/Framework/App/Lifecycle/Persister/TemplatePersisterTest.php
|
||||
|
|
@ -30146,6 +30156,13 @@ App/Context/Gateway/AppContextGatewayTest.php
|
|||
Context/Gateway/AppContextGatewayTest.php
|
||||
Gateway/AppContextGatewayTest.php
|
||||
AppContextGatewayTest.php
|
||||
tests/unit/Core/Framework/App/DeletedApps/RememberDeletedAppsSecretSubscriberTest.php
|
||||
unit/Core/Framework/App/DeletedApps/RememberDeletedAppsSecretSubscriberTest.php
|
||||
Core/Framework/App/DeletedApps/RememberDeletedAppsSecretSubscriberTest.php
|
||||
Framework/App/DeletedApps/RememberDeletedAppsSecretSubscriberTest.php
|
||||
App/DeletedApps/RememberDeletedAppsSecretSubscriberTest.php
|
||||
DeletedApps/RememberDeletedAppsSecretSubscriberTest.php
|
||||
RememberDeletedAppsSecretSubscriberTest.php
|
||||
tests/unit/Core/Framework/App/Template/TemplateLoaderTest.php
|
||||
unit/Core/Framework/App/Template/TemplateLoaderTest.php
|
||||
Core/Framework/App/Template/TemplateLoaderTest.php
|
||||
|
|
@ -30166,6 +30183,13 @@ Framework/App/Permission/UtilsTest.php
|
|||
App/Permission/UtilsTest.php
|
||||
Permission/UtilsTest.php
|
||||
UtilsTest.php
|
||||
tests/unit/Core/Framework/App/MessageQueue/RotateAppSecretHandlerTest.php
|
||||
unit/Core/Framework/App/MessageQueue/RotateAppSecretHandlerTest.php
|
||||
Core/Framework/App/MessageQueue/RotateAppSecretHandlerTest.php
|
||||
Framework/App/MessageQueue/RotateAppSecretHandlerTest.php
|
||||
App/MessageQueue/RotateAppSecretHandlerTest.php
|
||||
MessageQueue/RotateAppSecretHandlerTest.php
|
||||
RotateAppSecretHandlerTest.php
|
||||
tests/unit/Core/Framework/App/Hmac/QuerySignerTest.php
|
||||
unit/Core/Framework/App/Hmac/QuerySignerTest.php
|
||||
Core/Framework/App/Hmac/QuerySignerTest.php
|
||||
|
|
@ -30194,6 +30218,13 @@ Framework/App/Api/AppPrivilegeControllerTest.php
|
|||
App/Api/AppPrivilegeControllerTest.php
|
||||
Api/AppPrivilegeControllerTest.php
|
||||
AppPrivilegeControllerTest.php
|
||||
tests/unit/Core/Framework/App/Api/AppSecretRotationControllerTest.php
|
||||
unit/Core/Framework/App/Api/AppSecretRotationControllerTest.php
|
||||
Core/Framework/App/Api/AppSecretRotationControllerTest.php
|
||||
Framework/App/Api/AppSecretRotationControllerTest.php
|
||||
App/Api/AppSecretRotationControllerTest.php
|
||||
Api/AppSecretRotationControllerTest.php
|
||||
AppSecretRotationControllerTest.php
|
||||
tests/unit/Core/Framework/App/Flow/Action/Xml/ActionTest.php
|
||||
unit/Core/Framework/App/Flow/Action/Xml/ActionTest.php
|
||||
Core/Framework/App/Flow/Action/Xml/ActionTest.php
|
||||
|
|
@ -30379,6 +30410,13 @@ Framework/App/Command/AppListCommandTest.php
|
|||
App/Command/AppListCommandTest.php
|
||||
Command/AppListCommandTest.php
|
||||
AppListCommandTest.php
|
||||
tests/unit/Core/Framework/App/Command/RotateAppSecretCommandTest.php
|
||||
unit/Core/Framework/App/Command/RotateAppSecretCommandTest.php
|
||||
Core/Framework/App/Command/RotateAppSecretCommandTest.php
|
||||
Framework/App/Command/RotateAppSecretCommandTest.php
|
||||
App/Command/RotateAppSecretCommandTest.php
|
||||
Command/RotateAppSecretCommandTest.php
|
||||
RotateAppSecretCommandTest.php
|
||||
tests/unit/Core/Framework/App/ActiveAppsLoaderTest.php
|
||||
unit/Core/Framework/App/ActiveAppsLoaderTest.php
|
||||
Core/Framework/App/ActiveAppsLoaderTest.php
|
||||
|
|
@ -36445,6 +36483,11 @@ migration/Core/V6_6/Migration1718615305AddEuToCountryTableTest.php
|
|||
Core/V6_6/Migration1718615305AddEuToCountryTableTest.php
|
||||
V6_6/Migration1718615305AddEuToCountryTableTest.php
|
||||
Migration1718615305AddEuToCountryTableTest.php
|
||||
tests/migration/Core/V6_6/Migration1765983627CreateDeletedAppsTableTest.php
|
||||
migration/Core/V6_6/Migration1765983627CreateDeletedAppsTableTest.php
|
||||
Core/V6_6/Migration1765983627CreateDeletedAppsTableTest.php
|
||||
V6_6/Migration1765983627CreateDeletedAppsTableTest.php
|
||||
Migration1765983627CreateDeletedAppsTableTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
migration/Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
|
|
@ -37004,6 +37047,11 @@ migration/Core/V6_7/Migration1763544592UpdateGroupRegistrationMailTemplatesTest.
|
|||
Core/V6_7/Migration1763544592UpdateGroupRegistrationMailTemplatesTest.php
|
||||
V6_7/Migration1763544592UpdateGroupRegistrationMailTemplatesTest.php
|
||||
Migration1763544592UpdateGroupRegistrationMailTemplatesTest.php
|
||||
tests/migration/Core/V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRuleTest.php
|
||||
migration/Core/V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRuleTest.php
|
||||
Core/V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRuleTest.php
|
||||
V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRuleTest.php
|
||||
Migration1772178695ChangeProductExportProductStreamDeleteRuleTest.php
|
||||
tests/migration/Core/V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
|
||||
migration/Core/V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
|
||||
Core/V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
|
||||
|
|
@ -37209,6 +37257,11 @@ migration/Core/V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
|||
Core/V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
tests/migration/Core/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraintTest.php
|
||||
migration/Core/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraintTest.php
|
||||
Core/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraintTest.php
|
||||
V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraintTest.php
|
||||
Migration1773322284ChangeDocumentReferencedDocumentIdConstraintTest.php
|
||||
tests/migration/Core/CreateMailTemplateTraitTest.php
|
||||
migration/Core/CreateMailTemplateTraitTest.php
|
||||
Core/CreateMailTemplateTraitTest.php
|
||||
|
|
@ -42515,6 +42568,13 @@ Framework/App/AppUrlChangeResolver/UninstallAppsStrategyTest.php
|
|||
App/AppUrlChangeResolver/UninstallAppsStrategyTest.php
|
||||
AppUrlChangeResolver/UninstallAppsStrategyTest.php
|
||||
UninstallAppsStrategyTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
integration/Core/Framework/App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
Core/Framework/App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
Framework/App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
Lifecycle/AppSecretRotationServiceTest.php
|
||||
AppSecretRotationServiceTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/WebhookPersisterTest.php
|
||||
integration/Core/Framework/App/Lifecycle/WebhookPersisterTest.php
|
||||
Core/Framework/App/Lifecycle/WebhookPersisterTest.php
|
||||
|
|
@ -42581,6 +42641,13 @@ Framework/App/Lifecycle/AppLoaderTest.php
|
|||
App/Lifecycle/AppLoaderTest.php
|
||||
Lifecycle/AppLoaderTest.php
|
||||
AppLoaderTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/FlowActionPersisterTest.php
|
||||
integration/Core/Framework/App/Lifecycle/FlowActionPersisterTest.php
|
||||
Core/Framework/App/Lifecycle/FlowActionPersisterTest.php
|
||||
Framework/App/Lifecycle/FlowActionPersisterTest.php
|
||||
App/Lifecycle/FlowActionPersisterTest.php
|
||||
Lifecycle/FlowActionPersisterTest.php
|
||||
FlowActionPersisterTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/AppLifecycleTest.php
|
||||
integration/Core/Framework/App/Lifecycle/AppLifecycleTest.php
|
||||
Core/Framework/App/Lifecycle/AppLifecycleTest.php
|
||||
|
|
@ -42665,6 +42732,16 @@ Lifecycle/_fixtures/store_zips/swagApp2_new_permission.zip
|
|||
_fixtures/store_zips/swagApp2_new_permission.zip
|
||||
store_zips/swagApp2_new_permission.zip
|
||||
swagApp2_new_permission.zip
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/withFlowExtensionV2/Resources/flow.xml
|
||||
integration/Core/Framework/App/Lifecycle/_fixtures/withFlowExtensionV2/Resources/flow.xml
|
||||
Core/Framework/App/Lifecycle/_fixtures/withFlowExtensionV2/Resources/flow.xml
|
||||
Framework/App/Lifecycle/_fixtures/withFlowExtensionV2/Resources/flow.xml
|
||||
App/Lifecycle/_fixtures/withFlowExtensionV2/Resources/flow.xml
|
||||
Lifecycle/_fixtures/withFlowExtensionV2/Resources/flow.xml
|
||||
_fixtures/withFlowExtensionV2/Resources/flow.xml
|
||||
withFlowExtensionV2/Resources/flow.xml
|
||||
Resources/flow.xml
|
||||
flow.xml
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/cms/expectedSecondCmsBlock.json
|
||||
integration/Core/Framework/App/Lifecycle/_fixtures/cms/expectedSecondCmsBlock.json
|
||||
Core/Framework/App/Lifecycle/_fixtures/cms/expectedSecondCmsBlock.json
|
||||
|
|
@ -42958,6 +43035,16 @@ Lifecycle/_fixtures/withInvalidConfig/manifest.xml
|
|||
_fixtures/withInvalidConfig/manifest.xml
|
||||
withInvalidConfig/manifest.xml
|
||||
manifest.xml
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/withFlowExtensionV3/Resources/flow.xml
|
||||
integration/Core/Framework/App/Lifecycle/_fixtures/withFlowExtensionV3/Resources/flow.xml
|
||||
Core/Framework/App/Lifecycle/_fixtures/withFlowExtensionV3/Resources/flow.xml
|
||||
Framework/App/Lifecycle/_fixtures/withFlowExtensionV3/Resources/flow.xml
|
||||
App/Lifecycle/_fixtures/withFlowExtensionV3/Resources/flow.xml
|
||||
Lifecycle/_fixtures/withFlowExtensionV3/Resources/flow.xml
|
||||
_fixtures/withFlowExtensionV3/Resources/flow.xml
|
||||
withFlowExtensionV3/Resources/flow.xml
|
||||
Resources/flow.xml
|
||||
flow.xml
|
||||
tests/integration/Core/Framework/App/Lifecycle/Update/DefaultAppUpdaterTest.php
|
||||
integration/Core/Framework/App/Lifecycle/Update/DefaultAppUpdaterTest.php
|
||||
Core/Framework/App/Lifecycle/Update/DefaultAppUpdaterTest.php
|
||||
|
|
@ -44009,6 +44096,13 @@ Context/_fixtures/testGateway/manifest.xml
|
|||
_fixtures/testGateway/manifest.xml
|
||||
testGateway/manifest.xml
|
||||
manifest.xml
|
||||
tests/integration/Core/Framework/App/DeletedApps/DeletedAppsGatewayTest.php
|
||||
integration/Core/Framework/App/DeletedApps/DeletedAppsGatewayTest.php
|
||||
Core/Framework/App/DeletedApps/DeletedAppsGatewayTest.php
|
||||
Framework/App/DeletedApps/DeletedAppsGatewayTest.php
|
||||
App/DeletedApps/DeletedAppsGatewayTest.php
|
||||
DeletedApps/DeletedAppsGatewayTest.php
|
||||
DeletedAppsGatewayTest.php
|
||||
tests/integration/Core/Framework/App/AppExtractorTest.php
|
||||
integration/Core/Framework/App/AppExtractorTest.php
|
||||
Core/Framework/App/AppExtractorTest.php
|
||||
|
|
@ -123566,6 +123660,18 @@ Framework/App/Lifecycle/AbstractAppLifecycle.php
|
|||
App/Lifecycle/AbstractAppLifecycle.php
|
||||
Lifecycle/AbstractAppLifecycle.php
|
||||
AbstractAppLifecycle.php
|
||||
src/Core/Framework/App/Lifecycle/PermissionLifecycleService.php
|
||||
Core/Framework/App/Lifecycle/PermissionLifecycleService.php
|
||||
Framework/App/Lifecycle/PermissionLifecycleService.php
|
||||
App/Lifecycle/PermissionLifecycleService.php
|
||||
Lifecycle/PermissionLifecycleService.php
|
||||
PermissionLifecycleService.php
|
||||
src/Core/Framework/App/Lifecycle/AppSecretRotationService.php
|
||||
Core/Framework/App/Lifecycle/AppSecretRotationService.php
|
||||
Framework/App/Lifecycle/AppSecretRotationService.php
|
||||
App/Lifecycle/AppSecretRotationService.php
|
||||
Lifecycle/AppSecretRotationService.php
|
||||
AppSecretRotationService.php
|
||||
src/Core/Framework/App/Lifecycle/ScriptFileReader.php
|
||||
Core/Framework/App/Lifecycle/ScriptFileReader.php
|
||||
Framework/App/Lifecycle/ScriptFileReader.php
|
||||
|
|
@ -123645,6 +123751,13 @@ Framework/App/Lifecycle/AppLifecycleIterator.php
|
|||
App/Lifecycle/AppLifecycleIterator.php
|
||||
Lifecycle/AppLifecycleIterator.php
|
||||
AppLifecycleIterator.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/PersisterInterface.php
|
||||
Core/Framework/App/Lifecycle/Persister/PersisterInterface.php
|
||||
Framework/App/Lifecycle/Persister/PersisterInterface.php
|
||||
App/Lifecycle/Persister/PersisterInterface.php
|
||||
Lifecycle/Persister/PersisterInterface.php
|
||||
Persister/PersisterInterface.php
|
||||
PersisterInterface.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/ShippingMethodPersister.php
|
||||
Core/Framework/App/Lifecycle/Persister/ShippingMethodPersister.php
|
||||
Framework/App/Lifecycle/Persister/ShippingMethodPersister.php
|
||||
|
|
@ -123694,13 +123807,6 @@ App/Lifecycle/Persister/PaymentMethodPersister.php
|
|||
Lifecycle/Persister/PaymentMethodPersister.php
|
||||
Persister/PaymentMethodPersister.php
|
||||
PaymentMethodPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/PermissionPersister.php
|
||||
Core/Framework/App/Lifecycle/Persister/PermissionPersister.php
|
||||
Framework/App/Lifecycle/Persister/PermissionPersister.php
|
||||
App/Lifecycle/Persister/PermissionPersister.php
|
||||
Lifecycle/Persister/PermissionPersister.php
|
||||
Persister/PermissionPersister.php
|
||||
PermissionPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/TaxProviderPersister.php
|
||||
Core/Framework/App/Lifecycle/Persister/TaxProviderPersister.php
|
||||
Framework/App/Lifecycle/Persister/TaxProviderPersister.php
|
||||
|
|
@ -123729,6 +123835,13 @@ App/Lifecycle/Persister/CustomFieldPersister.php
|
|||
Lifecycle/Persister/CustomFieldPersister.php
|
||||
Persister/CustomFieldPersister.php
|
||||
CustomFieldPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/ModulePersister.php
|
||||
Core/Framework/App/Lifecycle/Persister/ModulePersister.php
|
||||
Framework/App/Lifecycle/Persister/ModulePersister.php
|
||||
App/Lifecycle/Persister/ModulePersister.php
|
||||
Lifecycle/Persister/ModulePersister.php
|
||||
Persister/ModulePersister.php
|
||||
ModulePersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/FlowActionPersister.php
|
||||
Core/Framework/App/Lifecycle/Persister/FlowActionPersister.php
|
||||
Framework/App/Lifecycle/Persister/FlowActionPersister.php
|
||||
|
|
@ -123736,6 +123849,12 @@ App/Lifecycle/Persister/FlowActionPersister.php
|
|||
Lifecycle/Persister/FlowActionPersister.php
|
||||
Persister/FlowActionPersister.php
|
||||
FlowActionPersister.php
|
||||
src/Core/Framework/App/Lifecycle/AppLifecycleContext.php
|
||||
Core/Framework/App/Lifecycle/AppLifecycleContext.php
|
||||
Framework/App/Lifecycle/AppLifecycleContext.php
|
||||
App/Lifecycle/AppLifecycleContext.php
|
||||
Lifecycle/AppLifecycleContext.php
|
||||
AppLifecycleContext.php
|
||||
src/Core/Framework/App/Lifecycle/Parameters/AppInstallParameters.php
|
||||
Core/Framework/App/Lifecycle/Parameters/AppInstallParameters.php
|
||||
Framework/App/Lifecycle/Parameters/AppInstallParameters.php
|
||||
|
|
@ -123877,6 +123996,12 @@ Framework/App/Source/Source.php
|
|||
App/Source/Source.php
|
||||
Source/Source.php
|
||||
Source.php
|
||||
src/Core/Framework/App/Message/RotateAppSecretMessage.php
|
||||
Core/Framework/App/Message/RotateAppSecretMessage.php
|
||||
Framework/App/Message/RotateAppSecretMessage.php
|
||||
App/Message/RotateAppSecretMessage.php
|
||||
Message/RotateAppSecretMessage.php
|
||||
RotateAppSecretMessage.php
|
||||
src/Core/Framework/App/Privileges/Utils.php
|
||||
Core/Framework/App/Privileges/Utils.php
|
||||
Framework/App/Privileges/Utils.php
|
||||
|
|
@ -124011,6 +124136,12 @@ Core/Framework/App/AppCollection.php
|
|||
Framework/App/AppCollection.php
|
||||
App/AppCollection.php
|
||||
AppCollection.php
|
||||
src/Core/Framework/App/MessageHandler/RotateAppSecretHandler.php
|
||||
Core/Framework/App/MessageHandler/RotateAppSecretHandler.php
|
||||
Framework/App/MessageHandler/RotateAppSecretHandler.php
|
||||
App/MessageHandler/RotateAppSecretHandler.php
|
||||
MessageHandler/RotateAppSecretHandler.php
|
||||
RotateAppSecretHandler.php
|
||||
src/Core/Framework/App/Manifest/ModuleLoader.php
|
||||
Core/Framework/App/Manifest/ModuleLoader.php
|
||||
Framework/App/Manifest/ModuleLoader.php
|
||||
|
|
@ -124971,6 +125102,18 @@ App/Context/Gateway/AppContextGatewayResponse.php
|
|||
Context/Gateway/AppContextGatewayResponse.php
|
||||
Gateway/AppContextGatewayResponse.php
|
||||
AppContextGatewayResponse.php
|
||||
src/Core/Framework/App/DeletedApps/RememberDeletedAppsSecretSubscriber.php
|
||||
Core/Framework/App/DeletedApps/RememberDeletedAppsSecretSubscriber.php
|
||||
Framework/App/DeletedApps/RememberDeletedAppsSecretSubscriber.php
|
||||
App/DeletedApps/RememberDeletedAppsSecretSubscriber.php
|
||||
DeletedApps/RememberDeletedAppsSecretSubscriber.php
|
||||
RememberDeletedAppsSecretSubscriber.php
|
||||
src/Core/Framework/App/DeletedApps/DeletedAppsGateway.php
|
||||
Core/Framework/App/DeletedApps/DeletedAppsGateway.php
|
||||
Framework/App/DeletedApps/DeletedAppsGateway.php
|
||||
App/DeletedApps/DeletedAppsGateway.php
|
||||
DeletedApps/DeletedAppsGateway.php
|
||||
DeletedAppsGateway.php
|
||||
src/Core/Framework/App/AppLocaleProvider.php
|
||||
Core/Framework/App/AppLocaleProvider.php
|
||||
Framework/App/AppLocaleProvider.php
|
||||
|
|
@ -125316,6 +125459,12 @@ Framework/App/Api/AppActionController.php
|
|||
App/Api/AppActionController.php
|
||||
Api/AppActionController.php
|
||||
AppActionController.php
|
||||
src/Core/Framework/App/Api/AppSecretRotationController.php
|
||||
Core/Framework/App/Api/AppSecretRotationController.php
|
||||
Framework/App/Api/AppSecretRotationController.php
|
||||
App/Api/AppSecretRotationController.php
|
||||
Api/AppSecretRotationController.php
|
||||
AppSecretRotationController.php
|
||||
src/Core/Framework/App/Api/AppJWTGenerateRoute.php
|
||||
Core/Framework/App/Api/AppJWTGenerateRoute.php
|
||||
Framework/App/Api/AppJWTGenerateRoute.php
|
||||
|
|
@ -125627,6 +125776,12 @@ Framework/App/Command/ChangeShopIdCommand.php
|
|||
App/Command/ChangeShopIdCommand.php
|
||||
Command/ChangeShopIdCommand.php
|
||||
ChangeShopIdCommand.php
|
||||
src/Core/Framework/App/Command/RotateAppSecretCommand.php
|
||||
Core/Framework/App/Command/RotateAppSecretCommand.php
|
||||
Framework/App/Command/RotateAppSecretCommand.php
|
||||
App/Command/RotateAppSecretCommand.php
|
||||
Command/RotateAppSecretCommand.php
|
||||
RotateAppSecretCommand.php
|
||||
src/Core/Framework/App/Command/DeactivateAppCommand.php
|
||||
Core/Framework/App/Command/DeactivateAppCommand.php
|
||||
Framework/App/Command/DeactivateAppCommand.php
|
||||
|
|
@ -134998,6 +135153,11 @@ Framework/Webhook/Event/PreWebhooksDispatchEvent.php
|
|||
Webhook/Event/PreWebhooksDispatchEvent.php
|
||||
Event/PreWebhooksDispatchEvent.php
|
||||
PreWebhooksDispatchEvent.php
|
||||
src/Core/Framework/Webhook/WebhookFailureStrategy.php
|
||||
Core/Framework/Webhook/WebhookFailureStrategy.php
|
||||
Framework/Webhook/WebhookFailureStrategy.php
|
||||
Webhook/WebhookFailureStrategy.php
|
||||
WebhookFailureStrategy.php
|
||||
src/Core/Framework/Webhook/WebhookDispatcher.php
|
||||
Core/Framework/Webhook/WebhookDispatcher.php
|
||||
Framework/Webhook/WebhookDispatcher.php
|
||||
|
|
@ -140575,6 +140735,11 @@ Core/Migration/V6_6/Migration1696515133AddCheckoutGatewayUrl.php
|
|||
Migration/V6_6/Migration1696515133AddCheckoutGatewayUrl.php
|
||||
V6_6/Migration1696515133AddCheckoutGatewayUrl.php
|
||||
Migration1696515133AddCheckoutGatewayUrl.php
|
||||
src/Core/Migration/V6_6/Migration1765983627CreateDeletedAppsTable.php
|
||||
Core/Migration/V6_6/Migration1765983627CreateDeletedAppsTable.php
|
||||
Migration/V6_6/Migration1765983627CreateDeletedAppsTable.php
|
||||
V6_6/Migration1765983627CreateDeletedAppsTable.php
|
||||
Migration1765983627CreateDeletedAppsTable.php
|
||||
src/Core/Migration/V6_6/Migration1735112885AddDefaultSearchResultSorting.php
|
||||
Core/Migration/V6_6/Migration1735112885AddDefaultSearchResultSorting.php
|
||||
Migration/V6_6/Migration1735112885AddDefaultSearchResultSorting.php
|
||||
|
|
@ -140985,6 +141150,11 @@ Core/Migration/V6_7/Migration1762246952IncreaseKgDisplayPrecision.php
|
|||
Migration/V6_7/Migration1762246952IncreaseKgDisplayPrecision.php
|
||||
V6_7/Migration1762246952IncreaseKgDisplayPrecision.php
|
||||
Migration1762246952IncreaseKgDisplayPrecision.php
|
||||
src/Core/Migration/V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRule.php
|
||||
Core/Migration/V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRule.php
|
||||
Migration/V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRule.php
|
||||
V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRule.php
|
||||
Migration1772178695ChangeProductExportProductStreamDeleteRule.php
|
||||
src/Core/Migration/V6_7/Migration1728040170AddPrimaryOrderTransaction.php
|
||||
Core/Migration/V6_7/Migration1728040170AddPrimaryOrderTransaction.php
|
||||
Migration/V6_7/Migration1728040170AddPrimaryOrderTransaction.php
|
||||
|
|
@ -141045,6 +141215,11 @@ Core/Migration/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystem.php
|
|||
Migration/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystem.php
|
||||
V6_7/Migration1745319883AddDefaultConfigForMeasurementSystem.php
|
||||
Migration1745319883AddDefaultConfigForMeasurementSystem.php
|
||||
src/Core/Migration/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraint.php
|
||||
Core/Migration/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraint.php
|
||||
Migration/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraint.php
|
||||
V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraint.php
|
||||
Migration1773322284ChangeDocumentReferencedDocumentIdConstraint.php
|
||||
src/Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
||||
Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
||||
Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
||||
|
|
|
|||
|
|
@ -6524,6 +6524,7 @@ tests/unit/Core/Checkout/Cart/TaxProvider/_fixtures/TestEmptyTaxProvider.php
|
|||
tests/unit/Core/Checkout/Cart/TaxProvider/_fixtures/TestGenericExceptionTaxProvider.php
|
||||
tests/unit/Core/Checkout/Cart/TaxProvider/_fixtures/TestConstantTaxRateProvider.php
|
||||
tests/unit/Core/Checkout/Cart/TaxProvider/TaxProviderProcessorTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartExceptionTest.php
|
||||
tests/unit/Core/Checkout/Cart/CreditCartProcessorTest.php
|
||||
tests/unit/Core/Checkout/Cart/Facade/ItemFacadeTest.php
|
||||
|
|
@ -6538,6 +6539,7 @@ tests/unit/Core/Checkout/Cart/Facade/StatesFacadeTest.php
|
|||
tests/unit/Core/Checkout/Cart/Facade/DiscountFacadeTest.php
|
||||
tests/unit/Core/Checkout/Cart/Facade/CartPriceFacadeTest.php
|
||||
tests/unit/Core/Checkout/Cart/Cleanup/CleanupCartTaskHandlerTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartCompressorTest.php
|
||||
tests/unit/Core/Checkout/Cart/LineItemFactoryHandler/PromotionLineItemFactoryTest.php
|
||||
tests/unit/Core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactoryTest.php
|
||||
|
|
@ -6554,13 +6556,11 @@ tests/unit/Core/Checkout/Cart/Address/Error/ShippingAddressCountryRegionMissingE
|
|||
tests/unit/Core/Checkout/Cart/Address/Error/AddressValidationErrorTest.php
|
||||
tests/unit/Core/Checkout/Cart/Address/Error/SalutationMissingErrorTest.php
|
||||
tests/unit/Core/Checkout/Cart/Address/Error/CountryRegionMissingErrorTest.php
|
||||
tests/unit/Core/Checkout/Cart/ValidatorTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartBehaviorTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/RecalculationServiceTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/CartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/CartTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/ErrorCollectionTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/Stubs/CartOrderConversionStub.php
|
||||
tests/unit/Core/Checkout/Cart/Order/ValidatorTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/OrderConverterTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/Transformer/TransactionTransformerTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/Transformer/CartTransformerTest.php
|
||||
|
|
@ -6571,7 +6571,6 @@ tests/unit/Core/Checkout/Cart/Order/LineItemDownloadLoaderTest.php
|
|||
tests/unit/Core/Checkout/Cart/Order/TestError.php
|
||||
tests/unit/Core/Checkout/Cart/Order/Api/OrderConverterControllerTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/OrderPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/RedisCartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartFactoryTest.php
|
||||
tests/unit/Core/Checkout/Cart/LineItemFactoryRegistryTest.php
|
||||
tests/unit/Core/Checkout/Cart/Event/SalesChannelContextAssembledEventTest.php
|
||||
|
|
@ -6704,6 +6703,7 @@ tests/unit/Core/Checkout/Cart/SalesChannel/CartItemRemoveRouteTest.php
|
|||
tests/unit/Core/Checkout/Cart/Exception/TaxProviderExceptionsTest.php
|
||||
tests/unit/Core/Checkout/Cart/Error/ErrorCollectionTest.php
|
||||
tests/unit/Core/Checkout/Cart/Error/ErrorTest.php
|
||||
tests/unit/Core/Checkout/Cart/RedisCartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Gateway/CheckoutGatewayExceptionTest.php
|
||||
tests/unit/Core/Checkout/Gateway/CheckoutGatewayResponseTest.php
|
||||
tests/unit/Core/Checkout/Gateway/SalesChannel/CheckoutGatewayRouteTest.php
|
||||
|
|
@ -7320,6 +7320,8 @@ tests/unit/Core/Framework/Update/Services/ApiClientTest.php
|
|||
tests/unit/Core/Framework/Update/Services/UpdateHtaccessTest.php
|
||||
tests/unit/Core/Framework/App/InAppPurchases/Payload/InAppPurchasesPayloadServiceTest.php
|
||||
tests/unit/Core/Framework/App/InAppPurchases/Gateway/InAppPurchasesGatewayTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/PermissionLifecycleServiceTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/ScriptFileReaderTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/AppLoaderTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/AppLifecycleTest.php
|
||||
|
|
@ -7333,10 +7335,10 @@ tests/unit/Core/Framework/App/Lifecycle/AppRegistrationServiceTest.php
|
|||
tests/unit/Core/Framework/App/Lifecycle/AppLifecycleIteratorTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/TaxProviderPersisterTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/ShippingMethodPersisterTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/ModulePersisterTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/_fixtures/manifest_basic.xml
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/_fixtures/update_basic.xml
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/FlowEventPersisterTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/PermissionPersisterTest.php
|
||||
tests/unit/Core/Framework/App/Lifecycle/Persister/TemplatePersisterTest.php
|
||||
tests/unit/Core/Framework/App/Cms/Xml/BlockTest.php
|
||||
tests/unit/Core/Framework/App/TaxProvider/Payload/TaxProviderPayloadServiceTest.php
|
||||
|
|
@ -7483,13 +7485,16 @@ tests/unit/Core/Framework/App/Payment/Response/RefundResponseTest.php
|
|||
tests/unit/Core/Framework/App/Context/Payload/AppContextGatewayPayloadServiceTest.php
|
||||
tests/unit/Core/Framework/App/Context/Gateway/AppContextGatewayResponseTest.php
|
||||
tests/unit/Core/Framework/App/Context/Gateway/AppContextGatewayTest.php
|
||||
tests/unit/Core/Framework/App/DeletedApps/RememberDeletedAppsSecretSubscriberTest.php
|
||||
tests/unit/Core/Framework/App/Template/TemplateLoaderTest.php
|
||||
tests/unit/Core/Framework/App/AppDownloaderTest.php
|
||||
tests/unit/Core/Framework/App/Permission/UtilsTest.php
|
||||
tests/unit/Core/Framework/App/MessageQueue/RotateAppSecretHandlerTest.php
|
||||
tests/unit/Core/Framework/App/Hmac/QuerySignerTest.php
|
||||
tests/unit/Core/Framework/App/Api/ShopIdControllerTest.php
|
||||
tests/unit/Core/Framework/App/Api/AppJWTGenerateRouteTest.php
|
||||
tests/unit/Core/Framework/App/Api/AppPrivilegeControllerTest.php
|
||||
tests/unit/Core/Framework/App/Api/AppSecretRotationControllerTest.php
|
||||
tests/unit/Core/Framework/App/Flow/Action/Xml/ActionTest.php
|
||||
tests/unit/Core/Framework/App/Flow/Action/Xml/ParameterTest.php
|
||||
tests/unit/Core/Framework/App/Flow/Action/Xml/MetadataTest.php
|
||||
|
|
@ -7513,6 +7518,7 @@ tests/unit/Core/Framework/App/Command/CheckShopIdCommandTest.php
|
|||
tests/unit/Core/Framework/App/Command/CreateAppCommandTest.php
|
||||
tests/unit/Core/Framework/App/Command/_fixtures/create-app-project/.gitkeep
|
||||
tests/unit/Core/Framework/App/Command/AppListCommandTest.php
|
||||
tests/unit/Core/Framework/App/Command/RotateAppSecretCommandTest.php
|
||||
tests/unit/Core/Framework/App/ActiveAppsLoaderTest.php
|
||||
tests/unit/Core/Framework/Uuid/UuidTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/DefinitionValidatorTest.php
|
||||
|
|
@ -8356,6 +8362,7 @@ tests/migration/Core/V6_6/Migration1714659357CanonicalProductVersionTest.php
|
|||
tests/migration/Core/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNoteTest.php
|
||||
tests/migration/Core/V6_6/Migration1723193659UpdateVatPatternForCountryTest.php
|
||||
tests/migration/Core/V6_6/Migration1718615305AddEuToCountryTableTest.php
|
||||
tests/migration/Core/V6_6/Migration1765983627CreateDeletedAppsTableTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
tests/migration/Core/V6_6/Migration1703850843FixSearchConfigTest.php
|
||||
tests/migration/Core/V6_6/Migration1671723392AddWebhookLifetimeConfigTest.php
|
||||
|
|
@ -8468,6 +8475,7 @@ tests/migration/Core/V6_7/Migration1728040169AddPrimaryOrderDeliveryTest.php
|
|||
tests/migration/Core/V6_7/Migration1767611523UpdateUnitPriceOrderDeliveryPositionTest.php
|
||||
tests/migration/Core/V6_7/Migration1764580028AddAltAttributeToOrderConfirmationMailImagesTest.php
|
||||
tests/migration/Core/V6_7/Migration1763544592UpdateGroupRegistrationMailTemplatesTest.php
|
||||
tests/migration/Core/V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRuleTest.php
|
||||
tests/migration/Core/V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
|
||||
tests/migration/Core/V6_7/Migration1754295570DocumentActivateReturnAddressTest.php
|
||||
tests/migration/Core/V6_7/Migration1742563555AddNotificationTableTest.php
|
||||
|
|
@ -8509,6 +8517,7 @@ tests/migration/Core/V6_7/Migration1742897274RegistrationSalutationToggleConfigT
|
|||
tests/migration/Core/V6_7/Migration1763125891AddProductTypeColumnTest.php
|
||||
tests/migration/Core/V6_7/Migration1763316536ChangeProductManufacturerLinkTest.php
|
||||
tests/migration/Core/V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
tests/migration/Core/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraintTest.php
|
||||
tests/migration/Core/CreateMailTemplateTraitTest.php
|
||||
tests/migration/Core/MigrationCommandTest.php
|
||||
tests/migration/Translations.php
|
||||
|
|
@ -9212,6 +9221,7 @@ tests/integration/Core/Framework/Language/LanguageValidatorTest.php
|
|||
tests/integration/Core/Framework/App/AppUrlChangeResolver/ReinstallAppsStrategyTest.php
|
||||
tests/integration/Core/Framework/App/AppUrlChangeResolver/MoveShopPermanentlyStrategyTest.php
|
||||
tests/integration/Core/Framework/App/AppUrlChangeResolver/UninstallAppsStrategyTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/AppSecretRotationServiceTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/WebhookPersisterTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/Registration/PrivateHandshakeTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/Registration/StoreHandshakeTest.php
|
||||
|
|
@ -9220,6 +9230,7 @@ tests/integration/Core/Framework/App/Lifecycle/Registration/_fixtures/no-setup/m
|
|||
tests/integration/Core/Framework/App/Lifecycle/Registration/HandshakeFactoryTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/Registration/AppRegistrationServiceTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/AppLoaderTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/FlowActionPersisterTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/AppLifecycleTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/withFlowActions/Resources/flow-action-v2.xml
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/withFlowActions/Resources/flow-action-v3.xml
|
||||
|
|
@ -9229,6 +9240,7 @@ tests/integration/Core/Framework/App/Lifecycle/_fixtures/shippingMethodUpdateNam
|
|||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/ShippingMethodActiveFlagUpdate/test/manifest.xml
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/store_zips/swagApp2.zip
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/store_zips/swagApp2_new_permission.zip
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/withFlowExtensionV2/Resources/flow.xml
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/cms/expectedSecondCmsBlock.json
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/cms/expectedFirstCmsBlock.json
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/withoutDescription/Resources/views/administration/index.html.twig
|
||||
|
|
@ -9258,6 +9270,7 @@ tests/integration/Core/Framework/App/Lifecycle/_fixtures/withInvalidConfig/Resou
|
|||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/withInvalidConfig/Resources/views/administration/index.html.twig
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/withInvalidConfig/Resources/views/storefront/layout/header/logo.html.twig
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/withInvalidConfig/manifest.xml
|
||||
tests/integration/Core/Framework/App/Lifecycle/_fixtures/withFlowExtensionV3/Resources/flow.xml
|
||||
tests/integration/Core/Framework/App/Lifecycle/Update/DefaultAppUpdaterTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/Persister/ScriptPersisterTest.php
|
||||
tests/integration/Core/Framework/App/Lifecycle/Persister/ShippingMethodPersisterTest.php
|
||||
|
|
@ -9372,6 +9385,7 @@ tests/integration/Core/Framework/App/Payment/AppRefundHandlerTest.php
|
|||
tests/integration/Core/Framework/App/Payment/AppPreparedPaymentHandlerTest.php
|
||||
tests/integration/Core/Framework/App/Context/Gateway/AppContextGatewayTest.php
|
||||
tests/integration/Core/Framework/App/Context/_fixtures/testGateway/manifest.xml
|
||||
tests/integration/Core/Framework/App/DeletedApps/DeletedAppsGatewayTest.php
|
||||
tests/integration/Core/Framework/App/AppExtractorTest.php
|
||||
tests/integration/Core/Framework/App/AppStateServiceTest.php
|
||||
tests/integration/Core/Framework/App/Subscriber/AppLoadedSubscriberTest.php
|
||||
|
|
@ -18597,6 +18611,8 @@ src/Core/Framework/App/InAppPurchases/Event/InAppPurchasesGatewayEvent.php
|
|||
src/Core/Framework/App/InAppPurchases/Gateway/InAppPurchasesGateway.php
|
||||
src/Core/Framework/App/InAppPurchases/Response/InAppPurchasesResponse.php
|
||||
src/Core/Framework/App/Lifecycle/AbstractAppLifecycle.php
|
||||
src/Core/Framework/App/Lifecycle/PermissionLifecycleService.php
|
||||
src/Core/Framework/App/Lifecycle/AppSecretRotationService.php
|
||||
src/Core/Framework/App/Lifecycle/ScriptFileReader.php
|
||||
src/Core/Framework/App/Lifecycle/Registration/HandshakeFactory.php
|
||||
src/Core/Framework/App/Lifecycle/Registration/PrivateHandshake.php
|
||||
|
|
@ -18609,6 +18625,7 @@ src/Core/Framework/App/Lifecycle/Update/AppUpdater.php
|
|||
src/Core/Framework/App/Lifecycle/Update/AbstractAppUpdater.php
|
||||
src/Core/Framework/App/Lifecycle/AppLifecycle.php
|
||||
src/Core/Framework/App/Lifecycle/AppLifecycleIterator.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/PersisterInterface.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/ShippingMethodPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/TemplatePersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/ActionButtonPersister.php
|
||||
|
|
@ -18616,12 +18633,13 @@ src/Core/Framework/App/Lifecycle/Persister/FlowEventPersister.php
|
|||
src/Core/Framework/App/Lifecycle/Persister/CmsBlockPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/WebhookPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/PaymentMethodPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/PermissionPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/TaxProviderPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/RuleConditionPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/ScriptPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/CustomFieldPersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/ModulePersister.php
|
||||
src/Core/Framework/App/Lifecycle/Persister/FlowActionPersister.php
|
||||
src/Core/Framework/App/Lifecycle/AppLifecycleContext.php
|
||||
src/Core/Framework/App/Lifecycle/Parameters/AppInstallParameters.php
|
||||
src/Core/Framework/App/Lifecycle/Parameters/AppUpdateParameters.php
|
||||
src/Core/Framework/App/AppEvents.php
|
||||
|
|
@ -18644,6 +18662,7 @@ src/Core/Framework/App/Source/NoDatabaseSourceResolver.php
|
|||
src/Core/Framework/App/Source/Local.php
|
||||
src/Core/Framework/App/Source/SourceResolver.php
|
||||
src/Core/Framework/App/Source/Source.php
|
||||
src/Core/Framework/App/Message/RotateAppSecretMessage.php
|
||||
src/Core/Framework/App/Privileges/Utils.php
|
||||
src/Core/Framework/App/Privileges/Privileges.php
|
||||
src/Core/Framework/App/Telemetry/AppTelemetrySubscriber.php
|
||||
|
|
@ -18667,6 +18686,7 @@ src/Core/Framework/App/ShopIdChangeResolver/UninstallAppsStrategy.php
|
|||
src/Core/Framework/App/AppService.php
|
||||
src/Core/Framework/App/Cookie/AppCookieCollectListener.php
|
||||
src/Core/Framework/App/AppCollection.php
|
||||
src/Core/Framework/App/MessageHandler/RotateAppSecretHandler.php
|
||||
src/Core/Framework/App/Manifest/ModuleLoader.php
|
||||
src/Core/Framework/App/Manifest/Manifest.php
|
||||
src/Core/Framework/App/Manifest/Schema/manifest-2.0.xsd
|
||||
|
|
@ -18801,6 +18821,8 @@ src/Core/Framework/App/Payment/Response/CheckoutGatewayResponse.php
|
|||
src/Core/Framework/App/Context/Payload/AppContextGatewayPayloadService.php
|
||||
src/Core/Framework/App/Context/Gateway/AppContextGateway.php
|
||||
src/Core/Framework/App/Context/Gateway/AppContextGatewayResponse.php
|
||||
src/Core/Framework/App/DeletedApps/RememberDeletedAppsSecretSubscriber.php
|
||||
src/Core/Framework/App/DeletedApps/DeletedAppsGateway.php
|
||||
src/Core/Framework/App/AppLocaleProvider.php
|
||||
src/Core/Framework/App/AppDownloader.php
|
||||
src/Core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php
|
||||
|
|
@ -18853,6 +18875,7 @@ src/Core/Framework/App/Hmac/Guzzle/AuthMiddleware.php
|
|||
src/Core/Framework/App/Hmac/QuerySigner.php
|
||||
src/Core/Framework/App/Api/AppPrivilegeController.php
|
||||
src/Core/Framework/App/Api/AppActionController.php
|
||||
src/Core/Framework/App/Api/AppSecretRotationController.php
|
||||
src/Core/Framework/App/Api/AppJWTGenerateRoute.php
|
||||
src/Core/Framework/App/Api/ShopIdController.php
|
||||
src/Core/Framework/App/Api/AppCmsController.php
|
||||
|
|
@ -18901,6 +18924,7 @@ src/Core/Framework/App/Command/AbstractAppActivationCommand.php
|
|||
src/Core/Framework/App/Command/AppListCommand.php
|
||||
src/Core/Framework/App/Command/ValidateAppCommand.php
|
||||
src/Core/Framework/App/Command/ChangeShopIdCommand.php
|
||||
src/Core/Framework/App/Command/RotateAppSecretCommand.php
|
||||
src/Core/Framework/App/Command/DeactivateAppCommand.php
|
||||
src/Core/Framework/App/Command/ActivateAppCommand.php
|
||||
src/Core/Framework/App/Command/RefreshAppCommand.php
|
||||
|
|
@ -20209,6 +20233,7 @@ src/Core/Framework/Webhook/BusinessEventEncoder.php
|
|||
src/Core/Framework/Webhook/Webhook.php
|
||||
src/Core/Framework/Webhook/Handler/WebhookEventMessageHandler.php
|
||||
src/Core/Framework/Webhook/Event/PreWebhooksDispatchEvent.php
|
||||
src/Core/Framework/Webhook/WebhookFailureStrategy.php
|
||||
src/Core/Framework/Webhook/WebhookDispatcher.php
|
||||
src/Core/Framework/Webhook/WebhookDefinition.php
|
||||
src/Core/Framework/Webhook/Subscriber/RetryWebhookMessageFailedSubscriber.php
|
||||
|
|
@ -21229,6 +21254,7 @@ src/Core/Migration/V6_6/Migration1702982372FixProductCrossSellingSortByPrice.php
|
|||
src/Core/Migration/V6_6/Migration1736154963FixCyprusVatIdPattern.php
|
||||
src/Core/Migration/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNote.php
|
||||
src/Core/Migration/V6_6/Migration1696515133AddCheckoutGatewayUrl.php
|
||||
src/Core/Migration/V6_6/Migration1765983627CreateDeletedAppsTable.php
|
||||
src/Core/Migration/V6_6/Migration1735112885AddDefaultSearchResultSorting.php
|
||||
src/Core/Migration/V6_6/Migration1701677136RemovePluginChangelogField.php
|
||||
src/Core/Migration/V6_6/Migration1721811224AddInAppPurchaseGatewayUrl.php
|
||||
|
|
@ -21311,6 +21337,7 @@ src/Core/Migration/V6_7/Migration1768986102AddInternalColumnToProductStream.php
|
|||
src/Core/Migration/V6_7/Migration1764064756AddCustomFieldSearchable.php
|
||||
src/Core/Migration/V6_7/Migration1726135997CreateMessengerStatsTable.php
|
||||
src/Core/Migration/V6_7/Migration1762246952IncreaseKgDisplayPrecision.php
|
||||
src/Core/Migration/V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRule.php
|
||||
src/Core/Migration/V6_7/Migration1728040170AddPrimaryOrderTransaction.php
|
||||
src/Core/Migration/V6_7/Migration1768545321RevocationRequestFlow.php
|
||||
src/Core/Migration/V6_7/Migration1756068710FixCustomerAddressLastNameLength.php
|
||||
|
|
@ -21323,6 +21350,7 @@ src/Core/Migration/V6_7/Migration1740321707SetAutoplayTimeoutAndSpeedSettingsFor
|
|||
src/Core/Migration/V6_7/Migration1767604966UpdateTotalPriceOrderDeliveryPosition.php
|
||||
src/Core/Migration/V6_7/Migration1746176773AddIntegrationIdStateHistory.php
|
||||
src/Core/Migration/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystem.php
|
||||
src/Core/Migration/V6_7/Migration1773322284ChangeDocumentReferencedDocumentIdConstraint.php
|
||||
src/Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
||||
src/Core/Migration/V6_7/Migration1764064757SetSearchableForExistingCustomFieldsInProductSearch.php
|
||||
src/Core/Migration/V6_7/Migration1770621743CopyUsageDataConsentState.php
|
||||
|
|
|
|||
|
|
@ -2064,9 +2064,6 @@ Vagrantfile
|
|||
.dockerignore
|
||||
install.sh
|
||||
.env.docker
|
||||
resources/macros/macros.php
|
||||
macros/macros.php
|
||||
macros.php
|
||||
resources/assets/less/mixins.less
|
||||
assets/less/mixins.less
|
||||
less/mixins.less
|
||||
|
|
@ -39353,9 +39350,6 @@ UserCannotSwitchCompaniesIfItemsAssigned.php
|
|||
app/Rules/UrlEncrypted.php
|
||||
Rules/UrlEncrypted.php
|
||||
UrlEncrypted.php
|
||||
app/Providers/MacroServiceProvider.php
|
||||
Providers/MacroServiceProvider.php
|
||||
MacroServiceProvider.php
|
||||
app/Providers/BladeServiceProvider.php
|
||||
Providers/BladeServiceProvider.php
|
||||
BladeServiceProvider.php
|
||||
|
|
|
|||
|
|
@ -485,7 +485,6 @@ Vagrantfile
|
|||
.dockerignore
|
||||
install.sh
|
||||
.env.docker
|
||||
resources/macros/macros.php
|
||||
resources/assets/less/mixins.less
|
||||
resources/assets/less/variables.less
|
||||
resources/assets/less/bootstrap-less/mixins.less
|
||||
|
|
@ -7476,7 +7475,6 @@ app/Rules/IPv4Encrypted.php
|
|||
app/Rules/BooleanEncrypted.php
|
||||
app/Rules/UserCannotSwitchCompaniesIfItemsAssigned.php
|
||||
app/Rules/UrlEncrypted.php
|
||||
app/Providers/MacroServiceProvider.php
|
||||
app/Providers/BladeServiceProvider.php
|
||||
app/Providers/AuthServiceProvider.php
|
||||
app/Providers/SettingsServiceProvider.php
|
||||
|
|
|
|||
|
|
@ -3975,6 +3975,14 @@ tribes/group/interceptors/TestEncryptInterceptor.java
|
|||
group/interceptors/TestEncryptInterceptor.java
|
||||
interceptors/TestEncryptInterceptor.java
|
||||
TestEncryptInterceptor.java
|
||||
test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorAlgorithms.java
|
||||
org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorAlgorithms.java
|
||||
apache/catalina/tribes/group/interceptors/TestEncryptInterceptorAlgorithms.java
|
||||
catalina/tribes/group/interceptors/TestEncryptInterceptorAlgorithms.java
|
||||
tribes/group/interceptors/TestEncryptInterceptorAlgorithms.java
|
||||
group/interceptors/TestEncryptInterceptorAlgorithms.java
|
||||
interceptors/TestEncryptInterceptorAlgorithms.java
|
||||
TestEncryptInterceptorAlgorithms.java
|
||||
test/org/apache/catalina/tribes/group/interceptors/TestNonBlockingCoordinator.java
|
||||
org/apache/catalina/tribes/group/interceptors/TestNonBlockingCoordinator.java
|
||||
apache/catalina/tribes/group/interceptors/TestNonBlockingCoordinator.java
|
||||
|
|
|
|||
|
|
@ -625,6 +625,7 @@ test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorLargeHe
|
|||
test/org/apache/catalina/tribes/group/interceptors/TestDomainFilterInterceptor.java
|
||||
test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java
|
||||
test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptor.java
|
||||
test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorAlgorithms.java
|
||||
test/org/apache/catalina/tribes/group/interceptors/TestNonBlockingCoordinator.java
|
||||
test/org/apache/catalina/tribes/group/interceptors/TestTcpFailureDetector.java
|
||||
test/org/apache/catalina/tribes/group/interceptors/EncryptionInterceptorBaseTest.java
|
||||
|
|
|
|||
|
|
@ -35,6 +35,18 @@ TestDataComposer.cs
|
|||
tests/Umbraco.TestData/LoadTestController.cs
|
||||
Umbraco.TestData/LoadTestController.cs
|
||||
LoadTestController.cs
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/Segments/CultureSpecificSegmentValidation.spec.ts
|
||||
Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/Segments/CultureSpecificSegmentValidation.spec.ts
|
||||
tests/ExtensionRegistry/Segments/CultureSpecificSegmentValidation.spec.ts
|
||||
ExtensionRegistry/Segments/CultureSpecificSegmentValidation.spec.ts
|
||||
Segments/CultureSpecificSegmentValidation.spec.ts
|
||||
CultureSpecificSegmentValidation.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/Segments/ContentWithSegments.spec.ts
|
||||
Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/Segments/ContentWithSegments.spec.ts
|
||||
tests/ExtensionRegistry/Segments/ContentWithSegments.spec.ts
|
||||
ExtensionRegistry/Segments/ContentWithSegments.spec.ts
|
||||
Segments/ContentWithSegments.spec.ts
|
||||
ContentWithSegments.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/WorkspaceView.spec.ts
|
||||
Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/WorkspaceView.spec.ts
|
||||
tests/ExtensionRegistry/WorkspaceView.spec.ts
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ tests/Umbraco.TestData/LoadTestComposer.cs
|
|||
tests/Umbraco.TestData/UmbracoTestDataController.cs
|
||||
tests/Umbraco.TestData/TestDataComposer.cs
|
||||
tests/Umbraco.TestData/LoadTestController.cs
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/Segments/CultureSpecificSegmentValidation.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/Segments/ContentWithSegments.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/WorkspaceView.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/ReadOnlyGuardRules.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/CollectionView.spec.ts
|
||||
|
|
|
|||
|
|
@ -3545,10 +3545,10 @@ plugins/woocommerce/changelog/62892-wooplug-6129-iapi-cart-store-refresh-cart-on
|
|||
woocommerce/changelog/62892-wooplug-6129-iapi-cart-store-refresh-cart-on-page-load-and-store-fresh
|
||||
changelog/62892-wooplug-6129-iapi-cart-store-refresh-cart-on-page-load-and-store-fresh
|
||||
62892-wooplug-6129-iapi-cart-store-refresh-cart-on-page-load-and-store-fresh
|
||||
plugins/woocommerce/changelog/63535-wooplug-6375-add-to-cart-options-cant-add-two-different-variations-if
|
||||
woocommerce/changelog/63535-wooplug-6375-add-to-cart-options-cant-add-two-different-variations-if
|
||||
changelog/63535-wooplug-6375-add-to-cart-options-cant-add-two-different-variations-if
|
||||
63535-wooplug-6375-add-to-cart-options-cant-add-two-different-variations-if
|
||||
plugins/woocommerce/changelog/add-placeholder-products-email-editor
|
||||
woocommerce/changelog/add-placeholder-products-email-editor
|
||||
changelog/add-placeholder-products-email-editor
|
||||
add-placeholder-products-email-editor
|
||||
plugins/woocommerce/changelog/fix-56511-deprecated-refund-hook-names
|
||||
woocommerce/changelog/fix-56511-deprecated-refund-hook-names
|
||||
changelog/fix-56511-deprecated-refund-hook-names
|
||||
|
|
@ -3561,6 +3561,14 @@ plugins/woocommerce/changelog/fix-58985
|
|||
woocommerce/changelog/fix-58985
|
||||
changelog/fix-58985
|
||||
fix-58985
|
||||
plugins/woocommerce/changelog/63396-fix-issue-63394
|
||||
woocommerce/changelog/63396-fix-issue-63394
|
||||
changelog/63396-fix-issue-63394
|
||||
63396-fix-issue-63394
|
||||
plugins/woocommerce/changelog/fix-63574-wrong-escaping-in-image-alt-in-cart
|
||||
woocommerce/changelog/fix-63574-wrong-escaping-in-image-alt-in-cart
|
||||
changelog/fix-63574-wrong-escaping-in-image-alt-in-cart
|
||||
fix-63574-wrong-escaping-in-image-alt-in-cart
|
||||
plugins/woocommerce/changelog/fix-flat-rate-shipping-math-expression-validation
|
||||
woocommerce/changelog/fix-flat-rate-shipping-math-expression-validation
|
||||
changelog/fix-flat-rate-shipping-math-expression-validation
|
||||
|
|
@ -3593,10 +3601,6 @@ plugins/woocommerce/changelog/fix-wooprd-2567-pos-store-name-skip-initial-save
|
|||
woocommerce/changelog/fix-wooprd-2567-pos-store-name-skip-initial-save
|
||||
changelog/fix-wooprd-2567-pos-store-name-skip-initial-save
|
||||
fix-wooprd-2567-pos-store-name-skip-initial-save
|
||||
plugins/woocommerce/changelog/fix-63635
|
||||
woocommerce/changelog/fix-63635
|
||||
changelog/fix-63635
|
||||
fix-63635
|
||||
plugins/woocommerce/changelog/fix-31404
|
||||
woocommerce/changelog/fix-31404
|
||||
changelog/fix-31404
|
||||
|
|
@ -3649,6 +3653,10 @@ plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5
|
|||
woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5
|
||||
changelog/performance-63118-reduce-sqls-number-iteration-5
|
||||
performance-63118-reduce-sqls-number-iteration-5
|
||||
plugins/woocommerce/changelog/pr-63589
|
||||
woocommerce/changelog/pr-63589
|
||||
changelog/pr-63589
|
||||
pr-63589
|
||||
plugins/woocommerce/changelog/woomob-2161-pos-bookings-receipts
|
||||
woocommerce/changelog/woomob-2161-pos-bookings-receipts
|
||||
changelog/woomob-2161-pos-bookings-receipts
|
||||
|
|
@ -3693,6 +3701,10 @@ plugins/woocommerce/changelog/update-WOOPLUG-6337-marketing-overview-channels-li
|
|||
woocommerce/changelog/update-WOOPLUG-6337-marketing-overview-channels-list
|
||||
changelog/update-WOOPLUG-6337-marketing-overview-channels-list
|
||||
update-WOOPLUG-6337-marketing-overview-channels-list
|
||||
plugins/woocommerce/changelog/rest-api-v4-orders-cache-priming
|
||||
woocommerce/changelog/rest-api-v4-orders-cache-priming
|
||||
changelog/rest-api-v4-orders-cache-priming
|
||||
rest-api-v4-orders-cache-priming
|
||||
plugins/woocommerce/changelog/62963-fix-issue-62709
|
||||
woocommerce/changelog/62963-fix-issue-62709
|
||||
changelog/62963-fix-issue-62709
|
||||
|
|
@ -3705,10 +3717,6 @@ plugins/woocommerce/changelog/e2e-pw-ts-conversion-08
|
|||
woocommerce/changelog/e2e-pw-ts-conversion-08
|
||||
changelog/e2e-pw-ts-conversion-08
|
||||
e2e-pw-ts-conversion-08
|
||||
plugins/woocommerce/changelog/fix-wooplug-6189-gateway-ordering
|
||||
woocommerce/changelog/fix-wooplug-6189-gateway-ordering
|
||||
changelog/fix-wooplug-6189-gateway-ordering
|
||||
fix-wooplug-6189-gateway-ordering
|
||||
plugins/woocommerce/changelog/fix-63486-dashboard-status-widget-contrast
|
||||
woocommerce/changelog/fix-63486-dashboard-status-widget-contrast
|
||||
changelog/fix-63486-dashboard-status-widget-contrast
|
||||
|
|
@ -3749,6 +3757,10 @@ plugins/woocommerce/changelog/63301-wooplug-6258-customer-account-block-enable-d
|
|||
woocommerce/changelog/63301-wooplug-6258-customer-account-block-enable-dropdown-navigation
|
||||
changelog/63301-wooplug-6258-customer-account-block-enable-dropdown-navigation
|
||||
63301-wooplug-6258-customer-account-block-enable-dropdown-navigation
|
||||
plugins/woocommerce/changelog/fix-xss-order-notes-v4
|
||||
woocommerce/changelog/fix-xss-order-notes-v4
|
||||
changelog/fix-xss-order-notes-v4
|
||||
fix-xss-order-notes-v4
|
||||
plugins/woocommerce/changelog/63404-fix-delete-cart-coupons-performance
|
||||
woocommerce/changelog/63404-fix-delete-cart-coupons-performance
|
||||
changelog/63404-fix-delete-cart-coupons-performance
|
||||
|
|
@ -3773,10 +3785,6 @@ plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-6
|
|||
woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-6
|
||||
changelog/performance-63118-reduce-sqls-number-iteration-6
|
||||
performance-63118-reduce-sqls-number-iteration-6
|
||||
plugins/woocommerce/changelog/issues-63336-shipping-package-name
|
||||
woocommerce/changelog/issues-63336-shipping-package-name
|
||||
changelog/issues-63336-shipping-package-name
|
||||
issues-63336-shipping-package-name
|
||||
plugins/woocommerce/changelog/issues-63089-cart-item-row-data-key
|
||||
woocommerce/changelog/issues-63089-cart-item-row-data-key
|
||||
changelog/issues-63089-cart-item-row-data-key
|
||||
|
|
@ -3785,6 +3793,10 @@ plugins/woocommerce/changelog/fix-selectwoo-layered-nav-dropdown
|
|||
woocommerce/changelog/fix-selectwoo-layered-nav-dropdown
|
||||
changelog/fix-selectwoo-layered-nav-dropdown
|
||||
fix-selectwoo-layered-nav-dropdown
|
||||
plugins/woocommerce/changelog/63685-fix-woo13-190-i-cant-add-a-zone-for-everywhere
|
||||
woocommerce/changelog/63685-fix-woo13-190-i-cant-add-a-zone-for-everywhere
|
||||
changelog/63685-fix-woo13-190-i-cant-add-a-zone-for-everywhere
|
||||
63685-fix-woo13-190-i-cant-add-a-zone-for-everywhere
|
||||
plugins/woocommerce/changelog/fix_false_notices_quantity_changed
|
||||
woocommerce/changelog/fix_false_notices_quantity_changed
|
||||
changelog/fix_false_notices_quantity_changed
|
||||
|
|
@ -12654,6 +12666,24 @@ Internal/PushNotifications/Notifications/NewOrderNotificationTest.php
|
|||
PushNotifications/Notifications/NewOrderNotificationTest.php
|
||||
Notifications/NewOrderNotificationTest.php
|
||||
NewOrderNotificationTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcherTest.php
|
||||
woocommerce/tests/php/src/Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcherTest.php
|
||||
tests/php/src/Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcherTest.php
|
||||
php/src/Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcherTest.php
|
||||
src/Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcherTest.php
|
||||
Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcherTest.php
|
||||
PushNotifications/Dispatchers/WpcomNotificationDispatcherTest.php
|
||||
Dispatchers/WpcomNotificationDispatcherTest.php
|
||||
WpcomNotificationDispatcherTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Dispatchers/InternalNotificationDispatcherTest.php
|
||||
woocommerce/tests/php/src/Internal/PushNotifications/Dispatchers/InternalNotificationDispatcherTest.php
|
||||
tests/php/src/Internal/PushNotifications/Dispatchers/InternalNotificationDispatcherTest.php
|
||||
php/src/Internal/PushNotifications/Dispatchers/InternalNotificationDispatcherTest.php
|
||||
src/Internal/PushNotifications/Dispatchers/InternalNotificationDispatcherTest.php
|
||||
Internal/PushNotifications/Dispatchers/InternalNotificationDispatcherTest.php
|
||||
PushNotifications/Dispatchers/InternalNotificationDispatcherTest.php
|
||||
Dispatchers/InternalNotificationDispatcherTest.php
|
||||
InternalNotificationDispatcherTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/DataStores/PushTokensDataStoreTest.php
|
||||
woocommerce/tests/php/src/Internal/PushNotifications/DataStores/PushTokensDataStoreTest.php
|
||||
tests/php/src/Internal/PushNotifications/DataStores/PushTokensDataStoreTest.php
|
||||
|
|
@ -34573,6 +34603,15 @@ js/blocks/product-template/utils.tsx
|
|||
blocks/product-template/utils.tsx
|
||||
product-template/utils.tsx
|
||||
utils.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-template/use-placeholder-products.ts
|
||||
woocommerce/client/blocks/assets/js/blocks/product-template/use-placeholder-products.ts
|
||||
client/blocks/assets/js/blocks/product-template/use-placeholder-products.ts
|
||||
blocks/assets/js/blocks/product-template/use-placeholder-products.ts
|
||||
assets/js/blocks/product-template/use-placeholder-products.ts
|
||||
js/blocks/product-template/use-placeholder-products.ts
|
||||
blocks/product-template/use-placeholder-products.ts
|
||||
product-template/use-placeholder-products.ts
|
||||
use-placeholder-products.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-template/save.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/product-template/save.tsx
|
||||
client/blocks/assets/js/blocks/product-template/save.tsx
|
||||
|
|
@ -70196,6 +70235,20 @@ Internal/PushNotifications/Notifications/NewOrderNotification.php
|
|||
PushNotifications/Notifications/NewOrderNotification.php
|
||||
Notifications/NewOrderNotification.php
|
||||
NewOrderNotification.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcher.php
|
||||
woocommerce/src/Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcher.php
|
||||
src/Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcher.php
|
||||
Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcher.php
|
||||
PushNotifications/Dispatchers/WpcomNotificationDispatcher.php
|
||||
Dispatchers/WpcomNotificationDispatcher.php
|
||||
WpcomNotificationDispatcher.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Dispatchers/InternalNotificationDispatcher.php
|
||||
woocommerce/src/Internal/PushNotifications/Dispatchers/InternalNotificationDispatcher.php
|
||||
src/Internal/PushNotifications/Dispatchers/InternalNotificationDispatcher.php
|
||||
Internal/PushNotifications/Dispatchers/InternalNotificationDispatcher.php
|
||||
PushNotifications/Dispatchers/InternalNotificationDispatcher.php
|
||||
Dispatchers/InternalNotificationDispatcher.php
|
||||
InternalNotificationDispatcher.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/DataStores/PushTokensDataStore.php
|
||||
woocommerce/src/Internal/PushNotifications/DataStores/PushTokensDataStore.php
|
||||
src/Internal/PushNotifications/DataStores/PushTokensDataStore.php
|
||||
|
|
@ -85379,11 +85432,6 @@ packages/js/email-editor/blueprint.json
|
|||
js/email-editor/blueprint.json
|
||||
email-editor/blueprint.json
|
||||
blueprint.json
|
||||
packages/js/email-editor/changelog/wooprd-1019-export-register-entity-action
|
||||
js/email-editor/changelog/wooprd-1019-export-register-entity-action
|
||||
email-editor/changelog/wooprd-1019-export-register-entity-action
|
||||
changelog/wooprd-1019-export-register-entity-action
|
||||
wooprd-1019-export-register-entity-action
|
||||
packages/js/email-editor/changelog/.gitkeep
|
||||
js/email-editor/changelog/.gitkeep
|
||||
email-editor/changelog/.gitkeep
|
||||
|
|
@ -93730,11 +93778,11 @@ packages/php/blueprint/package.json
|
|||
php/blueprint/package.json
|
||||
blueprint/package.json
|
||||
package.json
|
||||
packages/php/email-editor/changelog/add-email-embed-rich-card-excerpt
|
||||
php/email-editor/changelog/add-email-embed-rich-card-excerpt
|
||||
email-editor/changelog/add-email-embed-rich-card-excerpt
|
||||
changelog/add-email-embed-rich-card-excerpt
|
||||
add-email-embed-rich-card-excerpt
|
||||
packages/php/email-editor/changelog/fix-render-hook-leak-initializer
|
||||
php/email-editor/changelog/fix-render-hook-leak-initializer
|
||||
email-editor/changelog/fix-render-hook-leak-initializer
|
||||
changelog/fix-render-hook-leak-initializer
|
||||
fix-render-hook-leak-initializer
|
||||
packages/php/email-editor/changelog/.gitkeep
|
||||
php/email-editor/changelog/.gitkeep
|
||||
email-editor/changelog/.gitkeep
|
||||
|
|
@ -94245,6 +94293,14 @@ Core/Renderer/Blocks/Social_Links_Test.php
|
|||
Renderer/Blocks/Social_Links_Test.php
|
||||
Blocks/Social_Links_Test.php
|
||||
Social_Links_Test.php
|
||||
packages/php/email-editor/tests/integration/Integrations/Core/Initializer_Test.php
|
||||
php/email-editor/tests/integration/Integrations/Core/Initializer_Test.php
|
||||
email-editor/tests/integration/Integrations/Core/Initializer_Test.php
|
||||
tests/integration/Integrations/Core/Initializer_Test.php
|
||||
integration/Integrations/Core/Initializer_Test.php
|
||||
Integrations/Core/Initializer_Test.php
|
||||
Core/Initializer_Test.php
|
||||
Initializer_Test.php
|
||||
packages/php/email-editor/tests/integration/bootstrap.php
|
||||
php/email-editor/tests/integration/bootstrap.php
|
||||
email-editor/tests/integration/bootstrap.php
|
||||
|
|
|
|||
|
|
@ -805,10 +805,12 @@ plugins/woocommerce/changelog/63313-update-53125-implement-preview-mode-flag-car
|
|||
plugins/woocommerce/changelog/63295-fix_recorded_sales_warning
|
||||
plugins/woocommerce/changelog/wooprd-1577-checkout-textarea-fields-do-not-inherit-global-text-color
|
||||
plugins/woocommerce/changelog/62892-wooplug-6129-iapi-cart-store-refresh-cart-on-page-load-and-store-fresh
|
||||
plugins/woocommerce/changelog/63535-wooplug-6375-add-to-cart-options-cant-add-two-different-variations-if
|
||||
plugins/woocommerce/changelog/add-placeholder-products-email-editor
|
||||
plugins/woocommerce/changelog/fix-56511-deprecated-refund-hook-names
|
||||
plugins/woocommerce/changelog/62964-fix-template-override-detection
|
||||
plugins/woocommerce/changelog/fix-58985
|
||||
plugins/woocommerce/changelog/63396-fix-issue-63394
|
||||
plugins/woocommerce/changelog/fix-63574-wrong-escaping-in-image-alt-in-cart
|
||||
plugins/woocommerce/changelog/fix-flat-rate-shipping-math-expression-validation
|
||||
plugins/woocommerce/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
|
||||
plugins/woocommerce/changelog/stomail-7827-fix-customer-note-email-preview-and-newlines
|
||||
|
|
@ -817,7 +819,6 @@ plugins/woocommerce/changelog/63463-fix-standardize-block-email-support-text
|
|||
plugins/woocommerce/changelog/fix-store-notices-context
|
||||
plugins/woocommerce/changelog/63378-minicart-support-non-optimistic-items-count
|
||||
plugins/woocommerce/changelog/fix-wooprd-2567-pos-store-name-skip-initial-save
|
||||
plugins/woocommerce/changelog/fix-63635
|
||||
plugins/woocommerce/changelog/fix-31404
|
||||
plugins/woocommerce/changelog/63439-add-wooplug-6347-core-profiler-shipping-tracks
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-09
|
||||
|
|
@ -831,6 +832,7 @@ plugins/woocommerce/changelog/63544-fix-wooprd-2912-remove-duplicate-save-meta-d
|
|||
plugins/woocommerce/changelog/62982-add-paypal-standard-e2e-tests-onboarding
|
||||
plugins/woocommerce/changelog/wooplug-6390-email-editor-email-template-order-fulfilled-block
|
||||
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5
|
||||
plugins/woocommerce/changelog/pr-63589
|
||||
plugins/woocommerce/changelog/woomob-2161-pos-bookings-receipts
|
||||
plugins/woocommerce/changelog/fix-move-notice-to-frontend
|
||||
plugins/woocommerce/changelog/63232-fix-customer-reports-datastore-include-exclude-params
|
||||
|
|
@ -842,10 +844,10 @@ plugins/woocommerce/changelog/wooprd-1447-update-item-count-in-checkout
|
|||
plugins/woocommerce/changelog/skip-mini-cart-tests
|
||||
plugins/woocommerce/changelog/63284-refactor-grouped-product-extract-primed-children-helper
|
||||
plugins/woocommerce/changelog/update-WOOPLUG-6337-marketing-overview-channels-list
|
||||
plugins/woocommerce/changelog/rest-api-v4-orders-cache-priming
|
||||
plugins/woocommerce/changelog/62963-fix-issue-62709
|
||||
plugins/woocommerce/changelog/63241-wooprd-1445-rework-spacings-between-information-elements
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-08
|
||||
plugins/woocommerce/changelog/fix-wooplug-6189-gateway-ordering
|
||||
plugins/woocommerce/changelog/fix-63486-dashboard-status-widget-contrast
|
||||
plugins/woocommerce/changelog/63014-fix-mini-cart-badge-iapi-navigation
|
||||
plugins/woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
|
||||
|
|
@ -856,15 +858,16 @@ plugins/woocommerce/changelog/.gitkeep
|
|||
plugins/woocommerce/changelog/wooplug-6385-analytics-export-currency-filters
|
||||
plugins/woocommerce/changelog/wooprd-2432-on-hold-emails-for-services
|
||||
plugins/woocommerce/changelog/63301-wooplug-6258-customer-account-block-enable-dropdown-navigation
|
||||
plugins/woocommerce/changelog/fix-xss-order-notes-v4
|
||||
plugins/woocommerce/changelog/63404-fix-delete-cart-coupons-performance
|
||||
plugins/woocommerce/changelog/wooprd-2809-woo_email-posts-deleted-via-wp-cli-dont-clean-up
|
||||
plugins/woocommerce/changelog/deprecate-hpos-sync-on-read
|
||||
plugins/woocommerce/changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
|
||||
plugins/woocommerce/changelog/63485-update-wooplug-6287-order-fulfillments-use-wc_data_store-to-register
|
||||
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-6
|
||||
plugins/woocommerce/changelog/issues-63336-shipping-package-name
|
||||
plugins/woocommerce/changelog/issues-63089-cart-item-row-data-key
|
||||
plugins/woocommerce/changelog/fix-selectwoo-layered-nav-dropdown
|
||||
plugins/woocommerce/changelog/63685-fix-woo13-190-i-cant-add-a-zone-for-everywhere
|
||||
plugins/woocommerce/changelog/fix_false_notices_quantity_changed
|
||||
plugins/woocommerce/uninstall.php
|
||||
plugins/woocommerce/woocommerce.php
|
||||
|
|
@ -2062,6 +2065,8 @@ plugins/woocommerce/tests/php/src/Internal/PushNotifications/PushNotificationsTe
|
|||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Notifications/NewReviewNotificationTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Notifications/NotificationTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Notifications/NewOrderNotificationTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcherTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Dispatchers/InternalNotificationDispatcherTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/DataStores/PushTokensDataStoreTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Validators/PushTokenValidatorTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Controllers/PushTokenRestControllerTest.php
|
||||
|
|
@ -4928,6 +4933,7 @@ plugins/woocommerce/client/blocks/assets/js/blocks/customer-account/types.ts
|
|||
plugins/woocommerce/client/blocks/assets/js/blocks/customer-account/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-template/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-template/utils.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-template/use-placeholder-products.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-template/save.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-template/editor.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-template/icon.tsx
|
||||
|
|
@ -8996,6 +9002,8 @@ plugins/woocommerce/src/Internal/PushNotifications/Exceptions/PushTokenNotFoundE
|
|||
plugins/woocommerce/src/Internal/PushNotifications/Notifications/NewReviewNotification.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Notifications/Notification.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Notifications/NewOrderNotification.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Dispatchers/WpcomNotificationDispatcher.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Dispatchers/InternalNotificationDispatcher.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/DataStores/PushTokensDataStore.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Validators/PushTokenValidator.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Controllers/PushTokenRestController.php
|
||||
|
|
@ -11368,7 +11376,6 @@ packages/js/sanitize/composer.lock
|
|||
packages/js/sanitize/composer.json
|
||||
packages/js/sanitize/package.json
|
||||
packages/js/email-editor/blueprint.json
|
||||
packages/js/email-editor/changelog/wooprd-1019-export-register-entity-action
|
||||
packages/js/email-editor/changelog/.gitkeep
|
||||
packages/js/email-editor/tsconfig-cjs.json
|
||||
packages/js/email-editor/.prettierrc.js
|
||||
|
|
@ -12774,7 +12781,7 @@ packages/php/blueprint/src/UseWPFunctions.php
|
|||
packages/php/blueprint/composer.lock
|
||||
packages/php/blueprint/composer.json
|
||||
packages/php/blueprint/package.json
|
||||
packages/php/email-editor/changelog/add-email-embed-rich-card-excerpt
|
||||
packages/php/email-editor/changelog/fix-render-hook-leak-initializer
|
||||
packages/php/email-editor/changelog/.gitkeep
|
||||
packages/php/email-editor/phpcs.xml
|
||||
packages/php/email-editor/tests/integration.suite.yml
|
||||
|
|
@ -12835,6 +12842,7 @@ packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Li
|
|||
packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Video_Test.php
|
||||
packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Column_Test.php
|
||||
packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Social_Links_Test.php
|
||||
packages/php/email-editor/tests/integration/Integrations/Core/Initializer_Test.php
|
||||
packages/php/email-editor/tests/integration/bootstrap.php
|
||||
packages/php/email-editor/.lintstagedrc.json
|
||||
packages/php/email-editor/development.md
|
||||
|
|
|
|||
|
|
@ -7952,6 +7952,9 @@ privacy.svg
|
|||
wp-admin/images/contribute-code.svg
|
||||
images/contribute-code.svg
|
||||
contribute-code.svg
|
||||
wp-admin/images/wordpress-logo-gray.svg
|
||||
images/wordpress-logo-gray.svg
|
||||
wordpress-logo-gray.svg
|
||||
wp-admin/images/freedom-1.svg
|
||||
images/freedom-1.svg
|
||||
freedom-1.svg
|
||||
|
|
@ -12860,6 +12863,9 @@ comment-date.php
|
|||
wp-includes/blocks/heading.php
|
||||
blocks/heading.php
|
||||
heading.php
|
||||
wp-includes/blocks/details.php
|
||||
blocks/details.php
|
||||
details.php
|
||||
wp-includes/blocks/table/block.json
|
||||
blocks/table/block.json
|
||||
table/block.json
|
||||
|
|
|
|||
|
|
@ -1436,6 +1436,7 @@ wp-admin/images/freedom-2.svg
|
|||
wp-admin/images/freedom-4.svg
|
||||
wp-admin/images/privacy.svg
|
||||
wp-admin/images/contribute-code.svg
|
||||
wp-admin/images/wordpress-logo-gray.svg
|
||||
wp-admin/images/freedom-1.svg
|
||||
wp-admin/images/wordpress-logo.svg
|
||||
wp-admin/images/contribute-main.svg
|
||||
|
|
@ -2722,6 +2723,7 @@ wp-includes/blocks/rss.php
|
|||
wp-includes/blocks/term-template/block.json
|
||||
wp-includes/blocks/comment-date.php
|
||||
wp-includes/blocks/heading.php
|
||||
wp-includes/blocks/details.php
|
||||
wp-includes/blocks/table/block.json
|
||||
wp-includes/blocks/accordion-item.php
|
||||
wp-includes/blocks/post-excerpt.php
|
||||
|
|
|
|||
|
|
@ -88,6 +88,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -95,9 +99,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/milestones/new
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -106,10 +113,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/watchers
|
||||
/*source=
|
||||
/.git
|
||||
/?*amp_client_id
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/__wishlist__
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/_widget
|
||||
/album/*/*?i=
|
||||
/analytics
|
||||
|
|
@ -133,10 +153,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?
|
||||
|
|
@ -179,10 +201,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newest/*rss
|
||||
/newest/*xml
|
||||
/newsearch/
|
||||
/organize
|
||||
/partials
|
||||
/pins
|
||||
/plugins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/report_abuse
|
||||
/revisions
|
||||
|
|
@ -190,6 +215,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
|
@ -219,11 +246,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/store/new/*?*&*&*
|
||||
/store/top-free/*?*&*&*
|
||||
/store/top-paid/*?*&*&*
|
||||
/story_pins
|
||||
/tagged
|
||||
/tarball
|
||||
/tree
|
||||
/tried
|
||||
/tv-season/*/*?i=
|
||||
/unsubscribe/
|
||||
/video-
|
||||
/video_pins
|
||||
/wal/
|
||||
/widget_
|
||||
/zipball
|
||||
|
|
@ -338,6 +369,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?search_forum=
|
||||
?set_mobile=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -431,6 +463,8 @@ WebObjects/MZStoreElements.woa
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -497,6 +531,8 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -595,10 +631,12 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/learn
|
||||
ads/local
|
||||
|
|
@ -609,6 +647,7 @@ advisor/*zx1fa
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
ai-sandbox-internal/generated_images
|
||||
aihub/tfhub
|
||||
|
|
@ -665,7 +704,9 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -742,6 +783,7 @@ author/following
|
|||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
|
|
@ -792,6 +834,10 @@ blogs/nationals-journal-beta
|
|||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/NBK
|
||||
|
|
@ -812,19 +858,40 @@ books?*zoom=
|
|||
books?*zoom=1
|
||||
books?*zoom=5
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
bricks/image
|
||||
business
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/pos-system/shop
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
buyside-e2e-monitor
|
||||
cai
|
||||
call
|
||||
|
|
@ -853,6 +920,7 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
chwilio
|
||||
|
|
@ -872,6 +940,7 @@ clickthru
|
|||
clima/ets
|
||||
clima/sites/registry
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -890,6 +959,7 @@ commission_2010-2014/katainen
|
|||
commits?author=
|
||||
common/
|
||||
common/survey.aspx*
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -897,11 +967,14 @@ communities/rss.aspx*
|
|||
communities/sitemap
|
||||
community
|
||||
community-guidelines
|
||||
community_comment
|
||||
community_post
|
||||
companyDir
|
||||
compare
|
||||
compressiontest
|
||||
concussion/HeadsUp/training/
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
consumers/archive
|
||||
contact/menu*
|
||||
|
|
@ -909,12 +982,19 @@ contact/partner*
|
|||
contact_importer
|
||||
contactus
|
||||
contactus/mwaas*
|
||||
content-claiming
|
||||
content-guest/rss/channels
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
cookie-policy
|
||||
copilot
|
||||
copilot/c
|
||||
copilotsearch?q=
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
core/
|
||||
core/*.css$
|
||||
core/*.css?
|
||||
|
|
@ -932,11 +1012,19 @@ covid19/mobility
|
|||
cr$
|
||||
cr?
|
||||
create
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creativegroup
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
csp
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -962,8 +1050,10 @@ de/ott
|
|||
de/solutions
|
||||
de/upload
|
||||
de/vimeo-academy
|
||||
deactivate-account
|
||||
default.aspx/kb/
|
||||
default.aspx/ph/
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1028,6 +1118,8 @@ discussion/search/comments
|
|||
discussion/user-report-abuse
|
||||
discussion/your-comments
|
||||
discussion/your-profile
|
||||
discussions/2021/09/13/cookie-policy
|
||||
discussions/2021/09/13/cookie-policy-eea
|
||||
doc-
|
||||
docs/forms/social
|
||||
docs/product
|
||||
|
|
@ -1051,6 +1143,8 @@ earth/social
|
|||
ebook
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1063,6 +1157,7 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1124,6 +1219,7 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
|
|
@ -1209,14 +1305,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
|
||||
fbml/ajax/dialog
|
||||
fd/
|
||||
fe=true
|
||||
|
|
@ -1254,6 +1354,8 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1335,6 +1437,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
|
||||
|
|
@ -1449,6 +1553,7 @@ gtp/stir
|
|||
guidebooks
|
||||
gview
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1472,9 +1577,12 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
home$
|
||||
home?
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1487,9 +1595,9 @@ hpc/*/supported-applications.aspx?
|
|||
hpm
|
||||
hpmob
|
||||
http://archive.org/robots.txt
|
||||
http://calendar.google.com/robots.txt
|
||||
http://de.wikipedia.org/robots.txt
|
||||
http://t.me/robots.txt
|
||||
http://bbc.com/robots.txt
|
||||
http://instagram.com/robots.txt
|
||||
http://s3.amazonaws.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1504,6 +1612,9 @@ 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/
|
||||
|
|
@ -1547,14 +1658,17 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
integrations
|
||||
internalPref
|
||||
intl
|
||||
intl/*/search/?
|
||||
intl/*/search?
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
invoice/estimate/buyerView/attachments
|
||||
|
|
@ -1591,6 +1705,8 @@ johnhancock
|
|||
johnhancock/in-a-lifetime-healthcare
|
||||
johnhancock/in-a-lifetime-sustainability
|
||||
johnhancock/in-a-lifetime-work
|
||||
join/?next=
|
||||
join/signup/?next=
|
||||
jp/$
|
||||
jp/about
|
||||
jp/blog
|
||||
|
|
@ -1633,6 +1749,7 @@ ko/ott
|
|||
ko/solutions
|
||||
ko/upload
|
||||
ko/vimeo-academy
|
||||
kwanzaa-spotlight
|
||||
l.php
|
||||
labs-code
|
||||
labs/pmc
|
||||
|
|
@ -1669,12 +1786,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
|
||||
llms.txt
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
|
|
@ -1853,6 +1973,7 @@ narrative-
|
|||
native
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
|
||||
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
|
||||
|
|
@ -1862,6 +1983,7 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -1875,17 +1997,22 @@ nl-nl/lp
|
|||
nl-nl/searchresults
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
nus-trk
|
||||
nwshp$
|
||||
o/di
|
||||
o/dt
|
||||
oas/
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offers/proxy/dealsserver/api/log
|
||||
offers/proxy/dealsserver/buy
|
||||
offsite
|
||||
og
|
||||
okxbet.com
|
||||
onebox/media/sports/logos
|
||||
|
|
@ -1915,8 +2042,11 @@ pagespeed/insights/ui/logo
|
|||
panel
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
partner-program
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -1949,12 +2079,46 @@ photos/gbachelie
|
|||
photos/i_love_u_get_away_from_me
|
||||
photos/tags/*/page
|
||||
photos/youpy
|
||||
pin
|
||||
pin-builder
|
||||
pin-communities
|
||||
pin-creation-tool
|
||||
pin-editor
|
||||
pin/*/activities
|
||||
pin/*/activity
|
||||
pin/*/analytics
|
||||
pin/*/brand-catalog
|
||||
pin/*/comments
|
||||
pin/*/email
|
||||
pin/*/feedback
|
||||
pin/*/idea-pin/related-products
|
||||
pin/*/likes
|
||||
pin/*/promote
|
||||
pin/*/reaction
|
||||
pin/*/related-products
|
||||
pin/*/repin
|
||||
pin/*/repins
|
||||
pin/*/sent
|
||||
pin/*/share
|
||||
pin/*/shop-the-look
|
||||
pin/*/tag
|
||||
pin/*/takes
|
||||
pin/*/visual-search
|
||||
pin/*/visual-shop
|
||||
pin/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl-pl.www.cloudflare.com
|
||||
pl-pl/feedback
|
||||
pl-pl/lp
|
||||
pl-pl/searchresults
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -2001,14 +2165,18 @@ posttv/posttv/trendex
|
|||
posttv/sponsored-video
|
||||
ppl
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
preview
|
||||
previewtemplate
|
||||
print
|
||||
privacy-policy
|
||||
private
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2064,11 +2232,13 @@ pt-br/vimeo-academy
|
|||
public-profile
|
||||
publications
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
q=
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/imda
|
||||
|
|
@ -2077,6 +2247,7 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recipes/*?q=
|
||||
recipes/search
|
||||
reconnect
|
||||
|
|
@ -2091,6 +2262,9 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2098,9 +2272,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
|
||||
|
|
@ -2140,6 +2318,7 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safety
|
||||
safetycheck
|
||||
salary-explorer/api
|
||||
|
|
@ -2185,6 +2364,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/oauth
|
||||
setprefs
|
||||
|
|
@ -2216,6 +2396,7 @@ shop/productpage
|
|||
shop/topics
|
||||
shop/view/product
|
||||
shop?*
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2519,10 +2700,12 @@ social/photosui/images
|
|||
social/photosui/sitemap
|
||||
social/search?
|
||||
social/social-security-directory/cai
|
||||
socialmanager
|
||||
solutions
|
||||
sounds/search
|
||||
sounds/search$
|
||||
sounds/search?
|
||||
source
|
||||
source=
|
||||
source_repo=
|
||||
spain/empresas/
|
||||
|
|
@ -2539,6 +2722,7 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
|
|
@ -2597,6 +2781,10 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
storyworks/preview
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
|
@ -2622,6 +2810,7 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
|
|
@ -2639,6 +2828,7 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2646,6 +2836,7 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2693,7 +2884,9 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -2785,6 +2978,7 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -2801,9 +2995,14 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-lens-image
|
||||
upload-lens-image-history
|
||||
upload-shuffle-draft
|
||||
uploads
|
||||
urchin_test
|
||||
url
|
||||
|
|
@ -2821,9 +3020,11 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verified-authors
|
||||
verify_age
|
||||
|
|
@ -2869,6 +3070,9 @@ webapps/xo/html/cookiecheck.html
|
|||
webapps/xoonboarding
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget/cr
|
||||
|
|
@ -3254,7 +3458,7 @@ wiki/Wikipedia_Diskussion:Checkuser%2F
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3466,6 +3670,7 @@ xhtml?
|
|||
xml?
|
||||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/branding/favicon
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue