mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-07 12:05:30 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
da1839a303
commit
d16f8bd367
26 changed files with 2370 additions and 113806 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1776136433
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1776246048
|
||||
"last_update": 1776332396
|
||||
}
|
||||
}
|
||||
|
|
@ -3910,6 +3910,11 @@ schema/src/dialects/mysql.ts
|
|||
src/dialects/mysql.ts
|
||||
dialects/mysql.ts
|
||||
mysql.ts
|
||||
packages/schema/src/dialects/mssql.test.ts
|
||||
schema/src/dialects/mssql.test.ts
|
||||
src/dialects/mssql.test.ts
|
||||
dialects/mssql.test.ts
|
||||
mssql.test.ts
|
||||
packages/composables/vitest.config.ts
|
||||
composables/vitest.config.ts
|
||||
vitest.config.ts
|
||||
|
|
@ -8769,6 +8774,9 @@ api/src/test-utils/controllers.ts
|
|||
src/test-utils/controllers.ts
|
||||
test-utils/controllers.ts
|
||||
controllers.ts
|
||||
api/src/flows.test.ts
|
||||
src/flows.test.ts
|
||||
flows.test.ts
|
||||
api/src/logger/index.ts
|
||||
src/logger/index.ts
|
||||
logger/index.ts
|
||||
|
|
@ -9821,6 +9829,8 @@ pnpm-lock.yaml
|
|||
polite-colts-glow.md
|
||||
.changeset/many-facts-film.md
|
||||
many-facts-film.md
|
||||
.changeset/pink-cars-buy.md
|
||||
pink-cars-buy.md
|
||||
.changeset/ready-ghosts-call.md
|
||||
ready-ghosts-call.md
|
||||
.changeset/two-symbols-post.md
|
||||
|
|
@ -9835,14 +9845,22 @@ shaggy-news-check.md
|
|||
config.json
|
||||
.changeset/funny-jobs-drop.md
|
||||
funny-jobs-drop.md
|
||||
.changeset/deduplicate-count-requests.md
|
||||
deduplicate-count-requests.md
|
||||
.changeset/strong-dolls-rescue.md
|
||||
strong-dolls-rescue.md
|
||||
.changeset/good-geckos-ask.md
|
||||
good-geckos-ask.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/fix-mssql-schema-length.md
|
||||
fix-mssql-schema-length.md
|
||||
.changeset/fix-cache-key-custom-query-params.md
|
||||
fix-cache-key-custom-query-params.md
|
||||
.changeset/moody-papers-help.md
|
||||
moody-papers-help.md
|
||||
.changeset/three-emus-admire.md
|
||||
|
|
@ -16018,6 +16036,13 @@ flows/components/arrows/types.ts
|
|||
components/arrows/types.ts
|
||||
arrows/types.ts
|
||||
types.ts
|
||||
app/src/modules/settings/routes/flows/triggers.test.ts
|
||||
src/modules/settings/routes/flows/triggers.test.ts
|
||||
modules/settings/routes/flows/triggers.test.ts
|
||||
settings/routes/flows/triggers.test.ts
|
||||
routes/flows/triggers.test.ts
|
||||
flows/triggers.test.ts
|
||||
triggers.test.ts
|
||||
app/src/modules/settings/routes/flows/constants.ts
|
||||
src/modules/settings/routes/flows/constants.ts
|
||||
modules/settings/routes/flows/constants.ts
|
||||
|
|
|
|||
|
|
@ -816,6 +816,7 @@ packages/schema/src/dialects/mssql.ts
|
|||
packages/schema/src/dialects/postgres.ts
|
||||
packages/schema/src/dialects/cockroachdb.ts
|
||||
packages/schema/src/dialects/mysql.ts
|
||||
packages/schema/src/dialects/mssql.test.ts
|
||||
packages/composables/vitest.config.ts
|
||||
packages/composables/license
|
||||
packages/composables/package.json
|
||||
|
|
@ -1750,6 +1751,7 @@ api/src/test-utils/services/fields-service.ts
|
|||
api/src/test-utils/services/folders-service.ts
|
||||
api/src/test-utils/services/files-service.ts
|
||||
api/src/test-utils/controllers.ts
|
||||
api/src/flows.test.ts
|
||||
api/src/logger/index.ts
|
||||
api/src/logger/logs-stream.test.ts
|
||||
api/src/logger/logs-stream.ts
|
||||
|
|
@ -1996,6 +1998,7 @@ pnpm-workspace.yaml
|
|||
pnpm-lock.yaml
|
||||
.changeset/polite-colts-glow.md
|
||||
.changeset/many-facts-film.md
|
||||
.changeset/pink-cars-buy.md
|
||||
.changeset/ready-ghosts-call.md
|
||||
.changeset/two-symbols-post.md
|
||||
.changeset/social-rings-invent.md
|
||||
|
|
@ -2003,10 +2006,14 @@ pnpm-lock.yaml
|
|||
.changeset/shaggy-news-check.md
|
||||
.changeset/config.json
|
||||
.changeset/funny-jobs-drop.md
|
||||
.changeset/deduplicate-count-requests.md
|
||||
.changeset/strong-dolls-rescue.md
|
||||
.changeset/good-geckos-ask.md
|
||||
.changeset/goofy-eels-smile.md
|
||||
.changeset/tiny-humans-sit.md
|
||||
.changeset/old-chairs-end.md
|
||||
.changeset/fix-mssql-schema-length.md
|
||||
.changeset/fix-cache-key-custom-query-params.md
|
||||
.changeset/moody-papers-help.md
|
||||
.changeset/three-emus-admire.md
|
||||
AGENTS.md
|
||||
|
|
@ -3170,6 +3177,7 @@ app/src/modules/settings/routes/flows/components/arrows/utils/get-points.ts
|
|||
app/src/modules/settings/routes/flows/components/arrows/utils/is-point-in-panel.test.ts
|
||||
app/src/modules/settings/routes/flows/components/arrows/utils/range.ts
|
||||
app/src/modules/settings/routes/flows/components/arrows/types.ts
|
||||
app/src/modules/settings/routes/flows/triggers.test.ts
|
||||
app/src/modules/settings/routes/flows/constants.ts
|
||||
app/src/modules/settings/routes/flows/overview.vue
|
||||
app/src/modules/settings/routes/flows/triggers.ts
|
||||
|
|
|
|||
|
|
@ -1596,6 +1596,11 @@ Espo/Hooks/Note/StreamUpdatedAt.php
|
|||
Hooks/Note/StreamUpdatedAt.php
|
||||
Note/StreamUpdatedAt.php
|
||||
StreamUpdatedAt.php
|
||||
application/Espo/Hooks/Note/SetFields.php
|
||||
Espo/Hooks/Note/SetFields.php
|
||||
Hooks/Note/SetFields.php
|
||||
Note/SetFields.php
|
||||
SetFields.php
|
||||
application/Espo/Hooks/Note/Notifications.php
|
||||
Espo/Hooks/Note/Notifications.php
|
||||
Hooks/Note/Notifications.php
|
||||
|
|
@ -13521,6 +13526,14 @@ Resources/metadata/streamDefs/Meeting.json
|
|||
metadata/streamDefs/Meeting.json
|
||||
streamDefs/Meeting.json
|
||||
Meeting.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/streamDefs/Case.json
|
||||
Espo/Modules/Crm/Resources/metadata/streamDefs/Case.json
|
||||
Modules/Crm/Resources/metadata/streamDefs/Case.json
|
||||
Crm/Resources/metadata/streamDefs/Case.json
|
||||
Resources/metadata/streamDefs/Case.json
|
||||
metadata/streamDefs/Case.json
|
||||
streamDefs/Case.json
|
||||
Case.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/streamDefs/Call.json
|
||||
Espo/Modules/Crm/Resources/metadata/streamDefs/Call.json
|
||||
Modules/Crm/Resources/metadata/streamDefs/Call.json
|
||||
|
|
|
|||
|
|
@ -334,6 +334,7 @@ application/Espo/Hooks/Pipeline/SetFields.php
|
|||
application/Espo/Hooks/Note/Mentions.php
|
||||
application/Espo/Hooks/Note/WebSocketSubmit.php
|
||||
application/Espo/Hooks/Note/StreamUpdatedAt.php
|
||||
application/Espo/Hooks/Note/SetFields.php
|
||||
application/Espo/Hooks/Note/Notifications.php
|
||||
application/Espo/Hooks/EmailFilter/CacheClearing.php
|
||||
application/Espo/Hooks/Portal/WriteConfig.php
|
||||
|
|
@ -1840,6 +1841,7 @@ application/Espo/Modules/Crm/Resources/metadata/scopes/DocumentFolder.json
|
|||
application/Espo/Modules/Crm/Resources/metadata/scopes/Reminder.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/scopes/Task.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/streamDefs/Meeting.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/streamDefs/Case.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/streamDefs/Call.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/streamDefs/Task.json
|
||||
application/Espo/Modules/Crm/Resources/metadata/logicDefs/Lead.json
|
||||
|
|
|
|||
|
|
@ -17439,6 +17439,12 @@ src/Websocket/Api/ForumAttributes.php
|
|||
Websocket/Api/ForumAttributes.php
|
||||
Api/ForumAttributes.php
|
||||
ForumAttributes.php
|
||||
extensions/realtime/src/Websocket/Api/PresenceChannelAuthorizer.php
|
||||
realtime/src/Websocket/Api/PresenceChannelAuthorizer.php
|
||||
src/Websocket/Api/PresenceChannelAuthorizer.php
|
||||
Websocket/Api/PresenceChannelAuthorizer.php
|
||||
Api/PresenceChannelAuthorizer.php
|
||||
PresenceChannelAuthorizer.php
|
||||
extensions/realtime/src/Websocket/Api/AuthController.php
|
||||
realtime/src/Websocket/Api/AuthController.php
|
||||
src/Websocket/Api/AuthController.php
|
||||
|
|
|
|||
|
|
@ -3009,6 +3009,7 @@ extensions/realtime/src/Websocket/Connection/TriggerEvent.php
|
|||
extensions/realtime/src/Websocket/Connection/Controller.php
|
||||
extensions/realtime/src/Websocket/Connection/FetchChannels.php
|
||||
extensions/realtime/src/Websocket/Api/ForumAttributes.php
|
||||
extensions/realtime/src/Websocket/Api/PresenceChannelAuthorizer.php
|
||||
extensions/realtime/src/Websocket/Api/AuthController.php
|
||||
extensions/realtime/src/Websocket/Channel/PresenceChannel.php
|
||||
extensions/realtime/src/Websocket/Channel/PrivateChannel.php
|
||||
|
|
|
|||
|
|
@ -10278,6 +10278,13 @@ core/test/integration/url-service.test.js
|
|||
test/integration/url-service.test.js
|
||||
integration/url-service.test.js
|
||||
url-service.test.js
|
||||
ghost/core/test/integration/services/welcome-email-automations/poll.test.js
|
||||
core/test/integration/services/welcome-email-automations/poll.test.js
|
||||
test/integration/services/welcome-email-automations/poll.test.js
|
||||
integration/services/welcome-email-automations/poll.test.js
|
||||
services/welcome-email-automations/poll.test.js
|
||||
welcome-email-automations/poll.test.js
|
||||
poll.test.js
|
||||
ghost/core/test/integration/services/last-seen-at-updater.test.js
|
||||
core/test/integration/services/last-seen-at-updater.test.js
|
||||
test/integration/services/last-seen-at-updater.test.js
|
||||
|
|
@ -14194,6 +14201,14 @@ adapters/scheduling/post-scheduling/post-scheduler.test.js
|
|||
scheduling/post-scheduling/post-scheduler.test.js
|
||||
post-scheduling/post-scheduler.test.js
|
||||
post-scheduler.test.js
|
||||
ghost/core/test/unit/server/services/welcome-email-automations/index.test.js
|
||||
core/test/unit/server/services/welcome-email-automations/index.test.js
|
||||
test/unit/server/services/welcome-email-automations/index.test.js
|
||||
unit/server/services/welcome-email-automations/index.test.js
|
||||
server/services/welcome-email-automations/index.test.js
|
||||
services/welcome-email-automations/index.test.js
|
||||
welcome-email-automations/index.test.js
|
||||
index.test.js
|
||||
ghost/core/test/unit/server/services/url/queue.test.js
|
||||
core/test/unit/server/services/url/queue.test.js
|
||||
test/unit/server/services/url/queue.test.js
|
||||
|
|
@ -14869,6 +14884,14 @@ server/services/gifts/gift-email-service.test.js
|
|||
services/gifts/gift-email-service.test.js
|
||||
gifts/gift-email-service.test.js
|
||||
gift-email-service.test.js
|
||||
ghost/core/test/unit/server/services/gifts/utils.ts
|
||||
core/test/unit/server/services/gifts/utils.ts
|
||||
test/unit/server/services/gifts/utils.ts
|
||||
unit/server/services/gifts/utils.ts
|
||||
server/services/gifts/utils.ts
|
||||
services/gifts/utils.ts
|
||||
gifts/utils.ts
|
||||
utils.ts
|
||||
ghost/core/test/unit/server/services/gifts/gift.test.ts
|
||||
core/test/unit/server/services/gifts/gift.test.ts
|
||||
test/unit/server/services/gifts/gift.test.ts
|
||||
|
|
@ -16031,6 +16054,16 @@ stripe/services/webhooks/subscription-event-service.test.js
|
|||
services/webhooks/subscription-event-service.test.js
|
||||
webhooks/subscription-event-service.test.js
|
||||
subscription-event-service.test.js
|
||||
ghost/core/test/unit/server/services/stripe/services/webhooks/charge-refunded-event-service.test.js
|
||||
core/test/unit/server/services/stripe/services/webhooks/charge-refunded-event-service.test.js
|
||||
test/unit/server/services/stripe/services/webhooks/charge-refunded-event-service.test.js
|
||||
unit/server/services/stripe/services/webhooks/charge-refunded-event-service.test.js
|
||||
server/services/stripe/services/webhooks/charge-refunded-event-service.test.js
|
||||
services/stripe/services/webhooks/charge-refunded-event-service.test.js
|
||||
stripe/services/webhooks/charge-refunded-event-service.test.js
|
||||
services/webhooks/charge-refunded-event-service.test.js
|
||||
webhooks/charge-refunded-event-service.test.js
|
||||
charge-refunded-event-service.test.js
|
||||
ghost/core/test/unit/server/services/email-analytics/email-analytics-service.test.js
|
||||
core/test/unit/server/services/email-analytics/email-analytics-service.test.js
|
||||
test/unit/server/services/email-analytics/email-analytics-service.test.js
|
||||
|
|
@ -18031,6 +18064,12 @@ test/unit/shared/max-limit-cap.test.js
|
|||
unit/shared/max-limit-cap.test.js
|
||||
shared/max-limit-cap.test.js
|
||||
max-limit-cap.test.js
|
||||
ghost/core/test/unit/shared/one-at-a-time.test.js
|
||||
core/test/unit/shared/one-at-a-time.test.js
|
||||
test/unit/shared/one-at-a-time.test.js
|
||||
unit/shared/one-at-a-time.test.js
|
||||
shared/one-at-a-time.test.js
|
||||
one-at-a-time.test.js
|
||||
ghost/core/test/unit/bin/create-migration.test.js
|
||||
core/test/unit/bin/create-migration.test.js
|
||||
test/unit/bin/create-migration.test.js
|
||||
|
|
@ -25014,6 +25053,28 @@ core/core/server/ghost-server.js
|
|||
core/server/ghost-server.js
|
||||
server/ghost-server.js
|
||||
ghost-server.js
|
||||
ghost/core/core/server/services/welcome-email-automations/events/start-automations-poll-event.js
|
||||
core/core/server/services/welcome-email-automations/events/start-automations-poll-event.js
|
||||
core/server/services/welcome-email-automations/events/start-automations-poll-event.js
|
||||
server/services/welcome-email-automations/events/start-automations-poll-event.js
|
||||
services/welcome-email-automations/events/start-automations-poll-event.js
|
||||
welcome-email-automations/events/start-automations-poll-event.js
|
||||
events/start-automations-poll-event.js
|
||||
start-automations-poll-event.js
|
||||
ghost/core/core/server/services/welcome-email-automations/index.js
|
||||
core/core/server/services/welcome-email-automations/index.js
|
||||
core/server/services/welcome-email-automations/index.js
|
||||
server/services/welcome-email-automations/index.js
|
||||
services/welcome-email-automations/index.js
|
||||
welcome-email-automations/index.js
|
||||
index.js
|
||||
ghost/core/core/server/services/welcome-email-automations/poll.js
|
||||
core/core/server/services/welcome-email-automations/poll.js
|
||||
core/server/services/welcome-email-automations/poll.js
|
||||
server/services/welcome-email-automations/poll.js
|
||||
services/welcome-email-automations/poll.js
|
||||
welcome-email-automations/poll.js
|
||||
poll.js
|
||||
ghost/core/core/server/services/url/config.js
|
||||
core/core/server/services/url/config.js
|
||||
core/server/services/url/config.js
|
||||
|
|
@ -25810,13 +25871,6 @@ server/services/email-service/sending-service.js
|
|||
services/email-service/sending-service.js
|
||||
email-service/sending-service.js
|
||||
sending-service.js
|
||||
ghost/core/core/server/services/email-service/email-body-cache.js
|
||||
core/core/server/services/email-service/email-body-cache.js
|
||||
core/server/services/email-service/email-body-cache.js
|
||||
server/services/email-service/email-body-cache.js
|
||||
services/email-service/email-body-cache.js
|
||||
email-service/email-body-cache.js
|
||||
email-body-cache.js
|
||||
ghost/core/core/server/services/email-service/helpers/register-helpers.js
|
||||
core/core/server/services/email-service/helpers/register-helpers.js
|
||||
core/server/services/email-service/helpers/register-helpers.js
|
||||
|
|
@ -27733,6 +27787,15 @@ stripe/services/webhook/subscription-event-service.js
|
|||
services/webhook/subscription-event-service.js
|
||||
webhook/subscription-event-service.js
|
||||
subscription-event-service.js
|
||||
ghost/core/core/server/services/stripe/services/webhook/charge-refunded-event-service.js
|
||||
core/core/server/services/stripe/services/webhook/charge-refunded-event-service.js
|
||||
core/server/services/stripe/services/webhook/charge-refunded-event-service.js
|
||||
server/services/stripe/services/webhook/charge-refunded-event-service.js
|
||||
services/stripe/services/webhook/charge-refunded-event-service.js
|
||||
stripe/services/webhook/charge-refunded-event-service.js
|
||||
services/webhook/charge-refunded-event-service.js
|
||||
webhook/charge-refunded-event-service.js
|
||||
charge-refunded-event-service.js
|
||||
ghost/core/core/server/services/stripe/services/webhook/invoice-event-service.js
|
||||
core/core/server/services/stripe/services/webhook/invoice-event-service.js
|
||||
core/server/services/stripe/services/webhook/invoice-event-service.js
|
||||
|
|
@ -30416,6 +30479,11 @@ core/core/shared/sentry-knex-tracing-integration.js
|
|||
core/shared/sentry-knex-tracing-integration.js
|
||||
shared/sentry-knex-tracing-integration.js
|
||||
sentry-knex-tracing-integration.js
|
||||
ghost/core/core/shared/one-at-a-time.js
|
||||
core/core/shared/one-at-a-time.js
|
||||
core/shared/one-at-a-time.js
|
||||
shared/one-at-a-time.js
|
||||
one-at-a-time.js
|
||||
ghost/core/core/shared/express.js
|
||||
core/core/shared/express.js
|
||||
core/shared/express.js
|
||||
|
|
|
|||
|
|
@ -1942,6 +1942,7 @@ ghost/core/test/integration/jobs/update-check.test.js
|
|||
ghost/core/test/integration/jobs/process-outbox.test.js
|
||||
ghost/core/test/integration/settings/settings.test.js
|
||||
ghost/core/test/integration/url-service.test.js
|
||||
ghost/core/test/integration/services/welcome-email-automations/poll.test.js
|
||||
ghost/core/test/integration/services/last-seen-at-updater.test.js
|
||||
ghost/core/test/integration/services/email-service/domain-warming.test.js
|
||||
ghost/core/test/integration/services/email-service/email-event-storage.test.js
|
||||
|
|
@ -2485,6 +2486,7 @@ ghost/core/test/unit/server/adapters/cache/memory.test.js
|
|||
ghost/core/test/unit/server/adapters/scheduling/utils.test.js
|
||||
ghost/core/test/unit/server/adapters/scheduling/scheduling-default.test.js
|
||||
ghost/core/test/unit/server/adapters/scheduling/post-scheduling/post-scheduler.test.js
|
||||
ghost/core/test/unit/server/services/welcome-email-automations/index.test.js
|
||||
ghost/core/test/unit/server/services/url/queue.test.js
|
||||
ghost/core/test/unit/server/services/url/local-file-cache.test.js
|
||||
ghost/core/test/unit/server/services/url/resources.test.js
|
||||
|
|
@ -2563,6 +2565,7 @@ ghost/core/test/unit/server/services/gifts/gift-bookshelf-repository.test.ts
|
|||
ghost/core/test/unit/server/services/gifts/gift-service.test.ts
|
||||
ghost/core/test/unit/server/services/gifts/gift-controller.test.ts
|
||||
ghost/core/test/unit/server/services/gifts/gift-email-service.test.js
|
||||
ghost/core/test/unit/server/services/gifts/utils.ts
|
||||
ghost/core/test/unit/server/services/gifts/gift.test.ts
|
||||
ghost/core/test/unit/server/services/members-events/event-storage.test.js
|
||||
ghost/core/test/unit/server/services/members-events/last-seen-at-updater.test.js
|
||||
|
|
@ -2700,6 +2703,7 @@ ghost/core/test/unit/server/services/stripe/config.test.js
|
|||
ghost/core/test/unit/server/services/stripe/services/webhooks/invoice-event-service.test.js
|
||||
ghost/core/test/unit/server/services/stripe/services/webhooks/checkout-session-event-service.test.js
|
||||
ghost/core/test/unit/server/services/stripe/services/webhooks/subscription-event-service.test.js
|
||||
ghost/core/test/unit/server/services/stripe/services/webhooks/charge-refunded-event-service.test.js
|
||||
ghost/core/test/unit/server/services/email-analytics/email-analytics-service.test.js
|
||||
ghost/core/test/unit/server/services/email-analytics/email-analytics-provider-mailgun.test.js
|
||||
ghost/core/test/unit/server/services/email-analytics/event-processing-result.test.js
|
||||
|
|
@ -2948,6 +2952,7 @@ ghost/core/test/unit/shared/events-ts/post-events.test.ts
|
|||
ghost/core/test/unit/shared/custom-theme-settings-cache/service.test.js
|
||||
ghost/core/test/unit/shared/custom-theme-settings-cache/cache.test.js
|
||||
ghost/core/test/unit/shared/max-limit-cap.test.js
|
||||
ghost/core/test/unit/shared/one-at-a-time.test.js
|
||||
ghost/core/test/unit/bin/create-migration.test.js
|
||||
ghost/core/types/ghost-storage-base.d.ts
|
||||
ghost/core/.eslintignore
|
||||
|
|
@ -3804,6 +3809,9 @@ ghost/core/core/server/adapters/scheduling/utils.js
|
|||
ghost/core/core/server/adapters/scheduling/scheduling-base.js
|
||||
ghost/core/core/server/overrides.js
|
||||
ghost/core/core/server/ghost-server.js
|
||||
ghost/core/core/server/services/welcome-email-automations/events/start-automations-poll-event.js
|
||||
ghost/core/core/server/services/welcome-email-automations/index.js
|
||||
ghost/core/core/server/services/welcome-email-automations/poll.js
|
||||
ghost/core/core/server/services/url/config.js
|
||||
ghost/core/core/server/services/url/urls.js
|
||||
ghost/core/core/server/services/url/url-generator.js
|
||||
|
|
@ -3911,7 +3919,6 @@ ghost/core/core/server/services/members-events/last-seen-at-updater.js
|
|||
ghost/core/core/server/services/email-service/email-event-storage.js
|
||||
ghost/core/core/server/services/email-service/email-service.js
|
||||
ghost/core/core/server/services/email-service/sending-service.js
|
||||
ghost/core/core/server/services/email-service/email-body-cache.js
|
||||
ghost/core/core/server/services/email-service/helpers/register-helpers.js
|
||||
ghost/core/core/server/services/email-service/events/email-unsubscribed-event.js
|
||||
ghost/core/core/server/services/email-service/events/email-delivered-event.js
|
||||
|
|
@ -4167,6 +4174,7 @@ ghost/core/core/server/services/stripe/index.js
|
|||
ghost/core/core/server/services/stripe/service.js
|
||||
ghost/core/core/server/services/stripe/services/webhook/checkout-session-event-service.js
|
||||
ghost/core/core/server/services/stripe/services/webhook/subscription-event-service.js
|
||||
ghost/core/core/server/services/stripe/services/webhook/charge-refunded-event-service.js
|
||||
ghost/core/core/server/services/stripe/services/webhook/invoice-event-service.js
|
||||
ghost/core/core/server/services/stripe/webhook-controller.js
|
||||
ghost/core/core/server/services/mentions-jobs/job-service.js
|
||||
|
|
@ -4556,6 +4564,7 @@ ghost/core/core/shared/custom-theme-settings-cache/custom-theme-settings-bread-s
|
|||
ghost/core/core/shared/custom-theme-settings-cache/custom-theme-settings-service.js
|
||||
ghost/core/core/shared/custom-theme-settings-cache/index.js
|
||||
ghost/core/core/shared/sentry-knex-tracing-integration.js
|
||||
ghost/core/core/shared/one-at-a-time.js
|
||||
ghost/core/core/shared/express.js
|
||||
ghost/core/core/shared/settings-cache/cache-manager.js
|
||||
ghost/core/core/shared/settings-cache/public.js
|
||||
|
|
|
|||
|
|
@ -119702,6 +119702,17 @@ web/js/dashboard/totals.js
|
|||
js/dashboard/totals.js
|
||||
dashboard/totals.js
|
||||
totals.js
|
||||
app/code/Magento/Backend/view/adminhtml/web/js/system/config/js-merge-notice.js
|
||||
code/Magento/Backend/view/adminhtml/web/js/system/config/js-merge-notice.js
|
||||
Magento/Backend/view/adminhtml/web/js/system/config/js-merge-notice.js
|
||||
Backend/view/adminhtml/web/js/system/config/js-merge-notice.js
|
||||
view/adminhtml/web/js/system/config/js-merge-notice.js
|
||||
adminhtml/web/js/system/config/js-merge-notice.js
|
||||
web/js/system/config/js-merge-notice.js
|
||||
js/system/config/js-merge-notice.js
|
||||
system/config/js-merge-notice.js
|
||||
config/js-merge-notice.js
|
||||
js-merge-notice.js
|
||||
app/code/Magento/Backend/view/adminhtml/web/js/validate-store.js
|
||||
code/Magento/Backend/view/adminhtml/web/js/validate-store.js
|
||||
Magento/Backend/view/adminhtml/web/js/validate-store.js
|
||||
|
|
@ -119924,6 +119935,14 @@ view/adminhtml/layout/adminhtml_system_design_index.xml
|
|||
adminhtml/layout/adminhtml_system_design_index.xml
|
||||
layout/adminhtml_system_design_index.xml
|
||||
adminhtml_system_design_index.xml
|
||||
app/code/Magento/Backend/view/adminhtml/layout/adminhtml_system_config_edit.xml
|
||||
code/Magento/Backend/view/adminhtml/layout/adminhtml_system_config_edit.xml
|
||||
Magento/Backend/view/adminhtml/layout/adminhtml_system_config_edit.xml
|
||||
Backend/view/adminhtml/layout/adminhtml_system_config_edit.xml
|
||||
view/adminhtml/layout/adminhtml_system_config_edit.xml
|
||||
adminhtml/layout/adminhtml_system_config_edit.xml
|
||||
layout/adminhtml_system_config_edit.xml
|
||||
adminhtml_system_config_edit.xml
|
||||
app/code/Magento/Backend/view/adminhtml/layout/adminhtml_dashboard_customersmost.xml
|
||||
code/Magento/Backend/view/adminhtml/layout/adminhtml_dashboard_customersmost.xml
|
||||
Magento/Backend/view/adminhtml/layout/adminhtml_dashboard_customersmost.xml
|
||||
|
|
@ -120220,6 +120239,16 @@ adminhtml/templates/dashboard/totalbar.phtml
|
|||
templates/dashboard/totalbar.phtml
|
||||
dashboard/totalbar.phtml
|
||||
totalbar.phtml
|
||||
app/code/Magento/Backend/view/adminhtml/templates/system/config/js_merge_notice.phtml
|
||||
code/Magento/Backend/view/adminhtml/templates/system/config/js_merge_notice.phtml
|
||||
Magento/Backend/view/adminhtml/templates/system/config/js_merge_notice.phtml
|
||||
Backend/view/adminhtml/templates/system/config/js_merge_notice.phtml
|
||||
view/adminhtml/templates/system/config/js_merge_notice.phtml
|
||||
adminhtml/templates/system/config/js_merge_notice.phtml
|
||||
templates/system/config/js_merge_notice.phtml
|
||||
system/config/js_merge_notice.phtml
|
||||
config/js_merge_notice.phtml
|
||||
js_merge_notice.phtml
|
||||
app/code/Magento/Backend/view/adminhtml/templates/system/shipping/applicable_country.phtml
|
||||
code/Magento/Backend/view/adminhtml/templates/system/shipping/applicable_country.phtml
|
||||
Magento/Backend/view/adminhtml/templates/system/shipping/applicable_country.phtml
|
||||
|
|
|
|||
|
|
@ -14047,6 +14047,7 @@ app/code/Magento/Backend/view/adminhtml/web/js/media-uploader.js
|
|||
app/code/Magento/Backend/view/adminhtml/web/js/bootstrap/editor.js
|
||||
app/code/Magento/Backend/view/adminhtml/web/js/dashboard/chart.js
|
||||
app/code/Magento/Backend/view/adminhtml/web/js/dashboard/totals.js
|
||||
app/code/Magento/Backend/view/adminhtml/web/js/system/config/js-merge-notice.js
|
||||
app/code/Magento/Backend/view/adminhtml/web/js/validate-store.js
|
||||
app/code/Magento/Backend/view/adminhtml/web/js/store-switcher.js
|
||||
app/code/Magento/Backend/view/adminhtml/web/js/delete-with-confirm.js
|
||||
|
|
@ -14073,6 +14074,7 @@ app/code/Magento/Backend/view/adminhtml/layout/adminhtml_dashboard_index.xml
|
|||
app/code/Magento/Backend/view/adminhtml/layout/adminhtml_system_design_grid_block.xml
|
||||
app/code/Magento/Backend/view/adminhtml/layout/adminhtml_denied.xml
|
||||
app/code/Magento/Backend/view/adminhtml/layout/adminhtml_system_design_index.xml
|
||||
app/code/Magento/Backend/view/adminhtml/layout/adminhtml_system_config_edit.xml
|
||||
app/code/Magento/Backend/view/adminhtml/layout/adminhtml_dashboard_customersmost.xml
|
||||
app/code/Magento/Backend/view/adminhtml/layout/adminhtml_system_store_grid_block.xml
|
||||
app/code/Magento/Backend/view/adminhtml/layout/empty.xml
|
||||
|
|
@ -14106,6 +14108,7 @@ app/code/Magento/Backend/view/adminhtml/templates/dashboard/index.phtml
|
|||
app/code/Magento/Backend/view/adminhtml/templates/dashboard/searches.phtml
|
||||
app/code/Magento/Backend/view/adminhtml/templates/dashboard/store/switcher.phtml
|
||||
app/code/Magento/Backend/view/adminhtml/templates/dashboard/totalbar.phtml
|
||||
app/code/Magento/Backend/view/adminhtml/templates/system/config/js_merge_notice.phtml
|
||||
app/code/Magento/Backend/view/adminhtml/templates/system/shipping/applicable_country.phtml
|
||||
app/code/Magento/Backend/view/adminhtml/templates/system/search.phtml
|
||||
app/code/Magento/Backend/view/adminhtml/templates/system/autocomplete.phtml
|
||||
|
|
|
|||
|
|
@ -67224,6 +67224,15 @@ BO/03_catalog/07_discounts/03_discountV2/04_minimumPurchaseAmountOnFreeShipping.
|
|||
07_discounts/03_discountV2/04_minimumPurchaseAmountOnFreeShipping.ts
|
||||
03_discountV2/04_minimumPurchaseAmountOnFreeShipping.ts
|
||||
04_minimumPurchaseAmountOnFreeShipping.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/05_CRUDCountry.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/05_CRUDCountry.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/05_CRUDCountry.ts
|
||||
functional/BO/03_catalog/07_discounts/02_catalogPriceRules/05_CRUDCountry.ts
|
||||
BO/03_catalog/07_discounts/02_catalogPriceRules/05_CRUDCountry.ts
|
||||
03_catalog/07_discounts/02_catalogPriceRules/05_CRUDCountry.ts
|
||||
07_discounts/02_catalogPriceRules/05_CRUDCountry.ts
|
||||
02_catalogPriceRules/05_CRUDCountry.ts
|
||||
05_CRUDCountry.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/01_CRUDCatalogPriceRule.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/01_CRUDCatalogPriceRule.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/01_CRUDCatalogPriceRule.ts
|
||||
|
|
|
|||
|
|
@ -11048,6 +11048,7 @@ tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/09_trigge
|
|||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/10_withAndWithoutPromoCode.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/06_setPeriod.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/03_discountV2/04_minimumPurchaseAmountOnFreeShipping.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/05_CRUDCountry.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/01_CRUDCatalogPriceRule.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/09_reductionType.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/02_catalogPriceRules/03_bulkActions.ts
|
||||
|
|
|
|||
|
|
@ -86378,6 +86378,11 @@ Core/Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
|
|||
Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
|
||||
V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
|
||||
Migration1720603803RemoveDefaultPaymentMethodRule.php
|
||||
src/Core/Migration/V6_7/Migration1774366000MigrateLineItemStockRuleCondition.php
|
||||
Core/Migration/V6_7/Migration1774366000MigrateLineItemStockRuleCondition.php
|
||||
Migration/V6_7/Migration1774366000MigrateLineItemStockRuleCondition.php
|
||||
V6_7/Migration1774366000MigrateLineItemStockRuleCondition.php
|
||||
Migration1774366000MigrateLineItemStockRuleCondition.php
|
||||
src/Core/Migration/V6_7/Migration1773112488SetDefaultCmsPageIdForCategories.php
|
||||
Core/Migration/V6_7/Migration1773112488SetDefaultCmsPageIdForCategories.php
|
||||
Migration/V6_7/Migration1773112488SetDefaultCmsPageIdForCategories.php
|
||||
|
|
@ -136861,6 +136866,11 @@ migration/Core/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequiredTe
|
|||
Core/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequiredTest.php
|
||||
V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequiredTest.php
|
||||
Migration1697112044PaymentAndShippingTechnicalNameRequiredTest.php
|
||||
tests/migration/Core/V6_7/Migration1774366000MigrateLineItemStockRuleConditionTest.php
|
||||
migration/Core/V6_7/Migration1774366000MigrateLineItemStockRuleConditionTest.php
|
||||
Core/V6_7/Migration1774366000MigrateLineItemStockRuleConditionTest.php
|
||||
V6_7/Migration1774366000MigrateLineItemStockRuleConditionTest.php
|
||||
Migration1774366000MigrateLineItemStockRuleConditionTest.php
|
||||
tests/migration/Core/V6_7/Migration1742484083TransitionToAddressInputFieldArrangementTest.php
|
||||
migration/Core/V6_7/Migration1742484083TransitionToAddressInputFieldArrangementTest.php
|
||||
Core/V6_7/Migration1742484083TransitionToAddressInputFieldArrangementTest.php
|
||||
|
|
|
|||
|
|
@ -13017,6 +13017,7 @@ src/Core/Migration/V6_7/Migration1754398573ChangeAllLineItemsRuleValueType.php
|
|||
src/Core/Migration/V6_7/Migration1756068711FixOrderAddressFirstNameLength.php
|
||||
src/Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
||||
src/Core/Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
|
||||
src/Core/Migration/V6_7/Migration1774366000MigrateLineItemStockRuleCondition.php
|
||||
src/Core/Migration/V6_7/Migration1773112488SetDefaultCmsPageIdForCategories.php
|
||||
src/Core/Migration/V6_7/Migration1765376847SetDefaultSystemConfigLoadPreviewsOnSearch.php
|
||||
src/Core/Migration/V6_7/Migration1775200001IncreaseProductDisplayGroupLength.php
|
||||
|
|
@ -20726,6 +20727,7 @@ tests/migration/Core/V6_7/Migration1752219159AddLanguageActiveTest.php
|
|||
tests/migration/Core/V6_7/Migration1773824493AddProviderColumnToProductExportTest.php
|
||||
tests/migration/Core/V6_7/Migration1740321707SetAutoplayTimeoutAndSpeedSettingsForProductSliderTest.php
|
||||
tests/migration/Core/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequiredTest.php
|
||||
tests/migration/Core/V6_7/Migration1774366000MigrateLineItemStockRuleConditionTest.php
|
||||
tests/migration/Core/V6_7/Migration1742484083TransitionToAddressInputFieldArrangementTest.php
|
||||
tests/migration/Core/V6_7/Migration1752750086AddIndexToOrderLineItemCreateAndUpdateTest.php
|
||||
tests/migration/Core/V6_7/Migration1754398573ChangeAllLineItemsRuleValueTypeTest.php
|
||||
|
|
|
|||
|
|
@ -19540,6 +19540,14 @@ src/controllers/__tests__/relations.test.ts
|
|||
controllers/__tests__/relations.test.ts
|
||||
__tests__/relations.test.ts
|
||||
relations.test.ts
|
||||
packages/core/content-manager/server/src/controllers/__tests__/countDraftRelations.test.ts
|
||||
core/content-manager/server/src/controllers/__tests__/countDraftRelations.test.ts
|
||||
content-manager/server/src/controllers/__tests__/countDraftRelations.test.ts
|
||||
server/src/controllers/__tests__/countDraftRelations.test.ts
|
||||
src/controllers/__tests__/countDraftRelations.test.ts
|
||||
controllers/__tests__/countDraftRelations.test.ts
|
||||
__tests__/countDraftRelations.test.ts
|
||||
countDraftRelations.test.ts
|
||||
packages/core/content-manager/server/src/controllers/__tests__/status-lookup.test.ts
|
||||
core/content-manager/server/src/controllers/__tests__/status-lookup.test.ts
|
||||
content-manager/server/src/controllers/__tests__/status-lookup.test.ts
|
||||
|
|
|
|||
|
|
@ -2817,6 +2817,7 @@ packages/core/content-manager/server/src/middlewares/routing.ts
|
|||
packages/core/content-manager/server/src/controllers/init.ts
|
||||
packages/core/content-manager/server/src/controllers/index.ts
|
||||
packages/core/content-manager/server/src/controllers/__tests__/relations.test.ts
|
||||
packages/core/content-manager/server/src/controllers/__tests__/countDraftRelations.test.ts
|
||||
packages/core/content-manager/server/src/controllers/__tests__/status-lookup.test.ts
|
||||
packages/core/content-manager/server/src/controllers/__tests__/content-types.test.ts
|
||||
packages/core/content-manager/server/src/controllers/relations.ts
|
||||
|
|
|
|||
|
|
@ -5426,6 +5426,10 @@ src/Umbraco.Core/Notifications/DataTypeMovedNotification.cs
|
|||
Umbraco.Core/Notifications/DataTypeMovedNotification.cs
|
||||
Notifications/DataTypeMovedNotification.cs
|
||||
DataTypeMovedNotification.cs
|
||||
src/Umbraco.Core/Notifications/MemberLoginFailedNotification.cs
|
||||
Umbraco.Core/Notifications/MemberLoginFailedNotification.cs
|
||||
Notifications/MemberLoginFailedNotification.cs
|
||||
MemberLoginFailedNotification.cs
|
||||
src/Umbraco.Core/Notifications/DataTypeSavingNotification.cs
|
||||
Umbraco.Core/Notifications/DataTypeSavingNotification.cs
|
||||
Notifications/DataTypeSavingNotification.cs
|
||||
|
|
@ -5490,6 +5494,10 @@ src/Umbraco.Core/Notifications/RelationDeletedNotification.cs
|
|||
Umbraco.Core/Notifications/RelationDeletedNotification.cs
|
||||
Notifications/RelationDeletedNotification.cs
|
||||
RelationDeletedNotification.cs
|
||||
src/Umbraco.Core/Notifications/MemberNotification.cs
|
||||
Umbraco.Core/Notifications/MemberNotification.cs
|
||||
Notifications/MemberNotification.cs
|
||||
MemberNotification.cs
|
||||
src/Umbraco.Core/Notifications/StylesheetDeletedNotification.cs
|
||||
Umbraco.Core/Notifications/StylesheetDeletedNotification.cs
|
||||
Notifications/StylesheetDeletedNotification.cs
|
||||
|
|
@ -5502,6 +5510,10 @@ src/Umbraco.Core/Notifications/ContentTreeChangeNotification.cs
|
|||
Umbraco.Core/Notifications/ContentTreeChangeNotification.cs
|
||||
Notifications/ContentTreeChangeNotification.cs
|
||||
ContentTreeChangeNotification.cs
|
||||
src/Umbraco.Core/Notifications/MemberLogoutSuccessNotification.cs
|
||||
Umbraco.Core/Notifications/MemberLogoutSuccessNotification.cs
|
||||
Notifications/MemberLogoutSuccessNotification.cs
|
||||
MemberLogoutSuccessNotification.cs
|
||||
src/Umbraco.Core/Notifications/ContentTypeChangeNotification.cs
|
||||
Umbraco.Core/Notifications/ContentTypeChangeNotification.cs
|
||||
Notifications/ContentTypeChangeNotification.cs
|
||||
|
|
@ -5638,6 +5650,10 @@ src/Umbraco.Core/Notifications/SavedNotification.cs
|
|||
Umbraco.Core/Notifications/SavedNotification.cs
|
||||
Notifications/SavedNotification.cs
|
||||
SavedNotification.cs
|
||||
src/Umbraco.Core/Notifications/MemberLoginFailedReason.cs
|
||||
Umbraco.Core/Notifications/MemberLoginFailedReason.cs
|
||||
Notifications/MemberLoginFailedReason.cs
|
||||
MemberLoginFailedReason.cs
|
||||
src/Umbraco.Core/Notifications/ScopedEntityRemoveNotification.cs
|
||||
Umbraco.Core/Notifications/ScopedEntityRemoveNotification.cs
|
||||
Notifications/ScopedEntityRemoveNotification.cs
|
||||
|
|
@ -5934,6 +5950,10 @@ src/Umbraco.Core/Notifications/WebhookDeletingNotification.cs
|
|||
Umbraco.Core/Notifications/WebhookDeletingNotification.cs
|
||||
Notifications/WebhookDeletingNotification.cs
|
||||
WebhookDeletingNotification.cs
|
||||
src/Umbraco.Core/Notifications/MemberLoginSuccessNotification.cs
|
||||
Umbraco.Core/Notifications/MemberLoginSuccessNotification.cs
|
||||
Notifications/MemberLoginSuccessNotification.cs
|
||||
MemberLoginSuccessNotification.cs
|
||||
src/Umbraco.Core/Notifications/ContentSavedBlueprintNotification.cs
|
||||
Umbraco.Core/Notifications/ContentSavedBlueprintNotification.cs
|
||||
Notifications/ContentSavedBlueprintNotification.cs
|
||||
|
|
|
|||
|
|
@ -1274,6 +1274,7 @@ src/Umbraco.Core/Notifications/RenamingNotification.cs
|
|||
src/Umbraco.Core/Notifications/UserPasswordResetNotification.cs
|
||||
src/Umbraco.Core/Notifications/DomainSavedNotification.cs
|
||||
src/Umbraco.Core/Notifications/DataTypeMovedNotification.cs
|
||||
src/Umbraco.Core/Notifications/MemberLoginFailedNotification.cs
|
||||
src/Umbraco.Core/Notifications/DataTypeSavingNotification.cs
|
||||
src/Umbraco.Core/Notifications/StylesheetSavingNotification.cs
|
||||
src/Umbraco.Core/Notifications/MovedNotification.cs
|
||||
|
|
@ -1290,9 +1291,11 @@ src/Umbraco.Core/Notifications/RelationTypeCacheRefresherNotification.cs
|
|||
src/Umbraco.Core/Notifications/UmbracoRequestEndNotification.cs
|
||||
src/Umbraco.Core/Notifications/ContentEmptyingRecycleBinNotification.cs
|
||||
src/Umbraco.Core/Notifications/RelationDeletedNotification.cs
|
||||
src/Umbraco.Core/Notifications/MemberNotification.cs
|
||||
src/Umbraco.Core/Notifications/StylesheetDeletedNotification.cs
|
||||
src/Umbraco.Core/Notifications/UserGroupWithUsersSavedNotification.cs
|
||||
src/Umbraco.Core/Notifications/ContentTreeChangeNotification.cs
|
||||
src/Umbraco.Core/Notifications/MemberLogoutSuccessNotification.cs
|
||||
src/Umbraco.Core/Notifications/ContentTypeChangeNotification.cs
|
||||
src/Umbraco.Core/Notifications/DictionaryItemDeletingNotification.cs
|
||||
src/Umbraco.Core/Notifications/MemberGroupCacheRefresherNotification.cs
|
||||
|
|
@ -1327,6 +1330,7 @@ src/Umbraco.Core/Notifications/ObjectNotification.cs
|
|||
src/Umbraco.Core/Notifications/ContentMovingNotification.cs
|
||||
src/Umbraco.Core/Notifications/SortedNotification.cs
|
||||
src/Umbraco.Core/Notifications/SavedNotification.cs
|
||||
src/Umbraco.Core/Notifications/MemberLoginFailedReason.cs
|
||||
src/Umbraco.Core/Notifications/ScopedEntityRemoveNotification.cs
|
||||
src/Umbraco.Core/Notifications/EntityContainerSavedNotification.cs
|
||||
src/Umbraco.Core/Notifications/LanguageDeletingNotification.cs
|
||||
|
|
@ -1401,6 +1405,7 @@ src/Umbraco.Core/Notifications/ContentSavedNotification.cs
|
|||
src/Umbraco.Core/Notifications/MemberTypeDeletingNotification.cs
|
||||
src/Umbraco.Core/Notifications/SavingNotification.cs
|
||||
src/Umbraco.Core/Notifications/WebhookDeletingNotification.cs
|
||||
src/Umbraco.Core/Notifications/MemberLoginSuccessNotification.cs
|
||||
src/Umbraco.Core/Notifications/ContentSavedBlueprintNotification.cs
|
||||
src/Umbraco.Core/Notifications/NotificationExtensions.cs
|
||||
src/Umbraco.Core/Notifications/ScriptSavedNotification.cs
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -451,6 +451,18 @@ lib/ai/provider/open_ai_spec.rb
|
|||
ai/provider/open_ai_spec.rb
|
||||
provider/open_ai_spec.rb
|
||||
open_ai_spec.rb
|
||||
spec/lib/ai/provider/shared_examples/model_supports_temperature.rb
|
||||
lib/ai/provider/shared_examples/model_supports_temperature.rb
|
||||
ai/provider/shared_examples/model_supports_temperature.rb
|
||||
provider/shared_examples/model_supports_temperature.rb
|
||||
shared_examples/model_supports_temperature.rb
|
||||
model_supports_temperature.rb
|
||||
spec/lib/ai/provider/shared_examples/check_temperature_support.rb
|
||||
lib/ai/provider/shared_examples/check_temperature_support.rb
|
||||
ai/provider/shared_examples/check_temperature_support.rb
|
||||
provider/shared_examples/check_temperature_support.rb
|
||||
shared_examples/check_temperature_support.rb
|
||||
check_temperature_support.rb
|
||||
spec/lib/ai/provider/shared_examples/ping.rb
|
||||
lib/ai/provider/shared_examples/ping.rb
|
||||
ai/provider/shared_examples/ping.rb
|
||||
|
|
@ -12679,6 +12691,11 @@ lib/db_helper.rb
|
|||
db_helper.rb
|
||||
lib/websocket_server.rb
|
||||
websocket_server.rb
|
||||
lib/ai/provider/concerns/has_models_without_temperature_fallback.rb
|
||||
ai/provider/concerns/has_models_without_temperature_fallback.rb
|
||||
provider/concerns/has_models_without_temperature_fallback.rb
|
||||
concerns/has_models_without_temperature_fallback.rb
|
||||
has_models_without_temperature_fallback.rb
|
||||
lib/ai/provider/concerns/has_configurable_model.rb
|
||||
ai/provider/concerns/has_configurable_model.rb
|
||||
provider/concerns/has_configurable_model.rb
|
||||
|
|
@ -16954,6 +16971,14 @@ ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_mode
|
|||
provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_does_exchange_data_with_open_ai_endpoint.yml
|
||||
open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_does_exchange_data_with_open_ai_endpoint.yml
|
||||
ai_provider_openai_when_specifying_a_model_with_a_valid_model_does_exchange_data_with_open_ai_endpoint.yml
|
||||
test/data/vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_model_temperature_support_flag_set_to_false_does_exchange_data_with_open_ai_endpoint_without_temperature.yml
|
||||
data/vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_model_temperature_support_flag_set_to_false_does_exchange_data_with_open_ai_endpoint_without_temperature.yml
|
||||
vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_model_temperature_support_flag_set_to_false_does_exchange_data_with_open_ai_endpoint_without_temperature.yml
|
||||
lib/ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_model_temperature_support_flag_set_to_false_does_exchange_data_with_open_ai_endpoint_without_temperature.yml
|
||||
ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_model_temperature_support_flag_set_to_false_does_exchange_data_with_open_ai_endpoint_without_temperature.yml
|
||||
provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_model_temperature_support_flag_set_to_false_does_exchange_data_with_open_ai_endpoint_without_temperature.yml
|
||||
open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_model_temperature_support_flag_set_to_false_does_exchange_data_with_open_ai_endpoint_without_temperature.yml
|
||||
ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_model_temperature_support_flag_set_to_false_does_exchange_data_with_open_ai_endpoint_without_temperature.yml
|
||||
test/data/vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_a_model_that_does_not_support_temperature_does_exchange_data_with_open_ai_endpoint.yml
|
||||
data/vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_a_model_that_does_not_support_temperature_does_exchange_data_with_open_ai_endpoint.yml
|
||||
vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_a_model_that_does_not_support_temperature_does_exchange_data_with_open_ai_endpoint.yml
|
||||
|
|
@ -19514,6 +19539,9 @@ browserlist
|
|||
Rakefile
|
||||
.markdownlint.yml
|
||||
.npmrc
|
||||
.claude/hooks/regenerate-after-edit.sh
|
||||
hooks/regenerate-after-edit.sh
|
||||
regenerate-after-edit.sh
|
||||
.claude/hooks/lint-after-edit.sh
|
||||
hooks/lint-after-edit.sh
|
||||
lint-after-edit.sh
|
||||
|
|
|
|||
|
|
@ -93,6 +93,8 @@ spec/lib/active_model/errors_spec.rb
|
|||
spec/lib/ai/provider/anthropic_spec.rb
|
||||
spec/lib/ai/provider/mistral_spec.rb
|
||||
spec/lib/ai/provider/open_ai_spec.rb
|
||||
spec/lib/ai/provider/shared_examples/model_supports_temperature.rb
|
||||
spec/lib/ai/provider/shared_examples/check_temperature_support.rb
|
||||
spec/lib/ai/provider/shared_examples/ping.rb
|
||||
spec/lib/ai/provider/azure_spec.rb
|
||||
spec/lib/ai/provider/zammad_ai_spec.rb
|
||||
|
|
@ -2604,6 +2606,7 @@ lib/password_hash.rb
|
|||
lib/telegram_helper.rb
|
||||
lib/db_helper.rb
|
||||
lib/websocket_server.rb
|
||||
lib/ai/provider/concerns/has_models_without_temperature_fallback.rb
|
||||
lib/ai/provider/concerns/has_configurable_model.rb
|
||||
lib/ai/provider/concerns/handles_response.rb
|
||||
lib/ai/provider/concerns/handles_open_ai_messages.rb
|
||||
|
|
@ -3396,6 +3399,7 @@ test/data/vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_specifyi
|
|||
test/data/vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_without_a_model_does_exchange_data_with_open_ai_endpoint.yml
|
||||
test/data/vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_metadata_is_extracted_stores_metadata_from_response.yml
|
||||
test/data/vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_does_exchange_data_with_open_ai_endpoint.yml
|
||||
test/data/vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_model_temperature_support_flag_set_to_false_does_exchange_data_with_open_ai_endpoint_without_temperature.yml
|
||||
test/data/vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_specifying_a_model_with_a_valid_model_with_a_model_that_does_not_support_temperature_does_exchange_data_with_open_ai_endpoint.yml
|
||||
test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_does_exchange_data_with_zammadai_endpoint.yml
|
||||
test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_when_metadata_is_extracted_stores_metadata_from_response.yml
|
||||
|
|
@ -3887,6 +3891,7 @@ browserlist
|
|||
Rakefile
|
||||
.markdownlint.yml
|
||||
.npmrc
|
||||
.claude/hooks/regenerate-after-edit.sh
|
||||
.claude/hooks/lint-after-edit.sh
|
||||
.claude/settings.json
|
||||
.eslint-plugin-zammad/lib/rules/zammad-copyright.js
|
||||
|
|
|
|||
|
|
@ -88,10 +88,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -99,12 +95,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/milestones/new
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -113,23 +106,10 @@ $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
|
||||
|
|
@ -153,12 +133,10 @@ $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?
|
||||
|
|
@ -197,13 +175,10 @@ $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
|
||||
|
|
@ -211,8 +186,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
|
@ -242,15 +215,11 @@ $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
|
||||
|
|
@ -367,7 +336,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?set_mobile=
|
||||
?share=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -461,8 +429,6 @@ 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
|
||||
|
|
@ -530,8 +496,6 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -629,12 +593,10 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/learn
|
||||
ads/local
|
||||
|
|
@ -645,7 +607,6 @@ advisor/*zx1fa
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
ai-sandbox-internal/generated_images
|
||||
aihub/tfhub
|
||||
|
|
@ -702,9 +663,7 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -785,7 +744,6 @@ author/following
|
|||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
|
|
@ -838,10 +796,6 @@ blogs/nationals-journal-beta
|
|||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/?term=
|
||||
|
|
@ -863,33 +817,12 @@ 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
|
||||
|
|
@ -920,7 +853,6 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
chwilio
|
||||
|
|
@ -941,7 +873,6 @@ clima/ets
|
|||
clima/sites/registry
|
||||
clinvar/?term=
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -960,22 +891,17 @@ 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*
|
||||
|
|
@ -983,19 +909,13 @@ 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?
|
||||
|
|
@ -1013,19 +933,11 @@ 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
|
||||
|
|
@ -1052,10 +964,8 @@ 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
|
||||
|
|
@ -1145,8 +1055,6 @@ earth/social
|
|||
ebook
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1159,7 +1067,6 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1221,7 +1128,6 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
|
|
@ -1306,17 +1212,13 @@ 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
|
||||
|
|
@ -1354,8 +1256,6 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1439,8 +1339,6 @@ global$
|
|||
gog
|
||||
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
|
||||
google.internal.maps.mapsjs.v1.MapsJsInternalService
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gorf
|
||||
gp
|
||||
|
|
@ -1555,7 +1453,6 @@ gtr/?term=
|
|||
guidebooks
|
||||
gview
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
he-il.www.cloudflare.com
|
||||
|
|
@ -1583,12 +1480,9 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
home$
|
||||
home?
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1600,10 +1494,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://archive.org/robots.txt
|
||||
http://calendar.google.com/robots.txt
|
||||
http://linkedin.com/robots.txt
|
||||
http://npr.org/robots.txt
|
||||
http://blog.google/robots.txt
|
||||
http://discord.gg/robots.txt
|
||||
http://dropbox.com/robots.txt
|
||||
http://ec.europa.eu/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1617,9 +1511,6 @@ 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/
|
||||
|
|
@ -1662,17 +1553,14 @@ 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
|
||||
|
|
@ -1710,8 +1598,6 @@ 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
|
||||
|
|
@ -1754,7 +1640,6 @@ ko/ott
|
|||
ko/solutions
|
||||
ko/upload
|
||||
ko/vimeo-academy
|
||||
kwanzaa-spotlight
|
||||
l.php
|
||||
labs-code
|
||||
labs/pmc
|
||||
|
|
@ -1790,15 +1675,12 @@ 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
|
||||
|
|
@ -1977,7 +1859,6 @@ 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
|
||||
|
|
@ -1988,7 +1869,6 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -2002,7 +1882,6 @@ nl-nl/searchresults
|
|||
nlmcatalog/?term=
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
nuccore/?term=
|
||||
nus-trk
|
||||
|
|
@ -2010,15 +1889,11 @@ 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
|
||||
|
|
@ -2050,11 +1925,8 @@ 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
|
||||
|
|
@ -2090,45 +1962,11 @@ 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
|
||||
|
|
@ -2175,7 +2013,6 @@ posttv/posttv/trendex
|
|||
posttv/sponsored-video
|
||||
ppl
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2184,8 +2021,6 @@ previewtemplate
|
|||
print
|
||||
privacy-policy
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2244,13 +2079,11 @@ 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
|
||||
|
|
@ -2259,7 +2092,6 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recipes/*?q=
|
||||
recipes/search
|
||||
reconnect
|
||||
|
|
@ -2274,9 +2106,6 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2284,13 +2113,9 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
results
|
||||
retail
|
||||
|
|
@ -2330,7 +2155,6 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safety
|
||||
safetycheck
|
||||
salary-explorer/api
|
||||
|
|
@ -2376,7 +2200,6 @@ 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
|
||||
|
|
@ -2408,7 +2231,6 @@ shop/productpage
|
|||
shop/topics
|
||||
shop/view/product
|
||||
shop?*
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2711,12 +2533,10 @@ 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/
|
||||
|
|
@ -2734,7 +2554,6 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
|
|
@ -2794,10 +2613,6 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
storyworks/preview
|
||||
structure/?term=
|
||||
styles/js-on.css$
|
||||
|
|
@ -2824,7 +2639,6 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
|
|
@ -2842,7 +2656,6 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2850,7 +2663,6 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2899,9 +2711,7 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -2993,7 +2803,6 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -3010,14 +2819,9 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-lens-image
|
||||
upload-lens-image-history
|
||||
upload-shuffle-draft
|
||||
urchin_test
|
||||
url
|
||||
user
|
||||
|
|
@ -3034,11 +2838,9 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verified-authors
|
||||
verify_age
|
||||
|
|
@ -3085,9 +2887,6 @@ webapps/xo/html/cookiecheck.html
|
|||
webapps/xoonboarding
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget/cr
|
||||
|
|
@ -3473,7 +3272,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://policies.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3685,7 +3484,6 @@ 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