mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-07 03:53:44 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
7e22b1ffe8
commit
686da3c1df
42 changed files with 8087 additions and 2736 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1776136433
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1775813863
|
||||
"last_update": 1776159647
|
||||
}
|
||||
}
|
||||
|
|
@ -1307,6 +1307,10 @@ packages/types/src/schema.ts
|
|||
types/src/schema.ts
|
||||
src/schema.ts
|
||||
schema.ts
|
||||
packages/types/src/server.ts
|
||||
types/src/server.ts
|
||||
src/server.ts
|
||||
server.ts
|
||||
packages/types/src/flows.ts
|
||||
types/src/flows.ts
|
||||
src/flows.ts
|
||||
|
|
@ -6770,6 +6774,11 @@ src/extensions/lib/get-extensions-settings.ts
|
|||
extensions/lib/get-extensions-settings.ts
|
||||
lib/get-extensions-settings.ts
|
||||
get-extensions-settings.ts
|
||||
api/src/extensions/lib/get-extensions-settings.test.ts
|
||||
src/extensions/lib/get-extensions-settings.test.ts
|
||||
extensions/lib/get-extensions-settings.test.ts
|
||||
lib/get-extensions-settings.test.ts
|
||||
get-extensions-settings.test.ts
|
||||
api/src/extensions/lib/sandbox/generate-host-function-reference.ts
|
||||
src/extensions/lib/sandbox/generate-host-function-reference.ts
|
||||
extensions/lib/sandbox/generate-host-function-reference.ts
|
||||
|
|
@ -7745,6 +7754,12 @@ ai/chat/constants/system-prompt.ts
|
|||
chat/constants/system-prompt.ts
|
||||
constants/system-prompt.ts
|
||||
system-prompt.ts
|
||||
api/src/ai/chat/models/object-request.ts
|
||||
src/ai/chat/models/object-request.ts
|
||||
ai/chat/models/object-request.ts
|
||||
chat/models/object-request.ts
|
||||
models/object-request.ts
|
||||
object-request.ts
|
||||
api/src/ai/chat/models/providers.ts
|
||||
src/ai/chat/models/providers.ts
|
||||
ai/chat/models/providers.ts
|
||||
|
|
@ -7775,12 +7790,24 @@ ai/chat/utils/format-context.ts
|
|||
chat/utils/format-context.ts
|
||||
utils/format-context.ts
|
||||
format-context.ts
|
||||
api/src/ai/chat/utils/zod-jsonschema7-parser.ts
|
||||
src/ai/chat/utils/zod-jsonschema7-parser.ts
|
||||
ai/chat/utils/zod-jsonschema7-parser.ts
|
||||
chat/utils/zod-jsonschema7-parser.ts
|
||||
utils/zod-jsonschema7-parser.ts
|
||||
zod-jsonschema7-parser.ts
|
||||
api/src/ai/chat/utils/chat-request-tool-to-ai-sdk-tool.ts
|
||||
src/ai/chat/utils/chat-request-tool-to-ai-sdk-tool.ts
|
||||
ai/chat/utils/chat-request-tool-to-ai-sdk-tool.ts
|
||||
chat/utils/chat-request-tool-to-ai-sdk-tool.ts
|
||||
utils/chat-request-tool-to-ai-sdk-tool.ts
|
||||
chat-request-tool-to-ai-sdk-tool.ts
|
||||
api/src/ai/chat/utils/add-additional-properties-to-json-schema.test.ts
|
||||
src/ai/chat/utils/add-additional-properties-to-json-schema.test.ts
|
||||
ai/chat/utils/add-additional-properties-to-json-schema.test.ts
|
||||
chat/utils/add-additional-properties-to-json-schema.test.ts
|
||||
utils/add-additional-properties-to-json-schema.test.ts
|
||||
add-additional-properties-to-json-schema.test.ts
|
||||
api/src/ai/chat/utils/format-context.test.ts
|
||||
src/ai/chat/utils/format-context.test.ts
|
||||
ai/chat/utils/format-context.test.ts
|
||||
|
|
@ -7799,6 +7826,12 @@ ai/chat/utils/parse-json-schema-7.test.ts
|
|||
chat/utils/parse-json-schema-7.test.ts
|
||||
utils/parse-json-schema-7.test.ts
|
||||
parse-json-schema-7.test.ts
|
||||
api/src/ai/chat/utils/add-additional-properties-to-json-schema.ts
|
||||
src/ai/chat/utils/add-additional-properties-to-json-schema.ts
|
||||
ai/chat/utils/add-additional-properties-to-json-schema.ts
|
||||
chat/utils/add-additional-properties-to-json-schema.ts
|
||||
utils/add-additional-properties-to-json-schema.ts
|
||||
add-additional-properties-to-json-schema.ts
|
||||
api/src/ai/chat/utils/fix-error-tool-calls.test.ts
|
||||
src/ai/chat/utils/fix-error-tool-calls.test.ts
|
||||
ai/chat/utils/fix-error-tool-calls.test.ts
|
||||
|
|
@ -7822,6 +7855,18 @@ ai/chat/controllers/chat.post.test.ts
|
|||
chat/controllers/chat.post.test.ts
|
||||
controllers/chat.post.test.ts
|
||||
chat.post.test.ts
|
||||
api/src/ai/chat/controllers/object.post.test.ts
|
||||
src/ai/chat/controllers/object.post.test.ts
|
||||
ai/chat/controllers/object.post.test.ts
|
||||
chat/controllers/object.post.test.ts
|
||||
controllers/object.post.test.ts
|
||||
object.post.test.ts
|
||||
api/src/ai/chat/controllers/object.post.ts
|
||||
src/ai/chat/controllers/object.post.ts
|
||||
ai/chat/controllers/object.post.ts
|
||||
chat/controllers/object.post.ts
|
||||
controllers/object.post.ts
|
||||
object.post.ts
|
||||
api/src/ai/chat/middleware/load-settings.test.ts
|
||||
src/ai/chat/middleware/load-settings.test.ts
|
||||
ai/chat/middleware/load-settings.test.ts
|
||||
|
|
@ -8535,6 +8580,10 @@ api/src/utils/get-module-default.ts
|
|||
src/utils/get-module-default.ts
|
||||
utils/get-module-default.ts
|
||||
get-module-default.ts
|
||||
api/src/utils/is-unauthenticated.test.ts
|
||||
src/utils/is-unauthenticated.test.ts
|
||||
utils/is-unauthenticated.test.ts
|
||||
is-unauthenticated.test.ts
|
||||
api/src/utils/get-field-relational-depth.test.ts
|
||||
src/utils/get-field-relational-depth.test.ts
|
||||
utils/get-field-relational-depth.test.ts
|
||||
|
|
@ -8649,6 +8698,10 @@ api/src/utils/is-url-allowed.ts
|
|||
src/utils/is-url-allowed.ts
|
||||
utils/is-url-allowed.ts
|
||||
is-url-allowed.ts
|
||||
api/src/utils/is-unauthenticated.ts
|
||||
src/utils/is-unauthenticated.ts
|
||||
utils/is-unauthenticated.ts
|
||||
is-unauthenticated.ts
|
||||
api/src/utils/generate-hash.ts
|
||||
src/utils/generate-hash.ts
|
||||
utils/generate-hash.ts
|
||||
|
|
@ -9764,14 +9817,30 @@ Dockerfile
|
|||
cla.md
|
||||
pnpm-workspace.yaml
|
||||
pnpm-lock.yaml
|
||||
.changeset/polite-colts-glow.md
|
||||
polite-colts-glow.md
|
||||
.changeset/many-facts-film.md
|
||||
many-facts-film.md
|
||||
.changeset/ready-ghosts-call.md
|
||||
ready-ghosts-call.md
|
||||
.changeset/shaggy-news-check.md
|
||||
shaggy-news-check.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/funny-jobs-drop.md
|
||||
funny-jobs-drop.md
|
||||
.changeset/strong-dolls-rescue.md
|
||||
strong-dolls-rescue.md
|
||||
.changeset/goofy-eels-smile.md
|
||||
goofy-eels-smile.md
|
||||
.changeset/tiny-humans-sit.md
|
||||
tiny-humans-sit.md
|
||||
.changeset/old-chairs-end.md
|
||||
old-chairs-end.md
|
||||
.changeset/moody-papers-help.md
|
||||
moody-papers-help.md
|
||||
.changeset/three-emus-admire.md
|
||||
three-emus-admire.md
|
||||
AGENTS.md
|
||||
security.md
|
||||
.vscode/extensions.json
|
||||
|
|
|
|||
|
|
@ -236,6 +236,7 @@ packages/types/src/comments.ts
|
|||
packages/types/src/index.ts
|
||||
packages/types/src/users.ts
|
||||
packages/types/src/schema.ts
|
||||
packages/types/src/server.ts
|
||||
packages/types/src/flows.ts
|
||||
packages/types/src/misc.ts
|
||||
packages/types/src/storage.ts
|
||||
|
|
@ -1342,6 +1343,7 @@ api/src/storage/index.test.ts
|
|||
api/src/storage/register-locations.ts
|
||||
api/src/storage/register-locations.test.ts
|
||||
api/src/extensions/lib/get-extensions-settings.ts
|
||||
api/src/extensions/lib/get-extensions-settings.test.ts
|
||||
api/src/extensions/lib/sandbox/generate-host-function-reference.ts
|
||||
api/src/extensions/lib/sandbox/register/operation.ts
|
||||
api/src/extensions/lib/sandbox/register/index.ts
|
||||
|
|
@ -1519,19 +1521,25 @@ api/src/ai/chat/lib/create-ui-stream.ts
|
|||
api/src/ai/chat/lib/transform-file-parts.test.ts
|
||||
api/src/ai/chat/lib/transform-file-parts.ts
|
||||
api/src/ai/chat/constants/system-prompt.ts
|
||||
api/src/ai/chat/models/object-request.ts
|
||||
api/src/ai/chat/models/providers.ts
|
||||
api/src/ai/chat/models/chat-request.ts
|
||||
api/src/ai/chat/utils/parse-json-schema-7.ts
|
||||
api/src/ai/chat/utils/fix-error-tool-calls.ts
|
||||
api/src/ai/chat/utils/format-context.ts
|
||||
api/src/ai/chat/utils/zod-jsonschema7-parser.ts
|
||||
api/src/ai/chat/utils/chat-request-tool-to-ai-sdk-tool.ts
|
||||
api/src/ai/chat/utils/add-additional-properties-to-json-schema.test.ts
|
||||
api/src/ai/chat/utils/format-context.test.ts
|
||||
api/src/ai/chat/utils/chat-request-tool-to-ai-sdk-tool.test.ts
|
||||
api/src/ai/chat/utils/parse-json-schema-7.test.ts
|
||||
api/src/ai/chat/utils/add-additional-properties-to-json-schema.ts
|
||||
api/src/ai/chat/utils/fix-error-tool-calls.test.ts
|
||||
api/src/ai/chat/router.ts
|
||||
api/src/ai/chat/controllers/chat.post.ts
|
||||
api/src/ai/chat/controllers/chat.post.test.ts
|
||||
api/src/ai/chat/controllers/object.post.test.ts
|
||||
api/src/ai/chat/controllers/object.post.ts
|
||||
api/src/ai/chat/middleware/load-settings.test.ts
|
||||
api/src/ai/chat/middleware/load-settings.ts
|
||||
api/src/telemetry/lib/track.test.ts
|
||||
|
|
@ -1697,6 +1705,7 @@ api/src/utils/get-secret.ts
|
|||
api/src/utils/get-column-path.ts
|
||||
api/src/utils/is-directus-jwt.test.ts
|
||||
api/src/utils/get-module-default.ts
|
||||
api/src/utils/is-unauthenticated.test.ts
|
||||
api/src/utils/get-field-relational-depth.test.ts
|
||||
api/src/utils/compress.ts
|
||||
api/src/utils/get-config-from-env.test.ts
|
||||
|
|
@ -1724,6 +1733,7 @@ api/src/utils/get-snapshot-diff.ts
|
|||
api/src/utils/get-default-value.ts
|
||||
api/src/utils/get-snapshot-diff.test.ts
|
||||
api/src/utils/is-url-allowed.ts
|
||||
api/src/utils/is-unauthenticated.ts
|
||||
api/src/utils/generate-hash.ts
|
||||
api/src/utils/reduce-schema.ts
|
||||
api/src/rate-limiter.ts
|
||||
|
|
@ -1984,10 +1994,18 @@ Dockerfile
|
|||
cla.md
|
||||
pnpm-workspace.yaml
|
||||
pnpm-lock.yaml
|
||||
.changeset/polite-colts-glow.md
|
||||
.changeset/many-facts-film.md
|
||||
.changeset/ready-ghosts-call.md
|
||||
.changeset/shaggy-news-check.md
|
||||
.changeset/config.json
|
||||
.changeset/funny-jobs-drop.md
|
||||
.changeset/strong-dolls-rescue.md
|
||||
.changeset/goofy-eels-smile.md
|
||||
.changeset/tiny-humans-sit.md
|
||||
.changeset/old-chairs-end.md
|
||||
.changeset/moody-papers-help.md
|
||||
.changeset/three-emus-admire.md
|
||||
AGENTS.md
|
||||
security.md
|
||||
.vscode/extensions.json
|
||||
|
|
|
|||
|
|
@ -4543,6 +4543,11 @@ install/mysql/data/llx_c_type_container-website.sql
|
|||
mysql/data/llx_c_type_container-website.sql
|
||||
data/llx_c_type_container-website.sql
|
||||
llx_c_type_container-website.sql
|
||||
htdocs/install/mysql/data/llx_accounting_account_nc.sql
|
||||
install/mysql/data/llx_accounting_account_nc.sql
|
||||
mysql/data/llx_accounting_account_nc.sql
|
||||
data/llx_accounting_account_nc.sql
|
||||
llx_accounting_account_nc.sql
|
||||
htdocs/install/mysql/data/llx_accounting_category-accounting.sql
|
||||
install/mysql/data/llx_accounting_category-accounting.sql
|
||||
mysql/data/llx_accounting_category-accounting.sql
|
||||
|
|
|
|||
|
|
@ -1058,6 +1058,7 @@ htdocs/install/mysql/data/llx_c_chargesociales.sql
|
|||
htdocs/install/mysql/data/llx_c_currencies.sql
|
||||
htdocs/install/mysql/data/llx_c_effectif.sql
|
||||
htdocs/install/mysql/data/llx_c_type_container-website.sql
|
||||
htdocs/install/mysql/data/llx_accounting_account_nc.sql
|
||||
htdocs/install/mysql/data/llx_accounting_category-accounting.sql
|
||||
htdocs/install/mysql/data/llx_c_shipment_mode.sql
|
||||
htdocs/install/mysql/data/llx_c_format_cards.sql
|
||||
|
|
|
|||
|
|
@ -5257,6 +5257,13 @@ Core/Entity/Attribute/EntityType.php
|
|||
Entity/Attribute/EntityType.php
|
||||
Attribute/EntityType.php
|
||||
EntityType.php
|
||||
core/lib/Drupal/Core/Entity/Attribute/Bundle.php
|
||||
lib/Drupal/Core/Entity/Attribute/Bundle.php
|
||||
Drupal/Core/Entity/Attribute/Bundle.php
|
||||
Core/Entity/Attribute/Bundle.php
|
||||
Entity/Attribute/Bundle.php
|
||||
Attribute/Bundle.php
|
||||
Bundle.php
|
||||
core/lib/Drupal/Core/Entity/Attribute/ConfigEntityType.php
|
||||
lib/Drupal/Core/Entity/Attribute/ConfigEntityType.php
|
||||
Drupal/Core/Entity/Attribute/ConfigEntityType.php
|
||||
|
|
@ -65014,13 +65021,6 @@ src/Functional/Views/BulkFormAccessTest.php
|
|||
Functional/Views/BulkFormAccessTest.php
|
||||
Views/BulkFormAccessTest.php
|
||||
BulkFormAccessTest.php
|
||||
core/modules/node/tests/src/Kernel/NodeSearchTest.php
|
||||
modules/node/tests/src/Kernel/NodeSearchTest.php
|
||||
node/tests/src/Kernel/NodeSearchTest.php
|
||||
tests/src/Kernel/NodeSearchTest.php
|
||||
src/Kernel/NodeSearchTest.php
|
||||
Kernel/NodeSearchTest.php
|
||||
NodeSearchTest.php
|
||||
core/modules/node/tests/src/Kernel/NodeListBuilderTest.php
|
||||
modules/node/tests/src/Kernel/NodeListBuilderTest.php
|
||||
node/tests/src/Kernel/NodeListBuilderTest.php
|
||||
|
|
@ -72565,6 +72565,20 @@ tests/fixtures/update/uninstall-history.php
|
|||
fixtures/update/uninstall-history.php
|
||||
update/uninstall-history.php
|
||||
uninstall-history.php
|
||||
core/modules/system/tests/fixtures/update/drupal-11.3.0.bare.standard.php.gz
|
||||
modules/system/tests/fixtures/update/drupal-11.3.0.bare.standard.php.gz
|
||||
system/tests/fixtures/update/drupal-11.3.0.bare.standard.php.gz
|
||||
tests/fixtures/update/drupal-11.3.0.bare.standard.php.gz
|
||||
fixtures/update/drupal-11.3.0.bare.standard.php.gz
|
||||
update/drupal-11.3.0.bare.standard.php.gz
|
||||
drupal-11.3.0.bare.standard.php.gz
|
||||
core/modules/system/tests/fixtures/update/drupal-11.3.0.filled.standard.php.gz
|
||||
modules/system/tests/fixtures/update/drupal-11.3.0.filled.standard.php.gz
|
||||
system/tests/fixtures/update/drupal-11.3.0.filled.standard.php.gz
|
||||
tests/fixtures/update/drupal-11.3.0.filled.standard.php.gz
|
||||
fixtures/update/drupal-11.3.0.filled.standard.php.gz
|
||||
update/drupal-11.3.0.filled.standard.php.gz
|
||||
drupal-11.3.0.filled.standard.php.gz
|
||||
core/modules/system/tests/fixtures/update/remove-description-from-user-register-form-mode.php
|
||||
modules/system/tests/fixtures/update/remove-description-from-user-register-form-mode.php
|
||||
system/tests/fixtures/update/remove-description-from-user-register-form-mode.php
|
||||
|
|
@ -76554,6 +76568,77 @@ tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.info.yml
|
|||
modules/sdc_other_node_visitor/sdc_other_node_visitor.info.yml
|
||||
sdc_other_node_visitor/sdc_other_node_visitor.info.yml
|
||||
sdc_other_node_visitor.info.yml
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassA.php
|
||||
modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassA.php
|
||||
system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassA.php
|
||||
tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassA.php
|
||||
modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassA.php
|
||||
entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassA.php
|
||||
src/Entity/EntityTestBundleClassA.php
|
||||
Entity/EntityTestBundleClassA.php
|
||||
EntityTestBundleClassA.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassB.php
|
||||
modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassB.php
|
||||
system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassB.php
|
||||
tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassB.php
|
||||
modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassB.php
|
||||
entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassB.php
|
||||
src/Entity/EntityTestBundleClassB.php
|
||||
Entity/EntityTestBundleClassB.php
|
||||
EntityTestBundleClassB.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideA.php
|
||||
modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideA.php
|
||||
system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideA.php
|
||||
tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideA.php
|
||||
modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideA.php
|
||||
entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideA.php
|
||||
src/Entity/EntityTestBundleClassOverrideA.php
|
||||
Entity/EntityTestBundleClassOverrideA.php
|
||||
EntityTestBundleClassOverrideA.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/Subdir/EntityTestSubdirBundleClass.php
|
||||
modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/Subdir/EntityTestSubdirBundleClass.php
|
||||
system/tests/modules/entity_test_attribute_bundle_class/src/Entity/Subdir/EntityTestSubdirBundleClass.php
|
||||
tests/modules/entity_test_attribute_bundle_class/src/Entity/Subdir/EntityTestSubdirBundleClass.php
|
||||
modules/entity_test_attribute_bundle_class/src/Entity/Subdir/EntityTestSubdirBundleClass.php
|
||||
entity_test_attribute_bundle_class/src/Entity/Subdir/EntityTestSubdirBundleClass.php
|
||||
src/Entity/Subdir/EntityTestSubdirBundleClass.php
|
||||
Entity/Subdir/EntityTestSubdirBundleClass.php
|
||||
Subdir/EntityTestSubdirBundleClass.php
|
||||
EntityTestSubdirBundleClass.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestWithBundleTypeNewBundle.php
|
||||
modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestWithBundleTypeNewBundle.php
|
||||
system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestWithBundleTypeNewBundle.php
|
||||
tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestWithBundleTypeNewBundle.php
|
||||
modules/entity_test_attribute_bundle_class/src/Entity/EntityTestWithBundleTypeNewBundle.php
|
||||
entity_test_attribute_bundle_class/src/Entity/EntityTestWithBundleTypeNewBundle.php
|
||||
src/Entity/EntityTestWithBundleTypeNewBundle.php
|
||||
Entity/EntityTestWithBundleTypeNewBundle.php
|
||||
EntityTestWithBundleTypeNewBundle.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideB.php
|
||||
modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideB.php
|
||||
system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideB.php
|
||||
tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideB.php
|
||||
modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideB.php
|
||||
entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideB.php
|
||||
src/Entity/EntityTestBundleClassOverrideB.php
|
||||
Entity/EntityTestBundleClassOverrideB.php
|
||||
EntityTestBundleClassOverrideB.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Hook/EntityTestAttributeBundleClassHooks.php
|
||||
modules/system/tests/modules/entity_test_attribute_bundle_class/src/Hook/EntityTestAttributeBundleClassHooks.php
|
||||
system/tests/modules/entity_test_attribute_bundle_class/src/Hook/EntityTestAttributeBundleClassHooks.php
|
||||
tests/modules/entity_test_attribute_bundle_class/src/Hook/EntityTestAttributeBundleClassHooks.php
|
||||
modules/entity_test_attribute_bundle_class/src/Hook/EntityTestAttributeBundleClassHooks.php
|
||||
entity_test_attribute_bundle_class/src/Hook/EntityTestAttributeBundleClassHooks.php
|
||||
src/Hook/EntityTestAttributeBundleClassHooks.php
|
||||
Hook/EntityTestAttributeBundleClassHooks.php
|
||||
EntityTestAttributeBundleClassHooks.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/entity_test_attribute_bundle_class.info.yml
|
||||
modules/system/tests/modules/entity_test_attribute_bundle_class/entity_test_attribute_bundle_class.info.yml
|
||||
system/tests/modules/entity_test_attribute_bundle_class/entity_test_attribute_bundle_class.info.yml
|
||||
tests/modules/entity_test_attribute_bundle_class/entity_test_attribute_bundle_class.info.yml
|
||||
modules/entity_test_attribute_bundle_class/entity_test_attribute_bundle_class.info.yml
|
||||
entity_test_attribute_bundle_class/entity_test_attribute_bundle_class.info.yml
|
||||
entity_test_attribute_bundle_class.info.yml
|
||||
core/modules/system/tests/modules/generic_module2_test/generic_module2_test.info.yml
|
||||
modules/system/tests/modules/generic_module2_test/generic_module2_test.info.yml
|
||||
system/tests/modules/generic_module2_test/generic_module2_test.info.yml
|
||||
|
|
@ -86389,6 +86474,13 @@ tests/src/Functional/SearchAdvancedSearchFormTest.php
|
|||
src/Functional/SearchAdvancedSearchFormTest.php
|
||||
Functional/SearchAdvancedSearchFormTest.php
|
||||
SearchAdvancedSearchFormTest.php
|
||||
core/modules/search/tests/src/Functional/SearchNodeTranslationUITest.php
|
||||
modules/search/tests/src/Functional/SearchNodeTranslationUITest.php
|
||||
search/tests/src/Functional/SearchNodeTranslationUITest.php
|
||||
tests/src/Functional/SearchNodeTranslationUITest.php
|
||||
src/Functional/SearchNodeTranslationUITest.php
|
||||
Functional/SearchNodeTranslationUITest.php
|
||||
SearchNodeTranslationUITest.php
|
||||
core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
|
||||
modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
|
||||
search/tests/src/Functional/SearchPreprocessLangcodeTest.php
|
||||
|
|
@ -86410,6 +86502,22 @@ tests/src/Functional/SearchBlockTest.php
|
|||
src/Functional/SearchBlockTest.php
|
||||
Functional/SearchBlockTest.php
|
||||
SearchBlockTest.php
|
||||
core/modules/search/tests/src/Functional/views/ViewsIntegrationTest.php
|
||||
modules/search/tests/src/Functional/views/ViewsIntegrationTest.php
|
||||
search/tests/src/Functional/views/ViewsIntegrationTest.php
|
||||
tests/src/Functional/views/ViewsIntegrationTest.php
|
||||
src/Functional/views/ViewsIntegrationTest.php
|
||||
Functional/views/ViewsIntegrationTest.php
|
||||
views/ViewsIntegrationTest.php
|
||||
ViewsIntegrationTest.php
|
||||
core/modules/search/tests/src/Functional/views/ViewsMultilingualTest.php
|
||||
modules/search/tests/src/Functional/views/ViewsMultilingualTest.php
|
||||
search/tests/src/Functional/views/ViewsMultilingualTest.php
|
||||
tests/src/Functional/views/ViewsMultilingualTest.php
|
||||
src/Functional/views/ViewsMultilingualTest.php
|
||||
Functional/views/ViewsMultilingualTest.php
|
||||
views/ViewsMultilingualTest.php
|
||||
ViewsMultilingualTest.php
|
||||
core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
|
||||
modules/search/tests/src/Functional/SearchEmbedFormTest.php
|
||||
search/tests/src/Functional/SearchEmbedFormTest.php
|
||||
|
|
@ -86445,6 +86553,13 @@ tests/src/Kernel/SearchMatchTest.php
|
|||
src/Kernel/SearchMatchTest.php
|
||||
Kernel/SearchMatchTest.php
|
||||
SearchMatchTest.php
|
||||
core/modules/search/tests/src/Kernel/SearchEntityOperationsCacheabilityTest.php
|
||||
modules/search/tests/src/Kernel/SearchEntityOperationsCacheabilityTest.php
|
||||
search/tests/src/Kernel/SearchEntityOperationsCacheabilityTest.php
|
||||
tests/src/Kernel/SearchEntityOperationsCacheabilityTest.php
|
||||
src/Kernel/SearchEntityOperationsCacheabilityTest.php
|
||||
Kernel/SearchEntityOperationsCacheabilityTest.php
|
||||
SearchEntityOperationsCacheabilityTest.php
|
||||
core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php
|
||||
modules/search/tests/src/Kernel/SearchTextProcessorTest.php
|
||||
search/tests/src/Kernel/SearchTextProcessorTest.php
|
||||
|
|
@ -86452,6 +86567,14 @@ tests/src/Kernel/SearchTextProcessorTest.php
|
|||
src/Kernel/SearchTextProcessorTest.php
|
||||
Kernel/SearchTextProcessorTest.php
|
||||
SearchTextProcessorTest.php
|
||||
core/modules/search/tests/src/Kernel/node/NodeSearchTest.php
|
||||
modules/search/tests/src/Kernel/node/NodeSearchTest.php
|
||||
search/tests/src/Kernel/node/NodeSearchTest.php
|
||||
tests/src/Kernel/node/NodeSearchTest.php
|
||||
src/Kernel/node/NodeSearchTest.php
|
||||
Kernel/node/NodeSearchTest.php
|
||||
node/NodeSearchTest.php
|
||||
NodeSearchTest.php
|
||||
core/modules/search/tests/src/Kernel/SearchPageValidationTest.php
|
||||
modules/search/tests/src/Kernel/SearchPageValidationTest.php
|
||||
search/tests/src/Kernel/SearchPageValidationTest.php
|
||||
|
|
@ -87842,16 +87965,6 @@ tests/src/Kernel/MenuLinksTest.php
|
|||
src/Kernel/MenuLinksTest.php
|
||||
Kernel/MenuLinksTest.php
|
||||
MenuLinksTest.php
|
||||
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php
|
||||
modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php
|
||||
menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php
|
||||
tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php
|
||||
src/Kernel/Plugin/migrate/process/LinkUriTest.php
|
||||
Kernel/Plugin/migrate/process/LinkUriTest.php
|
||||
Plugin/migrate/process/LinkUriTest.php
|
||||
migrate/process/LinkUriTest.php
|
||||
process/LinkUriTest.php
|
||||
LinkUriTest.php
|
||||
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php
|
||||
modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php
|
||||
menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php
|
||||
|
|
@ -100703,6 +100816,30 @@ locale/src/EventSubscriber/ConfigSubscriber.php
|
|||
src/EventSubscriber/ConfigSubscriber.php
|
||||
EventSubscriber/ConfigSubscriber.php
|
||||
ConfigSubscriber.php
|
||||
core/modules/locale/src/File/LocaleFile.php
|
||||
modules/locale/src/File/LocaleFile.php
|
||||
locale/src/File/LocaleFile.php
|
||||
src/File/LocaleFile.php
|
||||
File/LocaleFile.php
|
||||
LocaleFile.php
|
||||
core/modules/locale/src/File/LocaleFileManager.php
|
||||
modules/locale/src/File/LocaleFileManager.php
|
||||
locale/src/File/LocaleFileManager.php
|
||||
src/File/LocaleFileManager.php
|
||||
File/LocaleFileManager.php
|
||||
LocaleFileManager.php
|
||||
core/modules/locale/src/File/RemoteFileInfo.php
|
||||
modules/locale/src/File/RemoteFileInfo.php
|
||||
locale/src/File/RemoteFileInfo.php
|
||||
src/File/RemoteFileInfo.php
|
||||
File/RemoteFileInfo.php
|
||||
RemoteFileInfo.php
|
||||
core/modules/locale/src/File/RemoteFileStatus.php
|
||||
modules/locale/src/File/RemoteFileStatus.php
|
||||
locale/src/File/RemoteFileStatus.php
|
||||
src/File/RemoteFileStatus.php
|
||||
File/RemoteFileStatus.php
|
||||
RemoteFileStatus.php
|
||||
core/modules/locale/src/LocaleConfigManager.php
|
||||
modules/locale/src/LocaleConfigManager.php
|
||||
locale/src/LocaleConfigManager.php
|
||||
|
|
@ -102511,6 +102648,14 @@ Plugin/migrate/process/Substr.php
|
|||
migrate/process/Substr.php
|
||||
process/Substr.php
|
||||
Substr.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/LinkUri.php
|
||||
modules/migrate/src/Plugin/migrate/process/LinkUri.php
|
||||
migrate/src/Plugin/migrate/process/LinkUri.php
|
||||
src/Plugin/migrate/process/LinkUri.php
|
||||
Plugin/migrate/process/LinkUri.php
|
||||
migrate/process/LinkUri.php
|
||||
process/LinkUri.php
|
||||
LinkUri.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php
|
||||
modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php
|
||||
migrate/src/Plugin/migrate/process/SkipOnEmpty.php
|
||||
|
|
@ -102575,6 +102720,14 @@ Plugin/migrate/process/Log.php
|
|||
migrate/process/Log.php
|
||||
process/Log.php
|
||||
Log.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/LinkOptions.php
|
||||
modules/migrate/src/Plugin/migrate/process/LinkOptions.php
|
||||
migrate/src/Plugin/migrate/process/LinkOptions.php
|
||||
src/Plugin/migrate/process/LinkOptions.php
|
||||
Plugin/migrate/process/LinkOptions.php
|
||||
migrate/process/LinkOptions.php
|
||||
process/LinkOptions.php
|
||||
LinkOptions.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/Flatten.php
|
||||
modules/migrate/src/Plugin/migrate/process/Flatten.php
|
||||
migrate/src/Plugin/migrate/process/Flatten.php
|
||||
|
|
@ -102607,6 +102760,14 @@ Plugin/migrate/process/Extract.php
|
|||
migrate/process/Extract.php
|
||||
process/Extract.php
|
||||
Extract.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/UserLangcode.php
|
||||
modules/migrate/src/Plugin/migrate/process/UserLangcode.php
|
||||
migrate/src/Plugin/migrate/process/UserLangcode.php
|
||||
src/Plugin/migrate/process/UserLangcode.php
|
||||
Plugin/migrate/process/UserLangcode.php
|
||||
migrate/process/UserLangcode.php
|
||||
process/UserLangcode.php
|
||||
UserLangcode.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php
|
||||
modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php
|
||||
migrate/src/Plugin/migrate/process/MenuLinkParent.php
|
||||
|
|
@ -102687,6 +102848,14 @@ Plugin/migrate/process/StaticMap.php
|
|||
migrate/process/StaticMap.php
|
||||
process/StaticMap.php
|
||||
StaticMap.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/TimeZone.php
|
||||
modules/migrate/src/Plugin/migrate/process/TimeZone.php
|
||||
migrate/src/Plugin/migrate/process/TimeZone.php
|
||||
src/Plugin/migrate/process/TimeZone.php
|
||||
Plugin/migrate/process/TimeZone.php
|
||||
migrate/process/TimeZone.php
|
||||
process/TimeZone.php
|
||||
TimeZone.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/FormatDate.php
|
||||
modules/migrate/src/Plugin/migrate/process/FormatDate.php
|
||||
migrate/src/Plugin/migrate/process/FormatDate.php
|
||||
|
|
@ -103123,6 +103292,14 @@ src/Kernel/process/ExtractTest.php
|
|||
Kernel/process/ExtractTest.php
|
||||
process/ExtractTest.php
|
||||
ExtractTest.php
|
||||
core/modules/migrate/tests/src/Kernel/process/LinkUriTest.php
|
||||
modules/migrate/tests/src/Kernel/process/LinkUriTest.php
|
||||
migrate/tests/src/Kernel/process/LinkUriTest.php
|
||||
tests/src/Kernel/process/LinkUriTest.php
|
||||
src/Kernel/process/LinkUriTest.php
|
||||
Kernel/process/LinkUriTest.php
|
||||
process/LinkUriTest.php
|
||||
LinkUriTest.php
|
||||
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
|
||||
modules/migrate/tests/src/Kernel/process/FileCopyTest.php
|
||||
migrate/tests/src/Kernel/process/FileCopyTest.php
|
||||
|
|
@ -108303,13 +108480,6 @@ tests/src/Traits/ViewsLoggerTestTrait.php
|
|||
src/Traits/ViewsLoggerTestTrait.php
|
||||
Traits/ViewsLoggerTestTrait.php
|
||||
ViewsLoggerTestTrait.php
|
||||
core/modules/views/tests/src/Functional/SearchIntegrationTest.php
|
||||
modules/views/tests/src/Functional/SearchIntegrationTest.php
|
||||
views/tests/src/Functional/SearchIntegrationTest.php
|
||||
tests/src/Functional/SearchIntegrationTest.php
|
||||
src/Functional/SearchIntegrationTest.php
|
||||
Functional/SearchIntegrationTest.php
|
||||
SearchIntegrationTest.php
|
||||
core/modules/views/tests/src/Functional/RenderCacheWebTest.php
|
||||
modules/views/tests/src/Functional/RenderCacheWebTest.php
|
||||
views/tests/src/Functional/RenderCacheWebTest.php
|
||||
|
|
@ -108587,13 +108757,6 @@ tests/src/Functional/ViewStyleHtmlListTest.php
|
|||
src/Functional/ViewStyleHtmlListTest.php
|
||||
Functional/ViewStyleHtmlListTest.php
|
||||
ViewStyleHtmlListTest.php
|
||||
core/modules/views/tests/src/Functional/SearchMultilingualTest.php
|
||||
modules/views/tests/src/Functional/SearchMultilingualTest.php
|
||||
views/tests/src/Functional/SearchMultilingualTest.php
|
||||
tests/src/Functional/SearchMultilingualTest.php
|
||||
src/Functional/SearchMultilingualTest.php
|
||||
Functional/SearchMultilingualTest.php
|
||||
SearchMultilingualTest.php
|
||||
core/modules/views/tests/src/Functional/ViewElementTest.php
|
||||
modules/views/tests/src/Functional/ViewElementTest.php
|
||||
views/tests/src/Functional/ViewElementTest.php
|
||||
|
|
@ -124663,6 +124826,13 @@ KernelTests/Core/Database/MergeTest.php
|
|||
Core/Database/MergeTest.php
|
||||
Database/MergeTest.php
|
||||
MergeTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/SelectGetRangeTest.php
|
||||
tests/Drupal/KernelTests/Core/Database/SelectGetRangeTest.php
|
||||
Drupal/KernelTests/Core/Database/SelectGetRangeTest.php
|
||||
KernelTests/Core/Database/SelectGetRangeTest.php
|
||||
Core/Database/SelectGetRangeTest.php
|
||||
Database/SelectGetRangeTest.php
|
||||
SelectGetRangeTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php
|
||||
tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php
|
||||
Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php
|
||||
|
|
|
|||
|
|
@ -846,6 +846,7 @@ core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
|
|||
core/lib/Drupal/Core/Entity/Attribute/ContentEntityType.php
|
||||
core/lib/Drupal/Core/Entity/Attribute/EntityReferenceSelection.php
|
||||
core/lib/Drupal/Core/Entity/Attribute/EntityType.php
|
||||
core/lib/Drupal/Core/Entity/Attribute/Bundle.php
|
||||
core/lib/Drupal/Core/Entity/Attribute/ConfigEntityType.php
|
||||
core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php
|
||||
core/lib/Drupal/Core/Entity/Controller/EntityController.php
|
||||
|
|
@ -9714,7 +9715,6 @@ core/modules/node/tests/src/Functional/Views/BulkFormTest.php
|
|||
core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php
|
||||
core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php
|
||||
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
|
||||
core/modules/node/tests/src/Kernel/NodeSearchTest.php
|
||||
core/modules/node/tests/src/Kernel/NodeListBuilderTest.php
|
||||
core/modules/node/tests/src/Kernel/NodeAliasedRouteTest.php
|
||||
core/modules/node/tests/src/Kernel/NodeAccessRecordsTest.php
|
||||
|
|
@ -10787,6 +10787,8 @@ core/modules/system/tests/fixtures/update/uninstall-contact.php
|
|||
core/modules/system/tests/fixtures/update/uninstall-ban.php
|
||||
core/modules/system/tests/fixtures/update/drupal-10.3.0.bare.standard.php.gz
|
||||
core/modules/system/tests/fixtures/update/uninstall-history.php
|
||||
core/modules/system/tests/fixtures/update/drupal-11.3.0.bare.standard.php.gz
|
||||
core/modules/system/tests/fixtures/update/drupal-11.3.0.filled.standard.php.gz
|
||||
core/modules/system/tests/fixtures/update/remove-description-from-user-register-form-mode.php
|
||||
core/modules/system/tests/fixtures/update/drupal-10.3.0.filled.standard.php.gz
|
||||
core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php
|
||||
|
|
@ -11285,6 +11287,14 @@ core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/Leave
|
|||
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php
|
||||
core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml
|
||||
core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.info.yml
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassA.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassB.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideA.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/Subdir/EntityTestSubdirBundleClass.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestWithBundleTypeNewBundle.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassOverrideB.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Hook/EntityTestAttributeBundleClassHooks.php
|
||||
core/modules/system/tests/modules/entity_test_attribute_bundle_class/entity_test_attribute_bundle_class.info.yml
|
||||
core/modules/system/tests/modules/generic_module2_test/generic_module2_test.info.yml
|
||||
core/modules/system/tests/modules/update_test_failing/update_test_failing.info.yml
|
||||
core/modules/system/tests/modules/update_test_failing/update_test_failing.post_update.php
|
||||
|
|
@ -12503,15 +12513,20 @@ core/modules/search/tests/src/Functional/SearchNodeDiacriticsTest.php
|
|||
core/modules/search/tests/src/Functional/Jsonapi/SearchPageTest.php
|
||||
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php
|
||||
core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php
|
||||
core/modules/search/tests/src/Functional/SearchNodeTranslationUITest.php
|
||||
core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
|
||||
core/modules/search/tests/src/Functional/SearchLanguageTest.php
|
||||
core/modules/search/tests/src/Functional/SearchBlockTest.php
|
||||
core/modules/search/tests/src/Functional/views/ViewsIntegrationTest.php
|
||||
core/modules/search/tests/src/Functional/views/ViewsMultilingualTest.php
|
||||
core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
|
||||
core/modules/search/tests/src/Functional/SearchQueryAlterTest.php
|
||||
core/modules/search/tests/src/Kernel/SearchTokenizerTest.php
|
||||
core/modules/search/tests/src/Kernel/SearchExcerptTest.php
|
||||
core/modules/search/tests/src/Kernel/SearchMatchTest.php
|
||||
core/modules/search/tests/src/Kernel/SearchEntityOperationsCacheabilityTest.php
|
||||
core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php
|
||||
core/modules/search/tests/src/Kernel/node/NodeSearchTest.php
|
||||
core/modules/search/tests/src/Kernel/SearchPageValidationTest.php
|
||||
core/modules/search/tests/src/Kernel/SearchSetLocaleTest.php
|
||||
core/modules/search/tests/src/Kernel/SearchIndexTest.php
|
||||
|
|
@ -12721,7 +12736,6 @@ core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php
|
|||
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php
|
||||
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php
|
||||
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
|
||||
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php
|
||||
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php
|
||||
core/modules/menu_link_content/tests/src/Kernel/DefaultContentTest.php
|
||||
core/modules/menu_link_content/tests/src/Unit/MenuLinkContentEntityAccessTest.php
|
||||
|
|
@ -14660,6 +14674,10 @@ core/modules/locale/src/LocaleProjectStorage.php
|
|||
core/modules/locale/src/LocaleFetch.php
|
||||
core/modules/locale/src/EventSubscriber/LocaleTranslationCacheTag.php
|
||||
core/modules/locale/src/EventSubscriber/ConfigSubscriber.php
|
||||
core/modules/locale/src/File/LocaleFile.php
|
||||
core/modules/locale/src/File/LocaleFileManager.php
|
||||
core/modules/locale/src/File/RemoteFileInfo.php
|
||||
core/modules/locale/src/File/RemoteFileStatus.php
|
||||
core/modules/locale/src/LocaleConfigManager.php
|
||||
core/modules/locale/src/PoDatabaseReader.php
|
||||
core/modules/locale/src/StreamWrapper/TranslationsStream.php
|
||||
|
|
@ -14944,6 +14962,7 @@ core/modules/migrate/src/Plugin/MigrateIdMapInterface.php
|
|||
core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php
|
||||
core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/Substr.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/LinkUri.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/MigrationLookup.php
|
||||
|
|
@ -14952,10 +14971,12 @@ core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php
|
|||
core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/Callback.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/Log.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/LinkOptions.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/Flatten.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/ArrayBuild.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/FileCopy.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/Extract.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/UserLangcode.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/NullCoalesce.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/Explode.php
|
||||
|
|
@ -14966,6 +14987,7 @@ core/modules/migrate/src/Plugin/migrate/process/Download.php
|
|||
core/modules/migrate/src/Plugin/migrate/process/SubProcess.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/StaticMap.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/TimeZone.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/FormatDate.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/Route.php
|
||||
core/modules/migrate/src/Plugin/migrate/process/EntityExists.php
|
||||
|
|
@ -15028,6 +15050,7 @@ core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php
|
|||
core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php
|
||||
core/modules/migrate/tests/src/Kernel/process/DownloadTest.php
|
||||
core/modules/migrate/tests/src/Kernel/process/ExtractTest.php
|
||||
core/modules/migrate/tests/src/Kernel/process/LinkUriTest.php
|
||||
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
|
||||
core/modules/migrate/tests/src/Kernel/process/RouteTest.php
|
||||
core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php
|
||||
|
|
@ -15757,7 +15780,6 @@ core/modules/views/tests/fixtures/update/rss-default-view-mode.php
|
|||
core/modules/views/tests/fixtures/update/views.view.test_format_plural_update.yml
|
||||
core/modules/views/tests/fixtures/update/views.view.test_display_feed_no_update.yml
|
||||
core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php
|
||||
core/modules/views/tests/src/Functional/SearchIntegrationTest.php
|
||||
core/modules/views/tests/src/Functional/RenderCacheWebTest.php
|
||||
core/modules/views/tests/src/Functional/ViewTestBase.php
|
||||
core/modules/views/tests/src/Functional/ViewAjaxTest.php
|
||||
|
|
@ -15794,7 +15816,6 @@ core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
|
|||
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
|
||||
core/modules/views/tests/src/Functional/Wizard/NodeWizardTest.php
|
||||
core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php
|
||||
core/modules/views/tests/src/Functional/SearchMultilingualTest.php
|
||||
core/modules/views/tests/src/Functional/ViewElementTest.php
|
||||
core/modules/views/tests/src/Functional/Plugin/FilterTest.php
|
||||
core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
|
||||
|
|
@ -17957,6 +17978,7 @@ core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php
|
|||
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/SelectGetRangeTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/AlterTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
|
||||
|
|
|
|||
|
|
@ -13746,6 +13746,10 @@ erpnext/patches/v16_0/set_company_wise_warehouses.py
|
|||
patches/v16_0/set_company_wise_warehouses.py
|
||||
v16_0/set_company_wise_warehouses.py
|
||||
set_company_wise_warehouses.py
|
||||
erpnext/patches/v16_0/correct_po_titles.py
|
||||
patches/v16_0/correct_po_titles.py
|
||||
v16_0/correct_po_titles.py
|
||||
correct_po_titles.py
|
||||
erpnext/patches/v16_0/update_currency_exchange_settings_for_frankfurter.py
|
||||
patches/v16_0/update_currency_exchange_settings_for_frankfurter.py
|
||||
v16_0/update_currency_exchange_settings_for_frankfurter.py
|
||||
|
|
|
|||
|
|
@ -2846,6 +2846,7 @@ erpnext/patches/v16_0/complete_onboarding_steps_for_older_sites.py
|
|||
erpnext/patches/v16_0/make_workstation_operating_components.py
|
||||
erpnext/patches/v16_0/set_posting_datetime_for_sabb_and_drop_indexes.py
|
||||
erpnext/patches/v16_0/set_company_wise_warehouses.py
|
||||
erpnext/patches/v16_0/correct_po_titles.py
|
||||
erpnext/patches/v16_0/update_currency_exchange_settings_for_frankfurter.py
|
||||
erpnext/patches/v16_0/remove_payables_receivables_workspace.py
|
||||
erpnext/patches/v16_0/add_new_stock_entry_types.py
|
||||
|
|
|
|||
|
|
@ -49312,6 +49312,11 @@ integration/Espo/Stream/RecordTest.php
|
|||
Espo/Stream/RecordTest.php
|
||||
Stream/RecordTest.php
|
||||
RecordTest.php
|
||||
tests/integration/Espo/Stream/FollowTest.php
|
||||
integration/Espo/Stream/FollowTest.php
|
||||
Espo/Stream/FollowTest.php
|
||||
Stream/FollowTest.php
|
||||
FollowTest.php
|
||||
tests/integration/Espo/Stream/ReactionsTest.php
|
||||
integration/Espo/Stream/ReactionsTest.php
|
||||
Espo/Stream/ReactionsTest.php
|
||||
|
|
|
|||
|
|
@ -7826,6 +7826,7 @@ tests/integration/Espo/Password/RecoveryTest.php
|
|||
tests/integration/Espo/Attachment/RemoveDuplicateTest.php
|
||||
tests/integration/Espo/Stream/AuditTest.php
|
||||
tests/integration/Espo/Stream/RecordTest.php
|
||||
tests/integration/Espo/Stream/FollowTest.php
|
||||
tests/integration/Espo/Stream/ReactionsTest.php
|
||||
tests/integration/Espo/Email/SearchByEmailAddressTest.php
|
||||
tests/integration/Espo/Email/EmailEntityTest.php
|
||||
|
|
|
|||
|
|
@ -42,6 +42,12 @@ i18n_spec.rb
|
|||
spec/lib/fields_spec.rb
|
||||
lib/fields_spec.rb
|
||||
fields_spec.rb
|
||||
spec/jobs/wikidata_job_spec.rb
|
||||
jobs/wikidata_job_spec.rb
|
||||
wikidata_job_spec.rb
|
||||
spec/jobs/account_website_job_spec.rb
|
||||
jobs/account_website_job_spec.rb
|
||||
account_website_job_spec.rb
|
||||
spec/helpers/contacts_helper_spec.rb
|
||||
helpers/contacts_helper_spec.rb
|
||||
contacts_helper_spec.rb
|
||||
|
|
@ -213,6 +219,9 @@ spec/models/fields/field_spec.rb
|
|||
models/fields/field_spec.rb
|
||||
fields/field_spec.rb
|
||||
field_spec.rb
|
||||
spec/support/wait_for_ajax.rb
|
||||
support/wait_for_ajax.rb
|
||||
wait_for_ajax.rb
|
||||
spec/support/macros.rb
|
||||
support/macros.rb
|
||||
macros.rb
|
||||
|
|
@ -234,6 +243,9 @@ active_storage.rb
|
|||
spec/support/devise_helpers.rb
|
||||
support/devise_helpers.rb
|
||||
devise_helpers.rb
|
||||
spec/requests/rack_attack_spec.rb
|
||||
requests/rack_attack_spec.rb
|
||||
rack_attack_spec.rb
|
||||
spec/spec_helper.rb
|
||||
spec_helper.rb
|
||||
spec/features/opportunities_overview_spec.rb
|
||||
|
|
@ -289,6 +301,10 @@ spec/features/admin/users_spec.rb
|
|||
features/admin/users_spec.rb
|
||||
admin/users_spec.rb
|
||||
users_spec.rb
|
||||
spec/features/admin/lead_import_spec.rb
|
||||
features/admin/lead_import_spec.rb
|
||||
admin/lead_import_spec.rb
|
||||
lead_import_spec.rb
|
||||
spec/features/admin/groups_spec.rb
|
||||
features/admin/groups_spec.rb
|
||||
admin/groups_spec.rb
|
||||
|
|
@ -431,9 +447,16 @@ spec/controllers/admin/fields_controller_spec.rb
|
|||
controllers/admin/fields_controller_spec.rb
|
||||
admin/fields_controller_spec.rb
|
||||
fields_controller_spec.rb
|
||||
spec/controllers/admin/leads_controller_spec.rb
|
||||
controllers/admin/leads_controller_spec.rb
|
||||
admin/leads_controller_spec.rb
|
||||
leads_controller_spec.rb
|
||||
spec/controllers/comments_controller_spec.rb
|
||||
controllers/comments_controller_spec.rb
|
||||
comments_controller_spec.rb
|
||||
spec/services/wikidata_service_spec.rb
|
||||
services/wikidata_service_spec.rb
|
||||
wikidata_service_spec.rb
|
||||
spec/views/leads/index.js.haml_spec.rb
|
||||
views/leads/index.js.haml_spec.rb
|
||||
leads/index.js.haml_spec.rb
|
||||
|
|
@ -844,6 +867,10 @@ lib/tasks/ffcrm/missing_translations.rake
|
|||
tasks/ffcrm/missing_translations.rake
|
||||
ffcrm/missing_translations.rake
|
||||
missing_translations.rake
|
||||
lib/tasks/ffcrm/wikidata.rake
|
||||
tasks/ffcrm/wikidata.rake
|
||||
ffcrm/wikidata.rake
|
||||
wikidata.rake
|
||||
lib/tasks/ffcrm/config.rake
|
||||
tasks/ffcrm/config.rake
|
||||
ffcrm/config.rake
|
||||
|
|
@ -1008,6 +1035,9 @@ locale.rb
|
|||
config/initializers/simple_form_bootstrap.rb
|
||||
initializers/simple_form_bootstrap.rb
|
||||
simple_form_bootstrap.rb
|
||||
config/initializers/rack_attack.rb
|
||||
initializers/rack_attack.rb
|
||||
rack_attack.rb
|
||||
config/initializers/paginate_arrays.rb
|
||||
initializers/paginate_arrays.rb
|
||||
paginate_arrays.rb
|
||||
|
|
@ -1132,8 +1162,12 @@ fat_free_crm.ja.yml
|
|||
config/locales/fat_free_crm.cs.yml
|
||||
locales/fat_free_crm.cs.yml
|
||||
fat_free_crm.cs.yml
|
||||
config/recurring.yml
|
||||
recurring.yml
|
||||
config/boot.rb
|
||||
boot.rb
|
||||
config/queue.yml
|
||||
queue.yml
|
||||
config/database.postgres.docker.yml
|
||||
database.postgres.docker.yml
|
||||
config/environments/production.rb
|
||||
|
|
@ -1285,6 +1319,9 @@ migrate/20111101090312_create_field_groups.rb
|
|||
db/migrate/20121003063155_add_settings_to_custom_fields.rb
|
||||
migrate/20121003063155_add_settings_to_custom_fields.rb
|
||||
20121003063155_add_settings_to_custom_fields.rb
|
||||
db/migrate/20260413041448_create_solid_queue_tables.rb
|
||||
migrate/20260413041448_create_solid_queue_tables.rb
|
||||
20260413041448_create_solid_queue_tables.rb
|
||||
db/migrate/20120316045804_activities_to_versions.rb
|
||||
migrate/20120316045804_activities_to_versions.rb
|
||||
20120316045804_activities_to_versions.rb
|
||||
|
|
@ -1363,6 +1400,9 @@ migrate/20141126031837_increase_email_to254_chars.rb
|
|||
db/migrate/20120224073107_remove_default_value_and_clear_settings.rb
|
||||
migrate/20120224073107_remove_default_value_and_clear_settings.rb
|
||||
20120224073107_remove_default_value_and_clear_settings.rb
|
||||
db/migrate/20260412040913_add_blog_to_users.rb
|
||||
migrate/20260412040913_add_blog_to_users.rb
|
||||
20260412040913_add_blog_to_users.rb
|
||||
db/migrate/20111201030535_add_field_groups_klass_name.rb
|
||||
migrate/20111201030535_add_field_groups_klass_name.rb
|
||||
20111201030535_add_field_groups_klass_name.rb
|
||||
|
|
@ -1387,15 +1427,24 @@ migrate/20100928030626_add_state_to_timeline_objects.rb
|
|||
db/migrate/20100928030619_add_suspended_to_users.rb
|
||||
migrate/20100928030619_add_suspended_to_users.rb
|
||||
20100928030619_add_suspended_to_users.rb
|
||||
db/migrate/20260326212615_add_title_to_fields.rb
|
||||
migrate/20260326212615_add_title_to_fields.rb
|
||||
20260326212615_add_title_to_fields.rb
|
||||
db/migrate/20120801032706_add_pair_id_to_fields.rb
|
||||
migrate/20120801032706_add_pair_id_to_fields.rb
|
||||
20120801032706_add_pair_id_to_fields.rb
|
||||
db/migrate/20260412062855_remove_yahoo_from_users.rb
|
||||
migrate/20260412062855_remove_yahoo_from_users.rb
|
||||
20260412062855_remove_yahoo_from_users.rb
|
||||
db/migrate/20141230205453_add_missing_unique_indices.acts_as_taggable_on_engine.rb
|
||||
migrate/20141230205453_add_missing_unique_indices.acts_as_taggable_on_engine.rb
|
||||
20141230205453_add_missing_unique_indices.acts_as_taggable_on_engine.rb
|
||||
db/migrate/20120216042541_is_paranoid_to_paper_trail.rb
|
||||
migrate/20120216042541_is_paranoid_to_paper_trail.rb
|
||||
20120216042541_is_paranoid_to_paper_trail.rb
|
||||
db/migrate/20260412040905_add_social_media_to_entities_and_users.rb
|
||||
migrate/20260412040905_add_social_media_to_entities_and_users.rb
|
||||
20260412040905_add_social_media_to_entities_and_users.rb
|
||||
db/migrate/20100928030604_create_preferences.rb
|
||||
migrate/20100928030604_create_preferences.rb
|
||||
20100928030604_create_preferences.rb
|
||||
|
|
@ -1411,6 +1460,9 @@ migrate/20100928030608_create_opportunities.rb
|
|||
db/migrate/20110719082054_add_skype_to_contacts_and_leads.rb
|
||||
migrate/20110719082054_add_skype_to_contacts_and_leads.rb
|
||||
20110719082054_add_skype_to_contacts_and_leads.rb
|
||||
db/migrate/20260412040909_add_twitter_and_linkedin_to_users.rb
|
||||
migrate/20260412040909_add_twitter_and_linkedin_to_users.rb
|
||||
20260412040909_add_twitter_and_linkedin_to_users.rb
|
||||
db/migrate/20100928030624_add_index_on_permissions.rb
|
||||
migrate/20100928030624_add_index_on_permissions.rb
|
||||
20100928030624_add_index_on_permissions.rb
|
||||
|
|
@ -1426,6 +1478,9 @@ migrate/20120528102124_increase_length_of_version_events.rb
|
|||
db/migrate/20150227123054_remove_last_request_at_from_users.rb
|
||||
migrate/20150227123054_remove_last_request_at_from_users.rb
|
||||
20150227123054_remove_last_request_at_from_users.rb
|
||||
db/migrate/20250726123512_add_wikidata_accounts.rb
|
||||
migrate/20250726123512_add_wikidata_accounts.rb
|
||||
20250726123512_add_wikidata_accounts.rb
|
||||
db/migrate/20100928030617_drop_openid_tables.rb
|
||||
migrate/20100928030617_drop_openid_tables.rb
|
||||
20100928030617_drop_openid_tables.rb
|
||||
|
|
@ -1438,6 +1493,9 @@ migrate/20100928030611_create_contact_opportunities.rb
|
|||
db/migrate/20200806004459_add_html5_to_fields.rb
|
||||
migrate/20200806004459_add_html5_to_fields.rb
|
||||
20200806004459_add_html5_to_fields.rb
|
||||
db/migrate/20260413040024_add_social_media_to_accounts.rb
|
||||
migrate/20260413040024_add_social_media_to_accounts.rb
|
||||
20260413040024_add_social_media_to_accounts.rb
|
||||
db/migrate/20150123060900_convert_radio_to_radio_buttons.rb
|
||||
migrate/20150123060900_convert_radio_to_radio_buttons.rb
|
||||
20150123060900_convert_radio_to_radio_buttons.rb
|
||||
|
|
@ -1447,6 +1505,9 @@ migrate/20100928030606_create_leads.rb
|
|||
db/migrate/20230526212613_convert_to_active_storage.rb
|
||||
migrate/20230526212613_convert_to_active_storage.rb
|
||||
20230526212613_convert_to_active_storage.rb
|
||||
db/migrate/20260412045437_remove_aim_from_users.rb
|
||||
migrate/20260412045437_remove_aim_from_users.rb
|
||||
20260412045437_remove_aim_from_users.rb
|
||||
db/migrate/20101221345678_add_rating_and_category_to_accounts.rb
|
||||
migrate/20101221345678_add_rating_and_category_to_accounts.rb
|
||||
20101221345678_add_rating_and_category_to_accounts.rb
|
||||
|
|
@ -1477,6 +1538,8 @@ migrate/20100928030600_create_openid_tables.rb
|
|||
db/migrate/20100928030602_create_permissions.rb
|
||||
migrate/20100928030602_create_permissions.rb
|
||||
20100928030602_create_permissions.rb
|
||||
db/queue_schema.rb
|
||||
queue_schema.rb
|
||||
db/seeds/fields.rb
|
||||
seeds/fields.rb
|
||||
fields.rb
|
||||
|
|
@ -1505,6 +1568,8 @@ bin/bundle
|
|||
bundle
|
||||
bin/update
|
||||
update
|
||||
bin/jobs
|
||||
jobs
|
||||
bin/rake
|
||||
rake
|
||||
bin/rails
|
||||
|
|
@ -1886,6 +1951,8 @@ jquery_timeago/jquery.timeago.fr.js
|
|||
jquery.timeago.fr.js
|
||||
crowdin.yml
|
||||
.ruby-version
|
||||
doc/THREAT_MODEL.md
|
||||
THREAT_MODEL.md
|
||||
Procfile
|
||||
script/sample_hooks/pre-push
|
||||
sample_hooks/pre-push
|
||||
|
|
@ -1903,6 +1970,15 @@ devcontainer.json
|
|||
.devcontainer/install.sh
|
||||
install.sh
|
||||
zeus.json
|
||||
app/jobs/wikidata_job.rb
|
||||
jobs/wikidata_job.rb
|
||||
wikidata_job.rb
|
||||
app/jobs/account_website_job.rb
|
||||
jobs/account_website_job.rb
|
||||
account_website_job.rb
|
||||
app/jobs/application_job.rb
|
||||
jobs/application_job.rb
|
||||
application_job.rb
|
||||
app/helpers/home_helper.rb
|
||||
helpers/home_helper.rb
|
||||
home_helper.rb
|
||||
|
|
@ -2359,6 +2435,10 @@ app/controllers/admin/settings_controller.rb
|
|||
controllers/admin/settings_controller.rb
|
||||
admin/settings_controller.rb
|
||||
settings_controller.rb
|
||||
app/controllers/admin/leads_controller.rb
|
||||
controllers/admin/leads_controller.rb
|
||||
admin/leads_controller.rb
|
||||
leads_controller.rb
|
||||
app/controllers/admin/field_groups_controller.rb
|
||||
controllers/admin/field_groups_controller.rb
|
||||
admin/field_groups_controller.rb
|
||||
|
|
@ -2381,6 +2461,9 @@ date_time_input.rb
|
|||
app/inputs/datetime_pair_input.rb
|
||||
inputs/datetime_pair_input.rb
|
||||
datetime_pair_input.rb
|
||||
app/services/wikidata_service.rb
|
||||
services/wikidata_service.rb
|
||||
wikidata_service.rb
|
||||
app/views/leads/_sidebar_show.html.haml
|
||||
views/leads/_sidebar_show.html.haml
|
||||
leads/_sidebar_show.html.haml
|
||||
|
|
@ -2609,6 +2692,10 @@ app/views/accounts/index.html.haml
|
|||
views/accounts/index.html.haml
|
||||
accounts/index.html.haml
|
||||
index.html.haml
|
||||
app/views/accounts/_web.html.haml
|
||||
views/accounts/_web.html.haml
|
||||
accounts/_web.html.haml
|
||||
_web.html.haml
|
||||
app/views/accounts/new.js.haml
|
||||
views/accounts/new.js.haml
|
||||
accounts/new.js.haml
|
||||
|
|
@ -2721,6 +2808,10 @@ app/views/tasks/_title.html.haml
|
|||
views/tasks/_title.html.haml
|
||||
tasks/_title.html.haml
|
||||
_title.html.haml
|
||||
app/views/tasks/_sidebar_show.html.haml
|
||||
views/tasks/_sidebar_show.html.haml
|
||||
tasks/_sidebar_show.html.haml
|
||||
_sidebar_show.html.haml
|
||||
app/views/tasks/discard.js.haml
|
||||
views/tasks/discard.js.haml
|
||||
tasks/discard.js.haml
|
||||
|
|
@ -2757,6 +2848,10 @@ app/views/tasks/filter.js.haml
|
|||
views/tasks/filter.js.haml
|
||||
tasks/filter.js.haml
|
||||
filter.js.haml
|
||||
app/views/tasks/versions.js.haml
|
||||
views/tasks/versions.js.haml
|
||||
tasks/versions.js.haml
|
||||
versions.js.haml
|
||||
app/views/tasks/_tasks.html.haml
|
||||
views/tasks/_tasks.html.haml
|
||||
tasks/_tasks.html.haml
|
||||
|
|
@ -2793,6 +2888,10 @@ app/views/tasks/_completed.html.haml
|
|||
views/tasks/_completed.html.haml
|
||||
tasks/_completed.html.haml
|
||||
_completed.html.haml
|
||||
app/views/tasks/show.html.haml
|
||||
views/tasks/show.html.haml
|
||||
tasks/show.html.haml
|
||||
show.html.haml
|
||||
app/views/tasks/_related.html.haml
|
||||
views/tasks/_related.html.haml
|
||||
tasks/_related.html.haml
|
||||
|
|
@ -2801,6 +2900,10 @@ app/views/tasks/destroy.js.haml
|
|||
views/tasks/destroy.js.haml
|
||||
tasks/destroy.js.haml
|
||||
destroy.js.haml
|
||||
app/views/tasks/_title_bar.html.haml
|
||||
views/tasks/_title_bar.html.haml
|
||||
tasks/_title_bar.html.haml
|
||||
_title_bar.html.haml
|
||||
app/views/tasks/update.js.haml
|
||||
views/tasks/update.js.haml
|
||||
tasks/update.js.haml
|
||||
|
|
@ -3323,6 +3426,11 @@ app/views/shared/_paginate_with_per_page.html.haml
|
|||
views/shared/_paginate_with_per_page.html.haml
|
||||
shared/_paginate_with_per_page.html.haml
|
||||
_paginate_with_per_page.html.haml
|
||||
app/views/admin/leads/index.html.haml
|
||||
views/admin/leads/index.html.haml
|
||||
admin/leads/index.html.haml
|
||||
leads/index.html.haml
|
||||
index.html.haml
|
||||
app/views/admin/plugins/index.html.haml
|
||||
views/admin/plugins/index.html.haml
|
||||
admin/plugins/index.html.haml
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ spec/lib/mail_processor/base_spec.rb
|
|||
spec/lib/core_ext/string_spec.rb
|
||||
spec/lib/fat_free_crm/i18n_spec.rb
|
||||
spec/lib/fields_spec.rb
|
||||
spec/jobs/wikidata_job_spec.rb
|
||||
spec/jobs/account_website_job_spec.rb
|
||||
spec/helpers/contacts_helper_spec.rb
|
||||
spec/helpers/groups_helper_spec.rb
|
||||
spec/helpers/lists_helper_spec.rb
|
||||
|
|
@ -58,6 +60,7 @@ spec/models/fields/field_group_spec.rb
|
|||
spec/models/fields/custom_field_pair_spec.rb
|
||||
spec/models/fields/custom_field_date_pair_spec.rb
|
||||
spec/models/fields/field_spec.rb
|
||||
spec/support/wait_for_ajax.rb
|
||||
spec/support/macros.rb
|
||||
spec/support/mail_processor_mocks.rb
|
||||
spec/support/feature_helpers.rb
|
||||
|
|
@ -65,6 +68,7 @@ spec/support/uploaded_file.rb
|
|||
spec/support/assert_select.rb
|
||||
spec/support/active_storage.rb
|
||||
spec/support/devise_helpers.rb
|
||||
spec/requests/rack_attack_spec.rb
|
||||
spec/spec_helper.rb
|
||||
spec/features/opportunities_overview_spec.rb
|
||||
spec/features/contacts_spec.rb
|
||||
|
|
@ -81,6 +85,7 @@ spec/features/tasks_spec.rb
|
|||
spec/features/opportunities_spec.rb
|
||||
spec/features/dashboard_spec.rb
|
||||
spec/features/admin/users_spec.rb
|
||||
spec/features/admin/lead_import_spec.rb
|
||||
spec/features/admin/groups_spec.rb
|
||||
spec/features/accounts_spec.rb
|
||||
spec/features/acceptance_helper.rb
|
||||
|
|
@ -125,7 +130,9 @@ spec/controllers/emails_controller_spec.rb
|
|||
spec/controllers/admin/users_controller_spec.rb
|
||||
spec/controllers/admin/groups_controller_spec.rb
|
||||
spec/controllers/admin/fields_controller_spec.rb
|
||||
spec/controllers/admin/leads_controller_spec.rb
|
||||
spec/controllers/comments_controller_spec.rb
|
||||
spec/services/wikidata_service_spec.rb
|
||||
spec/views/leads/index.js.haml_spec.rb
|
||||
spec/views/leads/create.js.haml_spec.rb
|
||||
spec/views/leads/update.js.haml_spec.rb
|
||||
|
|
@ -227,6 +234,7 @@ lib/tasks/.gitkeep
|
|||
lib/tasks/ffcrm/dropbox.rake
|
||||
lib/tasks/ffcrm/demo.rake
|
||||
lib/tasks/ffcrm/missing_translations.rake
|
||||
lib/tasks/ffcrm/wikidata.rake
|
||||
lib/tasks/ffcrm/config.rake
|
||||
lib/tasks/ffcrm/settings.rake
|
||||
lib/tasks/ffcrm/comment_replies.rake
|
||||
|
|
@ -278,6 +286,7 @@ Rakefile
|
|||
custom_plan.rb
|
||||
config/initializers/locale.rb
|
||||
config/initializers/simple_form_bootstrap.rb
|
||||
config/initializers/rack_attack.rb
|
||||
config/initializers/paginate_arrays.rb
|
||||
config/initializers/wrap_parameters.rb
|
||||
config/initializers/content_security_policy.rb
|
||||
|
|
@ -320,7 +329,9 @@ config/locales/fat_free_crm.ru.yml
|
|||
config/locales/fat_free_crm.it.yml
|
||||
config/locales/fat_free_crm.ja.yml
|
||||
config/locales/fat_free_crm.cs.yml
|
||||
config/recurring.yml
|
||||
config/boot.rb
|
||||
config/queue.yml
|
||||
config/database.postgres.docker.yml
|
||||
config/environments/production.rb
|
||||
config/environments/staging.rb
|
||||
|
|
@ -377,6 +388,7 @@ db/migrate/20131207033244_add_user_id_to_lists.rb
|
|||
db/migrate/20141230205455_add_missing_taggable_index.acts_as_taggable_on_engine.rb
|
||||
db/migrate/20111101090312_create_field_groups.rb
|
||||
db/migrate/20121003063155_add_settings_to_custom_fields.rb
|
||||
db/migrate/20260413041448_create_solid_queue_tables.rb
|
||||
db/migrate/20120316045804_activities_to_versions.rb
|
||||
db/migrate/20100928030623_create_addresses.rb
|
||||
db/migrate/20120405080727_change_subscribed_users_to_set.rb
|
||||
|
|
@ -403,6 +415,7 @@ db/migrate/20100928030613_create_comments.rb
|
|||
db/migrate/20230526211831_create_active_storage_tables.active_storage.rb
|
||||
db/migrate/20141126031837_increase_email_to254_chars.rb
|
||||
db/migrate/20120224073107_remove_default_value_and_clear_settings.rb
|
||||
db/migrate/20260412040913_add_blog_to_users.rb
|
||||
db/migrate/20111201030535_add_field_groups_klass_name.rb
|
||||
db/migrate/20100928030622_add_background_info_to_models.rb
|
||||
db/migrate/20111101083437_create_fields.rb
|
||||
|
|
@ -411,26 +424,33 @@ db/migrate/20120413034923_add_index_on_versions_item_type.rb
|
|||
db/migrate/20100928030627_acts_as_taggable_on_migration.rb
|
||||
db/migrate/20100928030626_add_state_to_timeline_objects.rb
|
||||
db/migrate/20100928030619_add_suspended_to_users.rb
|
||||
db/migrate/20260326212615_add_title_to_fields.rb
|
||||
db/migrate/20120801032706_add_pair_id_to_fields.rb
|
||||
db/migrate/20260412062855_remove_yahoo_from_users.rb
|
||||
db/migrate/20141230205453_add_missing_unique_indices.acts_as_taggable_on_engine.rb
|
||||
db/migrate/20120216042541_is_paranoid_to_paper_trail.rb
|
||||
db/migrate/20260412040905_add_social_media_to_entities_and_users.rb
|
||||
db/migrate/20100928030604_create_preferences.rb
|
||||
db/migrate/20100928030601_create_accounts.rb
|
||||
db/migrate/20100928030618_add_admin_to_users.rb
|
||||
db/migrate/20100928030608_create_opportunities.rb
|
||||
db/migrate/20110719082054_add_skype_to_contacts_and_leads.rb
|
||||
db/migrate/20260412040909_add_twitter_and_linkedin_to_users.rb
|
||||
db/migrate/20100928030624_add_index_on_permissions.rb
|
||||
db/migrate/20100928030610_create_account_opportunities.rb
|
||||
db/migrate/20100928030607_create_contacts.rb
|
||||
db/migrate/20120528102124_increase_length_of_version_events.rb
|
||||
db/migrate/20150227123054_remove_last_request_at_from_users.rb
|
||||
db/migrate/20250726123512_add_wikidata_accounts.rb
|
||||
db/migrate/20100928030617_drop_openid_tables.rb
|
||||
db/migrate/20111116091952_add_field_groups_tag_id.rb
|
||||
db/migrate/20100928030611_create_contact_opportunities.rb
|
||||
db/migrate/20200806004459_add_html5_to_fields.rb
|
||||
db/migrate/20260413040024_add_social_media_to_accounts.rb
|
||||
db/migrate/20150123060900_convert_radio_to_radio_buttons.rb
|
||||
db/migrate/20100928030606_create_leads.rb
|
||||
db/migrate/20230526212613_convert_to_active_storage.rb
|
||||
db/migrate/20260412045437_remove_aim_from_users.rb
|
||||
db/migrate/20101221345678_add_rating_and_category_to_accounts.rb
|
||||
db/migrate/20140916012922_add_indexes_to_model_associations.rb
|
||||
db/migrate/20250502095012_remove_skype_from_users_contacts_and_leads.rb
|
||||
|
|
@ -441,6 +461,7 @@ db/migrate/20100928030615_create_avatars.rb
|
|||
db/migrate/20120220233724_add_versions_object_changes.rb
|
||||
db/migrate/20100928030600_create_openid_tables.rb
|
||||
db/migrate/20100928030602_create_permissions.rb
|
||||
db/queue_schema.rb
|
||||
db/seeds/fields.rb
|
||||
Dockerfile
|
||||
.rubocop.yml
|
||||
|
|
@ -461,6 +482,7 @@ Guardfile
|
|||
MIT-LICENSE
|
||||
bin/bundle
|
||||
bin/update
|
||||
bin/jobs
|
||||
bin/rake
|
||||
bin/rails
|
||||
bin/setup
|
||||
|
|
@ -542,6 +564,7 @@ vendor/assets/javascripts/jquery_timeago/jquery.timeago.th.js
|
|||
vendor/assets/javascripts/jquery_timeago/jquery.timeago.fr.js
|
||||
crowdin.yml
|
||||
.ruby-version
|
||||
doc/THREAT_MODEL.md
|
||||
Procfile
|
||||
script/sample_hooks/pre-push
|
||||
script/sample_hooks/README.md
|
||||
|
|
@ -550,6 +573,9 @@ script/rails
|
|||
.devcontainer/devcontainer.json
|
||||
.devcontainer/install.sh
|
||||
zeus.json
|
||||
app/jobs/wikidata_job.rb
|
||||
app/jobs/account_website_job.rb
|
||||
app/jobs/application_job.rb
|
||||
app/helpers/home_helper.rb
|
||||
app/helpers/javascript_helper.rb
|
||||
app/helpers/lists_helper.rb
|
||||
|
|
@ -672,6 +698,7 @@ app/controllers/admin/tags_controller.rb
|
|||
app/controllers/admin/plugins_controller.rb
|
||||
app/controllers/admin/groups_controller.rb
|
||||
app/controllers/admin/settings_controller.rb
|
||||
app/controllers/admin/leads_controller.rb
|
||||
app/controllers/admin/field_groups_controller.rb
|
||||
app/controllers/home_controller.rb
|
||||
app/controllers/sessions_controller.rb
|
||||
|
|
@ -679,6 +706,7 @@ app/inputs/text_input.rb
|
|||
app/inputs/date_pair_input.rb
|
||||
app/inputs/date_time_input.rb
|
||||
app/inputs/datetime_pair_input.rb
|
||||
app/services/wikidata_service.rb
|
||||
app/views/leads/_sidebar_show.html.haml
|
||||
app/views/leads/_index_brief.html.haml
|
||||
app/views/leads/_contact.html.haml
|
||||
|
|
@ -736,6 +764,7 @@ app/views/accounts/show.js.haml
|
|||
app/views/accounts/index.xls.builder
|
||||
app/views/accounts/index.js.haml
|
||||
app/views/accounts/index.html.haml
|
||||
app/views/accounts/_web.html.haml
|
||||
app/views/accounts/new.js.haml
|
||||
app/views/accounts/_account.html.haml
|
||||
app/views/accounts/_top_section.html.haml
|
||||
|
|
@ -764,6 +793,7 @@ app/views/users/_languages.html.haml
|
|||
app/views/users/update.js.haml
|
||||
app/views/users/upload_avatar.js.haml
|
||||
app/views/tasks/_title.html.haml
|
||||
app/views/tasks/_sidebar_show.html.haml
|
||||
app/views/tasks/discard.js.haml
|
||||
app/views/tasks/complete.js.haml
|
||||
app/views/tasks/_new.html.haml
|
||||
|
|
@ -773,6 +803,7 @@ app/views/tasks/_selector.html.haml
|
|||
app/views/tasks/_pending.html.haml
|
||||
app/views/tasks/index.xls.builder
|
||||
app/views/tasks/filter.js.haml
|
||||
app/views/tasks/versions.js.haml
|
||||
app/views/tasks/_tasks.html.haml
|
||||
app/views/tasks/index.html.haml
|
||||
app/views/tasks/new.js.haml
|
||||
|
|
@ -782,8 +813,10 @@ app/views/tasks/_empty.html.haml
|
|||
app/views/tasks/uncomplete.js.haml
|
||||
app/views/tasks/_sidebar_index.html.haml
|
||||
app/views/tasks/_completed.html.haml
|
||||
app/views/tasks/show.html.haml
|
||||
app/views/tasks/_related.html.haml
|
||||
app/views/tasks/destroy.js.haml
|
||||
app/views/tasks/_title_bar.html.haml
|
||||
app/views/tasks/update.js.haml
|
||||
app/views/tasks/create.js.haml
|
||||
app/views/user_mailer/assigned_entity_notification.html.haml
|
||||
|
|
@ -912,6 +945,7 @@ app/views/shared/_paginate.haml
|
|||
app/views/shared/_recent.html.haml
|
||||
app/views/shared/_inline_styles.html.haml
|
||||
app/views/shared/_paginate_with_per_page.html.haml
|
||||
app/views/admin/leads/index.html.haml
|
||||
app/views/admin/plugins/index.html.haml
|
||||
app/views/admin/plugins/_plugin.html.haml
|
||||
app/views/admin/users/_new.html.haml
|
||||
|
|
|
|||
|
|
@ -4883,6 +4883,14 @@ integration/common/components/SelectDropdown.test.ts
|
|||
common/components/SelectDropdown.test.ts
|
||||
components/SelectDropdown.test.ts
|
||||
SelectDropdown.test.ts
|
||||
framework/core/js/tests/integration/common/components/FormGroup.test.ts
|
||||
core/js/tests/integration/common/components/FormGroup.test.ts
|
||||
js/tests/integration/common/components/FormGroup.test.ts
|
||||
tests/integration/common/components/FormGroup.test.ts
|
||||
integration/common/components/FormGroup.test.ts
|
||||
common/components/FormGroup.test.ts
|
||||
components/FormGroup.test.ts
|
||||
FormGroup.test.ts
|
||||
framework/core/js/tests/integration/common/components/Input.test.ts
|
||||
core/js/tests/integration/common/components/Input.test.ts
|
||||
js/tests/integration/common/components/Input.test.ts
|
||||
|
|
@ -5492,6 +5500,11 @@ core/src/Extension/DefaultLanguagePackGuard.php
|
|||
src/Extension/DefaultLanguagePackGuard.php
|
||||
Extension/DefaultLanguagePackGuard.php
|
||||
DefaultLanguagePackGuard.php
|
||||
framework/core/src/Extension/AbandonedExtensionsFetcher.php
|
||||
core/src/Extension/AbandonedExtensionsFetcher.php
|
||||
src/Extension/AbandonedExtensionsFetcher.php
|
||||
Extension/AbandonedExtensionsFetcher.php
|
||||
AbandonedExtensionsFetcher.php
|
||||
framework/core/src/Extension/ExtensionServiceProvider.php
|
||||
core/src/Extension/ExtensionServiceProvider.php
|
||||
src/Extension/ExtensionServiceProvider.php
|
||||
|
|
@ -5521,6 +5534,18 @@ src/Extension/Console/BisectCommand.php
|
|||
Extension/Console/BisectCommand.php
|
||||
Console/BisectCommand.php
|
||||
BisectCommand.php
|
||||
framework/core/src/Extension/Console/SyncAbandonedExtensionsCommand.php
|
||||
core/src/Extension/Console/SyncAbandonedExtensionsCommand.php
|
||||
src/Extension/Console/SyncAbandonedExtensionsCommand.php
|
||||
Extension/Console/SyncAbandonedExtensionsCommand.php
|
||||
Console/SyncAbandonedExtensionsCommand.php
|
||||
SyncAbandonedExtensionsCommand.php
|
||||
framework/core/src/Extension/Console/WeeklySchedule.php
|
||||
core/src/Extension/Console/WeeklySchedule.php
|
||||
src/Extension/Console/WeeklySchedule.php
|
||||
Extension/Console/WeeklySchedule.php
|
||||
Console/WeeklySchedule.php
|
||||
WeeklySchedule.php
|
||||
framework/core/src/Extension/Extension.php
|
||||
core/src/Extension/Extension.php
|
||||
src/Extension/Extension.php
|
||||
|
|
@ -7394,6 +7419,12 @@ src/Api/Controller/DeleteSettingsController.php
|
|||
Api/Controller/DeleteSettingsController.php
|
||||
Controller/DeleteSettingsController.php
|
||||
DeleteSettingsController.php
|
||||
framework/core/src/Api/Controller/SyncAbandonedExtensionsController.php
|
||||
core/src/Api/Controller/SyncAbandonedExtensionsController.php
|
||||
src/Api/Controller/SyncAbandonedExtensionsController.php
|
||||
Api/Controller/SyncAbandonedExtensionsController.php
|
||||
Controller/SyncAbandonedExtensionsController.php
|
||||
SyncAbandonedExtensionsController.php
|
||||
framework/core/src/Api/Controller/SetSettingsController.php
|
||||
core/src/Api/Controller/SetSettingsController.php
|
||||
src/Api/Controller/SetSettingsController.php
|
||||
|
|
@ -7773,6 +7804,12 @@ core/src/Mail/MutateEmail.php
|
|||
src/Mail/MutateEmail.php
|
||||
Mail/MutateEmail.php
|
||||
MutateEmail.php
|
||||
framework/core/src/Mail/Job/SendAbandonedExtensionsEmailJob.php
|
||||
core/src/Mail/Job/SendAbandonedExtensionsEmailJob.php
|
||||
src/Mail/Job/SendAbandonedExtensionsEmailJob.php
|
||||
Mail/Job/SendAbandonedExtensionsEmailJob.php
|
||||
Job/SendAbandonedExtensionsEmailJob.php
|
||||
SendAbandonedExtensionsEmailJob.php
|
||||
framework/core/src/Mail/Job/SendInformationalEmailJob.php
|
||||
core/src/Mail/Job/SendInformationalEmailJob.php
|
||||
src/Mail/Job/SendInformationalEmailJob.php
|
||||
|
|
@ -9135,6 +9172,13 @@ integration/api/users/CreateTest.php
|
|||
api/users/CreateTest.php
|
||||
users/CreateTest.php
|
||||
CreateTest.php
|
||||
framework/core/tests/integration/api/users/PasswordChangeSessionInvalidationTest.php
|
||||
core/tests/integration/api/users/PasswordChangeSessionInvalidationTest.php
|
||||
tests/integration/api/users/PasswordChangeSessionInvalidationTest.php
|
||||
integration/api/users/PasswordChangeSessionInvalidationTest.php
|
||||
api/users/PasswordChangeSessionInvalidationTest.php
|
||||
users/PasswordChangeSessionInvalidationTest.php
|
||||
PasswordChangeSessionInvalidationTest.php
|
||||
framework/core/tests/integration/api/users/ShowTest.php
|
||||
core/tests/integration/api/users/ShowTest.php
|
||||
tests/integration/api/users/ShowTest.php
|
||||
|
|
@ -9149,6 +9193,13 @@ integration/api/users/SendActivationEmailTest.php
|
|||
api/users/SendActivationEmailTest.php
|
||||
users/SendActivationEmailTest.php
|
||||
SendActivationEmailTest.php
|
||||
framework/core/tests/integration/api/users/AvatarSrcsetTest.php
|
||||
core/tests/integration/api/users/AvatarSrcsetTest.php
|
||||
tests/integration/api/users/AvatarSrcsetTest.php
|
||||
integration/api/users/AvatarSrcsetTest.php
|
||||
api/users/AvatarSrcsetTest.php
|
||||
users/AvatarSrcsetTest.php
|
||||
AvatarSrcsetTest.php
|
||||
framework/core/tests/integration/api/users/DeleteTest.php
|
||||
core/tests/integration/api/users/DeleteTest.php
|
||||
tests/integration/api/users/DeleteTest.php
|
||||
|
|
@ -9170,6 +9221,13 @@ integration/api/users/PasswordEmailTokensTest.php
|
|||
api/users/PasswordEmailTokensTest.php
|
||||
users/PasswordEmailTokensTest.php
|
||||
PasswordEmailTokensTest.php
|
||||
framework/core/tests/integration/api/users/PasswordResetTokenAccumulationTest.php
|
||||
core/tests/integration/api/users/PasswordResetTokenAccumulationTest.php
|
||||
tests/integration/api/users/PasswordResetTokenAccumulationTest.php
|
||||
integration/api/users/PasswordResetTokenAccumulationTest.php
|
||||
api/users/PasswordResetTokenAccumulationTest.php
|
||||
users/PasswordResetTokenAccumulationTest.php
|
||||
PasswordResetTokenAccumulationTest.php
|
||||
framework/core/tests/integration/api/users/GroupSearchTest.php
|
||||
core/tests/integration/api/users/GroupSearchTest.php
|
||||
tests/integration/api/users/GroupSearchTest.php
|
||||
|
|
@ -9184,6 +9242,13 @@ integration/api/users/SendPasswordResetEmailTest.php
|
|||
api/users/SendPasswordResetEmailTest.php
|
||||
users/SendPasswordResetEmailTest.php
|
||||
SendPasswordResetEmailTest.php
|
||||
framework/core/tests/integration/api/users/PasswordTokenExpiryTest.php
|
||||
core/tests/integration/api/users/PasswordTokenExpiryTest.php
|
||||
tests/integration/api/users/PasswordTokenExpiryTest.php
|
||||
integration/api/users/PasswordTokenExpiryTest.php
|
||||
api/users/PasswordTokenExpiryTest.php
|
||||
users/PasswordTokenExpiryTest.php
|
||||
PasswordTokenExpiryTest.php
|
||||
framework/core/tests/integration/api/users/UpdateTest.php
|
||||
core/tests/integration/api/users/UpdateTest.php
|
||||
tests/integration/api/users/UpdateTest.php
|
||||
|
|
@ -9247,6 +9312,13 @@ integration/api/groups/OrderTest.php
|
|||
api/groups/OrderTest.php
|
||||
groups/OrderTest.php
|
||||
OrderTest.php
|
||||
framework/core/tests/integration/api/extensions/SyncAbandonedExtensionsTest.php
|
||||
core/tests/integration/api/extensions/SyncAbandonedExtensionsTest.php
|
||||
tests/integration/api/extensions/SyncAbandonedExtensionsTest.php
|
||||
integration/api/extensions/SyncAbandonedExtensionsTest.php
|
||||
api/extensions/SyncAbandonedExtensionsTest.php
|
||||
extensions/SyncAbandonedExtensionsTest.php
|
||||
SyncAbandonedExtensionsTest.php
|
||||
framework/core/tests/integration/api/announcements/ListTest.php
|
||||
core/tests/integration/api/announcements/ListTest.php
|
||||
tests/integration/api/announcements/ListTest.php
|
||||
|
|
@ -9713,6 +9785,12 @@ tests/fixtures/views/test.blade.php
|
|||
fixtures/views/test.blade.php
|
||||
views/test.blade.php
|
||||
test.blade.php
|
||||
framework/core/tests/unit/Extension/AbandonedExtensionsFetcherTest.php
|
||||
core/tests/unit/Extension/AbandonedExtensionsFetcherTest.php
|
||||
tests/unit/Extension/AbandonedExtensionsFetcherTest.php
|
||||
unit/Extension/AbandonedExtensionsFetcherTest.php
|
||||
Extension/AbandonedExtensionsFetcherTest.php
|
||||
AbandonedExtensionsFetcherTest.php
|
||||
framework/core/tests/unit/Install/Prerequisite/WritablePathsTest.php
|
||||
core/tests/unit/Install/Prerequisite/WritablePathsTest.php
|
||||
tests/unit/Install/Prerequisite/WritablePathsTest.php
|
||||
|
|
@ -9733,6 +9811,12 @@ tests/unit/Install/BaseUrlTest.php
|
|||
unit/Install/BaseUrlTest.php
|
||||
Install/BaseUrlTest.php
|
||||
BaseUrlTest.php
|
||||
framework/core/tests/unit/Queue/ExceptionHandlerTest.php
|
||||
core/tests/unit/Queue/ExceptionHandlerTest.php
|
||||
tests/unit/Queue/ExceptionHandlerTest.php
|
||||
unit/Queue/ExceptionHandlerTest.php
|
||||
Queue/ExceptionHandlerTest.php
|
||||
ExceptionHandlerTest.php
|
||||
framework/core/tests/unit/Queue/DatabaseWorkerArgsTest.php
|
||||
core/tests/unit/Queue/DatabaseWorkerArgsTest.php
|
||||
tests/unit/Queue/DatabaseWorkerArgsTest.php
|
||||
|
|
@ -9963,6 +10047,13 @@ framework/core/views/log-out.blade.php
|
|||
core/views/log-out.blade.php
|
||||
views/log-out.blade.php
|
||||
log-out.blade.php
|
||||
framework/core/views/email/html/abandoned_extensions/notify.blade.php
|
||||
core/views/email/html/abandoned_extensions/notify.blade.php
|
||||
views/email/html/abandoned_extensions/notify.blade.php
|
||||
email/html/abandoned_extensions/notify.blade.php
|
||||
html/abandoned_extensions/notify.blade.php
|
||||
abandoned_extensions/notify.blade.php
|
||||
notify.blade.php
|
||||
framework/core/views/email/html/information.blade.php
|
||||
core/views/email/html/information.blade.php
|
||||
views/email/html/information.blade.php
|
||||
|
|
@ -9992,6 +10083,13 @@ core/views/email/html.blade.php
|
|||
views/email/html.blade.php
|
||||
email/html.blade.php
|
||||
html.blade.php
|
||||
framework/core/views/email/plain/abandoned_extensions/notify.blade.php
|
||||
core/views/email/plain/abandoned_extensions/notify.blade.php
|
||||
views/email/plain/abandoned_extensions/notify.blade.php
|
||||
email/plain/abandoned_extensions/notify.blade.php
|
||||
plain/abandoned_extensions/notify.blade.php
|
||||
abandoned_extensions/notify.blade.php
|
||||
notify.blade.php
|
||||
framework/core/views/email/plain/information.blade.php
|
||||
core/views/email/plain/information.blade.php
|
||||
views/email/plain/information.blade.php
|
||||
|
|
@ -14724,6 +14822,13 @@ integration/api/discussions/UpdateTest.php
|
|||
api/discussions/UpdateTest.php
|
||||
discussions/UpdateTest.php
|
||||
UpdateTest.php
|
||||
extensions/tags/tests/integration/api/discussions/TagFilterTest.php
|
||||
tags/tests/integration/api/discussions/TagFilterTest.php
|
||||
tests/integration/api/discussions/TagFilterTest.php
|
||||
integration/api/discussions/TagFilterTest.php
|
||||
api/discussions/TagFilterTest.php
|
||||
discussions/TagFilterTest.php
|
||||
TagFilterTest.php
|
||||
extensions/tags/tests/integration/RetrievesRepresentativeTags.php
|
||||
tags/tests/integration/RetrievesRepresentativeTags.php
|
||||
tests/integration/RetrievesRepresentativeTags.php
|
||||
|
|
|
|||
|
|
@ -722,6 +722,7 @@ framework/core/js/tests/integration/common/components/ColorPreviewInput.test.ts
|
|||
framework/core/js/tests/integration/common/components/FieldSet.test.ts
|
||||
framework/core/js/tests/integration/common/components/Link.test.ts
|
||||
framework/core/js/tests/integration/common/components/SelectDropdown.test.ts
|
||||
framework/core/js/tests/integration/common/components/FormGroup.test.ts
|
||||
framework/core/js/tests/integration/common/components/Input.test.ts
|
||||
framework/core/js/tests/integration/common/components/Icon.test.ts
|
||||
framework/core/js/tests/integration/common/components/MultiSelect.test.ts
|
||||
|
|
@ -814,11 +815,14 @@ framework/core/src/Extension/Exception/DependentExtensionsExceptionHandler.php
|
|||
framework/core/src/Extension/Exception/MissingDependenciesExceptionHandler.php
|
||||
framework/core/src/Extension/BisectState.php
|
||||
framework/core/src/Extension/DefaultLanguagePackGuard.php
|
||||
framework/core/src/Extension/AbandonedExtensionsFetcher.php
|
||||
framework/core/src/Extension/ExtensionServiceProvider.php
|
||||
framework/core/src/Extension/Command/ToggleExtension.php
|
||||
framework/core/src/Extension/Command/ToggleExtensionHandler.php
|
||||
framework/core/src/Extension/Console/ToggleExtensionCommand.php
|
||||
framework/core/src/Extension/Console/BisectCommand.php
|
||||
framework/core/src/Extension/Console/SyncAbandonedExtensionsCommand.php
|
||||
framework/core/src/Extension/Console/WeeklySchedule.php
|
||||
framework/core/src/Extension/Extension.php
|
||||
framework/core/src/Install/StepFailed.php
|
||||
framework/core/src/Install/ReversibleStep.php
|
||||
|
|
@ -1148,6 +1152,7 @@ framework/core/src/Api/Controller/ShowForumController.php
|
|||
framework/core/src/Api/Controller/CreateTokenController.php
|
||||
framework/core/src/Api/Controller/ReadAllNotificationsController.php
|
||||
framework/core/src/Api/Controller/DeleteSettingsController.php
|
||||
framework/core/src/Api/Controller/SyncAbandonedExtensionsController.php
|
||||
framework/core/src/Api/Controller/SetSettingsController.php
|
||||
framework/core/src/Api/Controller/SendTestMailController.php
|
||||
framework/core/src/Api/Controller/SendConfirmationEmailController.php
|
||||
|
|
@ -1214,6 +1219,7 @@ framework/core/src/Mail/PostmarkDriver.php
|
|||
framework/core/src/Mail/SmtpDriver.php
|
||||
framework/core/src/Mail/MailgunDriver.php
|
||||
framework/core/src/Mail/MutateEmail.php
|
||||
framework/core/src/Mail/Job/SendAbandonedExtensionsEmailJob.php
|
||||
framework/core/src/Mail/Job/SendInformationalEmailJob.php
|
||||
framework/core/src/Mail/ValidatesMailSettings.php
|
||||
framework/core/src/Mail/DriverInterface.php
|
||||
|
|
@ -1465,13 +1471,17 @@ framework/core/tests/integration/api/access_tokens/ListTest.php
|
|||
framework/core/tests/integration/api/access_tokens/RemembererTest.php
|
||||
framework/core/tests/integration/api/access_tokens/AccessTokenLifecycleTest.php
|
||||
framework/core/tests/integration/api/users/CreateTest.php
|
||||
framework/core/tests/integration/api/users/PasswordChangeSessionInvalidationTest.php
|
||||
framework/core/tests/integration/api/users/ShowTest.php
|
||||
framework/core/tests/integration/api/users/SendActivationEmailTest.php
|
||||
framework/core/tests/integration/api/users/AvatarSrcsetTest.php
|
||||
framework/core/tests/integration/api/users/DeleteTest.php
|
||||
framework/core/tests/integration/api/users/ListTest.php
|
||||
framework/core/tests/integration/api/users/PasswordEmailTokensTest.php
|
||||
framework/core/tests/integration/api/users/PasswordResetTokenAccumulationTest.php
|
||||
framework/core/tests/integration/api/users/GroupSearchTest.php
|
||||
framework/core/tests/integration/api/users/SendPasswordResetEmailTest.php
|
||||
framework/core/tests/integration/api/users/PasswordTokenExpiryTest.php
|
||||
framework/core/tests/integration/api/users/UpdateTest.php
|
||||
framework/core/tests/integration/api/notifications/DeleteTest.php
|
||||
framework/core/tests/integration/api/notifications/ListTest.php
|
||||
|
|
@ -1481,6 +1491,7 @@ framework/core/tests/integration/api/groups/CreateTest.php
|
|||
framework/core/tests/integration/api/groups/ShowTest.php
|
||||
framework/core/tests/integration/api/groups/ListTest.php
|
||||
framework/core/tests/integration/api/groups/OrderTest.php
|
||||
framework/core/tests/integration/api/extensions/SyncAbandonedExtensionsTest.php
|
||||
framework/core/tests/integration/api/announcements/ListTest.php
|
||||
framework/core/tests/integration/api/posts/CreateTest.php
|
||||
framework/core/tests/integration/api/posts/ShowTest.php
|
||||
|
|
@ -1556,9 +1567,11 @@ framework/core/tests/fixtures/writable_paths/writable/.keep
|
|||
framework/core/tests/fixtures/.gitkeep
|
||||
framework/core/tests/fixtures/views/override/frontend/app.blade.php
|
||||
framework/core/tests/fixtures/views/test.blade.php
|
||||
framework/core/tests/unit/Extension/AbandonedExtensionsFetcherTest.php
|
||||
framework/core/tests/unit/Install/Prerequisite/WritablePathsTest.php
|
||||
framework/core/tests/unit/Install/Steps/PublishAssetsTest.php
|
||||
framework/core/tests/unit/Install/BaseUrlTest.php
|
||||
framework/core/tests/unit/Queue/ExceptionHandlerTest.php
|
||||
framework/core/tests/unit/Queue/DatabaseWorkerArgsTest.php
|
||||
framework/core/tests/unit/Http/RouteCollectionTest.php
|
||||
framework/core/tests/unit/Http/CookieFactoryTest.php
|
||||
|
|
@ -1599,11 +1612,13 @@ framework/core/views/install/logo.svg
|
|||
framework/core/views/install/update.php
|
||||
framework/core/views/install/app.php
|
||||
framework/core/views/log-out.blade.php
|
||||
framework/core/views/email/html/abandoned_extensions/notify.blade.php
|
||||
framework/core/views/email/html/information.blade.php
|
||||
framework/core/views/email/html/notification.blade.php
|
||||
framework/core/views/email/html/information/generic.blade.php
|
||||
framework/core/views/email/plain.blade.php
|
||||
framework/core/views/email/html.blade.php
|
||||
framework/core/views/email/plain/abandoned_extensions/notify.blade.php
|
||||
framework/core/views/email/plain/information.blade.php
|
||||
framework/core/views/email/plain/notification.blade.php
|
||||
framework/core/views/email/plain/information/generic.blade.php
|
||||
|
|
@ -2526,6 +2541,7 @@ extensions/tags/tests/integration/api/tags/ListWithFulltextSearchTest.php
|
|||
extensions/tags/tests/integration/api/discussions/CreateTest.php
|
||||
extensions/tags/tests/integration/api/discussions/ListTest.php
|
||||
extensions/tags/tests/integration/api/discussions/UpdateTest.php
|
||||
extensions/tags/tests/integration/api/discussions/TagFilterTest.php
|
||||
extensions/tags/tests/integration/RetrievesRepresentativeTags.php
|
||||
extensions/tags/tests/integration/visibility/DiscussionVisibilityTest.php
|
||||
extensions/tags/tests/integration/authorization/GlobalPolicyTest.php
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ compose.dev.storage.yaml
|
|||
compose.dev.yaml
|
||||
.lintstagedrc.cjs
|
||||
SECURITY.md
|
||||
.npmrc
|
||||
compose.dev.mailgun.yaml
|
||||
package.json
|
||||
scripts/lib/resolve-base-tag.js
|
||||
|
|
@ -946,6 +947,10 @@ tests/admin/members-legacy/filter-actions.test.ts
|
|||
admin/members-legacy/filter-actions.test.ts
|
||||
members-legacy/filter-actions.test.ts
|
||||
filter-actions.test.ts
|
||||
e2e/tests/admin/signin.test.ts
|
||||
tests/admin/signin.test.ts
|
||||
admin/signin.test.ts
|
||||
signin.test.ts
|
||||
e2e/tests/admin/whats-new.test.ts
|
||||
tests/admin/whats-new.test.ts
|
||||
admin/whats-new.test.ts
|
||||
|
|
@ -8383,6 +8388,11 @@ admin/app/routes/reset.js
|
|||
app/routes/reset.js
|
||||
routes/reset.js
|
||||
reset.js
|
||||
ghost/admin/app/routes/react-fallback.js
|
||||
admin/app/routes/react-fallback.js
|
||||
app/routes/react-fallback.js
|
||||
routes/react-fallback.js
|
||||
react-fallback.js
|
||||
ghost/admin/app/routes/application.js
|
||||
admin/app/routes/application.js
|
||||
app/routes/application.js
|
||||
|
|
@ -14001,6 +14011,13 @@ unit/server/models/comment.test.js
|
|||
server/models/comment.test.js
|
||||
models/comment.test.js
|
||||
comment.test.js
|
||||
ghost/core/test/unit/server/models/welcome-email-automation-run.test.js
|
||||
core/test/unit/server/models/welcome-email-automation-run.test.js
|
||||
test/unit/server/models/welcome-email-automation-run.test.js
|
||||
unit/server/models/welcome-email-automation-run.test.js
|
||||
server/models/welcome-email-automation-run.test.js
|
||||
models/welcome-email-automation-run.test.js
|
||||
welcome-email-automation-run.test.js
|
||||
ghost/core/test/unit/server/models/member-click-event.test.js
|
||||
core/test/unit/server/models/member-click-event.test.js
|
||||
test/unit/server/models/member-click-event.test.js
|
||||
|
|
@ -20337,6 +20354,33 @@ migrations/versions/5.90/2024-08-20-09-40-24-update-default-donations-suggested-
|
|||
versions/5.90/2024-08-20-09-40-24-update-default-donations-suggested-amount.js
|
||||
5.90/2024-08-20-09-40-24-update-default-donations-suggested-amount.js
|
||||
2024-08-20-09-40-24-update-default-donations-suggested-amount.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-09-15-50-03-add-gift-subscription-purchase-notification-column.js
|
||||
core/core/server/data/migrations/versions/6.28/2026-04-09-15-50-03-add-gift-subscription-purchase-notification-column.js
|
||||
core/server/data/migrations/versions/6.28/2026-04-09-15-50-03-add-gift-subscription-purchase-notification-column.js
|
||||
server/data/migrations/versions/6.28/2026-04-09-15-50-03-add-gift-subscription-purchase-notification-column.js
|
||||
data/migrations/versions/6.28/2026-04-09-15-50-03-add-gift-subscription-purchase-notification-column.js
|
||||
migrations/versions/6.28/2026-04-09-15-50-03-add-gift-subscription-purchase-notification-column.js
|
||||
versions/6.28/2026-04-09-15-50-03-add-gift-subscription-purchase-notification-column.js
|
||||
6.28/2026-04-09-15-50-03-add-gift-subscription-purchase-notification-column.js
|
||||
2026-04-09-15-50-03-add-gift-subscription-purchase-notification-column.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-08-21-40-32-add-show-header-icon-to-email-design-settings.js
|
||||
core/core/server/data/migrations/versions/6.28/2026-04-08-21-40-32-add-show-header-icon-to-email-design-settings.js
|
||||
core/server/data/migrations/versions/6.28/2026-04-08-21-40-32-add-show-header-icon-to-email-design-settings.js
|
||||
server/data/migrations/versions/6.28/2026-04-08-21-40-32-add-show-header-icon-to-email-design-settings.js
|
||||
data/migrations/versions/6.28/2026-04-08-21-40-32-add-show-header-icon-to-email-design-settings.js
|
||||
migrations/versions/6.28/2026-04-08-21-40-32-add-show-header-icon-to-email-design-settings.js
|
||||
versions/6.28/2026-04-08-21-40-32-add-show-header-icon-to-email-design-settings.js
|
||||
6.28/2026-04-08-21-40-32-add-show-header-icon-to-email-design-settings.js
|
||||
2026-04-08-21-40-32-add-show-header-icon-to-email-design-settings.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-09-02-30-06-disable-default-header-fields-for-existing-welcome-emails.js
|
||||
core/core/server/data/migrations/versions/6.28/2026-04-09-02-30-06-disable-default-header-fields-for-existing-welcome-emails.js
|
||||
core/server/data/migrations/versions/6.28/2026-04-09-02-30-06-disable-default-header-fields-for-existing-welcome-emails.js
|
||||
server/data/migrations/versions/6.28/2026-04-09-02-30-06-disable-default-header-fields-for-existing-welcome-emails.js
|
||||
data/migrations/versions/6.28/2026-04-09-02-30-06-disable-default-header-fields-for-existing-welcome-emails.js
|
||||
migrations/versions/6.28/2026-04-09-02-30-06-disable-default-header-fields-for-existing-welcome-emails.js
|
||||
versions/6.28/2026-04-09-02-30-06-disable-default-header-fields-for-existing-welcome-emails.js
|
||||
6.28/2026-04-09-02-30-06-disable-default-header-fields-for-existing-welcome-emails.js
|
||||
2026-04-09-02-30-06-disable-default-header-fields-for-existing-welcome-emails.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-08-13-05-35-drop-automated-emails-table.js
|
||||
core/core/server/data/migrations/versions/6.28/2026-04-08-13-05-35-drop-automated-emails-table.js
|
||||
core/server/data/migrations/versions/6.28/2026-04-08-13-05-35-drop-automated-emails-table.js
|
||||
|
|
@ -20346,6 +20390,24 @@ migrations/versions/6.28/2026-04-08-13-05-35-drop-automated-emails-table.js
|
|||
versions/6.28/2026-04-08-13-05-35-drop-automated-emails-table.js
|
||||
6.28/2026-04-08-13-05-35-drop-automated-emails-table.js
|
||||
2026-04-08-13-05-35-drop-automated-emails-table.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-09-15-50-08-add-gift-subscription-redemption-notification-column.js
|
||||
core/core/server/data/migrations/versions/6.28/2026-04-09-15-50-08-add-gift-subscription-redemption-notification-column.js
|
||||
core/server/data/migrations/versions/6.28/2026-04-09-15-50-08-add-gift-subscription-redemption-notification-column.js
|
||||
server/data/migrations/versions/6.28/2026-04-09-15-50-08-add-gift-subscription-redemption-notification-column.js
|
||||
data/migrations/versions/6.28/2026-04-09-15-50-08-add-gift-subscription-redemption-notification-column.js
|
||||
migrations/versions/6.28/2026-04-09-15-50-08-add-gift-subscription-redemption-notification-column.js
|
||||
versions/6.28/2026-04-09-15-50-08-add-gift-subscription-redemption-notification-column.js
|
||||
6.28/2026-04-09-15-50-08-add-gift-subscription-redemption-notification-column.js
|
||||
2026-04-09-15-50-08-add-gift-subscription-redemption-notification-column.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-09-15-17-41-drop-nullable-gifts-expires-at.js
|
||||
core/core/server/data/migrations/versions/6.28/2026-04-09-15-17-41-drop-nullable-gifts-expires-at.js
|
||||
core/server/data/migrations/versions/6.28/2026-04-09-15-17-41-drop-nullable-gifts-expires-at.js
|
||||
server/data/migrations/versions/6.28/2026-04-09-15-17-41-drop-nullable-gifts-expires-at.js
|
||||
data/migrations/versions/6.28/2026-04-09-15-17-41-drop-nullable-gifts-expires-at.js
|
||||
migrations/versions/6.28/2026-04-09-15-17-41-drop-nullable-gifts-expires-at.js
|
||||
versions/6.28/2026-04-09-15-17-41-drop-nullable-gifts-expires-at.js
|
||||
6.28/2026-04-09-15-17-41-drop-nullable-gifts-expires-at.js
|
||||
2026-04-09-15-17-41-drop-nullable-gifts-expires-at.js
|
||||
ghost/core/core/server/data/migrations/versions/5.5/2022-07-18-14-29-add-comment-reporting-permissions.js
|
||||
core/core/server/data/migrations/versions/5.5/2022-07-18-14-29-add-comment-reporting-permissions.js
|
||||
core/server/data/migrations/versions/5.5/2022-07-18-14-29-add-comment-reporting-permissions.js
|
||||
|
|
@ -22056,6 +22118,24 @@ migrations/versions/5.97/2024-10-09-14-04-10-add-session-verification-field.js
|
|||
versions/5.97/2024-10-09-14-04-10-add-session-verification-field.js
|
||||
5.97/2024-10-09-14-04-10-add-session-verification-field.js
|
||||
2024-10-09-14-04-10-add-session-verification-field.js
|
||||
ghost/core/core/server/data/migrations/versions/6.29/2026-04-13-09-12-13-drop-gift-subscription-redemption-notification-column.js
|
||||
core/core/server/data/migrations/versions/6.29/2026-04-13-09-12-13-drop-gift-subscription-redemption-notification-column.js
|
||||
core/server/data/migrations/versions/6.29/2026-04-13-09-12-13-drop-gift-subscription-redemption-notification-column.js
|
||||
server/data/migrations/versions/6.29/2026-04-13-09-12-13-drop-gift-subscription-redemption-notification-column.js
|
||||
data/migrations/versions/6.29/2026-04-13-09-12-13-drop-gift-subscription-redemption-notification-column.js
|
||||
migrations/versions/6.29/2026-04-13-09-12-13-drop-gift-subscription-redemption-notification-column.js
|
||||
versions/6.29/2026-04-13-09-12-13-drop-gift-subscription-redemption-notification-column.js
|
||||
6.29/2026-04-13-09-12-13-drop-gift-subscription-redemption-notification-column.js
|
||||
2026-04-13-09-12-13-drop-gift-subscription-redemption-notification-column.js
|
||||
ghost/core/core/server/data/migrations/versions/6.29/2026-04-12-20-34-22-add-welcome-email-automation-runs-table.js
|
||||
core/core/server/data/migrations/versions/6.29/2026-04-12-20-34-22-add-welcome-email-automation-runs-table.js
|
||||
core/server/data/migrations/versions/6.29/2026-04-12-20-34-22-add-welcome-email-automation-runs-table.js
|
||||
server/data/migrations/versions/6.29/2026-04-12-20-34-22-add-welcome-email-automation-runs-table.js
|
||||
data/migrations/versions/6.29/2026-04-12-20-34-22-add-welcome-email-automation-runs-table.js
|
||||
migrations/versions/6.29/2026-04-12-20-34-22-add-welcome-email-automation-runs-table.js
|
||||
versions/6.29/2026-04-12-20-34-22-add-welcome-email-automation-runs-table.js
|
||||
6.29/2026-04-12-20-34-22-add-welcome-email-automation-runs-table.js
|
||||
2026-04-12-20-34-22-add-welcome-email-automation-runs-table.js
|
||||
ghost/core/core/server/data/migrations/versions/5.10/2022-08-15-05-34-add-expiry-at-column-to-members-products.js
|
||||
core/core/server/data/migrations/versions/5.10/2022-08-15-05-34-add-expiry-at-column-to-members-products.js
|
||||
core/server/data/migrations/versions/5.10/2022-08-15-05-34-add-expiry-at-column-to-members-products.js
|
||||
|
|
@ -24608,6 +24688,12 @@ core/server/models/index.js
|
|||
server/models/index.js
|
||||
models/index.js
|
||||
index.js
|
||||
ghost/core/core/server/models/welcome-email-automation-run.js
|
||||
core/core/server/models/welcome-email-automation-run.js
|
||||
core/server/models/welcome-email-automation-run.js
|
||||
server/models/welcome-email-automation-run.js
|
||||
models/welcome-email-automation-run.js
|
||||
welcome-email-automation-run.js
|
||||
ghost/core/core/server/models/tag-public.js
|
||||
core/core/server/models/tag-public.js
|
||||
core/server/models/tag-public.js
|
||||
|
|
@ -30349,10 +30435,9 @@ jsconfig.json
|
|||
ghost/core/nodemon.json
|
||||
core/nodemon.json
|
||||
nodemon.json
|
||||
pnpm-workspace.yaml
|
||||
skills-lock.json
|
||||
.cursor/rules/yarn.mdc
|
||||
rules/yarn.mdc
|
||||
yarn.mdc
|
||||
pnpm-lock.yaml
|
||||
.cursor/worktrees.json
|
||||
worktrees.json
|
||||
apps/shade/tsconfig.node.json
|
||||
|
|
@ -31588,9 +31673,6 @@ README.md
|
|||
apps/announcement-bar/LICENSE
|
||||
announcement-bar/LICENSE
|
||||
LICENSE
|
||||
apps/announcement-bar/.yarnrc
|
||||
announcement-bar/.yarnrc
|
||||
.yarnrc
|
||||
apps/signup-form/tsconfig.node.json
|
||||
signup-form/tsconfig.node.json
|
||||
tsconfig.node.json
|
||||
|
|
@ -31781,9 +31863,6 @@ tailwind.config.cjs
|
|||
apps/signup-form/index.html
|
||||
signup-form/index.html
|
||||
index.html
|
||||
apps/signup-form/.yarnrc
|
||||
signup-form/.yarnrc
|
||||
.yarnrc
|
||||
apps/portal/vite.config.mjs
|
||||
portal/vite.config.mjs
|
||||
vite.config.mjs
|
||||
|
|
@ -32785,9 +32864,6 @@ README.md
|
|||
apps/portal/LICENSE
|
||||
portal/LICENSE
|
||||
LICENSE
|
||||
apps/portal/.yarnrc
|
||||
portal/.yarnrc
|
||||
.yarnrc
|
||||
apps/portal/jsconfig.json
|
||||
portal/jsconfig.json
|
||||
jsconfig.json
|
||||
|
|
@ -32979,6 +33055,10 @@ stats/src/types/svg.d.ts
|
|||
src/types/svg.d.ts
|
||||
types/svg.d.ts
|
||||
svg.d.ts
|
||||
apps/stats/src/api.ts
|
||||
stats/src/api.ts
|
||||
src/api.ts
|
||||
api.ts
|
||||
apps/stats/src/hooks/use-latest-post-stats.ts
|
||||
stats/src/hooks/use-latest-post-stats.ts
|
||||
src/hooks/use-latest-post-stats.ts
|
||||
|
|
@ -36242,6 +36322,10 @@ apps/posts/src/routes.tsx
|
|||
posts/src/routes.tsx
|
||||
src/routes.tsx
|
||||
routes.tsx
|
||||
apps/posts/src/api.ts
|
||||
posts/src/api.ts
|
||||
src/api.ts
|
||||
api.ts
|
||||
apps/posts/src/hooks/with-feature-flag.tsx
|
||||
posts/src/hooks/with-feature-flag.tsx
|
||||
src/hooks/with-feature-flag.tsx
|
||||
|
|
@ -39326,9 +39410,6 @@ admin-x-settings/.eslintrc.cjs
|
|||
apps/admin-x-settings/index.html
|
||||
admin-x-settings/index.html
|
||||
index.html
|
||||
apps/admin-x-settings/.yarnrc
|
||||
admin-x-settings/.yarnrc
|
||||
.yarnrc
|
||||
apps/sodo-search/vite.config.mjs
|
||||
sodo-search/vite.config.mjs
|
||||
vite.config.mjs
|
||||
|
|
@ -39403,9 +39484,6 @@ README.md
|
|||
apps/sodo-search/LICENSE
|
||||
sodo-search/LICENSE
|
||||
LICENSE
|
||||
apps/sodo-search/.yarnrc
|
||||
sodo-search/.yarnrc
|
||||
.yarnrc
|
||||
apps/activitypub/vite.config.mjs
|
||||
activitypub/vite.config.mjs
|
||||
vite.config.mjs
|
||||
|
|
@ -41229,9 +41307,6 @@ playwright-e2e.mdc
|
|||
apps/comments-ui/LICENSE
|
||||
comments-ui/LICENSE
|
||||
LICENSE
|
||||
apps/comments-ui/.yarnrc
|
||||
comments-ui/.yarnrc
|
||||
.yarnrc
|
||||
AGENTS.md
|
||||
adr/0002-page-objects-pattern.md
|
||||
0002-page-objects-pattern.md
|
||||
|
|
@ -41286,5 +41361,4 @@ format-number/SKILL.md
|
|||
SKILL.md
|
||||
nx.json
|
||||
LICENSE
|
||||
yarn.lock
|
||||
.gitattributes
|
||||
|
|
@ -2,6 +2,7 @@ compose.dev.storage.yaml
|
|||
compose.dev.yaml
|
||||
.lintstagedrc.cjs
|
||||
SECURITY.md
|
||||
.npmrc
|
||||
compose.dev.mailgun.yaml
|
||||
package.json
|
||||
scripts/lib/resolve-base-tag.js
|
||||
|
|
@ -210,6 +211,7 @@ e2e/tests/admin/members-legacy/stripe-webhooks.test.ts
|
|||
e2e/tests/admin/members-legacy/impersonation.test.ts
|
||||
e2e/tests/admin/members-legacy/members.test.ts
|
||||
e2e/tests/admin/members-legacy/filter-actions.test.ts
|
||||
e2e/tests/admin/signin.test.ts
|
||||
e2e/tests/admin/whats-new.test.ts
|
||||
e2e/tests/admin/analytics/newsletters.test.ts
|
||||
e2e/tests/admin/analytics/web-traffic.test.ts
|
||||
|
|
@ -1579,6 +1581,7 @@ ghost/admin/app/routes/posts/debug.js
|
|||
ghost/admin/app/routes/admin.js
|
||||
ghost/admin/app/routes/signin-verify.js
|
||||
ghost/admin/app/routes/reset.js
|
||||
ghost/admin/app/routes/react-fallback.js
|
||||
ghost/admin/app/routes/application.js
|
||||
ghost/admin/app/routes/members-activity.js
|
||||
ghost/admin/app/routes/lexical-editor/new.js
|
||||
|
|
@ -2458,6 +2461,7 @@ ghost/core/test/unit/server/models/tag.test.js
|
|||
ghost/core/test/unit/server/models/outbox.test.js
|
||||
ghost/core/test/unit/server/models/welcome-email-automation.test.js
|
||||
ghost/core/test/unit/server/models/comment.test.js
|
||||
ghost/core/test/unit/server/models/welcome-email-automation-run.test.js
|
||||
ghost/core/test/unit/server/models/member-click-event.test.js
|
||||
ghost/core/test/unit/server/models/milestone.test.js
|
||||
ghost/core/test/unit/server/models/single-use-token.test.js
|
||||
|
|
@ -3243,7 +3247,12 @@ ghost/core/core/server/data/migrations/versions/5.25/2022-11-24-10-36-add-suppre
|
|||
ghost/core/core/server/data/migrations/versions/5.72/2023-10-31-11-06-01-members-subscription-created-attribution-id-index.js
|
||||
ghost/core/core/server/data/migrations/versions/5.72/2023-10-31-11-06-00-members-created-attribution-id-index.js
|
||||
ghost/core/core/server/data/migrations/versions/5.90/2024-08-20-09-40-24-update-default-donations-suggested-amount.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-09-15-50-03-add-gift-subscription-purchase-notification-column.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-08-21-40-32-add-show-header-icon-to-email-design-settings.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-09-02-30-06-disable-default-header-fields-for-existing-welcome-emails.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-08-13-05-35-drop-automated-emails-table.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-09-15-50-08-add-gift-subscription-redemption-notification-column.js
|
||||
ghost/core/core/server/data/migrations/versions/6.28/2026-04-09-15-17-41-drop-nullable-gifts-expires-at.js
|
||||
ghost/core/core/server/data/migrations/versions/5.5/2022-07-18-14-29-add-comment-reporting-permissions.js
|
||||
ghost/core/core/server/data/migrations/versions/5.5/2022-07-18-14-32-drop-nullable-member-id-from-likes.js
|
||||
ghost/core/core/server/data/migrations/versions/5.5/2022-07-21-08-56-add-jobs-table.js
|
||||
|
|
@ -3434,6 +3443,8 @@ ghost/core/core/server/data/migrations/versions/5.97/2024-10-10-01-02-03-add-sig
|
|||
ghost/core/core/server/data/migrations/versions/5.97/2024-10-08-14-36-58-added-heading-font-setting.js
|
||||
ghost/core/core/server/data/migrations/versions/5.97/2024-10-08-14-25-27-added-body-font-settings.js
|
||||
ghost/core/core/server/data/migrations/versions/5.97/2024-10-09-14-04-10-add-session-verification-field.js
|
||||
ghost/core/core/server/data/migrations/versions/6.29/2026-04-13-09-12-13-drop-gift-subscription-redemption-notification-column.js
|
||||
ghost/core/core/server/data/migrations/versions/6.29/2026-04-12-20-34-22-add-welcome-email-automation-runs-table.js
|
||||
ghost/core/core/server/data/migrations/versions/5.10/2022-08-15-05-34-add-expiry-at-column-to-members-products.js
|
||||
ghost/core/core/server/data/migrations/versions/5.10/2022-08-16-14-25-add-member-created-events-table.js
|
||||
ghost/core/core/server/data/migrations/versions/5.10/2022-08-16-14-25-add-subscription-created-events-table.js
|
||||
|
|
@ -3744,6 +3755,7 @@ ghost/core/core/server/models/member-created-event.js
|
|||
ghost/core/core/server/models/offer.js
|
||||
ghost/core/core/server/models/member-feedback.js
|
||||
ghost/core/core/server/models/index.js
|
||||
ghost/core/core/server/models/welcome-email-automation-run.js
|
||||
ghost/core/core/server/models/tag-public.js
|
||||
ghost/core/core/server/models/gift.js
|
||||
ghost/core/core/server/models/stripe-customer-subscription.js
|
||||
|
|
@ -4550,8 +4562,9 @@ ghost/core/core/shared/max-limit-cap.js
|
|||
ghost/core/core/boot.js
|
||||
ghost/core/jsconfig.json
|
||||
ghost/core/nodemon.json
|
||||
pnpm-workspace.yaml
|
||||
skills-lock.json
|
||||
.cursor/rules/yarn.mdc
|
||||
pnpm-lock.yaml
|
||||
.cursor/worktrees.json
|
||||
apps/shade/tsconfig.node.json
|
||||
apps/shade/test/.eslintrc.cjs
|
||||
|
|
@ -4771,7 +4784,6 @@ apps/announcement-bar/src/index.js
|
|||
apps/announcement-bar/src/icons/clear.svg
|
||||
apps/announcement-bar/README.md
|
||||
apps/announcement-bar/LICENSE
|
||||
apps/announcement-bar/.yarnrc
|
||||
apps/signup-form/tsconfig.node.json
|
||||
apps/signup-form/vite.config.mts
|
||||
apps/signup-form/test/utils/e2e.ts
|
||||
|
|
@ -4816,7 +4828,6 @@ apps/signup-form/LICENSE
|
|||
apps/signup-form/.eslintrc.cjs
|
||||
apps/signup-form/tailwind.config.cjs
|
||||
apps/signup-form/index.html
|
||||
apps/signup-form/.yarnrc
|
||||
apps/portal/vite.config.mjs
|
||||
apps/portal/test/setup-tests.js
|
||||
apps/portal/test/feedback-flow.test.js
|
||||
|
|
@ -4992,7 +5003,6 @@ apps/portal/src/images/icons/close.svg
|
|||
apps/portal/src/images/icons/lock.svg
|
||||
apps/portal/README.md
|
||||
apps/portal/LICENSE
|
||||
apps/portal/.yarnrc
|
||||
apps/portal/jsconfig.json
|
||||
apps/stats/vite.config.mjs
|
||||
apps/stats/test/utils/hook-testing-utils.ts
|
||||
|
|
@ -5030,6 +5040,7 @@ apps/stats/src/routes.tsx
|
|||
apps/stats/src/types/svg-maps.d.ts
|
||||
apps/stats/src/types/kpi.ts
|
||||
apps/stats/src/types/svg.d.ts
|
||||
apps/stats/src/api.ts
|
||||
apps/stats/src/hooks/use-latest-post-stats.ts
|
||||
apps/stats/src/hooks/use-top-sources-growth.ts
|
||||
apps/stats/src/hooks/use-top-posts-stats-with-range.ts
|
||||
|
|
@ -5615,6 +5626,7 @@ apps/posts/src/components/virtual-table/use-scroll-restoration.tsx
|
|||
apps/posts/src/components/virtual-table/use-infinite-virtual-scroll.tsx
|
||||
apps/posts/src/components/member-avatar.tsx
|
||||
apps/posts/src/routes.tsx
|
||||
apps/posts/src/api.ts
|
||||
apps/posts/src/hooks/with-feature-flag.tsx
|
||||
apps/posts/src/hooks/use-responsive-chart-size.ts
|
||||
apps/posts/src/hooks/use-post-referrers.ts
|
||||
|
|
@ -6084,7 +6096,6 @@ apps/admin-x-settings/playwright.config.mjs
|
|||
apps/admin-x-settings/node-shim.cjs
|
||||
apps/admin-x-settings/.eslintrc.cjs
|
||||
apps/admin-x-settings/index.html
|
||||
apps/admin-x-settings/.yarnrc
|
||||
apps/sodo-search/vite.config.mjs
|
||||
apps/sodo-search/test/setup-tests.js
|
||||
apps/sodo-search/test/acceptance/app.test.js
|
||||
|
|
@ -6103,7 +6114,6 @@ apps/sodo-search/src/icons/circle-anim.svg
|
|||
apps/sodo-search/src/icons/clear.svg
|
||||
apps/sodo-search/README.md
|
||||
apps/sodo-search/LICENSE
|
||||
apps/sodo-search/.yarnrc
|
||||
apps/activitypub/vite.config.mjs
|
||||
apps/activitypub/test/utils/responses/ghost/users.json
|
||||
apps/activitypub/test/utils/responses/ghost/site.json
|
||||
|
|
@ -6435,7 +6445,6 @@ apps/comments-ui/.eslintrc.js
|
|||
apps/comments-ui/postcss.config.cjs
|
||||
apps/comments-ui/.cursor/rules/playwright-e2e.mdc
|
||||
apps/comments-ui/LICENSE
|
||||
apps/comments-ui/.yarnrc
|
||||
AGENTS.md
|
||||
adr/0002-page-objects-pattern.md
|
||||
adr/0001-aaa-test-structure.md
|
||||
|
|
@ -6455,5 +6464,4 @@ adr/README.md
|
|||
.agents/skills/format-number/SKILL.md
|
||||
nx.json
|
||||
LICENSE
|
||||
yarn.lock
|
||||
.gitattributes
|
||||
|
|
@ -2071,6 +2071,10 @@ packages/core/tests/telemetry.test.ts
|
|||
core/tests/telemetry.test.ts
|
||||
tests/telemetry.test.ts
|
||||
telemetry.test.ts
|
||||
packages/core/tests/conditional-filters.test.ts
|
||||
core/tests/conditional-filters.test.ts
|
||||
tests/conditional-filters.test.ts
|
||||
conditional-filters.test.ts
|
||||
packages/core/bin/cli.js
|
||||
core/bin/cli.js
|
||||
bin/cli.js
|
||||
|
|
@ -3596,6 +3600,8 @@ tangy-items-carry.md
|
|||
add-graphql-singular.md
|
||||
.changeset/structure-errors.md
|
||||
structure-errors.md
|
||||
.changeset/and-or-not-conditional-filters.md
|
||||
and-or-not-conditional-filters.md
|
||||
.changeset/mean-fans-shop.md
|
||||
mean-fans-shop.md
|
||||
.changeset/new-jars-grab.md
|
||||
|
|
|
|||
|
|
@ -364,6 +364,7 @@ packages/core/fields/types/bytes/views/package.json
|
|||
packages/core/fields/types/calendarDay/views/package.json
|
||||
packages/core/fields/package.json
|
||||
packages/core/tests/telemetry.test.ts
|
||||
packages/core/tests/conditional-filters.test.ts
|
||||
packages/core/bin/cli.js
|
||||
packages/core/LICENSE
|
||||
packages/core/___internal-do-not-use-will-break-in-patch/artifacts/package.json
|
||||
|
|
@ -762,6 +763,7 @@ pnpm-lock.yaml
|
|||
.changeset/tangy-items-carry.md
|
||||
.changeset/add-graphql-singular.md
|
||||
.changeset/structure-errors.md
|
||||
.changeset/and-or-not-conditional-filters.md
|
||||
.changeset/mean-fans-shop.md
|
||||
.changeset/new-jars-grab.md
|
||||
.changeset/list-sort-filter.md
|
||||
|
|
|
|||
|
|
@ -70434,6 +70434,14 @@ Magento/Checkout/Model/ShippingAddressWithoutCompanyTest.php
|
|||
Checkout/Model/ShippingAddressWithoutCompanyTest.php
|
||||
Model/ShippingAddressWithoutCompanyTest.php
|
||||
ShippingAddressWithoutCompanyTest.php
|
||||
dev/tests/integration/testsuite/Magento/Checkout/Model/PaymentInformationManagementTest.php
|
||||
tests/integration/testsuite/Magento/Checkout/Model/PaymentInformationManagementTest.php
|
||||
integration/testsuite/Magento/Checkout/Model/PaymentInformationManagementTest.php
|
||||
testsuite/Magento/Checkout/Model/PaymentInformationManagementTest.php
|
||||
Magento/Checkout/Model/PaymentInformationManagementTest.php
|
||||
Checkout/Model/PaymentInformationManagementTest.php
|
||||
Model/PaymentInformationManagementTest.php
|
||||
PaymentInformationManagementTest.php
|
||||
dev/tests/integration/testsuite/Magento/Checkout/Model/ShippingInformationManagementTest.php
|
||||
tests/integration/testsuite/Magento/Checkout/Model/ShippingInformationManagementTest.php
|
||||
integration/testsuite/Magento/Checkout/Model/ShippingInformationManagementTest.php
|
||||
|
|
@ -150671,6 +150679,14 @@ Unit/Model/Webapi/ParamOverriderCartIdTest.php
|
|||
Model/Webapi/ParamOverriderCartIdTest.php
|
||||
Webapi/ParamOverriderCartIdTest.php
|
||||
ParamOverriderCartIdTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/QuoteAddressValidatorTest.php
|
||||
code/Magento/Quote/Test/Unit/Model/QuoteAddressValidatorTest.php
|
||||
Magento/Quote/Test/Unit/Model/QuoteAddressValidatorTest.php
|
||||
Quote/Test/Unit/Model/QuoteAddressValidatorTest.php
|
||||
Test/Unit/Model/QuoteAddressValidatorTest.php
|
||||
Unit/Model/QuoteAddressValidatorTest.php
|
||||
Model/QuoteAddressValidatorTest.php
|
||||
QuoteAddressValidatorTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/Quote/ShippingAssignment/ShippingProcessorTest.php
|
||||
code/Magento/Quote/Test/Unit/Model/Quote/ShippingAssignment/ShippingProcessorTest.php
|
||||
Magento/Quote/Test/Unit/Model/Quote/ShippingAssignment/ShippingProcessorTest.php
|
||||
|
|
@ -192960,6 +192976,14 @@ Test/Unit/Driver/AwsS3FactoryTest.php
|
|||
Unit/Driver/AwsS3FactoryTest.php
|
||||
Driver/AwsS3FactoryTest.php
|
||||
AwsS3FactoryTest.php
|
||||
app/code/Magento/AwsS3/Test/Unit/Driver/AwsS3FactoryObjectUrlTest.php
|
||||
code/Magento/AwsS3/Test/Unit/Driver/AwsS3FactoryObjectUrlTest.php
|
||||
Magento/AwsS3/Test/Unit/Driver/AwsS3FactoryObjectUrlTest.php
|
||||
AwsS3/Test/Unit/Driver/AwsS3FactoryObjectUrlTest.php
|
||||
Test/Unit/Driver/AwsS3FactoryObjectUrlTest.php
|
||||
Unit/Driver/AwsS3FactoryObjectUrlTest.php
|
||||
Driver/AwsS3FactoryObjectUrlTest.php
|
||||
AwsS3FactoryObjectUrlTest.php
|
||||
app/code/Magento/AwsS3/Test/Unit/Driver/CredentialsCacheTest.php
|
||||
code/Magento/AwsS3/Test/Unit/Driver/CredentialsCacheTest.php
|
||||
Magento/AwsS3/Test/Unit/Driver/CredentialsCacheTest.php
|
||||
|
|
@ -294575,6 +294599,14 @@ Setup/Patch/Data/ConvertSerializedDataToJson.php
|
|||
Patch/Data/ConvertSerializedDataToJson.php
|
||||
Data/ConvertSerializedDataToJson.php
|
||||
ConvertSerializedDataToJson.php
|
||||
app/code/Magento/Sales/Setup/Patch/Data/PopulatePeriodMonthColumn.php
|
||||
code/Magento/Sales/Setup/Patch/Data/PopulatePeriodMonthColumn.php
|
||||
Magento/Sales/Setup/Patch/Data/PopulatePeriodMonthColumn.php
|
||||
Sales/Setup/Patch/Data/PopulatePeriodMonthColumn.php
|
||||
Setup/Patch/Data/PopulatePeriodMonthColumn.php
|
||||
Patch/Data/PopulatePeriodMonthColumn.php
|
||||
Data/PopulatePeriodMonthColumn.php
|
||||
PopulatePeriodMonthColumn.php
|
||||
app/code/Magento/Sales/Setup/Patch/Data/WishlistDataCleanUp.php
|
||||
code/Magento/Sales/Setup/Patch/Data/WishlistDataCleanUp.php
|
||||
Magento/Sales/Setup/Patch/Data/WishlistDataCleanUp.php
|
||||
|
|
|
|||
|
|
@ -8414,6 +8414,7 @@ dev/tests/integration/testsuite/Magento/Checkout/Model/SessionTest.php
|
|||
dev/tests/integration/testsuite/Magento/Checkout/Model/CaptchaRateLimiterTest.php
|
||||
dev/tests/integration/testsuite/Magento/Checkout/Model/DownloadableProductPurchaseTest.php
|
||||
dev/tests/integration/testsuite/Magento/Checkout/Model/ShippingAddressWithoutCompanyTest.php
|
||||
dev/tests/integration/testsuite/Magento/Checkout/Model/PaymentInformationManagementTest.php
|
||||
dev/tests/integration/testsuite/Magento/Checkout/Model/ShippingInformationManagementTest.php
|
||||
dev/tests/integration/testsuite/Magento/Checkout/_files/quote_with_address_saved.php
|
||||
dev/tests/integration/testsuite/Magento/Checkout/_files/quote_with_bundle_product_rollback.php
|
||||
|
|
@ -17954,6 +17955,7 @@ app/code/Magento/Quote/Test/Unit/Model/Product/Plugin/UpdateQuoteItemsTest.php
|
|||
app/code/Magento/Quote/Test/Unit/Model/Backpressure/WebapiRequestTypeExtractorTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/Backpressure/OrderLimitConfigManagerTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/Webapi/ParamOverriderCartIdTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/QuoteAddressValidatorTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/Quote/ShippingAssignment/ShippingProcessorTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/Quote/ShippingAssignment/ShippingAssignmentProcessorTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/Quote/Item/ToOrderItemTest.php
|
||||
|
|
@ -23257,6 +23259,7 @@ app/code/Magento/AwsS3/Test/Mftf/Suite/RemoteStorageAwsS3EnabledSuite.xml
|
|||
app/code/Magento/AwsS3/Test/Mftf/test-dependency-allowlist
|
||||
app/code/Magento/AwsS3/Test/Mftf/test-dependency-errors-detailed
|
||||
app/code/Magento/AwsS3/Test/Unit/Driver/AwsS3FactoryTest.php
|
||||
app/code/Magento/AwsS3/Test/Unit/Driver/AwsS3FactoryObjectUrlTest.php
|
||||
app/code/Magento/AwsS3/Test/Unit/Driver/CredentialsCacheTest.php
|
||||
app/code/Magento/AwsS3/Test/Unit/Driver/AwsS3Test.php
|
||||
app/code/Magento/AwsS3/registration.php
|
||||
|
|
@ -35845,6 +35848,7 @@ app/code/Magento/Sales/Setup/SalesOrderPaymentDataConverter.php
|
|||
app/code/Magento/Sales/Setup/SalesSetup.php
|
||||
app/code/Magento/Sales/Setup/Patch/Data/FillQuoteAddressIdInSalesOrderAddress.php
|
||||
app/code/Magento/Sales/Setup/Patch/Data/ConvertSerializedDataToJson.php
|
||||
app/code/Magento/Sales/Setup/Patch/Data/PopulatePeriodMonthColumn.php
|
||||
app/code/Magento/Sales/Setup/Patch/Data/WishlistDataCleanUp.php
|
||||
app/code/Magento/Sales/Setup/Patch/Data/UpdateEntityTypes.php
|
||||
app/code/Magento/Sales/Setup/Patch/Data/UpdateEntityTypeModelForInvoice.php
|
||||
|
|
|
|||
|
|
@ -12299,6 +12299,12 @@ CampaignBundle/Tests/Controller/CampaignProjectSearchFunctionalTest.php
|
|||
Tests/Controller/CampaignProjectSearchFunctionalTest.php
|
||||
Controller/CampaignProjectSearchFunctionalTest.php
|
||||
CampaignProjectSearchFunctionalTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/SourceControllerUnitTest.php
|
||||
bundles/CampaignBundle/Tests/Controller/SourceControllerUnitTest.php
|
||||
CampaignBundle/Tests/Controller/SourceControllerUnitTest.php
|
||||
Tests/Controller/SourceControllerUnitTest.php
|
||||
Controller/SourceControllerUnitTest.php
|
||||
SourceControllerUnitTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/CampaignControllerTest.php
|
||||
bundles/CampaignBundle/Tests/Controller/CampaignControllerTest.php
|
||||
CampaignBundle/Tests/Controller/CampaignControllerTest.php
|
||||
|
|
@ -12337,6 +12343,12 @@ CampaignBundle/Tests/Controller/CampaignUnpublishedWorkflowFunctionalTest.php
|
|||
Tests/Controller/CampaignUnpublishedWorkflowFunctionalTest.php
|
||||
Controller/CampaignUnpublishedWorkflowFunctionalTest.php
|
||||
CampaignUnpublishedWorkflowFunctionalTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/CampaignControllerUnitTest.php
|
||||
bundles/CampaignBundle/Tests/Controller/CampaignControllerUnitTest.php
|
||||
CampaignBundle/Tests/Controller/CampaignControllerUnitTest.php
|
||||
Tests/Controller/CampaignControllerUnitTest.php
|
||||
Controller/CampaignControllerUnitTest.php
|
||||
CampaignControllerUnitTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/SourceControllerTest.php
|
||||
bundles/CampaignBundle/Tests/Controller/SourceControllerTest.php
|
||||
CampaignBundle/Tests/Controller/SourceControllerTest.php
|
||||
|
|
@ -24226,6 +24238,13 @@ Tests/Functional/Command/MaxMindDoNotSellPurgeCommandTest.php
|
|||
Functional/Command/MaxMindDoNotSellPurgeCommandTest.php
|
||||
Command/MaxMindDoNotSellPurgeCommandTest.php
|
||||
MaxMindDoNotSellPurgeCommandTest.php
|
||||
app/bundles/CoreBundle/Tests/Functional/Command/MessageOfTheDayCommandTest.php
|
||||
bundles/CoreBundle/Tests/Functional/Command/MessageOfTheDayCommandTest.php
|
||||
CoreBundle/Tests/Functional/Command/MessageOfTheDayCommandTest.php
|
||||
Tests/Functional/Command/MessageOfTheDayCommandTest.php
|
||||
Functional/Command/MessageOfTheDayCommandTest.php
|
||||
Command/MessageOfTheDayCommandTest.php
|
||||
MessageOfTheDayCommandTest.php
|
||||
app/bundles/CoreBundle/Tests/Functional/ParametersTest.php
|
||||
bundles/CoreBundle/Tests/Functional/ParametersTest.php
|
||||
CoreBundle/Tests/Functional/ParametersTest.php
|
||||
|
|
@ -28074,6 +28093,11 @@ bundles/CoreBundle/Exception/SchemaException.php
|
|||
CoreBundle/Exception/SchemaException.php
|
||||
Exception/SchemaException.php
|
||||
SchemaException.php
|
||||
app/bundles/CoreBundle/Exception/MessageOfTheDayException.php
|
||||
bundles/CoreBundle/Exception/MessageOfTheDayException.php
|
||||
CoreBundle/Exception/MessageOfTheDayException.php
|
||||
Exception/MessageOfTheDayException.php
|
||||
MessageOfTheDayException.php
|
||||
app/bundles/CoreBundle/Exception/RecordNotUnpublishedException.php
|
||||
bundles/CoreBundle/Exception/RecordNotUnpublishedException.php
|
||||
CoreBundle/Exception/RecordNotUnpublishedException.php
|
||||
|
|
@ -29341,6 +29365,11 @@ bundles/CoreBundle/Command/UnusedIpDeleteCommand.php
|
|||
CoreBundle/Command/UnusedIpDeleteCommand.php
|
||||
Command/UnusedIpDeleteCommand.php
|
||||
UnusedIpDeleteCommand.php
|
||||
app/bundles/CoreBundle/Command/MessageOfTheDayCommand.php
|
||||
bundles/CoreBundle/Command/MessageOfTheDayCommand.php
|
||||
CoreBundle/Command/MessageOfTheDayCommand.php
|
||||
Command/MessageOfTheDayCommand.php
|
||||
MessageOfTheDayCommand.php
|
||||
app/bundles/CoreBundle/Command/CleanupMaintenanceCommand.php
|
||||
bundles/CoreBundle/Command/CleanupMaintenanceCommand.php
|
||||
CoreBundle/Command/CleanupMaintenanceCommand.php
|
||||
|
|
|
|||
|
|
@ -2364,12 +2364,14 @@ app/bundles/CampaignBundle/Tests/Membership/MembershipManagerTest.php
|
|||
app/bundles/CampaignBundle/Tests/Controller/CampaignControllerFunctionalTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/VisitedPageConditionControllerFunctionalTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/CampaignProjectSearchFunctionalTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/SourceControllerUnitTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/CampaignControllerTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/Api/CampaignApiControllerFunctionalTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/Api/ContactCampaignApiControllerFunctionalTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/AjaxControllerFunctionalTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/CampaignMetricsControllerFunctionalTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/CampaignUnpublishedWorkflowFunctionalTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/CampaignControllerUnitTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/SourceControllerTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/CampaignMapStatsControllerTest.php
|
||||
app/bundles/CampaignBundle/Tests/Controller/EventControllerFunctionalTest.php
|
||||
|
|
@ -4342,6 +4344,7 @@ app/bundles/CoreBundle/Tests/Functional/Service/LocalFileAdapterServiceTest.php
|
|||
app/bundles/CoreBundle/Tests/Functional/Command/AnonymizeIpCommandTest.php
|
||||
app/bundles/CoreBundle/Tests/Functional/Command/EntityExportCommandTest.php
|
||||
app/bundles/CoreBundle/Tests/Functional/Command/MaxMindDoNotSellPurgeCommandTest.php
|
||||
app/bundles/CoreBundle/Tests/Functional/Command/MessageOfTheDayCommandTest.php
|
||||
app/bundles/CoreBundle/Tests/Functional/ParametersTest.php
|
||||
app/bundles/CoreBundle/Tests/Functional/Field/Notification/CustomFieldNotificationFunctionalTest.php
|
||||
app/bundles/CoreBundle/Tests/Functional/Controller/AjaxControllerTest.php
|
||||
|
|
@ -4886,6 +4889,7 @@ app/bundles/CoreBundle/Exception/FlattenableException.php
|
|||
app/bundles/CoreBundle/Exception/DeleteEntityDependencyException.php
|
||||
app/bundles/CoreBundle/Exception/BadConfigurationException.php
|
||||
app/bundles/CoreBundle/Exception/SchemaException.php
|
||||
app/bundles/CoreBundle/Exception/MessageOfTheDayException.php
|
||||
app/bundles/CoreBundle/Exception/RecordNotUnpublishedException.php
|
||||
app/bundles/CoreBundle/Exception/InvalidDecodedStringException.php
|
||||
app/bundles/CoreBundle/Exception/FileExistsException.php
|
||||
|
|
@ -5113,6 +5117,7 @@ app/bundles/CoreBundle/Service/OptimisticLockService.php
|
|||
app/bundles/CoreBundle/Service/BulkNotification.php
|
||||
app/bundles/CoreBundle/Service/OptimisticLockServiceInterface.php
|
||||
app/bundles/CoreBundle/Command/UnusedIpDeleteCommand.php
|
||||
app/bundles/CoreBundle/Command/MessageOfTheDayCommand.php
|
||||
app/bundles/CoreBundle/Command/CleanupMaintenanceCommand.php
|
||||
app/bundles/CoreBundle/Command/PullTransifexCommand.php
|
||||
app/bundles/CoreBundle/Command/AnonymizeIpCommand.php
|
||||
|
|
|
|||
|
|
@ -0,0 +1,342 @@
|
|||
database/factories/ModelFactory.php
|
||||
factories/ModelFactory.php
|
||||
ModelFactory.php
|
||||
database/migrations/.gitkeep
|
||||
migrations/.gitkeep
|
||||
.gitkeep
|
||||
database/seeds/DatabaseSeeder.php
|
||||
seeds/DatabaseSeeder.php
|
||||
DatabaseSeeder.php
|
||||
database/seeds/.gitkeep
|
||||
seeds/.gitkeep
|
||||
.gitkeep
|
||||
nginx_app.conf
|
||||
artisan
|
||||
phpunit.xml
|
||||
config/streams.php
|
||||
streams.php
|
||||
config/httpcache.php
|
||||
httpcache.php
|
||||
config/auth.php
|
||||
auth.php
|
||||
config/logging.php
|
||||
logging.php
|
||||
config/services.php
|
||||
services.php
|
||||
config/queue.php
|
||||
queue.php
|
||||
config/debugbar.php
|
||||
debugbar.php
|
||||
config/cache.php
|
||||
cache.php
|
||||
config/broadcasting.php
|
||||
broadcasting.php
|
||||
config/image.php
|
||||
image.php
|
||||
config/view.php
|
||||
view.php
|
||||
config/session.php
|
||||
session.php
|
||||
config/database.php
|
||||
database.php
|
||||
config/scout.php
|
||||
scout.php
|
||||
config/app.php
|
||||
app.php
|
||||
config/mail.php
|
||||
mail.php
|
||||
config/filesystems.php
|
||||
filesystems.php
|
||||
config/compile.php
|
||||
compile.php
|
||||
webpack.mix.js
|
||||
package.json
|
||||
LICENSE.md
|
||||
routes/api.php
|
||||
api.php
|
||||
routes/console.php
|
||||
console.php
|
||||
routes/web.php
|
||||
web.php
|
||||
.editorconfig
|
||||
bootstrap/autoload.php
|
||||
autoload.php
|
||||
bootstrap/app.php
|
||||
app.php
|
||||
README.md
|
||||
docs/en/01.index.md
|
||||
en/01.index.md
|
||||
01.index.md
|
||||
docs/en/01.prologue/03.change-log.md
|
||||
en/01.prologue/03.change-log.md
|
||||
01.prologue/03.change-log.md
|
||||
03.change-log.md
|
||||
docs/en/01.prologue/05.contribution-guide.md
|
||||
en/01.prologue/05.contribution-guide.md
|
||||
01.prologue/05.contribution-guide.md
|
||||
05.contribution-guide.md
|
||||
docs/en/01.prologue/04.upgrade-guide.md
|
||||
en/01.prologue/04.upgrade-guide.md
|
||||
01.prologue/04.upgrade-guide.md
|
||||
04.upgrade-guide.md
|
||||
docs/en/01.prologue/01.index.md
|
||||
en/01.prologue/01.index.md
|
||||
01.prologue/01.index.md
|
||||
01.index.md
|
||||
docs/en/01.prologue/06.addon-marketplace.md
|
||||
en/01.prologue/06.addon-marketplace.md
|
||||
01.prologue/06.addon-marketplace.md
|
||||
06.addon-marketplace.md
|
||||
docs/en/01.prologue/02.release-notes.md
|
||||
en/01.prologue/02.release-notes.md
|
||||
01.prologue/02.release-notes.md
|
||||
02.release-notes.md
|
||||
docs/en/02.getting-started/02.installation.md
|
||||
en/02.getting-started/02.installation.md
|
||||
02.getting-started/02.installation.md
|
||||
02.installation.md
|
||||
docs/en/02.getting-started/03.configuration.md
|
||||
en/02.getting-started/03.configuration.md
|
||||
02.getting-started/03.configuration.md
|
||||
03.configuration.md
|
||||
docs/en/02.getting-started/08.deployment.md
|
||||
en/02.getting-started/08.deployment.md
|
||||
02.getting-started/08.deployment.md
|
||||
08.deployment.md
|
||||
docs/en/02.getting-started/10.error-logging.md
|
||||
en/02.getting-started/10.error-logging.md
|
||||
02.getting-started/10.error-logging.md
|
||||
10.error-logging.md
|
||||
docs/en/02.getting-started/01.index.md
|
||||
en/02.getting-started/01.index.md
|
||||
02.getting-started/01.index.md
|
||||
01.index.md
|
||||
docs/en/02.getting-started/05.managing-addons.md
|
||||
en/02.getting-started/05.managing-addons.md
|
||||
02.getting-started/05.managing-addons.md
|
||||
05.managing-addons.md
|
||||
docs/en/02.getting-started/09.optimizing.md
|
||||
en/02.getting-started/09.optimizing.md
|
||||
02.getting-started/09.optimizing.md
|
||||
09.optimizing.md
|
||||
docs/en/02.getting-started/04.directory-structure.md
|
||||
en/02.getting-started/04.directory-structure.md
|
||||
02.getting-started/04.directory-structure.md
|
||||
04.directory-structure.md
|
||||
docs/en/04.the-basics/08.posts.md
|
||||
en/04.the-basics/08.posts.md
|
||||
04.the-basics/08.posts.md
|
||||
08.posts.md
|
||||
docs/en/04.the-basics/16.localization.md
|
||||
en/04.the-basics/16.localization.md
|
||||
04.the-basics/16.localization.md
|
||||
16.localization.md
|
||||
docs/en/04.the-basics/01.index.md
|
||||
en/04.the-basics/01.index.md
|
||||
04.the-basics/01.index.md
|
||||
01.index.md
|
||||
docs/en/04.the-basics/05.addons.md
|
||||
en/04.the-basics/05.addons.md
|
||||
04.the-basics/05.addons.md
|
||||
05.addons.md
|
||||
docs/en/04.the-basics/03.control-panel.md
|
||||
en/04.the-basics/03.control-panel.md
|
||||
04.the-basics/03.control-panel.md
|
||||
03.control-panel.md
|
||||
docs/en/04.the-basics/15.redirects.md
|
||||
en/04.the-basics/15.redirects.md
|
||||
04.the-basics/15.redirects.md
|
||||
15.redirects.md
|
||||
docs/en/04.the-basics/13.settings.md
|
||||
en/04.the-basics/13.settings.md
|
||||
04.the-basics/13.settings.md
|
||||
13.settings.md
|
||||
docs/en/04.the-basics/06.templating.md
|
||||
en/04.the-basics/06.templating.md
|
||||
04.the-basics/06.templating.md
|
||||
06.templating.md
|
||||
docs/en/04.the-basics/10.files.md
|
||||
en/04.the-basics/10.files.md
|
||||
04.the-basics/10.files.md
|
||||
10.files.md
|
||||
docs/en/04.the-basics/11.users.md
|
||||
en/04.the-basics/11.users.md
|
||||
04.the-basics/11.users.md
|
||||
11.users.md
|
||||
docs/en/04.the-basics/14.preferences.md
|
||||
en/04.the-basics/14.preferences.md
|
||||
04.the-basics/14.preferences.md
|
||||
14.preferences.md
|
||||
docs/en/04.the-basics/07.pages.md
|
||||
en/04.the-basics/07.pages.md
|
||||
04.the-basics/07.pages.md
|
||||
07.pages.md
|
||||
docs/en/04.the-basics/12.variables.md
|
||||
en/04.the-basics/12.variables.md
|
||||
04.the-basics/12.variables.md
|
||||
12.variables.md
|
||||
docs/en/04.the-basics/09.blocks.md
|
||||
en/04.the-basics/09.blocks.md
|
||||
04.the-basics/09.blocks.md
|
||||
09.blocks.md
|
||||
docs/en/02.prologue.md
|
||||
en/02.prologue.md
|
||||
02.prologue.md
|
||||
docs/en/03.core-concepts/01.index.md
|
||||
en/03.core-concepts/01.index.md
|
||||
03.core-concepts/01.index.md
|
||||
01.index.md
|
||||
docs/en/03.core-concepts/03.streams-and-entries.md
|
||||
en/03.core-concepts/03.streams-and-entries.md
|
||||
03.core-concepts/03.streams-and-entries.md
|
||||
03.streams-and-entries.md
|
||||
docs/en/03.core-concepts/02.architecture.md
|
||||
en/03.core-concepts/02.architecture.md
|
||||
03.core-concepts/02.architecture.md
|
||||
02.architecture.md
|
||||
resources/assets/js/components/Example.vue
|
||||
assets/js/components/Example.vue
|
||||
js/components/Example.vue
|
||||
components/Example.vue
|
||||
Example.vue
|
||||
resources/assets/js/app.js
|
||||
assets/js/app.js
|
||||
js/app.js
|
||||
app.js
|
||||
resources/assets/js/bootstrap.js
|
||||
assets/js/bootstrap.js
|
||||
js/bootstrap.js
|
||||
bootstrap.js
|
||||
resources/assets/sass/variables.scss
|
||||
assets/sass/variables.scss
|
||||
sass/variables.scss
|
||||
variables.scss
|
||||
resources/assets/sass/app.scss
|
||||
assets/sass/app.scss
|
||||
sass/app.scss
|
||||
app.scss
|
||||
resources/streams/config/distribution.php
|
||||
streams/config/distribution.php
|
||||
config/distribution.php
|
||||
distribution.php
|
||||
resources/streams/config/navigation.php
|
||||
streams/config/navigation.php
|
||||
config/navigation.php
|
||||
navigation.php
|
||||
resources/streams/config/themes.php
|
||||
streams/config/themes.php
|
||||
config/themes.php
|
||||
themes.php
|
||||
resources/streams/config/addons.php
|
||||
streams/config/addons.php
|
||||
config/addons.php
|
||||
addons.php
|
||||
resources/views/errors/503.blade.php
|
||||
views/errors/503.blade.php
|
||||
errors/503.blade.php
|
||||
503.blade.php
|
||||
resources/views/welcome.blade.php
|
||||
views/welcome.blade.php
|
||||
welcome.blade.php
|
||||
resources/views/vendor/.gitkeep
|
||||
views/vendor/.gitkeep
|
||||
vendor/.gitkeep
|
||||
.gitkeep
|
||||
resources/lang/tr/auth.php
|
||||
lang/tr/auth.php
|
||||
tr/auth.php
|
||||
auth.php
|
||||
resources/lang/tr/validation.php
|
||||
lang/tr/validation.php
|
||||
tr/validation.php
|
||||
validation.php
|
||||
resources/lang/tr/passwords.php
|
||||
lang/tr/passwords.php
|
||||
tr/passwords.php
|
||||
passwords.php
|
||||
resources/lang/tr/pagination.php
|
||||
lang/tr/pagination.php
|
||||
tr/pagination.php
|
||||
pagination.php
|
||||
resources/lang/ar/auth.php
|
||||
lang/ar/auth.php
|
||||
ar/auth.php
|
||||
auth.php
|
||||
resources/lang/ar/validation.php
|
||||
lang/ar/validation.php
|
||||
ar/validation.php
|
||||
validation.php
|
||||
resources/lang/ar/passwords.php
|
||||
lang/ar/passwords.php
|
||||
ar/passwords.php
|
||||
passwords.php
|
||||
resources/lang/ar/pagination.php
|
||||
lang/ar/pagination.php
|
||||
ar/pagination.php
|
||||
pagination.php
|
||||
resources/lang/en/auth.php
|
||||
lang/en/auth.php
|
||||
en/auth.php
|
||||
auth.php
|
||||
resources/lang/en/validation.php
|
||||
lang/en/validation.php
|
||||
en/validation.php
|
||||
validation.php
|
||||
resources/lang/en/passwords.php
|
||||
lang/en/passwords.php
|
||||
en/passwords.php
|
||||
passwords.php
|
||||
resources/lang/en/pagination.php
|
||||
lang/en/pagination.php
|
||||
en/pagination.php
|
||||
pagination.php
|
||||
resources/lang/fa/auth.php
|
||||
lang/fa/auth.php
|
||||
fa/auth.php
|
||||
auth.php
|
||||
resources/lang/fa/validation.php
|
||||
lang/fa/validation.php
|
||||
fa/validation.php
|
||||
validation.php
|
||||
resources/lang/fa/passwords.php
|
||||
lang/fa/passwords.php
|
||||
fa/passwords.php
|
||||
passwords.php
|
||||
resources/lang/fa/pagination.php
|
||||
lang/fa/pagination.php
|
||||
fa/pagination.php
|
||||
pagination.php
|
||||
app.json
|
||||
addons/.gitkeep
|
||||
.gitkeep
|
||||
Envoy.blade.php
|
||||
public/index.php
|
||||
index.php
|
||||
public/.htaccess
|
||||
.htaccess
|
||||
tests/TestCase.php
|
||||
TestCase.php
|
||||
build.xml
|
||||
Procfile
|
||||
composer.lock
|
||||
CONTRIBUTING.md
|
||||
.gitattributes
|
||||
app/README.md
|
||||
README.md
|
||||
app/Providers/BroadcastServiceProvider.php
|
||||
Providers/BroadcastServiceProvider.php
|
||||
BroadcastServiceProvider.php
|
||||
app/Providers/EventServiceProvider.php
|
||||
Providers/EventServiceProvider.php
|
||||
EventServiceProvider.php
|
||||
app/Providers/AppServiceProvider.php
|
||||
Providers/AppServiceProvider.php
|
||||
AppServiceProvider.php
|
||||
app/Providers/RouteServiceProvider.php
|
||||
Providers/RouteServiceProvider.php
|
||||
RouteServiceProvider.php
|
||||
app/Providers/AuthServiceProvider.php
|
||||
Providers/AuthServiceProvider.php
|
||||
AuthServiceProvider.php
|
||||
composer.json
|
||||
server.php
|
||||
|
|
@ -0,0 +1,115 @@
|
|||
database/factories/ModelFactory.php
|
||||
database/migrations/.gitkeep
|
||||
database/seeds/DatabaseSeeder.php
|
||||
database/seeds/.gitkeep
|
||||
nginx_app.conf
|
||||
artisan
|
||||
phpunit.xml
|
||||
config/streams.php
|
||||
config/httpcache.php
|
||||
config/auth.php
|
||||
config/logging.php
|
||||
config/services.php
|
||||
config/queue.php
|
||||
config/debugbar.php
|
||||
config/cache.php
|
||||
config/broadcasting.php
|
||||
config/image.php
|
||||
config/view.php
|
||||
config/session.php
|
||||
config/database.php
|
||||
config/scout.php
|
||||
config/app.php
|
||||
config/mail.php
|
||||
config/filesystems.php
|
||||
config/compile.php
|
||||
webpack.mix.js
|
||||
package.json
|
||||
LICENSE.md
|
||||
routes/api.php
|
||||
routes/console.php
|
||||
routes/web.php
|
||||
.editorconfig
|
||||
bootstrap/autoload.php
|
||||
bootstrap/app.php
|
||||
README.md
|
||||
docs/en/01.index.md
|
||||
docs/en/01.prologue/03.change-log.md
|
||||
docs/en/01.prologue/05.contribution-guide.md
|
||||
docs/en/01.prologue/04.upgrade-guide.md
|
||||
docs/en/01.prologue/01.index.md
|
||||
docs/en/01.prologue/06.addon-marketplace.md
|
||||
docs/en/01.prologue/02.release-notes.md
|
||||
docs/en/02.getting-started/02.installation.md
|
||||
docs/en/02.getting-started/03.configuration.md
|
||||
docs/en/02.getting-started/08.deployment.md
|
||||
docs/en/02.getting-started/10.error-logging.md
|
||||
docs/en/02.getting-started/01.index.md
|
||||
docs/en/02.getting-started/05.managing-addons.md
|
||||
docs/en/02.getting-started/09.optimizing.md
|
||||
docs/en/02.getting-started/04.directory-structure.md
|
||||
docs/en/04.the-basics/08.posts.md
|
||||
docs/en/04.the-basics/16.localization.md
|
||||
docs/en/04.the-basics/01.index.md
|
||||
docs/en/04.the-basics/05.addons.md
|
||||
docs/en/04.the-basics/03.control-panel.md
|
||||
docs/en/04.the-basics/15.redirects.md
|
||||
docs/en/04.the-basics/13.settings.md
|
||||
docs/en/04.the-basics/06.templating.md
|
||||
docs/en/04.the-basics/10.files.md
|
||||
docs/en/04.the-basics/11.users.md
|
||||
docs/en/04.the-basics/14.preferences.md
|
||||
docs/en/04.the-basics/07.pages.md
|
||||
docs/en/04.the-basics/12.variables.md
|
||||
docs/en/04.the-basics/09.blocks.md
|
||||
docs/en/02.prologue.md
|
||||
docs/en/03.core-concepts/01.index.md
|
||||
docs/en/03.core-concepts/03.streams-and-entries.md
|
||||
docs/en/03.core-concepts/02.architecture.md
|
||||
resources/assets/js/components/Example.vue
|
||||
resources/assets/js/app.js
|
||||
resources/assets/js/bootstrap.js
|
||||
resources/assets/sass/variables.scss
|
||||
resources/assets/sass/app.scss
|
||||
resources/streams/config/distribution.php
|
||||
resources/streams/config/navigation.php
|
||||
resources/streams/config/themes.php
|
||||
resources/streams/config/addons.php
|
||||
resources/views/errors/503.blade.php
|
||||
resources/views/welcome.blade.php
|
||||
resources/views/vendor/.gitkeep
|
||||
resources/lang/tr/auth.php
|
||||
resources/lang/tr/validation.php
|
||||
resources/lang/tr/passwords.php
|
||||
resources/lang/tr/pagination.php
|
||||
resources/lang/ar/auth.php
|
||||
resources/lang/ar/validation.php
|
||||
resources/lang/ar/passwords.php
|
||||
resources/lang/ar/pagination.php
|
||||
resources/lang/en/auth.php
|
||||
resources/lang/en/validation.php
|
||||
resources/lang/en/passwords.php
|
||||
resources/lang/en/pagination.php
|
||||
resources/lang/fa/auth.php
|
||||
resources/lang/fa/validation.php
|
||||
resources/lang/fa/passwords.php
|
||||
resources/lang/fa/pagination.php
|
||||
app.json
|
||||
addons/.gitkeep
|
||||
Envoy.blade.php
|
||||
public/index.php
|
||||
public/.htaccess
|
||||
tests/TestCase.php
|
||||
build.xml
|
||||
Procfile
|
||||
composer.lock
|
||||
CONTRIBUTING.md
|
||||
.gitattributes
|
||||
app/README.md
|
||||
app/Providers/BroadcastServiceProvider.php
|
||||
app/Providers/EventServiceProvider.php
|
||||
app/Providers/AppServiceProvider.php
|
||||
app/Providers/RouteServiceProvider.php
|
||||
app/Providers/AuthServiceProvider.php
|
||||
composer.json
|
||||
server.php
|
||||
|
|
@ -86501,6 +86501,11 @@ Core/Migration/V6_7/Migration1765376847SetDefaultSystemConfigLoadPreviewsOnSearc
|
|||
Migration/V6_7/Migration1765376847SetDefaultSystemConfigLoadPreviewsOnSearch.php
|
||||
V6_7/Migration1765376847SetDefaultSystemConfigLoadPreviewsOnSearch.php
|
||||
Migration1765376847SetDefaultSystemConfigLoadPreviewsOnSearch.php
|
||||
src/Core/Migration/V6_7/Migration1775200001IncreaseProductDisplayGroupLength.php
|
||||
Core/Migration/V6_7/Migration1775200001IncreaseProductDisplayGroupLength.php
|
||||
Migration/V6_7/Migration1775200001IncreaseProductDisplayGroupLength.php
|
||||
V6_7/Migration1775200001IncreaseProductDisplayGroupLength.php
|
||||
Migration1775200001IncreaseProductDisplayGroupLength.php
|
||||
src/Core/Migration/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystem.php
|
||||
Core/Migration/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystem.php
|
||||
Migration/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystem.php
|
||||
|
|
@ -86651,6 +86656,11 @@ Core/Migration/V6_7/Migration1728040169AddPrimaryOrderDelivery.php
|
|||
Migration/V6_7/Migration1728040169AddPrimaryOrderDelivery.php
|
||||
V6_7/Migration1728040169AddPrimaryOrderDelivery.php
|
||||
Migration1728040169AddPrimaryOrderDelivery.php
|
||||
src/Core/Migration/V6_7/Migration1775200002RecalculateProductDisplayGroupHash.php
|
||||
Core/Migration/V6_7/Migration1775200002RecalculateProductDisplayGroupHash.php
|
||||
Migration/V6_7/Migration1775200002RecalculateProductDisplayGroupHash.php
|
||||
V6_7/Migration1775200002RecalculateProductDisplayGroupHash.php
|
||||
Migration1775200002RecalculateProductDisplayGroupHash.php
|
||||
src/Core/Migration/V6_7/Migration1741163941AddOrderInternalComment.php
|
||||
Core/Migration/V6_7/Migration1741163941AddOrderInternalComment.php
|
||||
Migration/V6_7/Migration1741163941AddOrderInternalComment.php
|
||||
|
|
@ -86811,6 +86821,11 @@ Core/Migration/V6_7/Migration1765205483AddTrackOffcanvasCartToAnalytics.php
|
|||
Migration/V6_7/Migration1765205483AddTrackOffcanvasCartToAnalytics.php
|
||||
V6_7/Migration1765205483AddTrackOffcanvasCartToAnalytics.php
|
||||
Migration1765205483AddTrackOffcanvasCartToAnalytics.php
|
||||
src/Core/Migration/V6_7/Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProducts.php
|
||||
Core/Migration/V6_7/Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProducts.php
|
||||
Migration/V6_7/Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProducts.php
|
||||
V6_7/Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProducts.php
|
||||
Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProducts.php
|
||||
src/Core/Migration/V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
|
||||
Core/Migration/V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
|
||||
Migration/V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
|
||||
|
|
@ -90692,6 +90707,12 @@ Core/Content/Cms/CmsPageDefinition.php
|
|||
Content/Cms/CmsPageDefinition.php
|
||||
Cms/CmsPageDefinition.php
|
||||
CmsPageDefinition.php
|
||||
src/Core/Content/Cms/Service/EntityCmsSlotConfigInheritanceBuilder.php
|
||||
Core/Content/Cms/Service/EntityCmsSlotConfigInheritanceBuilder.php
|
||||
Content/Cms/Service/EntityCmsSlotConfigInheritanceBuilder.php
|
||||
Cms/Service/EntityCmsSlotConfigInheritanceBuilder.php
|
||||
Service/EntityCmsSlotConfigInheritanceBuilder.php
|
||||
EntityCmsSlotConfigInheritanceBuilder.php
|
||||
src/Core/Content/Cms/Command/CreatePageCommand.php
|
||||
Core/Content/Cms/Command/CreatePageCommand.php
|
||||
Content/Cms/Command/CreatePageCommand.php
|
||||
|
|
@ -116059,12 +116080,6 @@ Framework/Adapter/Composer/ComposerInfoProvider.php
|
|||
Adapter/Composer/ComposerInfoProvider.php
|
||||
Composer/ComposerInfoProvider.php
|
||||
ComposerInfoProvider.php
|
||||
src/Core/Framework/Adapter/Database/Mysql.php
|
||||
Core/Framework/Adapter/Database/Mysql.php
|
||||
Framework/Adapter/Database/Mysql.php
|
||||
Adapter/Database/Mysql.php
|
||||
Database/Mysql.php
|
||||
Mysql.php
|
||||
src/Core/Framework/Adapter/Database/MySQLFactory.php
|
||||
Core/Framework/Adapter/Database/MySQLFactory.php
|
||||
Framework/Adapter/Database/MySQLFactory.php
|
||||
|
|
@ -123506,6 +123521,13 @@ StaticAnalyze/PHPStan/Rules/UseCLIContextRule.php
|
|||
PHPStan/Rules/UseCLIContextRule.php
|
||||
Rules/UseCLIContextRule.php
|
||||
UseCLIContextRule.php
|
||||
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoLegacySqlHashFunctionRule.php
|
||||
Core/DevOps/StaticAnalyze/PHPStan/Rules/NoLegacySqlHashFunctionRule.php
|
||||
DevOps/StaticAnalyze/PHPStan/Rules/NoLegacySqlHashFunctionRule.php
|
||||
StaticAnalyze/PHPStan/Rules/NoLegacySqlHashFunctionRule.php
|
||||
PHPStan/Rules/NoLegacySqlHashFunctionRule.php
|
||||
Rules/NoLegacySqlHashFunctionRule.php
|
||||
NoLegacySqlHashFunctionRule.php
|
||||
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoUnserializeUsageRule.php
|
||||
Core/DevOps/StaticAnalyze/PHPStan/Rules/NoUnserializeUsageRule.php
|
||||
DevOps/StaticAnalyze/PHPStan/Rules/NoUnserializeUsageRule.php
|
||||
|
|
@ -125541,12 +125563,6 @@ Storefront/Framework/Captcha/HoneypotCaptchaTest.php
|
|||
Framework/Captcha/HoneypotCaptchaTest.php
|
||||
Captcha/HoneypotCaptchaTest.php
|
||||
HoneypotCaptchaTest.php
|
||||
tests/integration/Storefront/Framework/Captcha/BasicCaptchaTest.php
|
||||
integration/Storefront/Framework/Captcha/BasicCaptchaTest.php
|
||||
Storefront/Framework/Captcha/BasicCaptchaTest.php
|
||||
Framework/Captcha/BasicCaptchaTest.php
|
||||
Captcha/BasicCaptchaTest.php
|
||||
BasicCaptchaTest.php
|
||||
tests/integration/Storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGeneratorTest.php
|
||||
integration/Storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGeneratorTest.php
|
||||
Storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGeneratorTest.php
|
||||
|
|
@ -126432,6 +126448,13 @@ Content/Product/DataAbstractionLayer/ProductCategoryDenormalizerTest.php
|
|||
Product/DataAbstractionLayer/ProductCategoryDenormalizerTest.php
|
||||
DataAbstractionLayer/ProductCategoryDenormalizerTest.php
|
||||
ProductCategoryDenormalizerTest.php
|
||||
tests/integration/Core/Content/Product/DataAbstractionLayer/VariantListingUpdaterTest.php
|
||||
integration/Core/Content/Product/DataAbstractionLayer/VariantListingUpdaterTest.php
|
||||
Core/Content/Product/DataAbstractionLayer/VariantListingUpdaterTest.php
|
||||
Content/Product/DataAbstractionLayer/VariantListingUpdaterTest.php
|
||||
Product/DataAbstractionLayer/VariantListingUpdaterTest.php
|
||||
DataAbstractionLayer/VariantListingUpdaterTest.php
|
||||
VariantListingUpdaterTest.php
|
||||
tests/integration/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php
|
||||
integration/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php
|
||||
Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php
|
||||
|
|
@ -126640,6 +126663,13 @@ Content/Product/Repository/ProductRepositoryTest.php
|
|||
Product/Repository/ProductRepositoryTest.php
|
||||
Repository/ProductRepositoryTest.php
|
||||
ProductRepositoryTest.php
|
||||
tests/integration/Core/Content/Product/Repository/ProductCrossSellingAssignedProductsRepositoryTest.php
|
||||
integration/Core/Content/Product/Repository/ProductCrossSellingAssignedProductsRepositoryTest.php
|
||||
Core/Content/Product/Repository/ProductCrossSellingAssignedProductsRepositoryTest.php
|
||||
Content/Product/Repository/ProductCrossSellingAssignedProductsRepositoryTest.php
|
||||
Product/Repository/ProductCrossSellingAssignedProductsRepositoryTest.php
|
||||
Repository/ProductCrossSellingAssignedProductsRepositoryTest.php
|
||||
ProductCrossSellingAssignedProductsRepositoryTest.php
|
||||
tests/integration/Core/Content/Product/Repository/ProductSearchScoringTest.php
|
||||
integration/Core/Content/Product/Repository/ProductSearchScoringTest.php
|
||||
Core/Content/Product/Repository/ProductSearchScoringTest.php
|
||||
|
|
@ -137030,6 +137060,11 @@ migration/Core/V6_7/Migration1768545322AssignRevocationPageToSystemConfigSetting
|
|||
Core/V6_7/Migration1768545322AssignRevocationPageToSystemConfigSettingTest.php
|
||||
V6_7/Migration1768545322AssignRevocationPageToSystemConfigSettingTest.php
|
||||
Migration1768545322AssignRevocationPageToSystemConfigSettingTest.php
|
||||
tests/migration/Core/V6_7/Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProductsTest.php
|
||||
migration/Core/V6_7/Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProductsTest.php
|
||||
Core/V6_7/Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProductsTest.php
|
||||
V6_7/Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProductsTest.php
|
||||
Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProductsTest.php
|
||||
tests/migration/Core/V6_7/Migration1770903396AddRequirementsToServiceSourceConfigTest.php
|
||||
migration/Core/V6_7/Migration1770903396AddRequirementsToServiceSourceConfigTest.php
|
||||
Core/V6_7/Migration1770903396AddRequirementsToServiceSourceConfigTest.php
|
||||
|
|
@ -137180,6 +137215,11 @@ migration/Core/V6_7/Migration1743064966CartConfigSubtotalTaxColumnTest.php
|
|||
Core/V6_7/Migration1743064966CartConfigSubtotalTaxColumnTest.php
|
||||
V6_7/Migration1743064966CartConfigSubtotalTaxColumnTest.php
|
||||
Migration1743064966CartConfigSubtotalTaxColumnTest.php
|
||||
tests/migration/Core/V6_7/Migration1775200001IncreaseProductDisplayGroupLengthTest.php
|
||||
migration/Core/V6_7/Migration1775200001IncreaseProductDisplayGroupLengthTest.php
|
||||
Core/V6_7/Migration1775200001IncreaseProductDisplayGroupLengthTest.php
|
||||
V6_7/Migration1775200001IncreaseProductDisplayGroupLengthTest.php
|
||||
Migration1775200001IncreaseProductDisplayGroupLengthTest.php
|
||||
tests/migration/Core/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdateTest.php
|
||||
migration/Core/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdateTest.php
|
||||
Core/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdateTest.php
|
||||
|
|
@ -139148,6 +139188,16 @@ Rules/data/AttributeFinalRule/FinalAttributeClass.php
|
|||
data/AttributeFinalRule/FinalAttributeClass.php
|
||||
AttributeFinalRule/FinalAttributeClass.php
|
||||
FinalAttributeClass.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NoLegacySqlHashFunctionRule/LegacySqlHashUsage.php
|
||||
devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NoLegacySqlHashFunctionRule/LegacySqlHashUsage.php
|
||||
Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NoLegacySqlHashFunctionRule/LegacySqlHashUsage.php
|
||||
DevOps/StaticAnalyse/PHPStan/Rules/data/NoLegacySqlHashFunctionRule/LegacySqlHashUsage.php
|
||||
StaticAnalyse/PHPStan/Rules/data/NoLegacySqlHashFunctionRule/LegacySqlHashUsage.php
|
||||
PHPStan/Rules/data/NoLegacySqlHashFunctionRule/LegacySqlHashUsage.php
|
||||
Rules/data/NoLegacySqlHashFunctionRule/LegacySqlHashUsage.php
|
||||
data/NoLegacySqlHashFunctionRule/LegacySqlHashUsage.php
|
||||
NoLegacySqlHashFunctionRule/LegacySqlHashUsage.php
|
||||
LegacySqlHashUsage.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/DALFieldsMustBeRegisteredWithSchemaBuilder/InTestNamespace.php
|
||||
devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/DALFieldsMustBeRegisteredWithSchemaBuilder/InTestNamespace.php
|
||||
Core/DevOps/StaticAnalyse/PHPStan/Rules/data/DALFieldsMustBeRegisteredWithSchemaBuilder/InTestNamespace.php
|
||||
|
|
@ -139336,6 +139386,14 @@ Rules/Symplify/NoReturnSetterMethodWithFluentSettersRule/NoReturnSetterMethodWit
|
|||
Symplify/NoReturnSetterMethodWithFluentSettersRule/NoReturnSetterMethodWithFluentSettersRuleTest.php
|
||||
NoReturnSetterMethodWithFluentSettersRule/NoReturnSetterMethodWithFluentSettersRuleTest.php
|
||||
NoReturnSetterMethodWithFluentSettersRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/NoLegacySqlHashFunctionRuleTest.php
|
||||
devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/NoLegacySqlHashFunctionRuleTest.php
|
||||
Core/DevOps/StaticAnalyse/PHPStan/Rules/NoLegacySqlHashFunctionRuleTest.php
|
||||
DevOps/StaticAnalyse/PHPStan/Rules/NoLegacySqlHashFunctionRuleTest.php
|
||||
StaticAnalyse/PHPStan/Rules/NoLegacySqlHashFunctionRuleTest.php
|
||||
PHPStan/Rules/NoLegacySqlHashFunctionRuleTest.php
|
||||
Rules/NoLegacySqlHashFunctionRuleTest.php
|
||||
NoLegacySqlHashFunctionRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/AclValidPermissionsInRouteAttributesRuleTest.php
|
||||
devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/AclValidPermissionsInRouteAttributesRuleTest.php
|
||||
Core/DevOps/StaticAnalyse/PHPStan/Rules/AclValidPermissionsInRouteAttributesRuleTest.php
|
||||
|
|
@ -141517,6 +141575,12 @@ Storefront/Framework/Captcha/GoogleReCaptchaV2Test.php
|
|||
Framework/Captcha/GoogleReCaptchaV2Test.php
|
||||
Captcha/GoogleReCaptchaV2Test.php
|
||||
GoogleReCaptchaV2Test.php
|
||||
tests/unit/Storefront/Framework/Captcha/BasicCaptchaTest.php
|
||||
unit/Storefront/Framework/Captcha/BasicCaptchaTest.php
|
||||
Storefront/Framework/Captcha/BasicCaptchaTest.php
|
||||
Framework/Captcha/BasicCaptchaTest.php
|
||||
Captcha/BasicCaptchaTest.php
|
||||
BasicCaptchaTest.php
|
||||
tests/unit/Storefront/Framework/Captcha/CaptchaCookieCollectListenerTest.php
|
||||
unit/Storefront/Framework/Captcha/CaptchaCookieCollectListenerTest.php
|
||||
Storefront/Framework/Captcha/CaptchaCookieCollectListenerTest.php
|
||||
|
|
@ -142462,6 +142526,13 @@ Cms/SalesChannel/Struct/VideoStructTest.php
|
|||
SalesChannel/Struct/VideoStructTest.php
|
||||
Struct/VideoStructTest.php
|
||||
VideoStructTest.php
|
||||
tests/unit/Core/Content/Cms/Service/EntityCmsSlotConfigInheritanceBuilderTest.php
|
||||
unit/Core/Content/Cms/Service/EntityCmsSlotConfigInheritanceBuilderTest.php
|
||||
Core/Content/Cms/Service/EntityCmsSlotConfigInheritanceBuilderTest.php
|
||||
Content/Cms/Service/EntityCmsSlotConfigInheritanceBuilderTest.php
|
||||
Cms/Service/EntityCmsSlotConfigInheritanceBuilderTest.php
|
||||
Service/EntityCmsSlotConfigInheritanceBuilderTest.php
|
||||
EntityCmsSlotConfigInheritanceBuilderTest.php
|
||||
tests/unit/Core/Content/Cms/Command/CreatePageCommandTest.php
|
||||
unit/Core/Content/Cms/Command/CreatePageCommandTest.php
|
||||
Core/Content/Cms/Command/CreatePageCommandTest.php
|
||||
|
|
@ -146354,6 +146425,13 @@ System/User/Recovery/UserRecoveryRequestEventTest.php
|
|||
User/Recovery/UserRecoveryRequestEventTest.php
|
||||
Recovery/UserRecoveryRequestEventTest.php
|
||||
UserRecoveryRequestEventTest.php
|
||||
tests/unit/Core/System/User/Api/UserRecoveryControllerTest.php
|
||||
unit/Core/System/User/Api/UserRecoveryControllerTest.php
|
||||
Core/System/User/Api/UserRecoveryControllerTest.php
|
||||
System/User/Api/UserRecoveryControllerTest.php
|
||||
User/Api/UserRecoveryControllerTest.php
|
||||
Api/UserRecoveryControllerTest.php
|
||||
UserRecoveryControllerTest.php
|
||||
tests/unit/Core/System/User/UserExceptionTest.php
|
||||
unit/Core/System/User/UserExceptionTest.php
|
||||
Core/System/User/UserExceptionTest.php
|
||||
|
|
@ -147016,6 +147094,13 @@ Checkout/Customer/Api/CustomerGroupRegistrationActionControllerTest.php
|
|||
Customer/Api/CustomerGroupRegistrationActionControllerTest.php
|
||||
Api/CustomerGroupRegistrationActionControllerTest.php
|
||||
CustomerGroupRegistrationActionControllerTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/LoginRouteTest.php
|
||||
unit/Core/Checkout/Customer/SalesChannel/LoginRouteTest.php
|
||||
Core/Checkout/Customer/SalesChannel/LoginRouteTest.php
|
||||
Checkout/Customer/SalesChannel/LoginRouteTest.php
|
||||
Customer/SalesChannel/LoginRouteTest.php
|
||||
SalesChannel/LoginRouteTest.php
|
||||
LoginRouteTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRouteTest.php
|
||||
unit/Core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRouteTest.php
|
||||
Core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRouteTest.php
|
||||
|
|
@ -147044,6 +147129,13 @@ Checkout/Customer/SalesChannel/ListAddressRouteTest.php
|
|||
Customer/SalesChannel/ListAddressRouteTest.php
|
||||
SalesChannel/ListAddressRouteTest.php
|
||||
ListAddressRouteTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/ResetPasswordRouteTest.php
|
||||
unit/Core/Checkout/Customer/SalesChannel/ResetPasswordRouteTest.php
|
||||
Core/Checkout/Customer/SalesChannel/ResetPasswordRouteTest.php
|
||||
Checkout/Customer/SalesChannel/ResetPasswordRouteTest.php
|
||||
Customer/SalesChannel/ResetPasswordRouteTest.php
|
||||
SalesChannel/ResetPasswordRouteTest.php
|
||||
ResetPasswordRouteTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/RegisterConfirmRouteTest.php
|
||||
unit/Core/Checkout/Customer/SalesChannel/RegisterConfirmRouteTest.php
|
||||
Core/Checkout/Customer/SalesChannel/RegisterConfirmRouteTest.php
|
||||
|
|
@ -149957,6 +150049,12 @@ Core/Framework/Routing/CoreSubscriberTest.php
|
|||
Framework/Routing/CoreSubscriberTest.php
|
||||
Routing/CoreSubscriberTest.php
|
||||
CoreSubscriberTest.php
|
||||
tests/unit/Core/Framework/Routing/ApiRouteScopeTest.php
|
||||
unit/Core/Framework/Routing/ApiRouteScopeTest.php
|
||||
Core/Framework/Routing/ApiRouteScopeTest.php
|
||||
Framework/Routing/ApiRouteScopeTest.php
|
||||
Routing/ApiRouteScopeTest.php
|
||||
ApiRouteScopeTest.php
|
||||
tests/unit/Core/Framework/Routing/Event/MaintenanceModeRequestEventTest.php
|
||||
unit/Core/Framework/Routing/Event/MaintenanceModeRequestEventTest.php
|
||||
Core/Framework/Routing/Event/MaintenanceModeRequestEventTest.php
|
||||
|
|
@ -154653,6 +154751,13 @@ Framework/Api/Controller/ApiControllerTest.php
|
|||
Api/Controller/ApiControllerTest.php
|
||||
Controller/ApiControllerTest.php
|
||||
ApiControllerTest.php
|
||||
tests/unit/Core/Framework/Api/Controller/AuthControllerTest.php
|
||||
unit/Core/Framework/Api/Controller/AuthControllerTest.php
|
||||
Core/Framework/Api/Controller/AuthControllerTest.php
|
||||
Framework/Api/Controller/AuthControllerTest.php
|
||||
Api/Controller/AuthControllerTest.php
|
||||
Controller/AuthControllerTest.php
|
||||
AuthControllerTest.php
|
||||
tests/unit/Core/Framework/Api/Controller/InfoControllerTest.php
|
||||
unit/Core/Framework/Api/Controller/InfoControllerTest.php
|
||||
Core/Framework/Api/Controller/InfoControllerTest.php
|
||||
|
|
@ -157721,9 +157826,6 @@ config-schema.json
|
|||
UPGRADE-6.7.md
|
||||
.devcontainer/devcontainer.json
|
||||
devcontainer.json
|
||||
vendor-bin/cs-fixer/composer.json
|
||||
cs-fixer/composer.json
|
||||
composer.json
|
||||
vendor-bin/rector/composer.json
|
||||
rector/composer.json
|
||||
composer.json
|
||||
|
|
|
|||
|
|
@ -13037,6 +13037,7 @@ src/Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
|||
src/Core/Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
|
||||
src/Core/Migration/V6_7/Migration1773112488SetDefaultCmsPageIdForCategories.php
|
||||
src/Core/Migration/V6_7/Migration1765376847SetDefaultSystemConfigLoadPreviewsOnSearch.php
|
||||
src/Core/Migration/V6_7/Migration1775200001IncreaseProductDisplayGroupLength.php
|
||||
src/Core/Migration/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystem.php
|
||||
src/Core/Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
|
||||
src/Core/Migration/V6_7/Migration1742563555AddNotificationTable.php
|
||||
|
|
@ -13067,6 +13068,7 @@ src/Core/Migration/V6_7/Migration1773647849AlignFlowNameWithEventName.php
|
|||
src/Core/Migration/V6_7/Migration1763125891AddProductTypeColumn.php
|
||||
src/Core/Migration/V6_7/Migration1772178695ChangeProductExportProductStreamDeleteRule.php
|
||||
src/Core/Migration/V6_7/Migration1728040169AddPrimaryOrderDelivery.php
|
||||
src/Core/Migration/V6_7/Migration1775200002RecalculateProductDisplayGroupHash.php
|
||||
src/Core/Migration/V6_7/Migration1741163941AddOrderInternalComment.php
|
||||
src/Core/Migration/V6_7/Migration1773826242RenameAgenticCommerceSalesChannelType.php
|
||||
src/Core/Migration/V6_7/Migration1763377575SendEmailAfterPasswordChangeFlow.php
|
||||
|
|
@ -13099,6 +13101,7 @@ src/Core/Migration/V6_7/Migration1764064756AddCustomFieldSearchable.php
|
|||
src/Core/Migration/V6_7/Migration1742568836CreateThemeRuntimeConfigTable.php
|
||||
src/Core/Migration/V6_7/Migration1773047964AddZugferdCancellationInvoice.php
|
||||
src/Core/Migration/V6_7/Migration1765205483AddTrackOffcanvasCartToAnalytics.php
|
||||
src/Core/Migration/V6_7/Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProducts.php
|
||||
src/Core/Migration/V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
|
||||
src/Core/Migration/V6_7/Migration1752219159AddLanguageActive.php
|
||||
src/Core/Migration/V6_7/Migration1748326970UpdateMailTemplatesForAccessibility.php
|
||||
|
|
@ -13775,6 +13778,7 @@ src/Core/Content/Cms/SalesChannel/Struct/BuyBoxStruct.php
|
|||
src/Core/Content/Cms/SalesChannel/Struct/ImageSliderStruct.php
|
||||
src/Core/Content/Cms/CmsPageCollection.php
|
||||
src/Core/Content/Cms/CmsPageDefinition.php
|
||||
src/Core/Content/Cms/Service/EntityCmsSlotConfigInheritanceBuilder.php
|
||||
src/Core/Content/Cms/Command/CreatePageCommand.php
|
||||
src/Core/Content/Cms/DataResolver/FieldConfig.php
|
||||
src/Core/Content/Cms/DataResolver/ResolverContext/ResolverContext.php
|
||||
|
|
@ -17748,7 +17752,6 @@ src/Core/Framework/Adapter/Kernel/HttpCacheKernel.php
|
|||
src/Core/Framework/Adapter/Kernel/HttpKernel.php
|
||||
src/Core/Framework/Adapter/Composer/ComposerPackage.php
|
||||
src/Core/Framework/Adapter/Composer/ComposerInfoProvider.php
|
||||
src/Core/Framework/Adapter/Database/Mysql.php
|
||||
src/Core/Framework/Adapter/Database/MySQLFactory.php
|
||||
src/Core/Framework/Adapter/Database/ReplicaConnection.php
|
||||
src/Core/Framework/Adapter/Command/CacheWatchDelayedCommand.php
|
||||
|
|
@ -18844,6 +18847,7 @@ src/Core/DevOps/StaticAnalyze/PHPStan/Rules/RouteScopeRule.php
|
|||
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoUpdatesInExecuteQueryRule.php
|
||||
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoRuntimeExceptionInDomainExceptionsRule.php
|
||||
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/UseCLIContextRule.php
|
||||
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoLegacySqlHashFunctionRule.php
|
||||
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoUnserializeUsageRule.php
|
||||
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoSuperGlobalsInsideCompilerPassRule.php
|
||||
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/StorefrontRouteUsageRule.php
|
||||
|
|
@ -19283,7 +19287,6 @@ tests/integration/Storefront/Framework/Routing/ResponseHeaderListenerTest.php
|
|||
tests/integration/Storefront/Framework/App/AppStateServiceThemeTest.php
|
||||
tests/integration/Storefront/Framework/App/TemplateStateServiceTest.php
|
||||
tests/integration/Storefront/Framework/Captcha/HoneypotCaptchaTest.php
|
||||
tests/integration/Storefront/Framework/Captcha/BasicCaptchaTest.php
|
||||
tests/integration/Storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGeneratorTest.php
|
||||
tests/integration/Storefront/Framework/Captcha/CaptchaRouteListenerTest.php
|
||||
tests/integration/Storefront/Framework/Seo/SeoUrlTemplateRepositoryTest.php
|
||||
|
|
@ -19413,6 +19416,7 @@ tests/integration/Core/Content/Product/DataAbstractionLayer/CheapestPrice/Cheape
|
|||
tests/integration/Core/Content/Product/DataAbstractionLayer/StatesUpdaterTest.php
|
||||
tests/integration/Core/Content/Product/DataAbstractionLayer/SearchKeywordUpdaterTest.php
|
||||
tests/integration/Core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizerTest.php
|
||||
tests/integration/Core/Content/Product/DataAbstractionLayer/VariantListingUpdaterTest.php
|
||||
tests/integration/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php
|
||||
tests/integration/Core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerTest.php
|
||||
tests/integration/Core/Content/Product/Api/ProductApiTest.php
|
||||
|
|
@ -19441,6 +19445,7 @@ tests/integration/Core/Content/Product/Cleanup/CleanupProductKeywordDictionaryTa
|
|||
tests/integration/Core/Content/Product/Repository/ProductTagTest.php
|
||||
tests/integration/Core/Content/Product/Repository/ProductSearchKeywordTest.php
|
||||
tests/integration/Core/Content/Product/Repository/ProductRepositoryTest.php
|
||||
tests/integration/Core/Content/Product/Repository/ProductCrossSellingAssignedProductsRepositoryTest.php
|
||||
tests/integration/Core/Content/Product/Repository/ProductSearchScoringTest.php
|
||||
tests/integration/Core/Content/Product/Subscriber/ProductLoadedSubscriberTest.php
|
||||
tests/integration/Core/Content/Product/Subscriber/ProductSubscriberBeforeDeleteIntegrationTest.php
|
||||
|
|
@ -20756,6 +20761,7 @@ tests/migration/Core/V6_7/Migration1773815272SalesChannelNameTranslationTest.php
|
|||
tests/migration/Core/V6_7/Migration1717573310ImportExportTechnicalNameRequiredTest.php
|
||||
tests/migration/Core/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormatTest.php
|
||||
tests/migration/Core/V6_7/Migration1768545322AssignRevocationPageToSystemConfigSettingTest.php
|
||||
tests/migration/Core/V6_7/Migration1775208486AddUniqueIndexToProductCrossSellingAssignedProductsTest.php
|
||||
tests/migration/Core/V6_7/Migration1770903396AddRequirementsToServiceSourceConfigTest.php
|
||||
tests/migration/Core/V6_7/Migration1773826242RenameAgenticCommerceSalesChannelTypeTest.php
|
||||
tests/migration/Core/V6_7/Migration1768545320RevocationRequestCmsFormTest.php
|
||||
|
|
@ -20786,6 +20792,7 @@ tests/migration/Core/V6_7/Migration1770740885AddRevisionToConsentStateTest.php
|
|||
tests/migration/Core/V6_7/Migration1743151679AddContextGatewayUrlTest.php
|
||||
tests/migration/Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
|
||||
tests/migration/Core/V6_7/Migration1743064966CartConfigSubtotalTaxColumnTest.php
|
||||
tests/migration/Core/V6_7/Migration1775200001IncreaseProductDisplayGroupLengthTest.php
|
||||
tests/migration/Core/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdateTest.php
|
||||
tests/migration/Core/V6_7/Migration1764580028AddAltAttributeToOrderConfirmationMailImagesTest.php
|
||||
tests/migration/Core/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystemTest.php
|
||||
|
|
@ -21100,6 +21107,7 @@ tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NoDalAutoload/in-core-
|
|||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NoDalAutoload/in-test-namespace.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/AttributeFinalRule/NonFinalAttributeClass.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/AttributeFinalRule/FinalAttributeClass.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NoLegacySqlHashFunctionRule/LegacySqlHashUsage.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/DALFieldsMustBeRegisteredWithSchemaBuilder/InTestNamespace.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/DALFieldsMustBeRegisteredWithSchemaBuilder/NotRegisteredField.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/DALFieldsMustBeRegisteredWithSchemaBuilder/MyTranslatedField.php
|
||||
|
|
@ -21121,6 +21129,7 @@ tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/NoRouteOverrideInDecorators
|
|||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/RouteScopeRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/Symplify/NoReturnSetterMethodWithFluentSettersRule/config/configured_rule.neon
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/Symplify/NoReturnSetterMethodWithFluentSettersRule/NoReturnSetterMethodWithFluentSettersRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/NoLegacySqlHashFunctionRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/AclValidPermissionsInRouteAttributesRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/NoStaticRuntimeExceptionReturnRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/ShopwareNamespaceStyleRuleTest.php
|
||||
|
|
@ -21425,6 +21434,7 @@ tests/unit/Storefront/Framework/Routing/MaintenanceModeResolverTest.php
|
|||
tests/unit/Storefront/Framework/App/Template/IconTemplateLoaderTest.php
|
||||
tests/unit/Storefront/Framework/Captcha/GoogleReCaptchaV3Test.php
|
||||
tests/unit/Storefront/Framework/Captcha/GoogleReCaptchaV2Test.php
|
||||
tests/unit/Storefront/Framework/Captcha/BasicCaptchaTest.php
|
||||
tests/unit/Storefront/Framework/Captcha/CaptchaCookieCollectListenerTest.php
|
||||
tests/unit/Storefront/Framework/Captcha/CaptchaRouteListenerTest.php
|
||||
tests/unit/Storefront/Framework/Seo/SeoUrlRouteNameEnumProviderTest.php
|
||||
|
|
@ -21574,6 +21584,7 @@ tests/unit/Core/Content/Cms/SalesChannel/CmsRouteTest.php
|
|||
tests/unit/Core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderTest.php
|
||||
tests/unit/Core/Content/Cms/SalesChannel/Struct/ImageStructTest.php
|
||||
tests/unit/Core/Content/Cms/SalesChannel/Struct/VideoStructTest.php
|
||||
tests/unit/Core/Content/Cms/Service/EntityCmsSlotConfigInheritanceBuilderTest.php
|
||||
tests/unit/Core/Content/Cms/Command/CreatePageCommandTest.php
|
||||
tests/unit/Core/Content/Cms/DataResolver/CmsSlotsMultiDataResolverTest.php
|
||||
tests/unit/Core/Content/Cms/DataResolver/FieldConfigTest.php
|
||||
|
|
@ -22098,6 +22109,7 @@ tests/unit/Core/System/SalesChannel/StoreApiCustomFieldMapperTest.php
|
|||
tests/unit/Core/System/SalesChannel/Rule/SalesChannelRuleTest.php
|
||||
tests/unit/Core/System/User/Recovery/UserRecoveryServiceTest.php
|
||||
tests/unit/Core/System/User/Recovery/UserRecoveryRequestEventTest.php
|
||||
tests/unit/Core/System/User/Api/UserRecoveryControllerTest.php
|
||||
tests/unit/Core/System/User/UserExceptionTest.php
|
||||
tests/unit/Core/System/SystemConfig/_fixtures/valid_config.xml
|
||||
tests/unit/Core/System/SystemConfig/_fixtures/invalid_config.xml
|
||||
|
|
@ -22186,10 +22198,12 @@ tests/unit/Core/Checkout/Customer/Event/CustomerBeforeLoginEventTest.php
|
|||
tests/unit/Core/Checkout/Customer/DataAbstractionLayer/CustomerIndexerTest.php
|
||||
tests/unit/Core/Checkout/Customer/DeleteUnusedGuestCustomerServiceTest.php
|
||||
tests/unit/Core/Checkout/Customer/Api/CustomerGroupRegistrationActionControllerTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/LoginRouteTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRouteTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/RegisterRouteTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/AccountServiceTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/ListAddressRouteTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/ResetPasswordRouteTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/RegisterConfirmRouteTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/UpsertAddressRouteTest.php
|
||||
tests/unit/Core/Checkout/Customer/SalesChannel/ImitateCustomerRouteTest.php
|
||||
|
|
@ -22584,6 +22598,7 @@ tests/unit/Core/Framework/RateLimiter/Policy/SystemConfigLimiterTest.php
|
|||
tests/unit/Core/Framework/RateLimiter/Policy/RateLimiterFactoryTest.php
|
||||
tests/unit/Core/Framework/Uuid/UuidTest.php
|
||||
tests/unit/Core/Framework/Routing/CoreSubscriberTest.php
|
||||
tests/unit/Core/Framework/Routing/ApiRouteScopeTest.php
|
||||
tests/unit/Core/Framework/Routing/Event/MaintenanceModeRequestEventTest.php
|
||||
tests/unit/Core/Framework/Routing/CanonicalRedirectServiceTest.php
|
||||
tests/unit/Core/Framework/Routing/Exception/CustomerNotLoggedInRoutingExceptionTest.php
|
||||
|
|
@ -23161,6 +23176,7 @@ tests/unit/Core/Framework/Api/Sync/SyncFkResolverTest.php
|
|||
tests/unit/Core/Framework/Api/Sync/SyncOperationTest.php
|
||||
tests/unit/Core/Framework/Api/Sync/SyncServiceTest.php
|
||||
tests/unit/Core/Framework/Api/Controller/ApiControllerTest.php
|
||||
tests/unit/Core/Framework/Api/Controller/AuthControllerTest.php
|
||||
tests/unit/Core/Framework/Api/Controller/InfoControllerTest.php
|
||||
tests/unit/Core/Framework/Api/Controller/UserControllerTest.php
|
||||
tests/unit/Core/Framework/Api/Controller/Fixtures/AdminExtensionApiPluginWithLocalEntryPoint/Resources/public/meteor-app/index.html
|
||||
|
|
@ -23592,7 +23608,6 @@ config-schema.json
|
|||
.danger.php
|
||||
UPGRADE-6.7.md
|
||||
.devcontainer/devcontainer.json
|
||||
vendor-bin/cs-fixer/composer.json
|
||||
vendor-bin/rector/composer.json
|
||||
vendor-bin/roave-backward-compatibility-check/phpunit.xml.dist
|
||||
vendor-bin/roave-backward-compatibility-check/bin/verify-version.php
|
||||
|
|
|
|||
|
|
@ -3462,6 +3462,10 @@ resources/views/livewire/oauth-clients.blade.php
|
|||
views/livewire/oauth-clients.blade.php
|
||||
livewire/oauth-clients.blade.php
|
||||
oauth-clients.blade.php
|
||||
resources/views/livewire/admin-personal-access-tokens.blade.php
|
||||
views/livewire/admin-personal-access-tokens.blade.php
|
||||
livewire/admin-personal-access-tokens.blade.php
|
||||
admin-personal-access-tokens.blade.php
|
||||
resources/views/livewire/personal-access-tokens.blade.php
|
||||
views/livewire/personal-access-tokens.blade.php
|
||||
livewire/personal-access-tokens.blade.php
|
||||
|
|
@ -39258,6 +39262,10 @@ Feature/Importing/Ui/ImportTest.php
|
|||
Importing/Ui/ImportTest.php
|
||||
Ui/ImportTest.php
|
||||
ImportTest.php
|
||||
tests/Feature/Settings/OauthSettingsTest.php
|
||||
Feature/Settings/OauthSettingsTest.php
|
||||
Settings/OauthSettingsTest.php
|
||||
OauthSettingsTest.php
|
||||
tests/Feature/Settings/LdapSettingsTest.php
|
||||
Feature/Settings/LdapSettingsTest.php
|
||||
Settings/LdapSettingsTest.php
|
||||
|
|
@ -39596,6 +39604,10 @@ tests/Feature/Console/FixupAssignedToAssignedTypeTest.php
|
|||
Feature/Console/FixupAssignedToAssignedTypeTest.php
|
||||
Console/FixupAssignedToAssignedTypeTest.php
|
||||
FixupAssignedToAssignedTypeTest.php
|
||||
tests/Feature/Console/ValidateAssetsTest.php
|
||||
Feature/Console/ValidateAssetsTest.php
|
||||
Console/ValidateAssetsTest.php
|
||||
ValidateAssetsTest.php
|
||||
tests/Feature/StatusLabels/Api/DeleteStatusLabelsTest.php
|
||||
Feature/StatusLabels/Api/DeleteStatusLabelsTest.php
|
||||
StatusLabels/Api/DeleteStatusLabelsTest.php
|
||||
|
|
@ -40351,6 +40363,10 @@ app/Http/Middleware/CheckForDebug.php
|
|||
Http/Middleware/CheckForDebug.php
|
||||
Middleware/CheckForDebug.php
|
||||
CheckForDebug.php
|
||||
app/Http/Middleware/LogAuthedUserHeader.php
|
||||
Http/Middleware/LogAuthedUserHeader.php
|
||||
Middleware/LogAuthedUserHeader.php
|
||||
LogAuthedUserHeader.php
|
||||
app/Http/Controllers/Kits/CheckoutKitController.php
|
||||
Http/Controllers/Kits/CheckoutKitController.php
|
||||
Controllers/Kits/CheckoutKitController.php
|
||||
|
|
@ -40957,6 +40973,9 @@ CategoryEditForm.php
|
|||
app/Livewire/Importer.php
|
||||
Livewire/Importer.php
|
||||
Importer.php
|
||||
app/Livewire/AdminPersonalAccessTokens.php
|
||||
Livewire/AdminPersonalAccessTokens.php
|
||||
AdminPersonalAccessTokens.php
|
||||
app/Livewire/OauthClients.php
|
||||
Livewire/OauthClients.php
|
||||
OauthClients.php
|
||||
|
|
@ -41598,6 +41617,10 @@ app/Console/Commands/CreateAdmin.php
|
|||
Console/Commands/CreateAdmin.php
|
||||
Commands/CreateAdmin.php
|
||||
CreateAdmin.php
|
||||
app/Console/Commands/ValidateAssets.php
|
||||
Console/Commands/ValidateAssets.php
|
||||
Commands/ValidateAssets.php
|
||||
ValidateAssets.php
|
||||
app/Console/Commands/ToggleCustomfieldEncryption.php
|
||||
Console/Commands/ToggleCustomfieldEncryption.php
|
||||
Commands/ToggleCustomfieldEncryption.php
|
||||
|
|
|
|||
|
|
@ -937,6 +937,7 @@ resources/views/categories/edit.blade.php
|
|||
resources/views/categories/index.blade.php
|
||||
resources/views/categories/view.blade.php
|
||||
resources/views/livewire/oauth-clients.blade.php
|
||||
resources/views/livewire/admin-personal-access-tokens.blade.php
|
||||
resources/views/livewire/personal-access-tokens.blade.php
|
||||
resources/views/livewire/importer.blade.php
|
||||
resources/views/livewire/category-edit-form.blade.php
|
||||
|
|
@ -7402,6 +7403,7 @@ tests/Feature/Importing/Api/ImportLicenseTest.php
|
|||
tests/Feature/Importing/Api/GeneralImportTest.php
|
||||
tests/Feature/Importing/Api/ImportAssetModelsTest.php
|
||||
tests/Feature/Importing/Ui/ImportTest.php
|
||||
tests/Feature/Settings/OauthSettingsTest.php
|
||||
tests/Feature/Settings/LdapSettingsTest.php
|
||||
tests/Feature/Settings/SecuritySettingTest.php
|
||||
tests/Feature/Settings/BrandingSettingsTest.php
|
||||
|
|
@ -7473,6 +7475,7 @@ tests/Feature/Console/CleanOldCheckoutRequestsTest.php
|
|||
tests/Feature/Console/SendAcceptanceReminderTest.php
|
||||
tests/Feature/Console/OptimizeTest.php
|
||||
tests/Feature/Console/FixupAssignedToAssignedTypeTest.php
|
||||
tests/Feature/Console/ValidateAssetsTest.php
|
||||
tests/Feature/StatusLabels/Api/DeleteStatusLabelsTest.php
|
||||
tests/Feature/StatusLabels/Ui/IndexStatusLabelsTest.php
|
||||
tests/Feature/StatusLabels/Ui/ShowStatusLabelTest.php
|
||||
|
|
@ -7697,6 +7700,7 @@ app/Http/Middleware/CheckLocale.php
|
|||
app/Http/Middleware/CheckColorSettings.php
|
||||
app/Http/Middleware/CheckPermissions.php
|
||||
app/Http/Middleware/CheckForDebug.php
|
||||
app/Http/Middleware/LogAuthedUserHeader.php
|
||||
app/Http/Controllers/Kits/CheckoutKitController.php
|
||||
app/Http/Controllers/Kits/PredefinedKitsController.php
|
||||
app/Http/Controllers/BulkManufacturersController.php
|
||||
|
|
@ -7841,6 +7845,7 @@ app/Livewire/PersonalAccessTokens.php
|
|||
app/Livewire/CustomFieldSetDefaultValuesForModel.php
|
||||
app/Livewire/CategoryEditForm.php
|
||||
app/Livewire/Importer.php
|
||||
app/Livewire/AdminPersonalAccessTokens.php
|
||||
app/Livewire/OauthClients.php
|
||||
app/Livewire/LocationScopeCheck.php
|
||||
app/Livewire/SlackSettingsForm.php
|
||||
|
|
@ -8005,6 +8010,7 @@ app/Console/Commands/Version.php
|
|||
app/Console/Commands/Purge.php
|
||||
app/Console/Commands/MergeUsersByUsername.php
|
||||
app/Console/Commands/CreateAdmin.php
|
||||
app/Console/Commands/ValidateAssets.php
|
||||
app/Console/Commands/ToggleCustomfieldEncryption.php
|
||||
app/Console/Commands/RestoreDeletedUsers.php
|
||||
app/Console/Commands/CheckoutLicenseToAllUsers.php
|
||||
|
|
|
|||
|
|
@ -2464,6 +2464,13 @@ src/services/permissions/conditions.ts
|
|||
services/permissions/conditions.ts
|
||||
permissions/conditions.ts
|
||||
conditions.ts
|
||||
packages/plugins/i18n/server/src/services/fill-from-locale.ts
|
||||
plugins/i18n/server/src/services/fill-from-locale.ts
|
||||
i18n/server/src/services/fill-from-locale.ts
|
||||
server/src/services/fill-from-locale.ts
|
||||
src/services/fill-from-locale.ts
|
||||
services/fill-from-locale.ts
|
||||
fill-from-locale.ts
|
||||
packages/plugins/i18n/server/src/services/permissions.ts
|
||||
plugins/i18n/server/src/services/permissions.ts
|
||||
i18n/server/src/services/permissions.ts
|
||||
|
|
@ -2508,6 +2515,14 @@ src/services/__tests__/localizations.test.ts
|
|||
services/__tests__/localizations.test.ts
|
||||
__tests__/localizations.test.ts
|
||||
localizations.test.ts
|
||||
packages/plugins/i18n/server/src/services/__tests__/fill-from-locale.test.ts
|
||||
plugins/i18n/server/src/services/__tests__/fill-from-locale.test.ts
|
||||
i18n/server/src/services/__tests__/fill-from-locale.test.ts
|
||||
server/src/services/__tests__/fill-from-locale.test.ts
|
||||
src/services/__tests__/fill-from-locale.test.ts
|
||||
services/__tests__/fill-from-locale.test.ts
|
||||
__tests__/fill-from-locale.test.ts
|
||||
fill-from-locale.test.ts
|
||||
packages/plugins/i18n/server/src/services/__tests__/__snapshots__/iso-locales.test.ts.snap
|
||||
plugins/i18n/server/src/services/__tests__/__snapshots__/iso-locales.test.ts.snap
|
||||
i18n/server/src/services/__tests__/__snapshots__/iso-locales.test.ts.snap
|
||||
|
|
@ -2921,13 +2936,6 @@ i18n/admin/src/constants.ts
|
|||
admin/src/constants.ts
|
||||
src/constants.ts
|
||||
constants.ts
|
||||
packages/plugins/i18n/admin/src/utils/clean.ts
|
||||
plugins/i18n/admin/src/utils/clean.ts
|
||||
i18n/admin/src/utils/clean.ts
|
||||
admin/src/utils/clean.ts
|
||||
src/utils/clean.ts
|
||||
utils/clean.ts
|
||||
clean.ts
|
||||
packages/plugins/i18n/admin/src/utils/getTranslation.ts
|
||||
plugins/i18n/admin/src/utils/getTranslation.ts
|
||||
i18n/admin/src/utils/getTranslation.ts
|
||||
|
|
@ -3081,6 +3089,13 @@ i18n/admin/src/types.ts
|
|||
admin/src/types.ts
|
||||
src/types.ts
|
||||
types.ts
|
||||
packages/plugins/i18n/admin/src/services/fillFromLocale.ts
|
||||
plugins/i18n/admin/src/services/fillFromLocale.ts
|
||||
i18n/admin/src/services/fillFromLocale.ts
|
||||
admin/src/services/fillFromLocale.ts
|
||||
src/services/fillFromLocale.ts
|
||||
services/fillFromLocale.ts
|
||||
fillFromLocale.ts
|
||||
packages/plugins/i18n/admin/src/services/api.ts
|
||||
plugins/i18n/admin/src/services/api.ts
|
||||
i18n/admin/src/services/api.ts
|
||||
|
|
@ -30997,6 +31012,14 @@ services/document-service/__tests__/middlewares.test.ts
|
|||
document-service/__tests__/middlewares.test.ts
|
||||
__tests__/middlewares.test.ts
|
||||
middlewares.test.ts
|
||||
packages/core/core/src/services/document-service/__tests__/first-published-at.test.ts
|
||||
core/core/src/services/document-service/__tests__/first-published-at.test.ts
|
||||
core/src/services/document-service/__tests__/first-published-at.test.ts
|
||||
src/services/document-service/__tests__/first-published-at.test.ts
|
||||
services/document-service/__tests__/first-published-at.test.ts
|
||||
document-service/__tests__/first-published-at.test.ts
|
||||
__tests__/first-published-at.test.ts
|
||||
first-published-at.test.ts
|
||||
packages/core/core/src/services/document-service/transform/data.ts
|
||||
core/core/src/services/document-service/transform/data.ts
|
||||
core/src/services/document-service/transform/data.ts
|
||||
|
|
@ -32680,6 +32703,12 @@ plugins/i18n/content-manager/find-existing-relations.test.api.js
|
|||
i18n/content-manager/find-existing-relations.test.api.js
|
||||
content-manager/find-existing-relations.test.api.js
|
||||
find-existing-relations.test.api.js
|
||||
tests/api/plugins/i18n/content-manager/fill-from-locale.test.api.js
|
||||
api/plugins/i18n/content-manager/fill-from-locale.test.api.js
|
||||
plugins/i18n/content-manager/fill-from-locale.test.api.js
|
||||
i18n/content-manager/fill-from-locale.test.api.js
|
||||
content-manager/fill-from-locale.test.api.js
|
||||
fill-from-locale.test.api.js
|
||||
tests/api/plugins/i18n/content-manager/crud.test.api.js
|
||||
api/plugins/i18n/content-manager/crud.test.api.js
|
||||
plugins/i18n/content-manager/crud.test.api.js
|
||||
|
|
@ -33120,6 +33149,12 @@ core/content-manager/api/x-to-many-rf-preview.test.api.js
|
|||
content-manager/api/x-to-many-rf-preview.test.api.js
|
||||
api/x-to-many-rf-preview.test.api.js
|
||||
x-to-many-rf-preview.test.api.js
|
||||
tests/api/core/content-manager/api/first-published-at.test.api.js
|
||||
api/core/content-manager/api/first-published-at.test.api.js
|
||||
core/content-manager/api/first-published-at.test.api.js
|
||||
content-manager/api/first-published-at.test.api.js
|
||||
api/first-published-at.test.api.js
|
||||
first-published-at.test.api.js
|
||||
tests/api/core/content-manager/api/basic-dp-compo.test.api.js
|
||||
api/core/content-manager/api/basic-dp-compo.test.api.js
|
||||
core/content-manager/api/basic-dp-compo.test.api.js
|
||||
|
|
@ -34097,6 +34132,13 @@ strapi/document-service/relations/no-dp.test.api.ts
|
|||
document-service/relations/no-dp.test.api.ts
|
||||
relations/no-dp.test.api.ts
|
||||
no-dp.test.api.ts
|
||||
tests/api/core/strapi/document-service/relations/invisible-relation-republish.test.api.ts
|
||||
api/core/strapi/document-service/relations/invisible-relation-republish.test.api.ts
|
||||
core/strapi/document-service/relations/invisible-relation-republish.test.api.ts
|
||||
strapi/document-service/relations/invisible-relation-republish.test.api.ts
|
||||
document-service/relations/invisible-relation-republish.test.api.ts
|
||||
relations/invisible-relation-republish.test.api.ts
|
||||
invisible-relation-republish.test.api.ts
|
||||
tests/api/core/strapi/document-service/relations/bidirectional-relations.test.api.ts
|
||||
api/core/strapi/document-service/relations/bidirectional-relations.test.api.ts
|
||||
core/strapi/document-service/relations/bidirectional-relations.test.api.ts
|
||||
|
|
@ -34850,6 +34892,11 @@ e2e/tests/i18n/editview.spec.ts
|
|||
tests/i18n/editview.spec.ts
|
||||
i18n/editview.spec.ts
|
||||
editview.spec.ts
|
||||
tests/e2e/tests/i18n/fill-from-locale.spec.ts
|
||||
e2e/tests/i18n/fill-from-locale.spec.ts
|
||||
tests/i18n/fill-from-locale.spec.ts
|
||||
i18n/fill-from-locale.spec.ts
|
||||
fill-from-locale.spec.ts
|
||||
tests/e2e/tests/content-releases/home-widgets.spec.ts
|
||||
e2e/tests/content-releases/home-widgets.spec.ts
|
||||
tests/content-releases/home-widgets.spec.ts
|
||||
|
|
|
|||
|
|
@ -358,12 +358,14 @@ packages/plugins/i18n/server/src/services/permissions/actions.ts
|
|||
packages/plugins/i18n/server/src/services/permissions/engine.ts
|
||||
packages/plugins/i18n/server/src/services/permissions/sections-builder.ts
|
||||
packages/plugins/i18n/server/src/services/permissions/conditions.ts
|
||||
packages/plugins/i18n/server/src/services/fill-from-locale.ts
|
||||
packages/plugins/i18n/server/src/services/permissions.ts
|
||||
packages/plugins/i18n/server/src/services/index.ts
|
||||
packages/plugins/i18n/server/src/services/locales.ts
|
||||
packages/plugins/i18n/server/src/services/metrics.ts
|
||||
packages/plugins/i18n/server/src/services/__tests__/iso-locales.test.ts
|
||||
packages/plugins/i18n/server/src/services/__tests__/localizations.test.ts
|
||||
packages/plugins/i18n/server/src/services/__tests__/fill-from-locale.test.ts
|
||||
packages/plugins/i18n/server/src/services/__tests__/__snapshots__/iso-locales.test.ts.snap
|
||||
packages/plugins/i18n/server/src/services/__tests__/locales.test.ts
|
||||
packages/plugins/i18n/server/src/services/__tests__/metrics.test.ts
|
||||
|
|
@ -428,7 +430,6 @@ packages/plugins/i18n/admin/src/translations/zh.json
|
|||
packages/plugins/i18n/admin/src/translations/zh-Hans.json
|
||||
packages/plugins/i18n/admin/src/translations/de.json
|
||||
packages/plugins/i18n/admin/src/constants.ts
|
||||
packages/plugins/i18n/admin/src/utils/clean.ts
|
||||
packages/plugins/i18n/admin/src/utils/getTranslation.ts
|
||||
packages/plugins/i18n/admin/src/utils/schemas.ts
|
||||
packages/plugins/i18n/admin/src/utils/baseQuery.ts
|
||||
|
|
@ -450,6 +451,7 @@ packages/plugins/i18n/admin/src/contentManagerHooks/listView.tsx
|
|||
packages/plugins/i18n/admin/src/pages/SettingsPage.tsx
|
||||
packages/plugins/i18n/admin/src/pages/tests/SettingsPage.test.tsx
|
||||
packages/plugins/i18n/admin/src/types.ts
|
||||
packages/plugins/i18n/admin/src/services/fillFromLocale.ts
|
||||
packages/plugins/i18n/admin/src/services/api.ts
|
||||
packages/plugins/i18n/admin/src/services/locales.ts
|
||||
packages/plugins/i18n/admin/src/services/relations.ts
|
||||
|
|
@ -4281,6 +4283,7 @@ packages/core/core/src/services/event-hub.ts
|
|||
packages/core/core/src/services/features.ts
|
||||
packages/core/core/src/services/document-service/index.ts
|
||||
packages/core/core/src/services/document-service/__tests__/middlewares.test.ts
|
||||
packages/core/core/src/services/document-service/__tests__/first-published-at.test.ts
|
||||
packages/core/core/src/services/document-service/transform/data.ts
|
||||
packages/core/core/src/services/document-service/transform/__tests__/populate.test.ts
|
||||
packages/core/core/src/services/document-service/transform/__tests__/map-relation.test.ts
|
||||
|
|
@ -4582,6 +4585,7 @@ tests/api/plugins/i18n/content-api/content-api.test.api.js
|
|||
tests/api/plugins/i18n/content-manager/non-localized-fields.test.api.js
|
||||
tests/api/plugins/i18n/content-manager/find-available-relations.test.api.js
|
||||
tests/api/plugins/i18n/content-manager/find-existing-relations.test.api.js
|
||||
tests/api/plugins/i18n/content-manager/fill-from-locale.test.api.js
|
||||
tests/api/plugins/i18n/content-manager/crud.test.api.js
|
||||
tests/api/plugins/i18n/graphql.test.api.js
|
||||
tests/api/plugins/i18n/locales.test.api.js
|
||||
|
|
@ -4661,6 +4665,7 @@ tests/api/core/content-manager/api/relations.test.api.ts
|
|||
tests/api/core/content-manager/api/basic-pagination.test.api.js
|
||||
tests/api/core/content-manager/api/basic-dp.test.api.js
|
||||
tests/api/core/content-manager/api/x-to-many-rf-preview.test.api.js
|
||||
tests/api/core/content-manager/api/first-published-at.test.api.js
|
||||
tests/api/core/content-manager/api/basic-dp-compo.test.api.js
|
||||
tests/api/core/content-manager/api/relations-permissions.test.api.js
|
||||
tests/api/core/content-manager/api/basic-dp-dz.test.api.js
|
||||
|
|
@ -4814,6 +4819,7 @@ tests/api/core/strapi/document-service/relations/unidirectional-relations.test.a
|
|||
tests/api/core/strapi/document-service/relations/basic.test.api.ts
|
||||
tests/api/core/strapi/document-service/relations/i18n.test.api.ts
|
||||
tests/api/core/strapi/document-service/relations/no-dp.test.api.ts
|
||||
tests/api/core/strapi/document-service/relations/invisible-relation-republish.test.api.ts
|
||||
tests/api/core/strapi/document-service/relations/bidirectional-relations.test.api.ts
|
||||
tests/api/core/strapi/document-service/events.test.api.ts
|
||||
tests/api/core/strapi/document-service/find-many.test.api.ts
|
||||
|
|
@ -4949,6 +4955,7 @@ tests/e2e/tests/i18n/listview.spec.ts
|
|||
tests/e2e/tests/i18n/create-edit.spec.ts
|
||||
tests/e2e/tests/i18n/localized-fields.spec.ts
|
||||
tests/e2e/tests/i18n/editview.spec.ts
|
||||
tests/e2e/tests/i18n/fill-from-locale.spec.ts
|
||||
tests/e2e/tests/content-releases/home-widgets.spec.ts
|
||||
tests/e2e/tests/content-releases/release-details-page.spec.ts
|
||||
tests/e2e/tests/content-releases/document-status.spec.ts
|
||||
|
|
|
|||
|
|
@ -3241,6 +3241,12 @@ apache/tomcat/security/TestSecurity2025Http2.java
|
|||
tomcat/security/TestSecurity2025Http2.java
|
||||
security/TestSecurity2025Http2.java
|
||||
TestSecurity2025Http2.java
|
||||
test/org/apache/tomcat/security/TestSecurity2019.java
|
||||
org/apache/tomcat/security/TestSecurity2019.java
|
||||
apache/tomcat/security/TestSecurity2019.java
|
||||
tomcat/security/TestSecurity2019.java
|
||||
security/TestSecurity2019.java
|
||||
TestSecurity2019.java
|
||||
test/org/apache/tomcat/jni/TesterSSL.java
|
||||
org/apache/tomcat/jni/TesterSSL.java
|
||||
apache/tomcat/jni/TesterSSL.java
|
||||
|
|
|
|||
|
|
@ -563,6 +563,7 @@ test/org/apache/tomcat/security/TestSecurity2018.java
|
|||
test/org/apache/tomcat/security/TestSecurity2017Ocsp.java
|
||||
test/org/apache/tomcat/security/TestSecurity2023.java
|
||||
test/org/apache/tomcat/security/TestSecurity2025Http2.java
|
||||
test/org/apache/tomcat/security/TestSecurity2019.java
|
||||
test/org/apache/tomcat/jni/TesterSSL.java
|
||||
test/org/apache/tomcat/integration/httpd/TestFullReverseProxy.java
|
||||
test/org/apache/tomcat/integration/httpd/TestSSLValveWithProxy01.java
|
||||
|
|
|
|||
|
|
@ -5138,6 +5138,10 @@ src/Umbraco.Core/Collections/OrderedHashSet.cs
|
|||
Umbraco.Core/Collections/OrderedHashSet.cs
|
||||
Collections/OrderedHashSet.cs
|
||||
OrderedHashSet.cs
|
||||
src/Umbraco.Core/Collections/CompositeStringArrayKey.cs
|
||||
Umbraco.Core/Collections/CompositeStringArrayKey.cs
|
||||
Collections/CompositeStringArrayKey.cs
|
||||
CompositeStringArrayKey.cs
|
||||
src/Umbraco.Core/Collections/EventClearingObservableCollection.cs
|
||||
Umbraco.Core/Collections/EventClearingObservableCollection.cs
|
||||
Collections/EventClearingObservableCollection.cs
|
||||
|
|
@ -7666,6 +7670,21 @@ Umbraco.Core/Models/PublishedContent/PublishedItemType.cs
|
|||
Models/PublishedContent/PublishedItemType.cs
|
||||
PublishedContent/PublishedItemType.cs
|
||||
PublishedItemType.cs
|
||||
src/Umbraco.Core/Models/PublishedContent/PropertyRenderingContext.cs
|
||||
Umbraco.Core/Models/PublishedContent/PropertyRenderingContext.cs
|
||||
Models/PublishedContent/PropertyRenderingContext.cs
|
||||
PublishedContent/PropertyRenderingContext.cs
|
||||
PropertyRenderingContext.cs
|
||||
src/Umbraco.Core/Models/PublishedContent/IPropertyRenderingContextAccessor.cs
|
||||
Umbraco.Core/Models/PublishedContent/IPropertyRenderingContextAccessor.cs
|
||||
Models/PublishedContent/IPropertyRenderingContextAccessor.cs
|
||||
PublishedContent/IPropertyRenderingContextAccessor.cs
|
||||
IPropertyRenderingContextAccessor.cs
|
||||
src/Umbraco.Core/Models/PublishedContent/HybridPropertyRenderingContextAccessor.cs
|
||||
Umbraco.Core/Models/PublishedContent/HybridPropertyRenderingContextAccessor.cs
|
||||
Models/PublishedContent/HybridPropertyRenderingContextAccessor.cs
|
||||
PublishedContent/HybridPropertyRenderingContextAccessor.cs
|
||||
HybridPropertyRenderingContextAccessor.cs
|
||||
src/Umbraco.Core/Models/PublishedContent/PublishedContentTypeConverter.cs
|
||||
Umbraco.Core/Models/PublishedContent/PublishedContentTypeConverter.cs
|
||||
Models/PublishedContent/PublishedContentTypeConverter.cs
|
||||
|
|
@ -9033,6 +9052,11 @@ Umbraco.Core/Configuration/Models/HealthChecksSettings.cs
|
|||
Configuration/Models/HealthChecksSettings.cs
|
||||
Models/HealthChecksSettings.cs
|
||||
HealthChecksSettings.cs
|
||||
src/Umbraco.Core/Configuration/Models/WebsiteSettings.cs
|
||||
Umbraco.Core/Configuration/Models/WebsiteSettings.cs
|
||||
Configuration/Models/WebsiteSettings.cs
|
||||
Models/WebsiteSettings.cs
|
||||
WebsiteSettings.cs
|
||||
src/Umbraco.Core/Configuration/Models/NuCacheSettings.cs
|
||||
Umbraco.Core/Configuration/Models/NuCacheSettings.cs
|
||||
Configuration/Models/NuCacheSettings.cs
|
||||
|
|
@ -9286,6 +9310,14 @@ src/Umbraco.Core/Cache/ValueEditorCache.cs
|
|||
Umbraco.Core/Cache/ValueEditorCache.cs
|
||||
Cache/ValueEditorCache.cs
|
||||
ValueEditorCache.cs
|
||||
src/Umbraco.Core/Cache/IWebsiteOutputCacheEvictionProvider.cs
|
||||
Umbraco.Core/Cache/IWebsiteOutputCacheEvictionProvider.cs
|
||||
Cache/IWebsiteOutputCacheEvictionProvider.cs
|
||||
IWebsiteOutputCacheEvictionProvider.cs
|
||||
src/Umbraco.Core/Cache/IWebsiteOutputCacheManager.cs
|
||||
Umbraco.Core/Cache/IWebsiteOutputCacheManager.cs
|
||||
Cache/IWebsiteOutputCacheManager.cs
|
||||
IWebsiteOutputCacheManager.cs
|
||||
src/Umbraco.Core/Cache/FastDictionaryAppCacheBase.cs
|
||||
Umbraco.Core/Cache/FastDictionaryAppCacheBase.cs
|
||||
Cache/FastDictionaryAppCacheBase.cs
|
||||
|
|
@ -9294,6 +9326,10 @@ src/Umbraco.Core/Cache/RepositoryCacheVersionService.cs
|
|||
Umbraco.Core/Cache/RepositoryCacheVersionService.cs
|
||||
Cache/RepositoryCacheVersionService.cs
|
||||
RepositoryCacheVersionService.cs
|
||||
src/Umbraco.Core/Cache/IWebsiteOutputCacheTagProvider.cs
|
||||
Umbraco.Core/Cache/IWebsiteOutputCacheTagProvider.cs
|
||||
Cache/IWebsiteOutputCacheTagProvider.cs
|
||||
IWebsiteOutputCacheTagProvider.cs
|
||||
src/Umbraco.Core/Cache/ICacheSyncService.cs
|
||||
Umbraco.Core/Cache/ICacheSyncService.cs
|
||||
Cache/ICacheSyncService.cs
|
||||
|
|
@ -9318,6 +9354,10 @@ src/Umbraco.Core/Cache/IAppCache.cs
|
|||
Umbraco.Core/Cache/IAppCache.cs
|
||||
Cache/IAppCache.cs
|
||||
IAppCache.cs
|
||||
src/Umbraco.Core/Cache/IWebsiteOutputCacheDurationProvider.cs
|
||||
Umbraco.Core/Cache/IWebsiteOutputCacheDurationProvider.cs
|
||||
Cache/IWebsiteOutputCacheDurationProvider.cs
|
||||
IWebsiteOutputCacheDurationProvider.cs
|
||||
src/Umbraco.Core/Cache/IRequestCache.cs
|
||||
Umbraco.Core/Cache/IRequestCache.cs
|
||||
Cache/IRequestCache.cs
|
||||
|
|
@ -9496,6 +9536,10 @@ src/Umbraco.Core/Cache/SingleServerCacheVersionService.cs
|
|||
Umbraco.Core/Cache/SingleServerCacheVersionService.cs
|
||||
Cache/SingleServerCacheVersionService.cs
|
||||
SingleServerCacheVersionService.cs
|
||||
src/Umbraco.Core/Cache/OutputCacheContentChangedContext.cs
|
||||
Umbraco.Core/Cache/OutputCacheContentChangedContext.cs
|
||||
Cache/OutputCacheContentChangedContext.cs
|
||||
OutputCacheContentChangedContext.cs
|
||||
src/Umbraco.Core/Cache/AppPolicedCacheDictionary.cs
|
||||
Umbraco.Core/Cache/AppPolicedCacheDictionary.cs
|
||||
Cache/AppPolicedCacheDictionary.cs
|
||||
|
|
@ -12609,6 +12653,9 @@ InstallLog.cs
|
|||
src/Umbraco.Core/Constants-ProviderNames.cs
|
||||
Umbraco.Core/Constants-ProviderNames.cs
|
||||
Constants-ProviderNames.cs
|
||||
src/Umbraco.Core/Constants-Website.cs
|
||||
Umbraco.Core/Constants-Website.cs
|
||||
Constants-Website.cs
|
||||
src/Umbraco.Core/CustomBooleanTypeConverter.cs
|
||||
Umbraco.Core/CustomBooleanTypeConverter.cs
|
||||
CustomBooleanTypeConverter.cs
|
||||
|
|
@ -17149,6 +17196,11 @@ Umbraco.Infrastructure/PropertyEditors/ValueConverters/BlockListPropertyValueCre
|
|||
PropertyEditors/ValueConverters/BlockListPropertyValueCreator.cs
|
||||
ValueConverters/BlockListPropertyValueCreator.cs
|
||||
BlockListPropertyValueCreator.cs
|
||||
src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/BlockExposeFallbackHelper.cs
|
||||
Umbraco.Infrastructure/PropertyEditors/ValueConverters/BlockExposeFallbackHelper.cs
|
||||
PropertyEditors/ValueConverters/BlockExposeFallbackHelper.cs
|
||||
ValueConverters/BlockExposeFallbackHelper.cs
|
||||
BlockExposeFallbackHelper.cs
|
||||
src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/DateOnlyValueConverter.cs
|
||||
Umbraco.Infrastructure/PropertyEditors/ValueConverters/DateOnlyValueConverter.cs
|
||||
PropertyEditors/ValueConverters/DateOnlyValueConverter.cs
|
||||
|
|
@ -18371,6 +18423,10 @@ src/Umbraco.Web.Website/Routing/FrontEndRoutes.cs
|
|||
Umbraco.Web.Website/Routing/FrontEndRoutes.cs
|
||||
Routing/FrontEndRoutes.cs
|
||||
FrontEndRoutes.cs
|
||||
src/Umbraco.Web.Website/Routing/BasicAuthLoginRoutes.cs
|
||||
Umbraco.Web.Website/Routing/BasicAuthLoginRoutes.cs
|
||||
Routing/BasicAuthLoginRoutes.cs
|
||||
BasicAuthLoginRoutes.cs
|
||||
src/Umbraco.Web.Website/Routing/ControllerActionSearcher.cs
|
||||
Umbraco.Web.Website/Routing/ControllerActionSearcher.cs
|
||||
Routing/ControllerActionSearcher.cs
|
||||
|
|
@ -18423,6 +18479,54 @@ src/Umbraco.Web.Website/ViewEngines/ProfilingViewEngine.cs
|
|||
Umbraco.Web.Website/ViewEngines/ProfilingViewEngine.cs
|
||||
ViewEngines/ProfilingViewEngine.cs
|
||||
ProfilingViewEngine.cs
|
||||
src/Umbraco.Web.Website/Caching/MemberOutputCacheEvictionHandler.cs
|
||||
Umbraco.Web.Website/Caching/MemberOutputCacheEvictionHandler.cs
|
||||
Caching/MemberOutputCacheEvictionHandler.cs
|
||||
MemberOutputCacheEvictionHandler.cs
|
||||
src/Umbraco.Web.Website/Caching/WebsiteOutputCachePolicy.cs
|
||||
Umbraco.Web.Website/Caching/WebsiteOutputCachePolicy.cs
|
||||
Caching/WebsiteOutputCachePolicy.cs
|
||||
WebsiteOutputCachePolicy.cs
|
||||
src/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheRequestFilter.cs
|
||||
Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheRequestFilter.cs
|
||||
Caching/DefaultWebsiteOutputCacheRequestFilter.cs
|
||||
DefaultWebsiteOutputCacheRequestFilter.cs
|
||||
src/Umbraco.Web.Website/Caching/WebsiteOutputCachePipelineFilter.cs
|
||||
Umbraco.Web.Website/Caching/WebsiteOutputCachePipelineFilter.cs
|
||||
Caching/WebsiteOutputCachePipelineFilter.cs
|
||||
WebsiteOutputCachePipelineFilter.cs
|
||||
src/Umbraco.Web.Website/Caching/ContentTypeOutputCacheTagProvider.cs
|
||||
Umbraco.Web.Website/Caching/ContentTypeOutputCacheTagProvider.cs
|
||||
Caching/ContentTypeOutputCacheTagProvider.cs
|
||||
ContentTypeOutputCacheTagProvider.cs
|
||||
src/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheDurationProvider.cs
|
||||
Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheDurationProvider.cs
|
||||
Caching/DefaultWebsiteOutputCacheDurationProvider.cs
|
||||
DefaultWebsiteOutputCacheDurationProvider.cs
|
||||
src/Umbraco.Web.Website/Caching/MediaOutputCacheEvictionHandler.cs
|
||||
Umbraco.Web.Website/Caching/MediaOutputCacheEvictionHandler.cs
|
||||
Caching/MediaOutputCacheEvictionHandler.cs
|
||||
MediaOutputCacheEvictionHandler.cs
|
||||
src/Umbraco.Web.Website/Caching/IWebsiteOutputCacheRequestFilter.cs
|
||||
Umbraco.Web.Website/Caching/IWebsiteOutputCacheRequestFilter.cs
|
||||
Caching/IWebsiteOutputCacheRequestFilter.cs
|
||||
IWebsiteOutputCacheRequestFilter.cs
|
||||
src/Umbraco.Web.Website/Caching/IWebsiteOutputCacheVaryByProvider.cs
|
||||
Umbraco.Web.Website/Caching/IWebsiteOutputCacheVaryByProvider.cs
|
||||
Caching/IWebsiteOutputCacheVaryByProvider.cs
|
||||
IWebsiteOutputCacheVaryByProvider.cs
|
||||
src/Umbraco.Web.Website/Caching/RelationOutputCacheEvictionHandlerBase.cs
|
||||
Umbraco.Web.Website/Caching/RelationOutputCacheEvictionHandlerBase.cs
|
||||
Caching/RelationOutputCacheEvictionHandlerBase.cs
|
||||
RelationOutputCacheEvictionHandlerBase.cs
|
||||
src/Umbraco.Web.Website/Caching/WebsiteOutputCacheManager.cs
|
||||
Umbraco.Web.Website/Caching/WebsiteOutputCacheManager.cs
|
||||
Caching/WebsiteOutputCacheManager.cs
|
||||
WebsiteOutputCacheManager.cs
|
||||
src/Umbraco.Web.Website/Caching/DocumentOutputCacheEvictionHandler.cs
|
||||
Umbraco.Web.Website/Caching/DocumentOutputCacheEvictionHandler.cs
|
||||
Caching/DocumentOutputCacheEvictionHandler.cs
|
||||
DocumentOutputCacheEvictionHandler.cs
|
||||
src/Umbraco.Web.Website/Umbraco.Web.Website.csproj
|
||||
Umbraco.Web.Website/Umbraco.Web.Website.csproj
|
||||
Umbraco.Web.Website.csproj
|
||||
|
|
@ -18442,6 +18546,14 @@ src/Umbraco.Web.Website/DependencyInjection/UmbracoBuilder.MemberIdentity.cs
|
|||
Umbraco.Web.Website/DependencyInjection/UmbracoBuilder.MemberIdentity.cs
|
||||
DependencyInjection/UmbracoBuilder.MemberIdentity.cs
|
||||
UmbracoBuilder.MemberIdentity.cs
|
||||
src/Umbraco.Web.Website/Models/BasicAuthLoginModel.cs
|
||||
Umbraco.Web.Website/Models/BasicAuthLoginModel.cs
|
||||
Models/BasicAuthLoginModel.cs
|
||||
BasicAuthLoginModel.cs
|
||||
src/Umbraco.Web.Website/Models/BasicAuthTwoFactorModel.cs
|
||||
Umbraco.Web.Website/Models/BasicAuthTwoFactorModel.cs
|
||||
Models/BasicAuthTwoFactorModel.cs
|
||||
BasicAuthTwoFactorModel.cs
|
||||
src/Umbraco.Web.Website/Models/NoNodesViewModel.cs
|
||||
Umbraco.Web.Website/Models/NoNodesViewModel.cs
|
||||
Models/NoNodesViewModel.cs
|
||||
|
|
@ -18506,6 +18618,10 @@ src/Umbraco.Web.Website/Controllers/SurfaceController.cs
|
|||
Umbraco.Web.Website/Controllers/SurfaceController.cs
|
||||
Controllers/SurfaceController.cs
|
||||
SurfaceController.cs
|
||||
src/Umbraco.Web.Website/Controllers/BasicAuthLoginController.cs
|
||||
Umbraco.Web.Website/Controllers/BasicAuthLoginController.cs
|
||||
Controllers/BasicAuthLoginController.cs
|
||||
BasicAuthLoginController.cs
|
||||
src/Umbraco.Web.Website/Controllers/UmbRegisterController.cs
|
||||
Umbraco.Web.Website/Controllers/UmbRegisterController.cs
|
||||
Controllers/UmbRegisterController.cs
|
||||
|
|
@ -18574,6 +18690,12 @@ wwwroot/App_Plugins/Umbraco.BlockGridEditor.DefaultCustomViews/umbBlockGridDemoT
|
|||
App_Plugins/Umbraco.BlockGridEditor.DefaultCustomViews/umbBlockGridDemoTwoColumnLayoutBlock.html
|
||||
Umbraco.BlockGridEditor.DefaultCustomViews/umbBlockGridDemoTwoColumnLayoutBlock.html
|
||||
umbBlockGridDemoTwoColumnLayoutBlock.html
|
||||
src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/basic-auth/login.js
|
||||
Umbraco.Cms.StaticAssets/wwwroot/umbraco/basic-auth/login.js
|
||||
wwwroot/umbraco/basic-auth/login.js
|
||||
umbraco/basic-auth/login.js
|
||||
basic-auth/login.js
|
||||
login.js
|
||||
src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/assets/logo_light.svg
|
||||
Umbraco.Cms.StaticAssets/wwwroot/umbraco/assets/logo_light.svg
|
||||
wwwroot/umbraco/assets/logo_light.svg
|
||||
|
|
@ -18693,6 +18815,16 @@ Umbraco.Cms.StaticAssets/umbraco/UmbracoBackOffice/Index.cshtml
|
|||
umbraco/UmbracoBackOffice/Index.cshtml
|
||||
UmbracoBackOffice/Index.cshtml
|
||||
Index.cshtml
|
||||
src/Umbraco.Cms.StaticAssets/umbraco/BasicAuthLogin/TwoFactor.cshtml
|
||||
Umbraco.Cms.StaticAssets/umbraco/BasicAuthLogin/TwoFactor.cshtml
|
||||
umbraco/BasicAuthLogin/TwoFactor.cshtml
|
||||
BasicAuthLogin/TwoFactor.cshtml
|
||||
TwoFactor.cshtml
|
||||
src/Umbraco.Cms.StaticAssets/umbraco/BasicAuthLogin/Login.cshtml
|
||||
Umbraco.Cms.StaticAssets/umbraco/BasicAuthLogin/Login.cshtml
|
||||
umbraco/BasicAuthLogin/Login.cshtml
|
||||
BasicAuthLogin/Login.cshtml
|
||||
Login.cshtml
|
||||
src/Umbraco.Cms.StaticAssets/umbraco/UmbracoWebsite/Upgrading.cshtml
|
||||
Umbraco.Cms.StaticAssets/umbraco/UmbracoWebsite/Upgrading.cshtml
|
||||
umbraco/UmbracoWebsite/Upgrading.cshtml
|
||||
|
|
@ -99997,6 +100129,11 @@ Umbraco.Tests.UnitTests/Umbraco.Core/Collections/StackQueueTests.cs
|
|||
Umbraco.Core/Collections/StackQueueTests.cs
|
||||
Collections/StackQueueTests.cs
|
||||
StackQueueTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Collections/CompositeStringArrayKeyTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Core/Collections/CompositeStringArrayKeyTests.cs
|
||||
Umbraco.Core/Collections/CompositeStringArrayKeyTests.cs
|
||||
Collections/CompositeStringArrayKeyTests.cs
|
||||
CompositeStringArrayKeyTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Collections/TopoGraphTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Core/Collections/TopoGraphTests.cs
|
||||
Umbraco.Core/Collections/TopoGraphTests.cs
|
||||
|
|
@ -101027,6 +101164,10 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.Sqlite/SqliteDatabaseProvi
|
|||
Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.Sqlite/SqliteDatabaseProviderMetadataTests.cs
|
||||
Umbraco.Cms.Persistence.Sqlite/SqliteDatabaseProviderMetadataTests.cs
|
||||
SqliteDatabaseProviderMetadataTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.Sqlite/SqliteSyntaxProviderTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.Sqlite/SqliteSyntaxProviderTests.cs
|
||||
Umbraco.Cms.Persistence.Sqlite/SqliteSyntaxProviderTests.cs
|
||||
SqliteSyntaxProviderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/DeliveryApi/ApiRichTextMarkupParserTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Infrastructure/DeliveryApi/ApiRichTextMarkupParserTests.cs
|
||||
Umbraco.Infrastructure/DeliveryApi/ApiRichTextMarkupParserTests.cs
|
||||
|
|
@ -101416,6 +101557,11 @@ Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PropertyEditors/SvgFileUploadMedi
|
|||
Umbraco.Infrastructure/PropertyEditors/SvgFileUploadMediaSavingNotificationHandlerTests.cs
|
||||
PropertyEditors/SvgFileUploadMediaSavingNotificationHandlerTests.cs
|
||||
SvgFileUploadMediaSavingNotificationHandlerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PropertyEditors/BlockExposeFallbackHelperTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PropertyEditors/BlockExposeFallbackHelperTests.cs
|
||||
Umbraco.Infrastructure/PropertyEditors/BlockExposeFallbackHelperTests.cs
|
||||
PropertyEditors/BlockExposeFallbackHelperTests.cs
|
||||
BlockExposeFallbackHelperTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PropertyEditors/DateOnlyPropertyIndexValueFactoryTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PropertyEditors/DateOnlyPropertyIndexValueFactoryTests.cs
|
||||
Umbraco.Infrastructure/PropertyEditors/DateOnlyPropertyIndexValueFactoryTests.cs
|
||||
|
|
@ -101528,6 +101674,10 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.SqlServer/SqlServerDatabas
|
|||
Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.SqlServer/SqlServerDatabaseProviderMetadataTests.cs
|
||||
Umbraco.Cms.Persistence.SqlServer/SqlServerDatabaseProviderMetadataTests.cs
|
||||
SqlServerDatabaseProviderMetadataTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.SqlServer/SqlServerSyntaxProviderTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.SqlServer/SqlServerSyntaxProviderTests.cs
|
||||
Umbraco.Cms.Persistence.SqlServer/SqlServerSyntaxProviderTests.cs
|
||||
SqlServerSyntaxProviderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.PublishedCache.NuCache/SnapDictionaryTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.PublishedCache.NuCache/SnapDictionaryTests.cs
|
||||
Umbraco.PublishedCache.NuCache/SnapDictionaryTests.cs
|
||||
|
|
@ -101551,10 +101701,45 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/AspNetCoreHostingEnvironmentTe
|
|||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/AspNetCoreHostingEnvironmentTests.cs
|
||||
Umbraco.Web.Website/AspNetCoreHostingEnvironmentTests.cs
|
||||
AspNetCoreHostingEnvironmentTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/WebsiteOutputCachePolicyTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/WebsiteOutputCachePolicyTests.cs
|
||||
Umbraco.Web.Website/Caching/WebsiteOutputCachePolicyTests.cs
|
||||
Caching/WebsiteOutputCachePolicyTests.cs
|
||||
WebsiteOutputCachePolicyTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DocumentOutputCacheEvictionHandlerTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DocumentOutputCacheEvictionHandlerTests.cs
|
||||
Umbraco.Web.Website/Caching/DocumentOutputCacheEvictionHandlerTests.cs
|
||||
Caching/DocumentOutputCacheEvictionHandlerTests.cs
|
||||
DocumentOutputCacheEvictionHandlerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheRequestFilterTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheRequestFilterTests.cs
|
||||
Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheRequestFilterTests.cs
|
||||
Caching/DefaultWebsiteOutputCacheRequestFilterTests.cs
|
||||
DefaultWebsiteOutputCacheRequestFilterTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/ContentTypeOutputCacheTagProviderTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/ContentTypeOutputCacheTagProviderTests.cs
|
||||
Umbraco.Web.Website/Caching/ContentTypeOutputCacheTagProviderTests.cs
|
||||
Caching/ContentTypeOutputCacheTagProviderTests.cs
|
||||
ContentTypeOutputCacheTagProviderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheDurationProviderTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheDurationProviderTests.cs
|
||||
Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheDurationProviderTests.cs
|
||||
Caching/DefaultWebsiteOutputCacheDurationProviderTests.cs
|
||||
DefaultWebsiteOutputCacheDurationProviderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/WebsiteOutputCacheManagerTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/WebsiteOutputCacheManagerTests.cs
|
||||
Umbraco.Web.Website/Caching/WebsiteOutputCacheManagerTests.cs
|
||||
Caching/WebsiteOutputCacheManagerTests.cs
|
||||
WebsiteOutputCacheManagerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/ApplicationUrlConfigurationNotificationHandlerTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/ApplicationUrlConfigurationNotificationHandlerTests.cs
|
||||
Umbraco.Web.Website/ApplicationUrlConfigurationNotificationHandlerTests.cs
|
||||
ApplicationUrlConfigurationNotificationHandlerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Middleware/BasicAuthenticationMiddlewareTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/Middleware/BasicAuthenticationMiddlewareTests.cs
|
||||
Umbraco.Web.Website/Middleware/BasicAuthenticationMiddlewareTests.cs
|
||||
Middleware/BasicAuthenticationMiddlewareTests.cs
|
||||
BasicAuthenticationMiddlewareTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Controllers/RenderNoContentControllerTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/Controllers/RenderNoContentControllerTests.cs
|
||||
Umbraco.Web.Website/Controllers/RenderNoContentControllerTests.cs
|
||||
|
|
@ -101565,6 +101750,11 @@ Umbraco.Tests.UnitTests/Umbraco.Web.Website/Controllers/SurfaceControllerTests.c
|
|||
Umbraco.Web.Website/Controllers/SurfaceControllerTests.cs
|
||||
Controllers/SurfaceControllerTests.cs
|
||||
SurfaceControllerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Controllers/BasicAuthLoginControllerTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/Controllers/BasicAuthLoginControllerTests.cs
|
||||
Umbraco.Web.Website/Controllers/BasicAuthLoginControllerTests.cs
|
||||
Controllers/BasicAuthLoginControllerTests.cs
|
||||
BasicAuthLoginControllerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Cache/PartialViewCacheInvalidators/MemberPartialViewCacheInvalidatorTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Web.Website/Cache/PartialViewCacheInvalidators/MemberPartialViewCacheInvalidatorTests.cs
|
||||
Umbraco.Web.Website/Cache/PartialViewCacheInvalidators/MemberPartialViewCacheInvalidatorTests.cs
|
||||
|
|
|
|||
|
|
@ -1202,6 +1202,7 @@ src/Umbraco.Core/Collections/TypeList.cs
|
|||
src/Umbraco.Core/Collections/CompositeIntStringKey.cs
|
||||
src/Umbraco.Core/Collections/DeepCloneableList.cs
|
||||
src/Umbraco.Core/Collections/OrderedHashSet.cs
|
||||
src/Umbraco.Core/Collections/CompositeStringArrayKey.cs
|
||||
src/Umbraco.Core/Collections/EventClearingObservableCollection.cs
|
||||
src/Umbraco.Core/Features/DisabledFeatures.cs
|
||||
src/Umbraco.Core/Features/EnabledFeatures.cs
|
||||
|
|
@ -1801,6 +1802,9 @@ src/Umbraco.Core/Models/PublishedContent/PublishedContentType.cs
|
|||
src/Umbraco.Core/Models/PublishedContent/IPublishedContentType.cs
|
||||
src/Umbraco.Core/Models/PublishedContent/IPublishedModelFactory.cs
|
||||
src/Umbraco.Core/Models/PublishedContent/PublishedItemType.cs
|
||||
src/Umbraco.Core/Models/PublishedContent/PropertyRenderingContext.cs
|
||||
src/Umbraco.Core/Models/PublishedContent/IPropertyRenderingContextAccessor.cs
|
||||
src/Umbraco.Core/Models/PublishedContent/HybridPropertyRenderingContextAccessor.cs
|
||||
src/Umbraco.Core/Models/PublishedContent/PublishedContentTypeConverter.cs
|
||||
src/Umbraco.Core/Models/PublishedContent/PublishedValueFallback.cs
|
||||
src/Umbraco.Core/Models/Blocks/BlockListValue.cs
|
||||
|
|
@ -2087,6 +2091,7 @@ src/Umbraco.Core/Configuration/Models/RequestHandlerSettings.cs
|
|||
src/Umbraco.Core/Configuration/Models/ConnectionStrings.cs
|
||||
src/Umbraco.Core/Configuration/Models/MemberPasswordConfigurationSettings.cs
|
||||
src/Umbraco.Core/Configuration/Models/HealthChecksSettings.cs
|
||||
src/Umbraco.Core/Configuration/Models/WebsiteSettings.cs
|
||||
src/Umbraco.Core/Configuration/Models/NuCacheSettings.cs
|
||||
src/Umbraco.Core/Configuration/Models/HelpPageSettings.cs
|
||||
src/Umbraco.Core/Configuration/Models/LongRunningOperationsCleanupSettings.cs
|
||||
|
|
@ -2137,14 +2142,18 @@ src/Umbraco.Core/Configuration/LoggingSettingsExtensions.cs
|
|||
src/Umbraco.Core/Configuration/UserPasswordConfiguration.cs
|
||||
src/Umbraco.Core/Cache/AppCacheExtensions.cs
|
||||
src/Umbraco.Core/Cache/ValueEditorCache.cs
|
||||
src/Umbraco.Core/Cache/IWebsiteOutputCacheEvictionProvider.cs
|
||||
src/Umbraco.Core/Cache/IWebsiteOutputCacheManager.cs
|
||||
src/Umbraco.Core/Cache/FastDictionaryAppCacheBase.cs
|
||||
src/Umbraco.Core/Cache/RepositoryCacheVersionService.cs
|
||||
src/Umbraco.Core/Cache/IWebsiteOutputCacheTagProvider.cs
|
||||
src/Umbraco.Core/Cache/ICacheSyncService.cs
|
||||
src/Umbraco.Core/Cache/IRepositoryCachePolicy.cs
|
||||
src/Umbraco.Core/Cache/NoAppCache.cs
|
||||
src/Umbraco.Core/Cache/SafeLazy.cs
|
||||
src/Umbraco.Core/Cache/IRepositoryCacheVersionAccessor.cs
|
||||
src/Umbraco.Core/Cache/IAppCache.cs
|
||||
src/Umbraco.Core/Cache/IWebsiteOutputCacheDurationProvider.cs
|
||||
src/Umbraco.Core/Cache/IRequestCache.cs
|
||||
src/Umbraco.Core/Cache/IDataTypeConfigurationCache.cs
|
||||
src/Umbraco.Core/Cache/Refreshers/CacheRefresherCollectionBuilder.cs
|
||||
|
|
@ -2179,6 +2188,7 @@ src/Umbraco.Core/Cache/DistributedCacheExtensions.cs
|
|||
src/Umbraco.Core/Cache/RepositoryCachePolicyOptions.cs
|
||||
src/Umbraco.Core/Cache/DataTypeConfigurationCache.cs
|
||||
src/Umbraco.Core/Cache/SingleServerCacheVersionService.cs
|
||||
src/Umbraco.Core/Cache/OutputCacheContentChangedContext.cs
|
||||
src/Umbraco.Core/Cache/AppPolicedCacheDictionary.cs
|
||||
src/Umbraco.Core/Cache/DeepCloneAppCache.cs
|
||||
src/Umbraco.Core/Cache/IAppPolicyCache.cs
|
||||
|
|
@ -2839,6 +2849,7 @@ src/Umbraco.Core/Runtime/EssentialDirectoryCreator.cs
|
|||
src/Umbraco.Core/Constants-Sql.cs
|
||||
src/Umbraco.Core/InstallLog.cs
|
||||
src/Umbraco.Core/Constants-ProviderNames.cs
|
||||
src/Umbraco.Core/Constants-Website.cs
|
||||
src/Umbraco.Core/CustomBooleanTypeConverter.cs
|
||||
src/Umbraco.Core/ConventionsHelper.cs
|
||||
src/Umbraco.Core/PaginationHelper.cs
|
||||
|
|
@ -3736,6 +3747,7 @@ src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/SingleBlockPropertyVa
|
|||
src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/BlockGridPropertyValueConverter.cs
|
||||
src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/ConstructorCacheClearNotificationHandler.cs
|
||||
src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/BlockListPropertyValueCreator.cs
|
||||
src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/BlockExposeFallbackHelper.cs
|
||||
src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/DateOnlyValueConverter.cs
|
||||
src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/TimeOnlyValueConverter.cs
|
||||
src/Umbraco.Infrastructure/PropertyEditors/EmailAddressPropertyEditor.cs
|
||||
|
|
@ -4038,6 +4050,7 @@ src/Umbraco.Web.Website/Security/MemberAuthenticationBuilder.cs
|
|||
src/Umbraco.Web.Website/Security/MemberExternalLoginsBuilder.cs
|
||||
src/Umbraco.Web.Website/Routing/EagerMatcherPolicy.cs
|
||||
src/Umbraco.Web.Website/Routing/FrontEndRoutes.cs
|
||||
src/Umbraco.Web.Website/Routing/BasicAuthLoginRoutes.cs
|
||||
src/Umbraco.Web.Website/Routing/ControllerActionSearcher.cs
|
||||
src/Umbraco.Web.Website/Routing/UmbracoRouteValueTransformer.cs
|
||||
src/Umbraco.Web.Website/Routing/IPublicAccessRequestHandler.cs
|
||||
|
|
@ -4051,11 +4064,25 @@ src/Umbraco.Web.Website/ViewEngines/PluginRazorViewEngineOptionsSetup.cs
|
|||
src/Umbraco.Web.Website/ViewEngines/ProfilingViewEngineWrapperMvcViewOptionsSetup.cs
|
||||
src/Umbraco.Web.Website/ViewEngines/RenderRazorViewEngineOptionsSetup.cs
|
||||
src/Umbraco.Web.Website/ViewEngines/ProfilingViewEngine.cs
|
||||
src/Umbraco.Web.Website/Caching/MemberOutputCacheEvictionHandler.cs
|
||||
src/Umbraco.Web.Website/Caching/WebsiteOutputCachePolicy.cs
|
||||
src/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheRequestFilter.cs
|
||||
src/Umbraco.Web.Website/Caching/WebsiteOutputCachePipelineFilter.cs
|
||||
src/Umbraco.Web.Website/Caching/ContentTypeOutputCacheTagProvider.cs
|
||||
src/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheDurationProvider.cs
|
||||
src/Umbraco.Web.Website/Caching/MediaOutputCacheEvictionHandler.cs
|
||||
src/Umbraco.Web.Website/Caching/IWebsiteOutputCacheRequestFilter.cs
|
||||
src/Umbraco.Web.Website/Caching/IWebsiteOutputCacheVaryByProvider.cs
|
||||
src/Umbraco.Web.Website/Caching/RelationOutputCacheEvictionHandlerBase.cs
|
||||
src/Umbraco.Web.Website/Caching/WebsiteOutputCacheManager.cs
|
||||
src/Umbraco.Web.Website/Caching/DocumentOutputCacheEvictionHandler.cs
|
||||
src/Umbraco.Web.Website/Umbraco.Web.Website.csproj
|
||||
src/Umbraco.Web.Website/Collections/SurfaceControllerTypeCollection.cs
|
||||
src/Umbraco.Web.Website/Collections/SurfaceControllerTypeCollectionBuilder.cs
|
||||
src/Umbraco.Web.Website/DependencyInjection/UmbracoBuilderExtensions.cs
|
||||
src/Umbraco.Web.Website/DependencyInjection/UmbracoBuilder.MemberIdentity.cs
|
||||
src/Umbraco.Web.Website/Models/BasicAuthLoginModel.cs
|
||||
src/Umbraco.Web.Website/Models/BasicAuthTwoFactorModel.cs
|
||||
src/Umbraco.Web.Website/Models/NoNodesViewModel.cs
|
||||
src/Umbraco.Web.Website/Models/MemberModelBuilderFactory.cs
|
||||
src/Umbraco.Web.Website/Models/ProfileModelBuilder.cs
|
||||
|
|
@ -4072,6 +4099,7 @@ src/Umbraco.Web.Website/Controllers/UmbExternalLoginController.cs
|
|||
src/Umbraco.Web.Website/Controllers/RenderNoContentController.cs
|
||||
src/Umbraco.Web.Website/Controllers/UmbTwoFactorLoginController.cs
|
||||
src/Umbraco.Web.Website/Controllers/SurfaceController.cs
|
||||
src/Umbraco.Web.Website/Controllers/BasicAuthLoginController.cs
|
||||
src/Umbraco.Web.Website/Controllers/UmbRegisterController.cs
|
||||
src/Umbraco.Web.Website/Cache/PartialViewCacheInvalidators/MemberPartialViewCacheInvalidator.cs
|
||||
src/Umbraco.Web.Website/CLAUDE.md
|
||||
|
|
@ -4087,6 +4115,7 @@ src/Umbraco.Cms.StaticAssets/wwwroot/App_Plugins/Umbraco.BlockGridEditor.Default
|
|||
src/Umbraco.Cms.StaticAssets/wwwroot/App_Plugins/Umbraco.BlockGridEditor.DefaultCustomViews/umbBlockGridDemoHeadlineBlock.html
|
||||
src/Umbraco.Cms.StaticAssets/wwwroot/App_Plugins/Umbraco.BlockGridEditor.DefaultCustomViews/umbBlockGridDemoImageBlock.html
|
||||
src/Umbraco.Cms.StaticAssets/wwwroot/App_Plugins/Umbraco.BlockGridEditor.DefaultCustomViews/umbBlockGridDemoTwoColumnLayoutBlock.html
|
||||
src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/basic-auth/login.js
|
||||
src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/assets/logo_light.svg
|
||||
src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/assets/README.md
|
||||
src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/assets/logo_blue.svg
|
||||
|
|
@ -4105,6 +4134,8 @@ src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/website/fonts/lato/LatoLatin-Black.
|
|||
src/Umbraco.Cms.StaticAssets/Umbraco.Cms.StaticAssets.csproj
|
||||
src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml
|
||||
src/Umbraco.Cms.StaticAssets/umbraco/UmbracoBackOffice/Index.cshtml
|
||||
src/Umbraco.Cms.StaticAssets/umbraco/BasicAuthLogin/TwoFactor.cshtml
|
||||
src/Umbraco.Cms.StaticAssets/umbraco/BasicAuthLogin/Login.cshtml
|
||||
src/Umbraco.Cms.StaticAssets/umbraco/UmbracoWebsite/Upgrading.cshtml
|
||||
src/Umbraco.Cms.StaticAssets/umbraco/UmbracoWebsite/Maintenance.cshtml
|
||||
src/Umbraco.Cms.StaticAssets/umbraco/UmbracoWebsite/NoNodes.cshtml
|
||||
|
|
@ -15162,6 +15193,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/IO/PhysicalFileSystemTests.cs
|
|||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Collections/DeepCloneableListTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Collections/OrderedHashSetTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Collections/StackQueueTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Collections/CompositeStringArrayKeyTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Collections/TopoGraphTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Deploy/ArtifactBaseTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Models/TemplateTests.cs
|
||||
|
|
@ -15360,6 +15392,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Tests.Common/Builders/WebhookBuilderTests.
|
|||
tests/Umbraco.Tests.UnitTests/Umbraco.Tests.Common/Builders/RelationBuilderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Tests.Common/Builders/RelationTypeBuilderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.Sqlite/SqliteDatabaseProviderMetadataTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.Sqlite/SqliteSyntaxProviderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/DeliveryApi/ApiRichTextMarkupParserTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/SqlAzureDatabaseProviderMetadataTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Persistence/Mappers/RelationTypeMapperTest.cs
|
||||
|
|
@ -15430,6 +15463,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/HealthChecks/MarkdownToHtml
|
|||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/HealthChecks/HealthCheckResultsTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PropertyEditors/RecycleBinMediaProtectionHelperTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PropertyEditors/SvgFileUploadMediaSavingNotificationHandlerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PropertyEditors/BlockExposeFallbackHelperTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PropertyEditors/DateOnlyPropertyIndexValueFactoryTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PropertyEditors/DateTimePropertyEditorTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PropertyEditors/BlockEditorVarianceHandlerTests.cs
|
||||
|
|
@ -15453,14 +15487,23 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Examine/UmbracoContentValue
|
|||
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.SqlServer/SqlLocalDbDatabaseProviderMetadataTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.SqlServer/SqlAzureDatabaseProviderMetadataTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.SqlServer/SqlServerDatabaseProviderMetadataTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Persistence.SqlServer/SqlServerSyntaxProviderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.PublishedCache.NuCache/SnapDictionaryTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Routing/UmbracoRouteValuesFactoryTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Routing/UmbracoRouteValueTransformerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Routing/ControllerActionSearcherTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/AspNetCoreHostingEnvironmentTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/WebsiteOutputCachePolicyTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DocumentOutputCacheEvictionHandlerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheRequestFilterTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/ContentTypeOutputCacheTagProviderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheDurationProviderTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/WebsiteOutputCacheManagerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/ApplicationUrlConfigurationNotificationHandlerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Middleware/BasicAuthenticationMiddlewareTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Controllers/RenderNoContentControllerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Controllers/SurfaceControllerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Controllers/BasicAuthLoginControllerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Cache/PartialViewCacheInvalidators/MemberPartialViewCacheInvalidatorTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.ModelsBuilder.Embedded/UmbracoApplicationTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.ModelsBuilder.Embedded/StringExtensions.cs
|
||||
|
|
|
|||
|
|
@ -1020,6 +1020,11 @@ php/email-editor/changelog/.gitkeep
|
|||
email-editor/changelog/.gitkeep
|
||||
changelog/.gitkeep
|
||||
.gitkeep
|
||||
packages/php/email-editor/changelog/fix-email-editor-button-border-radius
|
||||
php/email-editor/changelog/fix-email-editor-button-border-radius
|
||||
email-editor/changelog/fix-email-editor-button-border-radius
|
||||
changelog/fix-email-editor-button-border-radius
|
||||
fix-email-editor-button-border-radius
|
||||
packages/php/email-editor/tasks/mirror-readme.md
|
||||
php/email-editor/tasks/mirror-readme.md
|
||||
email-editor/tasks/mirror-readme.md
|
||||
|
|
@ -3691,6 +3696,261 @@ packages/php/email-editor/composer.json
|
|||
php/email-editor/composer.json
|
||||
email-editor/composer.json
|
||||
composer.json
|
||||
packages/php/woocommerce-analytics/CHANGELOG.md
|
||||
php/woocommerce-analytics/CHANGELOG.md
|
||||
woocommerce-analytics/CHANGELOG.md
|
||||
CHANGELOG.md
|
||||
packages/php/woocommerce-analytics/SECURITY.md
|
||||
php/woocommerce-analytics/SECURITY.md
|
||||
woocommerce-analytics/SECURITY.md
|
||||
SECURITY.md
|
||||
packages/php/woocommerce-analytics/changelog/renovate-wordpress-monorepo
|
||||
php/woocommerce-analytics/changelog/renovate-wordpress-monorepo
|
||||
woocommerce-analytics/changelog/renovate-wordpress-monorepo
|
||||
changelog/renovate-wordpress-monorepo
|
||||
renovate-wordpress-monorepo
|
||||
packages/php/woocommerce-analytics/tasks/mirror-github/workflows/autotagger.yml
|
||||
php/woocommerce-analytics/tasks/mirror-github/workflows/autotagger.yml
|
||||
woocommerce-analytics/tasks/mirror-github/workflows/autotagger.yml
|
||||
tasks/mirror-github/workflows/autotagger.yml
|
||||
mirror-github/workflows/autotagger.yml
|
||||
workflows/autotagger.yml
|
||||
autotagger.yml
|
||||
packages/php/woocommerce-analytics/tasks/mirror-github/workflows/readonly.yml
|
||||
php/woocommerce-analytics/tasks/mirror-github/workflows/readonly.yml
|
||||
woocommerce-analytics/tasks/mirror-github/workflows/readonly.yml
|
||||
tasks/mirror-github/workflows/readonly.yml
|
||||
mirror-github/workflows/readonly.yml
|
||||
workflows/readonly.yml
|
||||
readonly.yml
|
||||
packages/php/woocommerce-analytics/tasks/build-package.sh
|
||||
php/woocommerce-analytics/tasks/build-package.sh
|
||||
woocommerce-analytics/tasks/build-package.sh
|
||||
tasks/build-package.sh
|
||||
build-package.sh
|
||||
packages/php/woocommerce-analytics/package.json
|
||||
php/woocommerce-analytics/package.json
|
||||
woocommerce-analytics/package.json
|
||||
package.json
|
||||
packages/php/woocommerce-analytics/webpack.config.js
|
||||
php/woocommerce-analytics/webpack.config.js
|
||||
woocommerce-analytics/webpack.config.js
|
||||
webpack.config.js
|
||||
packages/php/woocommerce-analytics/tsconfig.json
|
||||
php/woocommerce-analytics/tsconfig.json
|
||||
woocommerce-analytics/tsconfig.json
|
||||
tsconfig.json
|
||||
packages/php/woocommerce-analytics/src/class-woo-analytics-trait.php
|
||||
php/woocommerce-analytics/src/class-woo-analytics-trait.php
|
||||
woocommerce-analytics/src/class-woo-analytics-trait.php
|
||||
src/class-woo-analytics-trait.php
|
||||
class-woo-analytics-trait.php
|
||||
packages/php/woocommerce-analytics/src/class-consent-manager.php
|
||||
php/woocommerce-analytics/src/class-consent-manager.php
|
||||
woocommerce-analytics/src/class-consent-manager.php
|
||||
src/class-consent-manager.php
|
||||
class-consent-manager.php
|
||||
packages/php/woocommerce-analytics/src/class-wc-analytics-tracking.php
|
||||
php/woocommerce-analytics/src/class-wc-analytics-tracking.php
|
||||
woocommerce-analytics/src/class-wc-analytics-tracking.php
|
||||
src/class-wc-analytics-tracking.php
|
||||
class-wc-analytics-tracking.php
|
||||
packages/php/woocommerce-analytics/src/API/class-wc-analytics-tracking-proxy.php
|
||||
php/woocommerce-analytics/src/API/class-wc-analytics-tracking-proxy.php
|
||||
woocommerce-analytics/src/API/class-wc-analytics-tracking-proxy.php
|
||||
src/API/class-wc-analytics-tracking-proxy.php
|
||||
API/class-wc-analytics-tracking-proxy.php
|
||||
class-wc-analytics-tracking-proxy.php
|
||||
packages/php/woocommerce-analytics/src/mu-plugin/woocommerce-analytics-proxy-speed-module-template.php
|
||||
php/woocommerce-analytics/src/mu-plugin/woocommerce-analytics-proxy-speed-module-template.php
|
||||
woocommerce-analytics/src/mu-plugin/woocommerce-analytics-proxy-speed-module-template.php
|
||||
src/mu-plugin/woocommerce-analytics-proxy-speed-module-template.php
|
||||
mu-plugin/woocommerce-analytics-proxy-speed-module-template.php
|
||||
woocommerce-analytics-proxy-speed-module-template.php
|
||||
packages/php/woocommerce-analytics/src/class-universal.php
|
||||
php/woocommerce-analytics/src/class-universal.php
|
||||
woocommerce-analytics/src/class-universal.php
|
||||
src/class-universal.php
|
||||
class-universal.php
|
||||
packages/php/woocommerce-analytics/src/class-features.php
|
||||
php/woocommerce-analytics/src/class-features.php
|
||||
woocommerce-analytics/src/class-features.php
|
||||
src/class-features.php
|
||||
class-features.php
|
||||
packages/php/woocommerce-analytics/src/class-my-account.php
|
||||
php/woocommerce-analytics/src/class-my-account.php
|
||||
woocommerce-analytics/src/class-my-account.php
|
||||
src/class-my-account.php
|
||||
class-my-account.php
|
||||
packages/php/woocommerce-analytics/src/class-woocommerce-analytics.php
|
||||
php/woocommerce-analytics/src/class-woocommerce-analytics.php
|
||||
woocommerce-analytics/src/class-woocommerce-analytics.php
|
||||
src/class-woocommerce-analytics.php
|
||||
class-woocommerce-analytics.php
|
||||
packages/php/woocommerce-analytics/src/client/init.ts
|
||||
php/woocommerce-analytics/src/client/init.ts
|
||||
woocommerce-analytics/src/client/init.ts
|
||||
src/client/init.ts
|
||||
client/init.ts
|
||||
init.ts
|
||||
packages/php/woocommerce-analytics/src/client/session-manager.ts
|
||||
php/woocommerce-analytics/src/client/session-manager.ts
|
||||
woocommerce-analytics/src/client/session-manager.ts
|
||||
src/client/session-manager.ts
|
||||
client/session-manager.ts
|
||||
session-manager.ts
|
||||
packages/php/woocommerce-analytics/src/client/types/shared.ts
|
||||
php/woocommerce-analytics/src/client/types/shared.ts
|
||||
woocommerce-analytics/src/client/types/shared.ts
|
||||
src/client/types/shared.ts
|
||||
client/types/shared.ts
|
||||
types/shared.ts
|
||||
shared.ts
|
||||
packages/php/woocommerce-analytics/src/client/types/global.d.ts
|
||||
php/woocommerce-analytics/src/client/types/global.d.ts
|
||||
woocommerce-analytics/src/client/types/global.d.ts
|
||||
src/client/types/global.d.ts
|
||||
client/types/global.d.ts
|
||||
types/global.d.ts
|
||||
global.d.ts
|
||||
packages/php/woocommerce-analytics/src/client/index.ts
|
||||
php/woocommerce-analytics/src/client/index.ts
|
||||
woocommerce-analytics/src/client/index.ts
|
||||
src/client/index.ts
|
||||
client/index.ts
|
||||
index.ts
|
||||
packages/php/woocommerce-analytics/src/client/listeners/account.ts
|
||||
php/woocommerce-analytics/src/client/listeners/account.ts
|
||||
woocommerce-analytics/src/client/listeners/account.ts
|
||||
src/client/listeners/account.ts
|
||||
client/listeners/account.ts
|
||||
listeners/account.ts
|
||||
account.ts
|
||||
packages/php/woocommerce-analytics/src/client/consent.ts
|
||||
php/woocommerce-analytics/src/client/consent.ts
|
||||
woocommerce-analytics/src/client/consent.ts
|
||||
src/client/consent.ts
|
||||
client/consent.ts
|
||||
consent.ts
|
||||
packages/php/woocommerce-analytics/src/client/analytics.ts
|
||||
php/woocommerce-analytics/src/client/analytics.ts
|
||||
woocommerce-analytics/src/client/analytics.ts
|
||||
src/client/analytics.ts
|
||||
client/analytics.ts
|
||||
analytics.ts
|
||||
packages/php/woocommerce-analytics/src/client/constants.ts
|
||||
php/woocommerce-analytics/src/client/constants.ts
|
||||
woocommerce-analytics/src/client/constants.ts
|
||||
src/client/constants.ts
|
||||
client/constants.ts
|
||||
constants.ts
|
||||
packages/php/woocommerce-analytics/src/client/utils.ts
|
||||
php/woocommerce-analytics/src/client/utils.ts
|
||||
woocommerce-analytics/src/client/utils.ts
|
||||
src/client/utils.ts
|
||||
client/utils.ts
|
||||
utils.ts
|
||||
packages/php/woocommerce-analytics/src/client/public-path.ts
|
||||
php/woocommerce-analytics/src/client/public-path.ts
|
||||
woocommerce-analytics/src/client/public-path.ts
|
||||
src/client/public-path.ts
|
||||
client/public-path.ts
|
||||
public-path.ts
|
||||
packages/php/woocommerce-analytics/src/client/api-client.ts
|
||||
php/woocommerce-analytics/src/client/api-client.ts
|
||||
woocommerce-analytics/src/client/api-client.ts
|
||||
src/client/api-client.ts
|
||||
client/api-client.ts
|
||||
api-client.ts
|
||||
packages/php/woocommerce-analytics/src/class-pixel-builder.php
|
||||
php/woocommerce-analytics/src/class-pixel-builder.php
|
||||
woocommerce-analytics/src/class-pixel-builder.php
|
||||
src/class-pixel-builder.php
|
||||
class-pixel-builder.php
|
||||
packages/php/woocommerce-analytics/README.md
|
||||
php/woocommerce-analytics/README.md
|
||||
woocommerce-analytics/README.md
|
||||
README.md
|
||||
packages/php/woocommerce-analytics/phpcs.xml
|
||||
php/woocommerce-analytics/phpcs.xml
|
||||
woocommerce-analytics/phpcs.xml
|
||||
phpcs.xml
|
||||
packages/php/woocommerce-analytics/phpunit.xml.dist
|
||||
php/woocommerce-analytics/phpunit.xml.dist
|
||||
woocommerce-analytics/phpunit.xml.dist
|
||||
phpunit.xml.dist
|
||||
packages/php/woocommerce-analytics/tests/php/Pixel_Builder_Test.php
|
||||
php/woocommerce-analytics/tests/php/Pixel_Builder_Test.php
|
||||
woocommerce-analytics/tests/php/Pixel_Builder_Test.php
|
||||
tests/php/Pixel_Builder_Test.php
|
||||
php/Pixel_Builder_Test.php
|
||||
Pixel_Builder_Test.php
|
||||
packages/php/woocommerce-analytics/tests/php/Pixel_Builder_Socks_Proxy_Test.php
|
||||
php/woocommerce-analytics/tests/php/Pixel_Builder_Socks_Proxy_Test.php
|
||||
woocommerce-analytics/tests/php/Pixel_Builder_Socks_Proxy_Test.php
|
||||
tests/php/Pixel_Builder_Socks_Proxy_Test.php
|
||||
php/Pixel_Builder_Socks_Proxy_Test.php
|
||||
Pixel_Builder_Socks_Proxy_Test.php
|
||||
packages/php/woocommerce-analytics/tests/php/Universal_Test.php
|
||||
php/woocommerce-analytics/tests/php/Universal_Test.php
|
||||
woocommerce-analytics/tests/php/Universal_Test.php
|
||||
tests/php/Universal_Test.php
|
||||
php/Universal_Test.php
|
||||
Universal_Test.php
|
||||
packages/php/woocommerce-analytics/tests/php/Woocommerce_Analytics_Test.php
|
||||
php/woocommerce-analytics/tests/php/Woocommerce_Analytics_Test.php
|
||||
woocommerce-analytics/tests/php/Woocommerce_Analytics_Test.php
|
||||
tests/php/Woocommerce_Analytics_Test.php
|
||||
php/Woocommerce_Analytics_Test.php
|
||||
Woocommerce_Analytics_Test.php
|
||||
packages/php/woocommerce-analytics/tests/php/mocks/woocommerce-functions.php
|
||||
php/woocommerce-analytics/tests/php/mocks/woocommerce-functions.php
|
||||
woocommerce-analytics/tests/php/mocks/woocommerce-functions.php
|
||||
tests/php/mocks/woocommerce-functions.php
|
||||
php/mocks/woocommerce-functions.php
|
||||
mocks/woocommerce-functions.php
|
||||
woocommerce-functions.php
|
||||
packages/php/woocommerce-analytics/tests/php/mocks/class-wc-tracks.php
|
||||
php/woocommerce-analytics/tests/php/mocks/class-wc-tracks.php
|
||||
woocommerce-analytics/tests/php/mocks/class-wc-tracks.php
|
||||
tests/php/mocks/class-wc-tracks.php
|
||||
php/mocks/class-wc-tracks.php
|
||||
mocks/class-wc-tracks.php
|
||||
class-wc-tracks.php
|
||||
packages/php/woocommerce-analytics/tests/php/mocks/class-wc-order.php
|
||||
php/woocommerce-analytics/tests/php/mocks/class-wc-order.php
|
||||
woocommerce-analytics/tests/php/mocks/class-wc-order.php
|
||||
tests/php/mocks/class-wc-order.php
|
||||
php/mocks/class-wc-order.php
|
||||
mocks/class-wc-order.php
|
||||
class-wc-order.php
|
||||
packages/php/woocommerce-analytics/tests/php/bootstrap.php
|
||||
php/woocommerce-analytics/tests/php/bootstrap.php
|
||||
woocommerce-analytics/tests/php/bootstrap.php
|
||||
tests/php/bootstrap.php
|
||||
php/bootstrap.php
|
||||
bootstrap.php
|
||||
packages/php/woocommerce-analytics/tests/.phpcs.dir.xml
|
||||
php/woocommerce-analytics/tests/.phpcs.dir.xml
|
||||
woocommerce-analytics/tests/.phpcs.dir.xml
|
||||
tests/.phpcs.dir.xml
|
||||
.phpcs.dir.xml
|
||||
packages/php/woocommerce-analytics/composer.lock
|
||||
php/woocommerce-analytics/composer.lock
|
||||
woocommerce-analytics/composer.lock
|
||||
composer.lock
|
||||
packages/php/woocommerce-analytics/LICENSE.txt
|
||||
php/woocommerce-analytics/LICENSE.txt
|
||||
woocommerce-analytics/LICENSE.txt
|
||||
LICENSE.txt
|
||||
packages/php/woocommerce-analytics/.gitattributes
|
||||
php/woocommerce-analytics/.gitattributes
|
||||
woocommerce-analytics/.gitattributes
|
||||
.gitattributes
|
||||
packages/php/woocommerce-analytics/composer.json
|
||||
php/woocommerce-analytics/composer.json
|
||||
woocommerce-analytics/composer.json
|
||||
composer.json
|
||||
packages/php/.gitkeep
|
||||
php/.gitkeep
|
||||
.gitkeep
|
||||
|
|
@ -5477,6 +5737,11 @@ js/components/changelog/fix-ellipsis-menu-arrow-scroll
|
|||
components/changelog/fix-ellipsis-menu-arrow-scroll
|
||||
changelog/fix-ellipsis-menu-arrow-scroll
|
||||
fix-ellipsis-menu-arrow-scroll
|
||||
packages/js/components/changelog/build-webpack-filesystem-cache
|
||||
js/components/changelog/build-webpack-filesystem-cache
|
||||
components/changelog/build-webpack-filesystem-cache
|
||||
changelog/build-webpack-filesystem-cache
|
||||
build-webpack-filesystem-cache
|
||||
packages/js/components/changelog/.gitkeep
|
||||
js/components/changelog/.gitkeep
|
||||
components/changelog/.gitkeep
|
||||
|
|
@ -9308,6 +9573,11 @@ js/customer-effort-score/changelog/55626-email-improvements-feedback-prompt
|
|||
customer-effort-score/changelog/55626-email-improvements-feedback-prompt
|
||||
changelog/55626-email-improvements-feedback-prompt
|
||||
55626-email-improvements-feedback-prompt
|
||||
packages/js/customer-effort-score/changelog/build-webpack-filesystem-cache
|
||||
js/customer-effort-score/changelog/build-webpack-filesystem-cache
|
||||
customer-effort-score/changelog/build-webpack-filesystem-cache
|
||||
changelog/build-webpack-filesystem-cache
|
||||
build-webpack-filesystem-cache
|
||||
packages/js/customer-effort-score/changelog/53531-dev-react-18-ghidorah
|
||||
js/customer-effort-score/changelog/53531-dev-react-18-ghidorah
|
||||
customer-effort-score/changelog/53531-dev-react-18-ghidorah
|
||||
|
|
@ -9833,6 +10103,11 @@ js/onboarding/changelog/upgrade-storybook_and_add_pages_workflow
|
|||
onboarding/changelog/upgrade-storybook_and_add_pages_workflow
|
||||
changelog/upgrade-storybook_and_add_pages_workflow
|
||||
upgrade-storybook_and_add_pages_workflow
|
||||
packages/js/onboarding/changelog/build-webpack-filesystem-cache
|
||||
js/onboarding/changelog/build-webpack-filesystem-cache
|
||||
onboarding/changelog/build-webpack-filesystem-cache
|
||||
changelog/build-webpack-filesystem-cache
|
||||
build-webpack-filesystem-cache
|
||||
packages/js/onboarding/changelog/53531-dev-react-18-ghidorah
|
||||
js/onboarding/changelog/53531-dev-react-18-ghidorah
|
||||
onboarding/changelog/53531-dev-react-18-ghidorah
|
||||
|
|
@ -10610,6 +10885,11 @@ js/experimental/changelog/54160-54158-fix-typescript-errors-from-packagesjsexper
|
|||
experimental/changelog/54160-54158-fix-typescript-errors-from-packagesjsexperimental
|
||||
changelog/54160-54158-fix-typescript-errors-from-packagesjsexperimental
|
||||
54160-54158-fix-typescript-errors-from-packagesjsexperimental
|
||||
packages/js/experimental/changelog/build-webpack-filesystem-cache
|
||||
js/experimental/changelog/build-webpack-filesystem-cache
|
||||
experimental/changelog/build-webpack-filesystem-cache
|
||||
changelog/build-webpack-filesystem-cache
|
||||
build-webpack-filesystem-cache
|
||||
packages/js/experimental/changelog/53531-dev-react-18-ghidorah
|
||||
js/experimental/changelog/53531-dev-react-18-ghidorah
|
||||
experimental/changelog/53531-dev-react-18-ghidorah
|
||||
|
|
@ -11885,6 +12165,11 @@ js/product-editor/changelog/fix-product-editor-max-upload-size
|
|||
product-editor/changelog/fix-product-editor-max-upload-size
|
||||
changelog/fix-product-editor-max-upload-size
|
||||
fix-product-editor-max-upload-size
|
||||
packages/js/product-editor/changelog/build-webpack-filesystem-cache
|
||||
js/product-editor/changelog/build-webpack-filesystem-cache
|
||||
product-editor/changelog/build-webpack-filesystem-cache
|
||||
changelog/build-webpack-filesystem-cache
|
||||
build-webpack-filesystem-cache
|
||||
packages/js/product-editor/changelog/update-product-editor-filter-linked-products-only-when-tab-selected
|
||||
js/product-editor/changelog/update-product-editor-filter-linked-products-only-when-tab-selected
|
||||
product-editor/changelog/update-product-editor-filter-linked-products-only-when-tab-selected
|
||||
|
|
@ -20184,6 +20469,11 @@ js/email-editor/changelog/add-product-image-full-width-alignment
|
|||
email-editor/changelog/add-product-image-full-width-alignment
|
||||
changelog/add-product-image-full-width-alignment
|
||||
add-product-image-full-width-alignment
|
||||
packages/js/email-editor/changelog/build-webpack-filesystem-cache
|
||||
js/email-editor/changelog/build-webpack-filesystem-cache
|
||||
email-editor/changelog/build-webpack-filesystem-cache
|
||||
changelog/build-webpack-filesystem-cache
|
||||
build-webpack-filesystem-cache
|
||||
packages/js/email-editor/changelog/.gitkeep
|
||||
js/email-editor/changelog/.gitkeep
|
||||
email-editor/changelog/.gitkeep
|
||||
|
|
@ -21604,6 +21894,11 @@ js/settings-editor/changelog/56246-update-settings-router-calypso-package
|
|||
settings-editor/changelog/56246-update-settings-router-calypso-package
|
||||
changelog/56246-update-settings-router-calypso-package
|
||||
56246-update-settings-router-calypso-package
|
||||
packages/js/settings-editor/changelog/build-webpack-filesystem-cache
|
||||
js/settings-editor/changelog/build-webpack-filesystem-cache
|
||||
settings-editor/changelog/build-webpack-filesystem-cache
|
||||
changelog/build-webpack-filesystem-cache
|
||||
build-webpack-filesystem-cache
|
||||
packages/js/settings-editor/changelog/53531-dev-react-18-ghidorah
|
||||
js/settings-editor/changelog/53531-dev-react-18-ghidorah
|
||||
settings-editor/changelog/53531-dev-react-18-ghidorah
|
||||
|
|
@ -22640,6 +22935,11 @@ js/block-templates/changelog/dev-build-profiling-tweaks-take-1
|
|||
block-templates/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/block-templates/changelog/build-webpack-filesystem-cache
|
||||
js/block-templates/changelog/build-webpack-filesystem-cache
|
||||
block-templates/changelog/build-webpack-filesystem-cache
|
||||
changelog/build-webpack-filesystem-cache
|
||||
build-webpack-filesystem-cache
|
||||
packages/js/block-templates/changelog/53531-dev-react-18-ghidorah
|
||||
js/block-templates/changelog/53531-dev-react-18-ghidorah
|
||||
block-templates/changelog/53531-dev-react-18-ghidorah
|
||||
|
|
@ -23080,6 +23380,11 @@ js/admin-layout/changelog/dev-build-profiling-tweaks-take-1
|
|||
admin-layout/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/admin-layout/changelog/build-webpack-filesystem-cache
|
||||
js/admin-layout/changelog/build-webpack-filesystem-cache
|
||||
admin-layout/changelog/build-webpack-filesystem-cache
|
||||
changelog/build-webpack-filesystem-cache
|
||||
build-webpack-filesystem-cache
|
||||
packages/js/admin-layout/changelog/53531-dev-react-18-ghidorah
|
||||
js/admin-layout/changelog/53531-dev-react-18-ghidorah
|
||||
admin-layout/changelog/53531-dev-react-18-ghidorah
|
||||
|
|
@ -25627,6 +25932,10 @@ 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
|
||||
63816-fix-get-item-downloads-return-array
|
||||
plugins/woocommerce/changelog/64095-wooplug-6533-consolidate-get_shipping_providers-and
|
||||
woocommerce/changelog/64095-wooplug-6533-consolidate-get_shipping_providers-and
|
||||
changelog/64095-wooplug-6533-consolidate-get_shipping_providers-and
|
||||
64095-wooplug-6533-consolidate-get_shipping_providers-and
|
||||
plugins/woocommerce/changelog/woo6-52-codex-review-scheduled-sale-actions-skip-lookup-table
|
||||
woocommerce/changelog/woo6-52-codex-review-scheduled-sale-actions-skip-lookup-table
|
||||
changelog/woo6-52-codex-review-scheduled-sale-actions-skip-lookup-table
|
||||
|
|
@ -25643,6 +25952,14 @@ plugins/woocommerce/changelog/63692-fix-order-api-tax-docs
|
|||
woocommerce/changelog/63692-fix-order-api-tax-docs
|
||||
changelog/63692-fix-order-api-tax-docs
|
||||
63692-fix-order-api-tax-docs
|
||||
plugins/woocommerce/changelog/fix-wc-get-attribute-text
|
||||
woocommerce/changelog/fix-wc-get-attribute-text
|
||||
changelog/fix-wc-get-attribute-text
|
||||
fix-wc-get-attribute-text
|
||||
plugins/woocommerce/changelog/63863-trunk
|
||||
woocommerce/changelog/63863-trunk
|
||||
changelog/63863-trunk
|
||||
63863-trunk
|
||||
plugins/woocommerce/changelog/fix-email-empty-quantity-output
|
||||
woocommerce/changelog/fix-email-empty-quantity-output
|
||||
changelog/fix-email-empty-quantity-output
|
||||
|
|
@ -25655,6 +25972,10 @@ plugins/woocommerce/changelog/64008-fix-country-name
|
|||
woocommerce/changelog/64008-fix-country-name
|
||||
changelog/64008-fix-country-name
|
||||
64008-fix-country-name
|
||||
plugins/woocommerce/changelog/63743-fix-exclude-checkout-draft-from-api-any-status
|
||||
woocommerce/changelog/63743-fix-exclude-checkout-draft-from-api-any-status
|
||||
changelog/63743-fix-exclude-checkout-draft-from-api-any-status
|
||||
63743-fix-exclude-checkout-draft-from-api-any-status
|
||||
plugins/woocommerce/changelog/performance-57937-explore-needs-processing-enhancement
|
||||
woocommerce/changelog/performance-57937-explore-needs-processing-enhancement
|
||||
changelog/performance-57937-explore-needs-processing-enhancement
|
||||
|
|
@ -25671,6 +25992,10 @@ plugins/woocommerce/changelog/fix-WOOPRD-1944-product-review-form-messages
|
|||
woocommerce/changelog/fix-WOOPRD-1944-product-review-form-messages
|
||||
changelog/fix-WOOPRD-1944-product-review-form-messages
|
||||
fix-WOOPRD-1944-product-review-form-messages
|
||||
plugins/woocommerce/changelog/64091-trunk
|
||||
woocommerce/changelog/64091-trunk
|
||||
changelog/64091-trunk
|
||||
64091-trunk
|
||||
plugins/woocommerce/changelog/63930-fix-skip-incentive-check-offline-payment-methods
|
||||
woocommerce/changelog/63930-fix-skip-incentive-check-offline-payment-methods
|
||||
changelog/63930-fix-skip-incentive-check-offline-payment-methods
|
||||
|
|
@ -25679,10 +26004,26 @@ plugins/woocommerce/changelog/63483-add-62921-shared-monorepo-ts-config
|
|||
woocommerce/changelog/63483-add-62921-shared-monorepo-ts-config
|
||||
changelog/63483-add-62921-shared-monorepo-ts-config
|
||||
63483-add-62921-shared-monorepo-ts-config
|
||||
plugins/woocommerce/changelog/64100-fix-prime-storeapi-product-images
|
||||
woocommerce/changelog/64100-fix-prime-storeapi-product-images
|
||||
changelog/64100-fix-prime-storeapi-product-images
|
||||
64100-fix-prime-storeapi-product-images
|
||||
plugins/woocommerce/changelog/build-blocks-terser-single-pass
|
||||
woocommerce/changelog/build-blocks-terser-single-pass
|
||||
changelog/build-blocks-terser-single-pass
|
||||
build-blocks-terser-single-pass
|
||||
plugins/woocommerce/changelog/2026-04-01-13-16-19-880401
|
||||
woocommerce/changelog/2026-04-01-13-16-19-880401
|
||||
changelog/2026-04-01-13-16-19-880401
|
||||
2026-04-01-13-16-19-880401
|
||||
plugins/woocommerce/changelog/64072-wooplug-6492-woocommerce-cart-and-checkout-block-crashes-when-product
|
||||
woocommerce/changelog/64072-wooplug-6492-woocommerce-cart-and-checkout-block-crashes-when-product
|
||||
changelog/64072-wooplug-6492-woocommerce-cart-and-checkout-block-crashes-when-product
|
||||
64072-wooplug-6492-woocommerce-cart-and-checkout-block-crashes-when-product
|
||||
plugins/woocommerce/changelog/64059-add-WOOPRD-3304-payment-partnership-updates
|
||||
woocommerce/changelog/64059-add-WOOPRD-3304-payment-partnership-updates
|
||||
changelog/64059-add-WOOPRD-3304-payment-partnership-updates
|
||||
64059-add-WOOPRD-3304-payment-partnership-updates
|
||||
plugins/woocommerce/changelog/fix-scheduled-import-migration-WOO6-53
|
||||
woocommerce/changelog/fix-scheduled-import-migration-WOO6-53
|
||||
changelog/fix-scheduled-import-migration-WOO6-53
|
||||
|
|
@ -25707,6 +26048,10 @@ plugins/woocommerce/changelog/63788-add-export-skeleton-component-for-payment-me
|
|||
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/64074-wooplug-6512-block-cart-express-payment-buttons-have-excessive-spacing-in
|
||||
woocommerce/changelog/64074-wooplug-6512-block-cart-express-payment-buttons-have-excessive-spacing-in
|
||||
changelog/64074-wooplug-6512-block-cart-express-payment-buttons-have-excessive-spacing-in
|
||||
64074-wooplug-6512-block-cart-express-payment-buttons-have-excessive-spacing-in
|
||||
plugins/woocommerce/changelog/63919-fix-woopmnt-5477-payments-onboarding-messaging
|
||||
woocommerce/changelog/63919-fix-woopmnt-5477-payments-onboarding-messaging
|
||||
changelog/63919-fix-woopmnt-5477-payments-onboarding-messaging
|
||||
|
|
@ -25719,6 +26064,10 @@ plugins/woocommerce/changelog/fix-colour-picker-swatch-height-wp70
|
|||
woocommerce/changelog/fix-colour-picker-swatch-height-wp70
|
||||
changelog/fix-colour-picker-swatch-height-wp70
|
||||
fix-colour-picker-swatch-height-wp70
|
||||
plugins/woocommerce/changelog/64123-fix-customer-account-icon-spacing
|
||||
woocommerce/changelog/64123-fix-customer-account-icon-spacing
|
||||
changelog/64123-fix-customer-account-icon-spacing
|
||||
64123-fix-customer-account-icon-spacing
|
||||
plugins/woocommerce/changelog/64051-fix-WOOPLUG-6508-fatal-error-order-map-integer-keys
|
||||
woocommerce/changelog/64051-fix-WOOPLUG-6508-fatal-error-order-map-integer-keys
|
||||
changelog/64051-fix-WOOPLUG-6508-fatal-error-order-map-integer-keys
|
||||
|
|
@ -25803,6 +26152,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/441-fix-item-data
|
||||
woocommerce/changelog/441-fix-item-data
|
||||
changelog/441-fix-item-data
|
||||
441-fix-item-data
|
||||
plugins/woocommerce/changelog/63797-add-cache-priming-misc-2
|
||||
woocommerce/changelog/63797-add-cache-priming-misc-2
|
||||
changelog/63797-add-cache-priming-misc-2
|
||||
|
|
@ -25851,6 +26204,10 @@ plugins/woocommerce/changelog/.gitkeep
|
|||
woocommerce/changelog/.gitkeep
|
||||
changelog/.gitkeep
|
||||
.gitkeep
|
||||
plugins/woocommerce/changelog/fix-shipping-provider-filter-meta-key-mismatch
|
||||
woocommerce/changelog/fix-shipping-provider-filter-meta-key-mismatch
|
||||
changelog/fix-shipping-provider-filter-meta-key-mismatch
|
||||
fix-shipping-provider-filter-meta-key-mismatch
|
||||
plugins/woocommerce/changelog/fix-rtl-email-order-details-alignment
|
||||
woocommerce/changelog/fix-rtl-email-order-details-alignment
|
||||
changelog/fix-rtl-email-order-details-alignment
|
||||
|
|
@ -25879,6 +26236,10 @@ plugins/woocommerce/changelog/fix-product-filter-deleted-attribute-fatal
|
|||
woocommerce/changelog/fix-product-filter-deleted-attribute-fatal
|
||||
changelog/fix-product-filter-deleted-attribute-fatal
|
||||
fix-product-filter-deleted-attribute-fatal
|
||||
plugins/woocommerce/changelog/myaccount-fixes
|
||||
woocommerce/changelog/myaccount-fixes
|
||||
changelog/myaccount-fixes
|
||||
myaccount-fixes
|
||||
plugins/woocommerce/changelog/copilot-fix-autocomplete-zip-code-update
|
||||
woocommerce/changelog/copilot-fix-autocomplete-zip-code-update
|
||||
changelog/copilot-fix-autocomplete-zip-code-update
|
||||
|
|
@ -25903,6 +26264,10 @@ 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/performance-wc-translate-user-roles-default-domain-hook
|
||||
woocommerce/changelog/performance-wc-translate-user-roles-default-domain-hook
|
||||
changelog/performance-wc-translate-user-roles-default-domain-hook
|
||||
performance-wc-translate-user-roles-default-domain-hook
|
||||
plugins/woocommerce/changelog/performance-slow-sql-customer-bought-product
|
||||
woocommerce/changelog/performance-slow-sql-customer-bought-product
|
||||
changelog/performance-slow-sql-customer-bought-product
|
||||
|
|
@ -25927,6 +26292,10 @@ plugins/woocommerce/changelog/fix-63582-urldecode()-receives-array-in-wc_product
|
|||
woocommerce/changelog/fix-63582-urldecode()-receives-array-in-wc_product_canonical_redirect()
|
||||
changelog/fix-63582-urldecode()-receives-array-in-wc_product_canonical_redirect()
|
||||
fix-63582-urldecode()-receives-array-in-wc_product_canonical_redirect()
|
||||
plugins/woocommerce/changelog/64085-fix-prime-cart-cross-sells
|
||||
woocommerce/changelog/64085-fix-prime-cart-cross-sells
|
||||
changelog/64085-fix-prime-cart-cross-sells
|
||||
64085-fix-prime-cart-cross-sells
|
||||
plugins/woocommerce/changelog/woo6-60-codex-review-namespaced-v4-products-controller-lacks-wc
|
||||
woocommerce/changelog/woo6-60-codex-review-namespaced-v4-products-controller-lacks-wc
|
||||
changelog/woo6-60-codex-review-namespaced-v4-products-controller-lacks-wc
|
||||
|
|
@ -35432,6 +35801,11 @@ woocommerce/src/Enums/ProductType.php
|
|||
src/Enums/ProductType.php
|
||||
Enums/ProductType.php
|
||||
ProductType.php
|
||||
plugins/woocommerce/src/Enums/DefaultCustomerAddress.php
|
||||
woocommerce/src/Enums/DefaultCustomerAddress.php
|
||||
src/Enums/DefaultCustomerAddress.php
|
||||
Enums/DefaultCustomerAddress.php
|
||||
DefaultCustomerAddress.php
|
||||
plugins/woocommerce/src/Enums/OrderInternalStatus.php
|
||||
woocommerce/src/Enums/OrderInternalStatus.php
|
||||
src/Enums/OrderInternalStatus.php
|
||||
|
|
@ -35442,6 +35816,11 @@ woocommerce/src/Enums/OrderStatus.php
|
|||
src/Enums/OrderStatus.php
|
||||
Enums/OrderStatus.php
|
||||
OrderStatus.php
|
||||
plugins/woocommerce/src/Enums/OrderItemType.php
|
||||
woocommerce/src/Enums/OrderItemType.php
|
||||
src/Enums/OrderItemType.php
|
||||
Enums/OrderItemType.php
|
||||
OrderItemType.php
|
||||
plugins/woocommerce/sample-data/experimental_sample_9_products.csv
|
||||
woocommerce/sample-data/experimental_sample_9_products.csv
|
||||
sample-data/experimental_sample_9_products.csv
|
||||
|
|
@ -35690,6 +36069,13 @@ images/onboarding/icons/afterpay-clearpay.svg
|
|||
onboarding/icons/afterpay-clearpay.svg
|
||||
icons/afterpay-clearpay.svg
|
||||
afterpay-clearpay.svg
|
||||
plugins/woocommerce/assets/images/onboarding/icons/mypos.svg
|
||||
woocommerce/assets/images/onboarding/icons/mypos.svg
|
||||
assets/images/onboarding/icons/mypos.svg
|
||||
images/onboarding/icons/mypos.svg
|
||||
onboarding/icons/mypos.svg
|
||||
icons/mypos.svg
|
||||
mypos.svg
|
||||
plugins/woocommerce/assets/images/onboarding/icons/rapyd.svg
|
||||
woocommerce/assets/images/onboarding/icons/rapyd.svg
|
||||
assets/images/onboarding/icons/rapyd.svg
|
||||
|
|
@ -42584,6 +42970,14 @@ Blocks/BlockTypes/ProductDetails/template_wp69.html
|
|||
BlockTypes/ProductDetails/template_wp69.html
|
||||
ProductDetails/template_wp69.html
|
||||
template_wp69.html
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/CartEmojiTest.php
|
||||
woocommerce/tests/php/src/Blocks/BlockTypes/CartEmojiTest.php
|
||||
tests/php/src/Blocks/BlockTypes/CartEmojiTest.php
|
||||
php/src/Blocks/BlockTypes/CartEmojiTest.php
|
||||
src/Blocks/BlockTypes/CartEmojiTest.php
|
||||
Blocks/BlockTypes/CartEmojiTest.php
|
||||
BlockTypes/CartEmojiTest.php
|
||||
CartEmojiTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Bootstrap/MainFile.php
|
||||
woocommerce/tests/php/src/Blocks/Bootstrap/MainFile.php
|
||||
tests/php/src/Blocks/Bootstrap/MainFile.php
|
||||
|
|
@ -78826,6 +79220,14 @@ tests/e2e/plugins/custom-add-to-cart-button-text.php
|
|||
e2e/plugins/custom-add-to-cart-button-text.php
|
||||
plugins/custom-add-to-cart-button-text.php
|
||||
custom-add-to-cart-button-text.php
|
||||
plugins/woocommerce/client/blocks/tests/e2e/plugins/item-data-display.php
|
||||
woocommerce/client/blocks/tests/e2e/plugins/item-data-display.php
|
||||
client/blocks/tests/e2e/plugins/item-data-display.php
|
||||
blocks/tests/e2e/plugins/item-data-display.php
|
||||
tests/e2e/plugins/item-data-display.php
|
||||
e2e/plugins/item-data-display.php
|
||||
plugins/item-data-display.php
|
||||
item-data-display.php
|
||||
plugins/woocommerce/client/blocks/tests/e2e/plugins/cart-contents-count-filter.php
|
||||
woocommerce/client/blocks/tests/e2e/plugins/cart-contents-count-filter.php
|
||||
client/blocks/tests/e2e/plugins/cart-contents-count-filter.php
|
||||
|
|
|
|||
|
|
@ -178,6 +178,7 @@ packages/php/email-editor/changelog/add-product-image-full-width-alignment
|
|||
packages/php/email-editor/changelog/fix-email-editor-preset-padding-resolution
|
||||
packages/php/email-editor/changelog/63974-fix-email-editor-styling-regressions
|
||||
packages/php/email-editor/changelog/.gitkeep
|
||||
packages/php/email-editor/changelog/fix-email-editor-button-border-radius
|
||||
packages/php/email-editor/tasks/mirror-readme.md
|
||||
packages/php/email-editor/tasks/build-package.sh
|
||||
packages/php/email-editor/tasks/phpstan/phpstan-7.neon
|
||||
|
|
@ -501,6 +502,53 @@ packages/php/email-editor/changelog.md
|
|||
packages/php/email-editor/.lintstagedrc.json
|
||||
packages/php/email-editor/composer.lock
|
||||
packages/php/email-editor/composer.json
|
||||
packages/php/woocommerce-analytics/CHANGELOG.md
|
||||
packages/php/woocommerce-analytics/SECURITY.md
|
||||
packages/php/woocommerce-analytics/changelog/renovate-wordpress-monorepo
|
||||
packages/php/woocommerce-analytics/tasks/mirror-github/workflows/autotagger.yml
|
||||
packages/php/woocommerce-analytics/tasks/mirror-github/workflows/readonly.yml
|
||||
packages/php/woocommerce-analytics/tasks/build-package.sh
|
||||
packages/php/woocommerce-analytics/package.json
|
||||
packages/php/woocommerce-analytics/webpack.config.js
|
||||
packages/php/woocommerce-analytics/tsconfig.json
|
||||
packages/php/woocommerce-analytics/src/class-woo-analytics-trait.php
|
||||
packages/php/woocommerce-analytics/src/class-consent-manager.php
|
||||
packages/php/woocommerce-analytics/src/class-wc-analytics-tracking.php
|
||||
packages/php/woocommerce-analytics/src/API/class-wc-analytics-tracking-proxy.php
|
||||
packages/php/woocommerce-analytics/src/mu-plugin/woocommerce-analytics-proxy-speed-module-template.php
|
||||
packages/php/woocommerce-analytics/src/class-universal.php
|
||||
packages/php/woocommerce-analytics/src/class-features.php
|
||||
packages/php/woocommerce-analytics/src/class-my-account.php
|
||||
packages/php/woocommerce-analytics/src/class-woocommerce-analytics.php
|
||||
packages/php/woocommerce-analytics/src/client/init.ts
|
||||
packages/php/woocommerce-analytics/src/client/session-manager.ts
|
||||
packages/php/woocommerce-analytics/src/client/types/shared.ts
|
||||
packages/php/woocommerce-analytics/src/client/types/global.d.ts
|
||||
packages/php/woocommerce-analytics/src/client/index.ts
|
||||
packages/php/woocommerce-analytics/src/client/listeners/account.ts
|
||||
packages/php/woocommerce-analytics/src/client/consent.ts
|
||||
packages/php/woocommerce-analytics/src/client/analytics.ts
|
||||
packages/php/woocommerce-analytics/src/client/constants.ts
|
||||
packages/php/woocommerce-analytics/src/client/utils.ts
|
||||
packages/php/woocommerce-analytics/src/client/public-path.ts
|
||||
packages/php/woocommerce-analytics/src/client/api-client.ts
|
||||
packages/php/woocommerce-analytics/src/class-pixel-builder.php
|
||||
packages/php/woocommerce-analytics/README.md
|
||||
packages/php/woocommerce-analytics/phpcs.xml
|
||||
packages/php/woocommerce-analytics/phpunit.xml.dist
|
||||
packages/php/woocommerce-analytics/tests/php/Pixel_Builder_Test.php
|
||||
packages/php/woocommerce-analytics/tests/php/Pixel_Builder_Socks_Proxy_Test.php
|
||||
packages/php/woocommerce-analytics/tests/php/Universal_Test.php
|
||||
packages/php/woocommerce-analytics/tests/php/Woocommerce_Analytics_Test.php
|
||||
packages/php/woocommerce-analytics/tests/php/mocks/woocommerce-functions.php
|
||||
packages/php/woocommerce-analytics/tests/php/mocks/class-wc-tracks.php
|
||||
packages/php/woocommerce-analytics/tests/php/mocks/class-wc-order.php
|
||||
packages/php/woocommerce-analytics/tests/php/bootstrap.php
|
||||
packages/php/woocommerce-analytics/tests/.phpcs.dir.xml
|
||||
packages/php/woocommerce-analytics/composer.lock
|
||||
packages/php/woocommerce-analytics/LICENSE.txt
|
||||
packages/php/woocommerce-analytics/.gitattributes
|
||||
packages/php/woocommerce-analytics/composer.json
|
||||
packages/php/.gitkeep
|
||||
packages/js/data/babel.config.js
|
||||
packages/js/data/CHANGELOG.md
|
||||
|
|
@ -801,6 +849,7 @@ packages/js/components/changelog/update-pnpm-10-upgrade
|
|||
packages/js/components/changelog/fix-select-control-deprecated-size-warning
|
||||
packages/js/components/changelog/fix-wooa7s-1161-interval-selector-shift
|
||||
packages/js/components/changelog/fix-ellipsis-menu-arrow-scroll
|
||||
packages/js/components/changelog/build-webpack-filesystem-cache
|
||||
packages/js/components/changelog/.gitkeep
|
||||
packages/js/components/changelog/fix-analytics-tables-extra-padding-wp70
|
||||
packages/js/components/changelog/fix-ellipsis-menu-keydown-type
|
||||
|
|
@ -1412,6 +1461,7 @@ packages/js/customer-effort-score/changelog/58263-remove-wp-core-data
|
|||
packages/js/customer-effort-score/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/customer-effort-score/changelog/fix-ces-ts-errors
|
||||
packages/js/customer-effort-score/changelog/55626-email-improvements-feedback-prompt
|
||||
packages/js/customer-effort-score/changelog/build-webpack-filesystem-cache
|
||||
packages/js/customer-effort-score/changelog/53531-dev-react-18-ghidorah
|
||||
packages/js/customer-effort-score/changelog/dev-consolidate-syncpack-config
|
||||
packages/js/customer-effort-score/changelog/.gitkeep
|
||||
|
|
@ -1509,6 +1559,7 @@ packages/js/onboarding/changelog/54023-add-53437-rebrand-logos-payment-providers
|
|||
packages/js/onboarding/changelog/58263-remove-wp-core-data
|
||||
packages/js/onboarding/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/onboarding/changelog/upgrade-storybook_and_add_pages_workflow
|
||||
packages/js/onboarding/changelog/build-webpack-filesystem-cache
|
||||
packages/js/onboarding/changelog/53531-dev-react-18-ghidorah
|
||||
packages/js/onboarding/changelog/dev-consolidate-syncpack-config
|
||||
packages/js/onboarding/changelog/.gitkeep
|
||||
|
|
@ -1636,6 +1687,7 @@ packages/js/experimental/changelog/58861-dev-build-ram-usage-batch-2
|
|||
packages/js/experimental/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/experimental/changelog/upgrade-storybook_and_add_pages_workflow
|
||||
packages/js/experimental/changelog/54160-54158-fix-typescript-errors-from-packagesjsexperimental
|
||||
packages/js/experimental/changelog/build-webpack-filesystem-cache
|
||||
packages/js/experimental/changelog/53531-dev-react-18-ghidorah
|
||||
packages/js/experimental/changelog/dev-consolidate-syncpack-config
|
||||
packages/js/experimental/changelog/.gitkeep
|
||||
|
|
@ -1886,6 +1938,7 @@ packages/js/product-editor/changelog/dev-36283_add_clear_button_to_dropdown
|
|||
packages/js/product-editor/changelog/update-remove-media-library
|
||||
packages/js/product-editor/changelog/update-abrev-global-unique-id
|
||||
packages/js/product-editor/changelog/fix-product-editor-max-upload-size
|
||||
packages/js/product-editor/changelog/build-webpack-filesystem-cache
|
||||
packages/js/product-editor/changelog/update-product-editor-filter-linked-products-only-when-tab-selected
|
||||
packages/js/product-editor/changelog/53531-dev-react-18-ghidorah
|
||||
packages/js/product-editor/changelog/update-replace-with-combobox
|
||||
|
|
@ -3126,6 +3179,7 @@ packages/js/internal-style-build/.eslintrc.js
|
|||
packages/js/internal-style-build/index.js
|
||||
packages/js/email-editor/CHANGELOG.md
|
||||
packages/js/email-editor/changelog/add-product-image-full-width-alignment
|
||||
packages/js/email-editor/changelog/build-webpack-filesystem-cache
|
||||
packages/js/email-editor/changelog/.gitkeep
|
||||
packages/js/email-editor/.npmrc
|
||||
packages/js/email-editor/tsconfig-cjs.json
|
||||
|
|
@ -3366,6 +3420,7 @@ packages/js/settings-editor/changelog/54798-add-dataform-settings-textarea
|
|||
packages/js/settings-editor/changelog/fix-settings-hiden-inputs
|
||||
packages/js/settings-editor/changelog/53231-fix-settings-global-styles
|
||||
packages/js/settings-editor/changelog/56246-update-settings-router-calypso-package
|
||||
packages/js/settings-editor/changelog/build-webpack-filesystem-cache
|
||||
packages/js/settings-editor/changelog/53531-dev-react-18-ghidorah
|
||||
packages/js/settings-editor/changelog/.gitkeep
|
||||
packages/js/settings-editor/changelog/57299-fix-wireit-in-ci
|
||||
|
|
@ -3574,6 +3629,7 @@ packages/js/block-templates/changelog/fix-layout-template-request
|
|||
packages/js/block-templates/changelog/56746-dev-webpack-deps-review
|
||||
packages/js/block-templates/changelog/ci-add-workflow-call-event
|
||||
packages/js/block-templates/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/block-templates/changelog/build-webpack-filesystem-cache
|
||||
packages/js/block-templates/changelog/53531-dev-react-18-ghidorah
|
||||
packages/js/block-templates/changelog/dev-consolidate-syncpack-config
|
||||
packages/js/block-templates/changelog/.gitkeep
|
||||
|
|
@ -3662,6 +3718,7 @@ packages/js/admin-layout/changelog/fix-homescreen-layout-ts-errors
|
|||
packages/js/admin-layout/changelog/56746-dev-webpack-deps-review
|
||||
packages/js/admin-layout/changelog/task-update-eslint-config
|
||||
packages/js/admin-layout/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/admin-layout/changelog/build-webpack-filesystem-cache
|
||||
packages/js/admin-layout/changelog/53531-dev-react-18-ghidorah
|
||||
packages/js/admin-layout/changelog/fix-admin-layout-types
|
||||
packages/js/admin-layout/changelog/dev-consolidate-syncpack-config
|
||||
|
|
@ -4081,29 +4138,40 @@ plugins/woocommerce/lib/classes/symfony/polyfill-php80/Resources/stubs/Unhandled
|
|||
plugins/woocommerce/uninstall.php
|
||||
plugins/woocommerce/.distignore
|
||||
plugins/woocommerce/changelog/63816-fix-get-item-downloads-return-array
|
||||
plugins/woocommerce/changelog/64095-wooplug-6533-consolidate-get_shipping_providers-and
|
||||
plugins/woocommerce/changelog/woo6-52-codex-review-scheduled-sale-actions-skip-lookup-table
|
||||
plugins/woocommerce/changelog/64068-fix-fulfillments-custom-provider-tracking-lookup
|
||||
plugins/woocommerce/changelog/wooprd-3258-coupon-created-in-ciab-not-found-in-coupon-block-search
|
||||
plugins/woocommerce/changelog/63692-fix-order-api-tax-docs
|
||||
plugins/woocommerce/changelog/fix-wc-get-attribute-text
|
||||
plugins/woocommerce/changelog/63863-trunk
|
||||
plugins/woocommerce/changelog/fix-email-empty-quantity-output
|
||||
plugins/woocommerce/changelog/performance-reduce-sqls-number-cart-checkout-pages
|
||||
plugins/woocommerce/changelog/64008-fix-country-name
|
||||
plugins/woocommerce/changelog/63743-fix-exclude-checkout-draft-from-api-any-status
|
||||
plugins/woocommerce/changelog/performance-57937-explore-needs-processing-enhancement
|
||||
plugins/woocommerce/changelog/performance-order-count-action-enhancements
|
||||
plugins/woocommerce/changelog/63773-add-cache-priming-misc
|
||||
plugins/woocommerce/changelog/fix-WOOPRD-1944-product-review-form-messages
|
||||
plugins/woocommerce/changelog/64091-trunk
|
||||
plugins/woocommerce/changelog/63930-fix-skip-incentive-check-offline-payment-methods
|
||||
plugins/woocommerce/changelog/63483-add-62921-shared-monorepo-ts-config
|
||||
plugins/woocommerce/changelog/64100-fix-prime-storeapi-product-images
|
||||
plugins/woocommerce/changelog/build-blocks-terser-single-pass
|
||||
plugins/woocommerce/changelog/2026-04-01-13-16-19-880401
|
||||
plugins/woocommerce/changelog/64072-wooplug-6492-woocommerce-cart-and-checkout-block-crashes-when-product
|
||||
plugins/woocommerce/changelog/64059-add-WOOPRD-3304-payment-partnership-updates
|
||||
plugins/woocommerce/changelog/fix-scheduled-import-migration-WOO6-53
|
||||
plugins/woocommerce/changelog/update-pnpm-10-upgrade
|
||||
plugins/woocommerce/changelog/myaccount-nav-update
|
||||
plugins/woocommerce/changelog/63832-wooplug-1935-the-wp_background_process-class-do-we-still-need-it
|
||||
plugins/woocommerce/changelog/63986-fix-wccom-ext-tested-up-to
|
||||
plugins/woocommerce/changelog/63788-add-export-skeleton-component-for-payment-methods
|
||||
plugins/woocommerce/changelog/64074-wooplug-6512-block-cart-express-payment-buttons-have-excessive-spacing-in
|
||||
plugins/woocommerce/changelog/63919-fix-woopmnt-5477-payments-onboarding-messaging
|
||||
plugins/woocommerce/changelog/fix-select-control-deprecated-size-warning
|
||||
plugins/woocommerce/changelog/fix-colour-picker-swatch-height-wp70
|
||||
plugins/woocommerce/changelog/64123-fix-customer-account-icon-spacing
|
||||
plugins/woocommerce/changelog/64051-fix-WOOPLUG-6508-fatal-error-order-map-integer-keys
|
||||
plugins/woocommerce/changelog/tangerine-934e8d29
|
||||
plugins/woocommerce/changelog/fix-59043
|
||||
|
|
@ -4125,6 +4193,7 @@ plugins/woocommerce/changelog/fix-63266-structured-data-tax
|
|||
plugins/woocommerce/changelog/63989-fix-customer-lookup-duplicate-on-delayed-registration
|
||||
plugins/woocommerce/changelog/63653-fix-page-title-with-$-breaks-add-to-cart-with-options
|
||||
plugins/woocommerce/changelog/63255-cursor-WOOPLUG-6235-additional-information-mobile-layout-f8ce
|
||||
plugins/woocommerce/changelog/441-fix-item-data
|
||||
plugins/woocommerce/changelog/63797-add-cache-priming-misc-2
|
||||
plugins/woocommerce/changelog/63902-wooplug-6341-address-autocomplete-cannot-distinguish-between-a-user
|
||||
plugins/woocommerce/changelog/fix-63955-product-gallery-cursor
|
||||
|
|
@ -4137,6 +4206,7 @@ plugins/woocommerce/changelog/fix-62677-add-to-cart-with-options-stepper-in-3rd-
|
|||
plugins/woocommerce/changelog/64070-prime-caches-products-rest-images
|
||||
plugins/woocommerce/changelog/63929-fix-setup-wizard-site-title-error
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/fix-shipping-provider-filter-meta-key-mismatch
|
||||
plugins/woocommerce/changelog/fix-rtl-email-order-details-alignment
|
||||
plugins/woocommerce/changelog/performance-extract-options-cache-priming-prs-into-skill
|
||||
plugins/woocommerce/changelog/pr-63897
|
||||
|
|
@ -4144,18 +4214,21 @@ plugins/woocommerce/changelog/fix-61447-product-collection-offset-per-page
|
|||
plugins/woocommerce/changelog/fix-63680
|
||||
plugins/woocommerce/changelog/63925-update-marketplace-host-plan-orders-label
|
||||
plugins/woocommerce/changelog/fix-product-filter-deleted-attribute-fatal
|
||||
plugins/woocommerce/changelog/myaccount-fixes
|
||||
plugins/woocommerce/changelog/copilot-fix-autocomplete-zip-code-update
|
||||
plugins/woocommerce/changelog/63208-wooplug-6204-refactor-product-in-context
|
||||
plugins/woocommerce/changelog/fix-playground-comment-refresh-on-blueprint-changes
|
||||
plugins/woocommerce/changelog/63715-fix-customer-history-real-time-data
|
||||
plugins/woocommerce/changelog/wooplug-6370-wc_coupon-construct-and-_used_by-meta
|
||||
plugins/woocommerce/changelog/opr-checkout-cart-icon
|
||||
plugins/woocommerce/changelog/performance-wc-translate-user-roles-default-domain-hook
|
||||
plugins/woocommerce/changelog/performance-slow-sql-customer-bought-product
|
||||
plugins/woocommerce/changelog/pr-63900
|
||||
plugins/woocommerce/changelog/wooplug-5521-fix-locale-hidden-country-field
|
||||
plugins/woocommerce/changelog/tangerine-1d1ffd0a
|
||||
plugins/woocommerce/changelog/fix-62538
|
||||
plugins/woocommerce/changelog/fix-63582-urldecode()-receives-array-in-wc_product_canonical_redirect()
|
||||
plugins/woocommerce/changelog/64085-fix-prime-cart-cross-sells
|
||||
plugins/woocommerce/changelog/woo6-60-codex-review-namespaced-v4-products-controller-lacks-wc
|
||||
plugins/woocommerce/changelog/63877-fix-63858-prime-product-thumbnail-caches
|
||||
plugins/woocommerce/changelog/63800-fix-WOO6-55-case-sensitive-coupon-lookups
|
||||
|
|
@ -5545,8 +5618,10 @@ plugins/woocommerce/src/Enums/CatalogVisibility.php
|
|||
plugins/woocommerce/src/Enums/README.md
|
||||
plugins/woocommerce/src/Enums/ProductTaxStatus.php
|
||||
plugins/woocommerce/src/Enums/ProductType.php
|
||||
plugins/woocommerce/src/Enums/DefaultCustomerAddress.php
|
||||
plugins/woocommerce/src/Enums/OrderInternalStatus.php
|
||||
plugins/woocommerce/src/Enums/OrderStatus.php
|
||||
plugins/woocommerce/src/Enums/OrderItemType.php
|
||||
plugins/woocommerce/sample-data/experimental_sample_9_products.csv
|
||||
plugins/woocommerce/sample-data/sample_products.csv
|
||||
plugins/woocommerce/sample-data/sample_products.xml
|
||||
|
|
@ -5593,6 +5668,7 @@ plugins/woocommerce/assets/images/onboarding/icons/paypal-zettle.svg
|
|||
plugins/woocommerce/assets/images/onboarding/icons/affirm.svg
|
||||
plugins/woocommerce/assets/images/onboarding/icons/authorize.svg
|
||||
plugins/woocommerce/assets/images/onboarding/icons/afterpay-clearpay.svg
|
||||
plugins/woocommerce/assets/images/onboarding/icons/mypos.svg
|
||||
plugins/woocommerce/assets/images/onboarding/icons/rapyd.svg
|
||||
plugins/woocommerce/assets/images/onboarding/icons/fortispay.svg
|
||||
plugins/woocommerce/assets/images/onboarding/icons/ngenius.svg
|
||||
|
|
@ -6494,6 +6570,7 @@ plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductDetails/render_with_h
|
|||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductDetails/template.html
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductDetails/render_with_hook_expected_result.html
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductDetails/template_wp69.html
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/CartEmojiTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Bootstrap/MainFile.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Utils/BlocksSharedStateTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Utils/single-product.html
|
||||
|
|
@ -10725,6 +10802,7 @@ plugins/woocommerce/client/blocks/tests/e2e/plugins/order-confirmation-filters.p
|
|||
plugins/woocommerce/client/blocks/tests/e2e/plugins/quantity-constraints.php
|
||||
plugins/woocommerce/client/blocks/tests/e2e/plugins/cart-extensions-test-helper.php
|
||||
plugins/woocommerce/client/blocks/tests/e2e/plugins/custom-add-to-cart-button-text.php
|
||||
plugins/woocommerce/client/blocks/tests/e2e/plugins/item-data-display.php
|
||||
plugins/woocommerce/client/blocks/tests/e2e/plugins/cart-contents-count-filter.php
|
||||
plugins/woocommerce/client/blocks/tests/e2e/plugins/register-product-collection.js
|
||||
plugins/woocommerce/client/blocks/tests/e2e/plugins/custom-product-type.php
|
||||
|
|
|
|||
|
|
@ -2071,6 +2071,9 @@ ticket_online_notification_seen_job_spec.rb
|
|||
spec/jobs/taskbar_cleanup_job_spec.rb
|
||||
jobs/taskbar_cleanup_job_spec.rb
|
||||
taskbar_cleanup_job_spec.rb
|
||||
spec/jobs/ticket_ai_assistance_generate_knowledge_base_answer_job_spec.rb
|
||||
jobs/ticket_ai_assistance_generate_knowledge_base_answer_job_spec.rb
|
||||
ticket_ai_assistance_generate_knowledge_base_answer_job_spec.rb
|
||||
spec/jobs/ticket_ai_assistance_summarize_job_spec.rb
|
||||
jobs/ticket_ai_assistance_summarize_job_spec.rb
|
||||
ticket_ai_assistance_summarize_job_spec.rb
|
||||
|
|
@ -5289,6 +5292,10 @@ spec/db/migrate/setting_update_password_max_login_failed_spec.rb
|
|||
db/migrate/setting_update_password_max_login_failed_spec.rb
|
||||
migrate/setting_update_password_max_login_failed_spec.rb
|
||||
setting_update_password_max_login_failed_spec.rb
|
||||
spec/db/migrate/issue_6072_rename_reserved_private_methods_spec.rb
|
||||
db/migrate/issue_6072_rename_reserved_private_methods_spec.rb
|
||||
migrate/issue_6072_rename_reserved_private_methods_spec.rb
|
||||
issue_6072_rename_reserved_private_methods_spec.rb
|
||||
spec/db/migrate/add_checklist_item_ticket_association_spec.rb
|
||||
db/migrate/add_checklist_item_ticket_association_spec.rb
|
||||
migrate/add_checklist_item_ticket_association_spec.rb
|
||||
|
|
@ -7772,6 +7779,11 @@ requests/ticket/shared_draft/starts_controller_spec.rb
|
|||
ticket/shared_draft/starts_controller_spec.rb
|
||||
shared_draft/starts_controller_spec.rb
|
||||
starts_controller_spec.rb
|
||||
spec/requests/ticket/ai_assistance/knowledge_base_answers_spec.rb
|
||||
requests/ticket/ai_assistance/knowledge_base_answers_spec.rb
|
||||
ticket/ai_assistance/knowledge_base_answers_spec.rb
|
||||
ai_assistance/knowledge_base_answers_spec.rb
|
||||
knowledge_base_answers_spec.rb
|
||||
spec/requests/ticket/escalation_spec.rb
|
||||
requests/ticket/escalation_spec.rb
|
||||
ticket/escalation_spec.rb
|
||||
|
|
@ -8902,6 +8914,11 @@ system/admin/ai/ticket_summary_spec.rb
|
|||
admin/ai/ticket_summary_spec.rb
|
||||
ai/ticket_summary_spec.rb
|
||||
ticket_summary_spec.rb
|
||||
spec/system/admin/ai/kb_answer_from_ticket_spec.rb
|
||||
system/admin/ai/kb_answer_from_ticket_spec.rb
|
||||
admin/ai/kb_answer_from_ticket_spec.rb
|
||||
ai/kb_answer_from_ticket_spec.rb
|
||||
kb_answer_from_ticket_spec.rb
|
||||
spec/system/admin/knowledge_base/theme_spec.rb
|
||||
system/admin/knowledge_base/theme_spec.rb
|
||||
admin/knowledge_base/theme_spec.rb
|
||||
|
|
@ -10307,6 +10324,13 @@ mutations/ticket/ai_assistance/summarize_spec.rb
|
|||
ticket/ai_assistance/summarize_spec.rb
|
||||
ai_assistance/summarize_spec.rb
|
||||
summarize_spec.rb
|
||||
spec/graphql/gql/mutations/ticket/ai_assistance/enqueue_knowledge_base_answer_spec.rb
|
||||
graphql/gql/mutations/ticket/ai_assistance/enqueue_knowledge_base_answer_spec.rb
|
||||
gql/mutations/ticket/ai_assistance/enqueue_knowledge_base_answer_spec.rb
|
||||
mutations/ticket/ai_assistance/enqueue_knowledge_base_answer_spec.rb
|
||||
ticket/ai_assistance/enqueue_knowledge_base_answer_spec.rb
|
||||
ai_assistance/enqueue_knowledge_base_answer_spec.rb
|
||||
enqueue_knowledge_base_answer_spec.rb
|
||||
spec/graphql/gql/mutations/ticket/live_user/upsert_spec.rb
|
||||
graphql/gql/mutations/ticket/live_user/upsert_spec.rb
|
||||
gql/mutations/ticket/live_user/upsert_spec.rb
|
||||
|
|
@ -11372,6 +11396,18 @@ ticket/shared_draft/start/create_spec.rb
|
|||
shared_draft/start/create_spec.rb
|
||||
start/create_spec.rb
|
||||
create_spec.rb
|
||||
spec/services/service/ticket/ai_assistance/create_knowledge_base_answer_spec.rb
|
||||
services/service/ticket/ai_assistance/create_knowledge_base_answer_spec.rb
|
||||
service/ticket/ai_assistance/create_knowledge_base_answer_spec.rb
|
||||
ticket/ai_assistance/create_knowledge_base_answer_spec.rb
|
||||
ai_assistance/create_knowledge_base_answer_spec.rb
|
||||
create_knowledge_base_answer_spec.rb
|
||||
spec/services/service/ticket/ai_assistance/generate_knowledge_base_answer_content_spec.rb
|
||||
services/service/ticket/ai_assistance/generate_knowledge_base_answer_content_spec.rb
|
||||
service/ticket/ai_assistance/generate_knowledge_base_answer_content_spec.rb
|
||||
ticket/ai_assistance/generate_knowledge_base_answer_content_spec.rb
|
||||
ai_assistance/generate_knowledge_base_answer_content_spec.rb
|
||||
generate_knowledge_base_answer_content_spec.rb
|
||||
spec/services/service/ticket/update/validator_spec.rb
|
||||
services/service/ticket/update/validator_spec.rb
|
||||
service/ticket/update/validator_spec.rb
|
||||
|
|
@ -11515,6 +11551,11 @@ service/channel/admin/disable_spec.rb
|
|||
channel/admin/disable_spec.rb
|
||||
admin/disable_spec.rb
|
||||
disable_spec.rb
|
||||
spec/services/service/knowledge_base/create_answer_from_ai_result_spec.rb
|
||||
services/service/knowledge_base/create_answer_from_ai_result_spec.rb
|
||||
service/knowledge_base/create_answer_from_ai_result_spec.rb
|
||||
knowledge_base/create_answer_from_ai_result_spec.rb
|
||||
create_answer_from_ai_result_spec.rb
|
||||
spec/services/service/history/list_spec.rb
|
||||
services/service/history/list_spec.rb
|
||||
service/history/list_spec.rb
|
||||
|
|
@ -12680,10 +12721,20 @@ provider.rb
|
|||
lib/ai/service.rb
|
||||
ai/service.rb
|
||||
service.rb
|
||||
lib/ai/service/knowledge_base_answer_from_ticket.rb
|
||||
ai/service/knowledge_base_answer_from_ticket.rb
|
||||
service/knowledge_base_answer_from_ticket.rb
|
||||
knowledge_base_answer_from_ticket.rb
|
||||
lib/ai/service/ocr.rb
|
||||
ai/service/ocr.rb
|
||||
service/ocr.rb
|
||||
ocr.rb
|
||||
lib/ai/service/prompts/user/knowledge_base_answer_from_ticket.txt.erb
|
||||
ai/service/prompts/user/knowledge_base_answer_from_ticket.txt.erb
|
||||
service/prompts/user/knowledge_base_answer_from_ticket.txt.erb
|
||||
prompts/user/knowledge_base_answer_from_ticket.txt.erb
|
||||
user/knowledge_base_answer_from_ticket.txt.erb
|
||||
knowledge_base_answer_from_ticket.txt.erb
|
||||
lib/ai/service/prompts/user/ocr.txt.erb
|
||||
ai/service/prompts/user/ocr.txt.erb
|
||||
service/prompts/user/ocr.txt.erb
|
||||
|
|
@ -12708,6 +12759,12 @@ service/prompts/user/text_tool.txt.erb
|
|||
prompts/user/text_tool.txt.erb
|
||||
user/text_tool.txt.erb
|
||||
text_tool.txt.erb
|
||||
lib/ai/service/prompts/system/knowledge_base_answer_from_ticket.txt.erb
|
||||
ai/service/prompts/system/knowledge_base_answer_from_ticket.txt.erb
|
||||
service/prompts/system/knowledge_base_answer_from_ticket.txt.erb
|
||||
prompts/system/knowledge_base_answer_from_ticket.txt.erb
|
||||
system/knowledge_base_answer_from_ticket.txt.erb
|
||||
knowledge_base_answer_from_ticket.txt.erb
|
||||
lib/ai/service/prompts/system/ai_agent.txt.erb
|
||||
ai/service/prompts/system/ai_agent.txt.erb
|
||||
service/prompts/system/ai_agent.txt.erb
|
||||
|
|
@ -21496,6 +21553,9 @@ migrate/20170713000001_omniauth_office365_setting.rb
|
|||
db/migrate/20250909150713_add_report_profiles_roles.rb
|
||||
migrate/20250909150713_add_report_profiles_roles.rb
|
||||
20250909150713_add_report_profiles_roles.rb
|
||||
db/migrate/20260225170815_add_ai_kb_answer_settings.rb
|
||||
migrate/20260225170815_add_ai_kb_answer_settings.rb
|
||||
20260225170815_add_ai_kb_answer_settings.rb
|
||||
db/migrate/20230912080534_group_hierarchy.rb
|
||||
migrate/20230912080534_group_hierarchy.rb
|
||||
20230912080534_group_hierarchy.rb
|
||||
|
|
@ -21673,6 +21733,9 @@ migrate/20170123000002_fixed_translation.rb
|
|||
db/migrate/20181023163804_add_stats_backends.rb
|
||||
migrate/20181023163804_add_stats_backends.rb
|
||||
20181023163804_add_stats_backends.rb
|
||||
db/migrate/20260408124617_issue6072_rename_reserved_private_methods.rb
|
||||
migrate/20260408124617_issue6072_rename_reserved_private_methods.rb
|
||||
20260408124617_issue6072_rename_reserved_private_methods.rb
|
||||
db/migrate/20221208131506_issue3971_exchange_oauth2.rb
|
||||
migrate/20221208131506_issue3971_exchange_oauth2.rb
|
||||
20221208131506_issue3971_exchange_oauth2.rb
|
||||
|
|
@ -24443,6 +24506,9 @@ trigger_webhook_job.rb
|
|||
app/jobs/taskbar_update_trigger_subscriptions_job.rb
|
||||
jobs/taskbar_update_trigger_subscriptions_job.rb
|
||||
taskbar_update_trigger_subscriptions_job.rb
|
||||
app/jobs/ticket_ai_assistance_generate_knowledge_base_answer_job.rb
|
||||
jobs/ticket_ai_assistance_generate_knowledge_base_answer_job.rb
|
||||
ticket_ai_assistance_generate_knowledge_base_answer_job.rb
|
||||
app/jobs/transaction_job.rb
|
||||
jobs/transaction_job.rb
|
||||
transaction_job.rb
|
||||
|
|
@ -27618,6 +27684,11 @@ policies/controllers/ticket/summarize_controller_policy.rb
|
|||
controllers/ticket/summarize_controller_policy.rb
|
||||
ticket/summarize_controller_policy.rb
|
||||
summarize_controller_policy.rb
|
||||
app/policies/controllers/ticket/knowledge_base_answers_controller_policy.rb
|
||||
policies/controllers/ticket/knowledge_base_answers_controller_policy.rb
|
||||
controllers/ticket/knowledge_base_answers_controller_policy.rb
|
||||
ticket/knowledge_base_answers_controller_policy.rb
|
||||
knowledge_base_answers_controller_policy.rb
|
||||
app/policies/controllers/links_controller_policy.rb
|
||||
policies/controllers/links_controller_policy.rb
|
||||
controllers/links_controller_policy.rb
|
||||
|
|
@ -30302,6 +30373,13 @@ app/controllers/_ai/provider.coffee
|
|||
controllers/_ai/provider.coffee
|
||||
_ai/provider.coffee
|
||||
provider.coffee
|
||||
app/assets/javascripts/app/controllers/_ai/kb_answer_from_ticket.coffee
|
||||
assets/javascripts/app/controllers/_ai/kb_answer_from_ticket.coffee
|
||||
javascripts/app/controllers/_ai/kb_answer_from_ticket.coffee
|
||||
app/controllers/_ai/kb_answer_from_ticket.coffee
|
||||
controllers/_ai/kb_answer_from_ticket.coffee
|
||||
_ai/kb_answer_from_ticket.coffee
|
||||
kb_answer_from_ticket.coffee
|
||||
app/assets/javascripts/app/controllers/_ai/ai_agent.coffee
|
||||
assets/javascripts/app/controllers/_ai/ai_agent.coffee
|
||||
javascripts/app/controllers/_ai/ai_agent.coffee
|
||||
|
|
@ -34442,6 +34520,13 @@ app/views/ai/ticket_summary.jst.eco
|
|||
views/ai/ticket_summary.jst.eco
|
||||
ai/ticket_summary.jst.eco
|
||||
ticket_summary.jst.eco
|
||||
app/assets/javascripts/app/views/ai/kb_answer_from_ticket.jst.eco
|
||||
assets/javascripts/app/views/ai/kb_answer_from_ticket.jst.eco
|
||||
javascripts/app/views/ai/kb_answer_from_ticket.jst.eco
|
||||
app/views/ai/kb_answer_from_ticket.jst.eco
|
||||
views/ai/kb_answer_from_ticket.jst.eco
|
||||
ai/kb_answer_from_ticket.jst.eco
|
||||
kb_answer_from_ticket.jst.eco
|
||||
app/assets/javascripts/app/views/google/list.jst.eco
|
||||
assets/javascripts/app/views/google/list.jst.eco
|
||||
javascripts/app/views/google/list.jst.eco
|
||||
|
|
@ -39834,6 +39919,133 @@ components/Ticket/TicketBulkEditFlyout/types.ts
|
|||
Ticket/TicketBulkEditFlyout/types.ts
|
||||
TicketBulkEditFlyout/types.ts
|
||||
types.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/components/ScrollButton.vue
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/components/ScrollButton.vue
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/components/ScrollButton.vue
|
||||
desktop/components/Ticket/DragAndDropBulk/components/ScrollButton.vue
|
||||
components/Ticket/DragAndDropBulk/components/ScrollButton.vue
|
||||
Ticket/DragAndDropBulk/components/ScrollButton.vue
|
||||
DragAndDropBulk/components/ScrollButton.vue
|
||||
components/ScrollButton.vue
|
||||
ScrollButton.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/components/BulkAvatarSkeleton.vue
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/components/BulkAvatarSkeleton.vue
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/components/BulkAvatarSkeleton.vue
|
||||
desktop/components/Ticket/DragAndDropBulk/components/BulkAvatarSkeleton.vue
|
||||
components/Ticket/DragAndDropBulk/components/BulkAvatarSkeleton.vue
|
||||
Ticket/DragAndDropBulk/components/BulkAvatarSkeleton.vue
|
||||
DragAndDropBulk/components/BulkAvatarSkeleton.vue
|
||||
components/BulkAvatarSkeleton.vue
|
||||
BulkAvatarSkeleton.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkBottomDrawer.vue
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkBottomDrawer.vue
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkBottomDrawer.vue
|
||||
desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkBottomDrawer.vue
|
||||
components/Ticket/DragAndDropBulk/DragAndDropBulkBottomDrawer.vue
|
||||
Ticket/DragAndDropBulk/DragAndDropBulkBottomDrawer.vue
|
||||
DragAndDropBulk/DragAndDropBulkBottomDrawer.vue
|
||||
DragAndDropBulkBottomDrawer.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkEntityCard.vue
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkEntityCard.vue
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkEntityCard.vue
|
||||
desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkEntityCard.vue
|
||||
components/Ticket/DragAndDropBulk/DragAndDropBulkEntityCard.vue
|
||||
Ticket/DragAndDropBulk/DragAndDropBulkEntityCard.vue
|
||||
DragAndDropBulk/DragAndDropBulkEntityCard.vue
|
||||
DragAndDropBulkEntityCard.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/useDragAndDropBulk.spec.ts
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/useDragAndDropBulk.spec.ts
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/__tests__/useDragAndDropBulk.spec.ts
|
||||
desktop/components/Ticket/DragAndDropBulk/__tests__/useDragAndDropBulk.spec.ts
|
||||
components/Ticket/DragAndDropBulk/__tests__/useDragAndDropBulk.spec.ts
|
||||
Ticket/DragAndDropBulk/__tests__/useDragAndDropBulk.spec.ts
|
||||
DragAndDropBulk/__tests__/useDragAndDropBulk.spec.ts
|
||||
__tests__/useDragAndDropBulk.spec.ts
|
||||
useDragAndDropBulk.spec.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkCursorPreview.spec.ts
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkCursorPreview.spec.ts
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkCursorPreview.spec.ts
|
||||
desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkCursorPreview.spec.ts
|
||||
components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkCursorPreview.spec.ts
|
||||
Ticket/DragAndDropBulk/__tests__/DragAndDropBulkCursorPreview.spec.ts
|
||||
DragAndDropBulk/__tests__/DragAndDropBulkCursorPreview.spec.ts
|
||||
__tests__/DragAndDropBulkCursorPreview.spec.ts
|
||||
DragAndDropBulkCursorPreview.spec.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkWrapper.spec.ts
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkWrapper.spec.ts
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkWrapper.spec.ts
|
||||
desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkWrapper.spec.ts
|
||||
components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkWrapper.spec.ts
|
||||
Ticket/DragAndDropBulk/__tests__/DragAndDropBulkWrapper.spec.ts
|
||||
DragAndDropBulk/__tests__/DragAndDropBulkWrapper.spec.ts
|
||||
__tests__/DragAndDropBulkWrapper.spec.ts
|
||||
DragAndDropBulkWrapper.spec.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkConfirmation.spec.ts
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkConfirmation.spec.ts
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkConfirmation.spec.ts
|
||||
desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkConfirmation.spec.ts
|
||||
components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkConfirmation.spec.ts
|
||||
Ticket/DragAndDropBulk/__tests__/DragAndDropBulkConfirmation.spec.ts
|
||||
DragAndDropBulk/__tests__/DragAndDropBulkConfirmation.spec.ts
|
||||
__tests__/DragAndDropBulkConfirmation.spec.ts
|
||||
DragAndDropBulkConfirmation.spec.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkEntityCard.spec.ts
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkEntityCard.spec.ts
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkEntityCard.spec.ts
|
||||
desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkEntityCard.spec.ts
|
||||
components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkEntityCard.spec.ts
|
||||
Ticket/DragAndDropBulk/__tests__/DragAndDropBulkEntityCard.spec.ts
|
||||
DragAndDropBulk/__tests__/DragAndDropBulkEntityCard.spec.ts
|
||||
__tests__/DragAndDropBulkEntityCard.spec.ts
|
||||
DragAndDropBulkEntityCard.spec.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkCursorPreview.vue
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkCursorPreview.vue
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkCursorPreview.vue
|
||||
desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkCursorPreview.vue
|
||||
components/Ticket/DragAndDropBulk/DragAndDropBulkCursorPreview.vue
|
||||
Ticket/DragAndDropBulk/DragAndDropBulkCursorPreview.vue
|
||||
DragAndDropBulk/DragAndDropBulkCursorPreview.vue
|
||||
DragAndDropBulkCursorPreview.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkWrapper.vue
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkWrapper.vue
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkWrapper.vue
|
||||
desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkWrapper.vue
|
||||
components/Ticket/DragAndDropBulk/DragAndDropBulkWrapper.vue
|
||||
Ticket/DragAndDropBulk/DragAndDropBulkWrapper.vue
|
||||
DragAndDropBulk/DragAndDropBulkWrapper.vue
|
||||
DragAndDropBulkWrapper.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/useDragAndDropBulk.ts
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/useDragAndDropBulk.ts
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/useDragAndDropBulk.ts
|
||||
desktop/components/Ticket/DragAndDropBulk/useDragAndDropBulk.ts
|
||||
components/Ticket/DragAndDropBulk/useDragAndDropBulk.ts
|
||||
Ticket/DragAndDropBulk/useDragAndDropBulk.ts
|
||||
DragAndDropBulk/useDragAndDropBulk.ts
|
||||
useDragAndDropBulk.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkConfirmation.vue
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkConfirmation.vue
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkConfirmation.vue
|
||||
desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkConfirmation.vue
|
||||
components/Ticket/DragAndDropBulk/DragAndDropBulkConfirmation.vue
|
||||
Ticket/DragAndDropBulk/DragAndDropBulkConfirmation.vue
|
||||
DragAndDropBulk/DragAndDropBulkConfirmation.vue
|
||||
DragAndDropBulkConfirmation.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkTopDrawer.vue
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkTopDrawer.vue
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkTopDrawer.vue
|
||||
desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkTopDrawer.vue
|
||||
components/Ticket/DragAndDropBulk/DragAndDropBulkTopDrawer.vue
|
||||
Ticket/DragAndDropBulk/DragAndDropBulkTopDrawer.vue
|
||||
DragAndDropBulk/DragAndDropBulkTopDrawer.vue
|
||||
DragAndDropBulkTopDrawer.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/types.ts
|
||||
frontend/apps/desktop/components/Ticket/DragAndDropBulk/types.ts
|
||||
apps/desktop/components/Ticket/DragAndDropBulk/types.ts
|
||||
desktop/components/Ticket/DragAndDropBulk/types.ts
|
||||
components/Ticket/DragAndDropBulk/types.ts
|
||||
Ticket/DragAndDropBulk/types.ts
|
||||
DragAndDropBulk/types.ts
|
||||
types.ts
|
||||
app/frontend/apps/desktop/components/Ticket/TicketListTable.vue
|
||||
frontend/apps/desktop/components/Ticket/TicketListTable.vue
|
||||
apps/desktop/components/Ticket/TicketListTable.vue
|
||||
|
|
@ -41762,6 +41974,13 @@ desktop/initializer/assets/chevron-down.svg
|
|||
initializer/assets/chevron-down.svg
|
||||
assets/chevron-down.svg
|
||||
chevron-down.svg
|
||||
app/frontend/apps/desktop/initializer/assets/people-fill.svg
|
||||
frontend/apps/desktop/initializer/assets/people-fill.svg
|
||||
apps/desktop/initializer/assets/people-fill.svg
|
||||
desktop/initializer/assets/people-fill.svg
|
||||
initializer/assets/people-fill.svg
|
||||
assets/people-fill.svg
|
||||
people-fill.svg
|
||||
app/frontend/apps/desktop/initializer/assets/twitter.svg
|
||||
frontend/apps/desktop/initializer/assets/twitter.svg
|
||||
apps/desktop/initializer/assets/twitter.svg
|
||||
|
|
@ -42133,6 +42352,13 @@ desktop/initializer/assets/link-45deg.svg
|
|||
initializer/assets/link-45deg.svg
|
||||
assets/link-45deg.svg
|
||||
link-45deg.svg
|
||||
app/frontend/apps/desktop/initializer/assets/arrow-left.svg
|
||||
frontend/apps/desktop/initializer/assets/arrow-left.svg
|
||||
apps/desktop/initializer/assets/arrow-left.svg
|
||||
desktop/initializer/assets/arrow-left.svg
|
||||
initializer/assets/arrow-left.svg
|
||||
assets/arrow-left.svg
|
||||
arrow-left.svg
|
||||
app/frontend/apps/desktop/initializer/assets/check-all.svg
|
||||
frontend/apps/desktop/initializer/assets/check-all.svg
|
||||
apps/desktop/initializer/assets/check-all.svg
|
||||
|
|
@ -42252,6 +42478,13 @@ desktop/initializer/assets/file-calendar.svg
|
|||
initializer/assets/file-calendar.svg
|
||||
assets/file-calendar.svg
|
||||
file-calendar.svg
|
||||
app/frontend/apps/desktop/initializer/assets/arrow-right.svg
|
||||
frontend/apps/desktop/initializer/assets/arrow-right.svg
|
||||
apps/desktop/initializer/assets/arrow-right.svg
|
||||
desktop/initializer/assets/arrow-right.svg
|
||||
initializer/assets/arrow-right.svg
|
||||
assets/arrow-right.svg
|
||||
arrow-right.svg
|
||||
app/frontend/apps/desktop/initializer/assets/card-list.svg
|
||||
frontend/apps/desktop/initializer/assets/card-list.svg
|
||||
apps/desktop/initializer/assets/card-list.svg
|
||||
|
|
@ -42364,6 +42597,13 @@ desktop/initializer/assets/type-h2.svg
|
|||
initializer/assets/type-h2.svg
|
||||
assets/type-h2.svg
|
||||
type-h2.svg
|
||||
app/frontend/apps/desktop/initializer/assets/ai-knowledge-base.svg
|
||||
frontend/apps/desktop/initializer/assets/ai-knowledge-base.svg
|
||||
apps/desktop/initializer/assets/ai-knowledge-base.svg
|
||||
desktop/initializer/assets/ai-knowledge-base.svg
|
||||
initializer/assets/ai-knowledge-base.svg
|
||||
assets/ai-knowledge-base.svg
|
||||
ai-knowledge-base.svg
|
||||
app/frontend/apps/desktop/initializer/assets/calendar.svg
|
||||
frontend/apps/desktop/initializer/assets/calendar.svg
|
||||
apps/desktop/initializer/assets/calendar.svg
|
||||
|
|
@ -49161,6 +49401,17 @@ TicketSidebar/TicketSidebarInformation/__tests__/TicketLinks.spec.ts
|
|||
TicketSidebarInformation/__tests__/TicketLinks.spec.ts
|
||||
__tests__/TicketLinks.spec.ts
|
||||
TicketLinks.spec.ts
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
components/TicketSidebar/TicketSidebarInformation/__tests__/TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
TicketSidebar/TicketSidebarInformation/__tests__/TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
TicketSidebarInformation/__tests__/TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
__tests__/TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketTags.spec.ts
|
||||
frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketTags.spec.ts
|
||||
apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketTags.spec.ts
|
||||
|
|
@ -49226,6 +49477,17 @@ TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketTag
|
|||
TicketSidebarInformation/TicketSidebarInformationContent/TicketTags.vue
|
||||
TicketSidebarInformationContent/TicketTags.vue
|
||||
TicketTags.vue
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAIKnowledgeBaseAnswers.vue
|
||||
frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAIKnowledgeBaseAnswers.vue
|
||||
apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAIKnowledgeBaseAnswers.vue
|
||||
desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAIKnowledgeBaseAnswers.vue
|
||||
pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAIKnowledgeBaseAnswers.vue
|
||||
ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAIKnowledgeBaseAnswers.vue
|
||||
components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAIKnowledgeBaseAnswers.vue
|
||||
TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAIKnowledgeBaseAnswers.vue
|
||||
TicketSidebarInformation/TicketSidebarInformationContent/TicketAIKnowledgeBaseAnswers.vue
|
||||
TicketSidebarInformationContent/TicketAIKnowledgeBaseAnswers.vue
|
||||
TicketAIKnowledgeBaseAnswers.vue
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketLinks.vue
|
||||
frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketLinks.vue
|
||||
apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketLinks.vue
|
||||
|
|
@ -50087,6 +50349,24 @@ ticket/graphql/mutations/ticketChecklistItemsAdd.graphql
|
|||
graphql/mutations/ticketChecklistItemsAdd.graphql
|
||||
mutations/ticketChecklistItemsAdd.graphql
|
||||
ticketChecklistItemsAdd.graphql
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.api.ts
|
||||
frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.api.ts
|
||||
apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.api.ts
|
||||
desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.api.ts
|
||||
pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.api.ts
|
||||
ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.api.ts
|
||||
graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.api.ts
|
||||
mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.api.ts
|
||||
ticketAIAssistanceEnqueueKnowledgeBaseAnswer.api.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.mocks.ts
|
||||
frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.mocks.ts
|
||||
apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.mocks.ts
|
||||
desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.mocks.ts
|
||||
pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.mocks.ts
|
||||
ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.mocks.ts
|
||||
graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.mocks.ts
|
||||
mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.mocks.ts
|
||||
ticketAIAssistanceEnqueueKnowledgeBaseAnswer.mocks.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceSummarize.api.ts
|
||||
frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceSummarize.api.ts
|
||||
apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceSummarize.api.ts
|
||||
|
|
@ -50357,6 +50637,15 @@ ticket/graphql/mutations/ticketChecklistItemOrderUpdate.api.ts
|
|||
graphql/mutations/ticketChecklistItemOrderUpdate.api.ts
|
||||
mutations/ticketChecklistItemOrderUpdate.api.ts
|
||||
ticketChecklistItemOrderUpdate.api.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.graphql
|
||||
frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.graphql
|
||||
apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.graphql
|
||||
desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.graphql
|
||||
pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.graphql
|
||||
ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.graphql
|
||||
graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.graphql
|
||||
mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.graphql
|
||||
ticketAIAssistanceEnqueueKnowledgeBaseAnswer.graphql
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql
|
||||
frontend/apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql
|
||||
apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql
|
||||
|
|
@ -55568,6 +55857,13 @@ graphql/factories/types/ChecklistItem.ts
|
|||
factories/types/ChecklistItem.ts
|
||||
types/ChecklistItem.ts
|
||||
ChecklistItem.ts
|
||||
app/frontend/tests/graphql/factories/types/KnowledgeBase.ts
|
||||
frontend/tests/graphql/factories/types/KnowledgeBase.ts
|
||||
tests/graphql/factories/types/KnowledgeBase.ts
|
||||
graphql/factories/types/KnowledgeBase.ts
|
||||
factories/types/KnowledgeBase.ts
|
||||
types/KnowledgeBase.ts
|
||||
KnowledgeBase.ts
|
||||
app/frontend/tests/graphql/factories/types/TicketArticle.ts
|
||||
frontend/tests/graphql/factories/types/TicketArticle.ts
|
||||
tests/graphql/factories/types/TicketArticle.ts
|
||||
|
|
@ -63199,6 +63495,14 @@ activity-message/activityMessageBuilder/builders/online-notification-standalone.
|
|||
activityMessageBuilder/builders/online-notification-standalone.ts
|
||||
builders/online-notification-standalone.ts
|
||||
online-notification-standalone.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/knowledge-base-answer.ts
|
||||
frontend/shared/composables/activity-message/activityMessageBuilder/builders/knowledge-base-answer.ts
|
||||
shared/composables/activity-message/activityMessageBuilder/builders/knowledge-base-answer.ts
|
||||
composables/activity-message/activityMessageBuilder/builders/knowledge-base-answer.ts
|
||||
activity-message/activityMessageBuilder/builders/knowledge-base-answer.ts
|
||||
activityMessageBuilder/builders/knowledge-base-answer.ts
|
||||
builders/knowledge-base-answer.ts
|
||||
knowledge-base-answer.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/index.ts
|
||||
frontend/shared/composables/activity-message/activityMessageBuilder/index.ts
|
||||
shared/composables/activity-message/activityMessageBuilder/index.ts
|
||||
|
|
@ -63780,6 +64084,10 @@ app/controllers/ticket/summarize_controller.rb
|
|||
controllers/ticket/summarize_controller.rb
|
||||
ticket/summarize_controller.rb
|
||||
summarize_controller.rb
|
||||
app/controllers/ticket/knowledge_base_answers_controller.rb
|
||||
controllers/ticket/knowledge_base_answers_controller.rb
|
||||
ticket/knowledge_base_answers_controller.rb
|
||||
knowledge_base_answers_controller.rb
|
||||
app/controllers/long_polling_controller.rb
|
||||
controllers/long_polling_controller.rb
|
||||
long_polling_controller.rb
|
||||
|
|
@ -64325,6 +64633,14 @@ input/ticket/checklist/item_input_type.rb
|
|||
ticket/checklist/item_input_type.rb
|
||||
checklist/item_input_type.rb
|
||||
item_input_type.rb
|
||||
app/graphql/gql/types/input/ticket/macros/selector_input_type.rb
|
||||
graphql/gql/types/input/ticket/macros/selector_input_type.rb
|
||||
gql/types/input/ticket/macros/selector_input_type.rb
|
||||
types/input/ticket/macros/selector_input_type.rb
|
||||
input/ticket/macros/selector_input_type.rb
|
||||
ticket/macros/selector_input_type.rb
|
||||
macros/selector_input_type.rb
|
||||
selector_input_type.rb
|
||||
app/graphql/gql/types/input/ticket/shared_draft/start_input_type.rb
|
||||
graphql/gql/types/input/ticket/shared_draft/start_input_type.rb
|
||||
gql/types/input/ticket/shared_draft/start_input_type.rb
|
||||
|
|
@ -64789,12 +65105,24 @@ graphql/gql/types/authorization_type.rb
|
|||
gql/types/authorization_type.rb
|
||||
types/authorization_type.rb
|
||||
authorization_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone/data_type.rb
|
||||
graphql/gql/types/online_notification_standalone/data_type.rb
|
||||
gql/types/online_notification_standalone/data_type.rb
|
||||
types/online_notification_standalone/data_type.rb
|
||||
online_notification_standalone/data_type.rb
|
||||
data_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone/kb_answer_generation_failed_data_type.rb
|
||||
graphql/gql/types/online_notification_standalone/kb_answer_generation_failed_data_type.rb
|
||||
gql/types/online_notification_standalone/kb_answer_generation_failed_data_type.rb
|
||||
types/online_notification_standalone/kb_answer_generation_failed_data_type.rb
|
||||
online_notification_standalone/kb_answer_generation_failed_data_type.rb
|
||||
kb_answer_generation_failed_data_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone/bulk_job_data_type.rb
|
||||
graphql/gql/types/online_notification_standalone/bulk_job_data_type.rb
|
||||
gql/types/online_notification_standalone/bulk_job_data_type.rb
|
||||
types/online_notification_standalone/bulk_job_data_type.rb
|
||||
online_notification_standalone/bulk_job_data_type.rb
|
||||
bulk_job_data_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone/data_union_type.rb
|
||||
graphql/gql/types/online_notification_standalone/data_union_type.rb
|
||||
gql/types/online_notification_standalone/data_union_type.rb
|
||||
types/online_notification_standalone/data_union_type.rb
|
||||
online_notification_standalone/data_union_type.rb
|
||||
data_union_type.rb
|
||||
app/graphql/gql/types/email_address_parsed_type.rb
|
||||
graphql/gql/types/email_address_parsed_type.rb
|
||||
gql/types/email_address_parsed_type.rb
|
||||
|
|
@ -66418,6 +66746,13 @@ mutations/ticket/ai_assistance/summarize.rb
|
|||
ticket/ai_assistance/summarize.rb
|
||||
ai_assistance/summarize.rb
|
||||
summarize.rb
|
||||
app/graphql/gql/mutations/ticket/ai_assistance/enqueue_knowledge_base_answer.rb
|
||||
graphql/gql/mutations/ticket/ai_assistance/enqueue_knowledge_base_answer.rb
|
||||
gql/mutations/ticket/ai_assistance/enqueue_knowledge_base_answer.rb
|
||||
mutations/ticket/ai_assistance/enqueue_knowledge_base_answer.rb
|
||||
ticket/ai_assistance/enqueue_knowledge_base_answer.rb
|
||||
ai_assistance/enqueue_knowledge_base_answer.rb
|
||||
enqueue_knowledge_base_answer.rb
|
||||
app/graphql/gql/mutations/ticket/live_user/base.rb
|
||||
graphql/gql/mutations/ticket/live_user/base.rb
|
||||
gql/mutations/ticket/live_user/base.rb
|
||||
|
|
@ -67930,12 +68265,24 @@ ticket/shared_draft/start/update.rb
|
|||
shared_draft/start/update.rb
|
||||
start/update.rb
|
||||
update.rb
|
||||
app/services/service/ticket/ai_assistance/create_knowledge_base_answer.rb
|
||||
services/service/ticket/ai_assistance/create_knowledge_base_answer.rb
|
||||
service/ticket/ai_assistance/create_knowledge_base_answer.rb
|
||||
ticket/ai_assistance/create_knowledge_base_answer.rb
|
||||
ai_assistance/create_knowledge_base_answer.rb
|
||||
create_knowledge_base_answer.rb
|
||||
app/services/service/ticket/ai_assistance/summarize.rb
|
||||
services/service/ticket/ai_assistance/summarize.rb
|
||||
service/ticket/ai_assistance/summarize.rb
|
||||
ticket/ai_assistance/summarize.rb
|
||||
ai_assistance/summarize.rb
|
||||
summarize.rb
|
||||
app/services/service/ticket/ai_assistance/generate_knowledge_base_answer_content.rb
|
||||
services/service/ticket/ai_assistance/generate_knowledge_base_answer_content.rb
|
||||
service/ticket/ai_assistance/generate_knowledge_base_answer_content.rb
|
||||
ticket/ai_assistance/generate_knowledge_base_answer_content.rb
|
||||
ai_assistance/generate_knowledge_base_answer_content.rb
|
||||
generate_knowledge_base_answer_content.rb
|
||||
app/services/service/ticket/update/validator/base.rb
|
||||
services/service/ticket/update/validator/base.rb
|
||||
service/ticket/update/validator/base.rb
|
||||
|
|
@ -68127,6 +68474,11 @@ service/channel/admin/enable.rb
|
|||
channel/admin/enable.rb
|
||||
admin/enable.rb
|
||||
enable.rb
|
||||
app/services/service/knowledge_base/create_answer_from_ai_result.rb
|
||||
services/service/knowledge_base/create_answer_from_ai_result.rb
|
||||
service/knowledge_base/create_answer_from_ai_result.rb
|
||||
knowledge_base/create_answer_from_ai_result.rb
|
||||
create_answer_from_ai_result.rb
|
||||
app/services/service/history/concerns/fix_event_object.rb
|
||||
services/service/history/concerns/fix_event_object.rb
|
||||
service/history/concerns/fix_event_object.rb
|
||||
|
|
|
|||
|
|
@ -400,6 +400,7 @@ spec/jobs/update_cti_logs_by_caller_job_spec.rb
|
|||
spec/jobs/ticket_bulk_update_job_spec.rb
|
||||
spec/jobs/ticket_online_notification_seen_job_spec.rb
|
||||
spec/jobs/taskbar_cleanup_job_spec.rb
|
||||
spec/jobs/ticket_ai_assistance_generate_knowledge_base_answer_job_spec.rb
|
||||
spec/jobs/ticket_ai_assistance_summarize_job_spec.rb
|
||||
spec/jobs/session_timeout_job_spec.rb
|
||||
spec/jobs/user_device_log_job_spec.rb
|
||||
|
|
@ -998,6 +999,7 @@ spec/db/migrate/mention_init_spec.rb
|
|||
spec/db/migrate/issue_2185_and_or_conditions_spec.rb
|
||||
spec/db/migrate/ldap_samaccountname_to_uid_spec.rb
|
||||
spec/db/migrate/setting_update_password_max_login_failed_spec.rb
|
||||
spec/db/migrate/issue_6072_rename_reserved_private_methods_spec.rb
|
||||
spec/db/migrate/add_checklist_item_ticket_association_spec.rb
|
||||
spec/db/migrate/update_user_attributes_spec.rb
|
||||
spec/db/migrate/group_hierarchy_spec.rb
|
||||
|
|
@ -1616,6 +1618,7 @@ spec/requests/ticket/article_attachments_spec.rb
|
|||
spec/requests/ticket/time_accounting_spec.rb
|
||||
spec/requests/ticket/shared_draft/zoom_controller_spec.rb
|
||||
spec/requests/ticket/shared_draft/starts_controller_spec.rb
|
||||
spec/requests/ticket/ai_assistance/knowledge_base_answers_spec.rb
|
||||
spec/requests/ticket/escalation_spec.rb
|
||||
spec/requests/ticket/tag_spec.rb
|
||||
spec/requests/ticket/group_restriction_spec.rb
|
||||
|
|
@ -1868,6 +1871,7 @@ spec/system/getting_started/agents_spec.rb
|
|||
spec/system/admin/ai/text_tool_spec.rb
|
||||
spec/system/admin/ai/provider_spec.rb
|
||||
spec/system/admin/ai/ticket_summary_spec.rb
|
||||
spec/system/admin/ai/kb_answer_from_ticket_spec.rb
|
||||
spec/system/admin/knowledge_base/theme_spec.rb
|
||||
spec/system/admin/knowledge_base/public_menu_spec.rb
|
||||
spec/system/admin/knowledge_base/delete_spec.rb
|
||||
|
|
@ -2140,6 +2144,7 @@ spec/graphql/gql/mutations/ticket/shared_draft/start/update_spec.rb
|
|||
spec/graphql/gql/mutations/ticket/shared_draft/start/create_spec.rb
|
||||
spec/graphql/gql/mutations/ticket/shared_draft/start/delete_spec.rb
|
||||
spec/graphql/gql/mutations/ticket/ai_assistance/summarize_spec.rb
|
||||
spec/graphql/gql/mutations/ticket/ai_assistance/enqueue_knowledge_base_answer_spec.rb
|
||||
spec/graphql/gql/mutations/ticket/live_user/upsert_spec.rb
|
||||
spec/graphql/gql/mutations/ticket/live_user/delete_spec.rb
|
||||
spec/graphql/gql/mutations/ticket/update/bulk_spec.rb
|
||||
|
|
@ -2310,6 +2315,8 @@ spec/services/service/ticket/shared_draft/zoom/update_spec.rb
|
|||
spec/services/service/ticket/shared_draft/zoom/create_spec.rb
|
||||
spec/services/service/ticket/shared_draft/start/update_spec.rb
|
||||
spec/services/service/ticket/shared_draft/start/create_spec.rb
|
||||
spec/services/service/ticket/ai_assistance/create_knowledge_base_answer_spec.rb
|
||||
spec/services/service/ticket/ai_assistance/generate_knowledge_base_answer_content_spec.rb
|
||||
spec/services/service/ticket/update/validator_spec.rb
|
||||
spec/services/service/ticket/update/validator/time_accounting_spec.rb
|
||||
spec/services/service/ticket/update/validator/checklist_completed_spec.rb
|
||||
|
|
@ -2334,6 +2341,7 @@ spec/services/service/channel/admin/enable_spec.rb
|
|||
spec/services/service/channel/admin/list_spec.rb
|
||||
spec/services/service/channel/admin/destroy_spec.rb
|
||||
spec/services/service/channel/admin/disable_spec.rb
|
||||
spec/services/service/knowledge_base/create_answer_from_ai_result_spec.rb
|
||||
spec/services/service/history/list_spec.rb
|
||||
spec/services/service/history/group_spec.rb
|
||||
spec/services/service/calendar/ics_file/parse_spec.rb
|
||||
|
|
@ -2607,11 +2615,14 @@ lib/ai/provider/open_ai.rb
|
|||
lib/ai/vectordb.rb
|
||||
lib/ai/provider.rb
|
||||
lib/ai/service.rb
|
||||
lib/ai/service/knowledge_base_answer_from_ticket.rb
|
||||
lib/ai/service/ocr.rb
|
||||
lib/ai/service/prompts/user/knowledge_base_answer_from_ticket.txt.erb
|
||||
lib/ai/service/prompts/user/ocr.txt.erb
|
||||
lib/ai/service/prompts/user/ai_agent.txt.erb
|
||||
lib/ai/service/prompts/user/ticket_summarize.txt.erb
|
||||
lib/ai/service/prompts/user/text_tool.txt.erb
|
||||
lib/ai/service/prompts/system/knowledge_base_answer_from_ticket.txt.erb
|
||||
lib/ai/service/prompts/system/ai_agent.txt.erb
|
||||
lib/ai/service/prompts/system/ticket_summarize.txt.erb
|
||||
lib/ai/service/prompts/system/text_tool.txt.erb
|
||||
|
|
@ -4565,6 +4576,7 @@ db/migrate/20240207144547_update_user_attributes.rb
|
|||
db/migrate/20221019062814_issue4299_calendar_weeks.rb
|
||||
db/migrate/20170713000001_omniauth_office365_setting.rb
|
||||
db/migrate/20250909150713_add_report_profiles_roles.rb
|
||||
db/migrate/20260225170815_add_ai_kb_answer_settings.rb
|
||||
db/migrate/20230912080534_group_hierarchy.rb
|
||||
db/migrate/20191107181428_issue_2715_fix_broken_twitter_urls.rb
|
||||
db/migrate/20170927000001_setting_send_no_auto_response_reg_exp.rb
|
||||
|
|
@ -4624,6 +4636,7 @@ db/migrate/20241113154014_issue5409_wrong_db_column_array_type.rb
|
|||
db/migrate/20170727000001_setting_proxy.rb
|
||||
db/migrate/20170123000002_fixed_translation.rb
|
||||
db/migrate/20181023163804_add_stats_backends.rb
|
||||
db/migrate/20260408124617_issue6072_rename_reserved_private_methods.rb
|
||||
db/migrate/20221208131506_issue3971_exchange_oauth2.rb
|
||||
db/migrate/20170419000002_overview_role_ids.rb
|
||||
db/migrate/20240618081710_migrate_template_options.rb
|
||||
|
|
@ -5317,6 +5330,7 @@ app/jobs/cache_clear_job.rb
|
|||
app/jobs/avatar_create_job.rb
|
||||
app/jobs/trigger_webhook_job.rb
|
||||
app/jobs/taskbar_update_trigger_subscriptions_job.rb
|
||||
app/jobs/ticket_ai_assistance_generate_knowledge_base_answer_job.rb
|
||||
app/jobs/transaction_job.rb
|
||||
app/jobs/update_cti_logs_by_caller_job.rb
|
||||
app/jobs/ticket_online_notification_seen_job.rb
|
||||
|
|
@ -6043,6 +6057,7 @@ app/policies/controllers/ticket_articles_controller_policy.rb
|
|||
app/policies/controllers/knowledge_bases_controller_policy.rb
|
||||
app/policies/controllers/tickets_shared_draft_starts_controller_policy.rb
|
||||
app/policies/controllers/ticket/summarize_controller_policy.rb
|
||||
app/policies/controllers/ticket/knowledge_base_answers_controller_policy.rb
|
||||
app/policies/controllers/links_controller_policy.rb
|
||||
app/policies/controllers/triggers_controller_policy.rb
|
||||
app/policies/controllers/ldap_sources_controller_policy.rb
|
||||
|
|
@ -6451,6 +6466,7 @@ app/assets/javascripts/app/controllers/_ai/form_handler_ai_agent_unused_warning.
|
|||
app/assets/javascripts/app/controllers/_ai/ticket_summary.coffee
|
||||
app/assets/javascripts/app/controllers/_ai/text_tool.coffee
|
||||
app/assets/javascripts/app/controllers/_ai/provider.coffee
|
||||
app/assets/javascripts/app/controllers/_ai/kb_answer_from_ticket.coffee
|
||||
app/assets/javascripts/app/controllers/_ai/ai_agent.coffee
|
||||
app/assets/javascripts/app/controllers/_ai/form_handler_ai_agent_type_help.coffee
|
||||
app/assets/javascripts/app/controllers/_ai/_feature_base.coffee
|
||||
|
|
@ -7046,6 +7062,7 @@ app/assets/javascripts/app/views/ai/missing_provider_alert.jst.eco
|
|||
app/assets/javascripts/app/views/ai/ai_feedback_widget.jst.eco
|
||||
app/assets/javascripts/app/views/ai/provider_logs.jst.eco
|
||||
app/assets/javascripts/app/views/ai/ticket_summary.jst.eco
|
||||
app/assets/javascripts/app/views/ai/kb_answer_from_ticket.jst.eco
|
||||
app/assets/javascripts/app/views/google/list.jst.eco
|
||||
app/assets/javascripts/app/views/google/app_config.jst.eco
|
||||
app/assets/javascripts/app/views/google/index.jst.eco
|
||||
|
|
@ -7738,6 +7755,21 @@ app/frontend/apps/desktop/components/Ticket/TicketBulkEditFlyout/TicketBulkEditF
|
|||
app/frontend/apps/desktop/components/Ticket/TicketBulkEditFlyout/__tests__/TicketBulkEditFlyout.spec.ts
|
||||
app/frontend/apps/desktop/components/Ticket/TicketBulkEditFlyout/useTicketBulkEdit.ts
|
||||
app/frontend/apps/desktop/components/Ticket/TicketBulkEditFlyout/types.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/components/ScrollButton.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/components/BulkAvatarSkeleton.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkBottomDrawer.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkEntityCard.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/useDragAndDropBulk.spec.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkCursorPreview.spec.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkWrapper.spec.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkConfirmation.spec.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/__tests__/DragAndDropBulkEntityCard.spec.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkCursorPreview.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkWrapper.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/useDragAndDropBulk.ts
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkConfirmation.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/DragAndDropBulkTopDrawer.vue
|
||||
app/frontend/apps/desktop/components/Ticket/DragAndDropBulk/types.ts
|
||||
app/frontend/apps/desktop/components/Ticket/TicketListTable.vue
|
||||
app/frontend/apps/desktop/components/Ticket/TicketPopoverWithTrigger.vue
|
||||
app/frontend/apps/desktop/components/Ticket/TicketListPopoverWithTrigger.vue
|
||||
|
|
@ -7989,6 +8021,7 @@ app/frontend/apps/desktop/initializer/assets/pencil.svg
|
|||
app/frontend/apps/desktop/initializer/assets/arrow-down-short.svg
|
||||
app/frontend/apps/desktop/initializer/assets/check-circle-no-ai.svg
|
||||
app/frontend/apps/desktop/initializer/assets/chevron-down.svg
|
||||
app/frontend/apps/desktop/initializer/assets/people-fill.svg
|
||||
app/frontend/apps/desktop/initializer/assets/twitter.svg
|
||||
app/frontend/apps/desktop/initializer/assets/x.svg
|
||||
app/frontend/apps/desktop/initializer/assets/openid-connect.svg
|
||||
|
|
@ -8042,6 +8075,7 @@ app/frontend/apps/desktop/initializer/assets/exclamation-triangle.svg
|
|||
app/frontend/apps/desktop/initializer/assets/chat-left-text.svg
|
||||
app/frontend/apps/desktop/initializer/assets/camera-video.svg
|
||||
app/frontend/apps/desktop/initializer/assets/link-45deg.svg
|
||||
app/frontend/apps/desktop/initializer/assets/arrow-left.svg
|
||||
app/frontend/apps/desktop/initializer/assets/check-all.svg
|
||||
app/frontend/apps/desktop/initializer/assets/sun.svg
|
||||
app/frontend/apps/desktop/initializer/assets/whatsapp.svg
|
||||
|
|
@ -8059,6 +8093,7 @@ app/frontend/apps/desktop/initializer/assets/delete-table.svg
|
|||
app/frontend/apps/desktop/initializer/assets/check2-square.svg
|
||||
app/frontend/apps/desktop/initializer/assets/facebook.svg
|
||||
app/frontend/apps/desktop/initializer/assets/file-calendar.svg
|
||||
app/frontend/apps/desktop/initializer/assets/arrow-right.svg
|
||||
app/frontend/apps/desktop/initializer/assets/card-list.svg
|
||||
app/frontend/apps/desktop/initializer/assets/square.svg
|
||||
app/frontend/apps/desktop/initializer/assets/star-fill.svg
|
||||
|
|
@ -8075,6 +8110,7 @@ app/frontend/apps/desktop/initializer/assets/chevron-right.svg
|
|||
app/frontend/apps/desktop/initializer/assets/envelope.svg
|
||||
app/frontend/apps/desktop/initializer/assets/pencil-square.svg
|
||||
app/frontend/apps/desktop/initializer/assets/type-h2.svg
|
||||
app/frontend/apps/desktop/initializer/assets/ai-knowledge-base.svg
|
||||
app/frontend/apps/desktop/initializer/assets/calendar.svg
|
||||
app/frontend/apps/desktop/initializer/assets/moon-stars.svg
|
||||
app/frontend/apps/desktop/initializer/assets/list-ol.svg
|
||||
|
|
@ -8832,12 +8868,14 @@ app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/plugins/types.ts
|
|||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarWrapper.vue
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent.vue
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketLinks.spec.ts
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketAIKnowledgeBaseAnswers.spec.ts
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketTags.spec.ts
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketSidebarInformationContent.spec.ts
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketSubscribers.spec.ts
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/__tests__/TicketAccountedTime.spec.ts
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformation.vue
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketTags.vue
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAIKnowledgeBaseAnswers.vue
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketLinks.vue
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketSubscribers.vue
|
||||
app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAccountedTime.vue
|
||||
|
|
@ -8928,6 +8966,8 @@ app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketChecklistItemDele
|
|||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketChecklistItemUpsert.api.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketExternalReferencesIssueTrackerItemAdd.graphql
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketChecklistItemsAdd.graphql
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.api.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.mocks.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceSummarize.api.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/linkRemove.api.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketExternalReferencesIdoitObjectAdd.mocks.ts
|
||||
|
|
@ -8958,6 +8998,7 @@ app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketChecklistTitleUpd
|
|||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketExternalReferencesIssueTrackerItemRemove.mocks.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketChecklistDelete.mocks.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketChecklistItemOrderUpdate.api.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketAIAssistanceEnqueueKnowledgeBaseAnswer.graphql
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketExternalReferencesIdoitObjectRemove.mocks.ts
|
||||
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketChecklistDelete.graphql
|
||||
|
|
@ -9630,6 +9671,7 @@ app/frontend/tests/graphql/factories/types/TicketState.ts
|
|||
app/frontend/tests/graphql/factories/types/HistoryRecordEvent.ts
|
||||
app/frontend/tests/graphql/factories/types/Ticket.ts
|
||||
app/frontend/tests/graphql/factories/types/ChecklistItem.ts
|
||||
app/frontend/tests/graphql/factories/types/KnowledgeBase.ts
|
||||
app/frontend/tests/graphql/factories/types/TicketArticle.ts
|
||||
app/frontend/tests/graphql/factories/types/Avatar.ts
|
||||
app/frontend/tests/graphql/factories/types/OnlineNotificationConnection.ts
|
||||
|
|
@ -10654,6 +10696,7 @@ app/frontend/shared/composables/activity-message/activityMessageBuilder/builders
|
|||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/group.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/role.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/online-notification-standalone.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/knowledge-base-answer.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/index.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/__tests__/activityMessageBuilder.spec.ts
|
||||
app/frontend/shared/composables/activity-message/activityMessageBuilder/types.ts
|
||||
|
|
@ -10802,6 +10845,7 @@ app/controllers/channels_sms_controller.rb
|
|||
app/controllers/online_notifications_controller.rb
|
||||
app/controllers/import_kayako_controller.rb
|
||||
app/controllers/ticket/summarize_controller.rb
|
||||
app/controllers/ticket/knowledge_base_answers_controller.rb
|
||||
app/controllers/long_polling_controller.rb
|
||||
app/controllers/user_agent_test_controller.rb
|
||||
app/controllers/http_logs_controller.rb
|
||||
|
|
@ -10909,6 +10953,7 @@ app/graphql/gql/types/input/ticket/external_references/issue_tracker_list_input_
|
|||
app/graphql/gql/types/input/ticket/external_references/idoit_object_list_input_type.rb
|
||||
app/graphql/gql/types/input/ticket/update_input_type.rb
|
||||
app/graphql/gql/types/input/ticket/checklist/item_input_type.rb
|
||||
app/graphql/gql/types/input/ticket/macros/selector_input_type.rb
|
||||
app/graphql/gql/types/input/ticket/shared_draft/start_input_type.rb
|
||||
app/graphql/gql/types/input/ticket/shared_draft/zoom_input_type.rb
|
||||
app/graphql/gql/types/input/ticket/link_input_type.rb
|
||||
|
|
@ -10983,7 +11028,9 @@ app/graphql/gql/types/group_type.rb
|
|||
app/graphql/gql/types/organization_type.rb
|
||||
app/graphql/gql/types/locale_type.rb
|
||||
app/graphql/gql/types/authorization_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone/data_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone/kb_answer_generation_failed_data_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone/bulk_job_data_type.rb
|
||||
app/graphql/gql/types/online_notification_standalone/data_union_type.rb
|
||||
app/graphql/gql/types/email_address_parsed_type.rb
|
||||
app/graphql/gql/types/link_type.rb
|
||||
app/graphql/gql/types/base_interface.rb
|
||||
|
|
@ -11239,6 +11286,7 @@ app/graphql/gql/mutations/ticket/shared_draft/start/update.rb
|
|||
app/graphql/gql/mutations/ticket/shared_draft/start/delete.rb
|
||||
app/graphql/gql/mutations/ticket/customer_update.rb
|
||||
app/graphql/gql/mutations/ticket/ai_assistance/summarize.rb
|
||||
app/graphql/gql/mutations/ticket/ai_assistance/enqueue_knowledge_base_answer.rb
|
||||
app/graphql/gql/mutations/ticket/live_user/base.rb
|
||||
app/graphql/gql/mutations/ticket/live_user/upsert.rb
|
||||
app/graphql/gql/mutations/ticket/live_user/delete.rb
|
||||
|
|
@ -11477,7 +11525,9 @@ app/services/service/ticket/shared_draft/zoom/create.rb
|
|||
app/services/service/ticket/shared_draft/zoom/update.rb
|
||||
app/services/service/ticket/shared_draft/start/create.rb
|
||||
app/services/service/ticket/shared_draft/start/update.rb
|
||||
app/services/service/ticket/ai_assistance/create_knowledge_base_answer.rb
|
||||
app/services/service/ticket/ai_assistance/summarize.rb
|
||||
app/services/service/ticket/ai_assistance/generate_knowledge_base_answer_content.rb
|
||||
app/services/service/ticket/update/validator/base.rb
|
||||
app/services/service/ticket/update/validator/base_error.rb
|
||||
app/services/service/ticket/update/validator/checklist_completed.rb
|
||||
|
|
@ -11509,6 +11559,7 @@ app/services/service/channel/admin/disable.rb
|
|||
app/services/service/channel/admin/destroy.rb
|
||||
app/services/service/channel/admin/list.rb
|
||||
app/services/service/channel/admin/enable.rb
|
||||
app/services/service/knowledge_base/create_answer_from_ai_result.rb
|
||||
app/services/service/history/concerns/fix_event_object.rb
|
||||
app/services/service/history/group.rb
|
||||
app/services/service/history/list.rb
|
||||
|
|
|
|||
|
|
@ -88,6 +88,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -95,9 +99,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/milestones/new
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -106,10 +113,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/watchers
|
||||
/*source=
|
||||
/.git
|
||||
/?*amp_client_id
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/__wishlist__
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/_widget
|
||||
/album/*/*?i=
|
||||
/analytics
|
||||
|
|
@ -133,10 +153,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/contact/menu*
|
||||
/contact/partner*
|
||||
/contactus/mwaas*
|
||||
/directory
|
||||
/discovered
|
||||
/docs/product
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
|
|
@ -175,10 +197,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newest/*rss
|
||||
/newest/*xml
|
||||
/newsearch/
|
||||
/organize
|
||||
/partials
|
||||
/pins
|
||||
/plugins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/report_abuse
|
||||
/revisions
|
||||
|
|
@ -186,6 +211,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
|
@ -215,11 +242,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/store/new/*?*&*&*
|
||||
/store/top-free/*?*&*&*
|
||||
/store/top-paid/*?*&*&*
|
||||
/story_pins
|
||||
/tagged
|
||||
/tarball
|
||||
/tree
|
||||
/tried
|
||||
/tv-season/*/*?i=
|
||||
/unsubscribe/
|
||||
/video-
|
||||
/video_pins
|
||||
/wal/
|
||||
/widget_
|
||||
/zipball
|
||||
|
|
@ -336,6 +367,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?set_mobile=
|
||||
?share=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -429,6 +461,8 @@ WebObjects/MZStoreElements.woa
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -496,6 +530,8 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -593,10 +629,12 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/learn
|
||||
ads/local
|
||||
|
|
@ -607,6 +645,7 @@ advisor/*zx1fa
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
ai-sandbox-internal/generated_images
|
||||
aihub/tfhub
|
||||
|
|
@ -663,7 +702,9 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -744,6 +785,7 @@ author/following
|
|||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
|
|
@ -796,6 +838,10 @@ blogs/nationals-journal-beta
|
|||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/?term=
|
||||
|
|
@ -817,12 +863,33 @@ books?*zoom=
|
|||
books?*zoom=1
|
||||
books?*zoom=5
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
bricks/image
|
||||
business
|
||||
business/ad_create
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/hub
|
||||
business/invite
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/pos-system/shop
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
buyside-e2e-monitor
|
||||
cai
|
||||
call
|
||||
|
|
@ -853,6 +920,7 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
chwilio
|
||||
|
|
@ -873,6 +941,7 @@ clima/ets
|
|||
clima/sites/registry
|
||||
clinvar/?term=
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -891,17 +960,22 @@ commission_2010-2014/katainen
|
|||
commits?author=
|
||||
common/
|
||||
common/survey.aspx*
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
communities/rss.aspx*
|
||||
communities/sitemap
|
||||
community
|
||||
community-guidelines
|
||||
community_comment
|
||||
community_post
|
||||
companyDir
|
||||
compare
|
||||
compressiontest
|
||||
concussion/HeadsUp/training/
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
consumers/archive
|
||||
contact/menu*
|
||||
|
|
@ -909,13 +983,19 @@ contact/partner*
|
|||
contact_importer
|
||||
contactus
|
||||
contactus/mwaas*
|
||||
content-claiming
|
||||
content-guest/rss/channels
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
cookie-policy
|
||||
copilot
|
||||
copilot/c
|
||||
copilotsearch?q=
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
core/
|
||||
core/*.css$
|
||||
core/*.css?
|
||||
|
|
@ -933,11 +1013,19 @@ covid19/mobility
|
|||
cr$
|
||||
cr?
|
||||
create
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creativegroup
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
csp
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -964,8 +1052,10 @@ de/ott
|
|||
de/solutions
|
||||
de/upload
|
||||
de/vimeo-academy
|
||||
deactivate-account
|
||||
default.aspx/kb/
|
||||
default.aspx/ph/
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1055,6 +1145,8 @@ earth/social
|
|||
ebook
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1067,6 +1159,7 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1128,6 +1221,7 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
|
|
@ -1212,13 +1306,17 @@ exec/obidos/subst/marketplace/sell-your-collection.html
|
|||
exec/obidos/subst/marketplace/sell-your-stuff.html
|
||||
exec/obidos/subst/partners/friends/access.html
|
||||
exec/obidos/tg/cm/member
|
||||
explore
|
||||
explore/*/?p=
|
||||
explore/*/lightbox
|
||||
external
|
||||
external/overture
|
||||
external_hosted
|
||||
f/healthcheck
|
||||
facebook
|
||||
faves-i_love_u_get_away_from_me
|
||||
fb
|
||||
fb.html
|
||||
fbml/ajax/dialog
|
||||
fd/
|
||||
fe=true
|
||||
|
|
@ -1256,6 +1354,8 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1339,6 +1439,8 @@ global$
|
|||
gog
|
||||
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
|
||||
google.internal.maps.mapsjs.v1.MapsJsInternalService
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gorf
|
||||
gp
|
||||
|
|
@ -1453,6 +1555,7 @@ gtr/?term=
|
|||
guidebooks
|
||||
gview
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
he-il.www.cloudflare.com
|
||||
|
|
@ -1480,9 +1583,12 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
home$
|
||||
home?
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1494,10 +1600,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://de.wikipedia.org/robots.txt
|
||||
http://dropbox.com/robots.txt
|
||||
http://ftc.gov/robots.txt
|
||||
http://meetup.com/robots.txt
|
||||
http://blog.google/robots.txt
|
||||
http://calendar.google.com/robots.txt
|
||||
http://m.youtube.com/robots.txt
|
||||
http://npr.org/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1511,6 +1617,9 @@ id-id.www.cloudflare.com
|
|||
id-id/feedback
|
||||
id-id/lp
|
||||
id-id/searchresults
|
||||
idea-ads-tool
|
||||
idea-pin-builder
|
||||
idea-pin-invite
|
||||
identity/accountsettingsactivityweb
|
||||
identity/accountsettingssyaf
|
||||
ie/ie40/
|
||||
|
|
@ -1553,14 +1662,17 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
integrations
|
||||
internalPref
|
||||
intl
|
||||
intl/*/search/?
|
||||
intl/*/search?
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
invoice/estimate/buyerView/attachments
|
||||
|
|
@ -1598,6 +1710,8 @@ johnhancock
|
|||
johnhancock/in-a-lifetime-healthcare
|
||||
johnhancock/in-a-lifetime-sustainability
|
||||
johnhancock/in-a-lifetime-work
|
||||
join/?next=
|
||||
join/signup/?next=
|
||||
jp/$
|
||||
jp/about
|
||||
jp/blog
|
||||
|
|
@ -1640,6 +1754,7 @@ ko/ott
|
|||
ko/solutions
|
||||
ko/upload
|
||||
ko/vimeo-academy
|
||||
kwanzaa-spotlight
|
||||
l.php
|
||||
labs-code
|
||||
labs/pmc
|
||||
|
|
@ -1675,12 +1790,15 @@ learning/settings
|
|||
learning/settings$
|
||||
learning/settings?
|
||||
legal
|
||||
lens-search
|
||||
li/track
|
||||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
link
|
||||
linked
|
||||
lite
|
||||
live-session
|
||||
live_chat
|
||||
llms.txt
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
|
|
@ -1859,6 +1977,7 @@ narrative-
|
|||
native
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
|
||||
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
|
||||
|
|
@ -1869,6 +1988,7 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -1882,6 +2002,7 @@ nl-nl/searchresults
|
|||
nlmcatalog/?term=
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
nuccore/?term=
|
||||
nus-trk
|
||||
|
|
@ -1889,11 +2010,15 @@ nwshp$
|
|||
o/di
|
||||
o/dt
|
||||
oas/
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offers/proxy/dealsserver/api/log
|
||||
offers/proxy/dealsserver/buy
|
||||
offsite
|
||||
og
|
||||
ohttp_gateway
|
||||
okxbet.com
|
||||
|
|
@ -1925,8 +2050,11 @@ pagespeed/insights/ui/logo
|
|||
panel
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
partner-program
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -1962,11 +2090,45 @@ photos/gbachelie
|
|||
photos/i_love_u_get_away_from_me
|
||||
photos/tags/*/page
|
||||
photos/youpy
|
||||
pin
|
||||
pin-builder
|
||||
pin-communities
|
||||
pin-creation-tool
|
||||
pin-editor
|
||||
pin/*/activities
|
||||
pin/*/activity
|
||||
pin/*/analytics
|
||||
pin/*/brand-catalog
|
||||
pin/*/comments
|
||||
pin/*/email
|
||||
pin/*/feedback
|
||||
pin/*/idea-pin/related-products
|
||||
pin/*/likes
|
||||
pin/*/promote
|
||||
pin/*/reaction
|
||||
pin/*/related-products
|
||||
pin/*/repin
|
||||
pin/*/repins
|
||||
pin/*/sent
|
||||
pin/*/share
|
||||
pin/*/shop-the-look
|
||||
pin/*/tag
|
||||
pin/*/takes
|
||||
pin/*/visual-search
|
||||
pin/*/visual-shop
|
||||
pin/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl-pl.www.cloudflare.com
|
||||
pl-pl/feedback
|
||||
pl-pl/lp
|
||||
pl-pl/searchresults
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -2013,6 +2175,7 @@ posttv/posttv/trendex
|
|||
posttv/sponsored-video
|
||||
ppl
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2021,6 +2184,8 @@ previewtemplate
|
|||
print
|
||||
privacy-policy
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2079,11 +2244,13 @@ pt-br/vimeo-academy
|
|||
public-profile
|
||||
publications
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
q=
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/imda
|
||||
|
|
@ -2092,6 +2259,7 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recipes/*?q=
|
||||
recipes/search
|
||||
reconnect
|
||||
|
|
@ -2106,6 +2274,9 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2113,9 +2284,13 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
results
|
||||
retail
|
||||
|
|
@ -2155,6 +2330,7 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safety
|
||||
safetycheck
|
||||
salary-explorer/api
|
||||
|
|
@ -2200,6 +2376,7 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
|
|||
sections/ombudsman/2008/01/frequently_asked_questions_1.html
|
||||
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
|
||||
secure
|
||||
sendHeaderEarly
|
||||
sendarticle
|
||||
services/oauth
|
||||
setprefs
|
||||
|
|
@ -2231,6 +2408,7 @@ shop/productpage
|
|||
shop/topics
|
||||
shop/view/product
|
||||
shop?*
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2533,10 +2711,12 @@ social/photosui/images
|
|||
social/photosui/sitemap
|
||||
social/search?
|
||||
social/social-security-directory/cai
|
||||
socialmanager
|
||||
solutions
|
||||
sounds/search
|
||||
sounds/search$
|
||||
sounds/search?
|
||||
source
|
||||
source=
|
||||
source_repo=
|
||||
spain/empresas/
|
||||
|
|
@ -2554,6 +2734,7 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
|
|
@ -2613,6 +2794,10 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
storyworks/preview
|
||||
structure/?term=
|
||||
styles/js-on.css$
|
||||
|
|
@ -2639,6 +2824,7 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
|
|
@ -2656,6 +2842,7 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2663,6 +2850,7 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2711,7 +2899,9 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -2803,6 +2993,7 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -2819,9 +3010,14 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-lens-image
|
||||
upload-lens-image-history
|
||||
upload-shuffle-draft
|
||||
urchin_test
|
||||
url
|
||||
user
|
||||
|
|
@ -2838,9 +3034,11 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verified-authors
|
||||
verify_age
|
||||
|
|
@ -2887,6 +3085,9 @@ webapps/xo/html/cookiecheck.html
|
|||
webapps/xoonboarding
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget/cr
|
||||
|
|
@ -3272,7 +3473,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://youtube.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://drive.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3484,6 +3685,7 @@ xhtml?
|
|||
xml?
|
||||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/branding/favicon
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue