mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-09 05:39:43 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
a187c21225
commit
85a16ef8b7
30 changed files with 5366 additions and 11174 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"Jwt secrets update": {
|
||||
"last_update": 1772357372
|
||||
"last_update": 1772617198
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1772530879
|
||||
"last_update": 1772617208
|
||||
}
|
||||
}
|
||||
|
|
@ -4,14 +4,20 @@ frank-readers-leave.md
|
|||
geometry-performance-fix.md
|
||||
.changeset/cool-rules-worry.md
|
||||
cool-rules-worry.md
|
||||
.changeset/soft-readers-attack.md
|
||||
soft-readers-attack.md
|
||||
.changeset/soft-maps-watch.md
|
||||
soft-maps-watch.md
|
||||
.changeset/full-needles-grow.md
|
||||
full-needles-grow.md
|
||||
.changeset/floppy-parts-hang.md
|
||||
floppy-parts-hang.md
|
||||
.changeset/silly-readers-fetch.md
|
||||
silly-readers-fetch.md
|
||||
.changeset/fix-filter-type-mismatch.md
|
||||
fix-filter-type-mismatch.md
|
||||
.changeset/tiny-crabs-rule.md
|
||||
tiny-crabs-rule.md
|
||||
.changeset/fix-iptc-metadata-casing.md
|
||||
fix-iptc-metadata-casing.md
|
||||
.changeset/dry-gifts-take.md
|
||||
|
|
@ -36,6 +42,8 @@ kind-jeans-laugh.md
|
|||
little-clowns-boil.md
|
||||
.changeset/swift-yellow-green.md
|
||||
swift-yellow-green.md
|
||||
.changeset/thick-rooms-invent.md
|
||||
thick-rooms-invent.md
|
||||
.changeset/cold-pots-show.md
|
||||
cold-pots-show.md
|
||||
.changeset/every-falcons-notice.md
|
||||
|
|
@ -52,6 +60,10 @@ calm-ducks-thank.md
|
|||
wild-showers-push.md
|
||||
.changeset/pretty-tools-design.md
|
||||
pretty-tools-design.md
|
||||
.changeset/seven-taxes-smell.md
|
||||
seven-taxes-smell.md
|
||||
.changeset/lucky-pigs-count.md
|
||||
lucky-pigs-count.md
|
||||
.changeset/loud-eyes-search.md
|
||||
loud-eyes-search.md
|
||||
.changeset/seven-kids-fry.md
|
||||
|
|
@ -5741,6 +5753,11 @@ src/database/migrations/20201105A-add-cascade-system-relations.ts
|
|||
database/migrations/20201105A-add-cascade-system-relations.ts
|
||||
migrations/20201105A-add-cascade-system-relations.ts
|
||||
20201105A-add-cascade-system-relations.ts
|
||||
api/src/database/migrations/20260211A-add-deployment-webhooks.ts
|
||||
src/database/migrations/20260211A-add-deployment-webhooks.ts
|
||||
database/migrations/20260211A-add-deployment-webhooks.ts
|
||||
migrations/20260211A-add-deployment-webhooks.ts
|
||||
20260211A-add-deployment-webhooks.ts
|
||||
api/src/database/migrations/20210521A-add-collections-icon-color.ts
|
||||
src/database/migrations/20210521A-add-collections-icon-color.ts
|
||||
database/migrations/20210521A-add-collections-icon-color.ts
|
||||
|
|
@ -6546,6 +6563,10 @@ api/src/controllers/utils.ts
|
|||
src/controllers/utils.ts
|
||||
controllers/utils.ts
|
||||
utils.ts
|
||||
api/src/controllers/deployment-webhooks.ts
|
||||
src/controllers/deployment-webhooks.ts
|
||||
controllers/deployment-webhooks.ts
|
||||
deployment-webhooks.ts
|
||||
api/src/controllers/deployment.ts
|
||||
src/controllers/deployment.ts
|
||||
controllers/deployment.ts
|
||||
|
|
@ -6657,11 +6678,21 @@ src/ai/providers/options.test.ts
|
|||
ai/providers/options.test.ts
|
||||
providers/options.test.ts
|
||||
options.test.ts
|
||||
api/src/ai/providers/anthropic-file-support.test.ts
|
||||
src/ai/providers/anthropic-file-support.test.ts
|
||||
ai/providers/anthropic-file-support.test.ts
|
||||
providers/anthropic-file-support.test.ts
|
||||
anthropic-file-support.test.ts
|
||||
api/src/ai/providers/registry.ts
|
||||
src/ai/providers/registry.ts
|
||||
ai/providers/registry.ts
|
||||
providers/registry.ts
|
||||
registry.ts
|
||||
api/src/ai/providers/anthropic-file-support.ts
|
||||
src/ai/providers/anthropic-file-support.ts
|
||||
ai/providers/anthropic-file-support.ts
|
||||
providers/anthropic-file-support.ts
|
||||
anthropic-file-support.ts
|
||||
api/src/ai/providers/types.ts
|
||||
src/ai/providers/types.ts
|
||||
ai/providers/types.ts
|
||||
|
|
@ -6685,6 +6716,18 @@ ai/chat/lib/create-ui-stream.ts
|
|||
chat/lib/create-ui-stream.ts
|
||||
lib/create-ui-stream.ts
|
||||
create-ui-stream.ts
|
||||
api/src/ai/chat/lib/transform-file-parts.ts
|
||||
src/ai/chat/lib/transform-file-parts.ts
|
||||
ai/chat/lib/transform-file-parts.ts
|
||||
chat/lib/transform-file-parts.ts
|
||||
lib/transform-file-parts.ts
|
||||
transform-file-parts.ts
|
||||
api/src/ai/chat/lib/transform-file-parts.test.ts
|
||||
src/ai/chat/lib/transform-file-parts.test.ts
|
||||
ai/chat/lib/transform-file-parts.test.ts
|
||||
chat/lib/transform-file-parts.test.ts
|
||||
lib/transform-file-parts.test.ts
|
||||
transform-file-parts.test.ts
|
||||
api/src/ai/chat/lib/create-ui-stream.test.ts
|
||||
src/ai/chat/lib/create-ui-stream.test.ts
|
||||
ai/chat/lib/create-ui-stream.test.ts
|
||||
|
|
@ -6774,6 +6817,94 @@ ai/chat/controllers/chat.post.ts
|
|||
chat/controllers/chat.post.ts
|
||||
controllers/chat.post.ts
|
||||
chat.post.ts
|
||||
api/src/ai/files/lib/fetch-provider.ts
|
||||
src/ai/files/lib/fetch-provider.ts
|
||||
ai/files/lib/fetch-provider.ts
|
||||
files/lib/fetch-provider.ts
|
||||
lib/fetch-provider.ts
|
||||
fetch-provider.ts
|
||||
api/src/ai/files/lib/upload-to-provider.test.ts
|
||||
src/ai/files/lib/upload-to-provider.test.ts
|
||||
ai/files/lib/upload-to-provider.test.ts
|
||||
files/lib/upload-to-provider.test.ts
|
||||
lib/upload-to-provider.test.ts
|
||||
upload-to-provider.test.ts
|
||||
api/src/ai/files/lib/fetch-provider.test.ts
|
||||
src/ai/files/lib/fetch-provider.test.ts
|
||||
ai/files/lib/fetch-provider.test.ts
|
||||
files/lib/fetch-provider.test.ts
|
||||
lib/fetch-provider.test.ts
|
||||
fetch-provider.test.ts
|
||||
api/src/ai/files/lib/upload-to-provider.ts
|
||||
src/ai/files/lib/upload-to-provider.ts
|
||||
ai/files/lib/upload-to-provider.ts
|
||||
files/lib/upload-to-provider.ts
|
||||
lib/upload-to-provider.ts
|
||||
upload-to-provider.ts
|
||||
api/src/ai/files/adapters/google.test.ts
|
||||
src/ai/files/adapters/google.test.ts
|
||||
ai/files/adapters/google.test.ts
|
||||
files/adapters/google.test.ts
|
||||
adapters/google.test.ts
|
||||
google.test.ts
|
||||
api/src/ai/files/adapters/openai.ts
|
||||
src/ai/files/adapters/openai.ts
|
||||
ai/files/adapters/openai.ts
|
||||
files/adapters/openai.ts
|
||||
adapters/openai.ts
|
||||
openai.ts
|
||||
api/src/ai/files/adapters/index.ts
|
||||
src/ai/files/adapters/index.ts
|
||||
ai/files/adapters/index.ts
|
||||
files/adapters/index.ts
|
||||
adapters/index.ts
|
||||
index.ts
|
||||
api/src/ai/files/adapters/anthropic.ts
|
||||
src/ai/files/adapters/anthropic.ts
|
||||
ai/files/adapters/anthropic.ts
|
||||
files/adapters/anthropic.ts
|
||||
adapters/anthropic.ts
|
||||
anthropic.ts
|
||||
api/src/ai/files/adapters/google.ts
|
||||
src/ai/files/adapters/google.ts
|
||||
ai/files/adapters/google.ts
|
||||
files/adapters/google.ts
|
||||
adapters/google.ts
|
||||
google.ts
|
||||
api/src/ai/files/adapters/openai.test.ts
|
||||
src/ai/files/adapters/openai.test.ts
|
||||
ai/files/adapters/openai.test.ts
|
||||
files/adapters/openai.test.ts
|
||||
adapters/openai.test.ts
|
||||
openai.test.ts
|
||||
api/src/ai/files/adapters/anthropic.test.ts
|
||||
src/ai/files/adapters/anthropic.test.ts
|
||||
ai/files/adapters/anthropic.test.ts
|
||||
files/adapters/anthropic.test.ts
|
||||
adapters/anthropic.test.ts
|
||||
anthropic.test.ts
|
||||
api/src/ai/files/router.ts
|
||||
src/ai/files/router.ts
|
||||
ai/files/router.ts
|
||||
files/router.ts
|
||||
router.ts
|
||||
api/src/ai/files/controllers/upload.ts
|
||||
src/ai/files/controllers/upload.ts
|
||||
ai/files/controllers/upload.ts
|
||||
files/controllers/upload.ts
|
||||
controllers/upload.ts
|
||||
upload.ts
|
||||
api/src/ai/files/controllers/upload.test.ts
|
||||
src/ai/files/controllers/upload.test.ts
|
||||
ai/files/controllers/upload.test.ts
|
||||
files/controllers/upload.test.ts
|
||||
controllers/upload.test.ts
|
||||
upload.test.ts
|
||||
api/src/ai/files/types.ts
|
||||
src/ai/files/types.ts
|
||||
ai/files/types.ts
|
||||
files/types.ts
|
||||
types.ts
|
||||
api/src/ai/tools/utils.test.ts
|
||||
src/ai/tools/utils.test.ts
|
||||
ai/tools/utils.test.ts
|
||||
|
|
@ -8928,6 +9059,10 @@ app/src/stores/server.test.ts
|
|||
src/stores/server.test.ts
|
||||
stores/server.test.ts
|
||||
server.test.ts
|
||||
app/src/stores/insights.test.ts
|
||||
src/stores/insights.test.ts
|
||||
stores/insights.test.ts
|
||||
insights.test.ts
|
||||
app/src/stores/server.ts
|
||||
src/stores/server.ts
|
||||
stores/server.ts
|
||||
|
|
@ -14374,6 +14509,12 @@ ai/components/parts/ai-message-tool.vue
|
|||
components/parts/ai-message-tool.vue
|
||||
parts/ai-message-tool.vue
|
||||
ai-message-tool.vue
|
||||
app/src/ai/components/parts/ai-message-file-group.test.ts
|
||||
src/ai/components/parts/ai-message-file-group.test.ts
|
||||
ai/components/parts/ai-message-file-group.test.ts
|
||||
components/parts/ai-message-file-group.test.ts
|
||||
parts/ai-message-file-group.test.ts
|
||||
ai-message-file-group.test.ts
|
||||
app/src/ai/components/parts/ai-message-source-url.vue
|
||||
src/ai/components/parts/ai-message-source-url.vue
|
||||
ai/components/parts/ai-message-source-url.vue
|
||||
|
|
@ -14392,6 +14533,12 @@ ai/components/parts/ai-message-text.vue
|
|||
components/parts/ai-message-text.vue
|
||||
parts/ai-message-text.vue
|
||||
ai-message-text.vue
|
||||
app/src/ai/components/parts/file-ui-part-utils.ts
|
||||
src/ai/components/parts/file-ui-part-utils.ts
|
||||
ai/components/parts/file-ui-part-utils.ts
|
||||
components/parts/file-ui-part-utils.ts
|
||||
parts/file-ui-part-utils.ts
|
||||
file-ui-part-utils.ts
|
||||
app/src/ai/components/parts/ai-message-reasoning.vue
|
||||
src/ai/components/parts/ai-message-reasoning.vue
|
||||
ai/components/parts/ai-message-reasoning.vue
|
||||
|
|
@ -14410,6 +14557,12 @@ ai/components/parts/ai-ask-user.vue
|
|||
components/parts/ai-ask-user.vue
|
||||
parts/ai-ask-user.vue
|
||||
ai-ask-user.vue
|
||||
app/src/ai/components/parts/ai-message-file-group.vue
|
||||
src/ai/components/parts/ai-message-file-group.vue
|
||||
ai/components/parts/ai-message-file-group.vue
|
||||
components/parts/ai-message-file-group.vue
|
||||
parts/ai-message-file-group.vue
|
||||
ai-message-file-group.vue
|
||||
app/src/ai/components/ai-conversation.vue
|
||||
src/ai/components/ai-conversation.vue
|
||||
ai/components/ai-conversation.vue
|
||||
|
|
@ -14492,6 +14645,11 @@ src/ai/components/ai-input.vue
|
|||
ai/components/ai-input.vue
|
||||
components/ai-input.vue
|
||||
ai-input.vue
|
||||
app/src/ai/components/ai-message.test.ts
|
||||
src/ai/components/ai-message.test.ts
|
||||
ai/components/ai-message.test.ts
|
||||
components/ai-message.test.ts
|
||||
ai-message.test.ts
|
||||
app/src/ai/components/ai-pending-context.vue
|
||||
src/ai/components/ai-pending-context.vue
|
||||
ai/components/ai-pending-context.vue
|
||||
|
|
@ -18699,6 +18857,10 @@ packages/ai/src/types.ts
|
|||
ai/src/types.ts
|
||||
src/types.ts
|
||||
types.ts
|
||||
packages/ai/src/files.ts
|
||||
ai/src/files.ts
|
||||
src/files.ts
|
||||
files.ts
|
||||
packages/ai/tsconfig.json
|
||||
ai/tsconfig.json
|
||||
tsconfig.json
|
||||
|
|
|
|||
|
|
@ -1,10 +1,13 @@
|
|||
.changeset/frank-readers-leave.md
|
||||
.changeset/geometry-performance-fix.md
|
||||
.changeset/cool-rules-worry.md
|
||||
.changeset/soft-readers-attack.md
|
||||
.changeset/soft-maps-watch.md
|
||||
.changeset/full-needles-grow.md
|
||||
.changeset/floppy-parts-hang.md
|
||||
.changeset/silly-readers-fetch.md
|
||||
.changeset/fix-filter-type-mismatch.md
|
||||
.changeset/tiny-crabs-rule.md
|
||||
.changeset/fix-iptc-metadata-casing.md
|
||||
.changeset/dry-gifts-take.md
|
||||
.changeset/mighty-garlics-rush.md
|
||||
|
|
@ -17,6 +20,7 @@
|
|||
.changeset/kind-jeans-laugh.md
|
||||
.changeset/little-clowns-boil.md
|
||||
.changeset/swift-yellow-green.md
|
||||
.changeset/thick-rooms-invent.md
|
||||
.changeset/cold-pots-show.md
|
||||
.changeset/every-falcons-notice.md
|
||||
.changeset/ready-times-stop.md
|
||||
|
|
@ -25,6 +29,8 @@
|
|||
.changeset/calm-ducks-thank.md
|
||||
.changeset/wild-showers-push.md
|
||||
.changeset/pretty-tools-design.md
|
||||
.changeset/seven-taxes-smell.md
|
||||
.changeset/lucky-pigs-count.md
|
||||
.changeset/loud-eyes-search.md
|
||||
.changeset/seven-kids-fry.md
|
||||
.vscode/settings.json
|
||||
|
|
@ -1133,6 +1139,7 @@ api/src/database/migrations/20240817A-update-icon-fields-length.ts
|
|||
api/src/database/migrations/20220429B-add-color-to-insights-icon.ts
|
||||
api/src/database/migrations/20210510A-restructure-relations.ts
|
||||
api/src/database/migrations/20201105A-add-cascade-system-relations.ts
|
||||
api/src/database/migrations/20260211A-add-deployment-webhooks.ts
|
||||
api/src/database/migrations/20210521A-add-collections-icon-color.ts
|
||||
api/src/database/migrations/20220325B-add-default-language.ts
|
||||
api/src/database/migrations/20210803A-add-required-to-fields.ts
|
||||
|
|
@ -1284,6 +1291,7 @@ api/src/controllers/relations.ts
|
|||
api/src/controllers/settings.ts
|
||||
api/src/controllers/shares.ts
|
||||
api/src/controllers/utils.ts
|
||||
api/src/controllers/deployment-webhooks.ts
|
||||
api/src/controllers/deployment.ts
|
||||
api/src/controllers/operations.ts
|
||||
api/src/controllers/not-found.ts
|
||||
|
|
@ -1311,11 +1319,15 @@ api/src/ai/providers/index.ts
|
|||
api/src/ai/providers/registry.test.ts
|
||||
api/src/ai/providers/options.ts
|
||||
api/src/ai/providers/options.test.ts
|
||||
api/src/ai/providers/anthropic-file-support.test.ts
|
||||
api/src/ai/providers/registry.ts
|
||||
api/src/ai/providers/anthropic-file-support.ts
|
||||
api/src/ai/providers/types.ts
|
||||
api/src/ai/chat/middleware/load-settings.ts
|
||||
api/src/ai/chat/middleware/load-settings.test.ts
|
||||
api/src/ai/chat/lib/create-ui-stream.ts
|
||||
api/src/ai/chat/lib/transform-file-parts.ts
|
||||
api/src/ai/chat/lib/transform-file-parts.test.ts
|
||||
api/src/ai/chat/lib/create-ui-stream.test.ts
|
||||
api/src/ai/chat/constants/system-prompt.ts
|
||||
api/src/ai/chat/utils/parse-json-schema-7.test.ts
|
||||
|
|
@ -1331,6 +1343,21 @@ api/src/ai/chat/models/chat-request.ts
|
|||
api/src/ai/chat/models/providers.ts
|
||||
api/src/ai/chat/controllers/chat.post.test.ts
|
||||
api/src/ai/chat/controllers/chat.post.ts
|
||||
api/src/ai/files/lib/fetch-provider.ts
|
||||
api/src/ai/files/lib/upload-to-provider.test.ts
|
||||
api/src/ai/files/lib/fetch-provider.test.ts
|
||||
api/src/ai/files/lib/upload-to-provider.ts
|
||||
api/src/ai/files/adapters/google.test.ts
|
||||
api/src/ai/files/adapters/openai.ts
|
||||
api/src/ai/files/adapters/index.ts
|
||||
api/src/ai/files/adapters/anthropic.ts
|
||||
api/src/ai/files/adapters/google.ts
|
||||
api/src/ai/files/adapters/openai.test.ts
|
||||
api/src/ai/files/adapters/anthropic.test.ts
|
||||
api/src/ai/files/router.ts
|
||||
api/src/ai/files/controllers/upload.ts
|
||||
api/src/ai/files/controllers/upload.test.ts
|
||||
api/src/ai/files/types.ts
|
||||
api/src/ai/tools/utils.test.ts
|
||||
api/src/ai/tools/schema.ts
|
||||
api/src/ai/tools/assets/index.test.ts
|
||||
|
|
@ -1663,6 +1690,7 @@ app/src/stores/user.test.ts
|
|||
app/src/stores/settings.test.ts
|
||||
app/src/stores/insights.ts
|
||||
app/src/stores/server.test.ts
|
||||
app/src/stores/insights.test.ts
|
||||
app/src/stores/server.ts
|
||||
app/src/stores/extensions.ts
|
||||
app/src/stores/requests.ts
|
||||
|
|
@ -2762,12 +2790,15 @@ app/src/ai/components/ai-input-submit.vue
|
|||
app/src/ai/components/parts/ai-ask-user-summary.vue
|
||||
app/src/ai/components/parts/ai-tool-call-card.vue
|
||||
app/src/ai/components/parts/ai-message-tool.vue
|
||||
app/src/ai/components/parts/ai-message-file-group.test.ts
|
||||
app/src/ai/components/parts/ai-message-source-url.vue
|
||||
app/src/ai/components/parts/ai-message-source-document.vue
|
||||
app/src/ai/components/parts/ai-message-text.vue
|
||||
app/src/ai/components/parts/file-ui-part-utils.ts
|
||||
app/src/ai/components/parts/ai-message-reasoning.vue
|
||||
app/src/ai/components/parts/ai-message-file.vue
|
||||
app/src/ai/components/parts/ai-ask-user.vue
|
||||
app/src/ai/components/parts/ai-message-file-group.vue
|
||||
app/src/ai/components/ai-conversation.vue
|
||||
app/src/ai/components/logos/claude.vue
|
||||
app/src/ai/components/logos/openai.vue
|
||||
|
|
@ -2783,6 +2814,7 @@ app/src/ai/components/ai-message-list.vue
|
|||
app/src/ai/components/ai-message.vue
|
||||
app/src/ai/components/ai-context-card.vue
|
||||
app/src/ai/components/ai-input.vue
|
||||
app/src/ai/components/ai-message.test.ts
|
||||
app/src/ai/components/ai-pending-context.vue
|
||||
app/src/ai/types/context.ts
|
||||
app/src/ai/types/index.ts
|
||||
|
|
@ -3661,6 +3693,7 @@ packages/ai/src/models.ts
|
|||
packages/ai/src/index.ts
|
||||
packages/ai/src/models.test.ts
|
||||
packages/ai/src/types.ts
|
||||
packages/ai/src/files.ts
|
||||
packages/ai/tsconfig.json
|
||||
packages/ai/package.json
|
||||
packages/storage-driver-supabase/readme.md
|
||||
|
|
|
|||
|
|
@ -33622,6 +33622,11 @@ install/mysql/tables/llx_hrm_evaluation_extrafields-hrm.sql
|
|||
mysql/tables/llx_hrm_evaluation_extrafields-hrm.sql
|
||||
tables/llx_hrm_evaluation_extrafields-hrm.sql
|
||||
llx_hrm_evaluation_extrafields-hrm.sql
|
||||
htdocs/install/mysql/tables/llx_accounting_balance_snapshot-accounting.key.sql
|
||||
install/mysql/tables/llx_accounting_balance_snapshot-accounting.key.sql
|
||||
mysql/tables/llx_accounting_balance_snapshot-accounting.key.sql
|
||||
tables/llx_accounting_balance_snapshot-accounting.key.sql
|
||||
llx_accounting_balance_snapshot-accounting.key.sql
|
||||
htdocs/install/mysql/tables/llx_overwrite_trans.key.sql
|
||||
install/mysql/tables/llx_overwrite_trans.key.sql
|
||||
mysql/tables/llx_overwrite_trans.key.sql
|
||||
|
|
@ -34032,6 +34037,11 @@ install/mysql/tables/llx_categorie_societe.key.sql
|
|||
mysql/tables/llx_categorie_societe.key.sql
|
||||
tables/llx_categorie_societe.key.sql
|
||||
llx_categorie_societe.key.sql
|
||||
htdocs/install/mysql/tables/llx_accounting_balance_snapshot-accounting.sql
|
||||
install/mysql/tables/llx_accounting_balance_snapshot-accounting.sql
|
||||
mysql/tables/llx_accounting_balance_snapshot-accounting.sql
|
||||
tables/llx_accounting_balance_snapshot-accounting.sql
|
||||
llx_accounting_balance_snapshot-accounting.sql
|
||||
htdocs/install/mysql/tables/llx_categorie_warehouse-stock.key.sql
|
||||
install/mysql/tables/llx_categorie_warehouse-stock.key.sql
|
||||
mysql/tables/llx_categorie_warehouse-stock.key.sql
|
||||
|
|
|
|||
|
|
@ -5540,6 +5540,7 @@ htdocs/install/mysql/tables/llx_budget_lines-budget.sql
|
|||
htdocs/install/mysql/tables/llx_opensurvey_comments-opensurvey.sql
|
||||
htdocs/install/mysql/tables/llx_categorie_fournisseur.key.sql
|
||||
htdocs/install/mysql/tables/llx_hrm_evaluation_extrafields-hrm.sql
|
||||
htdocs/install/mysql/tables/llx_accounting_balance_snapshot-accounting.key.sql
|
||||
htdocs/install/mysql/tables/llx_overwrite_trans.key.sql
|
||||
htdocs/install/mysql/tables/llx_c_transport_mode.sql
|
||||
htdocs/install/mysql/tables/llx_supplier_proposaldet_extrafields.key.sql
|
||||
|
|
@ -5622,6 +5623,7 @@ htdocs/install/mysql/tables/llx_stocktransfer_stocktransfer_extrafields-stocktra
|
|||
htdocs/install/mysql/tables/llx_c_ticket_severity-ticket.key.sql
|
||||
htdocs/install/mysql/tables/llx_accounting_bookkeeping-accounting.sql
|
||||
htdocs/install/mysql/tables/llx_categorie_societe.key.sql
|
||||
htdocs/install/mysql/tables/llx_accounting_balance_snapshot-accounting.sql
|
||||
htdocs/install/mysql/tables/llx_categorie_warehouse-stock.key.sql
|
||||
htdocs/install/mysql/tables/llx_commande.sql
|
||||
htdocs/install/mysql/tables/llx_holiday_users.key.sql
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -20413,6 +20413,10 @@ erpnext/patches/v16_0/complete_onboarding_steps_for_older_sites.py
|
|||
patches/v16_0/complete_onboarding_steps_for_older_sites.py
|
||||
v16_0/complete_onboarding_steps_for_older_sites.py
|
||||
complete_onboarding_steps_for_older_sites.py
|
||||
erpnext/patches/v16_0/update_order_qty_and_requested_qty_based_on_mr_and_po.py
|
||||
patches/v16_0/update_order_qty_and_requested_qty_based_on_mr_and_po.py
|
||||
v16_0/update_order_qty_and_requested_qty_based_on_mr_and_po.py
|
||||
update_order_qty_and_requested_qty_based_on_mr_and_po.py
|
||||
erpnext/patches/v16_0/set_valuation_method_on_companies.py
|
||||
patches/v16_0/set_valuation_method_on_companies.py
|
||||
v16_0/set_valuation_method_on_companies.py
|
||||
|
|
|
|||
|
|
@ -4208,6 +4208,7 @@ erpnext/patches/v16_0/migrate_asset_type_checkboxes_to_select.py
|
|||
erpnext/patches/v16_0/migrate_transaction_deletion_task_flags_to_status.py
|
||||
erpnext/patches/v16_0/add_new_stock_entry_types.py
|
||||
erpnext/patches/v16_0/complete_onboarding_steps_for_older_sites.py
|
||||
erpnext/patches/v16_0/update_order_qty_and_requested_qty_based_on_mr_and_po.py
|
||||
erpnext/patches/v16_0/set_valuation_method_on_companies.py
|
||||
erpnext/patches/v16_0/set_reporting_currency.py
|
||||
erpnext/patches/v16_0/update_currency_exchange_settings_for_frankfurter.py
|
||||
|
|
|
|||
|
|
@ -3333,6 +3333,12 @@ integration/Espo/Account/SearchTest.php
|
|||
Espo/Account/SearchTest.php
|
||||
Account/SearchTest.php
|
||||
SearchTest.php
|
||||
tests/integration/Espo/Tools/DynamicLogic/CascadingFieldsTest.php
|
||||
integration/Espo/Tools/DynamicLogic/CascadingFieldsTest.php
|
||||
Espo/Tools/DynamicLogic/CascadingFieldsTest.php
|
||||
Tools/DynamicLogic/CascadingFieldsTest.php
|
||||
DynamicLogic/CascadingFieldsTest.php
|
||||
CascadingFieldsTest.php
|
||||
tests/integration/Espo/Tools/Activities/ComposeEmailAddressListTest.php
|
||||
integration/Espo/Tools/Activities/ComposeEmailAddressListTest.php
|
||||
Espo/Tools/Activities/ComposeEmailAddressListTest.php
|
||||
|
|
@ -9074,6 +9080,11 @@ client/src/helpers/file-upload.js
|
|||
src/helpers/file-upload.js
|
||||
helpers/file-upload.js
|
||||
file-upload.js
|
||||
client/src/helpers/field/cascade-links.js
|
||||
src/helpers/field/cascade-links.js
|
||||
helpers/field/cascade-links.js
|
||||
field/cascade-links.js
|
||||
cascade-links.js
|
||||
client/src/helpers/field/link-icon.js
|
||||
src/helpers/field/link-icon.js
|
||||
helpers/field/link-icon.js
|
||||
|
|
@ -11729,6 +11740,13 @@ admin/field-manager/fields/options-with-style.js
|
|||
field-manager/fields/options-with-style.js
|
||||
fields/options-with-style.js
|
||||
options-with-style.js
|
||||
client/src/views/admin/field-manager/fields/dynamic-logic-cascading.js
|
||||
src/views/admin/field-manager/fields/dynamic-logic-cascading.js
|
||||
views/admin/field-manager/fields/dynamic-logic-cascading.js
|
||||
admin/field-manager/fields/dynamic-logic-cascading.js
|
||||
field-manager/fields/dynamic-logic-cascading.js
|
||||
fields/dynamic-logic-cascading.js
|
||||
dynamic-logic-cascading.js
|
||||
client/src/views/admin/field-manager/fields/date/after-before.js
|
||||
src/views/admin/field-manager/fields/date/after-before.js
|
||||
views/admin/field-manager/fields/date/after-before.js
|
||||
|
|
@ -34546,6 +34564,13 @@ Templates/Metadata/Event/recordDefs.json
|
|||
Metadata/Event/recordDefs.json
|
||||
Event/recordDefs.json
|
||||
recordDefs.json
|
||||
application/Espo/Core/Templates/Metadata/Event/logicDefs.json
|
||||
Espo/Core/Templates/Metadata/Event/logicDefs.json
|
||||
Core/Templates/Metadata/Event/logicDefs.json
|
||||
Templates/Metadata/Event/logicDefs.json
|
||||
Metadata/Event/logicDefs.json
|
||||
Event/logicDefs.json
|
||||
logicDefs.json
|
||||
application/Espo/Core/Templates/Metadata/Event/scopes.json
|
||||
Espo/Core/Templates/Metadata/Event/scopes.json
|
||||
Core/Templates/Metadata/Event/scopes.json
|
||||
|
|
@ -40759,6 +40784,24 @@ Tools/DynamicLogic/Exceptions/BadCondition.php
|
|||
DynamicLogic/Exceptions/BadCondition.php
|
||||
Exceptions/BadCondition.php
|
||||
BadCondition.php
|
||||
application/Espo/Tools/DynamicLogic/CascadingFields/ItemsProvider.php
|
||||
Espo/Tools/DynamicLogic/CascadingFields/ItemsProvider.php
|
||||
Tools/DynamicLogic/CascadingFields/ItemsProvider.php
|
||||
DynamicLogic/CascadingFields/ItemsProvider.php
|
||||
CascadingFields/ItemsProvider.php
|
||||
ItemsProvider.php
|
||||
application/Espo/Tools/DynamicLogic/CascadingFields/Item.php
|
||||
Espo/Tools/DynamicLogic/CascadingFields/Item.php
|
||||
Tools/DynamicLogic/CascadingFields/Item.php
|
||||
DynamicLogic/CascadingFields/Item.php
|
||||
CascadingFields/Item.php
|
||||
Item.php
|
||||
application/Espo/Tools/DynamicLogic/CascadingFields/ValidationHelper.php
|
||||
Espo/Tools/DynamicLogic/CascadingFields/ValidationHelper.php
|
||||
Tools/DynamicLogic/CascadingFields/ValidationHelper.php
|
||||
DynamicLogic/CascadingFields/ValidationHelper.php
|
||||
CascadingFields/ValidationHelper.php
|
||||
ValidationHelper.php
|
||||
application/Espo/Tools/DynamicLogic/ConditionCheckerFactory.php
|
||||
Espo/Tools/DynamicLogic/ConditionCheckerFactory.php
|
||||
Tools/DynamicLogic/ConditionCheckerFactory.php
|
||||
|
|
@ -44702,6 +44745,20 @@ FieldValidators/ScheduledJob/Scheduling/Valid.php
|
|||
ScheduledJob/Scheduling/Valid.php
|
||||
Scheduling/Valid.php
|
||||
Valid.php
|
||||
application/Espo/Classes/FieldValidators/Common/Link/CascadingSelect.php
|
||||
Espo/Classes/FieldValidators/Common/Link/CascadingSelect.php
|
||||
Classes/FieldValidators/Common/Link/CascadingSelect.php
|
||||
FieldValidators/Common/Link/CascadingSelect.php
|
||||
Common/Link/CascadingSelect.php
|
||||
Link/CascadingSelect.php
|
||||
CascadingSelect.php
|
||||
application/Espo/Classes/FieldValidators/Common/LinkMultiple/CascadingSelect.php
|
||||
Espo/Classes/FieldValidators/Common/LinkMultiple/CascadingSelect.php
|
||||
Classes/FieldValidators/Common/LinkMultiple/CascadingSelect.php
|
||||
FieldValidators/Common/LinkMultiple/CascadingSelect.php
|
||||
Common/LinkMultiple/CascadingSelect.php
|
||||
LinkMultiple/CascadingSelect.php
|
||||
CascadingSelect.php
|
||||
application/Espo/Classes/Jobs/SendEmailNotifications.php
|
||||
Espo/Classes/Jobs/SendEmailNotifications.php
|
||||
Classes/Jobs/SendEmailNotifications.php
|
||||
|
|
@ -55358,6 +55415,22 @@ Resources/metadata/logicDefs/CampaignTrackingUrl.json
|
|||
metadata/logicDefs/CampaignTrackingUrl.json
|
||||
logicDefs/CampaignTrackingUrl.json
|
||||
CampaignTrackingUrl.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Lead.json
|
||||
Espo/Modules/Crm/Resources/metadata/logicDefs/Lead.json
|
||||
Modules/Crm/Resources/metadata/logicDefs/Lead.json
|
||||
Crm/Resources/metadata/logicDefs/Lead.json
|
||||
Resources/metadata/logicDefs/Lead.json
|
||||
metadata/logicDefs/Lead.json
|
||||
logicDefs/Lead.json
|
||||
Lead.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Meeting.json
|
||||
Espo/Modules/Crm/Resources/metadata/logicDefs/Meeting.json
|
||||
Modules/Crm/Resources/metadata/logicDefs/Meeting.json
|
||||
Crm/Resources/metadata/logicDefs/Meeting.json
|
||||
Resources/metadata/logicDefs/Meeting.json
|
||||
metadata/logicDefs/Meeting.json
|
||||
logicDefs/Meeting.json
|
||||
Meeting.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/dashlets/OpportunitiesByStage.json
|
||||
Espo/Modules/Crm/Resources/metadata/dashlets/OpportunitiesByStage.json
|
||||
Modules/Crm/Resources/metadata/dashlets/OpportunitiesByStage.json
|
||||
|
|
|
|||
|
|
@ -532,6 +532,7 @@ tests/integration/Espo/Settings/AccessTest.php
|
|||
tests/integration/Espo/Account/ChangeFieldsTest.php
|
||||
tests/integration/Espo/Account/CreateTest.php
|
||||
tests/integration/Espo/Account/SearchTest.php
|
||||
tests/integration/Espo/Tools/DynamicLogic/CascadingFieldsTest.php
|
||||
tests/integration/Espo/Tools/Activities/ComposeEmailAddressListTest.php
|
||||
tests/integration/Espo/Tools/WorkingTime/UtilityTest.php
|
||||
tests/integration/Espo/Tools/AppSecret/SecretProviderTest.php
|
||||
|
|
@ -1557,6 +1558,7 @@ client/src/helpers/misc/reactions.js
|
|||
client/src/helpers/assignment.js
|
||||
client/src/helpers/record-modal.js
|
||||
client/src/helpers/file-upload.js
|
||||
client/src/helpers/field/cascade-links.js
|
||||
client/src/helpers/field/link-icon.js
|
||||
client/src/helpers/model/defaults-populator.js
|
||||
client/src/helpers/model/default-value-provider.js
|
||||
|
|
@ -2034,6 +2036,7 @@ client/src/views/admin/field-manager/fields/options/default-multi.js
|
|||
client/src/views/admin/field-manager/fields/options/default.js
|
||||
client/src/views/admin/field-manager/fields/link-multiple/default.js
|
||||
client/src/views/admin/field-manager/fields/options-with-style.js
|
||||
client/src/views/admin/field-manager/fields/dynamic-logic-cascading.js
|
||||
client/src/views/admin/field-manager/fields/date/after-before.js
|
||||
client/src/views/admin/field-manager/fields/date/default.js
|
||||
client/src/views/admin/field-manager/fields/foreign/field.js
|
||||
|
|
@ -5819,6 +5822,7 @@ application/Espo/Core/Templates/Metadata/Person/clientDefs.json
|
|||
application/Espo/Core/Templates/Metadata/Event/selectDefs.json
|
||||
application/Espo/Core/Templates/Metadata/Event/entityDefs.json
|
||||
application/Espo/Core/Templates/Metadata/Event/recordDefs.json
|
||||
application/Espo/Core/Templates/Metadata/Event/logicDefs.json
|
||||
application/Espo/Core/Templates/Metadata/Event/scopes.json
|
||||
application/Espo/Core/Templates/Metadata/Event/clientDefs.json
|
||||
application/Espo/Core/Templates/Metadata/Base/entityDefs.json
|
||||
|
|
@ -6812,6 +6816,9 @@ application/Espo/Tools/PopupNotification/Provider.php
|
|||
application/Espo/Tools/DynamicLogic/ConditionChecker/Options.php
|
||||
application/Espo/Tools/DynamicLogic/Item.php
|
||||
application/Espo/Tools/DynamicLogic/Exceptions/BadCondition.php
|
||||
application/Espo/Tools/DynamicLogic/CascadingFields/ItemsProvider.php
|
||||
application/Espo/Tools/DynamicLogic/CascadingFields/Item.php
|
||||
application/Espo/Tools/DynamicLogic/CascadingFields/ValidationHelper.php
|
||||
application/Espo/Tools/DynamicLogic/ConditionCheckerFactory.php
|
||||
application/Espo/Tools/DynamicLogic/Type.php
|
||||
application/Espo/Tools/DynamicLogic/ConditionChecker.php
|
||||
|
|
@ -7573,6 +7580,8 @@ application/Espo/Classes/FieldValidators/PasswordType.php
|
|||
application/Espo/Classes/FieldValidators/EnumType.php
|
||||
application/Espo/Classes/FieldValidators/TextType.php
|
||||
application/Espo/Classes/FieldValidators/ScheduledJob/Scheduling/Valid.php
|
||||
application/Espo/Classes/FieldValidators/Common/Link/CascadingSelect.php
|
||||
application/Espo/Classes/FieldValidators/Common/LinkMultiple/CascadingSelect.php
|
||||
application/Espo/Classes/Jobs/SendEmailNotifications.php
|
||||
application/Espo/Classes/Jobs/CheckNewVersion.php
|
||||
application/Espo/Classes/Jobs/CheckEmailAccounts.php
|
||||
|
|
@ -8944,6 +8953,8 @@ application/Espo/Modules/Crm/Resources/metadata/logicDefs/Task.json
|
|||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Contact.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Opportunity.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/CampaignTrackingUrl.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Lead.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Meeting.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/dashlets/OpportunitiesByStage.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/dashlets/Activities.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/dashlets/Opportunities.json
|
||||
|
|
|
|||
|
|
@ -692,6 +692,12 @@ tests/integration/api/ListDataTypesControllerTest.php
|
|||
integration/api/ListDataTypesControllerTest.php
|
||||
api/ListDataTypesControllerTest.php
|
||||
ListDataTypesControllerTest.php
|
||||
extensions/gdpr/tests/integration/api/ListUserColumnsDataControllerTest.php
|
||||
gdpr/tests/integration/api/ListUserColumnsDataControllerTest.php
|
||||
tests/integration/api/ListUserColumnsDataControllerTest.php
|
||||
integration/api/ListUserColumnsDataControllerTest.php
|
||||
api/ListUserColumnsDataControllerTest.php
|
||||
ListUserColumnsDataControllerTest.php
|
||||
extensions/gdpr/tests/integration/api/ExportTest.php
|
||||
gdpr/tests/integration/api/ExportTest.php
|
||||
tests/integration/api/ExportTest.php
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@ extensions/gdpr/tests/integration/api/ProcessErasureTest.php
|
|||
extensions/gdpr/tests/integration/api/CancelErasureTest.php
|
||||
extensions/gdpr/tests/integration/api/DeleteUserTest.php
|
||||
extensions/gdpr/tests/integration/api/ListDataTypesControllerTest.php
|
||||
extensions/gdpr/tests/integration/api/ListUserColumnsDataControllerTest.php
|
||||
extensions/gdpr/tests/integration/api/ExportTest.php
|
||||
extensions/gdpr/tests/integration/api/ForumAttributesTest.php
|
||||
extensions/gdpr/tests/integration/api/RequestErasureTest.php
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
compose.dev.mailgun.yaml
|
||||
.vscode/settings.json
|
||||
settings.json
|
||||
.vscode/launch.json
|
||||
|
|
@ -9179,6 +9180,15 @@ server/services/member-welcome-emails/index.js
|
|||
services/member-welcome-emails/index.js
|
||||
member-welcome-emails/index.js
|
||||
index.js
|
||||
ghost/core/core/server/services/member-welcome-emails/email-templates/partials/card-styles.hbs
|
||||
core/core/server/services/member-welcome-emails/email-templates/partials/card-styles.hbs
|
||||
core/server/services/member-welcome-emails/email-templates/partials/card-styles.hbs
|
||||
server/services/member-welcome-emails/email-templates/partials/card-styles.hbs
|
||||
services/member-welcome-emails/email-templates/partials/card-styles.hbs
|
||||
member-welcome-emails/email-templates/partials/card-styles.hbs
|
||||
email-templates/partials/card-styles.hbs
|
||||
partials/card-styles.hbs
|
||||
card-styles.hbs
|
||||
ghost/core/core/server/services/member-welcome-emails/email-templates/wrapper.hbs
|
||||
core/core/server/services/member-welcome-emails/email-templates/wrapper.hbs
|
||||
core/server/services/member-welcome-emails/email-templates/wrapper.hbs
|
||||
|
|
@ -18128,6 +18138,13 @@ utils/fixtures/export/v3_export.json
|
|||
fixtures/export/v3_export.json
|
||||
export/v3_export.json
|
||||
v3_export.json
|
||||
ghost/core/test/utils/fixtures/files/test.pdf
|
||||
core/test/utils/fixtures/files/test.pdf
|
||||
test/utils/fixtures/files/test.pdf
|
||||
utils/fixtures/files/test.pdf
|
||||
fixtures/files/test.pdf
|
||||
files/test.pdf
|
||||
test.pdf
|
||||
ghost/core/test/utils/fixtures/filter-param/index.js
|
||||
core/test/utils/fixtures/filter-param/index.js
|
||||
test/utils/fixtures/filter-param/index.js
|
||||
|
|
@ -19463,6 +19480,11 @@ core/test/utils/e2e-framework.js
|
|||
test/utils/e2e-framework.js
|
||||
utils/e2e-framework.js
|
||||
e2e-framework.js
|
||||
ghost/core/test/utils/i18n-test-utils.js
|
||||
core/test/utils/i18n-test-utils.js
|
||||
test/utils/i18n-test-utils.js
|
||||
utils/i18n-test-utils.js
|
||||
i18n-test-utils.js
|
||||
ghost/core/test/utils/overrides.js
|
||||
core/test/utils/overrides.js
|
||||
test/utils/overrides.js
|
||||
|
|
@ -22829,6 +22851,12 @@ tests/integration/services/slug-generator-test.js
|
|||
integration/services/slug-generator-test.js
|
||||
services/slug-generator-test.js
|
||||
slug-generator-test.js
|
||||
ghost/admin/tests/integration/services/labels-manager-test.js
|
||||
admin/tests/integration/services/labels-manager-test.js
|
||||
tests/integration/services/labels-manager-test.js
|
||||
integration/services/labels-manager-test.js
|
||||
services/labels-manager-test.js
|
||||
labels-manager-test.js
|
||||
ghost/admin/tests/integration/services/feature-test.js
|
||||
admin/tests/integration/services/feature-test.js
|
||||
tests/integration/services/feature-test.js
|
||||
|
|
@ -25759,6 +25787,11 @@ admin/app/services/billing.js
|
|||
app/services/billing.js
|
||||
services/billing.js
|
||||
billing.js
|
||||
ghost/admin/app/services/labels-manager.js
|
||||
admin/app/services/labels-manager.js
|
||||
app/services/labels-manager.js
|
||||
services/labels-manager.js
|
||||
labels-manager.js
|
||||
ghost/admin/app/services/custom-views.js
|
||||
admin/app/services/custom-views.js
|
||||
app/services/custom-views.js
|
||||
|
|
@ -27114,6 +27147,11 @@ admin/app/components/gh-member-label-input.js
|
|||
app/components/gh-member-label-input.js
|
||||
components/gh-member-label-input.js
|
||||
gh-member-label-input.js
|
||||
ghost/admin/app/components/power-select-options-with-scroll.hbs
|
||||
admin/app/components/power-select-options-with-scroll.hbs
|
||||
app/components/power-select-options-with-scroll.hbs
|
||||
components/power-select-options-with-scroll.hbs
|
||||
power-select-options-with-scroll.hbs
|
||||
ghost/admin/app/components/modal-post-history.hbs
|
||||
admin/app/components/modal-post-history.hbs
|
||||
app/components/modal-post-history.hbs
|
||||
|
|
@ -27164,6 +27202,11 @@ admin/app/components/gh-view-title.js
|
|||
app/components/gh-view-title.js
|
||||
components/gh-view-title.js
|
||||
gh-view-title.js
|
||||
ghost/admin/app/components/power-select-options-with-scroll.js
|
||||
admin/app/components/power-select-options-with-scroll.js
|
||||
app/components/power-select-options-with-scroll.js
|
||||
components/power-select-options-with-scroll.js
|
||||
power-select-options-with-scroll.js
|
||||
ghost/admin/app/components/gh-text-input.hbs
|
||||
admin/app/components/gh-text-input.hbs
|
||||
app/components/gh-text-input.hbs
|
||||
|
|
@ -30573,6 +30616,11 @@ admin-x-settings/src/hooks/use-setting-group.tsx
|
|||
src/hooks/use-setting-group.tsx
|
||||
hooks/use-setting-group.tsx
|
||||
use-setting-group.tsx
|
||||
apps/admin-x-settings/src/hooks/use-welcome-email-link-suggestions.ts
|
||||
admin-x-settings/src/hooks/use-welcome-email-link-suggestions.ts
|
||||
src/hooks/use-welcome-email-link-suggestions.ts
|
||||
hooks/use-welcome-email-link-suggestions.ts
|
||||
use-welcome-email-link-suggestions.ts
|
||||
apps/admin-x-settings/src/hooks/use-limiter.tsx
|
||||
admin-x-settings/src/hooks/use-limiter.tsx
|
||||
src/hooks/use-limiter.tsx
|
||||
|
|
@ -32751,6 +32799,11 @@ activitypub/test/acceptance/inbox.test.ts
|
|||
test/acceptance/inbox.test.ts
|
||||
acceptance/inbox.test.ts
|
||||
inbox.test.ts
|
||||
apps/activitypub/test/acceptance/dom-validation.test.ts
|
||||
activitypub/test/acceptance/dom-validation.test.ts
|
||||
test/acceptance/dom-validation.test.ts
|
||||
acceptance/dom-validation.test.ts
|
||||
dom-validation.test.ts
|
||||
apps/activitypub/test/acceptance/my-profile.test.ts
|
||||
activitypub/test/acceptance/my-profile.test.ts
|
||||
test/acceptance/my-profile.test.ts
|
||||
|
|
@ -34303,6 +34356,12 @@ test/unit/hooks/use-form.test.ts
|
|||
unit/hooks/use-form.test.ts
|
||||
hooks/use-form.test.ts
|
||||
use-form.test.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-koenig-fetch-embed.test.ts
|
||||
admin-x-framework/test/unit/hooks/use-koenig-fetch-embed.test.ts
|
||||
test/unit/hooks/use-koenig-fetch-embed.test.ts
|
||||
unit/hooks/use-koenig-fetch-embed.test.ts
|
||||
hooks/use-koenig-fetch-embed.test.ts
|
||||
use-koenig-fetch-embed.test.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-tinybird-token.test.tsx
|
||||
admin-x-framework/test/unit/hooks/use-tinybird-token.test.tsx
|
||||
test/unit/hooks/use-tinybird-token.test.tsx
|
||||
|
|
@ -34333,6 +34392,12 @@ test/unit/hooks/use-filterable-api.test.ts
|
|||
unit/hooks/use-filterable-api.test.ts
|
||||
hooks/use-filterable-api.test.ts
|
||||
use-filterable-api.test.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-koenig-link-suggestions.test.ts
|
||||
admin-x-framework/test/unit/hooks/use-koenig-link-suggestions.test.ts
|
||||
test/unit/hooks/use-koenig-link-suggestions.test.ts
|
||||
unit/hooks/use-koenig-link-suggestions.test.ts
|
||||
hooks/use-koenig-link-suggestions.test.ts
|
||||
use-koenig-link-suggestions.test.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-permissions.test.ts
|
||||
admin-x-framework/test/unit/hooks/use-permissions.test.ts
|
||||
test/unit/hooks/use-permissions.test.ts
|
||||
|
|
@ -34473,6 +34538,11 @@ admin-x-framework/src/hooks/use-active-visitors.ts
|
|||
src/hooks/use-active-visitors.ts
|
||||
hooks/use-active-visitors.ts
|
||||
use-active-visitors.ts
|
||||
apps/admin-x-framework/src/hooks/use-koenig-link-suggestions.ts
|
||||
admin-x-framework/src/hooks/use-koenig-link-suggestions.ts
|
||||
src/hooks/use-koenig-link-suggestions.ts
|
||||
hooks/use-koenig-link-suggestions.ts
|
||||
use-koenig-link-suggestions.ts
|
||||
apps/admin-x-framework/src/hooks/use-handle-error.ts
|
||||
admin-x-framework/src/hooks/use-handle-error.ts
|
||||
src/hooks/use-handle-error.ts
|
||||
|
|
@ -34483,6 +34553,11 @@ admin-x-framework/src/hooks/use-tinybird-query.ts
|
|||
src/hooks/use-tinybird-query.ts
|
||||
hooks/use-tinybird-query.ts
|
||||
use-tinybird-query.ts
|
||||
apps/admin-x-framework/src/hooks/use-koenig-fetch-embed.ts
|
||||
admin-x-framework/src/hooks/use-koenig-fetch-embed.ts
|
||||
src/hooks/use-koenig-fetch-embed.ts
|
||||
hooks/use-koenig-fetch-embed.ts
|
||||
use-koenig-fetch-embed.ts
|
||||
apps/admin-x-framework/src/hooks/use-koenig-file-upload.ts
|
||||
admin-x-framework/src/hooks/use-koenig-file-upload.ts
|
||||
src/hooks/use-koenig-file-upload.ts
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
compose.dev.mailgun.yaml
|
||||
.vscode/settings.json
|
||||
.vscode/launch.json
|
||||
.cursor/rules/yarn.mdc
|
||||
|
|
@ -1276,6 +1277,7 @@ ghost/core/core/server/services/comments/comments-stats-service.js
|
|||
ghost/core/core/server/services/member-welcome-emails/constants.js
|
||||
ghost/core/core/server/services/member-welcome-emails/member-welcome-email-renderer.js
|
||||
ghost/core/core/server/services/member-welcome-emails/index.js
|
||||
ghost/core/core/server/services/member-welcome-emails/email-templates/partials/card-styles.hbs
|
||||
ghost/core/core/server/services/member-welcome-emails/email-templates/wrapper.hbs
|
||||
ghost/core/core/server/services/member-welcome-emails/service.js
|
||||
ghost/core/core/server/services/tinybird/index.js
|
||||
|
|
@ -2423,6 +2425,7 @@ ghost/core/test/utils/fixtures/export/broken.json
|
|||
ghost/core/test/utils/fixtures/export/products_export.json
|
||||
ghost/core/test/utils/fixtures/export/v5_export.json
|
||||
ghost/core/test/utils/fixtures/export/v3_export.json
|
||||
ghost/core/test/utils/fixtures/files/test.pdf
|
||||
ghost/core/test/utils/fixtures/filter-param/index.js
|
||||
ghost/core/test/utils/fixtures/default-settings-browser.json
|
||||
ghost/core/test/utils/fixtures/media/sample.m4a
|
||||
|
|
@ -2588,6 +2591,7 @@ ghost/core/test/utils/agents/index.js
|
|||
ghost/core/test/utils/agents/test-agent.js
|
||||
ghost/core/test/utils/admin-utils.js
|
||||
ghost/core/test/utils/e2e-framework.js
|
||||
ghost/core/test/utils/i18n-test-utils.js
|
||||
ghost/core/test/utils/overrides.js
|
||||
ghost/core/test/integration/url-service.test.js
|
||||
ghost/core/test/integration/jobs/process-outbox.test.js
|
||||
|
|
@ -3210,6 +3214,7 @@ ghost/admin/tests/integration/services/config-test.js
|
|||
ghost/admin/tests/integration/services/search-test.js
|
||||
ghost/admin/tests/integration/services/store-test.js
|
||||
ghost/admin/tests/integration/services/slug-generator-test.js
|
||||
ghost/admin/tests/integration/services/labels-manager-test.js
|
||||
ghost/admin/tests/integration/services/feature-test.js
|
||||
ghost/admin/tests/integration/services/ajax-test.js
|
||||
ghost/admin/tests/integration/services/local-revisions-test.js
|
||||
|
|
@ -3734,6 +3739,7 @@ ghost/admin/app/services/search.js
|
|||
ghost/admin/app/services/state-bridge.js
|
||||
ghost/admin/app/services/email-size-warning.js
|
||||
ghost/admin/app/services/billing.js
|
||||
ghost/admin/app/services/labels-manager.js
|
||||
ghost/admin/app/services/custom-views.js
|
||||
ghost/admin/app/services/member-import-validator.js
|
||||
ghost/admin/app/services/ajax.js
|
||||
|
|
@ -3996,6 +4002,7 @@ ghost/admin/app/components/modal-import-members/csv-file-mapping.hbs
|
|||
ghost/admin/app/components/modal-import-members/csv-file-mapping.js
|
||||
ghost/admin/app/components/gh-infinity-loader.js
|
||||
ghost/admin/app/components/gh-member-label-input.js
|
||||
ghost/admin/app/components/power-select-options-with-scroll.hbs
|
||||
ghost/admin/app/components/modal-post-history.hbs
|
||||
ghost/admin/app/components/tags/delete-tag-modal.js
|
||||
ghost/admin/app/components/tags/tag-form.js
|
||||
|
|
@ -4005,6 +4012,7 @@ ghost/admin/app/components/tags/delete-tag-modal.hbs
|
|||
ghost/admin/app/components/modal-post-success.js
|
||||
ghost/admin/app/components/gh-member-details.hbs
|
||||
ghost/admin/app/components/gh-view-title.js
|
||||
ghost/admin/app/components/power-select-options-with-scroll.js
|
||||
ghost/admin/app/components/gh-text-input.hbs
|
||||
ghost/admin/app/components/gh-token-input.js
|
||||
ghost/admin/app/components/gh-members-import-mapping-input.hbs
|
||||
|
|
@ -4625,6 +4633,7 @@ apps/admin-x-settings/src/hooks/use-welcome-email-sender-details.ts
|
|||
apps/admin-x-settings/src/hooks/use-feature-flag.tsx
|
||||
apps/admin-x-settings/src/hooks/use-save-button.ts
|
||||
apps/admin-x-settings/src/hooks/use-setting-group.tsx
|
||||
apps/admin-x-settings/src/hooks/use-welcome-email-link-suggestions.ts
|
||||
apps/admin-x-settings/src/hooks/use-limiter.tsx
|
||||
apps/admin-x-settings/src/hooks/use-pintura-editor.ts
|
||||
apps/admin-x-settings/src/index.tsx
|
||||
|
|
@ -4964,6 +4973,7 @@ apps/activitypub/test/utils/responses/ghost/users.json
|
|||
apps/activitypub/test/utils/responses/ghost/identities.json
|
||||
apps/activitypub/test/utils/initial-api-requests.ts
|
||||
apps/activitypub/test/acceptance/inbox.test.ts
|
||||
apps/activitypub/test/acceptance/dom-validation.test.ts
|
||||
apps/activitypub/test/acceptance/my-profile.test.ts
|
||||
apps/activitypub/test/acceptance/feed.test.ts
|
||||
apps/activitypub/tailwind.config.cjs
|
||||
|
|
@ -5237,11 +5247,13 @@ apps/portal/package.json
|
|||
apps/portal/.env
|
||||
apps/admin-x-framework/test/setup.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-form.test.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-koenig-fetch-embed.test.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-tinybird-token.test.tsx
|
||||
apps/admin-x-framework/test/unit/hooks/use-handle-error.test.tsx
|
||||
apps/admin-x-framework/test/unit/hooks/use-active-visitors.test.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-tinybird-query.test.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-filterable-api.test.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-koenig-link-suggestions.test.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-permissions.test.ts
|
||||
apps/admin-x-framework/test/unit/hooks/use-koenig-file-upload.test.ts
|
||||
apps/admin-x-framework/test/unit/utils/helpers.test.ts
|
||||
|
|
@ -5268,8 +5280,10 @@ apps/admin-x-framework/src/providers/app-provider.tsx
|
|||
apps/admin-x-framework/src/providers/navigation-stack-provider.tsx
|
||||
apps/admin-x-framework/src/providers/routing-provider.tsx
|
||||
apps/admin-x-framework/src/hooks/use-active-visitors.ts
|
||||
apps/admin-x-framework/src/hooks/use-koenig-link-suggestions.ts
|
||||
apps/admin-x-framework/src/hooks/use-handle-error.ts
|
||||
apps/admin-x-framework/src/hooks/use-tinybird-query.ts
|
||||
apps/admin-x-framework/src/hooks/use-koenig-fetch-embed.ts
|
||||
apps/admin-x-framework/src/hooks/use-koenig-file-upload.ts
|
||||
apps/admin-x-framework/src/hooks/use-filterable-api.ts
|
||||
apps/admin-x-framework/src/hooks/use-permissions.ts
|
||||
|
|
|
|||
|
|
@ -65231,6 +65231,15 @@ Catalog/Controller/Product/CompareTest.php
|
|||
Controller/Product/CompareTest.php
|
||||
Product/CompareTest.php
|
||||
CompareTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/AttributeSetLayoutHandleTest.php
|
||||
tests/integration/testsuite/Magento/Catalog/Controller/Product/AttributeSetLayoutHandleTest.php
|
||||
integration/testsuite/Magento/Catalog/Controller/Product/AttributeSetLayoutHandleTest.php
|
||||
testsuite/Magento/Catalog/Controller/Product/AttributeSetLayoutHandleTest.php
|
||||
Magento/Catalog/Controller/Product/AttributeSetLayoutHandleTest.php
|
||||
Catalog/Controller/Product/AttributeSetLayoutHandleTest.php
|
||||
Controller/Product/AttributeSetLayoutHandleTest.php
|
||||
Product/AttributeSetLayoutHandleTest.php
|
||||
AttributeSetLayoutHandleTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/ViewTest.php
|
||||
tests/integration/testsuite/Magento/Catalog/Controller/Product/ViewTest.php
|
||||
integration/testsuite/Magento/Catalog/Controller/Product/ViewTest.php
|
||||
|
|
@ -88525,6 +88534,16 @@ Order/Email/Sender/OrderSenderTest.php
|
|||
Email/Sender/OrderSenderTest.php
|
||||
Sender/OrderSenderTest.php
|
||||
OrderSenderTest.php
|
||||
dev/tests/integration/testsuite/Magento/Sales/Model/Order/Email/TemplateEscaperTest.php
|
||||
tests/integration/testsuite/Magento/Sales/Model/Order/Email/TemplateEscaperTest.php
|
||||
integration/testsuite/Magento/Sales/Model/Order/Email/TemplateEscaperTest.php
|
||||
testsuite/Magento/Sales/Model/Order/Email/TemplateEscaperTest.php
|
||||
Magento/Sales/Model/Order/Email/TemplateEscaperTest.php
|
||||
Sales/Model/Order/Email/TemplateEscaperTest.php
|
||||
Model/Order/Email/TemplateEscaperTest.php
|
||||
Order/Email/TemplateEscaperTest.php
|
||||
Email/TemplateEscaperTest.php
|
||||
TemplateEscaperTest.php
|
||||
dev/tests/integration/testsuite/Magento/Sales/Model/Order/ConfigTest.php
|
||||
tests/integration/testsuite/Magento/Sales/Model/Order/ConfigTest.php
|
||||
integration/testsuite/Magento/Sales/Model/Order/ConfigTest.php
|
||||
|
|
@ -175940,6 +175959,13 @@ ViewModel/Product/Checker/AddToCompareAvailability.php
|
|||
Product/Checker/AddToCompareAvailability.php
|
||||
Checker/AddToCompareAvailability.php
|
||||
AddToCompareAvailability.php
|
||||
app/code/Magento/Catalog/ViewModel/Product/Gallery.php
|
||||
code/Magento/Catalog/ViewModel/Product/Gallery.php
|
||||
Magento/Catalog/ViewModel/Product/Gallery.php
|
||||
Catalog/ViewModel/Product/Gallery.php
|
||||
ViewModel/Product/Gallery.php
|
||||
Product/Gallery.php
|
||||
Gallery.php
|
||||
app/code/Magento/Catalog/ViewModel/Product/Breadcrumbs.php
|
||||
code/Magento/Catalog/ViewModel/Product/Breadcrumbs.php
|
||||
Magento/Catalog/ViewModel/Product/Breadcrumbs.php
|
||||
|
|
@ -191291,6 +191317,15 @@ ViewModel/Product/Checker/AddToCompareAvailabilityTest.php
|
|||
Product/Checker/AddToCompareAvailabilityTest.php
|
||||
Checker/AddToCompareAvailabilityTest.php
|
||||
AddToCompareAvailabilityTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/ViewModel/Product/GalleryTest.php
|
||||
code/Magento/Catalog/Test/Unit/ViewModel/Product/GalleryTest.php
|
||||
Magento/Catalog/Test/Unit/ViewModel/Product/GalleryTest.php
|
||||
Catalog/Test/Unit/ViewModel/Product/GalleryTest.php
|
||||
Test/Unit/ViewModel/Product/GalleryTest.php
|
||||
Unit/ViewModel/Product/GalleryTest.php
|
||||
ViewModel/Product/GalleryTest.php
|
||||
Product/GalleryTest.php
|
||||
GalleryTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Pricing/RenderTest.php
|
||||
code/Magento/Catalog/Test/Unit/Pricing/RenderTest.php
|
||||
Magento/Catalog/Test/Unit/Pricing/RenderTest.php
|
||||
|
|
@ -254273,6 +254308,13 @@ Bundle/Plugin/Quote/UpdateBundleQuoteItemBaseOriginalPrice.php
|
|||
Plugin/Quote/UpdateBundleQuoteItemBaseOriginalPrice.php
|
||||
Quote/UpdateBundleQuoteItemBaseOriginalPrice.php
|
||||
UpdateBundleQuoteItemBaseOriginalPrice.php
|
||||
app/code/Magento/Bundle/Plugin/Tax/BlockItemPriceRenderer.php
|
||||
code/Magento/Bundle/Plugin/Tax/BlockItemPriceRenderer.php
|
||||
Magento/Bundle/Plugin/Tax/BlockItemPriceRenderer.php
|
||||
Bundle/Plugin/Tax/BlockItemPriceRenderer.php
|
||||
Plugin/Tax/BlockItemPriceRenderer.php
|
||||
Tax/BlockItemPriceRenderer.php
|
||||
BlockItemPriceRenderer.php
|
||||
app/code/Magento/Bundle/Model/Plugin/PriceBackend.php
|
||||
code/Magento/Bundle/Model/Plugin/PriceBackend.php
|
||||
Magento/Bundle/Model/Plugin/PriceBackend.php
|
||||
|
|
@ -285598,6 +285640,27 @@ Model/ResourceModel/Provider/NotSyncedDataProviderTest.php
|
|||
ResourceModel/Provider/NotSyncedDataProviderTest.php
|
||||
Provider/NotSyncedDataProviderTest.php
|
||||
NotSyncedDataProviderTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Provider/Query/IdListBuilderTest.php
|
||||
code/Magento/Sales/Test/Unit/Model/ResourceModel/Provider/Query/IdListBuilderTest.php
|
||||
Magento/Sales/Test/Unit/Model/ResourceModel/Provider/Query/IdListBuilderTest.php
|
||||
Sales/Test/Unit/Model/ResourceModel/Provider/Query/IdListBuilderTest.php
|
||||
Test/Unit/Model/ResourceModel/Provider/Query/IdListBuilderTest.php
|
||||
Unit/Model/ResourceModel/Provider/Query/IdListBuilderTest.php
|
||||
Model/ResourceModel/Provider/Query/IdListBuilderTest.php
|
||||
ResourceModel/Provider/Query/IdListBuilderTest.php
|
||||
Provider/Query/IdListBuilderTest.php
|
||||
Query/IdListBuilderTest.php
|
||||
IdListBuilderTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Provider/UpdatedIdListProviderTest.php
|
||||
code/Magento/Sales/Test/Unit/Model/ResourceModel/Provider/UpdatedIdListProviderTest.php
|
||||
Magento/Sales/Test/Unit/Model/ResourceModel/Provider/UpdatedIdListProviderTest.php
|
||||
Sales/Test/Unit/Model/ResourceModel/Provider/UpdatedIdListProviderTest.php
|
||||
Test/Unit/Model/ResourceModel/Provider/UpdatedIdListProviderTest.php
|
||||
Unit/Model/ResourceModel/Provider/UpdatedIdListProviderTest.php
|
||||
Model/ResourceModel/Provider/UpdatedIdListProviderTest.php
|
||||
ResourceModel/Provider/UpdatedIdListProviderTest.php
|
||||
Provider/UpdatedIdListProviderTest.php
|
||||
UpdatedIdListProviderTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Report/Order/CreatedatTest.php
|
||||
code/Magento/Sales/Test/Unit/Model/ResourceModel/Report/Order/CreatedatTest.php
|
||||
Magento/Sales/Test/Unit/Model/ResourceModel/Report/Order/CreatedatTest.php
|
||||
|
|
|
|||
|
|
@ -7972,6 +7972,7 @@ dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTes
|
|||
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/ProductTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/ProductUrlRewriteTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/CompareTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/AttributeSetLayoutHandleTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/ViewTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Controller/Category/CategoryUrlRewriteTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Controller/CategoryTest.php
|
||||
|
|
@ -10494,6 +10495,7 @@ dev/tests/integration/testsuite/Magento/Sales/Model/Order/Email/Sender/AdminShip
|
|||
dev/tests/integration/testsuite/Magento/Sales/Model/Order/Email/Sender/CreditmemoSenderTest.php
|
||||
dev/tests/integration/testsuite/Magento/Sales/Model/Order/Email/Sender/CreditmemoAsyncEmailTest.php
|
||||
dev/tests/integration/testsuite/Magento/Sales/Model/Order/Email/Sender/OrderSenderTest.php
|
||||
dev/tests/integration/testsuite/Magento/Sales/Model/Order/Email/TemplateEscaperTest.php
|
||||
dev/tests/integration/testsuite/Magento/Sales/Model/Order/ConfigTest.php
|
||||
dev/tests/integration/testsuite/Magento/Sales/Model/Order/ShipmentTest.php
|
||||
dev/tests/integration/testsuite/Magento/Sales/Model/AsyncGridWithAutoInvoiceTest.php
|
||||
|
|
@ -21109,6 +21111,7 @@ app/code/Magento/Catalog/ViewModel/Attribute/ProductAttributeHelper.php
|
|||
app/code/Magento/Catalog/ViewModel/Product/Listing/PreparePostData.php
|
||||
app/code/Magento/Catalog/ViewModel/Product/OptionsData.php
|
||||
app/code/Magento/Catalog/ViewModel/Product/Checker/AddToCompareAvailability.php
|
||||
app/code/Magento/Catalog/ViewModel/Product/Gallery.php
|
||||
app/code/Magento/Catalog/ViewModel/Product/Breadcrumbs.php
|
||||
app/code/Magento/Catalog/ViewModel/Category/Output.php
|
||||
app/code/Magento/Catalog/ViewModel/Category/Image.php
|
||||
|
|
@ -22995,6 +22998,7 @@ app/code/Magento/Catalog/Test/Unit/Helper/CategoryTest.php
|
|||
app/code/Magento/Catalog/Test/Unit/Helper/ProductTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/ViewModel/Product/BreadcrumbsTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/ViewModel/Product/Checker/AddToCompareAvailabilityTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/ViewModel/Product/GalleryTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Pricing/RenderTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Pricing/Price/CustomOptionPriceTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Pricing/Price/FinalPriceTest.php
|
||||
|
|
@ -30649,6 +30653,7 @@ app/code/Magento/Bundle/Plugin/Api/ProductLinkManagement/ReindexAfterRemoveChild
|
|||
app/code/Magento/Bundle/Plugin/Api/ProductLinkManagement/ReindexAfterAddChildBySkuPlugin.php
|
||||
app/code/Magento/Bundle/Plugin/Quote/UpdateBundleQuoteItemOptions.php
|
||||
app/code/Magento/Bundle/Plugin/Quote/UpdateBundleQuoteItemBaseOriginalPrice.php
|
||||
app/code/Magento/Bundle/Plugin/Tax/BlockItemPriceRenderer.php
|
||||
app/code/Magento/Bundle/Model/Plugin/PriceBackend.php
|
||||
app/code/Magento/Bundle/Model/Plugin/ProductIdentitiesExtender.php
|
||||
app/code/Magento/Bundle/Model/Plugin/Frontend/ProductIdentitiesExtender.php
|
||||
|
|
@ -34549,6 +34554,8 @@ app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Invoice/CommentTest.p
|
|||
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Invoice/RelationTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/AttributeTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Provider/NotSyncedDataProviderTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Provider/Query/IdListBuilderTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Provider/UpdatedIdListProviderTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Report/Order/CreatedatTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Report/BestsellersTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Setup/SerializedDataConverterTest.php
|
||||
|
|
|
|||
|
|
@ -604,6 +604,12 @@ Tests/Functional/Controller/FocusProjectSearchFunctionalTest.php
|
|||
Functional/Controller/FocusProjectSearchFunctionalTest.php
|
||||
Controller/FocusProjectSearchFunctionalTest.php
|
||||
FocusProjectSearchFunctionalTest.php
|
||||
plugins/MauticFocusBundle/Tests/Functional/Model/FocusFormAutoFillTest.php
|
||||
MauticFocusBundle/Tests/Functional/Model/FocusFormAutoFillTest.php
|
||||
Tests/Functional/Model/FocusFormAutoFillTest.php
|
||||
Functional/Model/FocusFormAutoFillTest.php
|
||||
Model/FocusFormAutoFillTest.php
|
||||
FocusFormAutoFillTest.php
|
||||
plugins/MauticFocusBundle/Tests/EventListener/LeadSubscriberTest.php
|
||||
MauticFocusBundle/Tests/EventListener/LeadSubscriberTest.php
|
||||
Tests/EventListener/LeadSubscriberTest.php
|
||||
|
|
@ -6016,6 +6022,12 @@ EmailBundle/Tests/Controller/EmailExampleFunctionalTest.php
|
|||
Tests/Controller/EmailExampleFunctionalTest.php
|
||||
Controller/EmailExampleFunctionalTest.php
|
||||
EmailExampleFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/EmailSendDisabledTrackingFunctionalTest.php
|
||||
bundles/EmailBundle/Tests/Controller/EmailSendDisabledTrackingFunctionalTest.php
|
||||
EmailBundle/Tests/Controller/EmailSendDisabledTrackingFunctionalTest.php
|
||||
Tests/Controller/EmailSendDisabledTrackingFunctionalTest.php
|
||||
Controller/EmailSendDisabledTrackingFunctionalTest.php
|
||||
EmailSendDisabledTrackingFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/Api/SMimeFunctionalTest.php
|
||||
bundles/EmailBundle/Tests/Controller/Api/SMimeFunctionalTest.php
|
||||
EmailBundle/Tests/Controller/Api/SMimeFunctionalTest.php
|
||||
|
|
@ -6518,6 +6530,12 @@ EmailBundle/Tests/EventListener/WebhookSubscriberTest.php
|
|||
Tests/EventListener/WebhookSubscriberTest.php
|
||||
EventListener/WebhookSubscriberTest.php
|
||||
WebhookSubscriberTest.php
|
||||
app/bundles/EmailBundle/Tests/EventListener/EmailImportExportSubscriberFunctionalTest.php
|
||||
bundles/EmailBundle/Tests/EventListener/EmailImportExportSubscriberFunctionalTest.php
|
||||
EmailBundle/Tests/EventListener/EmailImportExportSubscriberFunctionalTest.php
|
||||
Tests/EventListener/EmailImportExportSubscriberFunctionalTest.php
|
||||
EventListener/EmailImportExportSubscriberFunctionalTest.php
|
||||
EmailImportExportSubscriberFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/EventListener/CampaignConditionSubscriberTest.php
|
||||
bundles/EmailBundle/Tests/EventListener/CampaignConditionSubscriberTest.php
|
||||
EmailBundle/Tests/EventListener/CampaignConditionSubscriberTest.php
|
||||
|
|
@ -7016,6 +7034,13 @@ Tests/Functional/Controller/WebhookControllerTest.php
|
|||
Functional/Controller/WebhookControllerTest.php
|
||||
Controller/WebhookControllerTest.php
|
||||
WebhookControllerTest.php
|
||||
app/bundles/WebhookBundle/Tests/Functional/Controller/AjaxControllerTest.php
|
||||
bundles/WebhookBundle/Tests/Functional/Controller/AjaxControllerTest.php
|
||||
WebhookBundle/Tests/Functional/Controller/AjaxControllerTest.php
|
||||
Tests/Functional/Controller/AjaxControllerTest.php
|
||||
Functional/Controller/AjaxControllerTest.php
|
||||
Controller/AjaxControllerTest.php
|
||||
AjaxControllerTest.php
|
||||
app/bundles/WebhookBundle/Tests/Functional/Model/WebhookModelTest.php
|
||||
bundles/WebhookBundle/Tests/Functional/Model/WebhookModelTest.php
|
||||
WebhookBundle/Tests/Functional/Model/WebhookModelTest.php
|
||||
|
|
@ -7057,6 +7082,13 @@ Tests/Functional/Command/ProcessWebhookQueuesCommandTest.php
|
|||
Functional/Command/ProcessWebhookQueuesCommandTest.php
|
||||
Command/ProcessWebhookQueuesCommandTest.php
|
||||
ProcessWebhookQueuesCommandTest.php
|
||||
app/bundles/WebhookBundle/Tests/Unit/Controller/WebhookControllerTest.php
|
||||
bundles/WebhookBundle/Tests/Unit/Controller/WebhookControllerTest.php
|
||||
WebhookBundle/Tests/Unit/Controller/WebhookControllerTest.php
|
||||
Tests/Unit/Controller/WebhookControllerTest.php
|
||||
Unit/Controller/WebhookControllerTest.php
|
||||
Controller/WebhookControllerTest.php
|
||||
WebhookControllerTest.php
|
||||
app/bundles/WebhookBundle/Tests/Unit/Helper/CampaignHelperTest.php
|
||||
bundles/WebhookBundle/Tests/Unit/Helper/CampaignHelperTest.php
|
||||
WebhookBundle/Tests/Unit/Helper/CampaignHelperTest.php
|
||||
|
|
@ -9830,6 +9862,13 @@ Tests/Form/Type/FilterSelectorTypeTest.php
|
|||
Form/Type/FilterSelectorTypeTest.php
|
||||
Type/FilterSelectorTypeTest.php
|
||||
FilterSelectorTypeTest.php
|
||||
app/bundles/ReportBundle/Tests/Form/DataTransformer/ReportFilterDataTransformerTest.php
|
||||
bundles/ReportBundle/Tests/Form/DataTransformer/ReportFilterDataTransformerTest.php
|
||||
ReportBundle/Tests/Form/DataTransformer/ReportFilterDataTransformerTest.php
|
||||
Tests/Form/DataTransformer/ReportFilterDataTransformerTest.php
|
||||
Form/DataTransformer/ReportFilterDataTransformerTest.php
|
||||
DataTransformer/ReportFilterDataTransformerTest.php
|
||||
ReportFilterDataTransformerTest.php
|
||||
app/bundles/ReportBundle/Tests/Builder/MauticReportBuilderTest.php
|
||||
bundles/ReportBundle/Tests/Builder/MauticReportBuilderTest.php
|
||||
ReportBundle/Tests/Builder/MauticReportBuilderTest.php
|
||||
|
|
@ -10033,6 +10072,12 @@ ReportBundle/Translations/en_US/validators.ini
|
|||
Translations/en_US/validators.ini
|
||||
en_US/validators.ini
|
||||
validators.ini
|
||||
app/bundles/ReportBundle/Translations/en_US/javascript.ini
|
||||
bundles/ReportBundle/Translations/en_US/javascript.ini
|
||||
ReportBundle/Translations/en_US/javascript.ini
|
||||
Translations/en_US/javascript.ini
|
||||
en_US/javascript.ini
|
||||
javascript.ini
|
||||
app/bundles/ReportBundle/Translations/en_US/flashes.ini
|
||||
bundles/ReportBundle/Translations/en_US/flashes.ini
|
||||
ReportBundle/Translations/en_US/flashes.ini
|
||||
|
|
@ -17810,6 +17855,12 @@ LeadBundle/Tests/Segment/ContactSegmentFilterTest.php
|
|||
Tests/Segment/ContactSegmentFilterTest.php
|
||||
Segment/ContactSegmentFilterTest.php
|
||||
ContactSegmentFilterTest.php
|
||||
app/bundles/LeadBundle/Tests/Segment/ContactSegmentFilterFactoryFunctionalTest.php
|
||||
bundles/LeadBundle/Tests/Segment/ContactSegmentFilterFactoryFunctionalTest.php
|
||||
LeadBundle/Tests/Segment/ContactSegmentFilterFactoryFunctionalTest.php
|
||||
Tests/Segment/ContactSegmentFilterFactoryFunctionalTest.php
|
||||
Segment/ContactSegmentFilterFactoryFunctionalTest.php
|
||||
ContactSegmentFilterFactoryFunctionalTest.php
|
||||
app/bundles/LeadBundle/Tests/Segment/ContactSegmentServiceFunctionalTest.php
|
||||
bundles/LeadBundle/Tests/Segment/ContactSegmentServiceFunctionalTest.php
|
||||
LeadBundle/Tests/Segment/ContactSegmentServiceFunctionalTest.php
|
||||
|
|
@ -18739,6 +18790,12 @@ LeadBundle/Tests/Entity/LeadFieldRepositoryTest.php
|
|||
Tests/Entity/LeadFieldRepositoryTest.php
|
||||
Entity/LeadFieldRepositoryTest.php
|
||||
LeadFieldRepositoryTest.php
|
||||
app/bundles/LeadBundle/Tests/Entity/TimelineTraitTest.php
|
||||
bundles/LeadBundle/Tests/Entity/TimelineTraitTest.php
|
||||
LeadBundle/Tests/Entity/TimelineTraitTest.php
|
||||
Tests/Entity/TimelineTraitTest.php
|
||||
Entity/TimelineTraitTest.php
|
||||
TimelineTraitTest.php
|
||||
app/bundles/LeadBundle/Tests/Entity/LeadListRepositoryFunctionalTest.php
|
||||
bundles/LeadBundle/Tests/Entity/LeadListRepositoryFunctionalTest.php
|
||||
LeadBundle/Tests/Entity/LeadListRepositoryFunctionalTest.php
|
||||
|
|
@ -30739,6 +30796,13 @@ Tests/Unit/Helper/PathsHelperTest.php
|
|||
Unit/Helper/PathsHelperTest.php
|
||||
Helper/PathsHelperTest.php
|
||||
PathsHelperTest.php
|
||||
app/bundles/CoreBundle/Tests/Unit/Helper/ImportHelperTest.php
|
||||
bundles/CoreBundle/Tests/Unit/Helper/ImportHelperTest.php
|
||||
CoreBundle/Tests/Unit/Helper/ImportHelperTest.php
|
||||
Tests/Unit/Helper/ImportHelperTest.php
|
||||
Unit/Helper/ImportHelperTest.php
|
||||
Helper/ImportHelperTest.php
|
||||
ImportHelperTest.php
|
||||
app/bundles/CoreBundle/Tests/Unit/Helper/MaxMindDoNotSellDownloadHelperTest.php
|
||||
bundles/CoreBundle/Tests/Unit/Helper/MaxMindDoNotSellDownloadHelperTest.php
|
||||
CoreBundle/Tests/Unit/Helper/MaxMindDoNotSellDownloadHelperTest.php
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@ plugins/MauticFocusBundle/Tests/Twig/TwigIntegrationTest.php
|
|||
plugins/MauticFocusBundle/Tests/Functional/Controller/FocusControllerTest.php
|
||||
plugins/MauticFocusBundle/Tests/Functional/Controller/PublicControllerTest.php
|
||||
plugins/MauticFocusBundle/Tests/Functional/Controller/FocusProjectSearchFunctionalTest.php
|
||||
plugins/MauticFocusBundle/Tests/Functional/Model/FocusFormAutoFillTest.php
|
||||
plugins/MauticFocusBundle/Tests/EventListener/LeadSubscriberTest.php
|
||||
plugins/MauticFocusBundle/Tests/EventListener/ReportSubscriberFunctionalTest.php
|
||||
plugins/MauticFocusBundle/Tests/EventListener/LeadSubscriberFunctionalTest.php
|
||||
|
|
@ -1336,6 +1337,7 @@ app/bundles/EmailBundle/Tests/Controller/EmailSendFunctionalTest.php
|
|||
app/bundles/EmailBundle/Tests/Controller/EmailControllerFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/AjaxControllerTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/EmailExampleFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/EmailSendDisabledTrackingFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/Api/SMimeFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/Api/EmailApiControllerFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/Controller/ConfigControllerFunctionalTest.php
|
||||
|
|
@ -1413,6 +1415,7 @@ app/bundles/EmailBundle/Tests/EventListener/DetermineWinnerSubscriberTest.php
|
|||
app/bundles/EmailBundle/Tests/EventListener/EmailToUserSubscriberTest.php
|
||||
app/bundles/EmailBundle/Tests/EventListener/TokenSubscriberTest.php
|
||||
app/bundles/EmailBundle/Tests/EventListener/WebhookSubscriberTest.php
|
||||
app/bundles/EmailBundle/Tests/EventListener/EmailImportExportSubscriberFunctionalTest.php
|
||||
app/bundles/EmailBundle/Tests/EventListener/CampaignConditionSubscriberTest.php
|
||||
app/bundles/EmailBundle/Tests/EventListener/EmailSubscriberTest.php
|
||||
app/bundles/EmailBundle/Tests/EventListener/ReportSubscriberTest.php
|
||||
|
|
@ -1502,12 +1505,14 @@ app/bundles/WebhookBundle/Views/Notifications/webhook-failing.html.php
|
|||
app/bundles/WebhookBundle/Views/Notifications/webhook-killed.html.php
|
||||
app/bundles/WebhookBundle/Tests/Form/Type/ConfigTypeFunctionalTest.php
|
||||
app/bundles/WebhookBundle/Tests/Functional/Controller/WebhookControllerTest.php
|
||||
app/bundles/WebhookBundle/Tests/Functional/Controller/AjaxControllerTest.php
|
||||
app/bundles/WebhookBundle/Tests/Functional/Model/WebhookModelTest.php
|
||||
app/bundles/WebhookBundle/Tests/Functional/Model/WebhookModelProcessFailureTest.php
|
||||
app/bundles/WebhookBundle/Tests/Functional/WebhookFunctionalTest.php
|
||||
app/bundles/WebhookBundle/Tests/Functional/Entity/WebhookQueueFunctionalTest.php
|
||||
app/bundles/WebhookBundle/Tests/Functional/Command/DeleteWebhookLogsCommandTest.php
|
||||
app/bundles/WebhookBundle/Tests/Functional/Command/ProcessWebhookQueuesCommandTest.php
|
||||
app/bundles/WebhookBundle/Tests/Unit/Controller/WebhookControllerTest.php
|
||||
app/bundles/WebhookBundle/Tests/Unit/Helper/CampaignHelperTest.php
|
||||
app/bundles/WebhookBundle/Tests/Unit/Model/WebhookModelTest.php
|
||||
app/bundles/WebhookBundle/Tests/Unit/Http/ClientTest.php
|
||||
|
|
@ -1983,6 +1988,7 @@ app/bundles/ReportBundle/Tests/Model/ReportExporterTest.php
|
|||
app/bundles/ReportBundle/Tests/Form/Type/ReportTypeTest.php
|
||||
app/bundles/ReportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php
|
||||
app/bundles/ReportBundle/Tests/Form/Type/FilterSelectorTypeTest.php
|
||||
app/bundles/ReportBundle/Tests/Form/DataTransformer/ReportFilterDataTransformerTest.php
|
||||
app/bundles/ReportBundle/Tests/Builder/MauticReportBuilderTest.php
|
||||
app/bundles/ReportBundle/Tests/Scheduler/Model/SchedulerPlannerTest.php
|
||||
app/bundles/ReportBundle/Tests/Scheduler/Model/SendScheduleTest.php
|
||||
|
|
@ -2015,6 +2021,7 @@ app/bundles/ReportBundle/Config/services.php
|
|||
app/bundles/ReportBundle/ReportEvents.php
|
||||
app/bundles/ReportBundle/Translations/en_US/messages.ini
|
||||
app/bundles/ReportBundle/Translations/en_US/validators.ini
|
||||
app/bundles/ReportBundle/Translations/en_US/javascript.ini
|
||||
app/bundles/ReportBundle/Translations/en_US/flashes.ini
|
||||
app/bundles/ReportBundle/Exception/FileTooBigException.php
|
||||
app/bundles/ReportBundle/Exception/FileIOException.php
|
||||
|
|
@ -3258,6 +3265,7 @@ app/bundles/LeadBundle/Tests/Segment/Query/Filter/DoNotContactFilterQueryBuilder
|
|||
app/bundles/LeadBundle/Tests/Segment/Query/ContactSegmentQueryBuilderTest.php
|
||||
app/bundles/LeadBundle/Tests/Segment/Query/QueryBuilderTest.php
|
||||
app/bundles/LeadBundle/Tests/Segment/ContactSegmentFilterTest.php
|
||||
app/bundles/LeadBundle/Tests/Segment/ContactSegmentFilterFactoryFunctionalTest.php
|
||||
app/bundles/LeadBundle/Tests/Segment/ContactSegmentServiceFunctionalTest.php
|
||||
app/bundles/LeadBundle/Tests/Segment/SegmentFilterFunctionalTest.php
|
||||
app/bundles/LeadBundle/Tests/Segment/RandomParameterNameTest.php
|
||||
|
|
@ -3405,6 +3413,7 @@ app/bundles/LeadBundle/Tests/Entity/ContactExportSchedulerTest.php
|
|||
app/bundles/LeadBundle/Tests/Entity/LeadDeviceRepositoryTest.php
|
||||
app/bundles/LeadBundle/Tests/Entity/CompanyUnitTest.php
|
||||
app/bundles/LeadBundle/Tests/Entity/LeadFieldRepositoryTest.php
|
||||
app/bundles/LeadBundle/Tests/Entity/TimelineTraitTest.php
|
||||
app/bundles/LeadBundle/Tests/Entity/LeadListRepositoryFunctionalTest.php
|
||||
app/bundles/LeadBundle/Tests/Entity/LeadListRepositoryTest.php
|
||||
app/bundles/LeadBundle/Tests/Entity/DoNotContactTest.php
|
||||
|
|
@ -5371,6 +5380,7 @@ app/bundles/CoreBundle/Tests/Unit/Helper/resource/email/email-no-minify.html
|
|||
app/bundles/CoreBundle/Tests/Unit/Helper/resource/email/email-minify.html
|
||||
app/bundles/CoreBundle/Tests/Unit/Helper/RandomHelper/RandomHelperTest.php
|
||||
app/bundles/CoreBundle/Tests/Unit/Helper/PathsHelperTest.php
|
||||
app/bundles/CoreBundle/Tests/Unit/Helper/ImportHelperTest.php
|
||||
app/bundles/CoreBundle/Tests/Unit/Helper/MaxMindDoNotSellDownloadHelperTest.php
|
||||
app/bundles/CoreBundle/Tests/Unit/Helper/DateTimeHelperTest.php
|
||||
app/bundles/CoreBundle/Tests/Unit/Helper/TestResources/WakeupCall.php
|
||||
|
|
|
|||
|
|
@ -21893,6 +21893,24 @@ tests/unit/Core/KernelTest.php
|
|||
unit/Core/KernelTest.php
|
||||
Core/KernelTest.php
|
||||
KernelTest.php
|
||||
tests/unit/Core/DevOps/DevOpsTest.php
|
||||
unit/Core/DevOps/DevOpsTest.php
|
||||
Core/DevOps/DevOpsTest.php
|
||||
DevOps/DevOpsTest.php
|
||||
DevOpsTest.php
|
||||
tests/unit/Core/DevOps/Environment/EnvironmentHelperTest.php
|
||||
unit/Core/DevOps/Environment/EnvironmentHelperTest.php
|
||||
Core/DevOps/Environment/EnvironmentHelperTest.php
|
||||
DevOps/Environment/EnvironmentHelperTest.php
|
||||
Environment/EnvironmentHelperTest.php
|
||||
EnvironmentHelperTest.php
|
||||
tests/unit/Core/DevOps/System/Command/SystemDumpDatabaseCommandTest.php
|
||||
unit/Core/DevOps/System/Command/SystemDumpDatabaseCommandTest.php
|
||||
Core/DevOps/System/Command/SystemDumpDatabaseCommandTest.php
|
||||
DevOps/System/Command/SystemDumpDatabaseCommandTest.php
|
||||
System/Command/SystemDumpDatabaseCommandTest.php
|
||||
Command/SystemDumpDatabaseCommandTest.php
|
||||
SystemDumpDatabaseCommandTest.php
|
||||
tests/unit/Core/DevOps/System/Command/OpenApiValidationCommandTest.php
|
||||
unit/Core/DevOps/System/Command/OpenApiValidationCommandTest.php
|
||||
Core/DevOps/System/Command/OpenApiValidationCommandTest.php
|
||||
|
|
@ -21907,6 +21925,13 @@ DevOps/System/Command/SyncComposerVersionCommandTest.php
|
|||
System/Command/SyncComposerVersionCommandTest.php
|
||||
Command/SyncComposerVersionCommandTest.php
|
||||
SyncComposerVersionCommandTest.php
|
||||
tests/unit/Core/DevOps/System/Command/SystemRestoreDatabaseCommandTest.php
|
||||
unit/Core/DevOps/System/Command/SystemRestoreDatabaseCommandTest.php
|
||||
Core/DevOps/System/Command/SystemRestoreDatabaseCommandTest.php
|
||||
DevOps/System/Command/SystemRestoreDatabaseCommandTest.php
|
||||
System/Command/SystemRestoreDatabaseCommandTest.php
|
||||
Command/SystemRestoreDatabaseCommandTest.php
|
||||
SystemRestoreDatabaseCommandTest.php
|
||||
tests/unit/Core/DevOps/Test/AnnotationTagTesterTest.php
|
||||
unit/Core/DevOps/Test/AnnotationTagTesterTest.php
|
||||
Core/DevOps/Test/AnnotationTagTesterTest.php
|
||||
|
|
@ -21928,6 +21953,465 @@ Test/Command/Fixture/Migration1763996000Dummy.php
|
|||
Command/Fixture/Migration1763996000Dummy.php
|
||||
Fixture/Migration1763996000Dummy.php
|
||||
Migration1763996000Dummy.php
|
||||
tests/unit/Core/DevOps/Docs/ArrayWriterTest.php
|
||||
unit/Core/DevOps/Docs/ArrayWriterTest.php
|
||||
Core/DevOps/Docs/ArrayWriterTest.php
|
||||
DevOps/Docs/ArrayWriterTest.php
|
||||
Docs/ArrayWriterTest.php
|
||||
ArrayWriterTest.php
|
||||
tests/unit/Core/DevOps/Docs/Script/HooksReferenceGeneratorTest.php
|
||||
unit/Core/DevOps/Docs/Script/HooksReferenceGeneratorTest.php
|
||||
Core/DevOps/Docs/Script/HooksReferenceGeneratorTest.php
|
||||
DevOps/Docs/Script/HooksReferenceGeneratorTest.php
|
||||
Docs/Script/HooksReferenceGeneratorTest.php
|
||||
Script/HooksReferenceGeneratorTest.php
|
||||
HooksReferenceGeneratorTest.php
|
||||
tests/unit/Core/DevOps/Docs/Script/ScriptReferenceGeneratorCommandTest.php
|
||||
unit/Core/DevOps/Docs/Script/ScriptReferenceGeneratorCommandTest.php
|
||||
Core/DevOps/Docs/Script/ScriptReferenceGeneratorCommandTest.php
|
||||
DevOps/Docs/Script/ScriptReferenceGeneratorCommandTest.php
|
||||
Docs/Script/ScriptReferenceGeneratorCommandTest.php
|
||||
Script/ScriptReferenceGeneratorCommandTest.php
|
||||
ScriptReferenceGeneratorCommandTest.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNoReturnDoc.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNoReturnDoc.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithNoReturnDoc.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithNoReturnDoc.php
|
||||
Docs/Script/_fixtures/ServiceWithNoReturnDoc.php
|
||||
Script/_fixtures/ServiceWithNoReturnDoc.php
|
||||
_fixtures/ServiceWithNoReturnDoc.php
|
||||
ServiceWithNoReturnDoc.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/InjectedService.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/InjectedService.php
|
||||
Core/DevOps/Docs/Script/_fixtures/InjectedService.php
|
||||
DevOps/Docs/Script/_fixtures/InjectedService.php
|
||||
Docs/Script/_fixtures/InjectedService.php
|
||||
Script/_fixtures/InjectedService.php
|
||||
_fixtures/InjectedService.php
|
||||
InjectedService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithShopwareReturnType.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithShopwareReturnType.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithShopwareReturnType.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithShopwareReturnType.php
|
||||
Docs/Script/_fixtures/ServiceWithShopwareReturnType.php
|
||||
Script/_fixtures/ServiceWithShopwareReturnType.php
|
||||
_fixtures/ServiceWithShopwareReturnType.php
|
||||
ServiceWithShopwareReturnType.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/duplicate_example_test/dir1/ExampleFile.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/duplicate_example_test/dir1/ExampleFile.php
|
||||
Core/DevOps/Docs/Script/_fixtures/duplicate_example_test/dir1/ExampleFile.php
|
||||
DevOps/Docs/Script/_fixtures/duplicate_example_test/dir1/ExampleFile.php
|
||||
Docs/Script/_fixtures/duplicate_example_test/dir1/ExampleFile.php
|
||||
Script/_fixtures/duplicate_example_test/dir1/ExampleFile.php
|
||||
_fixtures/duplicate_example_test/dir1/ExampleFile.php
|
||||
duplicate_example_test/dir1/ExampleFile.php
|
||||
dir1/ExampleFile.php
|
||||
ExampleFile.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/duplicate_example_test/dir2/ExampleFile.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/duplicate_example_test/dir2/ExampleFile.php
|
||||
Core/DevOps/Docs/Script/_fixtures/duplicate_example_test/dir2/ExampleFile.php
|
||||
DevOps/Docs/Script/_fixtures/duplicate_example_test/dir2/ExampleFile.php
|
||||
Docs/Script/_fixtures/duplicate_example_test/dir2/ExampleFile.php
|
||||
Script/_fixtures/duplicate_example_test/dir2/ExampleFile.php
|
||||
_fixtures/duplicate_example_test/dir2/ExampleFile.php
|
||||
duplicate_example_test/dir2/ExampleFile.php
|
||||
dir2/ExampleFile.php
|
||||
ExampleFile.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNoDocMethod.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNoDocMethod.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithNoDocMethod.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithNoDocMethod.php
|
||||
Docs/Script/_fixtures/ServiceWithNoDocMethod.php
|
||||
Script/_fixtures/ServiceWithNoDocMethod.php
|
||||
_fixtures/ServiceWithNoDocMethod.php
|
||||
ServiceWithNoDocMethod.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/NoDocCommentService.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/NoDocCommentService.php
|
||||
Core/DevOps/Docs/Script/_fixtures/NoDocCommentService.php
|
||||
DevOps/Docs/Script/_fixtures/NoDocCommentService.php
|
||||
Docs/Script/_fixtures/NoDocCommentService.php
|
||||
Script/_fixtures/NoDocCommentService.php
|
||||
_fixtures/NoDocCommentService.php
|
||||
NoDocCommentService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithEmptyUseCase.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithEmptyUseCase.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/HookWithEmptyUseCase.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/HookWithEmptyUseCase.php
|
||||
Docs/Script/_fixtures/hooks/HookWithEmptyUseCase.php
|
||||
Script/_fixtures/hooks/HookWithEmptyUseCase.php
|
||||
_fixtures/hooks/HookWithEmptyUseCase.php
|
||||
hooks/HookWithEmptyUseCase.php
|
||||
HookWithEmptyUseCase.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithDocBlockButNoVarTag.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithDocBlockButNoVarTag.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/HookWithDocBlockButNoVarTag.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/HookWithDocBlockButNoVarTag.php
|
||||
Docs/Script/_fixtures/hooks/HookWithDocBlockButNoVarTag.php
|
||||
Script/_fixtures/hooks/HookWithDocBlockButNoVarTag.php
|
||||
_fixtures/hooks/HookWithDocBlockButNoVarTag.php
|
||||
hooks/HookWithDocBlockButNoVarTag.php
|
||||
HookWithDocBlockButNoVarTag.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleHookServiceFactory.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleHookServiceFactory.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/SimpleHookServiceFactory.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/SimpleHookServiceFactory.php
|
||||
Docs/Script/_fixtures/hooks/SimpleHookServiceFactory.php
|
||||
Script/_fixtures/hooks/SimpleHookServiceFactory.php
|
||||
_fixtures/hooks/SimpleHookServiceFactory.php
|
||||
hooks/SimpleHookServiceFactory.php
|
||||
SimpleHookServiceFactory.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithVarAnnotatedProperty.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithVarAnnotatedProperty.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/HookWithVarAnnotatedProperty.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/HookWithVarAnnotatedProperty.php
|
||||
Docs/Script/_fixtures/hooks/HookWithVarAnnotatedProperty.php
|
||||
Script/_fixtures/hooks/HookWithVarAnnotatedProperty.php
|
||||
_fixtures/hooks/HookWithVarAnnotatedProperty.php
|
||||
hooks/HookWithVarAnnotatedProperty.php
|
||||
HookWithVarAnnotatedProperty.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithUntypedProperty.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithUntypedProperty.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/HookWithUntypedProperty.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/HookWithUntypedProperty.php
|
||||
Docs/Script/_fixtures/hooks/HookWithUntypedProperty.php
|
||||
Script/_fixtures/hooks/HookWithUntypedProperty.php
|
||||
_fixtures/hooks/HookWithUntypedProperty.php
|
||||
hooks/HookWithUntypedProperty.php
|
||||
HookWithUntypedProperty.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleHook.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleHook.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/SimpleHook.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/SimpleHook.php
|
||||
Docs/Script/_fixtures/hooks/SimpleHook.php
|
||||
Script/_fixtures/hooks/SimpleHook.php
|
||||
_fixtures/hooks/SimpleHook.php
|
||||
hooks/SimpleHook.php
|
||||
SimpleHook.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoReturnTypeFactory.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoReturnTypeFactory.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoReturnTypeFactory.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/HookWithNoReturnTypeFactory.php
|
||||
Docs/Script/_fixtures/hooks/HookWithNoReturnTypeFactory.php
|
||||
Script/_fixtures/hooks/HookWithNoReturnTypeFactory.php
|
||||
_fixtures/hooks/HookWithNoReturnTypeFactory.php
|
||||
hooks/HookWithNoReturnTypeFactory.php
|
||||
HookWithNoReturnTypeFactory.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/InterfaceHookWithOptionalFunction.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/InterfaceHookWithOptionalFunction.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/InterfaceHookWithOptionalFunction.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/InterfaceHookWithOptionalFunction.php
|
||||
Docs/Script/_fixtures/hooks/InterfaceHookWithOptionalFunction.php
|
||||
Script/_fixtures/hooks/InterfaceHookWithOptionalFunction.php
|
||||
_fixtures/hooks/InterfaceHookWithOptionalFunction.php
|
||||
hooks/InterfaceHookWithOptionalFunction.php
|
||||
InterfaceHookWithOptionalFunction.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleResponseFunctionHook.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleResponseFunctionHook.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/SimpleResponseFunctionHook.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/SimpleResponseFunctionHook.php
|
||||
Docs/Script/_fixtures/hooks/SimpleResponseFunctionHook.php
|
||||
Script/_fixtures/hooks/SimpleResponseFunctionHook.php
|
||||
_fixtures/hooks/SimpleResponseFunctionHook.php
|
||||
hooks/SimpleResponseFunctionHook.php
|
||||
SimpleResponseFunctionHook.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleInterfaceHook.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleInterfaceHook.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/SimpleInterfaceHook.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/SimpleInterfaceHook.php
|
||||
Docs/Script/_fixtures/hooks/SimpleInterfaceHook.php
|
||||
Script/_fixtures/hooks/SimpleInterfaceHook.php
|
||||
_fixtures/hooks/SimpleInterfaceHook.php
|
||||
hooks/SimpleInterfaceHook.php
|
||||
SimpleInterfaceHook.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithService.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithService.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/HookWithService.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/HookWithService.php
|
||||
Docs/Script/_fixtures/hooks/HookWithService.php
|
||||
Script/_fixtures/hooks/HookWithService.php
|
||||
_fixtures/hooks/HookWithService.php
|
||||
hooks/HookWithService.php
|
||||
HookWithService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/DeprecatedHookFixture.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/DeprecatedHookFixture.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/DeprecatedHookFixture.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/DeprecatedHookFixture.php
|
||||
Docs/Script/_fixtures/hooks/DeprecatedHookFixture.php
|
||||
Script/_fixtures/hooks/DeprecatedHookFixture.php
|
||||
_fixtures/hooks/DeprecatedHookFixture.php
|
||||
hooks/DeprecatedHookFixture.php
|
||||
DeprecatedHookFixture.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoUseCase.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoUseCase.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoUseCase.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/HookWithNoUseCase.php
|
||||
Docs/Script/_fixtures/hooks/HookWithNoUseCase.php
|
||||
Script/_fixtures/hooks/HookWithNoUseCase.php
|
||||
_fixtures/hooks/HookWithNoUseCase.php
|
||||
hooks/HookWithNoUseCase.php
|
||||
HookWithNoUseCase.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithInvalidUseCase.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithInvalidUseCase.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/HookWithInvalidUseCase.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/HookWithInvalidUseCase.php
|
||||
Docs/Script/_fixtures/hooks/HookWithInvalidUseCase.php
|
||||
Script/_fixtures/hooks/HookWithInvalidUseCase.php
|
||||
_fixtures/hooks/HookWithInvalidUseCase.php
|
||||
hooks/HookWithInvalidUseCase.php
|
||||
HookWithInvalidUseCase.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/OptionalFunctionHookFixture.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/OptionalFunctionHookFixture.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/OptionalFunctionHookFixture.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/OptionalFunctionHookFixture.php
|
||||
Docs/Script/_fixtures/hooks/OptionalFunctionHookFixture.php
|
||||
Script/_fixtures/hooks/OptionalFunctionHookFixture.php
|
||||
_fixtures/hooks/OptionalFunctionHookFixture.php
|
||||
hooks/OptionalFunctionHookFixture.php
|
||||
OptionalFunctionHookFixture.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/StoppableHookFixture.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/StoppableHookFixture.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/StoppableHookFixture.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/StoppableHookFixture.php
|
||||
Docs/Script/_fixtures/hooks/StoppableHookFixture.php
|
||||
Script/_fixtures/hooks/StoppableHookFixture.php
|
||||
_fixtures/hooks/StoppableHookFixture.php
|
||||
hooks/StoppableHookFixture.php
|
||||
StoppableHookFixture.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoDocComment.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoDocComment.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoDocComment.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/HookWithNoDocComment.php
|
||||
Docs/Script/_fixtures/hooks/HookWithNoDocComment.php
|
||||
Script/_fixtures/hooks/HookWithNoDocComment.php
|
||||
_fixtures/hooks/HookWithNoDocComment.php
|
||||
hooks/HookWithNoDocComment.php
|
||||
HookWithNoDocComment.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookServiceFactoryWithNoReturnType.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookServiceFactoryWithNoReturnType.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/HookServiceFactoryWithNoReturnType.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/HookServiceFactoryWithNoReturnType.php
|
||||
Docs/Script/_fixtures/hooks/HookServiceFactoryWithNoReturnType.php
|
||||
Script/_fixtures/hooks/HookServiceFactoryWithNoReturnType.php
|
||||
_fixtures/hooks/HookServiceFactoryWithNoReturnType.php
|
||||
hooks/HookServiceFactoryWithNoReturnType.php
|
||||
HookServiceFactoryWithNoReturnType.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleService.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleService.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/SimpleService.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/SimpleService.php
|
||||
Docs/Script/_fixtures/hooks/SimpleService.php
|
||||
Script/_fixtures/hooks/SimpleService.php
|
||||
_fixtures/hooks/SimpleService.php
|
||||
hooks/SimpleService.php
|
||||
SimpleService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoSince.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoSince.php
|
||||
Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoSince.php
|
||||
DevOps/Docs/Script/_fixtures/hooks/HookWithNoSince.php
|
||||
Docs/Script/_fixtures/hooks/HookWithNoSince.php
|
||||
Script/_fixtures/hooks/HookWithNoSince.php
|
||||
_fixtures/hooks/HookWithNoSince.php
|
||||
hooks/HookWithNoSince.php
|
||||
HookWithNoSince.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/short_example_test/ShortFile.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/short_example_test/ShortFile.php
|
||||
Core/DevOps/Docs/Script/_fixtures/short_example_test/ShortFile.php
|
||||
DevOps/Docs/Script/_fixtures/short_example_test/ShortFile.php
|
||||
Docs/Script/_fixtures/short_example_test/ShortFile.php
|
||||
Script/_fixtures/short_example_test/ShortFile.php
|
||||
_fixtures/short_example_test/ShortFile.php
|
||||
short_example_test/ShortFile.php
|
||||
ShortFile.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/short_example_test/ServiceWithShortExample.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/short_example_test/ServiceWithShortExample.php
|
||||
Core/DevOps/Docs/Script/_fixtures/short_example_test/ServiceWithShortExample.php
|
||||
DevOps/Docs/Script/_fixtures/short_example_test/ServiceWithShortExample.php
|
||||
Docs/Script/_fixtures/short_example_test/ServiceWithShortExample.php
|
||||
Script/_fixtures/short_example_test/ServiceWithShortExample.php
|
||||
_fixtures/short_example_test/ServiceWithShortExample.php
|
||||
short_example_test/ServiceWithShortExample.php
|
||||
ServiceWithShortExample.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/InternalService2.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/InternalService2.php
|
||||
Core/DevOps/Docs/Script/_fixtures/InternalService2.php
|
||||
DevOps/Docs/Script/_fixtures/InternalService2.php
|
||||
Docs/Script/_fixtures/InternalService2.php
|
||||
Script/_fixtures/InternalService2.php
|
||||
_fixtures/InternalService2.php
|
||||
InternalService2.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithMissingExampleFile.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithMissingExampleFile.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithMissingExampleFile.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithMissingExampleFile.php
|
||||
Docs/Script/_fixtures/ServiceWithMissingExampleFile.php
|
||||
Script/_fixtures/ServiceWithMissingExampleFile.php
|
||||
_fixtures/ServiceWithMissingExampleFile.php
|
||||
ServiceWithMissingExampleFile.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/InvalidGroupService.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/InvalidGroupService.php
|
||||
Core/DevOps/Docs/Script/_fixtures/InvalidGroupService.php
|
||||
DevOps/Docs/Script/_fixtures/InvalidGroupService.php
|
||||
Docs/Script/_fixtures/InvalidGroupService.php
|
||||
Script/_fixtures/InvalidGroupService.php
|
||||
_fixtures/InvalidGroupService.php
|
||||
InvalidGroupService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/InvalidGroupService2.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/InvalidGroupService2.php
|
||||
Core/DevOps/Docs/Script/_fixtures/InvalidGroupService2.php
|
||||
DevOps/Docs/Script/_fixtures/InvalidGroupService2.php
|
||||
Docs/Script/_fixtures/InvalidGroupService2.php
|
||||
Script/_fixtures/InvalidGroupService2.php
|
||||
_fixtures/InvalidGroupService2.php
|
||||
InvalidGroupService2.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamDocBlock.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamDocBlock.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamDocBlock.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamDocBlock.php
|
||||
Docs/Script/_fixtures/ServiceWithInvalidParamDocBlock.php
|
||||
Script/_fixtures/ServiceWithInvalidParamDocBlock.php
|
||||
_fixtures/ServiceWithInvalidParamDocBlock.php
|
||||
ServiceWithInvalidParamDocBlock.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/MissingDescriptionService.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/MissingDescriptionService.php
|
||||
Core/DevOps/Docs/Script/_fixtures/MissingDescriptionService.php
|
||||
DevOps/Docs/Script/_fixtures/MissingDescriptionService.php
|
||||
Docs/Script/_fixtures/MissingDescriptionService.php
|
||||
Script/_fixtures/MissingDescriptionService.php
|
||||
_fixtures/MissingDescriptionService.php
|
||||
MissingDescriptionService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNoParamDoc.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNoParamDoc.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithNoParamDoc.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithNoParamDoc.php
|
||||
Docs/Script/_fixtures/ServiceWithNoParamDoc.php
|
||||
Script/_fixtures/ServiceWithNoParamDoc.php
|
||||
_fixtures/ServiceWithNoParamDoc.php
|
||||
ServiceWithNoParamDoc.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNullableReturn.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNullableReturn.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithNullableReturn.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithNullableReturn.php
|
||||
Docs/Script/_fixtures/ServiceWithNullableReturn.php
|
||||
Script/_fixtures/ServiceWithNullableReturn.php
|
||||
_fixtures/ServiceWithNullableReturn.php
|
||||
ServiceWithNullableReturn.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamDoc.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamDoc.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamDoc.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamDoc.php
|
||||
Docs/Script/_fixtures/ServiceWithInvalidParamDoc.php
|
||||
Script/_fixtures/ServiceWithInvalidParamDoc.php
|
||||
_fixtures/ServiceWithInvalidParamDoc.php
|
||||
ServiceWithInvalidParamDoc.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamAndDefault.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamAndDefault.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamAndDefault.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamAndDefault.php
|
||||
Docs/Script/_fixtures/ServiceWithInvalidParamAndDefault.php
|
||||
Script/_fixtures/ServiceWithInvalidParamAndDefault.php
|
||||
_fixtures/ServiceWithInvalidParamAndDefault.php
|
||||
ServiceWithInvalidParamAndDefault.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/InternalService.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/InternalService.php
|
||||
Core/DevOps/Docs/Script/_fixtures/InternalService.php
|
||||
DevOps/Docs/Script/_fixtures/InternalService.php
|
||||
Docs/Script/_fixtures/InternalService.php
|
||||
Script/_fixtures/InternalService.php
|
||||
_fixtures/InternalService.php
|
||||
InternalService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithScriptServiceReturnType.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithScriptServiceReturnType.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithScriptServiceReturnType.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithScriptServiceReturnType.php
|
||||
Docs/Script/_fixtures/ServiceWithScriptServiceReturnType.php
|
||||
Script/_fixtures/ServiceWithScriptServiceReturnType.php
|
||||
_fixtures/ServiceWithScriptServiceReturnType.php
|
||||
ServiceWithScriptServiceReturnType.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ValidService2.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ValidService2.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ValidService2.php
|
||||
DevOps/Docs/Script/_fixtures/ValidService2.php
|
||||
Docs/Script/_fixtures/ValidService2.php
|
||||
Script/_fixtures/ValidService2.php
|
||||
_fixtures/ValidService2.php
|
||||
ValidService2.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ValidService.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ValidService.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ValidService.php
|
||||
DevOps/Docs/Script/_fixtures/ValidService.php
|
||||
Docs/Script/_fixtures/ValidService.php
|
||||
Script/_fixtures/ValidService.php
|
||||
_fixtures/ValidService.php
|
||||
ValidService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNonExampleTag.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNonExampleTag.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithNonExampleTag.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithNonExampleTag.php
|
||||
Docs/Script/_fixtures/ServiceWithNonExampleTag.php
|
||||
Script/_fixtures/ServiceWithNonExampleTag.php
|
||||
_fixtures/ServiceWithNonExampleTag.php
|
||||
ServiceWithNonExampleTag.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/DeprecatedService.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/DeprecatedService.php
|
||||
Core/DevOps/Docs/Script/_fixtures/DeprecatedService.php
|
||||
DevOps/Docs/Script/_fixtures/DeprecatedService.php
|
||||
Docs/Script/_fixtures/DeprecatedService.php
|
||||
Script/_fixtures/DeprecatedService.php
|
||||
_fixtures/DeprecatedService.php
|
||||
DeprecatedService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ValidService3.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ValidService3.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ValidService3.php
|
||||
DevOps/Docs/Script/_fixtures/ValidService3.php
|
||||
Docs/Script/_fixtures/ValidService3.php
|
||||
Script/_fixtures/ValidService3.php
|
||||
_fixtures/ValidService3.php
|
||||
ValidService3.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/NoScriptServiceTag.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/NoScriptServiceTag.php
|
||||
Core/DevOps/Docs/Script/_fixtures/NoScriptServiceTag.php
|
||||
DevOps/Docs/Script/_fixtures/NoScriptServiceTag.php
|
||||
Docs/Script/_fixtures/NoScriptServiceTag.php
|
||||
Script/_fixtures/NoScriptServiceTag.php
|
||||
_fixtures/NoScriptServiceTag.php
|
||||
NoScriptServiceTag.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithShortExample.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithShortExample.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithShortExample.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithShortExample.php
|
||||
Docs/Script/_fixtures/ServiceWithShortExample.php
|
||||
Script/_fixtures/ServiceWithShortExample.php
|
||||
_fixtures/ServiceWithShortExample.php
|
||||
ServiceWithShortExample.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithDuplicateExample.php
|
||||
unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithDuplicateExample.php
|
||||
Core/DevOps/Docs/Script/_fixtures/ServiceWithDuplicateExample.php
|
||||
DevOps/Docs/Script/_fixtures/ServiceWithDuplicateExample.php
|
||||
Docs/Script/_fixtures/ServiceWithDuplicateExample.php
|
||||
Script/_fixtures/ServiceWithDuplicateExample.php
|
||||
_fixtures/ServiceWithDuplicateExample.php
|
||||
ServiceWithDuplicateExample.php
|
||||
tests/unit/Core/DevOps/Docs/Script/ScriptReferenceDataCollectorTest.php
|
||||
unit/Core/DevOps/Docs/Script/ScriptReferenceDataCollectorTest.php
|
||||
Core/DevOps/Docs/Script/ScriptReferenceDataCollectorTest.php
|
||||
DevOps/Docs/Script/ScriptReferenceDataCollectorTest.php
|
||||
Docs/Script/ScriptReferenceDataCollectorTest.php
|
||||
Script/ScriptReferenceDataCollectorTest.php
|
||||
ScriptReferenceDataCollectorTest.php
|
||||
tests/unit/Core/DevOps/Docs/Script/ServiceReferenceGeneratorTest.php
|
||||
unit/Core/DevOps/Docs/Script/ServiceReferenceGeneratorTest.php
|
||||
Core/DevOps/Docs/Script/ServiceReferenceGeneratorTest.php
|
||||
DevOps/Docs/Script/ServiceReferenceGeneratorTest.php
|
||||
Docs/Script/ServiceReferenceGeneratorTest.php
|
||||
Script/ServiceReferenceGeneratorTest.php
|
||||
ServiceReferenceGeneratorTest.php
|
||||
tests/unit/Core/DevOps/Docs/App/HookableEventDocTest.php
|
||||
unit/Core/DevOps/Docs/App/HookableEventDocTest.php
|
||||
Core/DevOps/Docs/App/HookableEventDocTest.php
|
||||
DevOps/Docs/App/HookableEventDocTest.php
|
||||
Docs/App/HookableEventDocTest.php
|
||||
App/HookableEventDocTest.php
|
||||
HookableEventDocTest.php
|
||||
tests/unit/Core/DevOps/Docs/App/DocsAppEventCommandTest.php
|
||||
unit/Core/DevOps/Docs/App/DocsAppEventCommandTest.php
|
||||
Core/DevOps/Docs/App/DocsAppEventCommandTest.php
|
||||
|
|
@ -35633,6 +36117,11 @@ unit/Elasticsearch/Admin/ElasticsearchAdminExceptionTest.php
|
|||
Elasticsearch/Admin/ElasticsearchAdminExceptionTest.php
|
||||
Admin/ElasticsearchAdminExceptionTest.php
|
||||
ElasticsearchAdminExceptionTest.php
|
||||
tests/unit/Elasticsearch/Admin/AdminElasticsearchEntitySearcherTest.php
|
||||
unit/Elasticsearch/Admin/AdminElasticsearchEntitySearcherTest.php
|
||||
Elasticsearch/Admin/AdminElasticsearchEntitySearcherTest.php
|
||||
Admin/AdminElasticsearchEntitySearcherTest.php
|
||||
AdminElasticsearchEntitySearcherTest.php
|
||||
tests/unit/Elasticsearch/Admin/AdminSearchIndexingMessageTest.php
|
||||
unit/Elasticsearch/Admin/AdminSearchIndexingMessageTest.php
|
||||
Elasticsearch/Admin/AdminSearchIndexingMessageTest.php
|
||||
|
|
@ -35696,6 +36185,12 @@ Elasticsearch/Admin/Indexer/ShippingMethodAdminSearchIndexerTest.php
|
|||
Admin/Indexer/ShippingMethodAdminSearchIndexerTest.php
|
||||
Indexer/ShippingMethodAdminSearchIndexerTest.php
|
||||
ShippingMethodAdminSearchIndexerTest.php
|
||||
tests/unit/Elasticsearch/Admin/Indexer/AbstractAdminIndexerTest.php
|
||||
unit/Elasticsearch/Admin/Indexer/AbstractAdminIndexerTest.php
|
||||
Elasticsearch/Admin/Indexer/AbstractAdminIndexerTest.php
|
||||
Admin/Indexer/AbstractAdminIndexerTest.php
|
||||
Indexer/AbstractAdminIndexerTest.php
|
||||
AbstractAdminIndexerTest.php
|
||||
tests/unit/Elasticsearch/Admin/Indexer/CustomerGroupAdminSearchIndexerTest.php
|
||||
unit/Elasticsearch/Admin/Indexer/CustomerGroupAdminSearchIndexerTest.php
|
||||
Elasticsearch/Admin/Indexer/CustomerGroupAdminSearchIndexerTest.php
|
||||
|
|
@ -49784,6 +50279,8 @@ adr/2023-05-10-experimental-features.md
|
|||
2023-05-10-experimental-features.md
|
||||
adr/2021-05-14-when-to-use-plain-sql-or-dal.md
|
||||
2021-05-14-when-to-use-plain-sql-or-dal.md
|
||||
adr/2026-01-28-apply-opensearch-in-admin-api.md
|
||||
2026-01-28-apply-opensearch-in-admin-api.md
|
||||
adr/2023-10-17-add-unique-identifiers-for-checkout-methods.md
|
||||
2023-10-17-add-unique-identifiers-for-checkout-methods.md
|
||||
adr/2021-10-21-app-scripting.md
|
||||
|
|
@ -110139,12 +110636,6 @@ Test/Environment/_fixtures/EnvironmentHelperTransformer2.php
|
|||
Environment/_fixtures/EnvironmentHelperTransformer2.php
|
||||
_fixtures/EnvironmentHelperTransformer2.php
|
||||
EnvironmentHelperTransformer2.php
|
||||
src/Core/DevOps/Test/Environment/EnvironmentHelperTest.php
|
||||
Core/DevOps/Test/Environment/EnvironmentHelperTest.php
|
||||
DevOps/Test/Environment/EnvironmentHelperTest.php
|
||||
Test/Environment/EnvironmentHelperTest.php
|
||||
Environment/EnvironmentHelperTest.php
|
||||
EnvironmentHelperTest.php
|
||||
src/Core/DevOps/Test/AnnotationTagTester.php
|
||||
Core/DevOps/Test/AnnotationTagTester.php
|
||||
DevOps/Test/AnnotationTagTester.php
|
||||
|
|
@ -154565,6 +155056,11 @@ src/Elasticsearch/Framework/ElasticsearchDateHistogramAggregation.php
|
|||
Elasticsearch/Framework/ElasticsearchDateHistogramAggregation.php
|
||||
Framework/ElasticsearchDateHistogramAggregation.php
|
||||
ElasticsearchDateHistogramAggregation.php
|
||||
src/Elasticsearch/Framework/Exception/EmptyQueryException.php
|
||||
Elasticsearch/Framework/Exception/EmptyQueryException.php
|
||||
Framework/Exception/EmptyQueryException.php
|
||||
Exception/EmptyQueryException.php
|
||||
EmptyQueryException.php
|
||||
src/Elasticsearch/Framework/Command/ElasticsearchUpdateMappingCommand.php
|
||||
Elasticsearch/Framework/Command/ElasticsearchUpdateMappingCommand.php
|
||||
Framework/Command/ElasticsearchUpdateMappingCommand.php
|
||||
|
|
@ -154819,6 +155315,10 @@ Elasticsearch/Admin/Subscriber/RefreshIndexSubscriber.php
|
|||
Admin/Subscriber/RefreshIndexSubscriber.php
|
||||
Subscriber/RefreshIndexSubscriber.php
|
||||
RefreshIndexSubscriber.php
|
||||
src/Elasticsearch/Admin/AdminElasticsearchEntitySearcher.php
|
||||
Elasticsearch/Admin/AdminElasticsearchEntitySearcher.php
|
||||
Admin/AdminElasticsearchEntitySearcher.php
|
||||
AdminElasticsearchEntitySearcher.php
|
||||
src/Elasticsearch/Admin/AdminSearchIndexingMessage.php
|
||||
Elasticsearch/Admin/AdminSearchIndexingMessage.php
|
||||
Admin/AdminSearchIndexingMessage.php
|
||||
|
|
|
|||
|
|
@ -6424,11 +6424,70 @@ tests/unit/Core/Installer/InstallerTest.php
|
|||
tests/unit/Core/Installer/Subscriber/InstallerLocaleListenerTest.php
|
||||
tests/unit/Core/Installer/InstallerKernelTest.php
|
||||
tests/unit/Core/KernelTest.php
|
||||
tests/unit/Core/DevOps/DevOpsTest.php
|
||||
tests/unit/Core/DevOps/Environment/EnvironmentHelperTest.php
|
||||
tests/unit/Core/DevOps/System/Command/SystemDumpDatabaseCommandTest.php
|
||||
tests/unit/Core/DevOps/System/Command/OpenApiValidationCommandTest.php
|
||||
tests/unit/Core/DevOps/System/Command/SyncComposerVersionCommandTest.php
|
||||
tests/unit/Core/DevOps/System/Command/SystemRestoreDatabaseCommandTest.php
|
||||
tests/unit/Core/DevOps/Test/AnnotationTagTesterTest.php
|
||||
tests/unit/Core/DevOps/Test/Command/MakeCoverageTestCommandTest.php
|
||||
tests/unit/Core/DevOps/Test/Command/Fixture/Migration1763996000Dummy.php
|
||||
tests/unit/Core/DevOps/Docs/ArrayWriterTest.php
|
||||
tests/unit/Core/DevOps/Docs/Script/HooksReferenceGeneratorTest.php
|
||||
tests/unit/Core/DevOps/Docs/Script/ScriptReferenceGeneratorCommandTest.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNoReturnDoc.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/InjectedService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithShopwareReturnType.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/duplicate_example_test/dir1/ExampleFile.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/duplicate_example_test/dir2/ExampleFile.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNoDocMethod.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/NoDocCommentService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithEmptyUseCase.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithDocBlockButNoVarTag.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleHookServiceFactory.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithVarAnnotatedProperty.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithUntypedProperty.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleHook.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoReturnTypeFactory.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/InterfaceHookWithOptionalFunction.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleResponseFunctionHook.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleInterfaceHook.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/DeprecatedHookFixture.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoUseCase.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithInvalidUseCase.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/OptionalFunctionHookFixture.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/StoppableHookFixture.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoDocComment.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookServiceFactoryWithNoReturnType.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/SimpleService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/hooks/HookWithNoSince.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/short_example_test/ShortFile.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/short_example_test/ServiceWithShortExample.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/InternalService2.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithMissingExampleFile.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/InvalidGroupService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/InvalidGroupService2.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamDocBlock.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/MissingDescriptionService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNoParamDoc.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNullableReturn.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamDoc.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithInvalidParamAndDefault.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/InternalService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithScriptServiceReturnType.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ValidService2.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ValidService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithNonExampleTag.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/DeprecatedService.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ValidService3.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/NoScriptServiceTag.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithShortExample.php
|
||||
tests/unit/Core/DevOps/Docs/Script/_fixtures/ServiceWithDuplicateExample.php
|
||||
tests/unit/Core/DevOps/Docs/Script/ScriptReferenceDataCollectorTest.php
|
||||
tests/unit/Core/DevOps/Docs/Script/ServiceReferenceGeneratorTest.php
|
||||
tests/unit/Core/DevOps/Docs/App/HookableEventDocTest.php
|
||||
tests/unit/Core/DevOps/Docs/App/DocsAppEventCommandTest.php
|
||||
tests/unit/Core/Checkout/CheckoutTest.php
|
||||
tests/unit/Core/Checkout/DependencyInjection/CompilerPass/CartRedisCompilerPassTest.php
|
||||
|
|
@ -8237,6 +8296,7 @@ tests/unit/Elasticsearch/Product/ElasticsearchCustomFieldsMappingHelperTest.php
|
|||
tests/unit/Elasticsearch/ElasticsearchTest.php
|
||||
tests/unit/Elasticsearch/Admin/AdminSearchRegistryTest.php
|
||||
tests/unit/Elasticsearch/Admin/ElasticsearchAdminExceptionTest.php
|
||||
tests/unit/Elasticsearch/Admin/AdminElasticsearchEntitySearcherTest.php
|
||||
tests/unit/Elasticsearch/Admin/AdminSearchIndexingMessageTest.php
|
||||
tests/unit/Elasticsearch/Admin/AdminSearcherTest.php
|
||||
tests/unit/Elasticsearch/Admin/AdminElasticsearchHelperTest.php
|
||||
|
|
@ -8248,6 +8308,7 @@ tests/unit/Elasticsearch/Admin/Indexer/CmsPageAdminSearchIndexerTest.php
|
|||
tests/unit/Elasticsearch/Admin/Indexer/PropertyGroupAdminSearchIndexerTest.php
|
||||
tests/unit/Elasticsearch/Admin/Indexer/OrderAdminSearchIndexerTest.php
|
||||
tests/unit/Elasticsearch/Admin/Indexer/ShippingMethodAdminSearchIndexerTest.php
|
||||
tests/unit/Elasticsearch/Admin/Indexer/AbstractAdminIndexerTest.php
|
||||
tests/unit/Elasticsearch/Admin/Indexer/CustomerGroupAdminSearchIndexerTest.php
|
||||
tests/unit/Elasticsearch/Admin/Indexer/ManufacturerAdminSearchIndexerTest.php
|
||||
tests/unit/Elasticsearch/Admin/Indexer/MediaAdminSearchIndexerTest.php
|
||||
|
|
@ -10294,6 +10355,7 @@ adr/2021-11-09-increment-pattern.md
|
|||
adr/2025-01-31-move-flow-execution-after-business-process.md
|
||||
adr/2023-05-10-experimental-features.md
|
||||
adr/2021-05-14-when-to-use-plain-sql-or-dal.md
|
||||
adr/2026-01-28-apply-opensearch-in-admin-api.md
|
||||
adr/2023-10-17-add-unique-identifiers-for-checkout-methods.md
|
||||
adr/2021-10-21-app-scripting.md
|
||||
adr/2025-10-28-changelog-release-info-process.md
|
||||
|
|
@ -16462,7 +16524,6 @@ src/Core/DevOps/System/Command/SystemDumpDatabaseCommand.php
|
|||
src/Core/DevOps/System/Command/SyncComposerVersionCommand.php
|
||||
src/Core/DevOps/Test/Environment/_fixtures/EnvironmentHelperTransformer.php
|
||||
src/Core/DevOps/Test/Environment/_fixtures/EnvironmentHelperTransformer2.php
|
||||
src/Core/DevOps/Test/Environment/EnvironmentHelperTest.php
|
||||
src/Core/DevOps/Test/AnnotationTagTester.php
|
||||
src/Core/DevOps/Test/Command/stubs/migration-test.stub
|
||||
src/Core/DevOps/Test/Command/stubs/unit-test.stub
|
||||
|
|
@ -23096,6 +23157,7 @@ src/Elasticsearch/Framework/ElasticsearchOutdatedIndexDetector.php
|
|||
src/Elasticsearch/Framework/ElasticsearchFieldBuilder.php
|
||||
src/Elasticsearch/Framework/ElasticsearchRegistry.php
|
||||
src/Elasticsearch/Framework/ElasticsearchDateHistogramAggregation.php
|
||||
src/Elasticsearch/Framework/Exception/EmptyQueryException.php
|
||||
src/Elasticsearch/Framework/Command/ElasticsearchUpdateMappingCommand.php
|
||||
src/Elasticsearch/Framework/Command/ElasticsearchStatusCommand.php
|
||||
src/Elasticsearch/Framework/Command/ElasticsearchCleanIndicesCommand.php
|
||||
|
|
@ -23152,6 +23214,7 @@ src/Elasticsearch/Admin/Indexer/ShippingMethodAdminSearchIndexer.php
|
|||
src/Elasticsearch/Admin/Indexer/LandingPageAdminSearchIndexer.php
|
||||
src/Elasticsearch/Admin/Indexer/OrderAdminSearchIndexer.php
|
||||
src/Elasticsearch/Admin/Subscriber/RefreshIndexSubscriber.php
|
||||
src/Elasticsearch/Admin/AdminElasticsearchEntitySearcher.php
|
||||
src/Elasticsearch/Admin/AdminSearchIndexingMessage.php
|
||||
src/Elasticsearch/Admin/AdminElasticsearchHelper.php
|
||||
src/Elasticsearch/Test/AdminElasticsearchTestBehaviour.php
|
||||
|
|
|
|||
|
|
@ -799,6 +799,12 @@ DefaultConfig/Content/Clipboard/ClipboardBlockGridBlocks.spec.ts
|
|||
Content/Clipboard/ClipboardBlockGridBlocks.spec.ts
|
||||
Clipboard/ClipboardBlockGridBlocks.spec.ts
|
||||
ClipboardBlockGridBlocks.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithContentPickerDynamicRoot.spec.ts
|
||||
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithContentPickerDynamicRoot.spec.ts
|
||||
tests/DefaultConfig/Content/ContentWithContentPickerDynamicRoot.spec.ts
|
||||
DefaultConfig/Content/ContentWithContentPickerDynamicRoot.spec.ts
|
||||
Content/ContentWithContentPickerDynamicRoot.spec.ts
|
||||
ContentWithContentPickerDynamicRoot.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithApprovedColor.spec.ts
|
||||
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithApprovedColor.spec.ts
|
||||
tests/DefaultConfig/Content/ContentWithApprovedColor.spec.ts
|
||||
|
|
@ -1179,6 +1185,12 @@ tests/DefaultConfig/DataType/MemberPicker.spec.ts
|
|||
DefaultConfig/DataType/MemberPicker.spec.ts
|
||||
DataType/MemberPicker.spec.ts
|
||||
MemberPicker.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ContentPickerDynamicRoot.spec.ts
|
||||
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ContentPickerDynamicRoot.spec.ts
|
||||
tests/DefaultConfig/DataType/ContentPickerDynamicRoot.spec.ts
|
||||
DefaultConfig/DataType/ContentPickerDynamicRoot.spec.ts
|
||||
DataType/ContentPickerDynamicRoot.spec.ts
|
||||
ContentPickerDynamicRoot.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ContentPicker.spec.ts
|
||||
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ContentPicker.spec.ts
|
||||
tests/DefaultConfig/DataType/ContentPicker.spec.ts
|
||||
|
|
@ -3869,6 +3881,14 @@ Umbraco.Tests.Integration/Umbraco.Persistence.EFCore/Scoping/EFCoreScopeTest.cs
|
|||
Umbraco.Persistence.EFCore/Scoping/EFCoreScopeTest.cs
|
||||
Scoping/EFCoreScopeTest.cs
|
||||
EFCoreScopeTest.cs
|
||||
tests/Umbraco.Tests.Integration/TestServerTest/CoreConfigurationHttpTests.cs
|
||||
Umbraco.Tests.Integration/TestServerTest/CoreConfigurationHttpTests.cs
|
||||
TestServerTest/CoreConfigurationHttpTests.cs
|
||||
CoreConfigurationHttpTests.cs
|
||||
tests/Umbraco.Tests.Integration/TestServerTest/CoreConfigurationTests.cs
|
||||
Umbraco.Tests.Integration/TestServerTest/CoreConfigurationTests.cs
|
||||
TestServerTest/CoreConfigurationTests.cs
|
||||
CoreConfigurationTests.cs
|
||||
tests/Umbraco.Tests.Integration/TestServerTest/UmbracoWebApplicationFactory.cs
|
||||
Umbraco.Tests.Integration/TestServerTest/UmbracoWebApplicationFactory.cs
|
||||
TestServerTest/UmbracoWebApplicationFactory.cs
|
||||
|
|
@ -12684,6 +12704,10 @@ WebhookPayloadType.cs
|
|||
src/Umbraco.Core/FireAndForgetRunner.cs
|
||||
Umbraco.Core/FireAndForgetRunner.cs
|
||||
FireAndForgetRunner.cs
|
||||
src/Umbraco.Core/DependencyInjection/IBackOfficeEnabledMarker.cs
|
||||
Umbraco.Core/DependencyInjection/IBackOfficeEnabledMarker.cs
|
||||
DependencyInjection/IBackOfficeEnabledMarker.cs
|
||||
IBackOfficeEnabledMarker.cs
|
||||
src/Umbraco.Core/DependencyInjection/UmbracoBuilder.CollectionBuilders.cs
|
||||
Umbraco.Core/DependencyInjection/UmbracoBuilder.CollectionBuilders.cs
|
||||
DependencyInjection/UmbracoBuilder.CollectionBuilders.cs
|
||||
|
|
@ -12835,6 +12859,10 @@ src/Umbraco.Core/Security/NoopSetupTwoFactorModel.cs
|
|||
Umbraco.Core/Security/NoopSetupTwoFactorModel.cs
|
||||
Security/NoopSetupTwoFactorModel.cs
|
||||
NoopSetupTwoFactorModel.cs
|
||||
src/Umbraco.Core/Security/NoopLocalLoginSettingProvider.cs
|
||||
Umbraco.Core/Security/NoopLocalLoginSettingProvider.cs
|
||||
Security/NoopLocalLoginSettingProvider.cs
|
||||
NoopLocalLoginSettingProvider.cs
|
||||
src/Umbraco.Core/Security/LegacyPasswordSecurity.cs
|
||||
Umbraco.Core/Security/LegacyPasswordSecurity.cs
|
||||
Security/LegacyPasswordSecurity.cs
|
||||
|
|
@ -21105,6 +21133,10 @@ src/Umbraco.Core/Services/NoopSegmentService.cs
|
|||
Umbraco.Core/Services/NoopSegmentService.cs
|
||||
Services/NoopSegmentService.cs
|
||||
NoopSegmentService.cs
|
||||
src/Umbraco.Core/Services/NoopConflictingRouteService.cs
|
||||
Umbraco.Core/Services/NoopConflictingRouteService.cs
|
||||
Services/NoopConflictingRouteService.cs
|
||||
NoopConflictingRouteService.cs
|
||||
src/Umbraco.Core/Services/IUserGroupService.cs
|
||||
Umbraco.Core/Services/IUserGroupService.cs
|
||||
Services/IUserGroupService.cs
|
||||
|
|
@ -22455,6 +22487,21 @@ examples/user-permission/localization/en.ts
|
|||
user-permission/localization/en.ts
|
||||
localization/en.ts
|
||||
en.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-content-type-condition/content-type-unique-condition-workspace-view.element.ts
|
||||
Umbraco.Web.UI.Client/examples/workspace-content-type-condition/content-type-unique-condition-workspace-view.element.ts
|
||||
examples/workspace-content-type-condition/content-type-unique-condition-workspace-view.element.ts
|
||||
workspace-content-type-condition/content-type-unique-condition-workspace-view.element.ts
|
||||
content-type-unique-condition-workspace-view.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-content-type-condition/index.ts
|
||||
Umbraco.Web.UI.Client/examples/workspace-content-type-condition/index.ts
|
||||
examples/workspace-content-type-condition/index.ts
|
||||
workspace-content-type-condition/index.ts
|
||||
index.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-content-type-condition/content-type-alias-condition-workspace-view.element.ts
|
||||
Umbraco.Web.UI.Client/examples/workspace-content-type-condition/content-type-alias-condition-workspace-view.element.ts
|
||||
examples/workspace-content-type-condition/content-type-alias-condition-workspace-view.element.ts
|
||||
workspace-content-type-condition/content-type-alias-condition-workspace-view.element.ts
|
||||
content-type-alias-condition-workspace-view.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/modal-routed/tabs/tab1.element.ts
|
||||
Umbraco.Web.UI.Client/examples/modal-routed/tabs/tab1.element.ts
|
||||
examples/modal-routed/tabs/tab1.element.ts
|
||||
|
|
@ -22674,21 +22721,16 @@ Umbraco.Web.UI.Client/examples/icons/icons-dictionary.ts
|
|||
examples/icons/icons-dictionary.ts
|
||||
icons/icons-dictionary.ts
|
||||
icons-dictionary.ts
|
||||
src/Umbraco.Web.UI.Client/examples/entity-content-type-condition/content-type-unique-condition-workspace-view.element.ts
|
||||
Umbraco.Web.UI.Client/examples/entity-content-type-condition/content-type-unique-condition-workspace-view.element.ts
|
||||
examples/entity-content-type-condition/content-type-unique-condition-workspace-view.element.ts
|
||||
entity-content-type-condition/content-type-unique-condition-workspace-view.element.ts
|
||||
content-type-unique-condition-workspace-view.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/entity-content-type-condition/index.ts
|
||||
Umbraco.Web.UI.Client/examples/entity-content-type-condition/index.ts
|
||||
examples/entity-content-type-condition/index.ts
|
||||
entity-content-type-condition/index.ts
|
||||
index.ts
|
||||
src/Umbraco.Web.UI.Client/examples/entity-content-type-condition/content-type-alias-condition-workspace-view.element.ts
|
||||
Umbraco.Web.UI.Client/examples/entity-content-type-condition/content-type-alias-condition-workspace-view.element.ts
|
||||
examples/entity-content-type-condition/content-type-alias-condition-workspace-view.element.ts
|
||||
entity-content-type-condition/content-type-alias-condition-workspace-view.element.ts
|
||||
content-type-alias-condition-workspace-view.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/entity-content-type-condition/unique-condition-entity-action.ts
|
||||
Umbraco.Web.UI.Client/examples/entity-content-type-condition/unique-condition-entity-action.ts
|
||||
examples/entity-content-type-condition/unique-condition-entity-action.ts
|
||||
entity-content-type-condition/unique-condition-entity-action.ts
|
||||
unique-condition-entity-action.ts
|
||||
src/Umbraco.Web.UI.Client/examples/property-editor/index.ts
|
||||
Umbraco.Web.UI.Client/examples/property-editor/index.ts
|
||||
examples/property-editor/index.ts
|
||||
|
|
@ -35405,6 +35447,14 @@ core/utils/path/path-decode.function.ts
|
|||
utils/path/path-decode.function.ts
|
||||
path/path-decode.function.ts
|
||||
path-decode.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/get-file-extension.function.test.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/utils/path/get-file-extension.function.test.ts
|
||||
src/packages/core/utils/path/get-file-extension.function.test.ts
|
||||
packages/core/utils/path/get-file-extension.function.test.ts
|
||||
core/utils/path/get-file-extension.function.test.ts
|
||||
utils/path/get-file-extension.function.test.ts
|
||||
path/get-file-extension.function.test.ts
|
||||
get-file-extension.function.test.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/ensure-local-path.function.test.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/utils/path/ensure-local-path.function.test.ts
|
||||
src/packages/core/utils/path/ensure-local-path.function.test.ts
|
||||
|
|
@ -35437,6 +35487,14 @@ core/utils/path/has-own-opener.function.ts
|
|||
utils/path/has-own-opener.function.ts
|
||||
path/has-own-opener.function.ts
|
||||
has-own-opener.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/get-file-extension.function.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/utils/path/get-file-extension.function.ts
|
||||
src/packages/core/utils/path/get-file-extension.function.ts
|
||||
packages/core/utils/path/get-file-extension.function.ts
|
||||
core/utils/path/get-file-extension.function.ts
|
||||
utils/path/get-file-extension.function.ts
|
||||
path/get-file-extension.function.ts
|
||||
get-file-extension.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/ensure-local-path.function.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/utils/path/ensure-local-path.function.ts
|
||||
src/packages/core/utils/path/ensure-local-path.function.ts
|
||||
|
|
@ -64808,6 +64866,24 @@ tiptap/extensions/table/constants.ts
|
|||
extensions/table/constants.ts
|
||||
table/constants.ts
|
||||
constants.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/plugins/table-view.ts
|
||||
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/plugins/table-view.ts
|
||||
src/packages/tiptap/extensions/table/plugins/table-view.ts
|
||||
packages/tiptap/extensions/table/plugins/table-view.ts
|
||||
tiptap/extensions/table/plugins/table-view.ts
|
||||
extensions/table/plugins/table-view.ts
|
||||
table/plugins/table-view.ts
|
||||
plugins/table-view.ts
|
||||
table-view.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/plugins/table-handle.ts
|
||||
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/plugins/table-handle.ts
|
||||
src/packages/tiptap/extensions/table/plugins/table-handle.ts
|
||||
packages/tiptap/extensions/table/plugins/table-handle.ts
|
||||
tiptap/extensions/table/plugins/table-handle.ts
|
||||
extensions/table/plugins/table-handle.ts
|
||||
table/plugins/table-handle.ts
|
||||
plugins/table-handle.ts
|
||||
table-handle.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/modals/index.ts
|
||||
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/modals/index.ts
|
||||
src/packages/tiptap/extensions/table/modals/index.ts
|
||||
|
|
@ -65408,6 +65484,13 @@ tiptap/extensions/horizontal-rule/horizontal-rule.tiptap-api.ts
|
|||
extensions/horizontal-rule/horizontal-rule.tiptap-api.ts
|
||||
horizontal-rule/horizontal-rule.tiptap-api.ts
|
||||
horizontal-rule.tiptap-api.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/tiptap-toolbar-action-button-api-base.ts
|
||||
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/tiptap-toolbar-action-button-api-base.ts
|
||||
src/packages/tiptap/extensions/tiptap-toolbar-action-button-api-base.ts
|
||||
packages/tiptap/extensions/tiptap-toolbar-action-button-api-base.ts
|
||||
tiptap/extensions/tiptap-toolbar-action-button-api-base.ts
|
||||
extensions/tiptap-toolbar-action-button-api-base.ts
|
||||
tiptap-toolbar-action-button-api-base.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/font-size/manifests.ts
|
||||
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/font-size/manifests.ts
|
||||
src/packages/tiptap/extensions/font-size/manifests.ts
|
||||
|
|
@ -65488,6 +65571,13 @@ tiptap/extensions/block/block.tiptap-extension.ts
|
|||
extensions/block/block.tiptap-extension.ts
|
||||
block/block.tiptap-extension.ts
|
||||
block.tiptap-extension.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/tiptap-toolbar-action-button.kind.ts
|
||||
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/tiptap-toolbar-action-button.kind.ts
|
||||
src/packages/tiptap/extensions/tiptap-toolbar-action-button.kind.ts
|
||||
packages/tiptap/extensions/tiptap-toolbar-action-button.kind.ts
|
||||
tiptap/extensions/tiptap-toolbar-action-button.kind.ts
|
||||
extensions/tiptap-toolbar-action-button.kind.ts
|
||||
tiptap-toolbar-action-button.kind.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/html-attr-id/manifests.ts
|
||||
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/html-attr-id/manifests.ts
|
||||
src/packages/tiptap/extensions/html-attr-id/manifests.ts
|
||||
|
|
@ -66381,6 +66471,14 @@ tiptap/components/toolbar/tiptap-toolbar-color-picker-button.element.ts
|
|||
components/toolbar/tiptap-toolbar-color-picker-button.element.ts
|
||||
toolbar/tiptap-toolbar-color-picker-button.element.ts
|
||||
tiptap-toolbar-color-picker-button.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/components/toolbar/tiptap-toolbar-button-action.element.ts
|
||||
Umbraco.Web.UI.Client/src/packages/tiptap/components/toolbar/tiptap-toolbar-button-action.element.ts
|
||||
src/packages/tiptap/components/toolbar/tiptap-toolbar-button-action.element.ts
|
||||
packages/tiptap/components/toolbar/tiptap-toolbar-button-action.element.ts
|
||||
tiptap/components/toolbar/tiptap-toolbar-button-action.element.ts
|
||||
components/toolbar/tiptap-toolbar-button-action.element.ts
|
||||
toolbar/tiptap-toolbar-button-action.element.ts
|
||||
tiptap-toolbar-button-action.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/components/toolbar/tiptap-toolbar-button.element.ts
|
||||
Umbraco.Web.UI.Client/src/packages/tiptap/components/toolbar/tiptap-toolbar-button.element.ts
|
||||
src/packages/tiptap/components/toolbar/tiptap-toolbar-button.element.ts
|
||||
|
|
@ -68531,6 +68629,142 @@ packages/content/content-type/manifests.ts
|
|||
content/content-type/manifests.ts
|
||||
content-type/manifests.ts
|
||||
manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/manifests.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/manifests.ts
|
||||
src/packages/content/content-type/entity-content-type/manifests.ts
|
||||
packages/content/content-type/entity-content-type/manifests.ts
|
||||
content/content-type/entity-content-type/manifests.ts
|
||||
content-type/entity-content-type/manifests.ts
|
||||
entity-content-type/manifests.ts
|
||||
manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/manifests.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/manifests.ts
|
||||
src/packages/content/content-type/entity-content-type/conditions/manifests.ts
|
||||
packages/content/content-type/entity-content-type/conditions/manifests.ts
|
||||
content/content-type/entity-content-type/conditions/manifests.ts
|
||||
content-type/entity-content-type/conditions/manifests.ts
|
||||
entity-content-type/conditions/manifests.ts
|
||||
conditions/manifests.ts
|
||||
manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/constants.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/constants.ts
|
||||
src/packages/content/content-type/entity-content-type/conditions/constants.ts
|
||||
packages/content/content-type/entity-content-type/conditions/constants.ts
|
||||
content/content-type/entity-content-type/conditions/constants.ts
|
||||
content-type/entity-content-type/conditions/constants.ts
|
||||
entity-content-type/conditions/constants.ts
|
||||
conditions/constants.ts
|
||||
constants.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/manifests.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/manifests.ts
|
||||
src/packages/content/content-type/entity-content-type/conditions/unique/manifests.ts
|
||||
packages/content/content-type/entity-content-type/conditions/unique/manifests.ts
|
||||
content/content-type/entity-content-type/conditions/unique/manifests.ts
|
||||
content-type/entity-content-type/conditions/unique/manifests.ts
|
||||
entity-content-type/conditions/unique/manifests.ts
|
||||
conditions/unique/manifests.ts
|
||||
unique/manifests.ts
|
||||
manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.test.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.test.ts
|
||||
src/packages/content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.test.ts
|
||||
packages/content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.test.ts
|
||||
content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.test.ts
|
||||
content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.test.ts
|
||||
entity-content-type/conditions/unique/entity-content-type-unique.condition.test.ts
|
||||
conditions/unique/entity-content-type-unique.condition.test.ts
|
||||
unique/entity-content-type-unique.condition.test.ts
|
||||
entity-content-type-unique.condition.test.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/constants.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/constants.ts
|
||||
src/packages/content/content-type/entity-content-type/conditions/unique/constants.ts
|
||||
packages/content/content-type/entity-content-type/conditions/unique/constants.ts
|
||||
content/content-type/entity-content-type/conditions/unique/constants.ts
|
||||
content-type/entity-content-type/conditions/unique/constants.ts
|
||||
entity-content-type/conditions/unique/constants.ts
|
||||
conditions/unique/constants.ts
|
||||
unique/constants.ts
|
||||
constants.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.ts
|
||||
src/packages/content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.ts
|
||||
packages/content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.ts
|
||||
content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.ts
|
||||
content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.ts
|
||||
entity-content-type/conditions/unique/entity-content-type-unique.condition.ts
|
||||
conditions/unique/entity-content-type-unique.condition.ts
|
||||
unique/entity-content-type-unique.condition.ts
|
||||
entity-content-type-unique.condition.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/types.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/types.ts
|
||||
src/packages/content/content-type/entity-content-type/conditions/unique/types.ts
|
||||
packages/content/content-type/entity-content-type/conditions/unique/types.ts
|
||||
content/content-type/entity-content-type/conditions/unique/types.ts
|
||||
content-type/entity-content-type/conditions/unique/types.ts
|
||||
entity-content-type/conditions/unique/types.ts
|
||||
conditions/unique/types.ts
|
||||
unique/types.ts
|
||||
types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/types.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/types.ts
|
||||
src/packages/content/content-type/entity-content-type/conditions/types.ts
|
||||
packages/content/content-type/entity-content-type/conditions/types.ts
|
||||
content/content-type/entity-content-type/conditions/types.ts
|
||||
content-type/entity-content-type/conditions/types.ts
|
||||
entity-content-type/conditions/types.ts
|
||||
conditions/types.ts
|
||||
types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/index.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/index.ts
|
||||
src/packages/content/content-type/entity-content-type/index.ts
|
||||
packages/content/content-type/entity-content-type/index.ts
|
||||
content/content-type/entity-content-type/index.ts
|
||||
content-type/entity-content-type/index.ts
|
||||
entity-content-type/index.ts
|
||||
index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/context/entity-content-type.context-token.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/context/entity-content-type.context-token.ts
|
||||
src/packages/content/content-type/entity-content-type/context/entity-content-type.context-token.ts
|
||||
packages/content/content-type/entity-content-type/context/entity-content-type.context-token.ts
|
||||
content/content-type/entity-content-type/context/entity-content-type.context-token.ts
|
||||
content-type/entity-content-type/context/entity-content-type.context-token.ts
|
||||
entity-content-type/context/entity-content-type.context-token.ts
|
||||
context/entity-content-type.context-token.ts
|
||||
entity-content-type.context-token.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/context/index.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/context/index.ts
|
||||
src/packages/content/content-type/entity-content-type/context/index.ts
|
||||
packages/content/content-type/entity-content-type/context/index.ts
|
||||
content/content-type/entity-content-type/context/index.ts
|
||||
content-type/entity-content-type/context/index.ts
|
||||
entity-content-type/context/index.ts
|
||||
context/index.ts
|
||||
index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/context/entity-content-type.context.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/context/entity-content-type.context.ts
|
||||
src/packages/content/content-type/entity-content-type/context/entity-content-type.context.ts
|
||||
packages/content/content-type/entity-content-type/context/entity-content-type.context.ts
|
||||
content/content-type/entity-content-type/context/entity-content-type.context.ts
|
||||
content-type/entity-content-type/context/entity-content-type.context.ts
|
||||
entity-content-type/context/entity-content-type.context.ts
|
||||
context/entity-content-type.context.ts
|
||||
entity-content-type.context.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/constants.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/constants.ts
|
||||
src/packages/content/content-type/entity-content-type/constants.ts
|
||||
packages/content/content-type/entity-content-type/constants.ts
|
||||
content/content-type/entity-content-type/constants.ts
|
||||
content-type/entity-content-type/constants.ts
|
||||
entity-content-type/constants.ts
|
||||
constants.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/types.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/types.ts
|
||||
src/packages/content/content-type/entity-content-type/types.ts
|
||||
packages/content/content-type/entity-content-type/types.ts
|
||||
content/content-type/entity-content-type/types.ts
|
||||
content-type/entity-content-type/types.ts
|
||||
entity-content-type/types.ts
|
||||
types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/workspace/manifests.ts
|
||||
Umbraco.Web.UI.Client/src/packages/content/content-type/workspace/manifests.ts
|
||||
src/packages/content/content-type/workspace/manifests.ts
|
||||
|
|
@ -95314,6 +95548,10 @@ src/Umbraco.Cms.Api.Delivery/DependencyInjection/UmbracoBuilderExtensions.cs
|
|||
Umbraco.Cms.Api.Delivery/DependencyInjection/UmbracoBuilderExtensions.cs
|
||||
DependencyInjection/UmbracoBuilderExtensions.cs
|
||||
UmbracoBuilderExtensions.cs
|
||||
src/Umbraco.Cms.Api.Delivery/DependencyInjection/UmbracoApplicationBuilderExtensions.cs
|
||||
Umbraco.Cms.Api.Delivery/DependencyInjection/UmbracoApplicationBuilderExtensions.cs
|
||||
DependencyInjection/UmbracoApplicationBuilderExtensions.cs
|
||||
UmbracoApplicationBuilderExtensions.cs
|
||||
src/Umbraco.Cms.Api.Delivery/Security/MemberApplicationManager.cs
|
||||
Umbraco.Cms.Api.Delivery/Security/MemberApplicationManager.cs
|
||||
Security/MemberApplicationManager.cs
|
||||
|
|
|
|||
|
|
@ -125,6 +125,7 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithImageM
|
|||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithMultipleImageMediaPicker.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/Clipboard/ClipboardBlockListBlocks.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/Clipboard/ClipboardBlockGridBlocks.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithContentPickerDynamicRoot.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithApprovedColor.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithUploadVectorGraphics.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ChildrenContent.spec.ts
|
||||
|
|
@ -182,6 +183,7 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/MultiUrlPicker.s
|
|||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/DataTypeCollectionWorkspace.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/CheckboxList.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/MemberPicker.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ContentPickerDynamicRoot.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ContentPicker.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ListView.spec.ts
|
||||
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Tiptap.spec.ts
|
||||
|
|
@ -669,6 +671,8 @@ tests/Umbraco.Tests.Integration/Umbraco.Persistence.EFCore/Scoping/EFCoreScopedF
|
|||
tests/Umbraco.Tests.Integration/Umbraco.Persistence.EFCore/Scoping/EFCoreScopeNotificationsTest.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Persistence.EFCore/Scoping/EFCoreScopeInfrastructureScopeLockTests.cs
|
||||
tests/Umbraco.Tests.Integration/Umbraco.Persistence.EFCore/Scoping/EFCoreScopeTest.cs
|
||||
tests/Umbraco.Tests.Integration/TestServerTest/CoreConfigurationHttpTests.cs
|
||||
tests/Umbraco.Tests.Integration/TestServerTest/CoreConfigurationTests.cs
|
||||
tests/Umbraco.Tests.Integration/TestServerTest/UmbracoWebApplicationFactory.cs
|
||||
tests/Umbraco.Tests.Integration/TestServerTest/TestAuthHandler.cs
|
||||
tests/Umbraco.Tests.Integration/TestServerTest/UmbracoTestServerTestBase.cs
|
||||
|
|
@ -2504,6 +2508,7 @@ src/Umbraco.Core/Webhooks/WebhookEventCollectionBuilderCmsUserExtensions.cs
|
|||
src/Umbraco.Core/Webhooks/WebhookEventCollectionBuilderCmsContentTypeExtensions.cs
|
||||
src/Umbraco.Core/Webhooks/WebhookPayloadType.cs
|
||||
src/Umbraco.Core/FireAndForgetRunner.cs
|
||||
src/Umbraco.Core/DependencyInjection/IBackOfficeEnabledMarker.cs
|
||||
src/Umbraco.Core/DependencyInjection/UmbracoBuilder.CollectionBuilders.cs
|
||||
src/Umbraco.Core/DependencyInjection/UmbracoBuilderExtensions.cs
|
||||
src/Umbraco.Core/DependencyInjection/ServiceProviderExtensions.cs
|
||||
|
|
@ -2542,6 +2547,7 @@ src/Umbraco.Core/Security/IIdentityUserLogin.cs
|
|||
src/Umbraco.Core/Security/IFileStreamSecurityAnalyzer.cs
|
||||
src/Umbraco.Core/Security/IInviteUriProvider.cs
|
||||
src/Umbraco.Core/Security/NoopSetupTwoFactorModel.cs
|
||||
src/Umbraco.Core/Security/NoopLocalLoginSettingProvider.cs
|
||||
src/Umbraco.Core/Security/LegacyPasswordSecurity.cs
|
||||
src/Umbraco.Core/Security/IdentityUserToken.cs
|
||||
src/Umbraco.Core/Security/UpdateMemberProfileStatus.cs
|
||||
|
|
@ -4456,6 +4462,7 @@ src/Umbraco.Core/Services/Locking/ContentTypeLocks.cs
|
|||
src/Umbraco.Core/Services/IExternalLoginWithKeyService.cs
|
||||
src/Umbraco.Core/Services/UserDataService.cs
|
||||
src/Umbraco.Core/Services/NoopSegmentService.cs
|
||||
src/Umbraco.Core/Services/NoopConflictingRouteService.cs
|
||||
src/Umbraco.Core/Services/IUserGroupService.cs
|
||||
src/Umbraco.Core/Services/IUsageInformationService.cs
|
||||
src/Umbraco.Core/Services/IUserService.cs
|
||||
|
|
@ -4736,6 +4743,9 @@ src/Umbraco.Web.UI.Client/examples/user-permission/entity-action/action-1.ts
|
|||
src/Umbraco.Web.UI.Client/examples/user-permission/constants.ts
|
||||
src/Umbraco.Web.UI.Client/examples/user-permission/localization/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/examples/user-permission/localization/en.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-content-type-condition/content-type-unique-condition-workspace-view.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-content-type-condition/index.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-content-type-condition/content-type-alias-condition-workspace-view.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/modal-routed/tabs/tab1.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/modal-routed/tabs/tab2.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/modal-routed/index.ts
|
||||
|
|
@ -4778,9 +4788,8 @@ src/Umbraco.Web.UI.Client/examples/icons/files/icon-heart.ts
|
|||
src/Umbraco.Web.UI.Client/examples/icons/files/icon-wand.ts
|
||||
src/Umbraco.Web.UI.Client/examples/icons/icons-dashboard.ts
|
||||
src/Umbraco.Web.UI.Client/examples/icons/icons-dictionary.ts
|
||||
src/Umbraco.Web.UI.Client/examples/entity-content-type-condition/content-type-unique-condition-workspace-view.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/entity-content-type-condition/index.ts
|
||||
src/Umbraco.Web.UI.Client/examples/entity-content-type-condition/content-type-alias-condition-workspace-view.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/entity-content-type-condition/unique-condition-entity-action.ts
|
||||
src/Umbraco.Web.UI.Client/examples/property-editor/index.ts
|
||||
src/Umbraco.Web.UI.Client/examples/property-editor/property-editor.ts
|
||||
src/Umbraco.Web.UI.Client/examples/property-editor/README.md
|
||||
|
|
@ -6427,10 +6436,12 @@ src/Umbraco.Web.UI.Client/src/packages/core/utils/bytes/bytes.function.ts
|
|||
src/Umbraco.Web.UI.Client/src/packages/core/utils/bytes/bytes.test.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/get-processed-image-url.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/path-decode.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/get-file-extension.function.test.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/ensure-local-path.function.test.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/remove-last-slash-from-path.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/umbraco-path.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/has-own-opener.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/get-file-extension.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/ensure-local-path.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/transform-server-path-to-client-path.function.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/utils/path/stored-path.function.ts
|
||||
|
|
@ -9975,6 +9986,8 @@ src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/actions/table-col
|
|||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/table.tiptap-api.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/constants.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/plugins/table-view.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/plugins/table-handle.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/modals/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/modals/table-properties-modal.token.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/modals/constants.ts
|
||||
|
|
@ -10049,6 +10062,7 @@ src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/image/image.tiptap-api.
|
|||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/horizontal-rule/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/horizontal-rule/horizontal-rule.tiptap-toolbar-api.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/horizontal-rule/horizontal-rule.tiptap-api.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/tiptap-toolbar-action-button-api-base.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/font-size/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/font-size/font-size.tiptap-toolbar-api.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/bullet-list/manifests.ts
|
||||
|
|
@ -10059,6 +10073,7 @@ src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/block/block.tiptap-tool
|
|||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/block/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/block/block.tiptap-api.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/block/block.tiptap-extension.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/tiptap-toolbar-action-button.kind.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/html-attr-id/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/html-attr-id/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/html-attr-id/html-attr-id.tiptap-api.ts
|
||||
|
|
@ -10173,6 +10188,7 @@ src/Umbraco.Web.UI.Client/src/packages/tiptap/components/toolbar/tiptap-toolbar-
|
|||
src/Umbraco.Web.UI.Client/src/packages/tiptap/components/toolbar/tiptap-toolbar.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/components/toolbar/tiptap-toolbar-menu.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/components/toolbar/tiptap-toolbar-color-picker-button.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/components/toolbar/tiptap-toolbar-button-action.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/components/toolbar/tiptap-toolbar-button.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/components/types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/tiptap/components/input-tiptap/input-tiptap.element.ts
|
||||
|
|
@ -10440,6 +10456,21 @@ src/Umbraco.Web.UI.Client/src/packages/content/content-type/repository/structure
|
|||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/repository/structure/content-type-structure-data-source.interface.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/repository/structure/content-type-structure-repository.interface.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/constants.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.test.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/constants.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/entity-content-type-unique.condition.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/unique/types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/conditions/types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/context/entity-content-type.context-token.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/context/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/context/entity-content-type.context.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/constants.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/entity-content-type/types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/workspace/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/workspace/content-type-workspace-context.interface.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/content/content-type/workspace/index.ts
|
||||
|
|
@ -14183,6 +14214,7 @@ src/Umbraco.Cms.Api.Delivery/Configuration/ConfigureUmbracoMemberAuthenticationD
|
|||
src/Umbraco.Cms.Api.Delivery/Configuration/ConfigureUmbracoDeliveryApiSwaggerGenOptions.cs
|
||||
src/Umbraco.Cms.Api.Delivery/CLAUDE.md
|
||||
src/Umbraco.Cms.Api.Delivery/DependencyInjection/UmbracoBuilderExtensions.cs
|
||||
src/Umbraco.Cms.Api.Delivery/DependencyInjection/UmbracoApplicationBuilderExtensions.cs
|
||||
src/Umbraco.Cms.Api.Delivery/Security/MemberApplicationManager.cs
|
||||
src/Umbraco.Cms.Api.Delivery/Accessors/RequestContextRequestStartItemProviderAccessor.cs
|
||||
src/Umbraco.Cms.Api.Delivery/Accessors/RequestContextServiceAccessorBase.cs
|
||||
|
|
|
|||
|
|
@ -3469,10 +3469,6 @@ plugins/woocommerce/changelog/stomail-7801-payment-gateway-enabled-email-styling
|
|||
woocommerce/changelog/stomail-7801-payment-gateway-enabled-email-styling
|
||||
changelog/stomail-7801-payment-gateway-enabled-email-styling
|
||||
stomail-7801-payment-gateway-enabled-email-styling
|
||||
plugins/woocommerce/changelog/remove-custom-richtext-for-email-editor
|
||||
woocommerce/changelog/remove-custom-richtext-for-email-editor
|
||||
changelog/remove-custom-richtext-for-email-editor
|
||||
remove-custom-richtext-for-email-editor
|
||||
plugins/woocommerce/changelog/63334-add-weight-dimensions-to-store-api
|
||||
woocommerce/changelog/63334-add-weight-dimensions-to-store-api
|
||||
changelog/63334-add-weight-dimensions-to-store-api
|
||||
|
|
@ -3481,6 +3477,10 @@ plugins/woocommerce/changelog/63422-wooplug-6340-missing-nonce-validation-in-woo
|
|||
woocommerce/changelog/63422-wooplug-6340-missing-nonce-validation-in-woocommerce-admin-ajax-ordering
|
||||
changelog/63422-wooplug-6340-missing-nonce-validation-in-woocommerce-admin-ajax-ordering
|
||||
63422-wooplug-6340-missing-nonce-validation-in-woocommerce-admin-ajax-ordering
|
||||
plugins/woocommerce/changelog/62293-fix-cart-sold-individually-validation
|
||||
woocommerce/changelog/62293-fix-cart-sold-individually-validation
|
||||
changelog/62293-fix-cart-sold-individually-validation
|
||||
62293-fix-cart-sold-individually-validation
|
||||
plugins/woocommerce/changelog/62602-add-paypal-standard-e2e-tests
|
||||
woocommerce/changelog/62602-add-paypal-standard-e2e-tests
|
||||
changelog/62602-add-paypal-standard-e2e-tests
|
||||
|
|
@ -3497,10 +3497,6 @@ 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/63425-fix-wp70-beta-php-unit-test-flakiness
|
||||
woocommerce/changelog/63425-fix-wp70-beta-php-unit-test-flakiness
|
||||
changelog/63425-fix-wp70-beta-php-unit-test-flakiness
|
||||
63425-fix-wp70-beta-php-unit-test-flakiness
|
||||
plugins/woocommerce/changelog/fix-56511-deprecated-refund-hook-names
|
||||
woocommerce/changelog/fix-56511-deprecated-refund-hook-names
|
||||
changelog/fix-56511-deprecated-refund-hook-names
|
||||
|
|
@ -3589,6 +3585,10 @@ 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/63014-fix-mini-cart-badge-iapi-navigation
|
||||
woocommerce/changelog/63014-fix-mini-cart-badge-iapi-navigation
|
||||
changelog/63014-fix-mini-cart-badge-iapi-navigation
|
||||
63014-fix-mini-cart-badge-iapi-navigation
|
||||
plugins/woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
|
||||
woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
|
||||
changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
|
||||
|
|
@ -3601,6 +3601,10 @@ plugins/woocommerce/changelog/.gitkeep
|
|||
woocommerce/changelog/.gitkeep
|
||||
changelog/.gitkeep
|
||||
.gitkeep
|
||||
plugins/woocommerce/changelog/63301-wooplug-6258-customer-account-block-enable-dropdown-navigation
|
||||
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/deprecate-hpos-sync-on-read
|
||||
woocommerce/changelog/deprecate-hpos-sync-on-read
|
||||
changelog/deprecate-hpos-sync-on-read
|
||||
|
|
@ -3609,10 +3613,6 @@ 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/fix-e2e-tests-with-wp70
|
||||
woocommerce/changelog/fix-e2e-tests-with-wp70
|
||||
changelog/fix-e2e-tests-with-wp70
|
||||
fix-e2e-tests-with-wp70
|
||||
plugins/woocommerce/uninstall.php
|
||||
woocommerce/uninstall.php
|
||||
uninstall.php
|
||||
|
|
@ -28352,6 +28352,15 @@ js/icons/library/sparkles.tsx
|
|||
icons/library/sparkles.tsx
|
||||
library/sparkles.tsx
|
||||
sparkles.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/icons/library/caret.tsx
|
||||
woocommerce/client/blocks/assets/js/icons/library/caret.tsx
|
||||
client/blocks/assets/js/icons/library/caret.tsx
|
||||
blocks/assets/js/icons/library/caret.tsx
|
||||
assets/js/icons/library/caret.tsx
|
||||
js/icons/library/caret.tsx
|
||||
icons/library/caret.tsx
|
||||
library/caret.tsx
|
||||
caret.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/icons/library/cart-outline.tsx
|
||||
woocommerce/client/blocks/assets/js/icons/library/cart-outline.tsx
|
||||
client/blocks/assets/js/icons/library/cart-outline.tsx
|
||||
|
|
@ -34199,6 +34208,15 @@ js/blocks/customer-account/index.tsx
|
|||
blocks/customer-account/index.tsx
|
||||
customer-account/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/customer-account/frontend.ts
|
||||
woocommerce/client/blocks/assets/js/blocks/customer-account/frontend.ts
|
||||
client/blocks/assets/js/blocks/customer-account/frontend.ts
|
||||
blocks/assets/js/blocks/customer-account/frontend.ts
|
||||
assets/js/blocks/customer-account/frontend.ts
|
||||
js/blocks/customer-account/frontend.ts
|
||||
blocks/customer-account/frontend.ts
|
||||
customer-account/frontend.ts
|
||||
frontend.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/customer-account/sidebar-settings.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/customer-account/sidebar-settings.tsx
|
||||
client/blocks/assets/js/blocks/customer-account/sidebar-settings.tsx
|
||||
|
|
|
|||
|
|
@ -786,14 +786,13 @@ plugins/woocommerce-beta-tester/package.json
|
|||
plugins/woocommerce/changelog/update-pay-506-always-show-payment-radio
|
||||
plugins/woocommerce/changelog/wooplug-6264-cache-products-last-modified
|
||||
plugins/woocommerce/changelog/stomail-7801-payment-gateway-enabled-email-styling
|
||||
plugins/woocommerce/changelog/remove-custom-richtext-for-email-editor
|
||||
plugins/woocommerce/changelog/63334-add-weight-dimensions-to-store-api
|
||||
plugins/woocommerce/changelog/63422-wooplug-6340-missing-nonce-validation-in-woocommerce-admin-ajax-ordering
|
||||
plugins/woocommerce/changelog/62293-fix-cart-sold-individually-validation
|
||||
plugins/woocommerce/changelog/62602-add-paypal-standard-e2e-tests
|
||||
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-4
|
||||
plugins/woocommerce/changelog/63295-fix_recorded_sales_warning
|
||||
plugins/woocommerce/changelog/62892-wooplug-6129-iapi-cart-store-refresh-cart-on-page-load-and-store-fresh
|
||||
plugins/woocommerce/changelog/63425-fix-wp70-beta-php-unit-test-flakiness
|
||||
plugins/woocommerce/changelog/fix-56511-deprecated-refund-hook-names
|
||||
plugins/woocommerce/changelog/62964-fix-template-override-detection
|
||||
plugins/woocommerce/changelog/fix-58985
|
||||
|
|
@ -816,12 +815,13 @@ plugins/woocommerce/changelog/63284-refactor-grouped-product-extract-primed-chil
|
|||
plugins/woocommerce/changelog/update-WOOPLUG-6337-marketing-overview-channels-list
|
||||
plugins/woocommerce/changelog/63241-wooprd-1445-rework-spacings-between-information-elements
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-08
|
||||
plugins/woocommerce/changelog/63014-fix-mini-cart-badge-iapi-navigation
|
||||
plugins/woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
|
||||
plugins/woocommerce/changelog/62603-add-issue-62601
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/63301-wooplug-6258-customer-account-block-enable-dropdown-navigation
|
||||
plugins/woocommerce/changelog/deprecate-hpos-sync-on-read
|
||||
plugins/woocommerce/changelog/fix-selectwoo-layered-nav-dropdown
|
||||
plugins/woocommerce/changelog/fix-e2e-tests-with-wp70
|
||||
plugins/woocommerce/uninstall.php
|
||||
plugins/woocommerce/woocommerce.php
|
||||
plugins/woocommerce/php-stubs/wc-admin-feature-config.php
|
||||
|
|
@ -4295,6 +4295,7 @@ plugins/woocommerce/client/blocks/assets/js/icons/library/bag.tsx
|
|||
plugins/woocommerce/client/blocks/assets/js/icons/library/product-filter-attribute.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/icons/library/filled-cart.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/icons/library/sparkles.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/icons/library/caret.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/icons/library/cart-outline.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/icons/library/product-filter-rating.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/icons/library/alert.tsx
|
||||
|
|
@ -4865,6 +4866,7 @@ plugins/woocommerce/client/blocks/assets/js/blocks/classic-shortcode/placeholder
|
|||
plugins/woocommerce/client/blocks/assets/js/blocks/classic-shortcode/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/classic-shortcode/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/customer-account/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/customer-account/frontend.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/customer-account/sidebar-settings.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/customer-account/editor.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/customer-account/block.json
|
||||
|
|
|
|||
|
|
@ -10793,10 +10793,6 @@ src/Results/Contracts/ResultInterface.php
|
|||
Results/Contracts/ResultInterface.php
|
||||
Contracts/ResultInterface.php
|
||||
ResultInterface.php
|
||||
wp-includes/php-ai-client/src/polyfills.php
|
||||
php-ai-client/src/polyfills.php
|
||||
src/polyfills.php
|
||||
polyfills.php
|
||||
wp-includes/php-ai-client/src/Operations/DTO/GenerativeAiOperation.php
|
||||
php-ai-client/src/Operations/DTO/GenerativeAiOperation.php
|
||||
src/Operations/DTO/GenerativeAiOperation.php
|
||||
|
|
|
|||
|
|
@ -2203,7 +2203,6 @@ wp-includes/php-ai-client/src/Results/DTO/TokenUsage.php
|
|||
wp-includes/php-ai-client/src/Results/DTO/GenerativeAiResult.php
|
||||
wp-includes/php-ai-client/src/Results/Enums/FinishReasonEnum.php
|
||||
wp-includes/php-ai-client/src/Results/Contracts/ResultInterface.php
|
||||
wp-includes/php-ai-client/src/polyfills.php
|
||||
wp-includes/php-ai-client/src/Operations/DTO/GenerativeAiOperation.php
|
||||
wp-includes/php-ai-client/src/Operations/Enums/OperationStateEnum.php
|
||||
wp-includes/php-ai-client/src/Operations/Contracts/OperationInterface.php
|
||||
|
|
|
|||
|
|
@ -1472,10 +1472,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://archive.org/robots.txt
|
||||
http://bbc.com/robots.txt
|
||||
http://ec.europa.eu/robots.txt
|
||||
http://s3.amazonaws.com/robots.txt
|
||||
http://cdc.gov/robots.txt
|
||||
http://support.cloudflare.com/robots.txt
|
||||
http://t.me/robots.txt
|
||||
http://who.int/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -3233,7 +3233,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://docs.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://creativecommons.org/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
|
|||
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