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
56b24373ec
commit
f89c0be2f3
42 changed files with 3819 additions and 1550 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1775237668
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1775210007
|
||||
"last_update": 1775295484
|
||||
}
|
||||
}
|
||||
|
|
@ -1,11 +1,15 @@
|
|||
.changeset/sour-cobras-kiss.md
|
||||
sour-cobras-kiss.md
|
||||
.changeset/fix-export-alias-fields.md
|
||||
fix-export-alias-fields.md
|
||||
.changeset/sharp-toys-taste.md
|
||||
sharp-toys-taste.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/wicked-spoons-mate.md
|
||||
wicked-spoons-mate.md
|
||||
.changeset/cyan-kids-mix.md
|
||||
cyan-kids-mix.md
|
||||
.changeset/sweet-coins-glow.md
|
||||
sweet-coins-glow.md
|
||||
.changeset/salty-states-begin.md
|
||||
|
|
@ -10168,10 +10172,6 @@ app/src/composables/use-system.ts
|
|||
src/composables/use-system.ts
|
||||
composables/use-system.ts
|
||||
use-system.ts
|
||||
app/src/composables/use-shortcut.ts
|
||||
src/composables/use-shortcut.ts
|
||||
composables/use-shortcut.ts
|
||||
use-shortcut.ts
|
||||
app/src/composables/use-validation-error-details.ts
|
||||
src/composables/use-validation-error-details.ts
|
||||
composables/use-validation-error-details.ts
|
||||
|
|
@ -10208,10 +10208,6 @@ app/src/composables/use-dialog-route.ts
|
|||
src/composables/use-dialog-route.ts
|
||||
composables/use-dialog-route.ts
|
||||
use-dialog-route.ts
|
||||
app/src/composables/use-shortcut.test.ts
|
||||
src/composables/use-shortcut.test.ts
|
||||
composables/use-shortcut.test.ts
|
||||
use-shortcut.test.ts
|
||||
app/src/composables/use-edits-guard.ts
|
||||
src/composables/use-edits-guard.ts
|
||||
composables/use-edits-guard.ts
|
||||
|
|
@ -10332,10 +10328,6 @@ app/src/utils/get-root-path.test.ts
|
|||
src/utils/get-root-path.test.ts
|
||||
utils/get-root-path.test.ts
|
||||
get-root-path.test.ts
|
||||
app/src/utils/translate-shortcut.ts
|
||||
src/utils/translate-shortcut.ts
|
||||
utils/translate-shortcut.ts
|
||||
translate-shortcut.ts
|
||||
app/src/utils/extract-field-from-function.ts
|
||||
src/utils/extract-field-from-function.ts
|
||||
utils/extract-field-from-function.ts
|
||||
|
|
@ -10702,10 +10694,6 @@ app/src/utils/format-field-function.ts
|
|||
src/utils/format-field-function.ts
|
||||
utils/format-field-function.ts
|
||||
format-field-function.ts
|
||||
app/src/utils/translate-shortcut.test.ts
|
||||
src/utils/translate-shortcut.test.ts
|
||||
utils/translate-shortcut.test.ts
|
||||
translate-shortcut.test.ts
|
||||
app/src/utils/collect-folder-ids.test.ts
|
||||
src/utils/collect-folder-ids.test.ts
|
||||
utils/collect-folder-ids.test.ts
|
||||
|
|
@ -17192,6 +17180,10 @@ readme.md
|
|||
packages/composables/license
|
||||
composables/license
|
||||
license
|
||||
packages/composables/src/translate-shortcut.ts
|
||||
composables/src/translate-shortcut.ts
|
||||
src/translate-shortcut.ts
|
||||
translate-shortcut.ts
|
||||
packages/composables/src/use-system.test.ts
|
||||
composables/src/use-system.test.ts
|
||||
src/use-system.test.ts
|
||||
|
|
@ -17220,6 +17212,10 @@ packages/composables/src/use-system.ts
|
|||
composables/src/use-system.ts
|
||||
src/use-system.ts
|
||||
use-system.ts
|
||||
packages/composables/src/use-shortcut.ts
|
||||
composables/src/use-shortcut.ts
|
||||
src/use-shortcut.ts
|
||||
use-shortcut.ts
|
||||
packages/composables/src/use-collection.test.ts
|
||||
composables/src/use-collection.test.ts
|
||||
src/use-collection.test.ts
|
||||
|
|
@ -17240,6 +17236,10 @@ packages/composables/src/use-layout.ts
|
|||
composables/src/use-layout.ts
|
||||
src/use-layout.ts
|
||||
use-layout.ts
|
||||
packages/composables/src/use-shortcut.test.ts
|
||||
composables/src/use-shortcut.test.ts
|
||||
src/use-shortcut.test.ts
|
||||
use-shortcut.test.ts
|
||||
packages/composables/src/use-groupable.ts
|
||||
composables/src/use-groupable.ts
|
||||
src/use-groupable.ts
|
||||
|
|
@ -17252,6 +17252,10 @@ packages/composables/src/use-filter-fields.test.ts
|
|||
composables/src/use-filter-fields.test.ts
|
||||
src/use-filter-fields.test.ts
|
||||
use-filter-fields.test.ts
|
||||
packages/composables/src/translate-shortcut.test.ts
|
||||
composables/src/translate-shortcut.test.ts
|
||||
src/translate-shortcut.test.ts
|
||||
translate-shortcut.test.ts
|
||||
packages/composables/src/use-items.test.ts
|
||||
composables/src/use-items.test.ts
|
||||
src/use-items.test.ts
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
.changeset/sour-cobras-kiss.md
|
||||
.changeset/fix-export-alias-fields.md
|
||||
.changeset/sharp-toys-taste.md
|
||||
.changeset/config.json
|
||||
.changeset/wicked-spoons-mate.md
|
||||
.changeset/cyan-kids-mix.md
|
||||
.changeset/sweet-coins-glow.md
|
||||
.changeset/salty-states-begin.md
|
||||
.changeset/fix-invite-error-display.md
|
||||
|
|
@ -1898,7 +1900,6 @@ app/src/composables/use-flows.test.ts
|
|||
app/src/composables/use-focusin.ts
|
||||
app/src/composables/use-clipboard.test.ts
|
||||
app/src/composables/use-system.ts
|
||||
app/src/composables/use-shortcut.ts
|
||||
app/src/composables/use-validation-error-details.ts
|
||||
app/src/composables/use-field-tree.ts
|
||||
app/src/composables/use-event-listener.ts
|
||||
|
|
@ -1908,7 +1909,6 @@ app/src/composables/use-navigation-guard.ts
|
|||
app/src/composables/use-relation-m2a.ts
|
||||
app/src/composables/use-relation-multiple.ts
|
||||
app/src/composables/use-dialog-route.ts
|
||||
app/src/composables/use-shortcut.test.ts
|
||||
app/src/composables/use-edits-guard.ts
|
||||
app/src/composables/use-page-size.test.ts
|
||||
app/src/composables/use-collab.ts
|
||||
|
|
@ -1939,7 +1939,6 @@ app/src/utils/is-hex.ts
|
|||
app/src/utils/get-version-display-name.test.ts
|
||||
app/src/utils/jwt-payload.ts
|
||||
app/src/utils/get-root-path.test.ts
|
||||
app/src/utils/translate-shortcut.ts
|
||||
app/src/utils/extract-field-from-function.ts
|
||||
app/src/utils/get-js-type.test.ts
|
||||
app/src/utils/push-group-options-down.ts
|
||||
|
|
@ -2030,7 +2029,6 @@ app/src/utils/add-query-to-path.test.ts
|
|||
app/src/utils/extract-field-from-function.test.ts
|
||||
app/src/utils/format-filesize.test.ts
|
||||
app/src/utils/format-field-function.ts
|
||||
app/src/utils/translate-shortcut.test.ts
|
||||
app/src/utils/collect-folder-ids.test.ts
|
||||
app/src/utils/get-special-for-type.test.ts
|
||||
app/src/utils/user-name.test.ts
|
||||
|
|
@ -3328,6 +3326,7 @@ packages/env/tsconfig.json
|
|||
packages/env/package.json
|
||||
packages/composables/readme.md
|
||||
packages/composables/license
|
||||
packages/composables/src/translate-shortcut.ts
|
||||
packages/composables/src/use-system.test.ts
|
||||
packages/composables/src/use-size-class.ts
|
||||
packages/composables/src/index.ts
|
||||
|
|
@ -3335,14 +3334,17 @@ packages/composables/src/use-filter-fields.ts
|
|||
packages/composables/src/use-sync.ts
|
||||
packages/composables/src/use-groupable.test.ts
|
||||
packages/composables/src/use-system.ts
|
||||
packages/composables/src/use-shortcut.ts
|
||||
packages/composables/src/use-collection.test.ts
|
||||
packages/composables/src/use-custom-selection.test.ts
|
||||
packages/composables/src/use-custom-selection.ts
|
||||
packages/composables/src/use-sync.test.ts
|
||||
packages/composables/src/use-layout.ts
|
||||
packages/composables/src/use-shortcut.test.ts
|
||||
packages/composables/src/use-groupable.ts
|
||||
packages/composables/src/use-collection.ts
|
||||
packages/composables/src/use-filter-fields.test.ts
|
||||
packages/composables/src/translate-shortcut.test.ts
|
||||
packages/composables/src/use-items.test.ts
|
||||
packages/composables/src/use-items.ts
|
||||
packages/composables/src/use-element-size.ts
|
||||
|
|
|
|||
|
|
@ -409,6 +409,21 @@ test/hurl/gui/10_HOME.hurl
|
|||
hurl/gui/10_HOME.hurl
|
||||
gui/10_HOME.hurl
|
||||
10_HOME.hurl
|
||||
test/hurl/gui/eventorganization/10_eventorganization.hurl
|
||||
hurl/gui/eventorganization/10_eventorganization.hurl
|
||||
gui/eventorganization/10_eventorganization.hurl
|
||||
eventorganization/10_eventorganization.hurl
|
||||
10_eventorganization.hurl
|
||||
test/hurl/gui/eventorganization/10_conferenceorbooth_list.hurl
|
||||
hurl/gui/eventorganization/10_conferenceorbooth_list.hurl
|
||||
gui/eventorganization/10_conferenceorbooth_list.hurl
|
||||
eventorganization/10_conferenceorbooth_list.hurl
|
||||
10_conferenceorbooth_list.hurl
|
||||
test/hurl/gui/eventorganization/conferenceorboothattendee_list.hurl
|
||||
hurl/gui/eventorganization/conferenceorboothattendee_list.hurl
|
||||
gui/eventorganization/conferenceorboothattendee_list.hurl
|
||||
eventorganization/conferenceorboothattendee_list.hurl
|
||||
conferenceorboothattendee_list.hurl
|
||||
test/hurl/gui/comm/mailing/10_mailing.hurl
|
||||
hurl/gui/comm/mailing/10_mailing.hurl
|
||||
gui/comm/mailing/10_mailing.hurl
|
||||
|
|
@ -35942,6 +35957,10 @@ htdocs/blockedlog/ajax/block-add.php
|
|||
blockedlog/ajax/block-add.php
|
||||
ajax/block-add.php
|
||||
block-add.php
|
||||
htdocs/blockedlog/admin/blockedlog_control.php
|
||||
blockedlog/admin/blockedlog_control.php
|
||||
admin/blockedlog_control.php
|
||||
blockedlog_control.php
|
||||
htdocs/blockedlog/admin/blockedlog_list.php
|
||||
blockedlog/admin/blockedlog_list.php
|
||||
admin/blockedlog_list.php
|
||||
|
|
@ -46617,10 +46636,6 @@ htdocs/langs/de_AT/languages.lang
|
|||
langs/de_AT/languages.lang
|
||||
de_AT/languages.lang
|
||||
languages.lang
|
||||
htdocs/langs/de_AT/cashdesk.lang
|
||||
langs/de_AT/cashdesk.lang
|
||||
de_AT/cashdesk.lang
|
||||
cashdesk.lang
|
||||
htdocs/langs/de_AT/withdrawals.lang
|
||||
langs/de_AT/withdrawals.lang
|
||||
de_AT/withdrawals.lang
|
||||
|
|
@ -49041,10 +49056,6 @@ htdocs/langs/fr_GA/stripe.lang
|
|||
langs/fr_GA/stripe.lang
|
||||
fr_GA/stripe.lang
|
||||
stripe.lang
|
||||
htdocs/langs/fr_GA/supplier_proposal.lang
|
||||
langs/fr_GA/supplier_proposal.lang
|
||||
fr_GA/supplier_proposal.lang
|
||||
supplier_proposal.lang
|
||||
htdocs/langs/fr_GA/banks.lang
|
||||
langs/fr_GA/banks.lang
|
||||
fr_GA/banks.lang
|
||||
|
|
@ -51561,10 +51572,6 @@ htdocs/langs/en_IE/companies.lang
|
|||
langs/en_IE/companies.lang
|
||||
en_IE/companies.lang
|
||||
companies.lang
|
||||
htdocs/langs/en_IE/modulebuilder.lang
|
||||
langs/en_IE/modulebuilder.lang
|
||||
en_IE/modulebuilder.lang
|
||||
modulebuilder.lang
|
||||
htdocs/langs/en_IE/other.lang
|
||||
langs/en_IE/other.lang
|
||||
en_IE/other.lang
|
||||
|
|
@ -51585,34 +51592,14 @@ htdocs/langs/en_IE/accountancy.lang
|
|||
langs/en_IE/accountancy.lang
|
||||
en_IE/accountancy.lang
|
||||
accountancy.lang
|
||||
htdocs/langs/en_IE/exports.lang
|
||||
langs/en_IE/exports.lang
|
||||
en_IE/exports.lang
|
||||
exports.lang
|
||||
htdocs/langs/en_IE/projects.lang
|
||||
langs/en_IE/projects.lang
|
||||
en_IE/projects.lang
|
||||
projects.lang
|
||||
htdocs/langs/en_IE/blockedlog.lang
|
||||
langs/en_IE/blockedlog.lang
|
||||
en_IE/blockedlog.lang
|
||||
blockedlog.lang
|
||||
htdocs/langs/en_IE/stripe.lang
|
||||
langs/en_IE/stripe.lang
|
||||
en_IE/stripe.lang
|
||||
stripe.lang
|
||||
htdocs/langs/en_IE/supplier_proposal.lang
|
||||
langs/en_IE/supplier_proposal.lang
|
||||
en_IE/supplier_proposal.lang
|
||||
supplier_proposal.lang
|
||||
htdocs/langs/en_IE/banks.lang
|
||||
langs/en_IE/banks.lang
|
||||
en_IE/banks.lang
|
||||
banks.lang
|
||||
htdocs/langs/en_IE/cashdesk.lang
|
||||
langs/en_IE/cashdesk.lang
|
||||
en_IE/cashdesk.lang
|
||||
cashdesk.lang
|
||||
htdocs/langs/en_IE/errors.lang
|
||||
langs/en_IE/errors.lang
|
||||
en_IE/errors.lang
|
||||
|
|
@ -53341,10 +53328,6 @@ htdocs/langs/fr_CM/banks.lang
|
|||
langs/fr_CM/banks.lang
|
||||
fr_CM/banks.lang
|
||||
banks.lang
|
||||
htdocs/langs/fr_CM/cashdesk.lang
|
||||
langs/fr_CM/cashdesk.lang
|
||||
fr_CM/cashdesk.lang
|
||||
cashdesk.lang
|
||||
htdocs/langs/fr_CM/errors.lang
|
||||
langs/fr_CM/errors.lang
|
||||
fr_CM/errors.lang
|
||||
|
|
@ -53757,10 +53740,6 @@ htdocs/langs/fr_BE/stripe.lang
|
|||
langs/fr_BE/stripe.lang
|
||||
fr_BE/stripe.lang
|
||||
stripe.lang
|
||||
htdocs/langs/fr_BE/supplier_proposal.lang
|
||||
langs/fr_BE/supplier_proposal.lang
|
||||
fr_BE/supplier_proposal.lang
|
||||
supplier_proposal.lang
|
||||
htdocs/langs/fr_BE/banks.lang
|
||||
langs/fr_BE/banks.lang
|
||||
fr_BE/banks.lang
|
||||
|
|
@ -57629,10 +57608,6 @@ htdocs/langs/ar_IQ/accountancy.lang
|
|||
langs/ar_IQ/accountancy.lang
|
||||
ar_IQ/accountancy.lang
|
||||
accountancy.lang
|
||||
htdocs/langs/ar_IQ/blockedlog.lang
|
||||
langs/ar_IQ/blockedlog.lang
|
||||
ar_IQ/blockedlog.lang
|
||||
blockedlog.lang
|
||||
htdocs/langs/ar_IQ/holiday.lang
|
||||
langs/ar_IQ/holiday.lang
|
||||
ar_IQ/holiday.lang
|
||||
|
|
@ -60221,10 +60196,6 @@ htdocs/langs/es_VE/stocks.lang
|
|||
langs/es_VE/stocks.lang
|
||||
es_VE/stocks.lang
|
||||
stocks.lang
|
||||
htdocs/langs/es_VE/blockedlog.lang
|
||||
langs/es_VE/blockedlog.lang
|
||||
es_VE/blockedlog.lang
|
||||
blockedlog.lang
|
||||
htdocs/langs/es_VE/sendings.lang
|
||||
langs/es_VE/sendings.lang
|
||||
es_VE/sendings.lang
|
||||
|
|
@ -63025,10 +62996,6 @@ htdocs/langs/en_GB/agenda.lang
|
|||
langs/en_GB/agenda.lang
|
||||
en_GB/agenda.lang
|
||||
agenda.lang
|
||||
htdocs/langs/en_GB/exports.lang
|
||||
langs/en_GB/exports.lang
|
||||
en_GB/exports.lang
|
||||
exports.lang
|
||||
htdocs/langs/en_GB/projects.lang
|
||||
langs/en_GB/projects.lang
|
||||
en_GB/projects.lang
|
||||
|
|
@ -63429,10 +63396,6 @@ htdocs/langs/en_KE/companies.lang
|
|||
langs/en_KE/companies.lang
|
||||
en_KE/companies.lang
|
||||
companies.lang
|
||||
htdocs/langs/en_KE/modulebuilder.lang
|
||||
langs/en_KE/modulebuilder.lang
|
||||
en_KE/modulebuilder.lang
|
||||
modulebuilder.lang
|
||||
htdocs/langs/en_KE/other.lang
|
||||
langs/en_KE/other.lang
|
||||
en_KE/other.lang
|
||||
|
|
@ -63449,34 +63412,14 @@ htdocs/langs/en_KE/bills.lang
|
|||
langs/en_KE/bills.lang
|
||||
en_KE/bills.lang
|
||||
bills.lang
|
||||
htdocs/langs/en_KE/exports.lang
|
||||
langs/en_KE/exports.lang
|
||||
en_KE/exports.lang
|
||||
exports.lang
|
||||
htdocs/langs/en_KE/projects.lang
|
||||
langs/en_KE/projects.lang
|
||||
en_KE/projects.lang
|
||||
projects.lang
|
||||
htdocs/langs/en_KE/blockedlog.lang
|
||||
langs/en_KE/blockedlog.lang
|
||||
en_KE/blockedlog.lang
|
||||
blockedlog.lang
|
||||
htdocs/langs/en_KE/stripe.lang
|
||||
langs/en_KE/stripe.lang
|
||||
en_KE/stripe.lang
|
||||
stripe.lang
|
||||
htdocs/langs/en_KE/supplier_proposal.lang
|
||||
langs/en_KE/supplier_proposal.lang
|
||||
en_KE/supplier_proposal.lang
|
||||
supplier_proposal.lang
|
||||
htdocs/langs/en_KE/banks.lang
|
||||
langs/en_KE/banks.lang
|
||||
en_KE/banks.lang
|
||||
banks.lang
|
||||
htdocs/langs/en_KE/cashdesk.lang
|
||||
langs/en_KE/cashdesk.lang
|
||||
en_KE/cashdesk.lang
|
||||
cashdesk.lang
|
||||
htdocs/langs/en_KE/errors.lang
|
||||
langs/en_KE/errors.lang
|
||||
en_KE/errors.lang
|
||||
|
|
@ -64297,10 +64240,6 @@ htdocs/langs/fr_CI/stripe.lang
|
|||
langs/fr_CI/stripe.lang
|
||||
fr_CI/stripe.lang
|
||||
stripe.lang
|
||||
htdocs/langs/fr_CI/supplier_proposal.lang
|
||||
langs/fr_CI/supplier_proposal.lang
|
||||
fr_CI/supplier_proposal.lang
|
||||
supplier_proposal.lang
|
||||
htdocs/langs/fr_CI/banks.lang
|
||||
langs/fr_CI/banks.lang
|
||||
fr_CI/banks.lang
|
||||
|
|
@ -69820,10 +69759,6 @@ htdocs/langs/fr_CH/stripe.lang
|
|||
langs/fr_CH/stripe.lang
|
||||
fr_CH/stripe.lang
|
||||
stripe.lang
|
||||
htdocs/langs/fr_CH/supplier_proposal.lang
|
||||
langs/fr_CH/supplier_proposal.lang
|
||||
fr_CH/supplier_proposal.lang
|
||||
supplier_proposal.lang
|
||||
htdocs/langs/fr_CH/banks.lang
|
||||
langs/fr_CH/banks.lang
|
||||
fr_CH/banks.lang
|
||||
|
|
|
|||
|
|
@ -134,6 +134,9 @@ test/hurl/gui/projet/10_projet_element.hurl
|
|||
test/hurl/gui/save_login_cookie.hurl
|
||||
test/hurl/gui/00_HOME.hurl
|
||||
test/hurl/gui/10_HOME.hurl
|
||||
test/hurl/gui/eventorganization/10_eventorganization.hurl
|
||||
test/hurl/gui/eventorganization/10_conferenceorbooth_list.hurl
|
||||
test/hurl/gui/eventorganization/conferenceorboothattendee_list.hurl
|
||||
test/hurl/gui/comm/mailing/10_mailing.hurl
|
||||
test/hurl/gui/admin/10_mails_templates.hurl
|
||||
test/hurl/public/onlinesign/00_onlinesign_newonlinesign.hurl
|
||||
|
|
@ -5978,6 +5981,7 @@ htdocs/blockedlog/class/actions_blockedlog.class.php
|
|||
htdocs/blockedlog/README.md
|
||||
htdocs/blockedlog/ajax/block-info.php
|
||||
htdocs/blockedlog/ajax/block-add.php
|
||||
htdocs/blockedlog/admin/blockedlog_control.php
|
||||
htdocs/blockedlog/admin/blockedlog_list.php
|
||||
htdocs/blockedlog/admin/blockedlog_archives.php
|
||||
htdocs/blockedlog/admin/filecheck.php
|
||||
|
|
@ -8186,7 +8190,6 @@ htdocs/langs/de_AT/supplier_proposal.lang
|
|||
htdocs/langs/de_AT/propal.lang
|
||||
htdocs/langs/de_AT/banks.lang
|
||||
htdocs/langs/de_AT/languages.lang
|
||||
htdocs/langs/de_AT/cashdesk.lang
|
||||
htdocs/langs/de_AT/withdrawals.lang
|
||||
htdocs/langs/de_AT/errors.lang
|
||||
htdocs/langs/de_AT/members.lang
|
||||
|
|
@ -8792,7 +8795,6 @@ htdocs/langs/fr_GA/compta.lang
|
|||
htdocs/langs/fr_GA/knowledgemanagement.lang
|
||||
htdocs/langs/fr_GA/categories.lang
|
||||
htdocs/langs/fr_GA/stripe.lang
|
||||
htdocs/langs/fr_GA/supplier_proposal.lang
|
||||
htdocs/langs/fr_GA/banks.lang
|
||||
htdocs/langs/fr_GA/cashdesk.lang
|
||||
htdocs/langs/fr_GA/errors.lang
|
||||
|
|
@ -9422,19 +9424,13 @@ htdocs/langs/ne_NP/resource.lang
|
|||
htdocs/langs/ne_NP/loan.lang
|
||||
htdocs/langs/ne_NP/boxes.lang
|
||||
htdocs/langs/en_IE/companies.lang
|
||||
htdocs/langs/en_IE/modulebuilder.lang
|
||||
htdocs/langs/en_IE/other.lang
|
||||
htdocs/langs/en_IE/oauth.lang
|
||||
htdocs/langs/en_IE/main.lang
|
||||
htdocs/langs/en_IE/bills.lang
|
||||
htdocs/langs/en_IE/accountancy.lang
|
||||
htdocs/langs/en_IE/exports.lang
|
||||
htdocs/langs/en_IE/projects.lang
|
||||
htdocs/langs/en_IE/blockedlog.lang
|
||||
htdocs/langs/en_IE/stripe.lang
|
||||
htdocs/langs/en_IE/supplier_proposal.lang
|
||||
htdocs/langs/en_IE/banks.lang
|
||||
htdocs/langs/en_IE/cashdesk.lang
|
||||
htdocs/langs/en_IE/errors.lang
|
||||
htdocs/langs/en_IE/members.lang
|
||||
htdocs/langs/en_IE/ticket.lang
|
||||
|
|
@ -9867,7 +9863,6 @@ htdocs/langs/fr_CM/stripe.lang
|
|||
htdocs/langs/fr_CM/supplier_proposal.lang
|
||||
htdocs/langs/fr_CM/propal.lang
|
||||
htdocs/langs/fr_CM/banks.lang
|
||||
htdocs/langs/fr_CM/cashdesk.lang
|
||||
htdocs/langs/fr_CM/errors.lang
|
||||
htdocs/langs/fr_CM/members.lang
|
||||
htdocs/langs/fr_CM/ticket.lang
|
||||
|
|
@ -9971,7 +9966,6 @@ htdocs/langs/fr_BE/knowledgemanagement.lang
|
|||
htdocs/langs/fr_BE/categories.lang
|
||||
htdocs/langs/fr_BE/sms.lang
|
||||
htdocs/langs/fr_BE/stripe.lang
|
||||
htdocs/langs/fr_BE/supplier_proposal.lang
|
||||
htdocs/langs/fr_BE/banks.lang
|
||||
htdocs/langs/fr_BE/cashdesk.lang
|
||||
htdocs/langs/fr_BE/withdrawals.lang
|
||||
|
|
@ -10939,7 +10933,6 @@ htdocs/langs/ar_IQ/oauth.lang
|
|||
htdocs/langs/ar_IQ/main.lang
|
||||
htdocs/langs/ar_IQ/bills.lang
|
||||
htdocs/langs/ar_IQ/accountancy.lang
|
||||
htdocs/langs/ar_IQ/blockedlog.lang
|
||||
htdocs/langs/ar_IQ/holiday.lang
|
||||
htdocs/langs/ar_IQ/stripe.lang
|
||||
htdocs/langs/ar_IQ/banks.lang
|
||||
|
|
@ -11587,7 +11580,6 @@ htdocs/langs/es_VE/projects.lang
|
|||
htdocs/langs/es_VE/salaries.lang
|
||||
htdocs/langs/es_VE/eventorganization.lang
|
||||
htdocs/langs/es_VE/stocks.lang
|
||||
htdocs/langs/es_VE/blockedlog.lang
|
||||
htdocs/langs/es_VE/sendings.lang
|
||||
htdocs/langs/es_VE/margins.lang
|
||||
htdocs/langs/es_VE/compta.lang
|
||||
|
|
@ -12288,7 +12280,6 @@ htdocs/langs/en_GB/partnership.lang
|
|||
htdocs/langs/en_GB/bills.lang
|
||||
htdocs/langs/en_GB/accountancy.lang
|
||||
htdocs/langs/en_GB/agenda.lang
|
||||
htdocs/langs/en_GB/exports.lang
|
||||
htdocs/langs/en_GB/projects.lang
|
||||
htdocs/langs/en_GB/salaries.lang
|
||||
htdocs/langs/en_GB/eventorganization.lang
|
||||
|
|
@ -12389,18 +12380,12 @@ htdocs/langs/sq_AL/resource.lang
|
|||
htdocs/langs/sq_AL/loan.lang
|
||||
htdocs/langs/sq_AL/boxes.lang
|
||||
htdocs/langs/en_KE/companies.lang
|
||||
htdocs/langs/en_KE/modulebuilder.lang
|
||||
htdocs/langs/en_KE/other.lang
|
||||
htdocs/langs/en_KE/oauth.lang
|
||||
htdocs/langs/en_KE/main.lang
|
||||
htdocs/langs/en_KE/bills.lang
|
||||
htdocs/langs/en_KE/exports.lang
|
||||
htdocs/langs/en_KE/projects.lang
|
||||
htdocs/langs/en_KE/blockedlog.lang
|
||||
htdocs/langs/en_KE/stripe.lang
|
||||
htdocs/langs/en_KE/supplier_proposal.lang
|
||||
htdocs/langs/en_KE/banks.lang
|
||||
htdocs/langs/en_KE/cashdesk.lang
|
||||
htdocs/langs/en_KE/errors.lang
|
||||
htdocs/langs/en_KE/members.lang
|
||||
htdocs/langs/en_KE/users.lang
|
||||
|
|
@ -12606,7 +12591,6 @@ htdocs/langs/fr_CI/blockedlog.lang
|
|||
htdocs/langs/fr_CI/knowledgemanagement.lang
|
||||
htdocs/langs/fr_CI/categories.lang
|
||||
htdocs/langs/fr_CI/stripe.lang
|
||||
htdocs/langs/fr_CI/supplier_proposal.lang
|
||||
htdocs/langs/fr_CI/banks.lang
|
||||
htdocs/langs/fr_CI/cashdesk.lang
|
||||
htdocs/langs/fr_CI/errors.lang
|
||||
|
|
@ -13987,7 +13971,6 @@ htdocs/langs/fr_CH/compta.lang
|
|||
htdocs/langs/fr_CH/knowledgemanagement.lang
|
||||
htdocs/langs/fr_CH/categories.lang
|
||||
htdocs/langs/fr_CH/stripe.lang
|
||||
htdocs/langs/fr_CH/supplier_proposal.lang
|
||||
htdocs/langs/fr_CH/banks.lang
|
||||
htdocs/langs/fr_CH/cashdesk.lang
|
||||
htdocs/langs/fr_CH/errors.lang
|
||||
|
|
|
|||
|
|
@ -71356,13 +71356,6 @@ KernelTests/Core/DefaultContent/ImporterTest.php
|
|||
Core/DefaultContent/ImporterTest.php
|
||||
DefaultContent/ImporterTest.php
|
||||
ImporterTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php
|
||||
tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php
|
||||
Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php
|
||||
KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php
|
||||
Core/Field/FieldStorageCreateCheckDeprecationTest.php
|
||||
Field/FieldStorageCreateCheckDeprecationTest.php
|
||||
FieldStorageCreateCheckDeprecationTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
|
||||
tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
|
||||
Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
|
||||
|
|
@ -81017,11 +81010,6 @@ tests/Drupal/Tests/RandomGeneratorTrait.php
|
|||
Drupal/Tests/RandomGeneratorTrait.php
|
||||
Tests/RandomGeneratorTrait.php
|
||||
RandomGeneratorTrait.php
|
||||
core/tests/Drupal/Tests/PhpUnitCompatibilityTrait.php
|
||||
tests/Drupal/Tests/PhpUnitCompatibilityTrait.php
|
||||
Drupal/Tests/PhpUnitCompatibilityTrait.php
|
||||
Tests/PhpUnitCompatibilityTrait.php
|
||||
PhpUnitCompatibilityTrait.php
|
||||
core/tests/Drupal/Tests/UnitTestCaseTest.php
|
||||
tests/Drupal/Tests/UnitTestCaseTest.php
|
||||
Drupal/Tests/UnitTestCaseTest.php
|
||||
|
|
@ -81179,13 +81167,6 @@ Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php
|
|||
TestTools/PhpUnitCompatibility/RunnerVersion.php
|
||||
PhpUnitCompatibility/RunnerVersion.php
|
||||
RunnerVersion.php
|
||||
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit12/TestCompatibilityTrait.php
|
||||
tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit12/TestCompatibilityTrait.php
|
||||
Drupal/TestTools/PhpUnitCompatibility/PhpUnit12/TestCompatibilityTrait.php
|
||||
TestTools/PhpUnitCompatibility/PhpUnit12/TestCompatibilityTrait.php
|
||||
PhpUnitCompatibility/PhpUnit12/TestCompatibilityTrait.php
|
||||
PhpUnit12/TestCompatibilityTrait.php
|
||||
TestCompatibilityTrait.php
|
||||
core/tests/Drupal/TestTools/Comparator/MarkupInterfaceComparator.php
|
||||
tests/Drupal/TestTools/Comparator/MarkupInterfaceComparator.php
|
||||
Drupal/TestTools/Comparator/MarkupInterfaceComparator.php
|
||||
|
|
|
|||
|
|
@ -10079,7 +10079,6 @@ core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php
|
|||
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php
|
||||
core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php
|
||||
core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php
|
||||
|
|
@ -11416,7 +11415,6 @@ core/tests/Drupal/Tests/TestFileCreationTrait.php
|
|||
core/tests/Drupal/Tests/TestRequirementsTrait.php
|
||||
core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php
|
||||
core/tests/Drupal/Tests/RandomGeneratorTrait.php
|
||||
core/tests/Drupal/Tests/PhpUnitCompatibilityTrait.php
|
||||
core/tests/Drupal/Tests/UnitTestCaseTest.php
|
||||
core/tests/Drupal/Tests/WebAssert.php
|
||||
core/tests/Drupal/Tests/PerformanceTestTrait.php
|
||||
|
|
@ -11444,7 +11442,6 @@ core/tests/Drupal/TestTools/Extension/InfoWriterTrait.php
|
|||
core/tests/Drupal/TestTools/PhpUnitTestCaseJUnitResult.php
|
||||
core/tests/Drupal/TestTools/Random.php
|
||||
core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php
|
||||
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit12/TestCompatibilityTrait.php
|
||||
core/tests/Drupal/TestTools/Comparator/MarkupInterfaceComparator.php
|
||||
core/tests/Drupal/TestTools/ErrorHandler/BootstrapErrorHandler.php
|
||||
core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php
|
||||
|
|
|
|||
|
|
@ -8753,6 +8753,13 @@ integration/api/posts/ShowTest.php
|
|||
api/posts/ShowTest.php
|
||||
posts/ShowTest.php
|
||||
ShowTest.php
|
||||
framework/core/tests/integration/api/settings/DeleteTest.php
|
||||
core/tests/integration/api/settings/DeleteTest.php
|
||||
tests/integration/api/settings/DeleteTest.php
|
||||
integration/api/settings/DeleteTest.php
|
||||
api/settings/DeleteTest.php
|
||||
settings/DeleteTest.php
|
||||
DeleteTest.php
|
||||
framework/core/tests/integration/api/settings/SetTest.php
|
||||
core/tests/integration/api/settings/SetTest.php
|
||||
tests/integration/api/settings/SetTest.php
|
||||
|
|
@ -9464,6 +9471,11 @@ core/less/common/common.less
|
|||
less/common/common.less
|
||||
common/common.less
|
||||
common.less
|
||||
framework/core/less/admin/ResetExtensionSettingsModal.less
|
||||
core/less/admin/ResetExtensionSettingsModal.less
|
||||
less/admin/ResetExtensionSettingsModal.less
|
||||
admin/ResetExtensionSettingsModal.less
|
||||
ResetExtensionSettingsModal.less
|
||||
framework/core/less/admin/InfoModal.less
|
||||
core/less/admin/InfoModal.less
|
||||
less/admin/InfoModal.less
|
||||
|
|
@ -10606,6 +10618,12 @@ src/Settings/Event/Saved.php
|
|||
Settings/Event/Saved.php
|
||||
Event/Saved.php
|
||||
Saved.php
|
||||
framework/core/src/Settings/Event/Reset.php
|
||||
core/src/Settings/Event/Reset.php
|
||||
src/Settings/Event/Reset.php
|
||||
Settings/Event/Reset.php
|
||||
Event/Reset.php
|
||||
Reset.php
|
||||
framework/core/src/Settings/Event/Saving.php
|
||||
core/src/Settings/Event/Saving.php
|
||||
src/Settings/Event/Saving.php
|
||||
|
|
@ -12188,6 +12206,12 @@ src/Api/Controller/SetPermissionController.php
|
|||
Api/Controller/SetPermissionController.php
|
||||
Controller/SetPermissionController.php
|
||||
SetPermissionController.php
|
||||
framework/core/src/Api/Controller/DeleteSettingsController.php
|
||||
core/src/Api/Controller/DeleteSettingsController.php
|
||||
src/Api/Controller/DeleteSettingsController.php
|
||||
Api/Controller/DeleteSettingsController.php
|
||||
Controller/DeleteSettingsController.php
|
||||
DeleteSettingsController.php
|
||||
framework/core/src/Api/Controller/ShowForumController.php
|
||||
core/src/Api/Controller/ShowForumController.php
|
||||
src/Api/Controller/ShowForumController.php
|
||||
|
|
@ -14921,6 +14945,13 @@ dist-typings/admin/components/PermissionDropdown.d.ts
|
|||
admin/components/PermissionDropdown.d.ts
|
||||
components/PermissionDropdown.d.ts
|
||||
PermissionDropdown.d.ts
|
||||
framework/core/js/dist-typings/admin/components/ResetExtensionSettingsModal.d.ts
|
||||
core/js/dist-typings/admin/components/ResetExtensionSettingsModal.d.ts
|
||||
js/dist-typings/admin/components/ResetExtensionSettingsModal.d.ts
|
||||
dist-typings/admin/components/ResetExtensionSettingsModal.d.ts
|
||||
admin/components/ResetExtensionSettingsModal.d.ts
|
||||
components/ResetExtensionSettingsModal.d.ts
|
||||
ResetExtensionSettingsModal.d.ts
|
||||
framework/core/js/dist-typings/admin/components/BasicsPage.d.ts
|
||||
core/js/dist-typings/admin/components/BasicsPage.d.ts
|
||||
js/dist-typings/admin/components/BasicsPage.d.ts
|
||||
|
|
@ -15983,6 +16014,20 @@ dist/common/components/SearchModal.js
|
|||
common/components/SearchModal.js
|
||||
components/SearchModal.js
|
||||
SearchModal.js
|
||||
framework/core/js/dist/admin/components/ResetExtensionSettingsModal.js
|
||||
core/js/dist/admin/components/ResetExtensionSettingsModal.js
|
||||
js/dist/admin/components/ResetExtensionSettingsModal.js
|
||||
dist/admin/components/ResetExtensionSettingsModal.js
|
||||
admin/components/ResetExtensionSettingsModal.js
|
||||
components/ResetExtensionSettingsModal.js
|
||||
ResetExtensionSettingsModal.js
|
||||
framework/core/js/dist/admin/components/ResetExtensionSettingsModal.js.map
|
||||
core/js/dist/admin/components/ResetExtensionSettingsModal.js.map
|
||||
js/dist/admin/components/ResetExtensionSettingsModal.js.map
|
||||
dist/admin/components/ResetExtensionSettingsModal.js.map
|
||||
admin/components/ResetExtensionSettingsModal.js.map
|
||||
components/ResetExtensionSettingsModal.js.map
|
||||
ResetExtensionSettingsModal.js.map
|
||||
framework/core/js/dist/admin/components/FontAwesomePreviewModal.js
|
||||
core/js/dist/admin/components/FontAwesomePreviewModal.js
|
||||
js/dist/admin/components/FontAwesomePreviewModal.js
|
||||
|
|
@ -17358,6 +17403,13 @@ src/admin/components/DashboardPage.tsx
|
|||
admin/components/DashboardPage.tsx
|
||||
components/DashboardPage.tsx
|
||||
DashboardPage.tsx
|
||||
framework/core/js/src/admin/components/ResetExtensionSettingsModal.tsx
|
||||
core/js/src/admin/components/ResetExtensionSettingsModal.tsx
|
||||
js/src/admin/components/ResetExtensionSettingsModal.tsx
|
||||
src/admin/components/ResetExtensionSettingsModal.tsx
|
||||
admin/components/ResetExtensionSettingsModal.tsx
|
||||
components/ResetExtensionSettingsModal.tsx
|
||||
ResetExtensionSettingsModal.tsx
|
||||
framework/core/js/src/admin/components/AdminHeader.js
|
||||
core/js/src/admin/components/AdminHeader.js
|
||||
js/src/admin/components/AdminHeader.js
|
||||
|
|
|
|||
|
|
@ -1617,6 +1617,7 @@ framework/core/tests/integration/api/posts/DeleteTest.php
|
|||
framework/core/tests/integration/api/posts/ListTest.php
|
||||
framework/core/tests/integration/api/posts/CreateTest.php
|
||||
framework/core/tests/integration/api/posts/ShowTest.php
|
||||
framework/core/tests/integration/api/settings/DeleteTest.php
|
||||
framework/core/tests/integration/api/settings/SetTest.php
|
||||
framework/core/tests/integration/api/settings/MailSettingsTest.php
|
||||
framework/core/tests/integration/api/registration_tokens/ResolveTest.php
|
||||
|
|
@ -1737,6 +1738,7 @@ framework/core/less/common/FormControl.less
|
|||
framework/core/less/common/AlertManager.less
|
||||
framework/core/less/common/DetailedDropdownItem.less
|
||||
framework/core/less/common/common.less
|
||||
framework/core/less/admin/ResetExtensionSettingsModal.less
|
||||
framework/core/less/admin/InfoModal.less
|
||||
framework/core/less/admin/ExtensionPage.less
|
||||
framework/core/less/admin/BasicsPage.less
|
||||
|
|
@ -1948,6 +1950,7 @@ framework/core/src/Settings/UninstalledSettingsRepository.php
|
|||
framework/core/src/Settings/OverrideSettingsRepository.php
|
||||
framework/core/src/Settings/SettingsServiceProvider.php
|
||||
framework/core/src/Settings/Event/Saved.php
|
||||
framework/core/src/Settings/Event/Reset.php
|
||||
framework/core/src/Settings/Event/Saving.php
|
||||
framework/core/src/Settings/Event/Deserializing.php
|
||||
framework/core/src/Settings/Event/Serializing.php
|
||||
|
|
@ -2233,6 +2236,7 @@ framework/core/src/Api/Controller/DeleteAllNotificationsController.php
|
|||
framework/core/src/Api/Controller/CreateTokenController.php
|
||||
framework/core/src/Api/Controller/AbstractDeleteController.php
|
||||
framework/core/src/Api/Controller/SetPermissionController.php
|
||||
framework/core/src/Api/Controller/DeleteSettingsController.php
|
||||
framework/core/src/Api/Controller/ShowForumController.php
|
||||
framework/core/src/Api/Controller/ClearCacheController.php
|
||||
framework/core/src/Api/Controller/SetSettingsController.php
|
||||
|
|
@ -2679,6 +2683,7 @@ framework/core/js/dist-typings/admin/components/CreateUserModal.d.ts
|
|||
framework/core/js/dist-typings/admin/components/InfoModal.d.ts
|
||||
framework/core/js/dist-typings/admin/components/AnnouncementsWidget.d.ts
|
||||
framework/core/js/dist-typings/admin/components/PermissionDropdown.d.ts
|
||||
framework/core/js/dist-typings/admin/components/ResetExtensionSettingsModal.d.ts
|
||||
framework/core/js/dist-typings/admin/components/BasicsPage.d.ts
|
||||
framework/core/js/dist-typings/admin/components/FormSectionGroup.d.ts
|
||||
framework/core/js/dist-typings/admin/components/AnnouncementList.d.ts
|
||||
|
|
@ -2834,6 +2839,8 @@ framework/core/js/dist/common/components/EditUserModal.js.map
|
|||
framework/core/js/dist/common/components/EditUserModal.js
|
||||
framework/core/js/dist/common/components/SearchModal.js.map
|
||||
framework/core/js/dist/common/components/SearchModal.js
|
||||
framework/core/js/dist/admin/components/ResetExtensionSettingsModal.js
|
||||
framework/core/js/dist/admin/components/ResetExtensionSettingsModal.js.map
|
||||
framework/core/js/dist/admin/components/FontAwesomePreviewModal.js
|
||||
framework/core/js/dist/admin/components/FontAwesomePreviewModal.js.map
|
||||
framework/core/js/dist/forum.js
|
||||
|
|
@ -3033,6 +3040,7 @@ framework/core/js/src/admin/components/EditCustomFooterModal.tsx
|
|||
framework/core/js/src/admin/components/EditGroupModal.tsx
|
||||
framework/core/js/src/admin/components/AdminPage.tsx
|
||||
framework/core/js/src/admin/components/DashboardPage.tsx
|
||||
framework/core/js/src/admin/components/ResetExtensionSettingsModal.tsx
|
||||
framework/core/js/src/admin/components/AdminHeader.js
|
||||
framework/core/js/src/admin/components/AlertWidget.tsx
|
||||
framework/core/js/src/admin/components/CreateUserModal.tsx
|
||||
|
|
|
|||
|
|
@ -124,16 +124,6 @@ tests/admin/sidebar/theme-error-notification.test.ts
|
|||
admin/sidebar/theme-error-notification.test.ts
|
||||
sidebar/theme-error-notification.test.ts
|
||||
theme-error-notification.test.ts
|
||||
e2e/tests/admin/posts/post-settings.test.ts
|
||||
tests/admin/posts/post-settings.test.ts
|
||||
admin/posts/post-settings.test.ts
|
||||
posts/post-settings.test.ts
|
||||
post-settings.test.ts
|
||||
e2e/tests/admin/posts/posts.test.ts
|
||||
tests/admin/posts/posts.test.ts
|
||||
admin/posts/posts.test.ts
|
||||
posts/posts.test.ts
|
||||
posts.test.ts
|
||||
e2e/tests/admin/posts/post-preview.test.ts
|
||||
tests/admin/posts/post-preview.test.ts
|
||||
admin/posts/post-preview.test.ts
|
||||
|
|
@ -350,6 +340,16 @@ tests/admin/members-forward/export.test.ts
|
|||
admin/members-forward/export.test.ts
|
||||
members-forward/export.test.ts
|
||||
export.test.ts
|
||||
e2e/tests/admin/members-forward/multiselect-filters.test.ts
|
||||
tests/admin/members-forward/multiselect-filters.test.ts
|
||||
admin/members-forward/multiselect-filters.test.ts
|
||||
members-forward/multiselect-filters.test.ts
|
||||
multiselect-filters.test.ts
|
||||
e2e/tests/admin/members-forward/tier-filter-search.test.ts
|
||||
tests/admin/members-forward/tier-filter-search.test.ts
|
||||
admin/members-forward/tier-filter-search.test.ts
|
||||
members-forward/tier-filter-search.test.ts
|
||||
tier-filter-search.test.ts
|
||||
e2e/tests/admin/members-forward/search-and-filter.test.ts
|
||||
tests/admin/members-forward/search-and-filter.test.ts
|
||||
admin/members-forward/search-and-filter.test.ts
|
||||
|
|
@ -13019,6 +13019,13 @@ server/api/endpoints/integrations.js
|
|||
api/endpoints/integrations.js
|
||||
endpoints/integrations.js
|
||||
integrations.js
|
||||
ghost/core/core/server/api/endpoints/automated-email-design.js
|
||||
core/core/server/api/endpoints/automated-email-design.js
|
||||
core/server/api/endpoints/automated-email-design.js
|
||||
server/api/endpoints/automated-email-design.js
|
||||
api/endpoints/automated-email-design.js
|
||||
endpoints/automated-email-design.js
|
||||
automated-email-design.js
|
||||
ghost/core/core/server/api/endpoints/settings.js
|
||||
core/core/server/api/endpoints/settings.js
|
||||
core/server/api/endpoints/settings.js
|
||||
|
|
@ -13095,13 +13102,6 @@ shared/config/env/config.production.json
|
|||
config/env/config.production.json
|
||||
env/config.production.json
|
||||
config.production.json
|
||||
ghost/core/core/shared/config/env/config.testing-browser.json
|
||||
core/core/shared/config/env/config.testing-browser.json
|
||||
core/shared/config/env/config.testing-browser.json
|
||||
shared/config/env/config.testing-browser.json
|
||||
config/env/config.testing-browser.json
|
||||
env/config.testing-browser.json
|
||||
config.testing-browser.json
|
||||
ghost/core/core/shared/config/env/config.development.json
|
||||
core/core/shared/config/env/config.development.json
|
||||
core/shared/config/env/config.development.json
|
||||
|
|
@ -18700,12 +18700,6 @@ utils/fixtures/filter-param/index.js
|
|||
fixtures/filter-param/index.js
|
||||
filter-param/index.js
|
||||
index.js
|
||||
ghost/core/test/utils/fixtures/default-settings-browser.json
|
||||
core/test/utils/fixtures/default-settings-browser.json
|
||||
test/utils/fixtures/default-settings-browser.json
|
||||
utils/fixtures/default-settings-browser.json
|
||||
fixtures/default-settings-browser.json
|
||||
default-settings-browser.json
|
||||
ghost/core/test/utils/fixtures/media/sample.m4a
|
||||
core/test/utils/fixtures/media/sample.m4a
|
||||
test/utils/fixtures/media/sample.m4a
|
||||
|
|
@ -19965,6 +19959,11 @@ core/test/utils/batch-email-utils.js
|
|||
test/utils/batch-email-utils.js
|
||||
utils/batch-email-utils.js
|
||||
batch-email-utils.js
|
||||
ghost/core/test/utils/email-verification-utils.ts
|
||||
core/test/utils/email-verification-utils.ts
|
||||
test/utils/email-verification-utils.ts
|
||||
utils/email-verification-utils.ts
|
||||
email-verification-utils.ts
|
||||
ghost/core/test/utils/api.js
|
||||
core/test/utils/api.js
|
||||
test/utils/api.js
|
||||
|
|
@ -20885,6 +20884,12 @@ test/e2e-api/admin/slack.test.js
|
|||
e2e-api/admin/slack.test.js
|
||||
admin/slack.test.js
|
||||
slack.test.js
|
||||
ghost/core/test/e2e-api/admin/automated-email-design.test.js
|
||||
core/test/e2e-api/admin/automated-email-design.test.js
|
||||
test/e2e-api/admin/automated-email-design.test.js
|
||||
e2e-api/admin/automated-email-design.test.js
|
||||
admin/automated-email-design.test.js
|
||||
automated-email-design.test.js
|
||||
ghost/core/test/e2e-api/admin/actions.test.js
|
||||
core/test/e2e-api/admin/actions.test.js
|
||||
test/e2e-api/admin/actions.test.js
|
||||
|
|
@ -21011,6 +21016,13 @@ e2e-api/admin/__snapshots__/mentions.test.js.snap
|
|||
admin/__snapshots__/mentions.test.js.snap
|
||||
__snapshots__/mentions.test.js.snap
|
||||
mentions.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/automated-email-design.test.js.snap
|
||||
core/test/e2e-api/admin/__snapshots__/automated-email-design.test.js.snap
|
||||
test/e2e-api/admin/__snapshots__/automated-email-design.test.js.snap
|
||||
e2e-api/admin/__snapshots__/automated-email-design.test.js.snap
|
||||
admin/__snapshots__/automated-email-design.test.js.snap
|
||||
__snapshots__/automated-email-design.test.js.snap
|
||||
automated-email-design.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/pages-bulk.test.js.snap
|
||||
core/test/e2e-api/admin/__snapshots__/pages-bulk.test.js.snap
|
||||
test/e2e-api/admin/__snapshots__/pages-bulk.test.js.snap
|
||||
|
|
@ -30439,6 +30451,30 @@ apps/admin-x-settings/test/setup.ts
|
|||
admin-x-settings/test/setup.ts
|
||||
test/setup.ts
|
||||
setup.ts
|
||||
apps/admin-x-settings/test/unit/email-design/design-payload.test.ts
|
||||
admin-x-settings/test/unit/email-design/design-payload.test.ts
|
||||
test/unit/email-design/design-payload.test.ts
|
||||
unit/email-design/design-payload.test.ts
|
||||
email-design/design-payload.test.ts
|
||||
design-payload.test.ts
|
||||
apps/admin-x-settings/test/unit/email-design/link-style.test.tsx
|
||||
admin-x-settings/test/unit/email-design/link-style.test.tsx
|
||||
test/unit/email-design/link-style.test.tsx
|
||||
unit/email-design/link-style.test.tsx
|
||||
email-design/link-style.test.tsx
|
||||
link-style.test.tsx
|
||||
apps/admin-x-settings/test/unit/email-design/section-title-color.test.tsx
|
||||
admin-x-settings/test/unit/email-design/section-title-color.test.tsx
|
||||
test/unit/email-design/section-title-color.test.tsx
|
||||
unit/email-design/section-title-color.test.tsx
|
||||
email-design/section-title-color.test.tsx
|
||||
section-title-color.test.tsx
|
||||
apps/admin-x-settings/test/unit/email-design/color-fields.test.tsx
|
||||
admin-x-settings/test/unit/email-design/color-fields.test.tsx
|
||||
test/unit/email-design/color-fields.test.tsx
|
||||
unit/email-design/color-fields.test.tsx
|
||||
email-design/color-fields.test.tsx
|
||||
color-fields.test.tsx
|
||||
apps/admin-x-settings/test/unit/utils/threads-urls.test.ts
|
||||
admin-x-settings/test/unit/utils/threads-urls.test.ts
|
||||
test/unit/utils/threads-urls.test.ts
|
||||
|
|
@ -32854,6 +32890,12 @@ src/components/label-picker/label-filter-renderer.tsx
|
|||
components/label-picker/label-filter-renderer.tsx
|
||||
label-picker/label-filter-renderer.tsx
|
||||
label-filter-renderer.tsx
|
||||
apps/posts/src/components/label-picker/edit-row.tsx
|
||||
posts/src/components/label-picker/edit-row.tsx
|
||||
src/components/label-picker/edit-row.tsx
|
||||
components/label-picker/edit-row.tsx
|
||||
label-picker/edit-row.tsx
|
||||
edit-row.tsx
|
||||
apps/posts/src/components/label-picker/label-picker.tsx
|
||||
posts/src/components/label-picker/label-picker.tsx
|
||||
src/components/label-picker/label-picker.tsx
|
||||
|
|
@ -34809,6 +34851,12 @@ src/images/icons/thumbs-down.svg
|
|||
images/icons/thumbs-down.svg
|
||||
icons/thumbs-down.svg
|
||||
thumbs-down.svg
|
||||
apps/portal/src/images/icons/gift.svg
|
||||
portal/src/images/icons/gift.svg
|
||||
src/images/icons/gift.svg
|
||||
images/icons/gift.svg
|
||||
icons/gift.svg
|
||||
gift.svg
|
||||
apps/portal/src/images/icons/button-icon-1.svg
|
||||
portal/src/images/icons/button-icon-1.svg
|
||||
src/images/icons/button-icon-1.svg
|
||||
|
|
@ -35119,6 +35167,12 @@ src/components/pages/magic-link-page.js
|
|||
components/pages/magic-link-page.js
|
||||
pages/magic-link-page.js
|
||||
magic-link-page.js
|
||||
apps/portal/src/components/pages/gift-success-page.js
|
||||
portal/src/components/pages/gift-success-page.js
|
||||
src/components/pages/gift-success-page.js
|
||||
components/pages/gift-success-page.js
|
||||
pages/gift-success-page.js
|
||||
gift-success-page.js
|
||||
apps/portal/src/components/pages/support-success.js
|
||||
portal/src/components/pages/support-success.js
|
||||
src/components/pages/support-success.js
|
||||
|
|
@ -35270,6 +35324,12 @@ src/components/pages/offer-page.js
|
|||
components/pages/offer-page.js
|
||||
pages/offer-page.js
|
||||
offer-page.js
|
||||
apps/portal/src/components/pages/gift-page.js
|
||||
portal/src/components/pages/gift-page.js
|
||||
src/components/pages/gift-page.js
|
||||
components/pages/gift-page.js
|
||||
pages/gift-page.js
|
||||
gift-page.js
|
||||
apps/portal/src/components/pages/email-suppression-faq.js
|
||||
portal/src/components/pages/email-suppression-faq.js
|
||||
src/components/pages/email-suppression-faq.js
|
||||
|
|
@ -35967,6 +36027,11 @@ admin-x-framework/src/api/webhooks.ts
|
|||
src/api/webhooks.ts
|
||||
api/webhooks.ts
|
||||
webhooks.ts
|
||||
apps/admin-x-framework/src/api/automated-email-design.ts
|
||||
admin-x-framework/src/api/automated-email-design.ts
|
||||
src/api/automated-email-design.ts
|
||||
api/automated-email-design.ts
|
||||
automated-email-design.ts
|
||||
apps/admin-x-framework/src/api/referrers.ts
|
||||
admin-x-framework/src/api/referrers.ts
|
||||
src/api/referrers.ts
|
||||
|
|
@ -36866,6 +36931,10 @@ components.json
|
|||
apps/shade/AGENTS.md
|
||||
shade/AGENTS.md
|
||||
AGENTS.md
|
||||
apps/shade/src/primitives.ts
|
||||
shade/src/primitives.ts
|
||||
src/primitives.ts
|
||||
primitives.ts
|
||||
apps/shade/src/providers/shade-provider.tsx
|
||||
shade/src/providers/shade-provider.tsx
|
||||
src/providers/shade-provider.tsx
|
||||
|
|
@ -36876,6 +36945,16 @@ shade/src/lib/utils.ts
|
|||
src/lib/utils.ts
|
||||
lib/utils.ts
|
||||
utils.ts
|
||||
apps/shade/src/lib/ds-utils.ts
|
||||
shade/src/lib/ds-utils.ts
|
||||
src/lib/ds-utils.ts
|
||||
lib/ds-utils.ts
|
||||
ds-utils.ts
|
||||
apps/shade/src/lib/app-utils.ts
|
||||
shade/src/lib/app-utils.ts
|
||||
src/lib/app-utils.ts
|
||||
lib/app-utils.ts
|
||||
app-utils.ts
|
||||
apps/shade/src/assets/images/twitter-logo.svg
|
||||
shade/src/assets/images/twitter-logo.svg
|
||||
src/assets/images/twitter-logo.svg
|
||||
|
|
@ -36957,10 +37036,26 @@ shade/src/hooks/use-global-dirty-state.tsx
|
|||
src/hooks/use-global-dirty-state.tsx
|
||||
hooks/use-global-dirty-state.tsx
|
||||
use-global-dirty-state.tsx
|
||||
apps/shade/src/components.ts
|
||||
shade/src/components.ts
|
||||
src/components.ts
|
||||
components.ts
|
||||
apps/shade/src/index.ts
|
||||
shade/src/index.ts
|
||||
src/index.ts
|
||||
index.ts
|
||||
apps/shade/src/patterns.ts
|
||||
shade/src/patterns.ts
|
||||
src/patterns.ts
|
||||
patterns.ts
|
||||
apps/shade/src/app.ts
|
||||
shade/src/app.ts
|
||||
src/app.ts
|
||||
app.ts
|
||||
apps/shade/src/utils.ts
|
||||
shade/src/utils.ts
|
||||
src/utils.ts
|
||||
utils.ts
|
||||
apps/shade/src/shade-app.tsx
|
||||
shade/src/shade-app.tsx
|
||||
src/shade-app.tsx
|
||||
|
|
@ -36980,11 +37075,20 @@ shade/src/docs/introduction.mdx
|
|||
src/docs/introduction.mdx
|
||||
docs/introduction.mdx
|
||||
introduction.mdx
|
||||
apps/shade/src/docs/migration-root-imports.mdx
|
||||
shade/src/docs/migration-root-imports.mdx
|
||||
src/docs/migration-root-imports.mdx
|
||||
docs/migration-root-imports.mdx
|
||||
migration-root-imports.mdx
|
||||
apps/shade/src/docs/contributing.mdx
|
||||
shade/src/docs/contributing.mdx
|
||||
src/docs/contributing.mdx
|
||||
docs/contributing.mdx
|
||||
contributing.mdx
|
||||
apps/shade/src/tokens.ts
|
||||
shade/src/tokens.ts
|
||||
src/tokens.ts
|
||||
tokens.ts
|
||||
apps/shade/src/components/features/post-share-modal/post-share-modal.stories.tsx
|
||||
shade/src/components/features/post-share-modal/post-share-modal.stories.tsx
|
||||
src/components/features/post-share-modal/post-share-modal.stories.tsx
|
||||
|
|
@ -37586,6 +37690,12 @@ src/components/ui/button.stories.tsx
|
|||
components/ui/button.stories.tsx
|
||||
ui/button.stories.tsx
|
||||
button.stories.tsx
|
||||
apps/shade/src/components/ui/multi-select-combobox.tsx
|
||||
shade/src/components/ui/multi-select-combobox.tsx
|
||||
src/components/ui/multi-select-combobox.tsx
|
||||
components/ui/multi-select-combobox.tsx
|
||||
ui/multi-select-combobox.tsx
|
||||
multi-select-combobox.tsx
|
||||
apps/shade/src/components/ui/checkbox.stories.tsx
|
||||
shade/src/components/ui/checkbox.stories.tsx
|
||||
src/components/ui/checkbox.stories.tsx
|
||||
|
|
@ -40708,6 +40818,7 @@ scripts/.eslintrc.js
|
|||
.eslintrc.js
|
||||
scripts/release.js
|
||||
release.js
|
||||
compose.dev.sqlite.yaml
|
||||
yarn.lock
|
||||
.codex/environments/environment.toml
|
||||
environments/environment.toml
|
||||
|
|
|
|||
|
|
@ -34,8 +34,6 @@ e2e/tests/portal/member-actions.test.ts
|
|||
e2e/tests/admin/sidebar/upgrade-banner.test.ts
|
||||
e2e/tests/admin/sidebar/navigation.test.ts
|
||||
e2e/tests/admin/sidebar/theme-error-notification.test.ts
|
||||
e2e/tests/admin/posts/post-settings.test.ts
|
||||
e2e/tests/admin/posts/posts.test.ts
|
||||
e2e/tests/admin/posts/post-preview.test.ts
|
||||
e2e/tests/admin/posts/newsletter-send.test.ts
|
||||
e2e/tests/admin/posts/publish-flow.test.ts
|
||||
|
|
@ -79,6 +77,8 @@ e2e/tests/admin/two-factor-auth.test.ts
|
|||
e2e/tests/admin/members-forward/saved-views.test.ts
|
||||
e2e/tests/admin/members-forward/bulk-actions.test.ts
|
||||
e2e/tests/admin/members-forward/export.test.ts
|
||||
e2e/tests/admin/members-forward/multiselect-filters.test.ts
|
||||
e2e/tests/admin/members-forward/tier-filter-search.test.ts
|
||||
e2e/tests/admin/members-forward/search-and-filter.test.ts
|
||||
e2e/tests/admin/members-forward/list.test.ts
|
||||
e2e/tests/admin/comments/thread-sidebar.test.ts
|
||||
|
|
@ -1789,6 +1789,7 @@ ghost/core/core/server/api/endpoints/pages-public.js
|
|||
ghost/core/core/server/api/endpoints/automated-emails.js
|
||||
ghost/core/core/server/api/endpoints/email-post.js
|
||||
ghost/core/core/server/api/endpoints/integrations.js
|
||||
ghost/core/core/server/api/endpoints/automated-email-design.js
|
||||
ghost/core/core/server/api/endpoints/settings.js
|
||||
ghost/core/core/server/api/index.js
|
||||
ghost/core/core/server/views/maintenance.html
|
||||
|
|
@ -1801,7 +1802,6 @@ ghost/core/core/shared/config/env/config.testing.json
|
|||
ghost/core/core/shared/config/env/config.testing-mysql.json
|
||||
ghost/core/core/shared/config/env/config.development.docker.json
|
||||
ghost/core/core/shared/config/env/config.production.json
|
||||
ghost/core/core/shared/config/env/config.testing-browser.json
|
||||
ghost/core/core/shared/config/env/config.development.json
|
||||
ghost/core/core/shared/config/helpers.js
|
||||
ghost/core/core/shared/config/overrides.json
|
||||
|
|
@ -2519,7 +2519,6 @@ 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
|
||||
ghost/core/test/utils/fixtures/media/sample_640x360.webm
|
||||
ghost/core/test/utils/fixtures/media/sample_640x360.ogv
|
||||
|
|
@ -2672,6 +2671,7 @@ ghost/core/test/utils/index.js
|
|||
ghost/core/test/utils/db-utils.js
|
||||
ghost/core/test/utils/e2e-utils.js
|
||||
ghost/core/test/utils/batch-email-utils.js
|
||||
ghost/core/test/utils/email-verification-utils.ts
|
||||
ghost/core/test/utils/api.js
|
||||
ghost/core/test/utils/mocks/index.js
|
||||
ghost/core/test/utils/mocks/modules.js
|
||||
|
|
@ -2823,6 +2823,7 @@ ghost/core/test/e2e-api/admin/tinybird.test.js
|
|||
ghost/core/test/e2e-api/admin/email-preview-rate-limiter.test.js
|
||||
ghost/core/test/e2e-api/admin/labels.test.js
|
||||
ghost/core/test/e2e-api/admin/slack.test.js
|
||||
ghost/core/test/e2e-api/admin/automated-email-design.test.js
|
||||
ghost/core/test/e2e-api/admin/actions.test.js
|
||||
ghost/core/test/e2e-api/admin/recommendations.test.js
|
||||
ghost/core/test/e2e-api/admin/db.test.js
|
||||
|
|
@ -2843,6 +2844,7 @@ ghost/core/test/e2e-api/admin/__snapshots__/email-previews.test.js.snap
|
|||
ghost/core/test/e2e-api/admin/__snapshots__/member-commenting.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/slugs.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/mentions.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/automated-email-design.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/pages-bulk.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/tiers.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/snippets.test.js.snap
|
||||
|
|
@ -4599,6 +4601,10 @@ apps/sodo-search/package.json
|
|||
apps/admin-x-settings/postcss.config.cjs
|
||||
apps/admin-x-settings/.eslintignore
|
||||
apps/admin-x-settings/test/setup.ts
|
||||
apps/admin-x-settings/test/unit/email-design/design-payload.test.ts
|
||||
apps/admin-x-settings/test/unit/email-design/link-style.test.tsx
|
||||
apps/admin-x-settings/test/unit/email-design/section-title-color.test.tsx
|
||||
apps/admin-x-settings/test/unit/email-design/color-fields.test.tsx
|
||||
apps/admin-x-settings/test/unit/utils/threads-urls.test.ts
|
||||
apps/admin-x-settings/test/unit/utils/mastodon-urls.test.ts
|
||||
apps/admin-x-settings/test/unit/utils/show-database-warning.test.ts
|
||||
|
|
@ -4975,6 +4981,7 @@ apps/posts/src/utils/constants.ts
|
|||
apps/posts/src/utils/chart-helpers.ts
|
||||
apps/posts/src/utils/get-site-timezone.ts
|
||||
apps/posts/src/components/label-picker/label-filter-renderer.tsx
|
||||
apps/posts/src/components/label-picker/edit-row.tsx
|
||||
apps/posts/src/components/label-picker/label-picker.tsx
|
||||
apps/posts/src/components/label-picker/index.ts
|
||||
apps/posts/src/components/member-avatar.tsx
|
||||
|
|
@ -5296,6 +5303,7 @@ apps/portal/LICENSE
|
|||
apps/portal/vite.config.mjs
|
||||
apps/portal/src/logo.svg
|
||||
apps/portal/src/images/icons/thumbs-down.svg
|
||||
apps/portal/src/images/icons/gift.svg
|
||||
apps/portal/src/images/icons/button-icon-1.svg
|
||||
apps/portal/src/images/icons/arrow-left.svg
|
||||
apps/portal/src/images/icons/loader.svg
|
||||
|
|
@ -5353,6 +5361,7 @@ apps/portal/src/components/pages/email-suppressed-page.js
|
|||
apps/portal/src/components/pages/support-page.js
|
||||
apps/portal/src/components/pages/feedback-page.js
|
||||
apps/portal/src/components/pages/magic-link-page.js
|
||||
apps/portal/src/components/pages/gift-success-page.js
|
||||
apps/portal/src/components/pages/support-success.js
|
||||
apps/portal/src/components/pages/signin-page.js
|
||||
apps/portal/src/components/pages/support-error.js
|
||||
|
|
@ -5374,6 +5383,7 @@ apps/portal/src/components/pages/AccountHomePage/components/account-welcome.js
|
|||
apps/portal/src/components/pages/AccountHomePage/components/account-main.js
|
||||
apps/portal/src/components/pages/AccountHomePage/components/account-actions.js
|
||||
apps/portal/src/components/pages/offer-page.js
|
||||
apps/portal/src/components/pages/gift-page.js
|
||||
apps/portal/src/components/pages/email-suppression-faq.js
|
||||
apps/portal/src/components/pages/account-plan-page.js
|
||||
apps/portal/src/components/pages/recommendations-page.js
|
||||
|
|
@ -5504,6 +5514,7 @@ apps/admin-x-framework/src/routing.ts
|
|||
apps/admin-x-framework/src/vite.ts
|
||||
apps/admin-x-framework/src/api/roles.ts
|
||||
apps/admin-x-framework/src/api/webhooks.ts
|
||||
apps/admin-x-framework/src/api/automated-email-design.ts
|
||||
apps/admin-x-framework/src/api/referrers.ts
|
||||
apps/admin-x-framework/src/api/invites.ts
|
||||
apps/admin-x-framework/src/api/email-verification.ts
|
||||
|
|
@ -5676,8 +5687,11 @@ apps/shade/README.md
|
|||
apps/shade/.eslintrc.cjs
|
||||
apps/shade/components.json
|
||||
apps/shade/AGENTS.md
|
||||
apps/shade/src/primitives.ts
|
||||
apps/shade/src/providers/shade-provider.tsx
|
||||
apps/shade/src/lib/utils.ts
|
||||
apps/shade/src/lib/ds-utils.ts
|
||||
apps/shade/src/lib/app-utils.ts
|
||||
apps/shade/src/assets/images/twitter-logo.svg
|
||||
apps/shade/src/assets/images/facebook-logo.svg
|
||||
apps/shade/src/assets/images/google-logo.svg
|
||||
|
|
@ -5692,12 +5706,18 @@ apps/shade/src/assets/icons/success-fill.svg
|
|||
apps/shade/src/hooks/use-mobile.tsx
|
||||
apps/shade/src/hooks/use-simple-pagination.ts
|
||||
apps/shade/src/hooks/use-global-dirty-state.tsx
|
||||
apps/shade/src/components.ts
|
||||
apps/shade/src/index.ts
|
||||
apps/shade/src/patterns.ts
|
||||
apps/shade/src/app.ts
|
||||
apps/shade/src/utils.ts
|
||||
apps/shade/src/shade-app.tsx
|
||||
apps/shade/src/docs/tokens.mdx
|
||||
apps/shade/src/docs/architecture.mdx
|
||||
apps/shade/src/docs/introduction.mdx
|
||||
apps/shade/src/docs/migration-root-imports.mdx
|
||||
apps/shade/src/docs/contributing.mdx
|
||||
apps/shade/src/tokens.ts
|
||||
apps/shade/src/components/features/post-share-modal/post-share-modal.stories.tsx
|
||||
apps/shade/src/components/features/post-share-modal/index.ts
|
||||
apps/shade/src/components/features/post-share-modal/post-share-modal.tsx
|
||||
|
|
@ -5797,6 +5817,7 @@ apps/shade/src/components/ui/tabs.tsx
|
|||
apps/shade/src/components/ui/tooltip.tsx
|
||||
apps/shade/src/components/ui/kbd.stories.tsx
|
||||
apps/shade/src/components/ui/button.stories.tsx
|
||||
apps/shade/src/components/ui/multi-select-combobox.tsx
|
||||
apps/shade/src/components/ui/checkbox.stories.tsx
|
||||
apps/shade/src/components/ui/flag.stories.tsx
|
||||
apps/shade/src/components/ui/data-list.stories.tsx
|
||||
|
|
@ -6360,6 +6381,7 @@ scripts/lib/resolve-base-tag.js
|
|||
scripts/test/resolve-base-tag.test.js
|
||||
scripts/.eslintrc.js
|
||||
scripts/release.js
|
||||
compose.dev.sqlite.yaml
|
||||
yarn.lock
|
||||
.codex/environments/environment.toml
|
||||
package.json
|
||||
|
|
@ -39,9 +39,6 @@ public/index.php
|
|||
index.php
|
||||
public/robots.txt
|
||||
robots.txt
|
||||
resources/js/bootstrap.js
|
||||
js/bootstrap.js
|
||||
bootstrap.js
|
||||
resources/js/app.js
|
||||
js/app.js
|
||||
app.js
|
||||
|
|
@ -71,6 +68,7 @@ routes/console.php
|
|||
console.php
|
||||
routes/web.php
|
||||
web.php
|
||||
.npmrc
|
||||
.env.example
|
||||
phpunit.xml
|
||||
app/Providers/AppServiceProvider.php
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ artisan
|
|||
public/.htaccess
|
||||
public/index.php
|
||||
public/robots.txt
|
||||
resources/js/bootstrap.js
|
||||
resources/js/app.js
|
||||
resources/views/welcome.blade.php
|
||||
README.md
|
||||
|
|
@ -33,6 +32,7 @@ database/migrations/0001_01_01_000000_create_users_table.php
|
|||
.gitattributes
|
||||
routes/console.php
|
||||
routes/web.php
|
||||
.npmrc
|
||||
.env.example
|
||||
phpunit.xml
|
||||
app/Providers/AppServiceProvider.php
|
||||
|
|
|
|||
|
|
@ -147375,6 +147375,13 @@ ImportExport/Model/Export/EntityFiltersProvider.php
|
|||
Model/Export/EntityFiltersProvider.php
|
||||
Export/EntityFiltersProvider.php
|
||||
EntityFiltersProvider.php
|
||||
app/code/Magento/ImportExport/Model/Export/FileInfo.php
|
||||
code/Magento/ImportExport/Model/Export/FileInfo.php
|
||||
Magento/ImportExport/Model/Export/FileInfo.php
|
||||
ImportExport/Model/Export/FileInfo.php
|
||||
Model/Export/FileInfo.php
|
||||
Export/FileInfo.php
|
||||
FileInfo.php
|
||||
app/code/Magento/ImportExport/Model/Export/Consumer.php
|
||||
code/Magento/ImportExport/Model/Export/Consumer.php
|
||||
Magento/ImportExport/Model/Export/Consumer.php
|
||||
|
|
@ -325318,6 +325325,13 @@ Magento/Ui/Model/Config.php
|
|||
Ui/Model/Config.php
|
||||
Model/Config.php
|
||||
Config.php
|
||||
app/code/Magento/Ui/Model/Validation/WysiwygValidationConfigResolver.php
|
||||
code/Magento/Ui/Model/Validation/WysiwygValidationConfigResolver.php
|
||||
Magento/Ui/Model/Validation/WysiwygValidationConfigResolver.php
|
||||
Ui/Model/Validation/WysiwygValidationConfigResolver.php
|
||||
Model/Validation/WysiwygValidationConfigResolver.php
|
||||
Validation/WysiwygValidationConfigResolver.php
|
||||
WysiwygValidationConfigResolver.php
|
||||
app/code/Magento/Ui/Model/BookmarkManagement.php
|
||||
code/Magento/Ui/Model/BookmarkManagement.php
|
||||
Magento/Ui/Model/BookmarkManagement.php
|
||||
|
|
@ -325397,6 +325411,13 @@ Ui/Model/ResourceModel/BookmarkRepository.php
|
|||
Model/ResourceModel/BookmarkRepository.php
|
||||
ResourceModel/BookmarkRepository.php
|
||||
BookmarkRepository.php
|
||||
app/code/Magento/Ui/Model/ResourceModel/Utf8mb4Support.php
|
||||
code/Magento/Ui/Model/ResourceModel/Utf8mb4Support.php
|
||||
Magento/Ui/Model/ResourceModel/Utf8mb4Support.php
|
||||
Ui/Model/ResourceModel/Utf8mb4Support.php
|
||||
Model/ResourceModel/Utf8mb4Support.php
|
||||
ResourceModel/Utf8mb4Support.php
|
||||
Utf8mb4Support.php
|
||||
app/code/Magento/Ui/Model/ResourceModel/Bookmark.php
|
||||
code/Magento/Ui/Model/ResourceModel/Bookmark.php
|
||||
Magento/Ui/Model/ResourceModel/Bookmark.php
|
||||
|
|
@ -325412,6 +325433,13 @@ Model/ResourceModel/Bookmark/Collection.php
|
|||
ResourceModel/Bookmark/Collection.php
|
||||
Bookmark/Collection.php
|
||||
Collection.php
|
||||
app/code/Magento/Ui/Model/ResourceModel/Utf8mb4SupportInterface.php
|
||||
code/Magento/Ui/Model/ResourceModel/Utf8mb4SupportInterface.php
|
||||
Magento/Ui/Model/ResourceModel/Utf8mb4SupportInterface.php
|
||||
Ui/Model/ResourceModel/Utf8mb4SupportInterface.php
|
||||
Model/ResourceModel/Utf8mb4SupportInterface.php
|
||||
ResourceModel/Utf8mb4SupportInterface.php
|
||||
Utf8mb4SupportInterface.php
|
||||
app/code/Magento/Ui/Component/Listing/RowInterface.php
|
||||
code/Magento/Ui/Component/Listing/RowInterface.php
|
||||
Magento/Ui/Component/Listing/RowInterface.php
|
||||
|
|
@ -326734,6 +326762,15 @@ Unit/Model/ResourceModel/BookmarkRepositoryTest.php
|
|||
Model/ResourceModel/BookmarkRepositoryTest.php
|
||||
ResourceModel/BookmarkRepositoryTest.php
|
||||
BookmarkRepositoryTest.php
|
||||
app/code/Magento/Ui/Test/Unit/Model/ResourceModel/Utf8mb4SupportTest.php
|
||||
code/Magento/Ui/Test/Unit/Model/ResourceModel/Utf8mb4SupportTest.php
|
||||
Magento/Ui/Test/Unit/Model/ResourceModel/Utf8mb4SupportTest.php
|
||||
Ui/Test/Unit/Model/ResourceModel/Utf8mb4SupportTest.php
|
||||
Test/Unit/Model/ResourceModel/Utf8mb4SupportTest.php
|
||||
Unit/Model/ResourceModel/Utf8mb4SupportTest.php
|
||||
Model/ResourceModel/Utf8mb4SupportTest.php
|
||||
ResourceModel/Utf8mb4SupportTest.php
|
||||
Utf8mb4SupportTest.php
|
||||
app/code/Magento/Ui/Test/Unit/Component/Listing/ColumnsTest.php
|
||||
code/Magento/Ui/Test/Unit/Component/Listing/ColumnsTest.php
|
||||
Magento/Ui/Test/Unit/Component/Listing/ColumnsTest.php
|
||||
|
|
@ -333223,6 +333260,15 @@ Unit/Model/Resolver/OrderTotalTest.php
|
|||
Model/Resolver/OrderTotalTest.php
|
||||
Resolver/OrderTotalTest.php
|
||||
OrderTotalTest.php
|
||||
app/code/Magento/SalesGraphQl/Test/Unit/Model/OrderItemPrices/PricesProviderTest.php
|
||||
code/Magento/SalesGraphQl/Test/Unit/Model/OrderItemPrices/PricesProviderTest.php
|
||||
Magento/SalesGraphQl/Test/Unit/Model/OrderItemPrices/PricesProviderTest.php
|
||||
SalesGraphQl/Test/Unit/Model/OrderItemPrices/PricesProviderTest.php
|
||||
Test/Unit/Model/OrderItemPrices/PricesProviderTest.php
|
||||
Unit/Model/OrderItemPrices/PricesProviderTest.php
|
||||
Model/OrderItemPrices/PricesProviderTest.php
|
||||
OrderItemPrices/PricesProviderTest.php
|
||||
PricesProviderTest.php
|
||||
app/code/Magento/SalesGraphQl/etc/graphql/di.xml
|
||||
code/Magento/SalesGraphQl/etc/graphql/di.xml
|
||||
Magento/SalesGraphQl/etc/graphql/di.xml
|
||||
|
|
|
|||
|
|
@ -17511,6 +17511,7 @@ app/code/Magento/ImportExport/Model/Export/ExportManagement.php
|
|||
app/code/Magento/ImportExport/Model/Export/ConfigInterface.php
|
||||
app/code/Magento/ImportExport/Model/Export/AbstractEntity.php
|
||||
app/code/Magento/ImportExport/Model/Export/EntityFiltersProvider.php
|
||||
app/code/Magento/ImportExport/Model/Export/FileInfo.php
|
||||
app/code/Magento/ImportExport/Model/Export/Consumer.php
|
||||
app/code/Magento/ImportExport/Model/Export/Config.php
|
||||
app/code/Magento/ImportExport/Model/Export/EntityFiltersProviderInterface.php
|
||||
|
|
@ -39472,6 +39473,7 @@ app/code/Magento/Ui/Model/Export/MetadataProvider.php
|
|||
app/code/Magento/Ui/Model/Export/SearchResultIterator.php
|
||||
app/code/Magento/Ui/Model/Export/ConvertToXml.php
|
||||
app/code/Magento/Ui/Model/Config.php
|
||||
app/code/Magento/Ui/Model/Validation/WysiwygValidationConfigResolver.php
|
||||
app/code/Magento/Ui/Model/BookmarkManagement.php
|
||||
app/code/Magento/Ui/Model/Bookmark.php
|
||||
app/code/Magento/Ui/Model/UiComponentTypeResolver.php
|
||||
|
|
@ -39484,8 +39486,10 @@ app/code/Magento/Ui/Model/ColorPicker/ModeInterface.php
|
|||
app/code/Magento/Ui/Model/UiComponentGenerator.php
|
||||
app/code/Magento/Ui/Model/BookmarkSearchResults.php
|
||||
app/code/Magento/Ui/Model/ResourceModel/BookmarkRepository.php
|
||||
app/code/Magento/Ui/Model/ResourceModel/Utf8mb4Support.php
|
||||
app/code/Magento/Ui/Model/ResourceModel/Bookmark.php
|
||||
app/code/Magento/Ui/Model/ResourceModel/Bookmark/Collection.php
|
||||
app/code/Magento/Ui/Model/ResourceModel/Utf8mb4SupportInterface.php
|
||||
app/code/Magento/Ui/Component/Listing/RowInterface.php
|
||||
app/code/Magento/Ui/Component/Listing/Columns.php
|
||||
app/code/Magento/Ui/Component/Listing/Columns/Date.php
|
||||
|
|
@ -39654,6 +39658,7 @@ app/code/Magento/Ui/Test/Unit/Model/ManagerTest.php
|
|||
app/code/Magento/Ui/Test/Unit/Model/BookmarkManagementTest.php
|
||||
app/code/Magento/Ui/Test/Unit/Model/UiComponentGeneratorTest.php
|
||||
app/code/Magento/Ui/Test/Unit/Model/ResourceModel/BookmarkRepositoryTest.php
|
||||
app/code/Magento/Ui/Test/Unit/Model/ResourceModel/Utf8mb4SupportTest.php
|
||||
app/code/Magento/Ui/Test/Unit/Component/Listing/ColumnsTest.php
|
||||
app/code/Magento/Ui/Test/Unit/Component/Listing/Columns/WebsitesTest.php
|
||||
app/code/Magento/Ui/Test/Unit/Component/Listing/Columns/AttributeSetIdTest.php
|
||||
|
|
@ -40369,6 +40374,7 @@ app/code/Magento/SalesGraphQl/README.md
|
|||
app/code/Magento/SalesGraphQl/Test/Unit/Model/Resolver/ReorderTest.php
|
||||
app/code/Magento/SalesGraphQl/Test/Unit/Model/Resolver/CustomerOrders/Query/OrderFilterTest.php
|
||||
app/code/Magento/SalesGraphQl/Test/Unit/Model/Resolver/OrderTotalTest.php
|
||||
app/code/Magento/SalesGraphQl/Test/Unit/Model/OrderItemPrices/PricesProviderTest.php
|
||||
app/code/Magento/SalesGraphQl/etc/graphql/di.xml
|
||||
app/code/Magento/SalesGraphQl/etc/module.xml
|
||||
app/code/Magento/SalesGraphQl/etc/schema.graphqls
|
||||
|
|
|
|||
|
|
@ -20002,6 +20002,12 @@ Nop.Web.Framework/Migrations/UpgradeTo500/SettingMigration.cs
|
|||
Migrations/UpgradeTo500/SettingMigration.cs
|
||||
UpgradeTo500/SettingMigration.cs
|
||||
SettingMigration.cs
|
||||
src/Presentation/Nop.Web.Framework/Migrations/UpgradeTo500/AppSettingsMigration.cs
|
||||
Presentation/Nop.Web.Framework/Migrations/UpgradeTo500/AppSettingsMigration.cs
|
||||
Nop.Web.Framework/Migrations/UpgradeTo500/AppSettingsMigration.cs
|
||||
Migrations/UpgradeTo500/AppSettingsMigration.cs
|
||||
UpgradeTo500/AppSettingsMigration.cs
|
||||
AppSettingsMigration.cs
|
||||
src/Presentation/Nop.Web.Framework/Migrations/UpgradeTo500/LocalizationMigration.cs
|
||||
Presentation/Nop.Web.Framework/Migrations/UpgradeTo500/LocalizationMigration.cs
|
||||
Nop.Web.Framework/Migrations/UpgradeTo500/LocalizationMigration.cs
|
||||
|
|
|
|||
|
|
@ -2725,6 +2725,7 @@ src/Presentation/Nop.Web.Framework/Migrations/UpgradeTo490/AppSettingsMigration.
|
|||
src/Presentation/Nop.Web.Framework/Migrations/UpgradeTo490/LocalizationMigration.cs
|
||||
src/Presentation/Nop.Web.Framework/Migrations/UpgradeTo490/MenuMigration.cs
|
||||
src/Presentation/Nop.Web.Framework/Migrations/UpgradeTo500/SettingMigration.cs
|
||||
src/Presentation/Nop.Web.Framework/Migrations/UpgradeTo500/AppSettingsMigration.cs
|
||||
src/Presentation/Nop.Web.Framework/Migrations/UpgradeTo500/LocalizationMigration.cs
|
||||
src/Presentation/Nop.Web.Framework/Themes/ThemeableViewLocationExpander.cs
|
||||
src/Presentation/Nop.Web.Framework/Themes/ThemeContext.cs
|
||||
|
|
|
|||
|
|
@ -6445,6 +6445,13 @@ toolbox/controls/loader-container/README.md
|
|||
controls/loader-container/README.md
|
||||
loader-container/README.md
|
||||
README.md
|
||||
modules/system/assets/toolbox/controls/drag-scroll/drag-scroll-control.js
|
||||
system/assets/toolbox/controls/drag-scroll/drag-scroll-control.js
|
||||
assets/toolbox/controls/drag-scroll/drag-scroll-control.js
|
||||
toolbox/controls/drag-scroll/drag-scroll-control.js
|
||||
controls/drag-scroll/drag-scroll-control.js
|
||||
drag-scroll/drag-scroll-control.js
|
||||
drag-scroll-control.js
|
||||
modules/system/assets/toolbox/controls/input/input-preset.js
|
||||
system/assets/toolbox/controls/input/input-preset.js
|
||||
assets/toolbox/controls/input/input-preset.js
|
||||
|
|
|
|||
|
|
@ -875,6 +875,7 @@ modules/system/assets/toolbox/controls/tab/README.md
|
|||
modules/system/assets/toolbox/controls/tab/tab-control.js
|
||||
modules/system/assets/toolbox/controls/loader-container/loader-container-control.js
|
||||
modules/system/assets/toolbox/controls/loader-container/README.md
|
||||
modules/system/assets/toolbox/controls/drag-scroll/drag-scroll-control.js
|
||||
modules/system/assets/toolbox/controls/input/input-preset.js
|
||||
modules/system/assets/toolbox/controls/input/input-hotkey-control.js
|
||||
modules/system/assets/toolbox/controls/input/README.md
|
||||
|
|
|
|||
|
|
@ -38,8 +38,6 @@ UrlHelperTest.php
|
|||
tests/Config/AppTest.php
|
||||
Config/AppTest.php
|
||||
AppTest.php
|
||||
tests/phpunit.xml
|
||||
phpunit.xml
|
||||
writable/cache/.htaccess
|
||||
cache/.htaccess
|
||||
.htaccess
|
||||
|
|
@ -83,7 +81,6 @@ design/databaselayout.mwb
|
|||
databaselayout.mwb
|
||||
design/ospos_categories.mwb.bak
|
||||
ospos_categories.mwb.bak
|
||||
docker-compose.test.yml
|
||||
docker/data/nginx/nginx.tmpl
|
||||
data/nginx/nginx.tmpl
|
||||
nginx/nginx.tmpl
|
||||
|
|
@ -247,7 +244,6 @@ testdox.html
|
|||
build-package.ps1
|
||||
Dockerfile
|
||||
.env.example
|
||||
.travis.yml
|
||||
app/Events/Method.php
|
||||
Events/Method.php
|
||||
Method.php
|
||||
|
|
@ -349,6 +345,10 @@ app/Database/Migrations/20190317102600_add_iso_4217.php
|
|||
Database/Migrations/20190317102600_add_iso_4217.php
|
||||
Migrations/20190317102600_add_iso_4217.php
|
||||
20190317102600_add_iso_4217.php
|
||||
app/Database/Migrations/20170501000000_initial_schema.php
|
||||
Database/Migrations/20170501000000_initial_schema.php
|
||||
Migrations/20170501000000_initial_schema.php
|
||||
20170501000000_initial_schema.php
|
||||
app/Database/Migrations/20250729170000_NullableTaxCategoryId.php
|
||||
Database/Migrations/20250729170000_NullableTaxCategoryId.php
|
||||
Migrations/20250729170000_NullableTaxCategoryId.php
|
||||
|
|
@ -565,6 +565,11 @@ Database/Migrations/sqlscripts/3.3.2_paymentdatefix.sql
|
|||
Migrations/sqlscripts/3.3.2_paymentdatefix.sql
|
||||
sqlscripts/3.3.2_paymentdatefix.sql
|
||||
3.3.2_paymentdatefix.sql
|
||||
app/Database/Migrations/sqlscripts/initial_schema.sql
|
||||
Database/Migrations/sqlscripts/initial_schema.sql
|
||||
Migrations/sqlscripts/initial_schema.sql
|
||||
sqlscripts/initial_schema.sql
|
||||
initial_schema.sql
|
||||
app/Database/Migrations/sqlscripts/3.3.0_add_iso_4217.sql
|
||||
Database/Migrations/sqlscripts/3.3.0_add_iso_4217.sql
|
||||
Migrations/sqlscripts/3.3.0_add_iso_4217.sql
|
||||
|
|
@ -639,9 +644,6 @@ app/Database/Migrations/20210714140000_move_expenses_categories.php
|
|||
Database/Migrations/20210714140000_move_expenses_categories.php
|
||||
Migrations/20210714140000_move_expenses_categories.php
|
||||
20210714140000_move_expenses_categories.php
|
||||
app/Database/constraints.sql
|
||||
Database/constraints.sql
|
||||
constraints.sql
|
||||
app/Database/resetdatabase.sh
|
||||
Database/resetdatabase.sh
|
||||
resetdatabase.sh
|
||||
|
|
@ -651,9 +653,6 @@ docker_mysql.cnf
|
|||
app/Database/Dockerfile
|
||||
Database/Dockerfile
|
||||
Dockerfile
|
||||
app/Database/tables.sql
|
||||
Database/tables.sql
|
||||
tables.sql
|
||||
app/.htaccess
|
||||
.htaccess
|
||||
app/Models/Supplier.php
|
||||
|
|
@ -968,6 +967,10 @@ app/Language/ar-EG/Expenses.php
|
|||
Language/ar-EG/Expenses.php
|
||||
ar-EG/Expenses.php
|
||||
Expenses.php
|
||||
app/Language/ar-EG/Calendar.php
|
||||
Language/ar-EG/Calendar.php
|
||||
ar-EG/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/ar-EG/Employees.php
|
||||
Language/ar-EG/Employees.php
|
||||
ar-EG/Employees.php
|
||||
|
|
@ -1164,6 +1167,10 @@ app/Language/es-ES/Expenses.php
|
|||
Language/es-ES/Expenses.php
|
||||
es-ES/Expenses.php
|
||||
Expenses.php
|
||||
app/Language/es-ES/Calendar.php
|
||||
Language/es-ES/Calendar.php
|
||||
es-ES/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/es-ES/Employees.php
|
||||
Language/es-ES/Employees.php
|
||||
es-ES/Employees.php
|
||||
|
|
@ -1451,6 +1458,10 @@ Item_kits.php
|
|||
app/Language/.htaccess
|
||||
Language/.htaccess
|
||||
.htaccess
|
||||
app/Language/ka/Calendar.php
|
||||
Language/ka/Calendar.php
|
||||
ka/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/ka/Common.php
|
||||
Language/ka/Common.php
|
||||
ka/Common.php
|
||||
|
|
@ -2259,6 +2270,10 @@ app/Language/ur/Expenses.php
|
|||
Language/ur/Expenses.php
|
||||
ur/Expenses.php
|
||||
Expenses.php
|
||||
app/Language/ur/Calendar.php
|
||||
Language/ur/Calendar.php
|
||||
ur/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/ur/Employees.php
|
||||
Language/ur/Employees.php
|
||||
ur/Employees.php
|
||||
|
|
@ -2743,6 +2758,10 @@ app/Language/he/Expenses.php
|
|||
Language/he/Expenses.php
|
||||
he/Expenses.php
|
||||
Expenses.php
|
||||
app/Language/he/Calendar.php
|
||||
Language/he/Calendar.php
|
||||
he/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/he/Employees.php
|
||||
Language/he/Employees.php
|
||||
he/Employees.php
|
||||
|
|
@ -3135,6 +3154,10 @@ app/Language/de-DE/Expenses.php
|
|||
Language/de-DE/Expenses.php
|
||||
de-DE/Expenses.php
|
||||
Expenses.php
|
||||
app/Language/de-DE/Calendar.php
|
||||
Language/de-DE/Calendar.php
|
||||
de-DE/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/de-DE/Employees.php
|
||||
Language/de-DE/Employees.php
|
||||
de-DE/Employees.php
|
||||
|
|
@ -3627,6 +3650,10 @@ app/Language/nl-NL/Expenses.php
|
|||
Language/nl-NL/Expenses.php
|
||||
nl-NL/Expenses.php
|
||||
Expenses.php
|
||||
app/Language/nl-NL/Calendar.php
|
||||
Language/nl-NL/Calendar.php
|
||||
nl-NL/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/nl-NL/Employees.php
|
||||
Language/nl-NL/Employees.php
|
||||
nl-NL/Employees.php
|
||||
|
|
@ -4019,6 +4046,10 @@ app/Language/nb/Expenses.php
|
|||
Language/nb/Expenses.php
|
||||
nb/Expenses.php
|
||||
Expenses.php
|
||||
app/Language/nb/Calendar.php
|
||||
Language/nb/Calendar.php
|
||||
nb/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/nb/Employees.php
|
||||
Language/nb/Employees.php
|
||||
nb/Employees.php
|
||||
|
|
@ -4111,6 +4142,10 @@ app/Language/lo/Expenses.php
|
|||
Language/lo/Expenses.php
|
||||
lo/Expenses.php
|
||||
Expenses.php
|
||||
app/Language/lo/Calendar.php
|
||||
Language/lo/Calendar.php
|
||||
lo/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/lo/Employees.php
|
||||
Language/lo/Employees.php
|
||||
lo/Employees.php
|
||||
|
|
@ -4307,6 +4342,10 @@ app/Language/ml/Expenses.php
|
|||
Language/ml/Expenses.php
|
||||
ml/Expenses.php
|
||||
Expenses.php
|
||||
app/Language/ml/Calendar.php
|
||||
Language/ml/Calendar.php
|
||||
ml/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/ml/Employees.php
|
||||
Language/ml/Employees.php
|
||||
ml/Employees.php
|
||||
|
|
@ -4601,6 +4640,10 @@ app/Language/tl/Expenses.php
|
|||
Language/tl/Expenses.php
|
||||
tl/Expenses.php
|
||||
Expenses.php
|
||||
app/Language/tl/Calendar.php
|
||||
Language/tl/Calendar.php
|
||||
tl/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/tl/Employees.php
|
||||
Language/tl/Employees.php
|
||||
tl/Employees.php
|
||||
|
|
@ -5085,6 +5128,10 @@ app/Language/es-MX/Expenses.php
|
|||
Language/es-MX/Expenses.php
|
||||
es-MX/Expenses.php
|
||||
Expenses.php
|
||||
app/Language/es-MX/Calendar.php
|
||||
Language/es-MX/Calendar.php
|
||||
es-MX/Calendar.php
|
||||
Calendar.php
|
||||
app/Language/es-MX/Employees.php
|
||||
Language/es-MX/Employees.php
|
||||
es-MX/Employees.php
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ tests/Controllers/ReportsControllerTest.php
|
|||
tests/Controllers/ItemsCsvImportTest.php
|
||||
tests/helpers/UrlHelperTest.php
|
||||
tests/Config/AppTest.php
|
||||
tests/phpunit.xml
|
||||
writable/cache/.htaccess
|
||||
writable/cache/index.html
|
||||
writable/.htaccess
|
||||
|
|
@ -32,7 +31,6 @@ Dockerfile.test
|
|||
design/ospos_categories.mwb
|
||||
design/databaselayout.mwb
|
||||
design/ospos_categories.mwb.bak
|
||||
docker-compose.test.yml
|
||||
docker/data/nginx/nginx.tmpl
|
||||
docker/data/nginx/error.log
|
||||
docker/docker-mysql.yml
|
||||
|
|
@ -106,7 +104,6 @@ build/logs/testdox.html
|
|||
build-package.ps1
|
||||
Dockerfile
|
||||
.env.example
|
||||
.travis.yml
|
||||
app/Events/Method.php
|
||||
app/Events/Load_config.php
|
||||
app/Events/Db_log.php
|
||||
|
|
@ -133,6 +130,7 @@ app/Database/Migrations/20230412000000_add_missing_config.php
|
|||
app/Database/Migrations/20201110000000_add_item_kit_number.php
|
||||
app/Database/Migrations/20170501150000_upgrade_to_3_1_1.php
|
||||
app/Database/Migrations/20190317102600_add_iso_4217.php
|
||||
app/Database/Migrations/20170501000000_initial_schema.php
|
||||
app/Database/Migrations/20250729170000_NullableTaxCategoryId.php
|
||||
app/Database/Migrations/20190129212600_indiagst.php
|
||||
app/Database/Migrations/20240319000000_Migration_Convert_Barcode_Types.php
|
||||
|
|
@ -175,6 +173,7 @@ app/Database/Migrations/sqlscripts/3.1.1_to_3.2.0.sql
|
|||
app/Database/Migrations/sqlscripts/3.3.0_paymenttracking.sql
|
||||
app/Database/Migrations/sqlscripts/3.2.1_to_3.3.0.sql
|
||||
app/Database/Migrations/sqlscripts/3.3.2_paymentdatefix.sql
|
||||
app/Database/Migrations/sqlscripts/initial_schema.sql
|
||||
app/Database/Migrations/sqlscripts/3.3.0_add_iso_4217.sql
|
||||
app/Database/Migrations/sqlscripts/3.4.1_migrate_sessions_table.sql
|
||||
app/Database/Migrations/20250522000000_AttributeLinksUniqueConstraint.php
|
||||
|
|
@ -193,11 +192,9 @@ app/Database/Migrations/20230412000001_drop_account_number_index.php
|
|||
app/Database/Migrations/20250716170000_MissingConfigKeys.php
|
||||
app/Database/Migrations/20190502100000_refundtracking.php
|
||||
app/Database/Migrations/20210714140000_move_expenses_categories.php
|
||||
app/Database/constraints.sql
|
||||
app/Database/resetdatabase.sh
|
||||
app/Database/docker_mysql.cnf
|
||||
app/Database/Dockerfile
|
||||
app/Database/tables.sql
|
||||
app/.htaccess
|
||||
app/Models/Supplier.php
|
||||
app/Models/Customer_rewards.php
|
||||
|
|
@ -291,6 +288,7 @@ app/Helpers/report_helper.php
|
|||
app/Helpers/tax_helper.php
|
||||
app/Language/ar-EG/Receivings.php
|
||||
app/Language/ar-EG/Expenses.php
|
||||
app/Language/ar-EG/Calendar.php
|
||||
app/Language/ar-EG/Employees.php
|
||||
app/Language/ar-EG/Taxes.php
|
||||
app/Language/ar-EG/Error.php
|
||||
|
|
@ -340,6 +338,7 @@ app/Language/hu/Attributes.php
|
|||
app/Language/hu/Item_kits.php
|
||||
app/Language/es-ES/Receivings.php
|
||||
app/Language/es-ES/Expenses.php
|
||||
app/Language/es-ES/Calendar.php
|
||||
app/Language/es-ES/Employees.php
|
||||
app/Language/es-ES/Taxes.php
|
||||
app/Language/es-ES/Error.php
|
||||
|
|
@ -412,6 +411,7 @@ app/Language/vi/index.html
|
|||
app/Language/vi/Attributes.php
|
||||
app/Language/vi/Item_kits.php
|
||||
app/Language/.htaccess
|
||||
app/Language/ka/Calendar.php
|
||||
app/Language/ka/Common.php
|
||||
app/Language/id/Receivings.php
|
||||
app/Language/id/Expenses.php
|
||||
|
|
@ -614,6 +614,7 @@ app/Language/hy/Attributes.php
|
|||
app/Language/hy/Item_kits.php
|
||||
app/Language/ur/Receivings.php
|
||||
app/Language/ur/Expenses.php
|
||||
app/Language/ur/Calendar.php
|
||||
app/Language/ur/Employees.php
|
||||
app/Language/ur/Taxes.php
|
||||
app/Language/ur/Error.php
|
||||
|
|
@ -735,6 +736,7 @@ app/Language/ta/Attributes.php
|
|||
app/Language/ta/Item_kits.php
|
||||
app/Language/he/Receivings.php
|
||||
app/Language/he/Expenses.php
|
||||
app/Language/he/Calendar.php
|
||||
app/Language/he/Employees.php
|
||||
app/Language/he/Taxes.php
|
||||
app/Language/he/Error.php
|
||||
|
|
@ -833,6 +835,7 @@ app/Language/fa/Attributes.php
|
|||
app/Language/fa/Item_kits.php
|
||||
app/Language/de-DE/Receivings.php
|
||||
app/Language/de-DE/Expenses.php
|
||||
app/Language/de-DE/Calendar.php
|
||||
app/Language/de-DE/Employees.php
|
||||
app/Language/de-DE/Taxes.php
|
||||
app/Language/de-DE/Error.php
|
||||
|
|
@ -956,6 +959,7 @@ app/Language/ckb/Attributes.php
|
|||
app/Language/ckb/Item_kits.php
|
||||
app/Language/nl-NL/Receivings.php
|
||||
app/Language/nl-NL/Expenses.php
|
||||
app/Language/nl-NL/Calendar.php
|
||||
app/Language/nl-NL/Employees.php
|
||||
app/Language/nl-NL/Taxes.php
|
||||
app/Language/nl-NL/Error.php
|
||||
|
|
@ -1054,6 +1058,7 @@ app/Language/ar-LB/Attributes.php
|
|||
app/Language/ar-LB/Item_kits.php
|
||||
app/Language/nb/Receivings.php
|
||||
app/Language/nb/Expenses.php
|
||||
app/Language/nb/Calendar.php
|
||||
app/Language/nb/Employees.php
|
||||
app/Language/nb/Taxes.php
|
||||
app/Language/nb/Error.php
|
||||
|
|
@ -1077,6 +1082,7 @@ app/Language/nb/Attributes.php
|
|||
app/Language/nb/Item_kits.php
|
||||
app/Language/lo/Receivings.php
|
||||
app/Language/lo/Expenses.php
|
||||
app/Language/lo/Calendar.php
|
||||
app/Language/lo/Employees.php
|
||||
app/Language/lo/Taxes.php
|
||||
app/Language/lo/Error.php
|
||||
|
|
@ -1126,6 +1132,7 @@ app/Language/nl-BE/Attributes.php
|
|||
app/Language/nl-BE/Item_kits.php
|
||||
app/Language/ml/Receivings.php
|
||||
app/Language/ml/Expenses.php
|
||||
app/Language/ml/Calendar.php
|
||||
app/Language/ml/Employees.php
|
||||
app/Language/ml/Taxes.php
|
||||
app/Language/ml/Error.php
|
||||
|
|
@ -1200,6 +1207,7 @@ app/Language/sw-TZ/Attributes.php
|
|||
app/Language/sw-TZ/Item_kits.php
|
||||
app/Language/tl/Receivings.php
|
||||
app/Language/tl/Expenses.php
|
||||
app/Language/tl/Calendar.php
|
||||
app/Language/tl/Employees.php
|
||||
app/Language/tl/Taxes.php
|
||||
app/Language/tl/Error.php
|
||||
|
|
@ -1321,6 +1329,7 @@ app/Language/pl/Attributes.php
|
|||
app/Language/pl/Item_kits.php
|
||||
app/Language/es-MX/Receivings.php
|
||||
app/Language/es-MX/Expenses.php
|
||||
app/Language/es-MX/Calendar.php
|
||||
app/Language/es-MX/Employees.php
|
||||
app/Language/es-MX/Taxes.php
|
||||
app/Language/es-MX/Error.php
|
||||
|
|
|
|||
|
|
@ -9560,6 +9560,13 @@ migration/data/v33x/remove_profilefield_aol.php
|
|||
data/v33x/remove_profilefield_aol.php
|
||||
v33x/remove_profilefield_aol.php
|
||||
remove_profilefield_aol.php
|
||||
phpBB/phpbb/db/migration/data/v33x/v3316rc1.php
|
||||
phpbb/db/migration/data/v33x/v3316rc1.php
|
||||
db/migration/data/v33x/v3316rc1.php
|
||||
migration/data/v33x/v3316rc1.php
|
||||
data/v33x/v3316rc1.php
|
||||
v33x/v3316rc1.php
|
||||
v3316rc1.php
|
||||
phpBB/phpbb/db/migration/data/v33x/add_user_last_active.php
|
||||
phpbb/db/migration/data/v33x/add_user_last_active.php
|
||||
db/migration/data/v33x/add_user_last_active.php
|
||||
|
|
|
|||
|
|
@ -2104,6 +2104,7 @@ phpBB/phpbb/db/migration/data/v33x/v334rc1.php
|
|||
phpBB/phpbb/db/migration/data/v33x/v335.php
|
||||
phpBB/phpbb/db/migration/data/v33x/default_search_return_chars.php
|
||||
phpBB/phpbb/db/migration/data/v33x/remove_profilefield_aol.php
|
||||
phpBB/phpbb/db/migration/data/v33x/v3316rc1.php
|
||||
phpBB/phpbb/db/migration/data/v33x/add_user_last_active.php
|
||||
phpBB/phpbb/db/migration/data/v33x/v3312rc1.php
|
||||
phpBB/phpbb/db/migration/data/v33x/v332.php
|
||||
|
|
|
|||
|
|
@ -11870,6 +11870,15 @@ BO/03_catalog/07_discounts/02_catalogPriceRules/01_CRUDCatalogPriceRule.ts
|
|||
07_discounts/02_catalogPriceRules/01_CRUDCatalogPriceRule.ts
|
||||
02_catalogPriceRules/01_CRUDCatalogPriceRule.ts
|
||||
01_CRUDCatalogPriceRule.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/09_triggerBasedOnProductsQuantity.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/09_triggerBasedOnProductsQuantity.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/09_triggerBasedOnProductsQuantity.ts
|
||||
functional/BO/03_catalog/07_discounts/03_discountV2/09_triggerBasedOnProductsQuantity.ts
|
||||
BO/03_catalog/07_discounts/03_discountV2/09_triggerBasedOnProductsQuantity.ts
|
||||
03_catalog/07_discounts/03_discountV2/09_triggerBasedOnProductsQuantity.ts
|
||||
07_discounts/03_discountV2/09_triggerBasedOnProductsQuantity.ts
|
||||
03_discountV2/09_triggerBasedOnProductsQuantity.ts
|
||||
09_triggerBasedOnProductsQuantity.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/03_minimumPurchaseAmountFreeGift.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/03_minimumPurchaseAmountFreeGift.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/03_minimumPurchaseAmountFreeGift.ts
|
||||
|
|
@ -11888,6 +11897,15 @@ BO/03_catalog/07_discounts/03_discountV2/01_minimumPurchaseAmountOnCartAmount.ts
|
|||
07_discounts/03_discountV2/01_minimumPurchaseAmountOnCartAmount.ts
|
||||
03_discountV2/01_minimumPurchaseAmountOnCartAmount.ts
|
||||
01_minimumPurchaseAmountOnCartAmount.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/06_setPeriod.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/06_setPeriod.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/06_setPeriod.ts
|
||||
functional/BO/03_catalog/07_discounts/03_discountV2/06_setPeriod.ts
|
||||
BO/03_catalog/07_discounts/03_discountV2/06_setPeriod.ts
|
||||
03_catalog/07_discounts/03_discountV2/06_setPeriod.ts
|
||||
07_discounts/03_discountV2/06_setPeriod.ts
|
||||
03_discountV2/06_setPeriod.ts
|
||||
06_setPeriod.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/04_minimumPurchaseAmountOnFreeShipping.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/04_minimumPurchaseAmountOnFreeShipping.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/04_minimumPurchaseAmountOnFreeShipping.ts
|
||||
|
|
|
|||
|
|
@ -1902,8 +1902,10 @@ tests/UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/03
|
|||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/02_filterSortAndPagination.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/09_reductionType.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/01_CRUDCatalogPriceRule.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/09_triggerBasedOnProductsQuantity.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/03_minimumPurchaseAmountFreeGift.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/01_minimumPurchaseAmountOnCartAmount.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/06_setPeriod.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/04_minimumPurchaseAmountOnFreeShipping.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/04_applyDiscountAmount.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -6068,13 +6068,32 @@ tests/unit/Core/Content/Cms/Exception/UnexpectedFieldConfigValueTypeTest.php
|
|||
tests/unit/Core/Content/Cms/Exception/DuplicateCriteriaKeyExceptionTest.php
|
||||
tests/unit/Core/Content/Cms/Exception/PageNotFoundExceptionTest.php
|
||||
tests/unit/Core/Content/Cms/Command/CreatePageCommandTest.php
|
||||
tests/unit/Core/Content/ProductExport/Tracking/SalesChannelTrackingCustomerCollectionTest.php
|
||||
tests/unit/Core/Content/ProductExport/Tracking/SalesChannelTrackingCustomerDefinitionTest.php
|
||||
tests/unit/Core/Content/ProductExport/Tracking/Extension/OrderSalesChannelTrackingExtensionTest.php
|
||||
tests/unit/Core/Content/ProductExport/Tracking/Extension/SalesChannelProductExportTrackingExtensionTest.php
|
||||
tests/unit/Core/Content/ProductExport/Tracking/Extension/CustomerSalesChannelTrackingExtensionTest.php
|
||||
tests/unit/Core/Content/ProductExport/Tracking/SalesChannelTrackingOrderCollectionTest.php
|
||||
tests/unit/Core/Content/ProductExport/Tracking/SalesChannelTrackingOrderEntityTest.php
|
||||
tests/unit/Core/Content/ProductExport/Tracking/SalesChannelTrackingCustomerEntityTest.php
|
||||
tests/unit/Core/Content/ProductExport/Tracking/SalesChannelTrackingListenerTest.php
|
||||
tests/unit/Core/Content/ProductExport/Tracking/SalesChannelTrackingOrderDefinitionTest.php
|
||||
tests/unit/Core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandlerTest.php
|
||||
tests/unit/Core/Content/ProductExport/ProductExportExceptionTest.php
|
||||
tests/unit/Core/Content/ProductExport/Event/ProductExportLoggingEventTest.php
|
||||
tests/unit/Core/Content/ProductExport/Provider/OpenAiProductExportProviderTest.php
|
||||
tests/unit/Core/Content/ProductExport/Provider/AgenticCommerceProductExportProviderRegistryTest.php
|
||||
tests/unit/Core/Content/ProductExport/Provider/AbstractAgenticCommerceProductExportProviderTest.php
|
||||
tests/unit/Core/Content/ProductExport/Subscriber/AgenticCommerceProductExportProviderContextSubscriberTest.php
|
||||
tests/unit/Core/Content/ProductExport/EventListener/ProductExportEventListenerTest.php
|
||||
tests/unit/Core/Content/ProductExport/Service/ProductExportGeneratorTest.php
|
||||
tests/unit/Core/Content/ProductExport/Service/ProductExportRendererTest.php
|
||||
tests/unit/Core/Content/ProductExport/Validator/JsonlRowParserTest.php
|
||||
tests/unit/Core/Content/ProductExport/Validator/OpenAiProductExportValidatorTest.php
|
||||
tests/unit/Core/Content/ProductExport/ProductExportHydratorTest.php
|
||||
tests/unit/Core/Content/ProductExport/Command/ProductExportGenerateCommandTest.php
|
||||
tests/unit/Core/Content/ProductExport/Error/ProviderValidationErrorTest.php
|
||||
tests/unit/Core/Content/ProductExport/Error/JsonlValidationErrorTest.php
|
||||
tests/unit/Core/Content/MeasurementSystem/MeasurementUnitsTest.php
|
||||
tests/unit/Core/Content/MeasurementSystem/MeasurementSystemExceptionTest.php
|
||||
tests/unit/Core/Content/MeasurementSystem/DataAbstractionLayer/ConvertedUnitSetTest.php
|
||||
|
|
@ -6452,6 +6471,7 @@ 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/TriggerReferenceGeneratorCommandTest.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
|
||||
|
|
@ -7075,7 +7095,6 @@ tests/unit/Core/System/Tax/TaxRuleType/EntireCountryRuleTypeFilterTest.php
|
|||
tests/unit/Core/System/Tax/TaxRuleType/ZipCodeRangeRuleTypeFilterTest.php
|
||||
tests/unit/Core/System/Tax/TaxRuleType/ZipCodeRuleTypeFilterTest.php
|
||||
tests/unit/Core/System/Tax/Aggregate/TaxRule/TaxRuleCollectionTest.php
|
||||
tests/unit/Core/System/UsageData/Consent/BannerServiceTest.php
|
||||
tests/unit/Core/System/UsageData/Consent/ConsentReporterTest.php
|
||||
tests/unit/Core/System/UsageData/Client/GatewayClientTest.php
|
||||
tests/unit/Core/System/UsageData/ScheduledTask/CollectEntityDataTaskTest.php
|
||||
|
|
@ -7091,7 +7110,6 @@ tests/unit/Core/System/UsageData/EntitySync/DispatchEntitiesQueryBuilderTest.php
|
|||
tests/unit/Core/System/UsageData/EntitySync/IterateEntityMessageTest.php
|
||||
tests/unit/Core/System/UsageData/Subscriber/EntityDeleteSubscriberTest.php
|
||||
tests/unit/Core/System/UsageData/Subscriber/ConsentStateChangedSubscriberTest.php
|
||||
tests/unit/Core/System/UsageData/Api/ConsentControllerTest.php
|
||||
tests/unit/Core/System/UsageData/Services/EntityDeletedEventHelperTest.php
|
||||
tests/unit/Core/System/UsageData/Services/EntityDispatchServiceTest.php
|
||||
tests/unit/Core/System/UsageData/Services/EntityDefinitionServiceTest.php
|
||||
|
|
@ -7487,6 +7505,9 @@ tests/unit/Core/Framework/App/Checkout/Payload/AppCheckoutGatewayPayloadServiceT
|
|||
tests/unit/Core/Framework/App/Checkout/Gateway/AppCheckoutGatewayTest.php
|
||||
tests/unit/Core/Framework/App/Checkout/Gateway/AppCheckoutGatewayResponseTest.php
|
||||
tests/unit/Core/Framework/App/Validation/TranslationValidatorTest.php
|
||||
tests/unit/Core/Framework/App/Validation/Requirements/SecureUrlValidatorTest.php
|
||||
tests/unit/Core/Framework/App/Validation/Requirements/PublicAccessTest.php
|
||||
tests/unit/Core/Framework/App/Validation/AppRequirementsValidatorTest.php
|
||||
tests/unit/Core/Framework/App/Validation/AppNameValidatorTest.php
|
||||
tests/unit/Core/Framework/App/_fixtures/Resources/config/config.xml
|
||||
tests/unit/Core/Framework/App/_fixtures/Resources/cms.xml
|
||||
|
|
@ -7608,12 +7629,14 @@ tests/unit/Core/Framework/DataAbstractionLayer/Validation/Fixtures/DefinitionStu
|
|||
tests/unit/Core/Framework/DataAbstractionLayer/Validation/Fixtures/DefinitionWithNonStorageAwarePrimaryKeyStub.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Validation/EntityNotExistsTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/CronIntervalFieldTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/CreatedByFieldTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/PasswordFieldTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/AbstractFieldSerializerTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/EnumField/TestStringEnum.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/EnumField/TestIntegerEnum.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/EnumFieldTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/RemoteAddressFieldTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/UpdatedByFieldTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/Flag/ApiAwareTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/DateIntervalFieldTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Field/TranslatedFieldTest.php
|
||||
|
|
@ -8509,6 +8532,7 @@ tests/migration/Core/V6_7/Migration1752219159AddLanguageActiveTest.php
|
|||
tests/migration/Core/V6_7/Migration1742302302RenamePaidTransitionActionsTest.php
|
||||
tests/migration/Core/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormatTest.php
|
||||
tests/migration/Core/V6_7/Migration1762356839AddInternalCommentToStateMachineHistoryTest.php
|
||||
tests/migration/Core/V6_7/Migration1773928850AddSalesChannelTrackingTablesTest.php
|
||||
tests/migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
|
||||
tests/migration/Core/V6_7/Migration1756305375AddCategoriesIndexToProductTest.php
|
||||
tests/migration/Core/V6_7/Migration1733136208AddH1ToCmsCategoryListingTest.php
|
||||
|
|
@ -8532,6 +8556,7 @@ tests/migration/Core/V6_7/Migration1773829001MigrateProductStreamProductStatesFi
|
|||
tests/migration/Core/V6_7/Migration1765205483AddTrackOffcanvasCartToAnalyticsTest.php
|
||||
tests/migration/Core/V6_7/Migration1728040169AddPrimaryOrderDeliveryTest.php
|
||||
tests/migration/Core/V6_7/Migration1767611523UpdateUnitPriceOrderDeliveryPositionTest.php
|
||||
tests/migration/Core/V6_7/Migration1770740885AddRevisionToConsentStateTest.php
|
||||
tests/migration/Core/V6_7/Migration1764580028AddAltAttributeToOrderConfirmationMailImagesTest.php
|
||||
tests/migration/Core/V6_7/Migration1763544592UpdateGroupRegistrationMailTemplatesTest.php
|
||||
tests/migration/Core/V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRuleTest.php
|
||||
|
|
@ -8540,6 +8565,7 @@ tests/migration/Core/V6_7/Migration1773815272SalesChannelNameTranslationTest.php
|
|||
tests/migration/Core/V6_7/Migration1754295570DocumentActivateReturnAddressTest.php
|
||||
tests/migration/Core/V6_7/Migration1742563555AddNotificationTableTest.php
|
||||
tests/migration/Core/V6_7/Migration1751623078AddMeasurementSystemPrivilegesTest.php
|
||||
tests/migration/Core/V6_7/Migration1773824493AddProviderColumnToProductExportTest.php
|
||||
tests/migration/Core/V6_7/Migration1765287397AddConsentTableTest.php
|
||||
tests/migration/Core/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequiredTest.php
|
||||
tests/migration/Core/V6_7/Migration1739197440ChangeCmsBlockDefaultMarginTest.php
|
||||
|
|
@ -8556,6 +8582,8 @@ tests/migration/Core/V6_7/Migration1773225412AddZugferdEmbeddedCancellationInvoi
|
|||
tests/migration/Core/V6_7/Migration1741163941AddOrderInternalCommentTest.php
|
||||
tests/migration/Core/V6_7/Migration1765287398AddConsentLogTableTest.php
|
||||
tests/migration/Core/V6_7/Migration1773112488SetDefaultCmsPageIdForCategoriesTest.php
|
||||
tests/migration/Core/V6_7/Migration1774345867AddProductOpenGraphFieldsTest.php
|
||||
tests/migration/Core/V6_7/Migration1773826242RenameAgenticCommerceSalesChannelTypeTest.php
|
||||
tests/migration/Core/V6_7/Migration1717572627RemoveImportExportProfileNameTest.php
|
||||
tests/migration/Core/V6_7/Migration1770621743CopyUsageDataConsentStateTest.php
|
||||
tests/migration/Core/V6_7/Migration1752229050ChangeDESnippetOfMeterUnitTest.php
|
||||
|
|
@ -8576,6 +8604,7 @@ tests/migration/Core/V6_7/Migration1737472122TokenUserTest.php
|
|||
tests/migration/Core/V6_7/Migration1760438732AddConsumedToPaymentTokenTest.php
|
||||
tests/migration/Core/V6_7/Migration1768545319RevocationRequestMailTemplateTest.php
|
||||
tests/migration/Core/V6_7/Migration1742897274RegistrationSalutationToggleConfigTest.php
|
||||
tests/migration/Core/V6_7/Migration1774280952AddUserModifiedToMailTemplateTest.php
|
||||
tests/migration/Core/V6_7/Migration1763125891AddProductTypeColumnTest.php
|
||||
tests/migration/Core/V6_7/Migration1763316536ChangeProductManufacturerLinkTest.php
|
||||
tests/migration/Core/V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
|
|
@ -8638,12 +8667,15 @@ tests/integration/Core/Content/Cms/Subscriber/UnusedMediaSubscriberTest.php
|
|||
tests/integration/Core/Content/Cms/Subscriber/CmsPageBeforeDeleteSubscriberTest.php
|
||||
tests/integration/Core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderTest.php
|
||||
tests/integration/Core/Content/Cms/SalesChannel/CmsRouteTest.php
|
||||
tests/integration/Core/Content/ProductExport/Tracking/Extension/SalesChannelProductExportTrackingExtensionTest.php
|
||||
tests/integration/Core/Content/ProductExport/Tracking/SalesChannelTrackingListenerTest.php
|
||||
tests/integration/Core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandlerTest.php
|
||||
tests/integration/Core/Content/ProductExport/ProductExportRepositoryTest.php
|
||||
tests/integration/Core/Content/ProductExport/EventListener/ProductExportEventListenerTest.php
|
||||
tests/integration/Core/Content/ProductExport/Service/fixtures/test-export.csv
|
||||
tests/integration/Core/Content/ProductExport/Service/ProductExporterTest.php
|
||||
tests/integration/Core/Content/ProductExport/Service/ProductExportGeneratorTest.php
|
||||
tests/integration/Core/Content/ProductExport/Service/AgenticCommerceProductExportFlowTest.php
|
||||
tests/integration/Core/Content/ProductExport/Service/ProductExportValidatorTest.php
|
||||
tests/integration/Core/Content/ProductExport/Api/ProductExportControllerTest.php
|
||||
tests/integration/Core/Content/ProductExport/SalesChannel/fixtures/theme/Resources/snippet/swagtheme.en.json
|
||||
|
|
@ -9182,7 +9214,6 @@ tests/integration/Core/System/NumberRange/ValueGenerator/IncrementStorageRegistr
|
|||
tests/integration/Core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinitionTest.php
|
||||
tests/integration/Core/System/NumberRange/NumberRangeValueGeneratorTest.php
|
||||
tests/integration/Core/System/NumberRange/Command/MigrateIncrementStorageCommandTest.php
|
||||
tests/integration/Core/System/UsageData/Controller/ConsentControllerTest.php
|
||||
tests/integration/Core/System/UsageData/EntitySync/IterateEntityMessageHandlerTest.php
|
||||
tests/integration/Core/System/UsageData/EntitySync/DispatchEntityMessageHandlerTest.php
|
||||
tests/integration/Core/System/UsageData/Subscriber/EntityDeleteSubscriberTest.php
|
||||
|
|
@ -9423,6 +9454,7 @@ tests/integration/Core/Framework/App/Manifest/_fixtures/withConfig/Resources/con
|
|||
tests/integration/Core/Framework/App/Manifest/_fixtures/withConfig/Resources/views/administration/index.html.twig
|
||||
tests/integration/Core/Framework/App/Manifest/_fixtures/withConfig/Resources/views/storefront/layout/header/logo.html.twig
|
||||
tests/integration/Core/Framework/App/Manifest/_fixtures/withConfig/manifest.xml
|
||||
tests/integration/Core/Framework/App/Manifest/_fixtures/withRequirements/manifest.xml
|
||||
tests/integration/Core/Framework/App/Manifest/_fixtures/private/manifest.xml
|
||||
tests/integration/Core/Framework/App/Manifest/_fixtures/invalidWebhooks/manifest.xml
|
||||
tests/integration/Core/Framework/App/Manifest/_fixtures/missingPermissions/manifest.xml
|
||||
|
|
@ -9610,6 +9642,7 @@ tests/integration/Core/Framework/DataAbstractionLayer/Field/CustomFieldTest.php
|
|||
tests/integration/Core/Framework/DataAbstractionLayer/Field/TimeZoneFieldTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Field/CalculatedPriceFieldTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Field/PriceFieldTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Field/WasModifiedByUserFieldTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Field/ConfigJsonFieldTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Field/StringFieldTest.php
|
||||
tests/integration/Core/Framework/DataAbstractionLayer/Field/RemoteAddressFieldTest.php
|
||||
|
|
@ -10395,6 +10428,7 @@ adr/2022-05-23-rule-condition-field-abstraction.md
|
|||
adr/2023-02-02-deprecate-autoload-true-in-dal-associations.md
|
||||
adr/YYYY-MM-DD-template.md
|
||||
adr/2020-11-06-creating-events.md
|
||||
adr/2025-09-05-app-requirements-validation.md
|
||||
adr/2025-01-29-make-rule-classes-internal.md
|
||||
adr/2021-12-07-admin-extension-api-standards.md
|
||||
adr/2022-09-28-mapping-of-product-area.md
|
||||
|
|
@ -10841,7 +10875,6 @@ src/Administration/Resources/app/administration/src/core/service/support/user-co
|
|||
src/Administration/Resources/app/administration/src/core/service/entity-mapping.service.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/util.service.ts
|
||||
src/Administration/Resources/app/administration/src/core/service/plugin-updates-listener.service.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/usage-data-consent-listener.service.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/utils/generic-rule-condition.utils.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/utils/eventBus.utils.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/utils/types.utils.spec.js
|
||||
|
|
@ -10900,7 +10933,6 @@ src/Administration/Resources/app/administration/src/core/service/api/message-sta
|
|||
src/Administration/Resources/app/administration/src/core/service/api/order.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/update.api.service.ts
|
||||
src/Administration/Resources/app/administration/src/core/service/api/cart-store-api.api.service.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/usage-data.api.service.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/sales-channel.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/tag.api.service.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/app-cms-blocks.service.js
|
||||
|
|
@ -10939,7 +10971,6 @@ src/Administration/Resources/app/administration/src/core/service/api/errors/Inva
|
|||
src/Administration/Resources/app/administration/src/core/service/api/errors/InvalidActionButtonParameterError.ts
|
||||
src/Administration/Resources/app/administration/src/core/service/api/cache.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/business-events.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/usage-data.api.service.ts
|
||||
src/Administration/Resources/app/administration/src/core/service/api/user-recovery.api.service.ts
|
||||
src/Administration/Resources/app/administration/src/core/service/api/flow-actions.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/sync.api.service.spec.js
|
||||
|
|
@ -10962,7 +10993,6 @@ src/Administration/Resources/app/administration/src/core/service/api/store.api.s
|
|||
src/Administration/Resources/app/administration/src/core/service/api/snippet.api.service.ts
|
||||
src/Administration/Resources/app/administration/src/core/service/api/user-validation.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/api/tag.api.service.js
|
||||
src/Administration/Resources/app/administration/src/core/service/usage-data-consent-listener.service.ts
|
||||
src/Administration/Resources/app/administration/src/core/extension-api.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/telemetry/product-analytics/consent-event-handler.spec.js
|
||||
src/Administration/Resources/app/administration/src/core/telemetry/product-analytics/telemetry-event-handler.ts
|
||||
|
|
@ -12054,6 +12084,9 @@ src/Administration/Resources/app/administration/src/module/sw-sales-channel/comp
|
|||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/component/sw-sales-channel-products-assignment-single-products/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/component/sw-sales-channel-products-assignment-single-products/sw-sales-channel-products-assignment-single-products.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/component/sw-sales-channel-products-assignment-single-products/sw-sales-channel-products-assignment-single-products.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/component/sw-agentic-commerce-tracking-config/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/component/sw-agentic-commerce-tracking-config/sw-agentic-commerce-tracking-config.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/component/sw-agentic-commerce-tracking-config/sw-agentic-commerce-tracking-config.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/component/sw-sales-channel-defaults-select/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/component/sw-sales-channel-defaults-select/sw-sales-channel-defaults-select.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/component/sw-sales-channel-defaults-select/sw-sales-channel-defaults-select.html.twig
|
||||
|
|
@ -12108,8 +12141,16 @@ src/Administration/Resources/app/administration/src/module/sw-sales-channel/view
|
|||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-analytics/sw-sales-channel-detail-analytics.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-analytics/sw-sales-channel-detail-analytics.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-analytics/sw-sales-channel-detail-analytics.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-product-export-insights/sw-sales-channel-detail-product-export-insights.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-product-export-insights/sw-sales-channel-detail-product-export-insights.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-product-export-insights/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-product-export-insights/sw-sales-channel-detail-product-export-insights.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-create-base/sw-sales-channel-create-base.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-create-base/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-agentic-commerce-integration/sw-sales-channel-detail-agentic-commerce-integration.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-agentic-commerce-integration/sw-sales-channel-detail-agentic-commerce-integration.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-agentic-commerce-integration/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-agentic-commerce-integration/sw-sales-channel-detail-agentic-commerce-integration.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-products/sw-sales-channel-detail-products.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-products/sw-sales-channel-detail-products.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-products/index.js
|
||||
|
|
@ -12125,6 +12166,9 @@ src/Administration/Resources/app/administration/src/module/sw-sales-channel/prod
|
|||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/product-export-templates/google-product-search-de/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/product-export-templates/google-product-search-de/footer.xml.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/product-export-templates/google-product-search-de/header.xml.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/agentic-product-export-templates/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/agentic-product-export-templates/open-ai/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-sales-channel/agentic-product-export-templates/open-ai/body.json.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-mailer/page/sw-settings-mailer/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-mailer/page/sw-settings-mailer/sw-settings-mailer.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-mailer/page/sw-settings-mailer/sw-settings-mailer.spec.js
|
||||
|
|
@ -12224,6 +12268,16 @@ src/Administration/Resources/app/administration/src/module/sw-profile/view/sw-pr
|
|||
src/Administration/Resources/app/administration/src/module/sw-profile/view/sw-profile-index-search-preferences/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-profile/view/sw-profile-index-search-preferences/sw-profile-index-search-preferences.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-profile/view/sw-profile-index-search-preferences/sw-profile-index-search-preferences.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-export-channel-tracking/snippet/en.json
|
||||
src/Administration/Resources/app/administration/src/module/sw-export-channel-tracking/snippet/de.json
|
||||
src/Administration/Resources/app/administration/src/module/sw-export-channel-tracking/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-export-channel-tracking/extension/sw-order-list/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-export-channel-tracking/extension/sw-order-list/sw-order-list.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-export-channel-tracking/extension/sw-customer-list/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-export-channel-tracking/extension/sw-customer-list/sw-customer-list.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-export-channel-tracking/sw-export-channel-tracking.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-export-channel-tracking/mixin/export-channel-filter.mixin.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-export-channel-tracking/mixin/export-channel-filter.mixin.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-language/page/sw-settings-language-list/sw-settings-language-list.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-language/page/sw-settings-language-list/sw-settings-language-list.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-language/page/sw-settings-language-list/index.js
|
||||
|
|
@ -12245,11 +12299,6 @@ src/Administration/Resources/app/administration/src/module/sw-settings-usage-dat
|
|||
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/sw-usage-data-consent-banner.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/assets/data-consent-background.webp
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/sw-usage-data-consent-banner.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/sw-usage-data-consent-banner.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-profile-consent/index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-profile-consent/sw-settings-usage-data-profile-consent.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-profile-consent/sw-settings-usage-data-profile-consent.spec.js
|
||||
|
|
@ -13989,11 +14038,9 @@ src/Administration/Resources/app/administration/src/app/init-post/language.init.
|
|||
src/Administration/Resources/app/administration/src/app/init-post/language.init.ts
|
||||
src/Administration/Resources/app/administration/src/app/init-post/index.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/init-post/worker.init.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/init-post/usage-data.init.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/init-post/telemetry.init.ts
|
||||
src/Administration/Resources/app/administration/src/app/init-post/product-analytics.init.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/init-post/telemetry.init.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/init-post/usage-data.init.ts
|
||||
src/Administration/Resources/app/administration/src/app/plugin/virtual-call-stack.plugin.ts
|
||||
src/Administration/Resources/app/administration/src/app/plugin/device-helper.plugin.js
|
||||
src/Administration/Resources/app/administration/src/app/plugin/devtool-helper.plugin.ts
|
||||
|
|
@ -15072,13 +15119,11 @@ src/Administration/Resources/app/administration/src/app/component/feedback/sw-ai
|
|||
src/Administration/Resources/app/administration/src/app/AGENTS.md
|
||||
src/Administration/Resources/app/administration/src/app/composables/use-session.spec.ts
|
||||
src/Administration/Resources/app/administration/src/app/composables/use-block-context.ts
|
||||
src/Administration/Resources/app/administration/src/app/composables/use-usage-data.ts
|
||||
src/Administration/Resources/app/administration/src/app/composables/use-context.spec.ts
|
||||
src/Administration/Resources/app/administration/src/app/composables/use-system.ts
|
||||
src/Administration/Resources/app/administration/src/app/composables/use-context.ts
|
||||
src/Administration/Resources/app/administration/src/app/composables/use-system.spec.ts
|
||||
src/Administration/Resources/app/administration/src/app/composables/use-session.ts
|
||||
src/Administration/Resources/app/administration/src/app/composables/use-usage-data.spec.ts
|
||||
src/Administration/Resources/app/administration/src/app/composables/use-block-context.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/service/custom-field.service.js
|
||||
src/Administration/Resources/app/administration/src/app/service/state-style.service.ts
|
||||
|
|
@ -15254,7 +15299,6 @@ src/Administration/Resources/app/administration/src/app/store/main-module.store.
|
|||
src/Administration/Resources/app/administration/src/app/store/index.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/menu-item.store.spec.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/tabs.store.spec.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/usage-data.store.spec.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/license-violation.store.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/sw-bulk-edit.store.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/teaser-popover.store.ts
|
||||
|
|
@ -15264,7 +15308,6 @@ src/Administration/Resources/app/administration/src/app/store/tabs.store.ts
|
|||
src/Administration/Resources/app/administration/src/app/store/topbar-button.store.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/extension-entry-routes.store.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/marketing.store.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/usage-data.store.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/action-buttons.store.spec.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/context.store.ts
|
||||
src/Administration/Resources/app/administration/src/app/store/rule-conditions-config.store.ts
|
||||
|
|
@ -15548,6 +15591,16 @@ src/Core/Content/Cms/Command/CreatePageCommand.php
|
|||
src/Core/Content/Cms/CmsPageCollection.php
|
||||
src/Core/Content/ProductExport/ProductExportCollection.php
|
||||
src/Core/Content/ProductExport/ProductExportException.php
|
||||
src/Core/Content/ProductExport/Tracking/SalesChannelTrackingOrderEntity.php
|
||||
src/Core/Content/ProductExport/Tracking/Extension/CustomerSalesChannelTrackingExtension.php
|
||||
src/Core/Content/ProductExport/Tracking/Extension/SalesChannelProductExportTrackingExtension.php
|
||||
src/Core/Content/ProductExport/Tracking/Extension/OrderSalesChannelTrackingExtension.php
|
||||
src/Core/Content/ProductExport/Tracking/SalesChannelTrackingOrderDefinition.php
|
||||
src/Core/Content/ProductExport/Tracking/SalesChannelTrackingCustomerCollection.php
|
||||
src/Core/Content/ProductExport/Tracking/SalesChannelTrackingCustomerEntity.php
|
||||
src/Core/Content/ProductExport/Tracking/SalesChannelTrackingCustomerDefinition.php
|
||||
src/Core/Content/ProductExport/Tracking/SalesChannelTrackingOrderCollection.php
|
||||
src/Core/Content/ProductExport/Tracking/SalesChannelTrackingListener.php
|
||||
src/Core/Content/ProductExport/ScheduledTask/ProductExportGenerateTask.php
|
||||
src/Core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandler.php
|
||||
src/Core/Content/ProductExport/ScheduledTask/ProductExportPartialGeneration.php
|
||||
|
|
@ -15563,7 +15616,11 @@ src/Core/Content/ProductExport/Event/ProductExportContentTypeEvent.php
|
|||
src/Core/Content/ProductExport/Event/ProductExportRenderBodyContextEvent.php
|
||||
src/Core/Content/ProductExport/Event/ProductExportChangeEncodingEvent.php
|
||||
src/Core/Content/ProductExport/ProductExportDefinition.php
|
||||
src/Core/Content/ProductExport/Provider/AgenticCommerceProductExportProviderRegistry.php
|
||||
src/Core/Content/ProductExport/Provider/OpenAiProductExportProvider.php
|
||||
src/Core/Content/ProductExport/Provider/AbstractAgenticCommerceProductExportProvider.php
|
||||
src/Core/Content/ProductExport/DataAbstractionLayer/ProductExportExceptionHandler.php
|
||||
src/Core/Content/ProductExport/Subscriber/AgenticCommerceProductExportProviderContextSubscriber.php
|
||||
src/Core/Content/ProductExport/EventListener/ProductExportEventListener.php
|
||||
src/Core/Content/ProductExport/ProductExportHydrator.php
|
||||
src/Core/Content/ProductExport/Service/ProductExportGeneratorInterface.php
|
||||
|
|
@ -15577,7 +15634,10 @@ src/Core/Content/ProductExport/Service/ProductExportGenerator.php
|
|||
src/Core/Content/ProductExport/Service/ProductExportFileHandler.php
|
||||
src/Core/Content/ProductExport/Service/ProductExporterInterface.php
|
||||
src/Core/Content/ProductExport/Api/ProductExportController.php
|
||||
src/Core/Content/ProductExport/Validator/OpenAiProductExportValidator.php
|
||||
src/Core/Content/ProductExport/Validator/XmlValidator.php
|
||||
src/Core/Content/ProductExport/Validator/AbstractProviderValidator.php
|
||||
src/Core/Content/ProductExport/Validator/JsonlRowParser.php
|
||||
src/Core/Content/ProductExport/Validator/ValidatorInterface.php
|
||||
src/Core/Content/ProductExport/SalesChannel/ExportController.php
|
||||
src/Core/Content/ProductExport/Exception/SalesChannelNotFoundException.php
|
||||
|
|
@ -15588,9 +15648,11 @@ src/Core/Content/ProductExport/Exception/DuplicateFileNameException.php
|
|||
src/Core/Content/ProductExport/Exception/ExportNotFoundException.php
|
||||
src/Core/Content/ProductExport/Exception/ExportNotGeneratedException.php
|
||||
src/Core/Content/ProductExport/Command/ProductExportGenerateCommand.php
|
||||
src/Core/Content/ProductExport/Error/JsonlValidationError.php
|
||||
src/Core/Content/ProductExport/Error/Error.php
|
||||
src/Core/Content/ProductExport/Error/XmlValidationError.php
|
||||
src/Core/Content/ProductExport/Error/ErrorMessage.php
|
||||
src/Core/Content/ProductExport/Error/ProviderValidationError.php
|
||||
src/Core/Content/ProductExport/Error/ErrorCollection.php
|
||||
src/Core/Content/DependencyInjection/media_test.xml
|
||||
src/Core/Content/DependencyInjection/cookie.xml
|
||||
|
|
@ -15611,6 +15673,7 @@ src/Core/Content/DependencyInjection/newsletter_recipient.xml
|
|||
src/Core/Content/DependencyInjection/media_path.xml
|
||||
src/Core/Content/DependencyInjection/media.xml
|
||||
src/Core/Content/DependencyInjection/import_export.xml
|
||||
src/Core/Content/DependencyInjection/product_export_tracking.php
|
||||
src/Core/Content/DependencyInjection/landing_page.xml
|
||||
src/Core/Content/DependencyInjection/product.xml
|
||||
src/Core/Content/DependencyInjection/flow.xml
|
||||
|
|
@ -16655,8 +16718,10 @@ src/Core/SalesChannelRequest.php
|
|||
src/Core/DevOps/Resources/templates/hookable-events-list.md.twig
|
||||
src/Core/DevOps/Resources/templates/hook-reference.md.twig
|
||||
src/Core/DevOps/Resources/templates/service-reference.md.twig
|
||||
src/Core/DevOps/Resources/templates/trigger-event-description.json
|
||||
src/Core/DevOps/Resources/templates/app-system-event-description-permissions.php
|
||||
src/Core/DevOps/Resources/generated/cart-manipulation-script-services-reference.md
|
||||
src/Core/DevOps/Resources/generated/trigger-events-reference.md
|
||||
src/Core/DevOps/Resources/generated/product-script-services-reference.md
|
||||
src/Core/DevOps/Resources/generated/data-loading-script-services-reference.md
|
||||
src/Core/DevOps/Resources/generated/custom-endpoint-script-services-reference.md
|
||||
|
|
@ -16685,6 +16750,7 @@ src/Core/DevOps/Docs/Script/ScriptReferenceGenerator.php
|
|||
src/Core/DevOps/Docs/Script/ScriptReferenceDataCollector.php
|
||||
src/Core/DevOps/Docs/Script/ScriptReferenceGeneratorCommand.php
|
||||
src/Core/DevOps/Docs/Script/HooksReferenceGenerator.php
|
||||
src/Core/DevOps/Docs/Script/TriggerReferenceGeneratorCommand.php
|
||||
src/Core/DevOps/Docs/Script/ServiceReferenceGenerator.php
|
||||
src/Core/DevOps/Docs/App/HookableEventDoc.php
|
||||
src/Core/DevOps/Docs/App/DocsAppEventCommand.php
|
||||
|
|
@ -17625,6 +17691,7 @@ src/Core/System/Resources/config/seo.xml
|
|||
src/Core/System/Resources/config/store.xml
|
||||
src/Core/System/Resources/config/routes.xml
|
||||
src/Core/System/Resources/config/loginRegistration.xml
|
||||
src/Core/System/Resources/config/openAiProductExport.xml
|
||||
src/Core/System/Resources/config/mailerSettings.xml
|
||||
src/Core/System/Resources/config/newsletter.xml
|
||||
src/Core/System/Resources/config/sitemap.xml
|
||||
|
|
@ -18065,7 +18132,6 @@ src/Core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationEntit
|
|||
src/Core/System/Tax/TaxDefinition.php
|
||||
src/Core/System/System.php
|
||||
src/Core/System/UsageData/Consent/ConsentReporter.php
|
||||
src/Core/System/UsageData/Consent/BannerService.php
|
||||
src/Core/System/UsageData/Client/GatewayClient.php
|
||||
src/Core/System/UsageData/ScheduledTask/CollectEntityDataTaskHandler.php
|
||||
src/Core/System/UsageData/ScheduledTask/CollectEntityDataTask.php
|
||||
|
|
@ -18083,10 +18149,6 @@ src/Core/System/UsageData/EntitySync/Operation.php
|
|||
src/Core/System/UsageData/Subscriber/ConsentStateChangedSubscriber.php
|
||||
src/Core/System/UsageData/Subscriber/EntityDeleteSubscriber.php
|
||||
src/Core/System/UsageData/usage-data-allow-list.json
|
||||
src/Core/System/UsageData/Api/ConsentController.php
|
||||
src/Core/System/UsageData/Exception/ConsentAlreadyRevokedException.php
|
||||
src/Core/System/UsageData/Exception/ConsentAlreadyAcceptedException.php
|
||||
src/Core/System/UsageData/Exception/ConsentAlreadyRequestedException.php
|
||||
src/Core/System/UsageData/Services/EntityDispatchService.php
|
||||
src/Core/System/UsageData/Services/UsageDataAllowListService.php
|
||||
src/Core/System/UsageData/Services/GatewayStatusService.php
|
||||
|
|
@ -18885,6 +18947,12 @@ src/Core/Framework/App/Checkout/Payload/AppCheckoutGatewayPayloadService.php
|
|||
src/Core/Framework/App/Checkout/Payload/AppCheckoutGatewayPayload.php
|
||||
src/Core/Framework/App/Checkout/Gateway/AppCheckoutGatewayResponse.php
|
||||
src/Core/Framework/App/Checkout/Gateway/AppCheckoutGateway.php
|
||||
src/Core/Framework/App/Validation/Requirements/UnmetRequirement.php
|
||||
src/Core/Framework/App/Validation/Requirements/SecureUrlValidator.php
|
||||
src/Core/Framework/App/Validation/Requirements/Requirement.php
|
||||
src/Core/Framework/App/Validation/Requirements/AbstractRequirement.php
|
||||
src/Core/Framework/App/Validation/Requirements/PublicAccess.php
|
||||
src/Core/Framework/App/Validation/AppRequirementsValidator.php
|
||||
src/Core/Framework/App/Validation/ManifestValidator.php
|
||||
src/Core/Framework/App/Validation/AppNameValidator.php
|
||||
src/Core/Framework/App/Validation/TranslationValidator.php
|
||||
|
|
@ -19184,6 +19252,7 @@ src/Core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php
|
|||
src/Core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializer.php
|
||||
src/Core/Framework/DataAbstractionLayer/FieldSerializer/EnumFieldSerializer.php
|
||||
src/Core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializer.php
|
||||
src/Core/Framework/DataAbstractionLayer/FieldSerializer/WasModifiedByUserFieldSerializer.php
|
||||
src/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializer.php
|
||||
src/Core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php
|
||||
src/Core/Framework/DataAbstractionLayer/FieldSerializer/ManyToManyAssociationFieldSerializer.php
|
||||
|
|
@ -19360,6 +19429,7 @@ src/Core/Framework/DataAbstractionLayer/Field/TaxFreeConfigField.php
|
|||
src/Core/Framework/DataAbstractionLayer/Field/UpdatedByField.php
|
||||
src/Core/Framework/DataAbstractionLayer/Field/RemoteAddressField.php
|
||||
src/Core/Framework/DataAbstractionLayer/Field/DateTimeField.php
|
||||
src/Core/Framework/DataAbstractionLayer/Field/WasModifiedByUserField.php
|
||||
src/Core/Framework/DataAbstractionLayer/Field/IntField.php
|
||||
src/Core/Framework/DataAbstractionLayer/Field/UpdatedAtField.php
|
||||
src/Core/Framework/DataAbstractionLayer/Field/Field.php
|
||||
|
|
@ -19939,6 +20009,7 @@ src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ListDefinition
|
|||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ExtendedDefinition.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/CustomFieldPlainTestDefinition.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/WriteProtectedDefinition.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/WasModifiedByUserFieldDefinition.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ScalarRuntimeExtension.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/TranslatableTestDefinition.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ExtendedProductManufacturerDefinition.php
|
||||
|
|
@ -21419,13 +21490,17 @@ src/Core/Migration/V6_7/Migration1728119898AddRobotsTxt.php
|
|||
src/Core/Migration/V6_7/Migration1773047964AddZugferdCancellationInvoice.php
|
||||
src/Core/Migration/V6_7/Migration1743064966CartConfigSubtotalTaxColumn.php
|
||||
src/Core/Migration/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequired.php
|
||||
src/Core/Migration/V6_7/Migration1773928850AddSalesChannelTrackingTables.php
|
||||
src/Core/Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
|
||||
src/Core/Migration/V6_7/Migration1754295570DocumentActivateReturnAddress.php
|
||||
src/Core/Migration/V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
|
||||
src/Core/Migration/V6_7/Migration1773647849AlignFlowNameWithEventName.php
|
||||
src/Core/Migration/V6_7/Migration1767861589AddOpenOffcanvasAfterAddToCartConfigSetting.php
|
||||
src/Core/Migration/V6_7/Migration1756068709FixCustomerAddressFirstNameLength.php
|
||||
src/Core/Migration/V6_7/Migration1774280952AddUserModifiedToMailTemplate.php
|
||||
src/Core/Migration/V6_7/Migration1770740885AddRevisionToConsentState.php
|
||||
src/Core/Migration/V6_7/Migration1756068712FixOrderAddressLastNameLength.php
|
||||
src/Core/Migration/V6_7/Migration1773826242RenameAgenticCommerceSalesChannelType.php
|
||||
src/Core/Migration/V6_7/Migration1763125891AddProductTypeColumn.php
|
||||
src/Core/Migration/V6_7/Migration1771342632AddCorruptedMediaHandlerIndices.php
|
||||
src/Core/Migration/V6_7/Migration1772007509ProductMainCategoryInheritance.php
|
||||
|
|
@ -21437,6 +21512,7 @@ src/Core/Migration/V6_7/Migration1742199549MeasurementSystemTable.php
|
|||
src/Core/Migration/V6_7/Migration1773112488SetDefaultCmsPageIdForCategories.php
|
||||
src/Core/Migration/V6_7/Migration1767611523UpdateUnitPriceOrderDeliveryPosition.php
|
||||
src/Core/Migration/V6_7/Migration1742199551SalesChannelDomainMeasurementUnits.php
|
||||
src/Core/Migration/V6_7/Migration1773329152AddAgenticAiSalesChannelType.php
|
||||
src/Core/Migration/V6_7/Migration1742563555AddNotificationTable.php
|
||||
src/Core/Migration/V6_7/Migration1772443355InitiallySetRevokedConsentsToDeclined.php
|
||||
src/Core/Migration/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnail.php
|
||||
|
|
@ -21453,6 +21529,7 @@ src/Core/Migration/V6_7/Migration1749644517AddListingVariantNameSystemConfigOpti
|
|||
src/Core/Migration/V6_7/Migration1764580028AddAltAttributeToOrderConfirmationMailImages.php
|
||||
src/Core/Migration/V6_7/Migration1742897274RegistrationSalutationToggleConfig.php
|
||||
src/Core/Migration/V6_7/Migration1773048327UpdateZugferdInvoiceTranslations.php
|
||||
src/Core/Migration/V6_7/Migration1774345867AddProductOpenGraphFields.php
|
||||
src/Core/Migration/V6_7/Migration1742568836CreateThemeRuntimeConfigTable.php
|
||||
src/Core/Migration/V6_7/Migration1728040169AddPrimaryOrderDelivery.php
|
||||
src/Core/Migration/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormat.php
|
||||
|
|
@ -21498,6 +21575,7 @@ src/Core/Migration/V6_7/Migration1737472122TokenUser.php
|
|||
src/Core/Migration/V6_7/Migration1742302302RenamePaidTransitionActions.php
|
||||
src/Core/Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
|
||||
src/Core/Migration/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdate.php
|
||||
src/Core/Migration/V6_7/Migration1773824493AddProviderColumnToProductExport.php
|
||||
src/Core/Migration/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomer.php
|
||||
src/Core/Migration/V6_7/Migration1742199550MeasurementDisplayUnitTable.php
|
||||
src/Core/Migration/V6_7/Migration1773829000MigrateLineItemProductStatesRuleCondition.php
|
||||
|
|
|
|||
|
|
@ -1232,6 +1232,10 @@ Feature/Consumables/Ui/UpdateConsumableTest.php
|
|||
Consumables/Ui/UpdateConsumableTest.php
|
||||
Ui/UpdateConsumableTest.php
|
||||
UpdateConsumableTest.php
|
||||
tests/Feature/Search/SearchableTraitTest.php
|
||||
Feature/Search/SearchableTraitTest.php
|
||||
Search/SearchableTraitTest.php
|
||||
SearchableTraitTest.php
|
||||
tests/Feature/Licenses/Api/DeleteLicensesTest.php
|
||||
Feature/Licenses/Api/DeleteLicensesTest.php
|
||||
Licenses/Api/DeleteLicensesTest.php
|
||||
|
|
@ -1408,6 +1412,26 @@ CustomFieldTest.php
|
|||
tests/Unit/NotificationTest.php
|
||||
Unit/NotificationTest.php
|
||||
NotificationTest.php
|
||||
tests/Unit/Presenters/ComponentPresenterTest.php
|
||||
Unit/Presenters/ComponentPresenterTest.php
|
||||
Presenters/ComponentPresenterTest.php
|
||||
ComponentPresenterTest.php
|
||||
tests/Unit/Presenters/ConsumablePresenterTest.php
|
||||
Unit/Presenters/ConsumablePresenterTest.php
|
||||
Presenters/ConsumablePresenterTest.php
|
||||
ConsumablePresenterTest.php
|
||||
tests/Unit/Presenters/LicensePresenterTest.php
|
||||
Unit/Presenters/LicensePresenterTest.php
|
||||
Presenters/LicensePresenterTest.php
|
||||
LicensePresenterTest.php
|
||||
tests/Unit/Presenters/AssetPresenterTest.php
|
||||
Unit/Presenters/AssetPresenterTest.php
|
||||
Presenters/AssetPresenterTest.php
|
||||
AssetPresenterTest.php
|
||||
tests/Unit/Presenters/AccessoryPresenterTest.php
|
||||
Unit/Presenters/AccessoryPresenterTest.php
|
||||
Presenters/AccessoryPresenterTest.php
|
||||
AccessoryPresenterTest.php
|
||||
tests/Unit/SnipeModelTest.php
|
||||
Unit/SnipeModelTest.php
|
||||
SnipeModelTest.php
|
||||
|
|
@ -37544,6 +37568,11 @@ views/blade/tabs/consumable-tab.blade.php
|
|||
blade/tabs/consumable-tab.blade.php
|
||||
tabs/consumable-tab.blade.php
|
||||
consumable-tab.blade.php
|
||||
resources/views/blade/tabs/note-tab.blade.php
|
||||
views/blade/tabs/note-tab.blade.php
|
||||
blade/tabs/note-tab.blade.php
|
||||
tabs/note-tab.blade.php
|
||||
note-tab.blade.php
|
||||
resources/views/blade/tabs/nav-item.blade.php
|
||||
views/blade/tabs/nav-item.blade.php
|
||||
blade/tabs/nav-item.blade.php
|
||||
|
|
@ -39807,7 +39836,6 @@ routes/web/hardware.php
|
|||
web/hardware.php
|
||||
hardware.php
|
||||
crowdin.yml
|
||||
phpmd.xml
|
||||
TESTING.md
|
||||
Dockerfile
|
||||
CONTRIBUTING.md
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@ tests/Feature/Consumables/Ui/CreateConsumableTest.php
|
|||
tests/Feature/Consumables/Ui/ConsumableIndexTest.php
|
||||
tests/Feature/Consumables/Ui/StoreConsumableWithFullMultipleCompanySupportTest.php
|
||||
tests/Feature/Consumables/Ui/UpdateConsumableTest.php
|
||||
tests/Feature/Search/SearchableTraitTest.php
|
||||
tests/Feature/Licenses/Api/DeleteLicensesTest.php
|
||||
tests/Feature/Licenses/Api/LicenseUploadTest.php
|
||||
tests/Feature/Licenses/Api/LicenseIndexTest.php
|
||||
|
|
@ -311,6 +312,11 @@ tests/Unit/Models/Labels/DefaultLabelTest.php
|
|||
tests/Unit/Models/Labels/FieldOptionTest.php
|
||||
tests/Unit/CustomFieldTest.php
|
||||
tests/Unit/NotificationTest.php
|
||||
tests/Unit/Presenters/ComponentPresenterTest.php
|
||||
tests/Unit/Presenters/ConsumablePresenterTest.php
|
||||
tests/Unit/Presenters/LicensePresenterTest.php
|
||||
tests/Unit/Presenters/AssetPresenterTest.php
|
||||
tests/Unit/Presenters/AccessoryPresenterTest.php
|
||||
tests/Unit/SnipeModelTest.php
|
||||
tests/Unit/LocationTest.php
|
||||
tests/Unit/Helpers/HelperTest.php
|
||||
|
|
@ -6841,6 +6847,7 @@ resources/views/blade/well.blade.php
|
|||
resources/views/blade/page-column.blade.php
|
||||
resources/views/blade/tabs/upload-tab.blade.php
|
||||
resources/views/blade/tabs/consumable-tab.blade.php
|
||||
resources/views/blade/tabs/note-tab.blade.php
|
||||
resources/views/blade/tabs/nav-item.blade.php
|
||||
resources/views/blade/tabs/model-tab.blade.php
|
||||
resources/views/blade/tabs/model-files-tab.blade.php
|
||||
|
|
@ -7542,7 +7549,6 @@ routes/web/models.php
|
|||
routes/web/licenses.php
|
||||
routes/web/hardware.php
|
||||
crowdin.yml
|
||||
phpmd.xml
|
||||
TESTING.md
|
||||
Dockerfile
|
||||
CONTRIBUTING.md
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
.vscode/settings.json
|
||||
settings.json
|
||||
rollup.utils.mjs
|
||||
tests/cli/data/complex.tar.gz
|
||||
cli/data/complex.tar.gz
|
||||
data/complex.tar.gz
|
||||
complex.tar.gz
|
||||
tests/cli/data/README.md
|
||||
cli/data/README.md
|
||||
data/README.md
|
||||
|
|
@ -99,6 +95,62 @@ tests/strapi/strapi/openapi-generate.test.cli.ts
|
|||
strapi/strapi/openapi-generate.test.cli.ts
|
||||
strapi/openapi-generate.test.cli.ts
|
||||
openapi-generate.test.cli.ts
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/content-types-list.test.cli.js.snap
|
||||
cli/tests/strapi/strapi/__snapshots__/content-types-list.test.cli.js.snap
|
||||
tests/strapi/strapi/__snapshots__/content-types-list.test.cli.js.snap
|
||||
strapi/strapi/__snapshots__/content-types-list.test.cli.js.snap
|
||||
strapi/__snapshots__/content-types-list.test.cli.js.snap
|
||||
__snapshots__/content-types-list.test.cli.js.snap
|
||||
content-types-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/controllers-list.test.cli.js.snap
|
||||
cli/tests/strapi/strapi/__snapshots__/controllers-list.test.cli.js.snap
|
||||
tests/strapi/strapi/__snapshots__/controllers-list.test.cli.js.snap
|
||||
strapi/strapi/__snapshots__/controllers-list.test.cli.js.snap
|
||||
strapi/__snapshots__/controllers-list.test.cli.js.snap
|
||||
__snapshots__/controllers-list.test.cli.js.snap
|
||||
controllers-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/hooks-list.test.cli.js.snap
|
||||
cli/tests/strapi/strapi/__snapshots__/hooks-list.test.cli.js.snap
|
||||
tests/strapi/strapi/__snapshots__/hooks-list.test.cli.js.snap
|
||||
strapi/strapi/__snapshots__/hooks-list.test.cli.js.snap
|
||||
strapi/__snapshots__/hooks-list.test.cli.js.snap
|
||||
__snapshots__/hooks-list.test.cli.js.snap
|
||||
hooks-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/policies-list.test.cli.js.snap
|
||||
cli/tests/strapi/strapi/__snapshots__/policies-list.test.cli.js.snap
|
||||
tests/strapi/strapi/__snapshots__/policies-list.test.cli.js.snap
|
||||
strapi/strapi/__snapshots__/policies-list.test.cli.js.snap
|
||||
strapi/__snapshots__/policies-list.test.cli.js.snap
|
||||
__snapshots__/policies-list.test.cli.js.snap
|
||||
policies-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/middlewares-list.test.cli.js.snap
|
||||
cli/tests/strapi/strapi/__snapshots__/middlewares-list.test.cli.js.snap
|
||||
tests/strapi/strapi/__snapshots__/middlewares-list.test.cli.js.snap
|
||||
strapi/strapi/__snapshots__/middlewares-list.test.cli.js.snap
|
||||
strapi/__snapshots__/middlewares-list.test.cli.js.snap
|
||||
__snapshots__/middlewares-list.test.cli.js.snap
|
||||
middlewares-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/services-list.test.cli.js.snap
|
||||
cli/tests/strapi/strapi/__snapshots__/services-list.test.cli.js.snap
|
||||
tests/strapi/strapi/__snapshots__/services-list.test.cli.js.snap
|
||||
strapi/strapi/__snapshots__/services-list.test.cli.js.snap
|
||||
strapi/__snapshots__/services-list.test.cli.js.snap
|
||||
__snapshots__/services-list.test.cli.js.snap
|
||||
services-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/openapi-generate.test.cli.ts.snap
|
||||
cli/tests/strapi/strapi/__snapshots__/openapi-generate.test.cli.ts.snap
|
||||
tests/strapi/strapi/__snapshots__/openapi-generate.test.cli.ts.snap
|
||||
strapi/strapi/__snapshots__/openapi-generate.test.cli.ts.snap
|
||||
strapi/__snapshots__/openapi-generate.test.cli.ts.snap
|
||||
__snapshots__/openapi-generate.test.cli.ts.snap
|
||||
openapi-generate.test.cli.ts.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/routes-list.test.cli.js.snap
|
||||
cli/tests/strapi/strapi/__snapshots__/routes-list.test.cli.js.snap
|
||||
tests/strapi/strapi/__snapshots__/routes-list.test.cli.js.snap
|
||||
strapi/strapi/__snapshots__/routes-list.test.cli.js.snap
|
||||
strapi/__snapshots__/routes-list.test.cli.js.snap
|
||||
__snapshots__/routes-list.test.cli.js.snap
|
||||
routes-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/middlewares-list.test.cli.js
|
||||
cli/tests/strapi/strapi/middlewares-list.test.cli.js
|
||||
tests/strapi/strapi/middlewares-list.test.cli.js
|
||||
|
|
@ -129,14 +181,442 @@ jest.config.js
|
|||
tests/cli/README.md
|
||||
cli/README.md
|
||||
README.md
|
||||
tests/e2e/data/with-admin.tar
|
||||
e2e/data/with-admin.tar
|
||||
data/with-admin.tar
|
||||
with-admin.tar
|
||||
tests/e2e/data/without-admin.tar
|
||||
e2e/data/without-admin.tar
|
||||
data/without-admin.tar
|
||||
without-admin.tar
|
||||
tests/e2e/data/without-admin/metadata.json
|
||||
e2e/data/without-admin/metadata.json
|
||||
data/without-admin/metadata.json
|
||||
without-admin/metadata.json
|
||||
metadata.json
|
||||
tests/e2e/data/without-admin/configuration/configuration_00001.jsonl
|
||||
e2e/data/without-admin/configuration/configuration_00001.jsonl
|
||||
data/without-admin/configuration/configuration_00001.jsonl
|
||||
without-admin/configuration/configuration_00001.jsonl
|
||||
configuration/configuration_00001.jsonl
|
||||
configuration_00001.jsonl
|
||||
tests/e2e/data/without-admin/schemas/schemas_00001.jsonl
|
||||
e2e/data/without-admin/schemas/schemas_00001.jsonl
|
||||
data/without-admin/schemas/schemas_00001.jsonl
|
||||
without-admin/schemas/schemas_00001.jsonl
|
||||
schemas/schemas_00001.jsonl
|
||||
schemas_00001.jsonl
|
||||
tests/e2e/data/without-admin/entities/entities_00001.jsonl
|
||||
e2e/data/without-admin/entities/entities_00001.jsonl
|
||||
data/without-admin/entities/entities_00001.jsonl
|
||||
without-admin/entities/entities_00001.jsonl
|
||||
entities/entities_00001.jsonl
|
||||
entities_00001.jsonl
|
||||
tests/e2e/data/without-admin/links/links_00001.jsonl
|
||||
e2e/data/without-admin/links/links_00001.jsonl
|
||||
data/without-admin/links/links_00001.jsonl
|
||||
without-admin/links/links_00001.jsonl
|
||||
links/links_00001.jsonl
|
||||
links_00001.jsonl
|
||||
tests/e2e/data/with-admin/metadata.json
|
||||
e2e/data/with-admin/metadata.json
|
||||
data/with-admin/metadata.json
|
||||
with-admin/metadata.json
|
||||
metadata.json
|
||||
tests/e2e/data/with-admin/assets/uploads/small_afc_richmond_home_1_6030b89e7f.webp
|
||||
e2e/data/with-admin/assets/uploads/small_afc_richmond_home_1_6030b89e7f.webp
|
||||
data/with-admin/assets/uploads/small_afc_richmond_home_1_6030b89e7f.webp
|
||||
with-admin/assets/uploads/small_afc_richmond_home_1_6030b89e7f.webp
|
||||
assets/uploads/small_afc_richmond_home_1_6030b89e7f.webp
|
||||
uploads/small_afc_richmond_home_1_6030b89e7f.webp
|
||||
small_afc_richmond_home_1_6030b89e7f.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/medium_afc_richmond_home_1_6030b89e7f.webp
|
||||
e2e/data/with-admin/assets/uploads/medium_afc_richmond_home_1_6030b89e7f.webp
|
||||
data/with-admin/assets/uploads/medium_afc_richmond_home_1_6030b89e7f.webp
|
||||
with-admin/assets/uploads/medium_afc_richmond_home_1_6030b89e7f.webp
|
||||
assets/uploads/medium_afc_richmond_home_1_6030b89e7f.webp
|
||||
uploads/medium_afc_richmond_home_1_6030b89e7f.webp
|
||||
medium_afc_richmond_home_1_6030b89e7f.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_home_2_b410a4fe67.webp
|
||||
e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_home_2_b410a4fe67.webp
|
||||
data/with-admin/assets/uploads/thumbnail_afc_richmond_home_2_b410a4fe67.webp
|
||||
with-admin/assets/uploads/thumbnail_afc_richmond_home_2_b410a4fe67.webp
|
||||
assets/uploads/thumbnail_afc_richmond_home_2_b410a4fe67.webp
|
||||
uploads/thumbnail_afc_richmond_home_2_b410a4fe67.webp
|
||||
thumbnail_afc_richmond_home_2_b410a4fe67.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_home_3_6b83134d04.webp
|
||||
e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_home_3_6b83134d04.webp
|
||||
data/with-admin/assets/uploads/thumbnail_afc_richmond_home_3_6b83134d04.webp
|
||||
with-admin/assets/uploads/thumbnail_afc_richmond_home_3_6b83134d04.webp
|
||||
assets/uploads/thumbnail_afc_richmond_home_3_6b83134d04.webp
|
||||
uploads/thumbnail_afc_richmond_home_3_6b83134d04.webp
|
||||
thumbnail_afc_richmond_home_3_6b83134d04.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/medium_afc_richmond_away_1_beb85c1e83.webp
|
||||
e2e/data/with-admin/assets/uploads/medium_afc_richmond_away_1_beb85c1e83.webp
|
||||
data/with-admin/assets/uploads/medium_afc_richmond_away_1_beb85c1e83.webp
|
||||
with-admin/assets/uploads/medium_afc_richmond_away_1_beb85c1e83.webp
|
||||
assets/uploads/medium_afc_richmond_away_1_beb85c1e83.webp
|
||||
uploads/medium_afc_richmond_away_1_beb85c1e83.webp
|
||||
medium_afc_richmond_away_1_beb85c1e83.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_away_2_f2bcf252fd.webp
|
||||
e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_away_2_f2bcf252fd.webp
|
||||
data/with-admin/assets/uploads/thumbnail_afc_richmond_away_2_f2bcf252fd.webp
|
||||
with-admin/assets/uploads/thumbnail_afc_richmond_away_2_f2bcf252fd.webp
|
||||
assets/uploads/thumbnail_afc_richmond_away_2_f2bcf252fd.webp
|
||||
uploads/thumbnail_afc_richmond_away_2_f2bcf252fd.webp
|
||||
thumbnail_afc_richmond_away_2_f2bcf252fd.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/afc_richmond_home_3_6b83134d04.webp
|
||||
e2e/data/with-admin/assets/uploads/afc_richmond_home_3_6b83134d04.webp
|
||||
data/with-admin/assets/uploads/afc_richmond_home_3_6b83134d04.webp
|
||||
with-admin/assets/uploads/afc_richmond_home_3_6b83134d04.webp
|
||||
assets/uploads/afc_richmond_home_3_6b83134d04.webp
|
||||
uploads/afc_richmond_home_3_6b83134d04.webp
|
||||
afc_richmond_home_3_6b83134d04.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_home_1_6030b89e7f.webp
|
||||
e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_home_1_6030b89e7f.webp
|
||||
data/with-admin/assets/uploads/thumbnail_afc_richmond_home_1_6030b89e7f.webp
|
||||
with-admin/assets/uploads/thumbnail_afc_richmond_home_1_6030b89e7f.webp
|
||||
assets/uploads/thumbnail_afc_richmond_home_1_6030b89e7f.webp
|
||||
uploads/thumbnail_afc_richmond_home_1_6030b89e7f.webp
|
||||
thumbnail_afc_richmond_home_1_6030b89e7f.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/medium_afc_richmond_home_2_b410a4fe67.webp
|
||||
e2e/data/with-admin/assets/uploads/medium_afc_richmond_home_2_b410a4fe67.webp
|
||||
data/with-admin/assets/uploads/medium_afc_richmond_home_2_b410a4fe67.webp
|
||||
with-admin/assets/uploads/medium_afc_richmond_home_2_b410a4fe67.webp
|
||||
assets/uploads/medium_afc_richmond_home_2_b410a4fe67.webp
|
||||
uploads/medium_afc_richmond_home_2_b410a4fe67.webp
|
||||
medium_afc_richmond_home_2_b410a4fe67.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/afc_richmond_home_2_b410a4fe67.webp
|
||||
e2e/data/with-admin/assets/uploads/afc_richmond_home_2_b410a4fe67.webp
|
||||
data/with-admin/assets/uploads/afc_richmond_home_2_b410a4fe67.webp
|
||||
with-admin/assets/uploads/afc_richmond_home_2_b410a4fe67.webp
|
||||
assets/uploads/afc_richmond_home_2_b410a4fe67.webp
|
||||
uploads/afc_richmond_home_2_b410a4fe67.webp
|
||||
afc_richmond_home_2_b410a4fe67.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/medium_afc_richmond_away_2_f2bcf252fd.webp
|
||||
e2e/data/with-admin/assets/uploads/medium_afc_richmond_away_2_f2bcf252fd.webp
|
||||
data/with-admin/assets/uploads/medium_afc_richmond_away_2_f2bcf252fd.webp
|
||||
with-admin/assets/uploads/medium_afc_richmond_away_2_f2bcf252fd.webp
|
||||
assets/uploads/medium_afc_richmond_away_2_f2bcf252fd.webp
|
||||
uploads/medium_afc_richmond_away_2_f2bcf252fd.webp
|
||||
medium_afc_richmond_away_2_f2bcf252fd.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/small_afc_richmond_home_2_b410a4fe67.webp
|
||||
e2e/data/with-admin/assets/uploads/small_afc_richmond_home_2_b410a4fe67.webp
|
||||
data/with-admin/assets/uploads/small_afc_richmond_home_2_b410a4fe67.webp
|
||||
with-admin/assets/uploads/small_afc_richmond_home_2_b410a4fe67.webp
|
||||
assets/uploads/small_afc_richmond_home_2_b410a4fe67.webp
|
||||
uploads/small_afc_richmond_home_2_b410a4fe67.webp
|
||||
small_afc_richmond_home_2_b410a4fe67.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/small_afc_richmond_away_2_f2bcf252fd.webp
|
||||
e2e/data/with-admin/assets/uploads/small_afc_richmond_away_2_f2bcf252fd.webp
|
||||
data/with-admin/assets/uploads/small_afc_richmond_away_2_f2bcf252fd.webp
|
||||
with-admin/assets/uploads/small_afc_richmond_away_2_f2bcf252fd.webp
|
||||
assets/uploads/small_afc_richmond_away_2_f2bcf252fd.webp
|
||||
uploads/small_afc_richmond_away_2_f2bcf252fd.webp
|
||||
small_afc_richmond_away_2_f2bcf252fd.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_away_1_beb85c1e83.webp
|
||||
e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_away_1_beb85c1e83.webp
|
||||
data/with-admin/assets/uploads/thumbnail_afc_richmond_away_1_beb85c1e83.webp
|
||||
with-admin/assets/uploads/thumbnail_afc_richmond_away_1_beb85c1e83.webp
|
||||
assets/uploads/thumbnail_afc_richmond_away_1_beb85c1e83.webp
|
||||
uploads/thumbnail_afc_richmond_away_1_beb85c1e83.webp
|
||||
thumbnail_afc_richmond_away_1_beb85c1e83.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/afc_richmond_home_1_6030b89e7f.webp
|
||||
e2e/data/with-admin/assets/uploads/afc_richmond_home_1_6030b89e7f.webp
|
||||
data/with-admin/assets/uploads/afc_richmond_home_1_6030b89e7f.webp
|
||||
with-admin/assets/uploads/afc_richmond_home_1_6030b89e7f.webp
|
||||
assets/uploads/afc_richmond_home_1_6030b89e7f.webp
|
||||
uploads/afc_richmond_home_1_6030b89e7f.webp
|
||||
afc_richmond_home_1_6030b89e7f.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/small_afc_richmond_away_1_beb85c1e83.webp
|
||||
e2e/data/with-admin/assets/uploads/small_afc_richmond_away_1_beb85c1e83.webp
|
||||
data/with-admin/assets/uploads/small_afc_richmond_away_1_beb85c1e83.webp
|
||||
with-admin/assets/uploads/small_afc_richmond_away_1_beb85c1e83.webp
|
||||
assets/uploads/small_afc_richmond_away_1_beb85c1e83.webp
|
||||
uploads/small_afc_richmond_away_1_beb85c1e83.webp
|
||||
small_afc_richmond_away_1_beb85c1e83.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/afc_richmond_away_2_f2bcf252fd.webp
|
||||
e2e/data/with-admin/assets/uploads/afc_richmond_away_2_f2bcf252fd.webp
|
||||
data/with-admin/assets/uploads/afc_richmond_away_2_f2bcf252fd.webp
|
||||
with-admin/assets/uploads/afc_richmond_away_2_f2bcf252fd.webp
|
||||
assets/uploads/afc_richmond_away_2_f2bcf252fd.webp
|
||||
uploads/afc_richmond_away_2_f2bcf252fd.webp
|
||||
afc_richmond_away_2_f2bcf252fd.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/small_afc_richmond_home_3_6b83134d04.webp
|
||||
e2e/data/with-admin/assets/uploads/small_afc_richmond_home_3_6b83134d04.webp
|
||||
data/with-admin/assets/uploads/small_afc_richmond_home_3_6b83134d04.webp
|
||||
with-admin/assets/uploads/small_afc_richmond_home_3_6b83134d04.webp
|
||||
assets/uploads/small_afc_richmond_home_3_6b83134d04.webp
|
||||
uploads/small_afc_richmond_home_3_6b83134d04.webp
|
||||
small_afc_richmond_home_3_6b83134d04.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/afc_richmond_away_1_beb85c1e83.webp
|
||||
e2e/data/with-admin/assets/uploads/afc_richmond_away_1_beb85c1e83.webp
|
||||
data/with-admin/assets/uploads/afc_richmond_away_1_beb85c1e83.webp
|
||||
with-admin/assets/uploads/afc_richmond_away_1_beb85c1e83.webp
|
||||
assets/uploads/afc_richmond_away_1_beb85c1e83.webp
|
||||
uploads/afc_richmond_away_1_beb85c1e83.webp
|
||||
afc_richmond_away_1_beb85c1e83.webp
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
data/with-admin/assets/metadata/thumbnail_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
with-admin/assets/metadata/thumbnail_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
assets/metadata/thumbnail_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
metadata/thumbnail_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
thumbnail_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
e2e/data/with-admin/assets/metadata/medium_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
data/with-admin/assets/metadata/medium_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
with-admin/assets/metadata/medium_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
assets/metadata/medium_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
metadata/medium_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
medium_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/ted_lasso_profile_f4262e821d.jpeg.json
|
||||
e2e/data/with-admin/assets/metadata/ted_lasso_profile_f4262e821d.jpeg.json
|
||||
data/with-admin/assets/metadata/ted_lasso_profile_f4262e821d.jpeg.json
|
||||
with-admin/assets/metadata/ted_lasso_profile_f4262e821d.jpeg.json
|
||||
assets/metadata/ted_lasso_profile_f4262e821d.jpeg.json
|
||||
metadata/ted_lasso_profile_f4262e821d.jpeg.json
|
||||
ted_lasso_profile_f4262e821d.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_coach_beard_profile_72ddb71816.jpg.json
|
||||
e2e/data/with-admin/assets/metadata/medium_coach_beard_profile_72ddb71816.jpg.json
|
||||
data/with-admin/assets/metadata/medium_coach_beard_profile_72ddb71816.jpg.json
|
||||
with-admin/assets/metadata/medium_coach_beard_profile_72ddb71816.jpg.json
|
||||
assets/metadata/medium_coach_beard_profile_72ddb71816.jpg.json
|
||||
metadata/medium_coach_beard_profile_72ddb71816.jpg.json
|
||||
medium_coach_beard_profile_72ddb71816.jpg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_coach_beard_profile_72ddb71816.jpg.json
|
||||
e2e/data/with-admin/assets/metadata/thumbnail_coach_beard_profile_72ddb71816.jpg.json
|
||||
data/with-admin/assets/metadata/thumbnail_coach_beard_profile_72ddb71816.jpg.json
|
||||
with-admin/assets/metadata/thumbnail_coach_beard_profile_72ddb71816.jpg.json
|
||||
assets/metadata/thumbnail_coach_beard_profile_72ddb71816.jpg.json
|
||||
metadata/thumbnail_coach_beard_profile_72ddb71816.jpg.json
|
||||
thumbnail_coach_beard_profile_72ddb71816.jpg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
e2e/data/with-admin/assets/metadata/afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
data/with-admin/assets/metadata/afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
with-admin/assets/metadata/afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
assets/metadata/afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
metadata/afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
e2e/data/with-admin/assets/metadata/thumbnail_395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
data/with-admin/assets/metadata/thumbnail_395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
with-admin/assets/metadata/thumbnail_395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
assets/metadata/thumbnail_395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
metadata/thumbnail_395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
thumbnail_395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
e2e/data/with-admin/assets/metadata/medium_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
data/with-admin/assets/metadata/medium_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
with-admin/assets/metadata/medium_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
assets/metadata/medium_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
metadata/medium_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
medium_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_coach_beard_profile_72ddb71816.jpg.json
|
||||
e2e/data/with-admin/assets/metadata/small_coach_beard_profile_72ddb71816.jpg.json
|
||||
data/with-admin/assets/metadata/small_coach_beard_profile_72ddb71816.jpg.json
|
||||
with-admin/assets/metadata/small_coach_beard_profile_72ddb71816.jpg.json
|
||||
assets/metadata/small_coach_beard_profile_72ddb71816.jpg.json
|
||||
metadata/small_coach_beard_profile_72ddb71816.jpg.json
|
||||
small_coach_beard_profile_72ddb71816.jpg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_away_1_beb85c1e83.webp.json
|
||||
e2e/data/with-admin/assets/metadata/afc_richmond_away_1_beb85c1e83.webp.json
|
||||
data/with-admin/assets/metadata/afc_richmond_away_1_beb85c1e83.webp.json
|
||||
with-admin/assets/metadata/afc_richmond_away_1_beb85c1e83.webp.json
|
||||
assets/metadata/afc_richmond_away_1_beb85c1e83.webp.json
|
||||
metadata/afc_richmond_away_1_beb85c1e83.webp.json
|
||||
afc_richmond_away_1_beb85c1e83.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
data/with-admin/assets/metadata/thumbnail_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
with-admin/assets/metadata/thumbnail_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
assets/metadata/thumbnail_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
metadata/thumbnail_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
thumbnail_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_home_1_6030b89e7f.webp.json
|
||||
e2e/data/with-admin/assets/metadata/afc_richmond_home_1_6030b89e7f.webp.json
|
||||
data/with-admin/assets/metadata/afc_richmond_home_1_6030b89e7f.webp.json
|
||||
with-admin/assets/metadata/afc_richmond_home_1_6030b89e7f.webp.json
|
||||
assets/metadata/afc_richmond_home_1_6030b89e7f.webp.json
|
||||
metadata/afc_richmond_home_1_6030b89e7f.webp.json
|
||||
afc_richmond_home_1_6030b89e7f.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
e2e/data/with-admin/assets/metadata/small_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
data/with-admin/assets/metadata/small_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
with-admin/assets/metadata/small_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
assets/metadata/small_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
metadata/small_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
small_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
e2e/data/with-admin/assets/metadata/395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
data/with-admin/assets/metadata/395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
with-admin/assets/metadata/395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
assets/metadata/395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
metadata/395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_home_3_6b83134d04.webp.json
|
||||
e2e/data/with-admin/assets/metadata/afc_richmond_home_3_6b83134d04.webp.json
|
||||
data/with-admin/assets/metadata/afc_richmond_home_3_6b83134d04.webp.json
|
||||
with-admin/assets/metadata/afc_richmond_home_3_6b83134d04.webp.json
|
||||
assets/metadata/afc_richmond_home_3_6b83134d04.webp.json
|
||||
metadata/afc_richmond_home_3_6b83134d04.webp.json
|
||||
afc_richmond_home_3_6b83134d04.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/large_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
e2e/data/with-admin/assets/metadata/large_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
data/with-admin/assets/metadata/large_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
with-admin/assets/metadata/large_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
assets/metadata/large_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
metadata/large_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
large_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_home_2_b410a4fe67.webp.json
|
||||
e2e/data/with-admin/assets/metadata/afc_richmond_home_2_b410a4fe67.webp.json
|
||||
data/with-admin/assets/metadata/afc_richmond_home_2_b410a4fe67.webp.json
|
||||
with-admin/assets/metadata/afc_richmond_home_2_b410a4fe67.webp.json
|
||||
assets/metadata/afc_richmond_home_2_b410a4fe67.webp.json
|
||||
metadata/afc_richmond_home_2_b410a4fe67.webp.json
|
||||
afc_richmond_home_2_b410a4fe67.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
e2e/data/with-admin/assets/metadata/thumbnail_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
data/with-admin/assets/metadata/thumbnail_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
with-admin/assets/metadata/thumbnail_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
assets/metadata/thumbnail_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
metadata/thumbnail_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
thumbnail_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
e2e/data/with-admin/assets/metadata/small_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
data/with-admin/assets/metadata/small_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
with-admin/assets/metadata/small_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
assets/metadata/small_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
metadata/small_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
small_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_home_3_6b83134d04.webp.json
|
||||
e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_home_3_6b83134d04.webp.json
|
||||
data/with-admin/assets/metadata/thumbnail_afc_richmond_home_3_6b83134d04.webp.json
|
||||
with-admin/assets/metadata/thumbnail_afc_richmond_home_3_6b83134d04.webp.json
|
||||
assets/metadata/thumbnail_afc_richmond_home_3_6b83134d04.webp.json
|
||||
metadata/thumbnail_afc_richmond_home_3_6b83134d04.webp.json
|
||||
thumbnail_afc_richmond_home_3_6b83134d04.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
e2e/data/with-admin/assets/metadata/small_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
data/with-admin/assets/metadata/small_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
with-admin/assets/metadata/small_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
assets/metadata/small_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
metadata/small_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
small_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
e2e/data/with-admin/assets/metadata/medium_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
data/with-admin/assets/metadata/medium_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
with-admin/assets/metadata/medium_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
assets/metadata/medium_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
metadata/medium_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
medium_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
data/with-admin/assets/metadata/thumbnail_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
with-admin/assets/metadata/thumbnail_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
assets/metadata/thumbnail_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
metadata/thumbnail_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
thumbnail_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_home_3_6b83134d04.webp.json
|
||||
e2e/data/with-admin/assets/metadata/small_afc_richmond_home_3_6b83134d04.webp.json
|
||||
data/with-admin/assets/metadata/small_afc_richmond_home_3_6b83134d04.webp.json
|
||||
with-admin/assets/metadata/small_afc_richmond_home_3_6b83134d04.webp.json
|
||||
assets/metadata/small_afc_richmond_home_3_6b83134d04.webp.json
|
||||
metadata/small_afc_richmond_home_3_6b83134d04.webp.json
|
||||
small_afc_richmond_home_3_6b83134d04.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
data/with-admin/assets/metadata/thumbnail_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
with-admin/assets/metadata/thumbnail_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
assets/metadata/thumbnail_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
metadata/thumbnail_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
thumbnail_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
e2e/data/with-admin/assets/metadata/medium_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
data/with-admin/assets/metadata/medium_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
with-admin/assets/metadata/medium_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
assets/metadata/medium_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
metadata/medium_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
medium_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
e2e/data/with-admin/assets/metadata/medium_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
data/with-admin/assets/metadata/medium_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
with-admin/assets/metadata/medium_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
assets/metadata/medium_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
metadata/medium_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
medium_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
e2e/data/with-admin/assets/metadata/medium_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
data/with-admin/assets/metadata/medium_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
with-admin/assets/metadata/medium_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
assets/metadata/medium_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
metadata/medium_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
medium_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
e2e/data/with-admin/assets/metadata/afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
data/with-admin/assets/metadata/afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
with-admin/assets/metadata/afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
assets/metadata/afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
metadata/afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/coach_beard_profile_72ddb71816.jpg.json
|
||||
e2e/data/with-admin/assets/metadata/coach_beard_profile_72ddb71816.jpg.json
|
||||
data/with-admin/assets/metadata/coach_beard_profile_72ddb71816.jpg.json
|
||||
with-admin/assets/metadata/coach_beard_profile_72ddb71816.jpg.json
|
||||
assets/metadata/coach_beard_profile_72ddb71816.jpg.json
|
||||
metadata/coach_beard_profile_72ddb71816.jpg.json
|
||||
coach_beard_profile_72ddb71816.jpg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
data/with-admin/assets/metadata/thumbnail_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
with-admin/assets/metadata/thumbnail_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
assets/metadata/thumbnail_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
metadata/thumbnail_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
thumbnail_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/large_coach_beard_profile_72ddb71816.jpg.json
|
||||
e2e/data/with-admin/assets/metadata/large_coach_beard_profile_72ddb71816.jpg.json
|
||||
data/with-admin/assets/metadata/large_coach_beard_profile_72ddb71816.jpg.json
|
||||
with-admin/assets/metadata/large_coach_beard_profile_72ddb71816.jpg.json
|
||||
assets/metadata/large_coach_beard_profile_72ddb71816.jpg.json
|
||||
metadata/large_coach_beard_profile_72ddb71816.jpg.json
|
||||
large_coach_beard_profile_72ddb71816.jpg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
e2e/data/with-admin/assets/metadata/small_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
data/with-admin/assets/metadata/small_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
with-admin/assets/metadata/small_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
assets/metadata/small_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
metadata/small_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
small_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
e2e/data/with-admin/assets/metadata/small_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
data/with-admin/assets/metadata/small_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
with-admin/assets/metadata/small_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
assets/metadata/small_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
metadata/small_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
small_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
e2e/data/with-admin/assets/metadata/small_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
data/with-admin/assets/metadata/small_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
with-admin/assets/metadata/small_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
assets/metadata/small_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
metadata/small_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
small_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
tests/e2e/data/with-admin/configuration/configuration_00001.jsonl
|
||||
e2e/data/with-admin/configuration/configuration_00001.jsonl
|
||||
data/with-admin/configuration/configuration_00001.jsonl
|
||||
with-admin/configuration/configuration_00001.jsonl
|
||||
configuration/configuration_00001.jsonl
|
||||
configuration_00001.jsonl
|
||||
tests/e2e/data/with-admin/schemas/schemas_00001.jsonl
|
||||
e2e/data/with-admin/schemas/schemas_00001.jsonl
|
||||
data/with-admin/schemas/schemas_00001.jsonl
|
||||
with-admin/schemas/schemas_00001.jsonl
|
||||
schemas/schemas_00001.jsonl
|
||||
schemas_00001.jsonl
|
||||
tests/e2e/data/with-admin/entities/entities_00001.jsonl
|
||||
e2e/data/with-admin/entities/entities_00001.jsonl
|
||||
data/with-admin/entities/entities_00001.jsonl
|
||||
with-admin/entities/entities_00001.jsonl
|
||||
entities/entities_00001.jsonl
|
||||
entities_00001.jsonl
|
||||
tests/e2e/data/with-admin/links/links_00001.jsonl
|
||||
e2e/data/with-admin/links/links_00001.jsonl
|
||||
data/with-admin/links/links_00001.jsonl
|
||||
with-admin/links/links_00001.jsonl
|
||||
links/links_00001.jsonl
|
||||
links_00001.jsonl
|
||||
tests/e2e/tests/settings/rbac/actions/edit-role.spec.ts
|
||||
e2e/tests/settings/rbac/actions/edit-role.spec.ts
|
||||
tests/settings/rbac/actions/edit-role.spec.ts
|
||||
|
|
@ -27791,6 +28271,14 @@ cli/commands/export/action.ts
|
|||
commands/export/action.ts
|
||||
export/action.ts
|
||||
action.ts
|
||||
packages/core/strapi/src/cli/commands/export/validate-dir-format.ts
|
||||
core/strapi/src/cli/commands/export/validate-dir-format.ts
|
||||
strapi/src/cli/commands/export/validate-dir-format.ts
|
||||
src/cli/commands/export/validate-dir-format.ts
|
||||
cli/commands/export/validate-dir-format.ts
|
||||
commands/export/validate-dir-format.ts
|
||||
export/validate-dir-format.ts
|
||||
validate-dir-format.ts
|
||||
packages/core/strapi/src/cli/commands/policies/list.ts
|
||||
core/strapi/src/cli/commands/policies/list.ts
|
||||
strapi/src/cli/commands/policies/list.ts
|
||||
|
|
@ -29896,6 +30384,61 @@ src/strapi/remote/constants.ts
|
|||
strapi/remote/constants.ts
|
||||
remote/constants.ts
|
||||
constants.ts
|
||||
packages/core/data-transfer/src/directory/providers/index.ts
|
||||
core/data-transfer/src/directory/providers/index.ts
|
||||
data-transfer/src/directory/providers/index.ts
|
||||
src/directory/providers/index.ts
|
||||
directory/providers/index.ts
|
||||
providers/index.ts
|
||||
index.ts
|
||||
packages/core/data-transfer/src/directory/providers/destination/__tests__/index.test.ts
|
||||
core/data-transfer/src/directory/providers/destination/__tests__/index.test.ts
|
||||
data-transfer/src/directory/providers/destination/__tests__/index.test.ts
|
||||
src/directory/providers/destination/__tests__/index.test.ts
|
||||
directory/providers/destination/__tests__/index.test.ts
|
||||
providers/destination/__tests__/index.test.ts
|
||||
destination/__tests__/index.test.ts
|
||||
__tests__/index.test.ts
|
||||
index.test.ts
|
||||
packages/core/data-transfer/src/directory/providers/destination/index.ts
|
||||
core/data-transfer/src/directory/providers/destination/index.ts
|
||||
data-transfer/src/directory/providers/destination/index.ts
|
||||
src/directory/providers/destination/index.ts
|
||||
directory/providers/destination/index.ts
|
||||
providers/destination/index.ts
|
||||
destination/index.ts
|
||||
index.ts
|
||||
packages/core/data-transfer/src/directory/providers/destination/utils.ts
|
||||
core/data-transfer/src/directory/providers/destination/utils.ts
|
||||
data-transfer/src/directory/providers/destination/utils.ts
|
||||
src/directory/providers/destination/utils.ts
|
||||
directory/providers/destination/utils.ts
|
||||
providers/destination/utils.ts
|
||||
destination/utils.ts
|
||||
utils.ts
|
||||
packages/core/data-transfer/src/directory/providers/source/__tests__/index.test.ts
|
||||
core/data-transfer/src/directory/providers/source/__tests__/index.test.ts
|
||||
data-transfer/src/directory/providers/source/__tests__/index.test.ts
|
||||
src/directory/providers/source/__tests__/index.test.ts
|
||||
directory/providers/source/__tests__/index.test.ts
|
||||
providers/source/__tests__/index.test.ts
|
||||
source/__tests__/index.test.ts
|
||||
__tests__/index.test.ts
|
||||
index.test.ts
|
||||
packages/core/data-transfer/src/directory/providers/source/index.ts
|
||||
core/data-transfer/src/directory/providers/source/index.ts
|
||||
data-transfer/src/directory/providers/source/index.ts
|
||||
src/directory/providers/source/index.ts
|
||||
directory/providers/source/index.ts
|
||||
providers/source/index.ts
|
||||
source/index.ts
|
||||
index.ts
|
||||
packages/core/data-transfer/src/directory/index.ts
|
||||
core/data-transfer/src/directory/index.ts
|
||||
data-transfer/src/directory/index.ts
|
||||
src/directory/index.ts
|
||||
directory/index.ts
|
||||
index.ts
|
||||
packages/core/data-transfer/tsconfig.json
|
||||
core/data-transfer/tsconfig.json
|
||||
data-transfer/tsconfig.json
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
.nvmrc
|
||||
.vscode/settings.json
|
||||
rollup.utils.mjs
|
||||
tests/cli/data/complex.tar.gz
|
||||
tests/cli/data/README.md
|
||||
tests/cli/constants.js
|
||||
tests/cli/tests/create-strapi-app/scaffold.test.cli.js
|
||||
|
|
@ -19,14 +18,84 @@ tests/cli/tests/strapi/strapi/controllers-list.test.cli.js
|
|||
tests/cli/tests/strapi/strapi/hooks-list.test.cli.js
|
||||
tests/cli/tests/strapi/strapi/create-user.test.cli.js
|
||||
tests/cli/tests/strapi/strapi/openapi-generate.test.cli.ts
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/content-types-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/controllers-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/hooks-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/policies-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/middlewares-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/services-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/openapi-generate.test.cli.ts.snap
|
||||
tests/cli/tests/strapi/strapi/__snapshots__/routes-list.test.cli.js.snap
|
||||
tests/cli/tests/strapi/strapi/middlewares-list.test.cli.js
|
||||
tests/cli/tests/strapi/data-transfer/export.test.cli.js
|
||||
tests/cli/tests/strapi/data-transfer/export-import-roundtrip.test.cli.js
|
||||
tests/cli/tests/strapi/data-transfer/import.test.cli.js
|
||||
tests/cli/jest.config.js
|
||||
tests/cli/README.md
|
||||
tests/e2e/data/with-admin.tar
|
||||
tests/e2e/data/without-admin.tar
|
||||
tests/e2e/data/without-admin/metadata.json
|
||||
tests/e2e/data/without-admin/configuration/configuration_00001.jsonl
|
||||
tests/e2e/data/without-admin/schemas/schemas_00001.jsonl
|
||||
tests/e2e/data/without-admin/entities/entities_00001.jsonl
|
||||
tests/e2e/data/without-admin/links/links_00001.jsonl
|
||||
tests/e2e/data/with-admin/metadata.json
|
||||
tests/e2e/data/with-admin/assets/uploads/small_afc_richmond_home_1_6030b89e7f.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/medium_afc_richmond_home_1_6030b89e7f.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_home_2_b410a4fe67.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_home_3_6b83134d04.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/medium_afc_richmond_away_1_beb85c1e83.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_away_2_f2bcf252fd.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/afc_richmond_home_3_6b83134d04.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_home_1_6030b89e7f.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/medium_afc_richmond_home_2_b410a4fe67.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/afc_richmond_home_2_b410a4fe67.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/medium_afc_richmond_away_2_f2bcf252fd.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/small_afc_richmond_home_2_b410a4fe67.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/small_afc_richmond_away_2_f2bcf252fd.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/thumbnail_afc_richmond_away_1_beb85c1e83.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/afc_richmond_home_1_6030b89e7f.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/small_afc_richmond_away_1_beb85c1e83.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/afc_richmond_away_2_f2bcf252fd.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/small_afc_richmond_home_3_6b83134d04.webp
|
||||
tests/e2e/data/with-admin/assets/uploads/afc_richmond_away_1_beb85c1e83.webp
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/ted_lasso_profile_f4262e821d.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_coach_beard_profile_72ddb71816.jpg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_coach_beard_profile_72ddb71816.jpg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_coach_beard_profile_72ddb71816.jpg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_away_1_beb85c1e83.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_home_1_6030b89e7f.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/395cf788f0c9865a1b561d90287de8a6f3d76981_bb9a4b368c.gif.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_home_3_6b83134d04.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/large_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_home_2_b410a4fe67.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_home_3_6b83134d04.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_afc_richmond_home_1_6030b89e7f.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_away_3_7b91c10fbd.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_home_3_6b83134d04.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_afc_richmond_away_1_beb85c1e83.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/medium_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/coach_beard_profile_72ddb71816.jpg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/thumbnail_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/large_coach_beard_profile_72ddb71816.jpg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_away_2_f2bcf252fd.webp.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_ted_lasso_profile_f4262e821d.jpeg.json
|
||||
tests/e2e/data/with-admin/assets/metadata/small_afc_richmond_home_2_b410a4fe67.webp.json
|
||||
tests/e2e/data/with-admin/configuration/configuration_00001.jsonl
|
||||
tests/e2e/data/with-admin/schemas/schemas_00001.jsonl
|
||||
tests/e2e/data/with-admin/entities/entities_00001.jsonl
|
||||
tests/e2e/data/with-admin/links/links_00001.jsonl
|
||||
tests/e2e/tests/settings/rbac/actions/edit-role.spec.ts
|
||||
tests/e2e/tests/settings/rbac/actions/see-role.spec.ts
|
||||
tests/e2e/tests/settings/rbac/actions/delete-role.spec.ts
|
||||
|
|
@ -3995,6 +4064,7 @@ packages/core/strapi/src/cli/commands/ts/generate-types.ts
|
|||
packages/core/strapi/src/cli/commands/export/__tests__/export.test.ts
|
||||
packages/core/strapi/src/cli/commands/export/command.ts
|
||||
packages/core/strapi/src/cli/commands/export/action.ts
|
||||
packages/core/strapi/src/cli/commands/export/validate-dir-format.ts
|
||||
packages/core/strapi/src/cli/commands/policies/list.ts
|
||||
packages/core/strapi/src/cli/commands/configuration/restore.ts
|
||||
packages/core/strapi/src/cli/commands/configuration/dump.ts
|
||||
|
|
@ -4295,6 +4365,13 @@ packages/core/data-transfer/src/strapi/remote/index.ts
|
|||
packages/core/data-transfer/src/strapi/remote/flows/index.ts
|
||||
packages/core/data-transfer/src/strapi/remote/flows/default.ts
|
||||
packages/core/data-transfer/src/strapi/remote/constants.ts
|
||||
packages/core/data-transfer/src/directory/providers/index.ts
|
||||
packages/core/data-transfer/src/directory/providers/destination/__tests__/index.test.ts
|
||||
packages/core/data-transfer/src/directory/providers/destination/index.ts
|
||||
packages/core/data-transfer/src/directory/providers/destination/utils.ts
|
||||
packages/core/data-transfer/src/directory/providers/source/__tests__/index.test.ts
|
||||
packages/core/data-transfer/src/directory/providers/source/index.ts
|
||||
packages/core/data-transfer/src/directory/index.ts
|
||||
packages/core/data-transfer/tsconfig.json
|
||||
packages/core/data-transfer/types/common-entities.d.ts
|
||||
packages/core/data-transfer/types/encryption.d.ts
|
||||
|
|
|
|||
|
|
@ -4237,6 +4237,12 @@ apache/tomcat/security/TestSecurity2017Ocsp.java
|
|||
tomcat/security/TestSecurity2017Ocsp.java
|
||||
security/TestSecurity2017Ocsp.java
|
||||
TestSecurity2017Ocsp.java
|
||||
test/org/apache/tomcat/security/TestSecurity2018.java
|
||||
org/apache/tomcat/security/TestSecurity2018.java
|
||||
apache/tomcat/security/TestSecurity2018.java
|
||||
tomcat/security/TestSecurity2018.java
|
||||
security/TestSecurity2018.java
|
||||
TestSecurity2018.java
|
||||
test/org/apache/tomcat/security/TestSecurity2023.java
|
||||
org/apache/tomcat/security/TestSecurity2023.java
|
||||
apache/tomcat/security/TestSecurity2023.java
|
||||
|
|
|
|||
|
|
@ -668,6 +668,7 @@ test/org/apache/tomcat/unittest/TesterHost.java
|
|||
test/org/apache/tomcat/unittest/TesterContext.java
|
||||
test/org/apache/tomcat/unittest/TesterResponse.java
|
||||
test/org/apache/tomcat/security/TestSecurity2017Ocsp.java
|
||||
test/org/apache/tomcat/security/TestSecurity2018.java
|
||||
test/org/apache/tomcat/security/TestSecurity2023.java
|
||||
test/org/apache/tomcat/security/TestSecurity2025Http2.java
|
||||
test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
|
||||
|
|
|
|||
|
|
@ -7786,6 +7786,11 @@ Umbraco.Tests.UnitTests/Umbraco.Core/Routing/ContentFinderByKeyTests.cs
|
|||
Umbraco.Core/Routing/ContentFinderByKeyTests.cs
|
||||
Routing/ContentFinderByKeyTests.cs
|
||||
ContentFinderByKeyTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/NewDefaultUrlProviderTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Core/Routing/NewDefaultUrlProviderTests.cs
|
||||
Umbraco.Core/Routing/NewDefaultUrlProviderTests.cs
|
||||
Routing/NewDefaultUrlProviderTests.cs
|
||||
NewDefaultUrlProviderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/ContentFinderByRedirectUrlTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Core/Routing/ContentFinderByRedirectUrlTests.cs
|
||||
Umbraco.Core/Routing/ContentFinderByRedirectUrlTests.cs
|
||||
|
|
|
|||
|
|
@ -1434,6 +1434,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/SiteDomainMapperTests.cs
|
|||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/ContentFinderByPageIdQueryTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/DomainsAndCulturesTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/ContentFinderByKeyTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/NewDefaultUrlProviderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/ContentFinderByRedirectUrlTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Routing/PublishedRouterTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/ReflectionTests.cs
|
||||
|
|
|
|||
|
|
@ -2542,6 +2542,10 @@ plugins/woocommerce-beta-tester/changelog/fix-live-branches-github-selectors
|
|||
woocommerce-beta-tester/changelog/fix-live-branches-github-selectors
|
||||
changelog/fix-live-branches-github-selectors
|
||||
fix-live-branches-github-selectors
|
||||
plugins/woocommerce-beta-tester/changelog/update-pnpm-10-upgrade
|
||||
woocommerce-beta-tester/changelog/update-pnpm-10-upgrade
|
||||
changelog/update-pnpm-10-upgrade
|
||||
update-pnpm-10-upgrade
|
||||
plugins/woocommerce-beta-tester/changelog/58755-dev-53714
|
||||
woocommerce-beta-tester/changelog/58755-dev-53714
|
||||
changelog/58755-dev-53714
|
||||
|
|
@ -3474,10 +3478,22 @@ composer.json
|
|||
plugins/woocommerce-beta-tester/package.json
|
||||
woocommerce-beta-tester/package.json
|
||||
package.json
|
||||
plugins/woocommerce/changelog/opr-checkout-cart-icon
|
||||
woocommerce/changelog/opr-checkout-cart-icon
|
||||
changelog/opr-checkout-cart-icon
|
||||
opr-checkout-cart-icon
|
||||
plugins/woocommerce/changelog/fix-62677-add-to-cart-with-options-stepper-in-3rd-party-product-types
|
||||
woocommerce/changelog/fix-62677-add-to-cart-with-options-stepper-in-3rd-party-product-types
|
||||
changelog/fix-62677-add-to-cart-with-options-stepper-in-3rd-party-product-types
|
||||
fix-62677-add-to-cart-with-options-stepper-in-3rd-party-product-types
|
||||
plugins/woocommerce/changelog/fix-settings-labels-alignment-wp70
|
||||
woocommerce/changelog/fix-settings-labels-alignment-wp70
|
||||
changelog/fix-settings-labels-alignment-wp70
|
||||
fix-settings-labels-alignment-wp70
|
||||
plugins/woocommerce/changelog/fix-product-gallery-single-product
|
||||
woocommerce/changelog/fix-product-gallery-single-product
|
||||
changelog/fix-product-gallery-single-product
|
||||
fix-product-gallery-single-product
|
||||
plugins/woocommerce/changelog/fix-WOO6-48-add-to-cart-variation-one-item
|
||||
woocommerce/changelog/fix-WOO6-48-add-to-cart-variation-one-item
|
||||
changelog/fix-WOO6-48-add-to-cart-variation-one-item
|
||||
|
|
@ -3486,6 +3502,10 @@ plugins/woocommerce/changelog/fix-63680
|
|||
woocommerce/changelog/fix-63680
|
||||
changelog/fix-63680
|
||||
fix-63680
|
||||
plugins/woocommerce/changelog/update-pnpm-10-upgrade
|
||||
woocommerce/changelog/update-pnpm-10-upgrade
|
||||
changelog/update-pnpm-10-upgrade
|
||||
update-pnpm-10-upgrade
|
||||
plugins/woocommerce/changelog/fix-scheduled-import-migration-WOO6-53
|
||||
woocommerce/changelog/fix-scheduled-import-migration-WOO6-53
|
||||
changelog/fix-scheduled-import-migration-WOO6-53
|
||||
|
|
@ -3498,6 +3518,10 @@ plugins/woocommerce/changelog/63800-fix-WOO6-55-case-sensitive-coupon-lookups
|
|||
woocommerce/changelog/63800-fix-WOO6-55-case-sensitive-coupon-lookups
|
||||
changelog/63800-fix-WOO6-55-case-sensitive-coupon-lookups
|
||||
63800-fix-WOO6-55-case-sensitive-coupon-lookups
|
||||
plugins/woocommerce/changelog/63788-add-export-skeleton-component-for-payment-methods
|
||||
woocommerce/changelog/63788-add-export-skeleton-component-for-payment-methods
|
||||
changelog/63788-add-export-skeleton-component-for-payment-methods
|
||||
63788-add-export-skeleton-component-for-payment-methods
|
||||
plugins/woocommerce/changelog/fix-404-requests
|
||||
woocommerce/changelog/fix-404-requests
|
||||
changelog/fix-404-requests
|
||||
|
|
@ -3574,6 +3598,10 @@ plugins/woocommerce/changelog/63255-cursor-WOOPLUG-6235-additional-information-m
|
|||
woocommerce/changelog/63255-cursor-WOOPLUG-6235-additional-information-mobile-layout-f8ce
|
||||
changelog/63255-cursor-WOOPLUG-6235-additional-information-mobile-layout-f8ce
|
||||
63255-cursor-WOOPLUG-6235-additional-information-mobile-layout-f8ce
|
||||
plugins/woocommerce/changelog/63986-fix-wccom-ext-tested-up-to
|
||||
woocommerce/changelog/63986-fix-wccom-ext-tested-up-to
|
||||
changelog/63986-fix-wccom-ext-tested-up-to
|
||||
63986-fix-wccom-ext-tested-up-to
|
||||
plugins/woocommerce/changelog/63816-fix-get-item-downloads-return-array
|
||||
woocommerce/changelog/63816-fix-get-item-downloads-return-array
|
||||
changelog/63816-fix-get-item-downloads-return-array
|
||||
|
|
@ -3642,6 +3670,10 @@ plugins/woocommerce/changelog/63797-add-cache-priming-misc-2
|
|||
woocommerce/changelog/63797-add-cache-priming-misc-2
|
||||
changelog/63797-add-cache-priming-misc-2
|
||||
63797-add-cache-priming-misc-2
|
||||
plugins/woocommerce/changelog/fix-63266-structured-data-tax
|
||||
woocommerce/changelog/fix-63266-structured-data-tax
|
||||
changelog/fix-63266-structured-data-tax
|
||||
fix-63266-structured-data-tax
|
||||
plugins/woocommerce/changelog/fix-email-empty-quantity-output
|
||||
woocommerce/changelog/fix-email-empty-quantity-output
|
||||
changelog/fix-email-empty-quantity-output
|
||||
|
|
@ -3654,6 +3686,10 @@ plugins/woocommerce/changelog/63773-add-cache-priming-misc
|
|||
woocommerce/changelog/63773-add-cache-priming-misc
|
||||
changelog/63773-add-cache-priming-misc
|
||||
63773-add-cache-priming-misc
|
||||
plugins/woocommerce/changelog/tangerine-934e8d29
|
||||
woocommerce/changelog/tangerine-934e8d29
|
||||
changelog/tangerine-934e8d29
|
||||
tangerine-934e8d29
|
||||
plugins/woocommerce/changelog/63832-wooplug-1935-the-wp_background_process-class-do-we-still-need-it
|
||||
woocommerce/changelog/63832-wooplug-1935-the-wp_background_process-class-do-we-still-need-it
|
||||
changelog/63832-wooplug-1935-the-wp_background_process-class-do-we-still-need-it
|
||||
|
|
@ -11515,6 +11551,14 @@ src/Blocks/BlockTypes/Cart.php
|
|||
Blocks/BlockTypes/Cart.php
|
||||
BlockTypes/Cart.php
|
||||
Cart.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/SingleProduct.php
|
||||
woocommerce/tests/php/src/Blocks/BlockTypes/SingleProduct.php
|
||||
tests/php/src/Blocks/BlockTypes/SingleProduct.php
|
||||
php/src/Blocks/BlockTypes/SingleProduct.php
|
||||
src/Blocks/BlockTypes/SingleProduct.php
|
||||
Blocks/BlockTypes/SingleProduct.php
|
||||
BlockTypes/SingleProduct.php
|
||||
SingleProduct.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/AddToCartWithOptions.php
|
||||
woocommerce/tests/php/src/Blocks/BlockTypes/AddToCartWithOptions.php
|
||||
tests/php/src/Blocks/BlockTypes/AddToCartWithOptions.php
|
||||
|
|
@ -12685,6 +12729,15 @@ Internal/PushNotifications/Validators/PushTokenValidatorTest.php
|
|||
PushNotifications/Validators/PushTokenValidatorTest.php
|
||||
Validators/PushTokenValidatorTest.php
|
||||
PushTokenValidatorTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Controllers/PushNotificationRestControllerTest.php
|
||||
woocommerce/tests/php/src/Internal/PushNotifications/Controllers/PushNotificationRestControllerTest.php
|
||||
tests/php/src/Internal/PushNotifications/Controllers/PushNotificationRestControllerTest.php
|
||||
php/src/Internal/PushNotifications/Controllers/PushNotificationRestControllerTest.php
|
||||
src/Internal/PushNotifications/Controllers/PushNotificationRestControllerTest.php
|
||||
Internal/PushNotifications/Controllers/PushNotificationRestControllerTest.php
|
||||
PushNotifications/Controllers/PushNotificationRestControllerTest.php
|
||||
Controllers/PushNotificationRestControllerTest.php
|
||||
PushNotificationRestControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Controllers/PushTokenRestControllerTest.php
|
||||
woocommerce/tests/php/src/Internal/PushNotifications/Controllers/PushTokenRestControllerTest.php
|
||||
tests/php/src/Internal/PushNotifications/Controllers/PushTokenRestControllerTest.php
|
||||
|
|
@ -12721,6 +12774,15 @@ Internal/PushNotifications/Triggers/NewReviewNotificationTriggerTest.php
|
|||
PushNotifications/Triggers/NewReviewNotificationTriggerTest.php
|
||||
Triggers/NewReviewNotificationTriggerTest.php
|
||||
NewReviewNotificationTriggerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Services/NotificationProcessorTest.php
|
||||
woocommerce/tests/php/src/Internal/PushNotifications/Services/NotificationProcessorTest.php
|
||||
tests/php/src/Internal/PushNotifications/Services/NotificationProcessorTest.php
|
||||
php/src/Internal/PushNotifications/Services/NotificationProcessorTest.php
|
||||
src/Internal/PushNotifications/Services/NotificationProcessorTest.php
|
||||
Internal/PushNotifications/Services/NotificationProcessorTest.php
|
||||
PushNotifications/Services/NotificationProcessorTest.php
|
||||
Services/NotificationProcessorTest.php
|
||||
NotificationProcessorTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Services/PendingNotificationStoreTest.php
|
||||
woocommerce/tests/php/src/Internal/PushNotifications/Services/PendingNotificationStoreTest.php
|
||||
tests/php/src/Internal/PushNotifications/Services/PendingNotificationStoreTest.php
|
||||
|
|
@ -70435,6 +70497,13 @@ Internal/PushNotifications/Controllers/PushTokenRestController.php
|
|||
PushNotifications/Controllers/PushTokenRestController.php
|
||||
Controllers/PushTokenRestController.php
|
||||
PushTokenRestController.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Controllers/PushNotificationRestController.php
|
||||
woocommerce/src/Internal/PushNotifications/Controllers/PushNotificationRestController.php
|
||||
src/Internal/PushNotifications/Controllers/PushNotificationRestController.php
|
||||
Internal/PushNotifications/Controllers/PushNotificationRestController.php
|
||||
PushNotifications/Controllers/PushNotificationRestController.php
|
||||
Controllers/PushNotificationRestController.php
|
||||
PushNotificationRestController.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Entities/PushToken.php
|
||||
woocommerce/src/Internal/PushNotifications/Entities/PushToken.php
|
||||
src/Internal/PushNotifications/Entities/PushToken.php
|
||||
|
|
@ -70462,6 +70531,13 @@ src/Internal/PushNotifications/PushNotifications.php
|
|||
Internal/PushNotifications/PushNotifications.php
|
||||
PushNotifications/PushNotifications.php
|
||||
PushNotifications.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Services/NotificationProcessor.php
|
||||
woocommerce/src/Internal/PushNotifications/Services/NotificationProcessor.php
|
||||
src/Internal/PushNotifications/Services/NotificationProcessor.php
|
||||
Internal/PushNotifications/Services/NotificationProcessor.php
|
||||
PushNotifications/Services/NotificationProcessor.php
|
||||
Services/NotificationProcessor.php
|
||||
NotificationProcessor.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Services/PendingNotificationStore.php
|
||||
woocommerce/src/Internal/PushNotifications/Services/PendingNotificationStore.php
|
||||
src/Internal/PushNotifications/Services/PendingNotificationStore.php
|
||||
|
|
@ -73812,6 +73888,11 @@ js/customer-effort-score/changelog/58263-remove-wp-core-data
|
|||
customer-effort-score/changelog/58263-remove-wp-core-data
|
||||
changelog/58263-remove-wp-core-data
|
||||
58263-remove-wp-core-data
|
||||
packages/js/customer-effort-score/changelog/update-pnpm-10-upgrade
|
||||
js/customer-effort-score/changelog/update-pnpm-10-upgrade
|
||||
customer-effort-score/changelog/update-pnpm-10-upgrade
|
||||
changelog/update-pnpm-10-upgrade
|
||||
update-pnpm-10-upgrade
|
||||
packages/js/customer-effort-score/changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
|
||||
js/customer-effort-score/changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
|
||||
customer-effort-score/changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
|
||||
|
|
@ -74246,6 +74327,11 @@ js/data/changelog/fix-62029
|
|||
data/changelog/fix-62029
|
||||
changelog/fix-62029
|
||||
fix-62029
|
||||
packages/js/data/changelog/update-pnpm-10-upgrade
|
||||
js/data/changelog/update-pnpm-10-upgrade
|
||||
data/changelog/update-pnpm-10-upgrade
|
||||
changelog/update-pnpm-10-upgrade
|
||||
update-pnpm-10-upgrade
|
||||
packages/js/data/changelog/update-settings-payments-type-for-onboarding-supported
|
||||
js/data/changelog/update-settings-payments-type-for-onboarding-supported
|
||||
data/changelog/update-settings-payments-type-for-onboarding-supported
|
||||
|
|
@ -76444,6 +76530,11 @@ js/product-editor/changelog/fix-46771_core_interface_already_registered
|
|||
product-editor/changelog/fix-46771_core_interface_already_registered
|
||||
changelog/fix-46771_core_interface_already_registered
|
||||
fix-46771_core_interface_already_registered
|
||||
packages/js/product-editor/changelog/update-pnpm-10-upgrade
|
||||
js/product-editor/changelog/update-pnpm-10-upgrade
|
||||
product-editor/changelog/update-pnpm-10-upgrade
|
||||
changelog/update-pnpm-10-upgrade
|
||||
update-pnpm-10-upgrade
|
||||
packages/js/product-editor/changelog/54190-react-18-fix-generic-folder
|
||||
js/product-editor/changelog/54190-react-18-fix-generic-folder
|
||||
product-editor/changelog/54190-react-18-fix-generic-folder
|
||||
|
|
@ -83751,6 +83842,11 @@ tsconfig-cjs.json
|
|||
packages/js/CLAUDE.md
|
||||
js/CLAUDE.md
|
||||
CLAUDE.md
|
||||
packages/js/block-templates/changelog/update-pnpm-10-upgrade
|
||||
js/block-templates/changelog/update-pnpm-10-upgrade
|
||||
block-templates/changelog/update-pnpm-10-upgrade
|
||||
changelog/update-pnpm-10-upgrade
|
||||
update-pnpm-10-upgrade
|
||||
packages/js/block-templates/changelog/52815-dev-lock-dependencies
|
||||
js/block-templates/changelog/52815-dev-lock-dependencies
|
||||
block-templates/changelog/52815-dev-lock-dependencies
|
||||
|
|
@ -84038,6 +84134,11 @@ js/notices/changelog/59001-dev-build-ram-usage-batch-3
|
|||
notices/changelog/59001-dev-build-ram-usage-batch-3
|
||||
changelog/59001-dev-build-ram-usage-batch-3
|
||||
59001-dev-build-ram-usage-batch-3
|
||||
packages/js/notices/changelog/update-pnpm-10-upgrade
|
||||
js/notices/changelog/update-pnpm-10-upgrade
|
||||
notices/changelog/update-pnpm-10-upgrade
|
||||
changelog/update-pnpm-10-upgrade
|
||||
update-pnpm-10-upgrade
|
||||
packages/js/notices/changelog/43595-update-wireit-0.14.3
|
||||
js/notices/changelog/43595-update-wireit-0.14.3
|
||||
notices/changelog/43595-update-wireit-0.14.3
|
||||
|
|
@ -87222,6 +87323,11 @@ js/number/changelog/53165-dev-ts-5-7-2
|
|||
number/changelog/53165-dev-ts-5-7-2
|
||||
changelog/53165-dev-ts-5-7-2
|
||||
53165-dev-ts-5-7-2
|
||||
packages/js/number/changelog/update-locutus-dependency
|
||||
js/number/changelog/update-locutus-dependency
|
||||
number/changelog/update-locutus-dependency
|
||||
changelog/update-locutus-dependency
|
||||
update-locutus-dependency
|
||||
packages/js/number/changelog/56575-dev-bump-babel-deps
|
||||
js/number/changelog/56575-dev-bump-babel-deps
|
||||
number/changelog/56575-dev-bump-babel-deps
|
||||
|
|
@ -87495,6 +87601,11 @@ packages/js/internal-style-build/package.json
|
|||
js/internal-style-build/package.json
|
||||
internal-style-build/package.json
|
||||
package.json
|
||||
packages/js/components/changelog/update-pnpm-10-upgrade
|
||||
js/components/changelog/update-pnpm-10-upgrade
|
||||
components/changelog/update-pnpm-10-upgrade
|
||||
changelog/update-pnpm-10-upgrade
|
||||
update-pnpm-10-upgrade
|
||||
packages/js/components/changelog/fix-analytics-tables-extra-padding-wp70
|
||||
js/components/changelog/fix-analytics-tables-extra-padding-wp70
|
||||
components/changelog/fix-analytics-tables-extra-padding-wp70
|
||||
|
|
@ -91848,6 +91959,11 @@ js/settings-editor/changelog/add-settings-before-after-hooks
|
|||
settings-editor/changelog/add-settings-before-after-hooks
|
||||
changelog/add-settings-before-after-hooks
|
||||
add-settings-before-after-hooks
|
||||
packages/js/settings-editor/changelog/update-pnpm-10-upgrade
|
||||
js/settings-editor/changelog/update-pnpm-10-upgrade
|
||||
settings-editor/changelog/update-pnpm-10-upgrade
|
||||
changelog/update-pnpm-10-upgrade
|
||||
update-pnpm-10-upgrade
|
||||
packages/js/settings-editor/changelog/fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH
|
||||
js/settings-editor/changelog/fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH
|
||||
settings-editor/changelog/fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH
|
||||
|
|
@ -93094,6 +93210,11 @@ js/internal-js-tests/changelog/59001-dev-build-ram-usage-batch-3
|
|||
internal-js-tests/changelog/59001-dev-build-ram-usage-batch-3
|
||||
changelog/59001-dev-build-ram-usage-batch-3
|
||||
59001-dev-build-ram-usage-batch-3
|
||||
packages/js/internal-js-tests/changelog/update-pnpm-10-upgrade
|
||||
js/internal-js-tests/changelog/update-pnpm-10-upgrade
|
||||
internal-js-tests/changelog/update-pnpm-10-upgrade
|
||||
changelog/update-pnpm-10-upgrade
|
||||
update-pnpm-10-upgrade
|
||||
packages/js/internal-js-tests/changelog/43595-update-wireit-0.14.3
|
||||
js/internal-js-tests/changelog/43595-update-wireit-0.14.3
|
||||
internal-js-tests/changelog/43595-update-wireit-0.14.3
|
||||
|
|
|
|||
|
|
@ -600,6 +600,7 @@ tools/monorepo/check-changelogger-use.php
|
|||
plugins/woocommerce-beta-tester/changelog/56506-remove-wp-components-types
|
||||
plugins/woocommerce-beta-tester/changelog/61753-fix-support-composer-update
|
||||
plugins/woocommerce-beta-tester/changelog/fix-live-branches-github-selectors
|
||||
plugins/woocommerce-beta-tester/changelog/update-pnpm-10-upgrade
|
||||
plugins/woocommerce-beta-tester/changelog/58755-dev-53714
|
||||
plugins/woocommerce-beta-tester/changelog/update-migrate-reactify-feature-flag
|
||||
plugins/woocommerce-beta-tester/changelog/fix-beta-tester-delete-option-error
|
||||
|
|
@ -788,12 +789,17 @@ plugins/woocommerce-beta-tester/tsconfig.json
|
|||
plugins/woocommerce-beta-tester/composer.lock
|
||||
plugins/woocommerce-beta-tester/composer.json
|
||||
plugins/woocommerce-beta-tester/package.json
|
||||
plugins/woocommerce/changelog/opr-checkout-cart-icon
|
||||
plugins/woocommerce/changelog/fix-62677-add-to-cart-with-options-stepper-in-3rd-party-product-types
|
||||
plugins/woocommerce/changelog/fix-settings-labels-alignment-wp70
|
||||
plugins/woocommerce/changelog/fix-product-gallery-single-product
|
||||
plugins/woocommerce/changelog/fix-WOO6-48-add-to-cart-variation-one-item
|
||||
plugins/woocommerce/changelog/fix-63680
|
||||
plugins/woocommerce/changelog/update-pnpm-10-upgrade
|
||||
plugins/woocommerce/changelog/fix-scheduled-import-migration-WOO6-53
|
||||
plugins/woocommerce/changelog/63930-fix-skip-incentive-check-offline-payment-methods
|
||||
plugins/woocommerce/changelog/63800-fix-WOO6-55-case-sensitive-coupon-lookups
|
||||
plugins/woocommerce/changelog/63788-add-export-skeleton-component-for-payment-methods
|
||||
plugins/woocommerce/changelog/fix-404-requests
|
||||
plugins/woocommerce/changelog/63692-fix-order-api-tax-docs
|
||||
plugins/woocommerce/changelog/63877-fix-63858-prime-product-thumbnail-caches
|
||||
|
|
@ -813,6 +819,7 @@ plugins/woocommerce/changelog/fix-63095-multisite-featured-products
|
|||
plugins/woocommerce/changelog/63208-wooplug-6204-refactor-product-in-context
|
||||
plugins/woocommerce/changelog/fix-63955-product-gallery-cursor
|
||||
plugins/woocommerce/changelog/63255-cursor-WOOPLUG-6235-additional-information-mobile-layout-f8ce
|
||||
plugins/woocommerce/changelog/63986-fix-wccom-ext-tested-up-to
|
||||
plugins/woocommerce/changelog/63816-fix-get-item-downloads-return-array
|
||||
plugins/woocommerce/changelog/fix-playground-comment-refresh-on-blueprint-changes
|
||||
plugins/woocommerce/changelog/performance-order-count-action-enhancements
|
||||
|
|
@ -830,9 +837,11 @@ plugins/woocommerce/changelog/add-email-order-details-hooks
|
|||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/myaccount-nav-update
|
||||
plugins/woocommerce/changelog/63797-add-cache-priming-misc-2
|
||||
plugins/woocommerce/changelog/fix-63266-structured-data-tax
|
||||
plugins/woocommerce/changelog/fix-email-empty-quantity-output
|
||||
plugins/woocommerce/changelog/63919-fix-woopmnt-5477-payments-onboarding-messaging
|
||||
plugins/woocommerce/changelog/63773-add-cache-priming-misc
|
||||
plugins/woocommerce/changelog/tangerine-934e8d29
|
||||
plugins/woocommerce/changelog/63832-wooplug-1935-the-wp_background_process-class-do-we-still-need-it
|
||||
plugins/woocommerce/changelog/woo6-60-codex-review-namespaced-v4-products-controller-lacks-wc
|
||||
plugins/woocommerce/changelog/63925-update-marketplace-host-plan-orders-label
|
||||
|
|
@ -1913,6 +1922,7 @@ plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Checkout.php
|
|||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/MiniCartFooterBlock.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductSaleBadge.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Cart.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/SingleProduct.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/AddToCartWithOptions.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/MiniCart.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/BlockHooksTests.php
|
||||
|
|
@ -2052,10 +2062,12 @@ plugins/woocommerce/tests/php/src/Internal/PushNotifications/Dispatchers/WpcomNo
|
|||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Dispatchers/InternalNotificationDispatcherTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/DataStores/PushTokensDataStoreTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Validators/PushTokenValidatorTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Controllers/PushNotificationRestControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Controllers/PushTokenRestControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Entities/PushTokenTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Triggers/NewOrderNotificationTriggerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Triggers/NewReviewNotificationTriggerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Services/NotificationProcessorTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Services/PendingNotificationStoreTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/DownloadPermissionsAdjusterTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Integration/WPConsentAPITest.php
|
||||
|
|
@ -9010,10 +9022,12 @@ plugins/woocommerce/src/Internal/PushNotifications/Dispatchers/InternalNotificat
|
|||
plugins/woocommerce/src/Internal/PushNotifications/DataStores/PushTokensDataStore.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Validators/PushTokenValidator.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Controllers/PushTokenRestController.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Controllers/PushNotificationRestController.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Entities/PushToken.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Triggers/NewReviewNotificationTrigger.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Triggers/NewOrderNotificationTrigger.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/PushNotifications.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Services/NotificationProcessor.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Services/PendingNotificationStore.php
|
||||
plugins/woocommerce/src/Internal/Jetpack/JetpackConnection.php
|
||||
plugins/woocommerce/src/Internal/CostOfGoodsSold/CogsAwareRestControllerTrait.php
|
||||
|
|
@ -9490,6 +9504,7 @@ packages/js/customer-effort-score/changelog/58765-dev-deps-cleanup-concurrently
|
|||
packages/js/customer-effort-score/changelog/add-49534
|
||||
packages/js/customer-effort-score/changelog/56506-remove-wp-components-types
|
||||
packages/js/customer-effort-score/changelog/58263-remove-wp-core-data
|
||||
packages/js/customer-effort-score/changelog/update-pnpm-10-upgrade
|
||||
packages/js/customer-effort-score/changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
|
||||
packages/js/customer-effort-score/changelog/55626-email-improvements-feedback-prompt
|
||||
packages/js/customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67
|
||||
|
|
@ -9569,6 +9584,7 @@ packages/js/customer-effort-score/composer.lock
|
|||
packages/js/customer-effort-score/composer.json
|
||||
packages/js/customer-effort-score/package.json
|
||||
packages/js/data/changelog/fix-62029
|
||||
packages/js/data/changelog/update-pnpm-10-upgrade
|
||||
packages/js/data/changelog/update-settings-payments-type-for-onboarding-supported
|
||||
packages/js/data/changelog/wooa7s-795-onboarding-scheduled-updates-promotion-notices
|
||||
packages/js/data/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
|
||||
|
|
@ -9956,6 +9972,7 @@ packages/js/product-editor/changelog/add-upgrade-blocks-to-v3
|
|||
packages/js/product-editor/changelog/dev-46768_add_link
|
||||
packages/js/product-editor/changelog/58263-remove-wp-core-data
|
||||
packages/js/product-editor/changelog/fix-46771_core_interface_already_registered
|
||||
packages/js/product-editor/changelog/update-pnpm-10-upgrade
|
||||
packages/js/product-editor/changelog/54190-react-18-fix-generic-folder
|
||||
packages/js/product-editor/changelog/fix-46614_edit_modal_width_custom_fields
|
||||
packages/js/product-editor/changelog/fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH
|
||||
|
|
@ -11008,6 +11025,7 @@ packages/js/create-product-editor-block/composer.json
|
|||
packages/js/create-product-editor-block/package.json
|
||||
packages/js/tsconfig-cjs.json
|
||||
packages/js/CLAUDE.md
|
||||
packages/js/block-templates/changelog/update-pnpm-10-upgrade
|
||||
packages/js/block-templates/changelog/52815-dev-lock-dependencies
|
||||
packages/js/block-templates/changelog/ci-add-workflow-call-event
|
||||
packages/js/block-templates/changelog/55095-dev-rewrite-wireit-deps-update
|
||||
|
|
@ -11064,6 +11082,7 @@ packages/js/notices/changelog/58765-dev-deps-cleanup-concurrently
|
|||
packages/js/notices/changelog/43532-add-cli-to-ci-workflow
|
||||
packages/js/notices/changelog/42860-update-pnpm
|
||||
packages/js/notices/changelog/59001-dev-build-ram-usage-batch-3
|
||||
packages/js/notices/changelog/update-pnpm-10-upgrade
|
||||
packages/js/notices/changelog/43595-update-wireit-0.14.3
|
||||
packages/js/notices/changelog/52815-dev-lock-dependencies
|
||||
packages/js/notices/changelog/55095-dev-rewrite-wireit-deps-update
|
||||
|
|
@ -11659,6 +11678,7 @@ packages/js/number/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
|||
packages/js/number/changelog/54996-chore-update-wireit
|
||||
packages/js/number/changelog/dev-ci-lint-monorepo-job-update
|
||||
packages/js/number/changelog/53165-dev-ts-5-7-2
|
||||
packages/js/number/changelog/update-locutus-dependency
|
||||
packages/js/number/changelog/56575-dev-bump-babel-deps
|
||||
packages/js/number/changelog/57299-fix-wireit-in-ci
|
||||
packages/js/number/changelog/dev-build-profiling-tweaks-take-1
|
||||
|
|
@ -11719,6 +11739,7 @@ packages/js/internal-style-build/.eslintrc.js
|
|||
packages/js/internal-style-build/.npmrc
|
||||
packages/js/internal-style-build/style-asset-plugin.js
|
||||
packages/js/internal-style-build/package.json
|
||||
packages/js/components/changelog/update-pnpm-10-upgrade
|
||||
packages/js/components/changelog/fix-analytics-tables-extra-padding-wp70
|
||||
packages/js/components/changelog/fix-order-status-text-wrap-gutenberg
|
||||
packages/js/components/changelog/fix-wooa7s-1161-interval-selector-shift
|
||||
|
|
@ -12407,6 +12428,7 @@ packages/js/onboarding/package.json
|
|||
packages/js/settings-editor/changelog/58765-dev-deps-cleanup-concurrently
|
||||
packages/js/settings-editor/changelog/53231-fix-settings-global-styles
|
||||
packages/js/settings-editor/changelog/add-settings-before-after-hooks
|
||||
packages/js/settings-editor/changelog/update-pnpm-10-upgrade
|
||||
packages/js/settings-editor/changelog/fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH
|
||||
packages/js/settings-editor/changelog/53913-update-handle-outputed-script
|
||||
packages/js/settings-editor/changelog/54948-add-settings-custom-hooks
|
||||
|
|
@ -12629,6 +12651,7 @@ packages/js/internal-js-tests/changelog/53865-dev-pnpm-9-15-0
|
|||
packages/js/internal-js-tests/changelog/43532-add-cli-to-ci-workflow
|
||||
packages/js/internal-js-tests/changelog/42860-update-pnpm
|
||||
packages/js/internal-js-tests/changelog/59001-dev-build-ram-usage-batch-3
|
||||
packages/js/internal-js-tests/changelog/update-pnpm-10-upgrade
|
||||
packages/js/internal-js-tests/changelog/43595-update-wireit-0.14.3
|
||||
packages/js/internal-js-tests/changelog/dev-babel-loader-jest-caching
|
||||
packages/js/internal-js-tests/changelog/52815-dev-lock-dependencies
|
||||
|
|
|
|||
|
|
@ -5600,6 +5600,8 @@ tsconfig.base.json
|
|||
.git-hooks/pre_commit/eslint.rb
|
||||
pre_commit/eslint.rb
|
||||
eslint.rb
|
||||
.dev/updatecli.yaml
|
||||
updatecli.yaml
|
||||
.dev/rubocop/rubocop_zammad.rb
|
||||
rubocop/rubocop_zammad.rb
|
||||
rubocop_zammad.rb
|
||||
|
|
@ -22922,6 +22924,12 @@ spec/models/concerns/can_be_imported_examples.rb
|
|||
models/concerns/can_be_imported_examples.rb
|
||||
concerns/can_be_imported_examples.rb
|
||||
can_be_imported_examples.rb
|
||||
spec/models/concerns/perform_changes/action/attribute_updates_spec.rb
|
||||
models/concerns/perform_changes/action/attribute_updates_spec.rb
|
||||
concerns/perform_changes/action/attribute_updates_spec.rb
|
||||
perform_changes/action/attribute_updates_spec.rb
|
||||
action/attribute_updates_spec.rb
|
||||
attribute_updates_spec.rb
|
||||
spec/models/concerns/checks_core_workflow_examples.rb
|
||||
models/concerns/checks_core_workflow_examples.rb
|
||||
concerns/checks_core_workflow_examples.rb
|
||||
|
|
@ -23218,6 +23226,12 @@ ai/agent/type/ticket_group_dispatcher_spec.rb
|
|||
agent/type/ticket_group_dispatcher_spec.rb
|
||||
type/ticket_group_dispatcher_spec.rb
|
||||
ticket_group_dispatcher_spec.rb
|
||||
spec/models/ai/agent/type/ticket_text_extractor_spec.rb
|
||||
models/ai/agent/type/ticket_text_extractor_spec.rb
|
||||
ai/agent/type/ticket_text_extractor_spec.rb
|
||||
agent/type/ticket_text_extractor_spec.rb
|
||||
type/ticket_text_extractor_spec.rb
|
||||
ticket_text_extractor_spec.rb
|
||||
spec/models/ai/agent/type/ticket_categorizer_spec.rb
|
||||
models/ai/agent/type/ticket_categorizer_spec.rb
|
||||
ai/agent/type/ticket_categorizer_spec.rb
|
||||
|
|
@ -24215,6 +24229,11 @@ run_tests.rb
|
|||
browserlist
|
||||
pnpm-lock.yaml
|
||||
Rakefile
|
||||
.claude/hooks/lint-after-edit.sh
|
||||
hooks/lint-after-edit.sh
|
||||
lint-after-edit.sh
|
||||
.claude/settings.json
|
||||
settings.json
|
||||
Dockerfile
|
||||
.npmrc
|
||||
tsconfig.json
|
||||
|
|
@ -26297,6 +26316,12 @@ shared/form/features/formLocaleDir.ts
|
|||
form/features/formLocaleDir.ts
|
||||
features/formLocaleDir.ts
|
||||
formLocaleDir.ts
|
||||
app/frontend/shared/form/features/defaultEmptyValue.ts
|
||||
frontend/shared/form/features/defaultEmptyValue.ts
|
||||
shared/form/features/defaultEmptyValue.ts
|
||||
form/features/defaultEmptyValue.ts
|
||||
features/defaultEmptyValue.ts
|
||||
defaultEmptyValue.ts
|
||||
app/frontend/shared/form/features/addOrRemoveMissingEntityObjectOption.ts
|
||||
frontend/shared/form/features/addOrRemoveMissingEntityObjectOption.ts
|
||||
shared/form/features/addOrRemoveMissingEntityObjectOption.ts
|
||||
|
|
@ -26309,6 +26334,12 @@ shared/form/features/addSubmitEvent.ts
|
|||
form/features/addSubmitEvent.ts
|
||||
features/addSubmitEvent.ts
|
||||
addSubmitEvent.ts
|
||||
app/frontend/shared/form/features/defaultEmptyValueArray.ts
|
||||
frontend/shared/form/features/defaultEmptyValueArray.ts
|
||||
shared/form/features/defaultEmptyValueArray.ts
|
||||
form/features/defaultEmptyValueArray.ts
|
||||
features/defaultEmptyValueArray.ts
|
||||
defaultEmptyValueArray.ts
|
||||
app/frontend/shared/form/features/defaultEmptyValueString.ts
|
||||
frontend/shared/form/features/defaultEmptyValueString.ts
|
||||
shared/form/features/defaultEmptyValueString.ts
|
||||
|
|
@ -67296,6 +67327,12 @@ ai/agent/type/ticket_group_dispatcher.rb
|
|||
agent/type/ticket_group_dispatcher.rb
|
||||
type/ticket_group_dispatcher.rb
|
||||
ticket_group_dispatcher.rb
|
||||
app/models/ai/agent/type/ticket_text_extractor.rb
|
||||
models/ai/agent/type/ticket_text_extractor.rb
|
||||
ai/agent/type/ticket_text_extractor.rb
|
||||
agent/type/ticket_text_extractor.rb
|
||||
type/ticket_text_extractor.rb
|
||||
ticket_text_extractor.rb
|
||||
app/models/ai/agent/type/concerns/has_object_attribute_list.rb
|
||||
models/ai/agent/type/concerns/has_object_attribute_list.rb
|
||||
ai/agent/type/concerns/has_object_attribute_list.rb
|
||||
|
|
|
|||
|
|
@ -1167,6 +1167,7 @@ lib/external_credential/base/channel_xoauth2.rb
|
|||
lib/external_credential/microsoft_base.rb
|
||||
tsconfig.base.json
|
||||
.git-hooks/pre_commit/eslint.rb
|
||||
.dev/updatecli.yaml
|
||||
.dev/rubocop/rubocop_zammad.rb
|
||||
.dev/rubocop/cop/zammad/forbid_loofah_fragment.rb
|
||||
.dev/rubocop/cop/zammad/update_copyright.rb
|
||||
|
|
@ -4884,6 +4885,7 @@ spec/models/concerns/can_csv_import_organization_examples.rb
|
|||
spec/models/concerns/has_optional_groups_examples.rb
|
||||
spec/models/concerns/has_collection_update_examples.rb
|
||||
spec/models/concerns/can_be_imported_examples.rb
|
||||
spec/models/concerns/perform_changes/action/attribute_updates_spec.rb
|
||||
spec/models/concerns/checks_core_workflow_examples.rb
|
||||
spec/models/concerns/has_object_manager_attributes_examples.rb
|
||||
spec/models/concerns/has_history_examples.rb
|
||||
|
|
@ -4953,6 +4955,7 @@ spec/models/ai/text_tool_spec.rb
|
|||
spec/models/ai/stored_results_spec.rb
|
||||
spec/models/ai/agent/type_spec.rb
|
||||
spec/models/ai/agent/type/ticket_group_dispatcher_spec.rb
|
||||
spec/models/ai/agent/type/ticket_text_extractor_spec.rb
|
||||
spec/models/ai/agent/type/ticket_categorizer_spec.rb
|
||||
spec/models/ai/analytics/run_spec.rb
|
||||
spec/models/ai/analytics/usage_spec.rb
|
||||
|
|
@ -5244,6 +5247,8 @@ eslint.config.ts
|
|||
browserlist
|
||||
pnpm-lock.yaml
|
||||
Rakefile
|
||||
.claude/hooks/lint-after-edit.sh
|
||||
.claude/settings.json
|
||||
Dockerfile
|
||||
.npmrc
|
||||
tsconfig.json
|
||||
|
|
@ -5598,8 +5603,10 @@ app/frontend/shared/form/features/__tests__/formUpdaterTrigger.spec.ts
|
|||
app/frontend/shared/form/features/__tests__/hideField.spec.ts
|
||||
app/frontend/shared/form/features/formUpdaterTrigger.ts
|
||||
app/frontend/shared/form/features/formLocaleDir.ts
|
||||
app/frontend/shared/form/features/defaultEmptyValue.ts
|
||||
app/frontend/shared/form/features/addOrRemoveMissingEntityObjectOption.ts
|
||||
app/frontend/shared/form/features/addSubmitEvent.ts
|
||||
app/frontend/shared/form/features/defaultEmptyValueArray.ts
|
||||
app/frontend/shared/form/features/defaultEmptyValueString.ts
|
||||
app/frontend/shared/form/features/translateWrapperProps.ts
|
||||
app/frontend/shared/form/features/setPopulatedOnWebkitAutofill.ts
|
||||
|
|
@ -11270,6 +11277,7 @@ app/models/ai/agent/type/ticket_title_rewriter.rb
|
|||
app/models/ai/agent/type/ticket_categorizer.rb
|
||||
app/models/ai/agent/type/ticket_prioritizer.rb
|
||||
app/models/ai/agent/type/ticket_group_dispatcher.rb
|
||||
app/models/ai/agent/type/ticket_text_extractor.rb
|
||||
app/models/ai/agent/type/concerns/has_object_attribute_list.rb
|
||||
app/models/ai/agent/type/custom_ai_agent.rb
|
||||
app/models/ai/agent.rb
|
||||
|
|
|
|||
|
|
@ -1589,10 +1589,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://de.wikipedia.org/robots.txt
|
||||
http://archive.org/robots.txt
|
||||
http://npr.org/robots.txt
|
||||
http://s3.amazonaws.com/robots.txt
|
||||
http://twitch.tv/robots.txt
|
||||
http://wa.me/robots.txt
|
||||
http://support.cloudflare.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -3462,7 +3462,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://facebook.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/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