[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-12-05 10:08:05 +00:00
parent 285e703cc8
commit 1a8a971455
26 changed files with 3092 additions and 4756 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1764819138 "last_update": 1764819138
}, },
"Trickest wordlist update": { "Trickest wordlist update": {
"last_update": 1764842884 "last_update": 1764929275
} }
} }

View file

@ -709,12 +709,16 @@ tall-sheep-write.md
silver-steaks-tease.md silver-steaks-tease.md
.changeset/petite-beds-rhyme.md .changeset/petite-beds-rhyme.md
petite-beds-rhyme.md petite-beds-rhyme.md
.changeset/orange-rats-burn.md
orange-rats-burn.md
.changeset/fair-parents-film.md .changeset/fair-parents-film.md
fair-parents-film.md fair-parents-film.md
.changeset/mighty-facts-study.md .changeset/mighty-facts-study.md
mighty-facts-study.md mighty-facts-study.md
.changeset/large-adults-repair.md .changeset/large-adults-repair.md
large-adults-repair.md large-adults-repair.md
.changeset/stale-onions-attend.md
stale-onions-attend.md
.changeset/config.json .changeset/config.json
config.json config.json
.dockerignore .dockerignore

View file

@ -128,9 +128,11 @@ pnpm-lock.yaml
.changeset/tall-sheep-write.md .changeset/tall-sheep-write.md
.changeset/silver-steaks-tease.md .changeset/silver-steaks-tease.md
.changeset/petite-beds-rhyme.md .changeset/petite-beds-rhyme.md
.changeset/orange-rats-burn.md
.changeset/fair-parents-film.md .changeset/fair-parents-film.md
.changeset/mighty-facts-study.md .changeset/mighty-facts-study.md
.changeset/large-adults-repair.md .changeset/large-adults-repair.md
.changeset/stale-onions-attend.md
.changeset/config.json .changeset/config.json
.dockerignore .dockerignore
security.md security.md

View file

@ -336,6 +336,10 @@ erpnext/patches/v16_0/__init__.py
patches/v16_0/__init__.py patches/v16_0/__init__.py
v16_0/__init__.py v16_0/__init__.py
__init__.py __init__.py
erpnext/patches/v16_0/migrate_account_freezing_settings_to_company.py
patches/v16_0/migrate_account_freezing_settings_to_company.py
v16_0/migrate_account_freezing_settings_to_company.py
migrate_account_freezing_settings_to_company.py
erpnext/patches/v16_0/rename_subcontracted_quantity.py erpnext/patches/v16_0/rename_subcontracted_quantity.py
patches/v16_0/rename_subcontracted_quantity.py patches/v16_0/rename_subcontracted_quantity.py
v16_0/rename_subcontracted_quantity.py v16_0/rename_subcontracted_quantity.py

View file

@ -97,6 +97,7 @@ erpnext/patches/v16_0/set_posting_datetime_for_sabb_and_drop_indexes.py
erpnext/patches/v16_0/update_serial_no_reference_name.py erpnext/patches/v16_0/update_serial_no_reference_name.py
erpnext/patches/v16_0/add_new_stock_entry_types.py erpnext/patches/v16_0/add_new_stock_entry_types.py
erpnext/patches/v16_0/__init__.py erpnext/patches/v16_0/__init__.py
erpnext/patches/v16_0/migrate_account_freezing_settings_to_company.py
erpnext/patches/v16_0/rename_subcontracted_quantity.py erpnext/patches/v16_0/rename_subcontracted_quantity.py
erpnext/patches/v16_0/set_invoice_type_in_pos_settings.py erpnext/patches/v16_0/set_invoice_type_in_pos_settings.py
erpnext/patches/v16_0/set_valuation_method_on_companies.py erpnext/patches/v16_0/set_valuation_method_on_companies.py

View file

@ -24824,6 +24824,11 @@ Espo/Hooks/LeadCapture/ClearCache.php
Hooks/LeadCapture/ClearCache.php Hooks/LeadCapture/ClearCache.php
LeadCapture/ClearCache.php LeadCapture/ClearCache.php
ClearCache.php ClearCache.php
application/Espo/Hooks/Email/NoteRemove.php
Espo/Hooks/Email/NoteRemove.php
Hooks/Email/NoteRemove.php
Email/NoteRemove.php
NoteRemove.php
application/Espo/Hooks/Notification/WebSocketSubmit.php application/Espo/Hooks/Notification/WebSocketSubmit.php
Espo/Hooks/Notification/WebSocketSubmit.php Espo/Hooks/Notification/WebSocketSubmit.php
Hooks/Notification/WebSocketSubmit.php Hooks/Notification/WebSocketSubmit.php
@ -35721,12 +35726,25 @@ Mail/Account/Storage/ParamsBuilder.php
Account/Storage/ParamsBuilder.php Account/Storage/ParamsBuilder.php
Storage/ParamsBuilder.php Storage/ParamsBuilder.php
ParamsBuilder.php ParamsBuilder.php
application/Espo/Core/Mail/Account/Storage/Handler.php
Espo/Core/Mail/Account/Storage/Handler.php
Core/Mail/Account/Storage/Handler.php
Mail/Account/Storage/Handler.php
Account/Storage/Handler.php
Storage/Handler.php
Handler.php
application/Espo/Core/Mail/Account/Storage.php application/Espo/Core/Mail/Account/Storage.php
Espo/Core/Mail/Account/Storage.php Espo/Core/Mail/Account/Storage.php
Core/Mail/Account/Storage.php Core/Mail/Account/Storage.php
Mail/Account/Storage.php Mail/Account/Storage.php
Account/Storage.php Account/Storage.php
Storage.php Storage.php
application/Espo/Core/Mail/Account/CommonStorageFactory.php
Espo/Core/Mail/Account/CommonStorageFactory.php
Core/Mail/Account/CommonStorageFactory.php
Mail/Account/CommonStorageFactory.php
Account/CommonStorageFactory.php
CommonStorageFactory.php
application/Espo/Core/Mail/Account/FetchData.php application/Espo/Core/Mail/Account/FetchData.php
Espo/Core/Mail/Account/FetchData.php Espo/Core/Mail/Account/FetchData.php
Core/Mail/Account/FetchData.php Core/Mail/Account/FetchData.php

View file

@ -3685,6 +3685,7 @@ application/Espo/Hooks/LayoutSet/Removal.php
application/Espo/Hooks/EmailFilter/CacheClearing.php application/Espo/Hooks/EmailFilter/CacheClearing.php
application/Espo/Hooks/GroupEmailFolder/Order.php application/Espo/Hooks/GroupEmailFolder/Order.php
application/Espo/Hooks/LeadCapture/ClearCache.php application/Espo/Hooks/LeadCapture/ClearCache.php
application/Espo/Hooks/Email/NoteRemove.php
application/Espo/Hooks/Notification/WebSocketSubmit.php application/Espo/Hooks/Notification/WebSocketSubmit.php
application/Espo/Hooks/AddressCountry/ClearCache.php application/Espo/Hooks/AddressCountry/ClearCache.php
application/Espo/Hooks/Common/AssignmentEmailNotification.php application/Espo/Hooks/Common/AssignmentEmailNotification.php
@ -5494,7 +5495,9 @@ application/Espo/Core/Mail/Account/Storage/Params.php
application/Espo/Core/Mail/Account/Storage/Flag.php application/Espo/Core/Mail/Account/Storage/Flag.php
application/Espo/Core/Mail/Account/Storage/LaminasStorage.php application/Espo/Core/Mail/Account/Storage/LaminasStorage.php
application/Espo/Core/Mail/Account/Storage/ParamsBuilder.php application/Espo/Core/Mail/Account/Storage/ParamsBuilder.php
application/Espo/Core/Mail/Account/Storage/Handler.php
application/Espo/Core/Mail/Account/Storage.php application/Espo/Core/Mail/Account/Storage.php
application/Espo/Core/Mail/Account/CommonStorageFactory.php
application/Espo/Core/Mail/Account/FetchData.php application/Espo/Core/Mail/Account/FetchData.php
application/Espo/Core/Mail/Account/GroupAccount/Service.php application/Espo/Core/Mail/Account/GroupAccount/Service.php
application/Espo/Core/Mail/Account/GroupAccount/Hooks/AfterFetch.php application/Espo/Core/Mail/Account/GroupAccount/Hooks/AfterFetch.php

View file

@ -9333,6 +9333,12 @@ test/e2e-api/admin/utils.js
e2e-api/admin/utils.js e2e-api/admin/utils.js
admin/utils.js admin/utils.js
utils.js utils.js
ghost/core/test/e2e-api/admin/automated-emails.test.js
core/test/e2e-api/admin/automated-emails.test.js
test/e2e-api/admin/automated-emails.test.js
e2e-api/admin/automated-emails.test.js
admin/automated-emails.test.js
automated-emails.test.js
ghost/core/test/e2e-api/admin/mentions.test.js ghost/core/test/e2e-api/admin/mentions.test.js
core/test/e2e-api/admin/mentions.test.js core/test/e2e-api/admin/mentions.test.js
test/e2e-api/admin/mentions.test.js test/e2e-api/admin/mentions.test.js
@ -9647,6 +9653,13 @@ e2e-api/admin/__snapshots__/notifications.test.js.snap
admin/__snapshots__/notifications.test.js.snap admin/__snapshots__/notifications.test.js.snap
__snapshots__/notifications.test.js.snap __snapshots__/notifications.test.js.snap
notifications.test.js.snap notifications.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/automated-emails.test.js.snap
core/test/e2e-api/admin/__snapshots__/automated-emails.test.js.snap
test/e2e-api/admin/__snapshots__/automated-emails.test.js.snap
e2e-api/admin/__snapshots__/automated-emails.test.js.snap
admin/__snapshots__/automated-emails.test.js.snap
__snapshots__/automated-emails.test.js.snap
automated-emails.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/members-exporter.test.js.snap ghost/core/test/e2e-api/admin/__snapshots__/members-exporter.test.js.snap
core/test/e2e-api/admin/__snapshots__/members-exporter.test.js.snap core/test/e2e-api/admin/__snapshots__/members-exporter.test.js.snap
test/e2e-api/admin/__snapshots__/members-exporter.test.js.snap test/e2e-api/admin/__snapshots__/members-exporter.test.js.snap
@ -22975,6 +22988,13 @@ server/api/endpoints/site.js
api/endpoints/site.js api/endpoints/site.js
endpoints/site.js endpoints/site.js
site.js site.js
ghost/core/core/server/api/endpoints/automated-emails.js
core/core/server/api/endpoints/automated-emails.js
core/server/api/endpoints/automated-emails.js
server/api/endpoints/automated-emails.js
api/endpoints/automated-emails.js
endpoints/automated-emails.js
automated-emails.js
ghost/core/core/server/api/endpoints/comment-replies.js ghost/core/core/server/api/endpoints/comment-replies.js
core/core/server/api/endpoints/comment-replies.js core/core/server/api/endpoints/comment-replies.js
core/server/api/endpoints/comment-replies.js core/server/api/endpoints/comment-replies.js
@ -24211,6 +24231,16 @@ utils/validators/input/invites.js
validators/input/invites.js validators/input/invites.js
input/invites.js input/invites.js
invites.js invites.js
ghost/core/core/server/api/endpoints/utils/validators/input/automated_emails.js
core/core/server/api/endpoints/utils/validators/input/automated_emails.js
core/server/api/endpoints/utils/validators/input/automated_emails.js
server/api/endpoints/utils/validators/input/automated_emails.js
api/endpoints/utils/validators/input/automated_emails.js
endpoints/utils/validators/input/automated_emails.js
utils/validators/input/automated_emails.js
validators/input/automated_emails.js
input/automated_emails.js
automated_emails.js
ghost/core/core/server/api/endpoints/utils/validators/input/users.js ghost/core/core/server/api/endpoints/utils/validators/input/users.js
core/core/server/api/endpoints/utils/validators/input/users.js core/core/server/api/endpoints/utils/validators/input/users.js
core/server/api/endpoints/utils/validators/input/users.js core/server/api/endpoints/utils/validators/input/users.js
@ -26209,6 +26239,15 @@ migrations/versions/5.59/2023-08-07-11-17-05-add-posts-published-at-index.js
versions/5.59/2023-08-07-11-17-05-add-posts-published-at-index.js versions/5.59/2023-08-07-11-17-05-add-posts-published-at-index.js
5.59/2023-08-07-11-17-05-add-posts-published-at-index.js 5.59/2023-08-07-11-17-05-add-posts-published-at-index.js
2023-08-07-11-17-05-add-posts-published-at-index.js 2023-08-07-11-17-05-add-posts-published-at-index.js
ghost/core/core/server/data/migrations/versions/6.10/2025-12-01-21-04-37-add-automated-email-permissions.js
core/core/server/data/migrations/versions/6.10/2025-12-01-21-04-37-add-automated-email-permissions.js
core/server/data/migrations/versions/6.10/2025-12-01-21-04-37-add-automated-email-permissions.js
server/data/migrations/versions/6.10/2025-12-01-21-04-37-add-automated-email-permissions.js
data/migrations/versions/6.10/2025-12-01-21-04-37-add-automated-email-permissions.js
migrations/versions/6.10/2025-12-01-21-04-37-add-automated-email-permissions.js
versions/6.10/2025-12-01-21-04-37-add-automated-email-permissions.js
6.10/2025-12-01-21-04-37-add-automated-email-permissions.js
2025-12-01-21-04-37-add-automated-email-permissions.js
ghost/core/core/server/data/migrations/versions/6.10/2025-12-01-21-04-36-add-automated-emails-table.js ghost/core/core/server/data/migrations/versions/6.10/2025-12-01-21-04-36-add-automated-emails-table.js
core/core/server/data/migrations/versions/6.10/2025-12-01-21-04-36-add-automated-emails-table.js core/core/server/data/migrations/versions/6.10/2025-12-01-21-04-36-add-automated-emails-table.js
core/server/data/migrations/versions/6.10/2025-12-01-21-04-36-add-automated-emails-table.js core/server/data/migrations/versions/6.10/2025-12-01-21-04-36-add-automated-emails-table.js
@ -28203,11 +28242,6 @@ tests/admin/analytics/newsletters.test.ts
admin/analytics/newsletters.test.ts admin/analytics/newsletters.test.ts
analytics/newsletters.test.ts analytics/newsletters.test.ts
newsletters.test.ts newsletters.test.ts
e2e/tests/admin/analytics/location.test.ts
tests/admin/analytics/location.test.ts
admin/analytics/location.test.ts
analytics/location.test.ts
location.test.ts
e2e/tests/admin/analytics/utm-tracking.test.ts e2e/tests/admin/analytics/utm-tracking.test.ts
tests/admin/analytics/utm-tracking.test.ts tests/admin/analytics/utm-tracking.test.ts
admin/analytics/utm-tracking.test.ts admin/analytics/utm-tracking.test.ts
@ -29871,6 +29905,11 @@ stats/src/hooks/use-newsletter-stats-with-range.ts
src/hooks/use-newsletter-stats-with-range.ts src/hooks/use-newsletter-stats-with-range.ts
hooks/use-newsletter-stats-with-range.ts hooks/use-newsletter-stats-with-range.ts
use-newsletter-stats-with-range.ts use-newsletter-stats-with-range.ts
apps/stats/src/hooks/use-filter-params.ts
stats/src/hooks/use-filter-params.ts
src/hooks/use-filter-params.ts
hooks/use-filter-params.ts
use-filter-params.ts
apps/stats/src/hooks/use-limiter.ts apps/stats/src/hooks/use-limiter.ts
stats/src/hooks/use-limiter.ts stats/src/hooks/use-limiter.ts
src/hooks/use-limiter.ts src/hooks/use-limiter.ts
@ -29886,6 +29925,13 @@ stats/src/hooks/use-top-posts-stats-with-range.ts
src/hooks/use-top-posts-stats-with-range.ts src/hooks/use-top-posts-stats-with-range.ts
hooks/use-top-posts-stats-with-range.ts hooks/use-top-posts-stats-with-range.ts
use-top-posts-stats-with-range.ts use-top-posts-stats-with-range.ts
apps/stats/src/views/Stats/components/disabled-sources-indicator.tsx
stats/src/views/Stats/components/disabled-sources-indicator.tsx
src/views/Stats/components/disabled-sources-indicator.tsx
views/Stats/components/disabled-sources-indicator.tsx
Stats/components/disabled-sources-indicator.tsx
components/disabled-sources-indicator.tsx
disabled-sources-indicator.tsx
apps/stats/src/views/Stats/components/post-menu.tsx apps/stats/src/views/Stats/components/post-menu.tsx
stats/src/views/Stats/components/post-menu.tsx stats/src/views/Stats/components/post-menu.tsx
src/views/Stats/components/post-menu.tsx src/views/Stats/components/post-menu.tsx
@ -30060,20 +30106,14 @@ views/Stats/layout/stats-layout.tsx
Stats/layout/stats-layout.tsx Stats/layout/stats-layout.tsx
layout/stats-layout.tsx layout/stats-layout.tsx
stats-layout.tsx stats-layout.tsx
apps/stats/src/views/Stats/Locations/index.ts apps/stats/src/views/Stats/Locations/components/locations-card.tsx
stats/src/views/Stats/Locations/index.ts stats/src/views/Stats/Locations/components/locations-card.tsx
src/views/Stats/Locations/index.ts src/views/Stats/Locations/components/locations-card.tsx
views/Stats/Locations/index.ts views/Stats/Locations/components/locations-card.tsx
Stats/Locations/index.ts Stats/Locations/components/locations-card.tsx
Locations/index.ts Locations/components/locations-card.tsx
index.ts components/locations-card.tsx
apps/stats/src/views/Stats/Locations/locations.tsx locations-card.tsx
stats/src/views/Stats/Locations/locations.tsx
src/views/Stats/Locations/locations.tsx
views/Stats/Locations/locations.tsx
Stats/Locations/locations.tsx
Locations/locations.tsx
locations.tsx
apps/stats/src/views/Stats/Newsletters/components/newsletters-kpis.tsx apps/stats/src/views/Stats/Newsletters/components/newsletters-kpis.tsx
stats/src/views/Stats/Newsletters/components/newsletters-kpis.tsx stats/src/views/Stats/Newsletters/components/newsletters-kpis.tsx
src/views/Stats/Newsletters/components/newsletters-kpis.tsx src/views/Stats/Newsletters/components/newsletters-kpis.tsx
@ -32122,6 +32162,13 @@ posts/src/hooks/use-post-referrers.ts
src/hooks/use-post-referrers.ts src/hooks/use-post-referrers.ts
hooks/use-post-referrers.ts hooks/use-post-referrers.ts
use-post-referrers.ts use-post-referrers.ts
apps/posts/src/views/PostAnalytics/components/disabled-sources-indicator.tsx
posts/src/views/PostAnalytics/components/disabled-sources-indicator.tsx
src/views/PostAnalytics/components/disabled-sources-indicator.tsx
views/PostAnalytics/components/disabled-sources-indicator.tsx
PostAnalytics/components/disabled-sources-indicator.tsx
components/disabled-sources-indicator.tsx
disabled-sources-indicator.tsx
apps/posts/src/views/PostAnalytics/components/post-analytics-header.tsx apps/posts/src/views/PostAnalytics/components/post-analytics-header.tsx
posts/src/views/PostAnalytics/components/post-analytics-header.tsx posts/src/views/PostAnalytics/components/post-analytics-header.tsx
src/views/PostAnalytics/components/post-analytics-header.tsx src/views/PostAnalytics/components/post-analytics-header.tsx
@ -37887,6 +37934,22 @@ rules.md
skills/create-database-migration/SKILL.md skills/create-database-migration/SKILL.md
create-database-migration/SKILL.md create-database-migration/SKILL.md
SKILL.md SKILL.md
.claude/skills/add-admin-api-endpoint/permissions.md
skills/add-admin-api-endpoint/permissions.md
add-admin-api-endpoint/permissions.md
permissions.md
.claude/skills/add-admin-api-endpoint/SKILL.md
skills/add-admin-api-endpoint/SKILL.md
add-admin-api-endpoint/SKILL.md
SKILL.md
.claude/skills/add-admin-api-endpoint/reference.md
skills/add-admin-api-endpoint/reference.md
add-admin-api-endpoint/reference.md
reference.md
.claude/skills/add-admin-api-endpoint/validation.md
skills/add-admin-api-endpoint/validation.md
add-admin-api-endpoint/validation.md
validation.md
adr/README.md adr/README.md
README.md README.md
adr/0002-page-objects-pattern.md adr/0002-page-objects-pattern.md

View file

@ -1715,6 +1715,7 @@ ghost/core/test/e2e-api/admin/email-previews.test.js
ghost/core/test/e2e-api/admin/authentication.test.js ghost/core/test/e2e-api/admin/authentication.test.js
ghost/core/test/e2e-api/admin/slugs.test.js ghost/core/test/e2e-api/admin/slugs.test.js
ghost/core/test/e2e-api/admin/utils.js ghost/core/test/e2e-api/admin/utils.js
ghost/core/test/e2e-api/admin/automated-emails.test.js
ghost/core/test/e2e-api/admin/mentions.test.js ghost/core/test/e2e-api/admin/mentions.test.js
ghost/core/test/e2e-api/admin/tinybird.test.js ghost/core/test/e2e-api/admin/tinybird.test.js
ghost/core/test/e2e-api/admin/search-index.test.js ghost/core/test/e2e-api/admin/search-index.test.js
@ -1767,6 +1768,7 @@ ghost/core/test/e2e-api/admin/emails.test.js
ghost/core/test/e2e-api/admin/images.test.js ghost/core/test/e2e-api/admin/images.test.js
ghost/core/test/e2e-api/admin/__snapshots__/activity-feed.test.js.snap ghost/core/test/e2e-api/admin/__snapshots__/activity-feed.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/notifications.test.js.snap ghost/core/test/e2e-api/admin/__snapshots__/notifications.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/automated-emails.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/members-exporter.test.js.snap ghost/core/test/e2e-api/admin/__snapshots__/members-exporter.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/session.test.js.snap ghost/core/test/e2e-api/admin/__snapshots__/session.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/snippets.test.js.snap ghost/core/test/e2e-api/admin/__snapshots__/snippets.test.js.snap
@ -3560,6 +3562,7 @@ ghost/core/core/server/api/endpoints/authentication.js
ghost/core/core/server/api/endpoints/db.js ghost/core/core/server/api/endpoints/db.js
ghost/core/core/server/api/endpoints/comments-members.js ghost/core/core/server/api/endpoints/comments-members.js
ghost/core/core/server/api/endpoints/site.js ghost/core/core/server/api/endpoints/site.js
ghost/core/core/server/api/endpoints/automated-emails.js
ghost/core/core/server/api/endpoints/comment-replies.js ghost/core/core/server/api/endpoints/comment-replies.js
ghost/core/core/server/api/endpoints/integrations.js ghost/core/core/server/api/endpoints/integrations.js
ghost/core/core/server/api/endpoints/previews.js ghost/core/core/server/api/endpoints/previews.js
@ -3694,6 +3697,7 @@ ghost/core/core/server/api/endpoints/utils/validators/input/password_reset.js
ghost/core/core/server/api/endpoints/utils/validators/input/settings.js ghost/core/core/server/api/endpoints/utils/validators/input/settings.js
ghost/core/core/server/api/endpoints/utils/validators/input/labels.js ghost/core/core/server/api/endpoints/utils/validators/input/labels.js
ghost/core/core/server/api/endpoints/utils/validators/input/invites.js ghost/core/core/server/api/endpoints/utils/validators/input/invites.js
ghost/core/core/server/api/endpoints/utils/validators/input/automated_emails.js
ghost/core/core/server/api/endpoints/utils/validators/input/users.js ghost/core/core/server/api/endpoints/utils/validators/input/users.js
ghost/core/core/server/api/endpoints/utils/validators/input/oembed.js ghost/core/core/server/api/endpoints/utils/validators/input/oembed.js
ghost/core/core/server/api/endpoints/utils/validators/input/invitations.js ghost/core/core/server/api/endpoints/utils/validators/input/invitations.js
@ -3932,6 +3936,7 @@ ghost/core/core/server/data/migrations/versions/5.20/2022-10-20-02-52-add-link-e
ghost/core/core/server/data/migrations/versions/6.3/2025-10-02-15-13-31-add-members-otc-secret-setting.js ghost/core/core/server/data/migrations/versions/6.3/2025-10-02-15-13-31-add-members-otc-secret-setting.js
ghost/core/core/server/data/migrations/versions/5.59/2023-08-07-10-42-add-donation-notifications-column.js ghost/core/core/server/data/migrations/versions/5.59/2023-08-07-10-42-add-donation-notifications-column.js
ghost/core/core/server/data/migrations/versions/5.59/2023-08-07-11-17-05-add-posts-published-at-index.js ghost/core/core/server/data/migrations/versions/5.59/2023-08-07-11-17-05-add-posts-published-at-index.js
ghost/core/core/server/data/migrations/versions/6.10/2025-12-01-21-04-37-add-automated-email-permissions.js
ghost/core/core/server/data/migrations/versions/6.10/2025-12-01-21-04-36-add-automated-emails-table.js ghost/core/core/server/data/migrations/versions/6.10/2025-12-01-21-04-36-add-automated-emails-table.js
ghost/core/core/server/data/migrations/versions/5.63/2023-09-13-13-34-11-add-ghost-core-content-integration-key.js ghost/core/core/server/data/migrations/versions/5.63/2023-09-13-13-34-11-add-ghost-core-content-integration-key.js
ghost/core/core/server/data/migrations/versions/5.63/2023-09-13-13-03-10-add-ghost-core-content-integration.js ghost/core/core/server/data/migrations/versions/5.63/2023-09-13-13-03-10-add-ghost-core-content-integration.js
@ -4203,7 +4208,6 @@ e2e/eslint.config.js
e2e/playwright.config.mjs e2e/playwright.config.mjs
e2e/README.md e2e/README.md
e2e/tests/admin/analytics/newsletters.test.ts e2e/tests/admin/analytics/newsletters.test.ts
e2e/tests/admin/analytics/location.test.ts
e2e/tests/admin/analytics/utm-tracking.test.ts e2e/tests/admin/analytics/utm-tracking.test.ts
e2e/tests/admin/analytics/post-analytics/growth.test.ts e2e/tests/admin/analytics/post-analytics/growth.test.ts
e2e/tests/admin/analytics/post-analytics/overview.test.ts e2e/tests/admin/analytics/post-analytics/overview.test.ts
@ -4520,9 +4524,11 @@ apps/stats/src/hooks/use-top-sources-growth.ts
apps/stats/src/hooks/use-latest-post-stats.ts apps/stats/src/hooks/use-latest-post-stats.ts
apps/stats/src/hooks/use-feature-flag.tsx apps/stats/src/hooks/use-feature-flag.tsx
apps/stats/src/hooks/use-newsletter-stats-with-range.ts apps/stats/src/hooks/use-newsletter-stats-with-range.ts
apps/stats/src/hooks/use-filter-params.ts
apps/stats/src/hooks/use-limiter.ts apps/stats/src/hooks/use-limiter.ts
apps/stats/src/hooks/with-feature-flag.tsx apps/stats/src/hooks/with-feature-flag.tsx
apps/stats/src/hooks/use-top-posts-stats-with-range.ts apps/stats/src/hooks/use-top-posts-stats-with-range.ts
apps/stats/src/views/Stats/components/disabled-sources-indicator.tsx
apps/stats/src/views/Stats/components/post-menu.tsx apps/stats/src/views/Stats/components/post-menu.tsx
apps/stats/src/views/Stats/components/source-icon.tsx apps/stats/src/views/Stats/components/source-icon.tsx
apps/stats/src/views/Stats/components/newsletter-select.tsx apps/stats/src/views/Stats/components/newsletter-select.tsx
@ -4547,8 +4553,7 @@ apps/stats/src/views/Stats/layout/stats-header.tsx
apps/stats/src/views/Stats/layout/stats-content.tsx apps/stats/src/views/Stats/layout/stats-content.tsx
apps/stats/src/views/Stats/layout/stats-view.tsx apps/stats/src/views/Stats/layout/stats-view.tsx
apps/stats/src/views/Stats/layout/stats-layout.tsx apps/stats/src/views/Stats/layout/stats-layout.tsx
apps/stats/src/views/Stats/Locations/index.ts apps/stats/src/views/Stats/Locations/components/locations-card.tsx
apps/stats/src/views/Stats/Locations/locations.tsx
apps/stats/src/views/Stats/Newsletters/components/newsletters-kpis.tsx apps/stats/src/views/Stats/Newsletters/components/newsletters-kpis.tsx
apps/stats/src/views/Stats/Newsletters/index.ts apps/stats/src/views/Stats/Newsletters/index.ts
apps/stats/src/views/Stats/Newsletters/newsletters.tsx apps/stats/src/views/Stats/Newsletters/newsletters.tsx
@ -4879,6 +4884,7 @@ apps/posts/src/hooks/use-post-feedback.ts
apps/posts/src/hooks/with-feature-flag.tsx apps/posts/src/hooks/with-feature-flag.tsx
apps/posts/src/hooks/use-post-newsletter-stats.ts apps/posts/src/hooks/use-post-newsletter-stats.ts
apps/posts/src/hooks/use-post-referrers.ts apps/posts/src/hooks/use-post-referrers.ts
apps/posts/src/views/PostAnalytics/components/disabled-sources-indicator.tsx
apps/posts/src/views/PostAnalytics/components/post-analytics-header.tsx apps/posts/src/views/PostAnalytics/components/post-analytics-header.tsx
apps/posts/src/views/PostAnalytics/components/source-icon.tsx apps/posts/src/views/PostAnalytics/components/source-icon.tsx
apps/posts/src/views/PostAnalytics/components/layout/post-analytics-layout.tsx apps/posts/src/views/PostAnalytics/components/layout/post-analytics-layout.tsx
@ -5941,6 +5947,10 @@ apps/shade/.claude/commands/shadcn-add.md
.claude/skills/create-database-migration/examples.md .claude/skills/create-database-migration/examples.md
.claude/skills/create-database-migration/rules.md .claude/skills/create-database-migration/rules.md
.claude/skills/create-database-migration/SKILL.md .claude/skills/create-database-migration/SKILL.md
.claude/skills/add-admin-api-endpoint/permissions.md
.claude/skills/add-admin-api-endpoint/SKILL.md
.claude/skills/add-admin-api-endpoint/reference.md
.claude/skills/add-admin-api-endpoint/validation.md
adr/README.md adr/README.md
adr/0002-page-objects-pattern.md adr/0002-page-objects-pattern.md
adr/0001-aaa-test-structure.md adr/0001-aaa-test-structure.md

View file

@ -43960,6 +43960,12 @@ controller/task/catalog/setting.php
task/catalog/setting.php task/catalog/setting.php
catalog/setting.php catalog/setting.php
setting.php setting.php
upload/admin/controller/task/catalog/tax_rate.php
admin/controller/task/catalog/tax_rate.php
controller/task/catalog/tax_rate.php
task/catalog/tax_rate.php
catalog/tax_rate.php
tax_rate.php
upload/admin/controller/task/catalog/tax_class.php upload/admin/controller/task/catalog/tax_class.php
admin/controller/task/catalog/tax_class.php admin/controller/task/catalog/tax_class.php
controller/task/catalog/tax_class.php controller/task/catalog/tax_class.php

View file

@ -5119,6 +5119,7 @@ upload/admin/controller/task/catalog/country.php
upload/admin/controller/task/catalog/currency.php upload/admin/controller/task/catalog/currency.php
upload/admin/controller/task/catalog/customer_group.php upload/admin/controller/task/catalog/customer_group.php
upload/admin/controller/task/catalog/setting.php upload/admin/controller/task/catalog/setting.php
upload/admin/controller/task/catalog/tax_rate.php
upload/admin/controller/task/catalog/tax_class.php upload/admin/controller/task/catalog/tax_class.php
upload/admin/controller/task/catalog/product.php upload/admin/controller/task/catalog/product.php
upload/admin/controller/task/catalog/return_reason.php upload/admin/controller/task/catalog/return_reason.php

View file

@ -89736,6 +89736,28 @@ component/utils/sw-internal-link/sw-internal-link.html.twig
utils/sw-internal-link/sw-internal-link.html.twig utils/sw-internal-link/sw-internal-link.html.twig
sw-internal-link/sw-internal-link.html.twig sw-internal-link/sw-internal-link.html.twig
sw-internal-link.html.twig sw-internal-link.html.twig
src/Administration/Resources/app/administration/src/app/component/utils/sw-upload-status/index.ts
Administration/Resources/app/administration/src/app/component/utils/sw-upload-status/index.ts
Resources/app/administration/src/app/component/utils/sw-upload-status/index.ts
app/administration/src/app/component/utils/sw-upload-status/index.ts
administration/src/app/component/utils/sw-upload-status/index.ts
src/app/component/utils/sw-upload-status/index.ts
app/component/utils/sw-upload-status/index.ts
component/utils/sw-upload-status/index.ts
utils/sw-upload-status/index.ts
sw-upload-status/index.ts
index.ts
src/Administration/Resources/app/administration/src/app/component/utils/sw-upload-status/sw-upload-status.spec.js
Administration/Resources/app/administration/src/app/component/utils/sw-upload-status/sw-upload-status.spec.js
Resources/app/administration/src/app/component/utils/sw-upload-status/sw-upload-status.spec.js
app/administration/src/app/component/utils/sw-upload-status/sw-upload-status.spec.js
administration/src/app/component/utils/sw-upload-status/sw-upload-status.spec.js
src/app/component/utils/sw-upload-status/sw-upload-status.spec.js
app/component/utils/sw-upload-status/sw-upload-status.spec.js
component/utils/sw-upload-status/sw-upload-status.spec.js
utils/sw-upload-status/sw-upload-status.spec.js
sw-upload-status/sw-upload-status.spec.js
sw-upload-status.spec.js
src/Administration/Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.scss src/Administration/Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.scss
Administration/Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.scss Administration/Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.scss
Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.scss Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.scss

View file

@ -13764,6 +13764,8 @@ src/Administration/Resources/app/administration/src/app/component/utils/sw-inter
src/Administration/Resources/app/administration/src/app/component/utils/sw-internal-link/sw-internal-link.spec.js src/Administration/Resources/app/administration/src/app/component/utils/sw-internal-link/sw-internal-link.spec.js
src/Administration/Resources/app/administration/src/app/component/utils/sw-internal-link/index.js src/Administration/Resources/app/administration/src/app/component/utils/sw-internal-link/index.js
src/Administration/Resources/app/administration/src/app/component/utils/sw-internal-link/sw-internal-link.html.twig src/Administration/Resources/app/administration/src/app/component/utils/sw-internal-link/sw-internal-link.html.twig
src/Administration/Resources/app/administration/src/app/component/utils/sw-upload-status/index.ts
src/Administration/Resources/app/administration/src/app/component/utils/sw-upload-status/sw-upload-status.spec.js
src/Administration/Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.scss src/Administration/Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.scss
src/Administration/Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.html.twig src/Administration/Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.html.twig
src/Administration/Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.spec.js src/Administration/Resources/app/administration/src/app/component/utils/sw-notification-center/sw-notification-center.spec.js

View file

@ -1046,6 +1046,9 @@ migrations/2018_05_14_223646_add_indexes_to_assets.php
database/migrations/2013_11_15_015858_add_user_id_to_categories.php database/migrations/2013_11_15_015858_add_user_id_to_categories.php
migrations/2013_11_15_015858_add_user_id_to_categories.php migrations/2013_11_15_015858_add_user_id_to_categories.php
2013_11_15_015858_add_user_id_to_categories.php 2013_11_15_015858_add_user_id_to_categories.php
database/migrations/2025_11_28_175733_add_link_colors_to_settings.php
migrations/2025_11_28_175733_add_link_colors_to_settings.php
2025_11_28_175733_add_link_colors_to_settings.php
database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php
migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php
2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php 2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php
@ -3857,6 +3860,9 @@ AlphaEncrypted.php
app/Rules/IPv4Encrypted.php app/Rules/IPv4Encrypted.php
Rules/IPv4Encrypted.php Rules/IPv4Encrypted.php
IPv4Encrypted.php IPv4Encrypted.php
app/Rules/UniqueUndeleted.php
Rules/UniqueUndeleted.php
UniqueUndeleted.php
app/Rules/AssetCannotBeCheckedOutToNondeployableStatus.php app/Rules/AssetCannotBeCheckedOutToNondeployableStatus.php
Rules/AssetCannotBeCheckedOutToNondeployableStatus.php Rules/AssetCannotBeCheckedOutToNondeployableStatus.php
AssetCannotBeCheckedOutToNondeployableStatus.php AssetCannotBeCheckedOutToNondeployableStatus.php
@ -4221,6 +4227,10 @@ app/Http/Requests/StoreNotificationSettings.php
Http/Requests/StoreNotificationSettings.php Http/Requests/StoreNotificationSettings.php
Requests/StoreNotificationSettings.php Requests/StoreNotificationSettings.php
StoreNotificationSettings.php StoreNotificationSettings.php
app/Http/Requests/CreateMultipleAssetRequest.php
Http/Requests/CreateMultipleAssetRequest.php
Requests/CreateMultipleAssetRequest.php
CreateMultipleAssetRequest.php
app/Http/Requests/StoreLocalizationSettings.php app/Http/Requests/StoreLocalizationSettings.php
Http/Requests/StoreLocalizationSettings.php Http/Requests/StoreLocalizationSettings.php
Requests/StoreLocalizationSettings.php Requests/StoreLocalizationSettings.php
@ -4341,6 +4351,10 @@ app/Http/Middleware/CheckForTwoFactor.php
Http/Middleware/CheckForTwoFactor.php Http/Middleware/CheckForTwoFactor.php
Middleware/CheckForTwoFactor.php Middleware/CheckForTwoFactor.php
CheckForTwoFactor.php CheckForTwoFactor.php
app/Http/Middleware/CheckColorSettings.php
Http/Middleware/CheckColorSettings.php
Middleware/CheckColorSettings.php
CheckColorSettings.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php app/Http/Middleware/PreventRequestsDuringMaintenance.php
Http/Middleware/PreventRequestsDuringMaintenance.php Http/Middleware/PreventRequestsDuringMaintenance.php
Middleware/PreventRequestsDuringMaintenance.php Middleware/PreventRequestsDuringMaintenance.php
@ -6138,11 +6152,6 @@ views/blade/input/datepicker.blade.php
blade/input/datepicker.blade.php blade/input/datepicker.blade.php
input/datepicker.blade.php input/datepicker.blade.php
datepicker.blade.php datepicker.blade.php
resources/views/blade/input/skin.blade.php
views/blade/input/skin.blade.php
blade/input/skin.blade.php
input/skin.blade.php
skin.blade.php
resources/views/blade/input/location-select.blade.php resources/views/blade/input/location-select.blade.php
views/blade/input/location-select.blade.php views/blade/input/location-select.blade.php
blade/input/location-select.blade.php blade/input/location-select.blade.php
@ -6671,86 +6680,6 @@ resources/assets/less/app.less
assets/less/app.less assets/less/app.less
less/app.less less/app.less
app.less app.less
resources/assets/less/skins/skin-black.less
assets/less/skins/skin-black.less
less/skins/skin-black.less
skins/skin-black.less
skin-black.less
resources/assets/less/skins/skin-green.less
assets/less/skins/skin-green.less
less/skins/skin-green.less
skins/skin-green.less
skin-green.less
resources/assets/less/skins/skin-green-dark.less
assets/less/skins/skin-green-dark.less
less/skins/skin-green-dark.less
skins/skin-green-dark.less
skin-green-dark.less
resources/assets/less/skins/skin-red-dark.less
assets/less/skins/skin-red-dark.less
less/skins/skin-red-dark.less
skins/skin-red-dark.less
skin-red-dark.less
resources/assets/less/skins/skin-red.less
assets/less/skins/skin-red.less
less/skins/skin-red.less
skins/skin-red.less
skin-red.less
resources/assets/less/skins/_all-skins.less
assets/less/skins/_all-skins.less
less/skins/_all-skins.less
skins/_all-skins.less
_all-skins.less
resources/assets/less/skins/skin-blue-dark.less
assets/less/skins/skin-blue-dark.less
less/skins/skin-blue-dark.less
skins/skin-blue-dark.less
skin-blue-dark.less
resources/assets/less/skins/skin-orange-dark.less
assets/less/skins/skin-orange-dark.less
less/skins/skin-orange-dark.less
skins/skin-orange-dark.less
skin-orange-dark.less
resources/assets/less/skins/skin-contrast.less
assets/less/skins/skin-contrast.less
less/skins/skin-contrast.less
skins/skin-contrast.less
skin-contrast.less
resources/assets/less/skins/skin-yellow.less
assets/less/skins/skin-yellow.less
less/skins/skin-yellow.less
skins/skin-yellow.less
skin-yellow.less
resources/assets/less/skins/skin-purple-dark.less
assets/less/skins/skin-purple-dark.less
less/skins/skin-purple-dark.less
skins/skin-purple-dark.less
skin-purple-dark.less
resources/assets/less/skins/skin-blue.less
assets/less/skins/skin-blue.less
less/skins/skin-blue.less
skins/skin-blue.less
skin-blue.less
resources/assets/less/skins/skin-yellow-dark.less
assets/less/skins/skin-yellow-dark.less
less/skins/skin-yellow-dark.less
skins/skin-yellow-dark.less
skin-yellow-dark.less
resources/assets/less/skins/skin-purple.less
assets/less/skins/skin-purple.less
less/skins/skin-purple.less
skins/skin-purple.less
skin-purple.less
resources/assets/less/skins/skin-orange.less
assets/less/skins/skin-orange.less
less/skins/skin-orange.less
skins/skin-orange.less
skin-orange.less
resources/assets/less/skins/skin-black-dark.less
assets/less/skins/skin-black-dark.less
less/skins/skin-black-dark.less
skins/skin-black-dark.less
skin-black-dark.less
resources/assets/less/overrides.less resources/assets/less/overrides.less
assets/less/overrides.less assets/less/overrides.less
less/overrides.less less/overrides.less
@ -40620,86 +40549,6 @@ public/css/build/app.css.map
css/build/app.css.map css/build/app.css.map
build/app.css.map build/app.css.map
app.css.map app.css.map
public/css/dist/skins/skin-orange-dark.css.map
css/dist/skins/skin-orange-dark.css.map
dist/skins/skin-orange-dark.css.map
skins/skin-orange-dark.css.map
skin-orange-dark.css.map
public/css/dist/skins/skin-red.css.map
css/dist/skins/skin-red.css.map
dist/skins/skin-red.css.map
skins/skin-red.css.map
skin-red.css.map
public/css/dist/skins/skin-orange.css.map
css/dist/skins/skin-orange.css.map
dist/skins/skin-orange.css.map
skins/skin-orange.css.map
skin-orange.css.map
public/css/dist/skins/_all-skins.css.map
css/dist/skins/_all-skins.css.map
dist/skins/_all-skins.css.map
skins/_all-skins.css.map
_all-skins.css.map
public/css/dist/skins/skin-green-dark.css.map
css/dist/skins/skin-green-dark.css.map
dist/skins/skin-green-dark.css.map
skins/skin-green-dark.css.map
skin-green-dark.css.map
public/css/dist/skins/skin-purple-dark.css.map
css/dist/skins/skin-purple-dark.css.map
dist/skins/skin-purple-dark.css.map
skins/skin-purple-dark.css.map
skin-purple-dark.css.map
public/css/dist/skins/skin-yellow-dark.css.map
css/dist/skins/skin-yellow-dark.css.map
dist/skins/skin-yellow-dark.css.map
skins/skin-yellow-dark.css.map
skin-yellow-dark.css.map
public/css/dist/skins/skin-green.css.map
css/dist/skins/skin-green.css.map
dist/skins/skin-green.css.map
skins/skin-green.css.map
skin-green.css.map
public/css/dist/skins/skin-blue-dark.css.map
css/dist/skins/skin-blue-dark.css.map
dist/skins/skin-blue-dark.css.map
skins/skin-blue-dark.css.map
skin-blue-dark.css.map
public/css/dist/skins/skin-contrast.css.map
css/dist/skins/skin-contrast.css.map
dist/skins/skin-contrast.css.map
skins/skin-contrast.css.map
skin-contrast.css.map
public/css/dist/skins/skin-black.css.map
css/dist/skins/skin-black.css.map
dist/skins/skin-black.css.map
skins/skin-black.css.map
skin-black.css.map
public/css/dist/skins/skin-purple.css.map
css/dist/skins/skin-purple.css.map
dist/skins/skin-purple.css.map
skins/skin-purple.css.map
skin-purple.css.map
public/css/dist/skins/skin-yellow.css.map
css/dist/skins/skin-yellow.css.map
dist/skins/skin-yellow.css.map
skins/skin-yellow.css.map
skin-yellow.css.map
public/css/dist/skins/skin-blue.css.map
css/dist/skins/skin-blue.css.map
dist/skins/skin-blue.css.map
skins/skin-blue.css.map
skin-blue.css.map
public/css/dist/skins/skin-black-dark.css.map
css/dist/skins/skin-black-dark.css.map
dist/skins/skin-black-dark.css.map
skins/skin-black-dark.css.map
skin-black-dark.css.map
public/css/dist/skins/skin-red-dark.css.map
css/dist/skins/skin-red-dark.css.map
dist/skins/skin-red-dark.css.map
skins/skin-red-dark.css.map
skin-red-dark.css.map
public/css/overrides.css.map public/css/overrides.css.map
css/overrides.css.map css/overrides.css.map
overrides.css.map overrides.css.map

View file

@ -355,6 +355,7 @@ database/migrations/2023_12_19_081112_fix_language_dirs.php
database/migrations/2022_10_25_193823_add_externalid_to_users.php database/migrations/2022_10_25_193823_add_externalid_to_users.php
database/migrations/2018_05_14_223646_add_indexes_to_assets.php database/migrations/2018_05_14_223646_add_indexes_to_assets.php
database/migrations/2013_11_15_015858_add_user_id_to_categories.php database/migrations/2013_11_15_015858_add_user_id_to_categories.php
database/migrations/2025_11_28_175733_add_link_colors_to_settings.php
database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php
database/migrations/2020_12_18_090026_swap_target_type_index_order.php database/migrations/2020_12_18_090026_swap_target_type_index_order.php
database/migrations/2024_03_18_221612_update_legacy_locale.php database/migrations/2024_03_18_221612_update_legacy_locale.php
@ -1116,6 +1117,7 @@ app/Rules/BooleanEncrypted.php
app/Rules/UserCannotSwitchCompaniesIfItemsAssigned.php app/Rules/UserCannotSwitchCompaniesIfItemsAssigned.php
app/Rules/AlphaEncrypted.php app/Rules/AlphaEncrypted.php
app/Rules/IPv4Encrypted.php app/Rules/IPv4Encrypted.php
app/Rules/UniqueUndeleted.php
app/Rules/AssetCannotBeCheckedOutToNondeployableStatus.php app/Rules/AssetCannotBeCheckedOutToNondeployableStatus.php
app/Rules/MacEncrypted.php app/Rules/MacEncrypted.php
app/Rules/IPEncrypted.php app/Rules/IPEncrypted.php
@ -1216,6 +1218,7 @@ app/Http/Requests/StoreLabelSettings.php
app/Http/Requests/CustomAssetReportRequest.php app/Http/Requests/CustomAssetReportRequest.php
app/Http/Requests/StoreConsumableRequest.php app/Http/Requests/StoreConsumableRequest.php
app/Http/Requests/StoreNotificationSettings.php app/Http/Requests/StoreNotificationSettings.php
app/Http/Requests/CreateMultipleAssetRequest.php
app/Http/Requests/StoreLocalizationSettings.php app/Http/Requests/StoreLocalizationSettings.php
app/Http/Requests/FilterRequest.php app/Http/Requests/FilterRequest.php
app/Http/Requests/StoreAssetRequest.php app/Http/Requests/StoreAssetRequest.php
@ -1246,6 +1249,7 @@ app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/Middleware/EncryptCookies.php app/Http/Middleware/EncryptCookies.php
app/Http/Middleware/TrustHosts.php app/Http/Middleware/TrustHosts.php
app/Http/Middleware/CheckForTwoFactor.php app/Http/Middleware/CheckForTwoFactor.php
app/Http/Middleware/CheckColorSettings.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php app/Http/Middleware/PreventRequestsDuringMaintenance.php
app/Http/Middleware/CheckForDebug.php app/Http/Middleware/CheckForDebug.php
app/Http/Controllers/Accessories/AccessoryCheckoutController.php app/Http/Controllers/Accessories/AccessoryCheckoutController.php
@ -1641,7 +1645,6 @@ resources/views/blade/input/date-display-format.blade.php
resources/views/blade/input/email-format-select.blade.php resources/views/blade/input/email-format-select.blade.php
resources/views/blade/input/colorpicker.blade.php resources/views/blade/input/colorpicker.blade.php
resources/views/blade/input/datepicker.blade.php resources/views/blade/input/datepicker.blade.php
resources/views/blade/input/skin.blade.php
resources/views/blade/input/location-select.blade.php resources/views/blade/input/location-select.blade.php
resources/views/blade/input/locale-select.blade.php resources/views/blade/input/locale-select.blade.php
resources/views/blade/input/textarea.blade.php resources/views/blade/input/textarea.blade.php
@ -1758,22 +1761,6 @@ resources/assets/less/bootstrap-less/mixins/alerts.less
resources/assets/less/bootstrap-less/mixins/vendor-prefixes.less resources/assets/less/bootstrap-less/mixins/vendor-prefixes.less
resources/assets/less/bootstrap-less/mixins/responsive-visibility.less resources/assets/less/bootstrap-less/mixins/responsive-visibility.less
resources/assets/less/app.less resources/assets/less/app.less
resources/assets/less/skins/skin-black.less
resources/assets/less/skins/skin-green.less
resources/assets/less/skins/skin-green-dark.less
resources/assets/less/skins/skin-red-dark.less
resources/assets/less/skins/skin-red.less
resources/assets/less/skins/_all-skins.less
resources/assets/less/skins/skin-blue-dark.less
resources/assets/less/skins/skin-orange-dark.less
resources/assets/less/skins/skin-contrast.less
resources/assets/less/skins/skin-yellow.less
resources/assets/less/skins/skin-purple-dark.less
resources/assets/less/skins/skin-blue.less
resources/assets/less/skins/skin-yellow-dark.less
resources/assets/less/skins/skin-purple.less
resources/assets/less/skins/skin-orange.less
resources/assets/less/skins/skin-black-dark.less
resources/assets/less/overrides.less resources/assets/less/overrides.less
resources/assets/js/dragtable.js resources/assets/js/dragtable.js
resources/assets/js/FileSaver.min.js resources/assets/js/FileSaver.min.js
@ -7811,22 +7798,6 @@ public/css/webfonts/fa-v4compatibility.woff2
public/css/build/AdminLTE.css.map public/css/build/AdminLTE.css.map
public/css/build/overrides.css.map public/css/build/overrides.css.map
public/css/build/app.css.map public/css/build/app.css.map
public/css/dist/skins/skin-orange-dark.css.map
public/css/dist/skins/skin-red.css.map
public/css/dist/skins/skin-orange.css.map
public/css/dist/skins/_all-skins.css.map
public/css/dist/skins/skin-green-dark.css.map
public/css/dist/skins/skin-purple-dark.css.map
public/css/dist/skins/skin-yellow-dark.css.map
public/css/dist/skins/skin-green.css.map
public/css/dist/skins/skin-blue-dark.css.map
public/css/dist/skins/skin-contrast.css.map
public/css/dist/skins/skin-black.css.map
public/css/dist/skins/skin-purple.css.map
public/css/dist/skins/skin-yellow.css.map
public/css/dist/skins/skin-blue.css.map
public/css/dist/skins/skin-black-dark.css.map
public/css/dist/skins/skin-red-dark.css.map
public/css/overrides.css.map public/css/overrides.css.map
public/.well-known/security.txt public/.well-known/security.txt
public/mix.js.map public/mix.js.map

View file

@ -373,97 +373,6 @@ tests/e2e/tests/i18n/permissions.spec.ts
tests/e2e/tests/i18n/settings.spec.ts tests/e2e/tests/i18n/settings.spec.ts
tests/e2e/tests/i18n/editview.spec.ts tests/e2e/tests/i18n/editview.spec.ts
tests/e2e/.env.example tests/e2e/.env.example
tests/e2e/app-template/README.md
tests/e2e/app-template/config/api.js
tests/e2e/app-template/config/middlewares.js
tests/e2e/app-template/config/features.js
tests/e2e/app-template/config/admin.js
tests/e2e/app-template/config/server.js
tests/e2e/app-template/config/plugins.js
tests/e2e/app-template/config/database.js
tests/e2e/app-template/package.json
tests/e2e/app-template/src/components/meta/seo.json
tests/e2e/app-template/src/components/product/variations.json
tests/e2e/app-template/src/components/match/player.json
tests/e2e/app-template/src/components/unique/all.json
tests/e2e/app-template/src/components/unique/top-level.json
tests/e2e/app-template/src/components/page-blocks/product-carousel.json
tests/e2e/app-template/src/components/page-blocks/hero-image.json
tests/e2e/app-template/src/components/page-blocks/content-and-image.json
tests/e2e/app-template/src/create-transfer-token.js
tests/e2e/app-template/src/constants.js
tests/e2e/app-template/src/index.js
tests/e2e/app-template/src/api/author/routes/author.js
tests/e2e/app-template/src/api/author/documentation/1.0.0/author.json
tests/e2e/app-template/src/api/author/controllers/author.js
tests/e2e/app-template/src/api/author/services/author.js
tests/e2e/app-template/src/api/author/content-types/author/schema.json
tests/e2e/app-template/src/api/upcoming-match/routes/upcoming-match.js
tests/e2e/app-template/src/api/upcoming-match/documentation/1.0.0/upcoming-match.json
tests/e2e/app-template/src/api/upcoming-match/controllers/upcoming-match.js
tests/e2e/app-template/src/api/upcoming-match/services/upcoming-match.js
tests/e2e/app-template/src/api/upcoming-match/content-types/upcoming-match/schema.json
tests/e2e/app-template/src/api/team/routes/team.js
tests/e2e/app-template/src/api/team/documentation/1.0.0/team.json
tests/e2e/app-template/src/api/team/controllers/team.js
tests/e2e/app-template/src/api/team/services/team.js
tests/e2e/app-template/src/api/team/content-types/team/schema.json
tests/e2e/app-template/src/api/config/routes/config.js
tests/e2e/app-template/src/api/config/controllers/config.js
tests/e2e/app-template/src/api/config/services/config.js
tests/e2e/app-template/src/api/product/routes/product.js
tests/e2e/app-template/src/api/product/documentation/1.0.0/product.json
tests/e2e/app-template/src/api/product/controllers/product.js
tests/e2e/app-template/src/api/product/services/product.js
tests/e2e/app-template/src/api/product/content-types/product/schema.json
tests/e2e/app-template/src/api/match/content-types/match/schema.json
tests/e2e/app-template/src/api/article/routes/article.js
tests/e2e/app-template/src/api/article/documentation/1.0.0/article.json
tests/e2e/app-template/src/api/article/controllers/article.js
tests/e2e/app-template/src/api/article/services/article.js
tests/e2e/app-template/src/api/article/content-types/article/schema.json
tests/e2e/app-template/src/api/condition/routes/condition.js
tests/e2e/app-template/src/api/condition/controllers/condition.js
tests/e2e/app-template/src/api/condition/services/condition.js
tests/e2e/app-template/src/api/condition/content-types/condition/schema.json
tests/e2e/app-template/src/api/.gitkeep
tests/e2e/app-template/src/api/country/routes/country.js
tests/e2e/app-template/src/api/country/controllers/country.js
tests/e2e/app-template/src/api/country/services/country.js
tests/e2e/app-template/src/api/country/content-types/country/schema.json
tests/e2e/app-template/src/api/cat/content-types/cat/schema.json
tests/e2e/app-template/src/api/homepage/routes/homepage.js
tests/e2e/app-template/src/api/homepage/documentation/1.0.0/homepage.json
tests/e2e/app-template/src/api/homepage/controllers/homepage.js
tests/e2e/app-template/src/api/homepage/services/homepage.js
tests/e2e/app-template/src/api/homepage/content-types/homepage/schema.json
tests/e2e/app-template/src/api/unique/routes/unique.js
tests/e2e/app-template/src/api/unique/documentation/1.0.0/unique.json
tests/e2e/app-template/src/api/unique/controllers/unique.js
tests/e2e/app-template/src/api/unique/services/unique.js
tests/e2e/app-template/src/api/unique/content-types/unique/schema.json
tests/e2e/app-template/src/api/shop/routes/shop.js
tests/e2e/app-template/src/api/shop/documentation/1.0.0/shop.json
tests/e2e/app-template/src/api/shop/controllers/shop.js
tests/e2e/app-template/src/api/shop/services/shop.js
tests/e2e/app-template/src/api/shop/content-types/shop/schema.json
tests/e2e/app-template/src/api/dog/content-types/dog/schema.json
tests/e2e/app-template/public/uploads/.gitkeep
tests/e2e/scripts/dts-export.ts
tests/e2e/scripts/endpoints.ts
tests/e2e/scripts/dts-import.ts
tests/e2e/utils/setup.ts
tests/e2e/utils/login.ts
tests/e2e/utils/dts-export.ts
tests/e2e/utils/shared.ts
tests/e2e/utils/signup.ts
tests/e2e/utils/rate-limit.ts
tests/e2e/utils/content-creation.ts
tests/e2e/utils/file-reset.ts
tests/e2e/utils/global-setup.ts
tests/e2e/utils/restart.ts
tests/e2e/utils/content-types.ts
tests/e2e/utils/dts-import.ts
tests/e2e/constants.ts tests/e2e/constants.ts
tests/e2e/data/without-admin.tar tests/e2e/data/without-admin.tar
tests/e2e/data/with-admin.tar tests/e2e/data/with-admin.tar
@ -481,95 +390,172 @@ tests/cli/tests/strapi/strapi/content-types-list.test.cli.js
tests/cli/tests/strapi/strapi/middlewares-list.test.cli.js tests/cli/tests/strapi/strapi/middlewares-list.test.cli.js
tests/cli/tests/strapi/strapi/routes-list.test.cli.js tests/cli/tests/strapi/strapi/routes-list.test.cli.js
tests/cli/tests/strapi/strapi/controllers-list.test.cli.js tests/cli/tests/strapi/strapi/controllers-list.test.cli.js
tests/cli/tests/strapi/strapi/create-user.test.cli.js
tests/cli/tests/strapi/strapi/openapi-generate.test.cli.ts tests/cli/tests/strapi/strapi/openapi-generate.test.cli.ts
tests/cli/tests/strapi/strapi/policies-list.test.cli.js tests/cli/tests/strapi/strapi/policies-list.test.cli.js
tests/cli/tests/strapi/version/version.test.cli.js tests/cli/tests/strapi/version/version.test.cli.js
tests/cli/tests/strapi/config.js tests/cli/tests/strapi/config.js
tests/cli/constants.js tests/cli/constants.js
tests/cli/app-template/README.md
tests/cli/app-template/database/migrations/.gitkeep
tests/cli/app-template/config/api.js
tests/cli/app-template/config/middlewares.js
tests/cli/app-template/config/admin.js
tests/cli/app-template/config/server.js
tests/cli/app-template/config/plugins.js
tests/cli/app-template/config/database.js
tests/cli/app-template/package.json
tests/cli/app-template/template/src/components/component-category/component-two.json
tests/cli/app-template/template/src/components/component-category/component.json
tests/cli/app-template/template/src/constants.js
tests/cli/app-template/template/src/index.js
tests/cli/app-template/template/src/api/config/routes/config.js
tests/cli/app-template/template/src/api/config/controllers/config.js
tests/cli/app-template/template/src/api/config/services/config.js
tests/cli/app-template/template/src/api/complex/routes/complex.js
tests/cli/app-template/template/src/api/complex/controllers/complex.js
tests/cli/app-template/template/src/api/complex/services/complex.js
tests/cli/app-template/template/src/api/complex/content-types/complex/schema.json
tests/cli/app-template/template/src/api/category/routes/category.js
tests/cli/app-template/template/src/api/category/controllers/category.js
tests/cli/app-template/template/src/api/category/services/category.js
tests/cli/app-template/template/src/api/category/content-types/category/schema.json
tests/cli/app-template/template/src/api/.gitkeep
tests/cli/app-template/template/src/api/single-type-unpublished/routes/single-type-unpublished.js
tests/cli/app-template/template/src/api/single-type-unpublished/controllers/single-type-unpublished.js
tests/cli/app-template/template/src/api/single-type-unpublished/services/single-type-unpublished.js
tests/cli/app-template/template/src/api/single-type-unpublished/content-types/single-type-unpublished/schema.json
tests/cli/app-template/template/src/api/single-type-localized/routes/single-type-localized.js
tests/cli/app-template/template/src/api/single-type-localized/controllers/single-type-localized.js
tests/cli/app-template/template/src/api/single-type-localized/services/single-type-localized.js
tests/cli/app-template/template/src/api/single-type-localized/content-types/single-type-localized/schema.json
tests/cli/app-template/template/src/api/single-type-non-local/routes/single-type-non-local.js
tests/cli/app-template/template/src/api/single-type-non-local/controllers/single-type-non-local.js
tests/cli/app-template/template/src/api/single-type-non-local/services/single-type-non-local.js
tests/cli/app-template/template/src/api/single-type-non-local/content-types/single-type-non-local/schema.json
tests/cli/app-template/template.json
tests/cli/app-template/src/components/component-category/component-two.json
tests/cli/app-template/src/components/component-category/component.json
tests/cli/app-template/src/constants.js
tests/cli/app-template/src/index.js
tests/cli/app-template/src/api/config/routes/config.js
tests/cli/app-template/src/api/config/controllers/config.js
tests/cli/app-template/src/api/config/services/config.js
tests/cli/app-template/src/api/complex/routes/complex.js
tests/cli/app-template/src/api/complex/controllers/complex.js
tests/cli/app-template/src/api/complex/services/complex.js
tests/cli/app-template/src/api/complex/content-types/complex/schema.json
tests/cli/app-template/src/api/category/routes/category.js
tests/cli/app-template/src/api/category/controllers/category.js
tests/cli/app-template/src/api/category/services/category.js
tests/cli/app-template/src/api/category/content-types/category/schema.json
tests/cli/app-template/src/api/.gitkeep
tests/cli/app-template/src/api/single-type-unpublished/routes/single-type-unpublished.js
tests/cli/app-template/src/api/single-type-unpublished/controllers/single-type-unpublished.js
tests/cli/app-template/src/api/single-type-unpublished/services/single-type-unpublished.js
tests/cli/app-template/src/api/single-type-unpublished/content-types/single-type-unpublished/schema.json
tests/cli/app-template/src/api/single-type-localized/routes/single-type-localized.js
tests/cli/app-template/src/api/single-type-localized/controllers/single-type-localized.js
tests/cli/app-template/src/api/single-type-localized/services/single-type-localized.js
tests/cli/app-template/src/api/single-type-localized/content-types/single-type-localized/schema.json
tests/cli/app-template/src/api/single-type-non-local/routes/single-type-non-local.js
tests/cli/app-template/src/api/single-type-non-local/controllers/single-type-non-local.js
tests/cli/app-template/src/api/single-type-non-local/services/single-type-non-local.js
tests/cli/app-template/src/api/single-type-non-local/content-types/single-type-non-local/schema.json
tests/cli/app-template/public/uploads/.gitkeep
tests/cli/app-template/public/robots.txt
tests/cli/scripts/dts-export.js
tests/cli/scripts/rate-limit.js
tests/cli/scripts/dts-import.js
tests/cli/utils/helpers.js
tests/cli/utils/test-app.js
tests/cli/utils/fs.js
tests/cli/utils/index.js
tests/cli/jest.config.js tests/cli/jest.config.js
tests/cli/data/complex.tar.gz tests/cli/data/complex.tar.gz
tests/cli/data/README.md tests/cli/data/README.md
tests/app-template/README.md
tests/app-template/database/migrations/.gitkeep
tests/app-template/config/api.js
tests/app-template/config/middlewares.js
tests/app-template/config/features.js
tests/app-template/config/admin.js
tests/app-template/config/server.js
tests/app-template/config/plugins.js
tests/app-template/config/database.js
tests/app-template/package.json
tests/app-template/template/src/components/component-category/component-two.json
tests/app-template/template/src/components/component-category/component.json
tests/app-template/template/src/constants.js
tests/app-template/template/src/index.js
tests/app-template/template/src/api/config/routes/config.js
tests/app-template/template/src/api/config/controllers/config.js
tests/app-template/template/src/api/config/services/config.js
tests/app-template/template/src/api/complex/routes/complex.js
tests/app-template/template/src/api/complex/controllers/complex.js
tests/app-template/template/src/api/complex/services/complex.js
tests/app-template/template/src/api/complex/content-types/complex/schema.json
tests/app-template/template/src/api/category/routes/category.js
tests/app-template/template/src/api/category/controllers/category.js
tests/app-template/template/src/api/category/services/category.js
tests/app-template/template/src/api/category/content-types/category/schema.json
tests/app-template/template/src/api/.gitkeep
tests/app-template/template/src/api/single-type-unpublished/routes/single-type-unpublished.js
tests/app-template/template/src/api/single-type-unpublished/controllers/single-type-unpublished.js
tests/app-template/template/src/api/single-type-unpublished/services/single-type-unpublished.js
tests/app-template/template/src/api/single-type-unpublished/content-types/single-type-unpublished/schema.json
tests/app-template/template/src/api/single-type-localized/routes/single-type-localized.js
tests/app-template/template/src/api/single-type-localized/controllers/single-type-localized.js
tests/app-template/template/src/api/single-type-localized/services/single-type-localized.js
tests/app-template/template/src/api/single-type-localized/content-types/single-type-localized/schema.json
tests/app-template/template/src/api/single-type-non-local/routes/single-type-non-local.js
tests/app-template/template/src/api/single-type-non-local/controllers/single-type-non-local.js
tests/app-template/template/src/api/single-type-non-local/services/single-type-non-local.js
tests/app-template/template/src/api/single-type-non-local/content-types/single-type-non-local/schema.json
tests/app-template/template.json
tests/app-template/src/components/meta/seo.json
tests/app-template/src/components/product/variations.json
tests/app-template/src/components/match/player.json
tests/app-template/src/components/component-category/component-two.json
tests/app-template/src/components/component-category/component.json
tests/app-template/src/components/unique/all.json
tests/app-template/src/components/unique/top-level.json
tests/app-template/src/components/page-blocks/product-carousel.json
tests/app-template/src/components/page-blocks/hero-image.json
tests/app-template/src/components/page-blocks/content-and-image.json
tests/app-template/src/create-transfer-token.js
tests/app-template/src/constants.js
tests/app-template/src/index.js
tests/app-template/src/api/author/routes/author.js
tests/app-template/src/api/author/documentation/1.0.0/author.json
tests/app-template/src/api/author/controllers/author.js
tests/app-template/src/api/author/services/author.js
tests/app-template/src/api/author/content-types/author/schema.json
tests/app-template/src/api/upcoming-match/routes/upcoming-match.js
tests/app-template/src/api/upcoming-match/documentation/1.0.0/upcoming-match.json
tests/app-template/src/api/upcoming-match/controllers/upcoming-match.js
tests/app-template/src/api/upcoming-match/services/upcoming-match.js
tests/app-template/src/api/upcoming-match/content-types/upcoming-match/schema.json
tests/app-template/src/api/team/routes/team.js
tests/app-template/src/api/team/documentation/1.0.0/team.json
tests/app-template/src/api/team/controllers/team.js
tests/app-template/src/api/team/services/team.js
tests/app-template/src/api/team/content-types/team/schema.json
tests/app-template/src/api/config/routes/config.js
tests/app-template/src/api/config/controllers/config.js
tests/app-template/src/api/config/services/config.js
tests/app-template/src/api/product/routes/product.js
tests/app-template/src/api/product/documentation/1.0.0/product.json
tests/app-template/src/api/product/controllers/product.js
tests/app-template/src/api/product/services/product.js
tests/app-template/src/api/product/content-types/product/schema.json
tests/app-template/src/api/match/content-types/match/schema.json
tests/app-template/src/api/article/routes/article.js
tests/app-template/src/api/article/documentation/1.0.0/article.json
tests/app-template/src/api/article/controllers/article.js
tests/app-template/src/api/article/services/article.js
tests/app-template/src/api/article/content-types/article/schema.json
tests/app-template/src/api/complex/routes/complex.js
tests/app-template/src/api/complex/controllers/complex.js
tests/app-template/src/api/complex/services/complex.js
tests/app-template/src/api/complex/content-types/complex/schema.json
tests/app-template/src/api/category/routes/category.js
tests/app-template/src/api/category/controllers/category.js
tests/app-template/src/api/category/services/category.js
tests/app-template/src/api/category/content-types/category/schema.json
tests/app-template/src/api/condition/routes/condition.js
tests/app-template/src/api/condition/controllers/condition.js
tests/app-template/src/api/condition/services/condition.js
tests/app-template/src/api/condition/content-types/condition/schema.json
tests/app-template/src/api/.gitkeep
tests/app-template/src/api/country/routes/country.js
tests/app-template/src/api/country/controllers/country.js
tests/app-template/src/api/country/services/country.js
tests/app-template/src/api/country/content-types/country/schema.json
tests/app-template/src/api/single-type-unpublished/routes/single-type-unpublished.js
tests/app-template/src/api/single-type-unpublished/controllers/single-type-unpublished.js
tests/app-template/src/api/single-type-unpublished/services/single-type-unpublished.js
tests/app-template/src/api/single-type-unpublished/content-types/single-type-unpublished/schema.json
tests/app-template/src/api/cat/content-types/cat/schema.json
tests/app-template/src/api/homepage/routes/homepage.js
tests/app-template/src/api/homepage/documentation/1.0.0/homepage.json
tests/app-template/src/api/homepage/controllers/homepage.js
tests/app-template/src/api/homepage/services/homepage.js
tests/app-template/src/api/homepage/content-types/homepage/schema.json
tests/app-template/src/api/unique/routes/unique.js
tests/app-template/src/api/unique/documentation/1.0.0/unique.json
tests/app-template/src/api/unique/controllers/unique.js
tests/app-template/src/api/unique/services/unique.js
tests/app-template/src/api/unique/content-types/unique/schema.json
tests/app-template/src/api/shop/routes/shop.js
tests/app-template/src/api/shop/documentation/1.0.0/shop.json
tests/app-template/src/api/shop/controllers/shop.js
tests/app-template/src/api/shop/services/shop.js
tests/app-template/src/api/shop/content-types/shop/schema.json
tests/app-template/src/api/single-type-localized/routes/single-type-localized.js
tests/app-template/src/api/single-type-localized/controllers/single-type-localized.js
tests/app-template/src/api/single-type-localized/services/single-type-localized.js
tests/app-template/src/api/single-type-localized/content-types/single-type-localized/schema.json
tests/app-template/src/api/dog/content-types/dog/schema.json
tests/app-template/src/api/single-type-non-local/routes/single-type-non-local.js
tests/app-template/src/api/single-type-non-local/controllers/single-type-non-local.js
tests/app-template/src/api/single-type-non-local/services/single-type-non-local.js
tests/app-template/src/api/single-type-non-local/content-types/single-type-non-local/schema.json
tests/app-template/public/uploads/.gitkeep
tests/app-template/public/robots.txt
tests/.eslintrc tests/.eslintrc
tests/scripts/generate-test-app.js tests/scripts/generate-test-app.js
tests/scripts/run-test-app.js tests/scripts/run-test-app.js
tests/scripts/run-e2e-tests.js tests/scripts/run-e2e-tests.js
tests/scripts/run-api-tests.js tests/scripts/run-api-tests.js
tests/scripts/run-tests.js
tests/scripts/run-cli-tests.js tests/scripts/run-cli-tests.js
tests/utils/get-test-apps.js
tests/utils/runners/browser-runner.js
tests/utils/runners/shared-setup.js
tests/utils/runners/cli-runner.js
tests/utils/setup.ts
tests/utils/login.ts
tests/utils/dts-export.ts
tests/utils/helpers.js
tests/utils/shared.ts
tests/utils/signup.ts
tests/utils/rate-limit.ts
tests/utils/fs.js
tests/utils/content-creation.ts
tests/utils/file-reset.ts
tests/utils/global-setup.ts
tests/utils/restart.ts
tests/utils/scripts/dts-export.ts
tests/utils/scripts/endpoints.ts
tests/utils/content-types.ts
tests/utils/index.js
tests/utils/dts-import.ts
tests/api/utils/index.ts tests/api/utils/index.ts
tests/api/utils/builder-helper.ts tests/api/utils/builder-helper.ts
tests/api/plugins/content-releases/homepage.test.api.ts tests/api/plugins/content-releases/homepage.test.api.ts
@ -4254,6 +4240,11 @@ packages/core/content-type-builder/admin/src/components/DataManager/utils/cleanD
packages/core/content-type-builder/admin/src/components/DataManager/utils/formatSchemas.ts packages/core/content-type-builder/admin/src/components/DataManager/utils/formatSchemas.ts
packages/core/content-type-builder/admin/src/components/DataManager/utils/retrieveComponentsThatHaveComponents.ts packages/core/content-type-builder/admin/src/components/DataManager/utils/retrieveComponentsThatHaveComponents.ts
packages/core/content-type-builder/admin/src/components/DataManager/reducer.ts packages/core/content-type-builder/admin/src/components/DataManager/reducer.ts
packages/core/content-type-builder/admin/src/components/CTBSession/useCTBTracking.ts
packages/core/content-type-builder/admin/src/components/CTBSession/ctbSession.ts
packages/core/content-type-builder/admin/src/components/CTBSession/useCTBSession.ts
packages/core/content-type-builder/admin/src/components/CTBSession/CTBSessionProvider.tsx
packages/core/content-type-builder/admin/src/components/CTBSession/sessionContext.ts
packages/core/content-type-builder/admin/src/components/CheckboxWithNumberField.tsx packages/core/content-type-builder/admin/src/components/CheckboxWithNumberField.tsx
packages/core/content-type-builder/admin/src/components/FormModal/FormModal.tsx packages/core/content-type-builder/admin/src/components/FormModal/FormModal.tsx
packages/core/content-type-builder/admin/src/components/FormModal/tests/reducer.test.ts packages/core/content-type-builder/admin/src/components/FormModal/tests/reducer.test.ts

View file

@ -6663,6 +6663,11 @@ Umbraco.Tests.UnitTests/Umbraco.Core/Services/AuditEntryServiceTests.cs
Umbraco.Core/Services/AuditEntryServiceTests.cs Umbraco.Core/Services/AuditEntryServiceTests.cs
Services/AuditEntryServiceTests.cs Services/AuditEntryServiceTests.cs
AuditEntryServiceTests.cs AuditEntryServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/ContentValidationServiceTests.cs
Umbraco.Tests.UnitTests/Umbraco.Core/Services/ContentValidationServiceTests.cs
Umbraco.Core/Services/ContentValidationServiceTests.cs
Services/ContentValidationServiceTests.cs
ContentValidationServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/PublishStatus/PublishedContentStatusFilteringServiceTests.cs tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/PublishStatus/PublishedContentStatusFilteringServiceTests.cs
Umbraco.Tests.UnitTests/Umbraco.Core/Services/PublishStatus/PublishedContentStatusFilteringServiceTests.cs Umbraco.Tests.UnitTests/Umbraco.Core/Services/PublishStatus/PublishedContentStatusFilteringServiceTests.cs
Umbraco.Core/Services/PublishStatus/PublishedContentStatusFilteringServiceTests.cs Umbraco.Core/Services/PublishStatus/PublishedContentStatusFilteringServiceTests.cs
@ -31214,6 +31219,14 @@ documents/documents/recycle-bin/constants.ts
documents/recycle-bin/constants.ts documents/recycle-bin/constants.ts
recycle-bin/constants.ts recycle-bin/constants.ts
constants.ts constants.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/document-item-data-resolver.test.ts
Umbraco.Web.UI.Client/src/packages/documents/documents/item/document-item-data-resolver.test.ts
src/packages/documents/documents/item/document-item-data-resolver.test.ts
packages/documents/documents/item/document-item-data-resolver.test.ts
documents/documents/item/document-item-data-resolver.test.ts
documents/item/document-item-data-resolver.test.ts
item/document-item-data-resolver.test.ts
document-item-data-resolver.test.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/document-item-ref.element.ts src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/document-item-ref.element.ts
Umbraco.Web.UI.Client/src/packages/documents/documents/item/document-item-ref.element.ts Umbraco.Web.UI.Client/src/packages/documents/documents/item/document-item-ref.element.ts
src/packages/documents/documents/item/document-item-ref.element.ts src/packages/documents/documents/item/document-item-ref.element.ts
@ -40468,26 +40481,6 @@ block-grid/property-editors/block-grid-editor/manifests.ts
property-editors/block-grid-editor/manifests.ts property-editors/block-grid-editor/manifests.ts
block-grid-editor/manifests.ts block-grid-editor/manifests.ts
manifests.ts manifests.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/property-actions/manifests.ts
Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/property-actions/manifests.ts
src/packages/block/block-grid/property-editors/block-grid-editor/property-actions/manifests.ts
packages/block/block-grid/property-editors/block-grid-editor/property-actions/manifests.ts
block/block-grid/property-editors/block-grid-editor/property-actions/manifests.ts
block-grid/property-editors/block-grid-editor/property-actions/manifests.ts
property-editors/block-grid-editor/property-actions/manifests.ts
block-grid-editor/property-actions/manifests.ts
property-actions/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/property-actions/block-grid-paste-from-clipboard.ts
Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/property-actions/block-grid-paste-from-clipboard.ts
src/packages/block/block-grid/property-editors/block-grid-editor/property-actions/block-grid-paste-from-clipboard.ts
packages/block/block-grid/property-editors/block-grid-editor/property-actions/block-grid-paste-from-clipboard.ts
block/block-grid/property-editors/block-grid-editor/property-actions/block-grid-paste-from-clipboard.ts
block-grid/property-editors/block-grid-editor/property-actions/block-grid-paste-from-clipboard.ts
property-editors/block-grid-editor/property-actions/block-grid-paste-from-clipboard.ts
block-grid-editor/property-actions/block-grid-paste-from-clipboard.ts
property-actions/block-grid-paste-from-clipboard.ts
block-grid-paste-from-clipboard.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/types.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/types.ts
Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/types.ts Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/types.ts
src/packages/block/block-grid/property-editors/block-grid-editor/types.ts src/packages/block/block-grid/property-editors/block-grid-editor/types.ts
@ -41118,6 +41111,22 @@ packages/block/block-grid/index.ts
block/block-grid/index.ts block/block-grid/index.ts
block-grid/index.ts block-grid/index.ts
index.ts index.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-actions/manifests.ts
Umbraco.Web.UI.Client/src/packages/block/block-grid/property-actions/manifests.ts
src/packages/block/block-grid/property-actions/manifests.ts
packages/block/block-grid/property-actions/manifests.ts
block/block-grid/property-actions/manifests.ts
block-grid/property-actions/manifests.ts
property-actions/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-actions/block-grid-paste-from-clipboard.ts
Umbraco.Web.UI.Client/src/packages/block/block-grid/property-actions/block-grid-paste-from-clipboard.ts
src/packages/block/block-grid/property-actions/block-grid-paste-from-clipboard.ts
packages/block/block-grid/property-actions/block-grid-paste-from-clipboard.ts
block/block-grid/property-actions/block-grid-paste-from-clipboard.ts
block-grid/property-actions/block-grid-paste-from-clipboard.ts
property-actions/block-grid-paste-from-clipboard.ts
block-grid-paste-from-clipboard.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.ts
Umbraco.Web.UI.Client/src/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.ts Umbraco.Web.UI.Client/src/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.ts
src/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.ts src/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.ts
@ -73122,6 +73131,14 @@ core/icon-registry/icons/icon-remove.ts
icon-registry/icons/icon-remove.ts icon-registry/icons/icon-remove.ts
icons/icon-remove.ts icons/icon-remove.ts
icon-remove.ts icon-remove.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-sort.ts
Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-sort.ts
src/packages/core/icon-registry/icons/icon-sort.ts
packages/core/icon-registry/icons/icon-sort.ts
core/icon-registry/icons/icon-sort.ts
icon-registry/icons/icon-sort.ts
icons/icon-sort.ts
icon-sort.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-usb.ts src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-usb.ts
Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-usb.ts Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-usb.ts
src/packages/core/icon-registry/icons/icon-usb.ts src/packages/core/icon-registry/icons/icon-usb.ts
@ -82959,6 +82976,162 @@ packages/core/entity-action/request-reload-children-of-entity.event.ts
core/entity-action/request-reload-children-of-entity.event.ts core/entity-action/request-reload-children-of-entity.event.ts
entity-action/request-reload-children-of-entity.event.ts entity-action/request-reload-children-of-entity.event.ts
request-reload-children-of-entity.event.ts request-reload-children-of-entity.event.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/components/property-sort-mode-toolbar.element.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/components/property-sort-mode-toolbar.element.ts
src/packages/core/property-sort-mode/components/property-sort-mode-toolbar.element.ts
packages/core/property-sort-mode/components/property-sort-mode-toolbar.element.ts
core/property-sort-mode/components/property-sort-mode-toolbar.element.ts
property-sort-mode/components/property-sort-mode-toolbar.element.ts
components/property-sort-mode-toolbar.element.ts
property-sort-mode-toolbar.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/components/index.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/components/index.ts
src/packages/core/property-sort-mode/components/index.ts
packages/core/property-sort-mode/components/index.ts
core/property-sort-mode/components/index.ts
property-sort-mode/components/index.ts
components/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.ts
src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.ts
packages/core/property-sort-mode/property-action/property-sort-mode-property-action.ts
core/property-sort-mode/property-action/property-sort-mode-property-action.ts
property-sort-mode/property-action/property-sort-mode-property-action.ts
property-action/property-sort-mode-property-action.ts
property-sort-mode-property-action.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.test.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.test.ts
src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.test.ts
packages/core/property-sort-mode/property-action/property-sort-mode-property-action.test.ts
core/property-sort-mode/property-action/property-sort-mode-property-action.test.ts
property-sort-mode/property-action/property-sort-mode-property-action.test.ts
property-action/property-sort-mode-property-action.test.ts
property-sort-mode-property-action.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/manifests.ts
src/packages/core/property-sort-mode/property-action/manifests.ts
packages/core/property-sort-mode/property-action/manifests.ts
core/property-sort-mode/property-action/manifests.ts
property-sort-mode/property-action/manifests.ts
property-action/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/index.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/index.ts
src/packages/core/property-sort-mode/property-action/index.ts
packages/core/property-sort-mode/property-action/index.ts
core/property-sort-mode/property-action/index.ts
property-sort-mode/property-action/index.ts
property-action/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.element.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.element.ts
src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.element.ts
packages/core/property-sort-mode/property-action/property-sort-mode-property-action.element.ts
core/property-sort-mode/property-action/property-sort-mode-property-action.element.ts
property-sort-mode/property-action/property-sort-mode-property-action.element.ts
property-action/property-sort-mode-property-action.element.ts
property-sort-mode-property-action.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/types.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/types.ts
src/packages/core/property-sort-mode/property-action/types.ts
packages/core/property-sort-mode/property-action/types.ts
core/property-sort-mode/property-action/types.ts
property-sort-mode/property-action/types.ts
property-action/types.ts
types.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/constants.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/constants.ts
src/packages/core/property-sort-mode/property-action/constants.ts
packages/core/property-sort-mode/property-action/constants.ts
core/property-sort-mode/property-action/constants.ts
property-sort-mode/property-action/constants.ts
property-action/constants.ts
constants.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/manifests.ts
src/packages/core/property-sort-mode/manifests.ts
packages/core/property-sort-mode/manifests.ts
core/property-sort-mode/manifests.ts
property-sort-mode/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/index.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/index.ts
src/packages/core/property-sort-mode/index.ts
packages/core/property-sort-mode/index.ts
core/property-sort-mode/index.ts
property-sort-mode/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/property-sort-mode.context-token.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/property-sort-mode.context-token.ts
src/packages/core/property-sort-mode/property-context/property-sort-mode.context-token.ts
packages/core/property-sort-mode/property-context/property-sort-mode.context-token.ts
core/property-sort-mode/property-context/property-sort-mode.context-token.ts
property-sort-mode/property-context/property-sort-mode.context-token.ts
property-context/property-sort-mode.context-token.ts
property-sort-mode.context-token.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/manifests.ts
src/packages/core/property-sort-mode/property-context/manifests.ts
packages/core/property-sort-mode/property-context/manifests.ts
core/property-sort-mode/property-context/manifests.ts
property-sort-mode/property-context/manifests.ts
property-context/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/property-sort-mode.context.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/property-sort-mode.context.ts
src/packages/core/property-sort-mode/property-context/property-sort-mode.context.ts
packages/core/property-sort-mode/property-context/property-sort-mode.context.ts
core/property-sort-mode/property-context/property-sort-mode.context.ts
property-sort-mode/property-context/property-sort-mode.context.ts
property-context/property-sort-mode.context.ts
property-sort-mode.context.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/index.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/index.ts
src/packages/core/property-sort-mode/property-context/index.ts
packages/core/property-sort-mode/property-context/index.ts
core/property-sort-mode/property-context/index.ts
property-sort-mode/property-context/index.ts
property-context/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/types.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/types.ts
src/packages/core/property-sort-mode/property-context/types.ts
packages/core/property-sort-mode/property-context/types.ts
core/property-sort-mode/property-context/types.ts
property-sort-mode/property-context/types.ts
property-context/types.ts
types.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/constants.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/constants.ts
src/packages/core/property-sort-mode/property-context/constants.ts
packages/core/property-sort-mode/property-context/constants.ts
core/property-sort-mode/property-context/constants.ts
property-sort-mode/property-context/constants.ts
property-context/constants.ts
constants.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/property-sort-mode.context.test.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/property-sort-mode.context.test.ts
src/packages/core/property-sort-mode/property-context/property-sort-mode.context.test.ts
packages/core/property-sort-mode/property-context/property-sort-mode.context.test.ts
core/property-sort-mode/property-context/property-sort-mode.context.test.ts
property-sort-mode/property-context/property-sort-mode.context.test.ts
property-context/property-sort-mode.context.test.ts
property-sort-mode.context.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/types.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/types.ts
src/packages/core/property-sort-mode/types.ts
packages/core/property-sort-mode/types.ts
core/property-sort-mode/types.ts
property-sort-mode/types.ts
types.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/constants.ts
Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/constants.ts
src/packages/core/property-sort-mode/constants.ts
packages/core/property-sort-mode/constants.ts
core/property-sort-mode/constants.ts
property-sort-mode/constants.ts
constants.ts
src/Umbraco.Web.UI.Client/src/packages/core/resources/cancelable-promise.ts src/Umbraco.Web.UI.Client/src/packages/core/resources/cancelable-promise.ts
Umbraco.Web.UI.Client/src/packages/core/resources/cancelable-promise.ts Umbraco.Web.UI.Client/src/packages/core/resources/cancelable-promise.ts
src/packages/core/resources/cancelable-promise.ts src/packages/core/resources/cancelable-promise.ts

View file

@ -1277,6 +1277,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/ContentTypeServiceExtensions
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/AuditServiceTests.cs tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/AuditServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/BasicAuthServiceTests.cs tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/BasicAuthServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/AuditEntryServiceTests.cs tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/AuditEntryServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/ContentValidationServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/PublishStatus/PublishedContentStatusFilteringServiceTests.cs tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/PublishStatus/PublishedContentStatusFilteringServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/ContentVersionCleanupServiceTest.cs tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/ContentVersionCleanupServiceTest.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/UserGroupServiceTests.cs tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/UserGroupServiceTests.cs
@ -5961,6 +5962,7 @@ src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/types.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/entity-action/bulk-trash/manifests.ts src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/entity-action/bulk-trash/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/entity-action/manifests.ts src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/entity-action/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/constants.ts src/Umbraco.Web.UI.Client/src/packages/documents/documents/recycle-bin/constants.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/document-item-data-resolver.test.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/document-item-ref.element.ts src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/document-item-ref.element.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/manifests.ts src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/index.ts src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/index.ts
@ -7032,8 +7034,6 @@ src/Umbraco.Web.UI.Client/src/packages/block/block/property-value-cloner/flat-la
src/Umbraco.Web.UI.Client/src/packages/block/block/property-value-cloner/flat-layout-block-property-value-cloner.api.ts src/Umbraco.Web.UI.Client/src/packages/block/block/property-value-cloner/flat-layout-block-property-value-cloner.api.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/Umbraco.BlockGrid.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/Umbraco.BlockGrid.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/manifests.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/property-actions/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/property-actions/block-grid-paste-from-clipboard.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/types.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/types.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/property-editor-ui-block-grid.test.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/property-editor-ui-block-grid.test.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/property-editor-ui-block-grid.element.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/property-editor-ui-block-grid.element.ts
@ -7105,6 +7105,8 @@ src/Umbraco.Web.UI.Client/src/packages/block/block-grid/block-grid-manager/index
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/block-grid-manager/constants.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/block-grid-manager/constants.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/manifests.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/index.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/index.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-actions/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-actions/block-grid-paste-from-clipboard.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.test.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/clipboard/grid-block/copy/block-grid-to-grid-block-copy-translator.test.ts
src/Umbraco.Web.UI.Client/src/packages/block/block-grid/clipboard/grid-block/manifests.ts src/Umbraco.Web.UI.Client/src/packages/block/block-grid/clipboard/grid-block/manifests.ts
@ -10981,6 +10983,7 @@ src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-layout.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-circus.ts src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-circus.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-next-media.ts src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-next-media.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-remove.ts src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-remove.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-sort.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-usb.ts src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-usb.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-text-direction-rtl.ts src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-text-direction-rtl.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-coins-yen-alt.ts src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-coins-yen-alt.ts
@ -12130,6 +12133,26 @@ src/Umbraco.Web.UI.Client/src/packages/core/entity-action/default/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/entity-action/constants.ts src/Umbraco.Web.UI.Client/src/packages/core/entity-action/constants.ts
src/Umbraco.Web.UI.Client/src/packages/core/entity-action/request-reload-structure-for-entity.event.ts src/Umbraco.Web.UI.Client/src/packages/core/entity-action/request-reload-structure-for-entity.event.ts
src/Umbraco.Web.UI.Client/src/packages/core/entity-action/request-reload-children-of-entity.event.ts src/Umbraco.Web.UI.Client/src/packages/core/entity-action/request-reload-children-of-entity.event.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/components/property-sort-mode-toolbar.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/components/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/property-sort-mode-property-action.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-action/constants.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/property-sort-mode.context-token.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/property-sort-mode.context.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/constants.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/property-context/property-sort-mode.context.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-sort-mode/constants.ts
src/Umbraco.Web.UI.Client/src/packages/core/resources/cancelable-promise.ts src/Umbraco.Web.UI.Client/src/packages/core/resources/cancelable-promise.ts
src/Umbraco.Web.UI.Client/src/packages/core/resources/extractUmbColorVariable.function.ts src/Umbraco.Web.UI.Client/src/packages/core/resources/extractUmbColorVariable.function.ts
src/Umbraco.Web.UI.Client/src/packages/core/resources/data-api/types.ts src/Umbraco.Web.UI.Client/src/packages/core/resources/data-api/types.ts

View file

@ -35726,6 +35726,10 @@ plugins/woocommerce/changelog/wooplug-5887-uncaught-error-call-to-a-member-funct
woocommerce/changelog/wooplug-5887-uncaught-error-call-to-a-member-function woocommerce/changelog/wooplug-5887-uncaught-error-call-to-a-member-function
changelog/wooplug-5887-uncaught-error-call-to-a-member-function changelog/wooplug-5887-uncaught-error-call-to-a-member-function
wooplug-5887-uncaught-error-call-to-a-member-function wooplug-5887-uncaught-error-call-to-a-member-function
plugins/woocommerce/changelog/tweak-deprecated-tag-wc_enqueue_script
woocommerce/changelog/tweak-deprecated-tag-wc_enqueue_script
changelog/tweak-deprecated-tag-wc_enqueue_script
tweak-deprecated-tag-wc_enqueue_script
plugins/woocommerce/changelog/stomail-7641-settings-notifications-preview-shows-404-not-found plugins/woocommerce/changelog/stomail-7641-settings-notifications-preview-shows-404-not-found
woocommerce/changelog/stomail-7641-settings-notifications-preview-shows-404-not-found woocommerce/changelog/stomail-7641-settings-notifications-preview-shows-404-not-found
changelog/stomail-7641-settings-notifications-preview-shows-404-not-found changelog/stomail-7641-settings-notifications-preview-shows-404-not-found
@ -35802,6 +35806,10 @@ plugins/woocommerce/changelog/add-phpstan
woocommerce/changelog/add-phpstan woocommerce/changelog/add-phpstan
changelog/add-phpstan changelog/add-phpstan
add-phpstan add-phpstan
plugins/woocommerce/changelog/62198-trunk
woocommerce/changelog/62198-trunk
changelog/62198-trunk
62198-trunk
plugins/woocommerce/changelog/e2e-enhance-ctrf-report-env-data plugins/woocommerce/changelog/e2e-enhance-ctrf-report-env-data
woocommerce/changelog/e2e-enhance-ctrf-report-env-data woocommerce/changelog/e2e-enhance-ctrf-report-env-data
changelog/e2e-enhance-ctrf-report-env-data changelog/e2e-enhance-ctrf-report-env-data
@ -35886,6 +35894,10 @@ plugins/woocommerce/changelog/61910-wooship-1574-shipping-fulfillments-create-en
woocommerce/changelog/61910-wooship-1574-shipping-fulfillments-create-endpoint-to-get-shipping-providers woocommerce/changelog/61910-wooship-1574-shipping-fulfillments-create-endpoint-to-get-shipping-providers
changelog/61910-wooship-1574-shipping-fulfillments-create-endpoint-to-get-shipping-providers changelog/61910-wooship-1574-shipping-fulfillments-create-endpoint-to-get-shipping-providers
61910-wooship-1574-shipping-fulfillments-create-endpoint-to-get-shipping-providers 61910-wooship-1574-shipping-fulfillments-create-endpoint-to-get-shipping-providers
plugins/woocommerce/changelog/fix-k6-nonce-extraction-pattern
woocommerce/changelog/fix-k6-nonce-extraction-pattern
changelog/fix-k6-nonce-extraction-pattern
fix-k6-nonce-extraction-pattern
plugins/woocommerce/changelog/pr-61878 plugins/woocommerce/changelog/pr-61878
woocommerce/changelog/pr-61878 woocommerce/changelog/pr-61878
changelog/pr-61878 changelog/pr-61878
@ -35922,6 +35934,10 @@ plugins/woocommerce/changelog/61788-wooplug-5756-occasional-blank-shop-archive-p
woocommerce/changelog/61788-wooplug-5756-occasional-blank-shop-archive-page woocommerce/changelog/61788-wooplug-5756-occasional-blank-shop-archive-page
changelog/61788-wooplug-5756-occasional-blank-shop-archive-page changelog/61788-wooplug-5756-occasional-blank-shop-archive-page
61788-wooplug-5756-occasional-blank-shop-archive-page 61788-wooplug-5756-occasional-blank-shop-archive-page
plugins/woocommerce/changelog/wooa7s-792-settings-ui-add-import-mode-to-analytics-settings
woocommerce/changelog/wooa7s-792-settings-ui-add-import-mode-to-analytics-settings
changelog/wooa7s-792-settings-ui-add-import-mode-to-analytics-settings
wooa7s-792-settings-ui-add-import-mode-to-analytics-settings
plugins/woocommerce/changelog/62142-tweak-add-wc-version-in-paypal-custom-id plugins/woocommerce/changelog/62142-tweak-add-wc-version-in-paypal-custom-id
woocommerce/changelog/62142-tweak-add-wc-version-in-paypal-custom-id woocommerce/changelog/62142-tweak-add-wc-version-in-paypal-custom-id
changelog/62142-tweak-add-wc-version-in-paypal-custom-id changelog/62142-tweak-add-wc-version-in-paypal-custom-id
@ -35942,6 +35958,10 @@ plugins/woocommerce/changelog/61963-task-update-auth-capture-logic
woocommerce/changelog/61963-task-update-auth-capture-logic woocommerce/changelog/61963-task-update-auth-capture-logic
changelog/61963-task-update-auth-capture-logic changelog/61963-task-update-auth-capture-logic
61963-task-update-auth-capture-logic 61963-task-update-auth-capture-logic
plugins/woocommerce/changelog/62058-task-paypal-standard-account-restricted-notice
woocommerce/changelog/62058-task-paypal-standard-account-restricted-notice
changelog/62058-task-paypal-standard-account-restricted-notice
62058-task-paypal-standard-account-restricted-notice
plugins/woocommerce/changelog/fix-62029 plugins/woocommerce/changelog/fix-62029
woocommerce/changelog/fix-62029 woocommerce/changelog/fix-62029
changelog/fix-62029 changelog/fix-62029
@ -37904,6 +37924,14 @@ client/analytics/report/index.js
analytics/report/index.js analytics/report/index.js
report/index.js report/index.js
index.js index.js
plugins/woocommerce/client/admin/client/analytics/settings/import-mode-confirmation-modal.tsx
woocommerce/client/admin/client/analytics/settings/import-mode-confirmation-modal.tsx
client/admin/client/analytics/settings/import-mode-confirmation-modal.tsx
admin/client/analytics/settings/import-mode-confirmation-modal.tsx
client/analytics/settings/import-mode-confirmation-modal.tsx
analytics/settings/import-mode-confirmation-modal.tsx
settings/import-mode-confirmation-modal.tsx
import-mode-confirmation-modal.tsx
plugins/woocommerce/client/admin/client/analytics/settings/README.md plugins/woocommerce/client/admin/client/analytics/settings/README.md
woocommerce/client/admin/client/analytics/settings/README.md woocommerce/client/admin/client/analytics/settings/README.md
client/admin/client/analytics/settings/README.md client/admin/client/analytics/settings/README.md
@ -37920,6 +37948,15 @@ client/analytics/settings/setting.scss
analytics/settings/setting.scss analytics/settings/setting.scss
settings/setting.scss settings/setting.scss
setting.scss setting.scss
plugins/woocommerce/client/admin/client/analytics/settings/test/index.test.js
woocommerce/client/admin/client/analytics/settings/test/index.test.js
client/admin/client/analytics/settings/test/index.test.js
admin/client/analytics/settings/test/index.test.js
client/analytics/settings/test/index.test.js
analytics/settings/test/index.test.js
settings/test/index.test.js
test/index.test.js
index.test.js
plugins/woocommerce/client/admin/client/analytics/settings/index.scss plugins/woocommerce/client/admin/client/analytics/settings/index.scss
woocommerce/client/admin/client/analytics/settings/index.scss woocommerce/client/admin/client/analytics/settings/index.scss
client/admin/client/analytics/settings/index.scss client/admin/client/analytics/settings/index.scss

View file

@ -5608,6 +5608,7 @@ plugins/woocommerce/changelog/62169-wooa7s-791-backend-register-analytics-import
plugins/woocommerce/changelog/dev-bump-playwright-0.57-and-ctrf plugins/woocommerce/changelog/dev-bump-playwright-0.57-and-ctrf
plugins/woocommerce/changelog/62040-update-dynamic-shipping-tax-rates-filter plugins/woocommerce/changelog/62040-update-dynamic-shipping-tax-rates-filter
plugins/woocommerce/changelog/wooplug-5887-uncaught-error-call-to-a-member-function plugins/woocommerce/changelog/wooplug-5887-uncaught-error-call-to-a-member-function
plugins/woocommerce/changelog/tweak-deprecated-tag-wc_enqueue_script
plugins/woocommerce/changelog/stomail-7641-settings-notifications-preview-shows-404-not-found plugins/woocommerce/changelog/stomail-7641-settings-notifications-preview-shows-404-not-found
plugins/woocommerce/changelog/fix-61720-select2-styles-leaking-into-other-plugins plugins/woocommerce/changelog/fix-61720-select2-styles-leaking-into-other-plugins
plugins/woocommerce/changelog/61821-dev-simple-quantity-refactor plugins/woocommerce/changelog/61821-dev-simple-quantity-refactor
@ -5627,6 +5628,7 @@ plugins/woocommerce/changelog/wooprd-1479-ciab-woocommerce-email-content-block-d
plugins/woocommerce/changelog/wooprd-1428-enable-block-email-support-for-other-woo-core-emails plugins/woocommerce/changelog/wooprd-1428-enable-block-email-support-for-other-woo-core-emails
plugins/woocommerce/changelog/fix-migrator-cft plugins/woocommerce/changelog/fix-migrator-cft
plugins/woocommerce/changelog/add-phpstan plugins/woocommerce/changelog/add-phpstan
plugins/woocommerce/changelog/62198-trunk
plugins/woocommerce/changelog/e2e-enhance-ctrf-report-env-data plugins/woocommerce/changelog/e2e-enhance-ctrf-report-env-data
plugins/woocommerce/changelog/61415-add-currency-data-to-order-items-rest-v4 plugins/woocommerce/changelog/61415-add-currency-data-to-order-items-rest-v4
plugins/woocommerce/changelog/fix-62028 plugins/woocommerce/changelog/fix-62028
@ -5648,6 +5650,7 @@ plugins/woocommerce/changelog/wooprd-968-update-design-of-notification-email-tem
plugins/woocommerce/changelog/pr-61986 plugins/woocommerce/changelog/pr-61986
plugins/woocommerce/changelog/62114-tweak-61755-paginate-all-variations plugins/woocommerce/changelog/62114-tweak-61755-paginate-all-variations
plugins/woocommerce/changelog/61910-wooship-1574-shipping-fulfillments-create-endpoint-to-get-shipping-providers plugins/woocommerce/changelog/61910-wooship-1574-shipping-fulfillments-create-endpoint-to-get-shipping-providers
plugins/woocommerce/changelog/fix-k6-nonce-extraction-pattern
plugins/woocommerce/changelog/pr-61878 plugins/woocommerce/changelog/pr-61878
plugins/woocommerce/changelog/pr-62063 plugins/woocommerce/changelog/pr-62063
plugins/woocommerce/changelog/pr-61779 plugins/woocommerce/changelog/pr-61779
@ -5657,11 +5660,13 @@ plugins/woocommerce/changelog/pr-61476
plugins/woocommerce/changelog/wooplug-4778-ugly-tax-suffix-line-break-in-order-emails plugins/woocommerce/changelog/wooplug-4778-ugly-tax-suffix-line-break-in-order-emails
plugins/woocommerce/changelog/fix-wccom-1958 plugins/woocommerce/changelog/fix-wccom-1958
plugins/woocommerce/changelog/61788-wooplug-5756-occasional-blank-shop-archive-page plugins/woocommerce/changelog/61788-wooplug-5756-occasional-blank-shop-archive-page
plugins/woocommerce/changelog/wooa7s-792-settings-ui-add-import-mode-to-analytics-settings
plugins/woocommerce/changelog/62142-tweak-add-wc-version-in-paypal-custom-id plugins/woocommerce/changelog/62142-tweak-add-wc-version-in-paypal-custom-id
plugins/woocommerce/changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview plugins/woocommerce/changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
plugins/woocommerce/changelog/fix-order-again-sold-individually-variations plugins/woocommerce/changelog/fix-order-again-sold-individually-variations
plugins/woocommerce/changelog/62045-dev-pass-input-element-as-context-in-quantity-selector plugins/woocommerce/changelog/62045-dev-pass-input-element-as-context-in-quantity-selector
plugins/woocommerce/changelog/61963-task-update-auth-capture-logic plugins/woocommerce/changelog/61963-task-update-auth-capture-logic
plugins/woocommerce/changelog/62058-task-paypal-standard-account-restricted-notice
plugins/woocommerce/changelog/fix-62029 plugins/woocommerce/changelog/fix-62029
plugins/woocommerce/.distignore plugins/woocommerce/.distignore
plugins/woocommerce/phpstan.neon plugins/woocommerce/phpstan.neon
@ -5887,8 +5892,10 @@ plugins/woocommerce/client/admin/client/analytics/report/categories/breadcrumbs.
plugins/woocommerce/client/admin/client/analytics/report/categories/config.js plugins/woocommerce/client/admin/client/analytics/report/categories/config.js
plugins/woocommerce/client/admin/client/analytics/report/use-reports.js plugins/woocommerce/client/admin/client/analytics/report/use-reports.js
plugins/woocommerce/client/admin/client/analytics/report/index.js plugins/woocommerce/client/admin/client/analytics/report/index.js
plugins/woocommerce/client/admin/client/analytics/settings/import-mode-confirmation-modal.tsx
plugins/woocommerce/client/admin/client/analytics/settings/README.md plugins/woocommerce/client/admin/client/analytics/settings/README.md
plugins/woocommerce/client/admin/client/analytics/settings/setting.scss plugins/woocommerce/client/admin/client/analytics/settings/setting.scss
plugins/woocommerce/client/admin/client/analytics/settings/test/index.test.js
plugins/woocommerce/client/admin/client/analytics/settings/index.scss plugins/woocommerce/client/admin/client/analytics/settings/index.scss
plugins/woocommerce/client/admin/client/analytics/settings/historical-data/utils.js plugins/woocommerce/client/admin/client/analytics/settings/historical-data/utils.js
plugins/woocommerce/client/admin/client/analytics/settings/historical-data/style.scss plugins/woocommerce/client/admin/client/analytics/settings/historical-data/style.scss

View file

@ -18659,6 +18659,10 @@ lib/ai/provider/anthropic.rb
ai/provider/anthropic.rb ai/provider/anthropic.rb
provider/anthropic.rb provider/anthropic.rb
anthropic.rb anthropic.rb
lib/ai/provider/custom_open_ai.rb
ai/provider/custom_open_ai.rb
provider/custom_open_ai.rb
custom_open_ai.rb
lib/ai/provider/zammad_ai.rb lib/ai/provider/zammad_ai.rb
ai/provider/zammad_ai.rb ai/provider/zammad_ai.rb
provider/zammad_ai.rb provider/zammad_ai.rb
@ -60406,6 +60410,14 @@ lib/app_post/ai_provider/mistral.coffee
app_post/ai_provider/mistral.coffee app_post/ai_provider/mistral.coffee
ai_provider/mistral.coffee ai_provider/mistral.coffee
mistral.coffee mistral.coffee
app/assets/javascripts/app/lib/app_post/ai_provider/custom.coffee
assets/javascripts/app/lib/app_post/ai_provider/custom.coffee
javascripts/app/lib/app_post/ai_provider/custom.coffee
app/lib/app_post/ai_provider/custom.coffee
lib/app_post/ai_provider/custom.coffee
app_post/ai_provider/custom.coffee
ai_provider/custom.coffee
custom.coffee
app/assets/javascripts/app/lib/app_post/ai_provider/ollama.coffee app/assets/javascripts/app/lib/app_post/ai_provider/ollama.coffee
assets/javascripts/app/lib/app_post/ai_provider/ollama.coffee assets/javascripts/app/lib/app_post/ai_provider/ollama.coffee
javascripts/app/lib/app_post/ai_provider/ollama.coffee javascripts/app/lib/app_post/ai_provider/ollama.coffee

View file

@ -3728,6 +3728,7 @@ lib/ai/provider/azure.rb
lib/ai/provider/mistral.rb lib/ai/provider/mistral.rb
lib/ai/provider/concerns/handles_response.rb lib/ai/provider/concerns/handles_response.rb
lib/ai/provider/anthropic.rb lib/ai/provider/anthropic.rb
lib/ai/provider/custom_open_ai.rb
lib/ai/provider/zammad_ai.rb lib/ai/provider/zammad_ai.rb
lib/ai/provider/ollama.rb lib/ai/provider/ollama.rb
lib/ai/service.rb lib/ai/service.rb
@ -10103,6 +10104,7 @@ app/assets/javascripts/app/lib/app_post/ai_provider/zammad_ai.coffee
app/assets/javascripts/app/lib/app_post/ai_provider/anthropic.coffee app/assets/javascripts/app/lib/app_post/ai_provider/anthropic.coffee
app/assets/javascripts/app/lib/app_post/ai_provider/open_ai.coffee app/assets/javascripts/app/lib/app_post/ai_provider/open_ai.coffee
app/assets/javascripts/app/lib/app_post/ai_provider/mistral.coffee app/assets/javascripts/app/lib/app_post/ai_provider/mistral.coffee
app/assets/javascripts/app/lib/app_post/ai_provider/custom.coffee
app/assets/javascripts/app/lib/app_post/ai_provider/ollama.coffee app/assets/javascripts/app/lib/app_post/ai_provider/ollama.coffee
app/assets/javascripts/app/lib/app_post/ai_provider/azure_ai.coffee app/assets/javascripts/app/lib/app_post/ai_provider/azure_ai.coffee
app/assets/javascripts/app/lib/app_post/two_factor_methods/recovery_codes.coffee app/assets/javascripts/app/lib/app_post/two_factor_methods/recovery_codes.coffee

View file

@ -88,22 +88,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known .well-known
.well-known/assetlinks.json .well-known/assetlinks.json
.xml .xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches /*/branches
/*/commits /*/commits
/*/compare /*/compare
/*/contributors /*/contributors
/*/forks /*/forks
/*/graphs /*/graphs
/*/group
/*/invite
/*/issues/new /*/issues/new
/*/issues/search /*/issues/search
/*/milestones/new /*/milestones/new
/*/more_ideas
/*/network /*/network
/*/projects /*/projects
/*/pulse /*/pulse
@ -111,23 +104,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/tags /*/tags
/*/watchers /*/watchers
/.git /.git
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$ /MANUALS/*.pdf$
/Search/ /Search/
/_ /_
/_/rsrc /_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/_widget /_widget
/album/*/*?i= /album/*/*?i=
/analytics /analytics
@ -150,12 +130,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments /comments
/commits/*?author /commits/*?author
/commits/*?path /commits/*?path
/communities
/contact/menu* /contact/menu*
/contact/partner* /contact/partner*
/contactus/mwaas* /contactus/mwaas*
/directory /directory
/discovered
/docs/product /docs/product
/download /download
/download/Browse.aspx? /download/Browse.aspx?
@ -184,7 +162,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/ /layout/
/leads/*/jsplayer_show_lead_form.html /leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html /leads/*/show_form.html
/likes
/login /login
/lookup? /lookup?
/mediaapi/ /mediaapi/
@ -197,13 +174,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss /newest/*rss
/newest/*xml /newest/*xml
/newsearch/ /newsearch/
/organize
/partials /partials
/pins
/plugins /plugins
/podcast/*/*?i= /podcast/*/*?i=
/print$ /print$
/profile-about
/raw /raw
/report_abuse /report_abuse
/revisions /revisions
@ -211,8 +185,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom /rsvps/*atom
/rsvps/*rss /rsvps/*rss
/rsvps/*xml /rsvps/*xml
/scheduled-pin
/scheduled-pins
/search /search
/search/ /search/
/search? /search?
@ -240,15 +212,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/new/*?*&*&* /store/new/*?*&*&*
/store/top-free/*?*&*&* /store/top-free/*?*&*&*
/store/top-paid/*?*&*&* /store/top-paid/*?*&*&*
/story_pins
/tagged
/tarball /tarball
/tree /tree
/tried
/tv-season/*/*?i= /tv-season/*/*?i=
/unsubscribe/ /unsubscribe/
/video- /video-
/video_pins
/wal/ /wal/
/widget_ /widget_
/wiki/*/edit /wiki/*/edit
@ -379,7 +347,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum= ?search_forum=
?set_mobile= ?set_mobile=
?showAllGroups= ?showAllGroups=
?show_error=true
?slogin ?slogin
?sort= ?sort=
?sortBy= ?sortBy=
@ -503,8 +470,6 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes [_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets [_0-9a-zA-Z]+/status/[0-9]+/retweets
_ _
_/_
_/_/pixel
_/aihub_pod _/aihub_pod
_/ain/_/js _/ain/_/js
_/alkali-learn _/alkali-learn
@ -565,8 +530,6 @@ _next/data
_next/jwt _next/jwt
_next/title _next/title
_next/viewer _next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json _nimbusJson.json
_nimbusJsonp.js _nimbusJsonp.js
_nimbusJsonpStatic.js _nimbusJsonpStatic.js
@ -665,12 +628,10 @@ actions/news/rss
ad_id= ad_id=
addContacts addContacts
add_favorite add_favorite
addboard
addressBookExport addressBookExport
admin admin
admin/ admin/
ads ads
ads.txt
ads/gpa/vidgen ads/gpa/vidgen
ads/learn ads/learn
ads/local ads/local
@ -682,7 +643,6 @@ advisor/*zx1fa
adx/bin adx/bin
affil affil
affil/pal affil/pal
age-appeal
agreements/approve agreements/approve
ai-sandbox-internal/generated_images ai-sandbox-internal/generated_images
aihub/tfhub aihub/tfhub
@ -739,9 +699,7 @@ api?
api_access_key= api_access_key=
app*_ app*_
app*form_id= app*form_id=
app-ads.txt
app/ app/
appealed-pin
apple-app-site-association apple-app-site-association
apps apps
apps*&tags= apps*&tags=
@ -819,7 +777,6 @@ author/following
author= author=
authoring/ authoring/
authwall authwall
autocomplete
away.php away.php
awmp/data/images awmp/data/images
b?*node=7454898011 b?*node=7454898011
@ -877,10 +834,6 @@ blogs/nationals-journal-beta
blogs/search/ blogs/search/
blogs/slow-ride blogs/slow-ride
blogs/test blogs/test
board
board_activity
board_activity_comment
bookmarklet
bookmarks bookmarks
books books
books/NBK books/NBK
@ -902,39 +855,18 @@ books?*zoom=
books?*zoom=1 books?*zoom=1
books?*zoom=5 books?*zoom=5
boutique/sitemaps boutique/sitemaps
branded-pins
bricks/image bricks/image
business/ad_create
business/adshare business/adshare
business/adshare/faqs business/adshare/faqs
business/blahblah business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html business/leads/show_form.html
business/learning/blog business/learning/blog
business/onboarding
business/pin_create
business/pos-system/shop business/pos-system/shop
business/premium/is_payment_pending business/premium/is_payment_pending
business/promotion business/promotion
business/referral
business/sales/blog business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buyside-e2e-monitor buyside-e2e-monitor
cai cai
call call
@ -963,7 +895,6 @@ checkout
checkout-external checkout-external
checkoutnow checkoutnow
checkpoint checkpoint
christmas-spotlight
chrome/crlset chrome/crlset
chrome/webstore/images chrome/webstore/images
chwilio chwilio
@ -984,7 +915,6 @@ clickthru
clima/ets clima/ets
clima/sites/registry clima/sites/registry
clone/library/genomic/organisms clone/library/genomic/organisms
close-account
cloud-launcher/sitemap cloud-launcher/sitemap
cloudsourcetools/images cloudsourcetools/images
cms_content cms_content
@ -1003,7 +933,6 @@ commission_2010-2014/katainen
commits?author= commits?author=
common/ common/
common/survey.aspx* common/survey.aspx*
communities
communities/bin.aspx? communities/bin.aspx?
communities/blogs/PortalResults.mspx? communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx? communities/eventdetails.mspx?
@ -1020,15 +949,12 @@ community/category/*
community/comments community/comments
community/feed community/feed
community/trackback community/trackback
community_comment
community_post
company company
companyDir companyDir
compare compare
compressiontest compressiontest
concussion/HeadsUp/training/ concussion/HeadsUp/training/
config.js config.js
connect
connections connections
consumers/archive consumers/archive
contact/menu* contact/menu*
@ -1036,18 +962,12 @@ contact/partner*
contact_importer contact_importer
contactus contactus
contactus/mwaas* contactus/mwaas*
content-claiming
content-guest/rss/channels content-guest/rss/channels
control control
conversation
conversations
convert-business
convert-personal
copilot copilot
copilot/c copilot/c
copilotsearch?q= copilotsearch?q=
copy-conductor/crawled copy-conductor/crawled
copyright-reporting
core/ core/
core/*.css$ core/*.css$
core/*.css? core/*.css?
@ -1065,18 +985,10 @@ covid19/mobility
cr$ cr$
cr? cr?
create create
create_pin
creative-europe/404_en.htm creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub creatorhub
csp csp
csrf_error
ct ct
ct.html
ct/log_list ct/log_list
culturalinstitute/images culturalinstitute/images
culturalinstitute/sitemaps culturalinstitute/sitemaps
@ -1102,10 +1014,8 @@ de/ott
de/solutions de/solutions
de/upload de/upload
de/vimeo-academy de/vimeo-academy
deactivate-account
default.aspx/kb/ default.aspx/kb/
default.aspx/ph/ default.aspx/ph/
delete_post
delight delight
dell/cities-transformed dell/cities-transformed
dell/cloud-future-of-medicine dell/cloud-future-of-medicine
@ -1192,8 +1102,6 @@ earth/social
ebook ebook
ece ece
eclas eclas
edit
editorial/*
edu/cs4hs edu/cs4hs
education/404_en.htm education/404_en.htm
education/blocks education/blocks
@ -1206,7 +1114,6 @@ ekansa/Open-Context-Data
ekansa/opencontext- ekansa/opencontext-
email email
email-unsubscribe email-unsubscribe
email_verification_error
embed embed
embed/@ embed/@
embed/curated embed/curated
@ -1268,7 +1175,6 @@ en/microsoft-viva/
en/security en/security
en/security/ en/security/
endorsements endorsements
engagement
enterprise enterprise
enterprise-jobs enterprise-jobs
enterprise-partner-search/sitemaps enterprise-partner-search/sitemaps
@ -1354,18 +1260,14 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox explore/*/lightbox
external external
external/overture external/overture
external_hosted external_hosted
f/healthcheck f/healthcheck
facebook
faves-i_love_u_get_away_from_me faves-i_love_u_get_away_from_me
favorite favorite
fb fb
fb.html
fbml/ajax/dialog fbml/ajax/dialog
fd/ fd/
fe=true fe=true
@ -1402,8 +1304,6 @@ flu/espanol/
flutter-canvaskit flutter-canvaskit
folder folder
follow follow
follow_board
follow_user
following following
food/archive food/archive
food/favourites food/favourites
@ -1484,8 +1384,6 @@ global$
gog gog
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
google.internal.maps.mapsjs.v1.MapsJsInternalService google.internal.maps.mapsjs.v1.MapsJsInternalService
google_gdn.html
google_search.html
googlebooks/images googlebooks/images
gorf gorf
gp gp
@ -1601,7 +1499,6 @@ guidebooks
gview gview
gwt gwt
h5games_gamecenter/images h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src= hashtag/*?src=
hd hd
header/channels header/channels
@ -1625,12 +1522,9 @@ help/zendesk_sso
hex hex
history history
history/static history/static
holiday-spotlight
holidays-celebrations
home home
home$ home$
home? home?
homefeed
homepage-video-test homepage-video-test
hosted/images hosted/images
hotel/reviews? hotel/reviews?
@ -1642,10 +1536,10 @@ hp/video
hpc/*/supported-applications.aspx? hpc/*/supported-applications.aspx?
hpm hpm
hpmob hpmob
http://amazon.co.uk/robots.txt
http://de.wikipedia.org/robots.txt http://de.wikipedia.org/robots.txt
http://s3.amazonaws.com/robots.txt http://m.youtube.com/robots.txt
http://web.archive.org/robots.txt http://storage.googleapis.com/robots.txt
http://wordpress.org/robots.txt
hub?category= hub?category=
hz/contact-us/ajax/initiate-trusted-contact hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$ hz/help/contact/*/message/$
@ -1660,9 +1554,6 @@ id-id.www.cloudflare.com
id-id/feedback id-id/feedback
id-id/lp id-id/lp
id-id/searchresults id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb identity/accountsettingsactivityweb
identity/accountsettingssyaf identity/accountsettingssyaf
ie/ie40/ ie/ie40/
@ -1708,17 +1599,14 @@ info/customerror.htm*
info/smart404.asp* info/smart404.asp*
info/tech-feedback info/tech-feedback
inproduct_help/chatsupport inproduct_help/chatsupport
install-shuffles
integrations integrations
internalPref internalPref
intl intl
intl/*/search/? intl/*/search/?
intl/*/search? intl/*/search?
intlkb/ intlkb/
invite
inviteFromProfile inviteFromProfile
inviteMany inviteMany
invited
invoice/est invoice/est
invoice/estimate/buyerView invoice/estimate/buyerView
invoice/estimate/buyerView/attachments invoice/estimate/buyerView/attachments
@ -1755,8 +1643,6 @@ johnhancock
johnhancock/in-a-lifetime-healthcare johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp/$ jp/$
jp/about jp/about
jp/blog jp/blog
@ -1799,7 +1685,6 @@ ko/ott
ko/solutions ko/solutions
ko/upload ko/upload
ko/vimeo-academy ko/vimeo-academy
kwanzaa-spotlight
l.php l.php
labs-code labs-code
labs/pmc labs/pmc
@ -1836,15 +1721,12 @@ learning/settings
learning/settings$ learning/settings$
learning/settings? learning/settings?
legal legal
lens-search
li/track li/track
library/devices library/devices
licensing-syndication licensing-syndication
limited-release limited-release
link link
linked
lite lite
live-session
live_chat live_chat
llms.txt llms.txt
lm/R1XIHQVKXSKBNJ lm/R1XIHQVKXSKBNJ
@ -2028,7 +1910,6 @@ narrative-
native native
nbubumblebee nbubumblebee
network 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
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP 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 news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
@ -2038,7 +1919,6 @@ news/test
news/test-liveblog news/test-liveblog
news?viewArticle news?viewArticle
newsArticle newsArticle
news_hub
newsletter newsletter
newsroom/dae newsroom/dae
newsround newsround
@ -2052,7 +1932,6 @@ nl-nl/lp
nl-nl/searchresults nl-nl/searchresults
node/add/ node/add/
nonprofits/account nonprofits/account
notifications
notifications/ notifications/
ns/hydra/console/? ns/hydra/console/?
nus-trk nus-trk
@ -2060,15 +1939,11 @@ nwshp$
o/di o/di
o/dt o/dt
oas/ oas/
oauth/line
oauth/login
oauth/v2 oauth/v2
oauth2 oauth2
oauth2/v2 oauth2/v2
oauth_error
offers/proxy/dealsserver/api/log offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy offers/proxy/dealsserver/buy
offsite
og og
okxbet.com okxbet.com
onebox/media/sports/logos onebox/media/sports/logos
@ -2098,11 +1973,8 @@ pagespeed/insights/ui/logo
panel panel
pantheon pantheon
pantheon-platform pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml participate/conferences.xml
partners partners
password/reset
password_expired password_expired
patent-search/frontend patent-search/frontend
patents/download patents/download
@ -2135,46 +2007,12 @@ photos/gbachelie
photos/i_love_u_get_away_from_me photos/i_love_u_get_away_from_me
photos/tags/*/page photos/tags/*/page
photos/youpy 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 ping
pingback pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl-pl.www.cloudflare.com pl-pl.www.cloudflare.com
pl-pl/feedback pl-pl/feedback
pl-pl/lp pl-pl/lp
pl-pl/searchresults pl-pl/searchresults
place
plan= plan=
platform-telemetry platform-telemetry
play/store/web play/store/web
@ -2224,7 +2062,6 @@ ppob/?
ppob? ppob?
pqa pqa
preference preference
prefs
present present
presentation presentation
prettyearth/assets prettyearth/assets
@ -2233,8 +2070,6 @@ previewtemplate
print print
private private
proFile/history? proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y product-reviews/B0069IY63Y
product/reviews? product/reviews?
productPurchaseDone productPurchaseDone
@ -2291,14 +2126,12 @@ pub/dir
publications publications
purchases purchases
puzzles/leaderboards/invite puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy pwapi-proxy/pwproxy
pwapiv2 pwapiv2
q= q=
qnasearch? qnasearch?
qr qr
quality_form? quality_form?
quiz
rackspace/elevating-performance rackspace/elevating-performance
radio/imda radio/imda
ramfiles ramfiles
@ -2306,7 +2139,6 @@ rating
rd/search rd/search
rd/search$ rd/search$
rd/search? rd/search?
recently-viewed
recharge/dashboard/car recharge/dashboard/car
recharge/dashboard/static recharge/dashboard/static
recipes/*?q= recipes/*?q=
@ -2323,9 +2155,6 @@ refer
refer/pal refer/pal
referrals referrals
referrer= referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist registry/wishlist
remotelogout remotelogout
rep=hc rep=hc
@ -2333,13 +2162,9 @@ report
report-abuse?report= report-abuse?report=
report= report=
report_abuse.gne report_abuse.gne
reports-and-violations
request-data
requestList requestList
requests requests
research/participants/cofund research/participants/cofund
resource
resource/*/get
results results
results results
retail retail
@ -2380,7 +2205,6 @@ s2/search/social
s2/sitemaps s2/sitemaps
s2/static s2/static
s? s?
safe-redirect
safety safety
safetycheck safetycheck
salary-explorer/api salary-explorer/api
@ -2426,7 +2250,6 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html 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 sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
secure secure
sendHeaderEarly
sendarticle sendarticle
services services
services/oauth services/oauth
@ -2462,7 +2285,6 @@ shop/productpage
shop/topics shop/topics
shop/view/product shop/view/product
shop? shop?
shop_pins
shopping-content-api/product_images shopping-content-api/product_images
shopping/deals shopping/deals
shopping/product shopping/product
@ -2767,12 +2589,10 @@ social/photosui/images
social/photosui/sitemap social/photosui/sitemap
social/search? social/search?
social/social-security-directory/cai social/social-security-directory/cai
socialmanager
solutions solutions
sounds/search sounds/search
sounds/search$ sounds/search$
sounds/search? sounds/search?
source
source= source=
source_repo= source_repo=
spain/empresas/ spain/empresas/
@ -2794,7 +2614,6 @@ ss
ss/customer-reviews/lighthouse ss/customer-reviews/lighthouse
ss/twister/ajax ss/twister/ajax
sslsingle sslsingle
sso
stadia/gamers stadia/gamers
start start
stat stat
@ -2854,10 +2673,6 @@ storefront
storepicker storepicker
stores/page/*visitId= stores/page/*visitId=
stories stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview storyworks/preview
styles/js-on.css$ styles/js-on.css$
subscribe/braintree subscribe/braintree
@ -2883,7 +2698,6 @@ support/content
support/forum/search? support/forum/search?
sureroute sureroute
surprise surprise
suspension-appeal
sutils sutils
sv-se.www.cloudflare.com sv-se.www.cloudflare.com
sv-se/feedback sv-se/feedback
@ -2901,7 +2715,6 @@ svc/strands
svc/sudoku svc/sudoku
svc/wordle svc/wordle
svpRecommendations svpRecommendations
sw-shell.html
swg swg
system1/images system1/images
t/privacy t/privacy
@ -2909,7 +2722,6 @@ t/terms
tab= tab=
tablet tablet
tag tag
taggingtool
tagmanager/containers/xo tagmanager/containers/xo
tagmanager/pptm.js tagmanager/pptm.js
talk talk
@ -2957,9 +2769,7 @@ th-th/feedback
th-th/lp th-th/lp
th-th/searchresults th-th/searchresults
th? th?
thanksgiving-spotlight
themacallan/worlds-together themacallan/worlds-together
theme
tickets-external? tickets-external?
timedtext_video timedtext_video
title title
@ -3054,7 +2864,6 @@ trustedstores/js
trustedstores/s trustedstores/s
trustedstores/tm2 trustedstores/tm2
trustedstores/verify trustedstores/verify
tv
tv/thumb tv/thumb
typeahead typeahead
u u
@ -3071,14 +2880,9 @@ ugc$
ugcsupport ugcsupport
ugcsupport$ ugcsupport$
ui ui
unauth-profile
unlink
unsub unsub
until= until=
upload upload
upload-image-lens-history
upload-lens-image
upload-shuffle-draft
uploads uploads
urchin_test urchin_test
url url
@ -3096,11 +2900,9 @@ using
utils utils
uviewer uviewer
v1 v1
v1/urls/count.json
v2 v2
v3 v3
v3/openapi v3/openapi
v3/pidgets/log
valkyrie-playground valkyrie-playground
verify_age verify_age
vi-vn.www.cloudflare.com vi-vn.www.cloudflare.com
@ -3145,9 +2947,6 @@ webapps/xo/html/cookiecheck.html
webapps/xoonboarding webapps/xoonboarding
webscr webscr
websearch websearch
website/confirm
website/confirm/download
welcome
whats-next/planes-trains-and-analytics whats-next/planes-trains-and-analytics
whsmiths whsmiths
widget/cr widget/cr
@ -3457,7 +3256,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://vimeo.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://creativecommons.org/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3676,7 +3475,6 @@ xhtml?
xml? xml?
xoplatform/logger/api/logger xoplatform/logger/api/logger
xorouter xorouter
your-shop
youth/404_en.htm youth/404_en.htm
youtube/fonts youtube/fonts
youtube/img/branding/favicon youtube/img/branding/favicon

View file

@ -334,7 +334,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known/amphtml/apikey.pub .well-known/amphtml/apikey.pub
.well-known/apple-app-site-association .well-known/apple-app-site-association
.well-known/assetlinks.json .well-known/assetlinks.json
.well-known/assetlinks.jsonhttp://css-tricks.com/robots.txt .well-known/assetlinks.jsonhttp://web.archive.org/robots.txt
.well-known/privacy-sandbox-attestations.json .well-known/privacy-sandbox-attestations.json
.well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200 .well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200
.well-known/security.txt .well-known/security.txt
@ -522,7 +522,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/projects /*/projects
/*/pulse /*/pulse
/*/schemes /*/schemes
/*/search-results.htmlhttp://discord.com/robots.txt /*/search-results.htmlhttp://x.com/robots.txt
/*/stargazers /*/stargazers
/*/structures /*/structures
/*/tables /*/tables
@ -2219,7 +2219,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/goglobal/ /goglobal/
/goldlog$ /goldlog$
/group /group
/gtc/gtc-chatbot/*http://msdn.microsoft.com/robots.txt /gtc/gtc-chatbot/*http://nymag.com/robots.txt
/hack /hack
/hardware/*/cart /hardware/*/cart
/havadurumu/ /havadurumu/
@ -2504,7 +2504,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newsletter /newsletter
/newssearch /newssearch
/nightly-news /nightly-news
/no-referrer-when-downgradehttp://king.senate.gov/robots.txt /no-referrer-when-downgradehttp://globesimregistrations.ph/robots.txt
/no-search-results /no-search-results
/node /node
/node/add /node/add
@ -3233,7 +3233,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmidpage ?*__rmidpage
?*add-to-cart= ?*add-to-cart=
?*ajs_event ?*ajs_event
?*apikey*http://seekingalpha.com/robots.txt ?*apikey*http://vk.com/robots.txt
?*app ?*app
?*attachment_id ?*attachment_id
?*author ?*author
@ -3274,7 +3274,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*hsCacheBuster= ?*hsCacheBuster=
?*hsCtaTracking ?*hsCtaTracking
?*hs_preview= ?*hs_preview=
?*http://reverbnation.com/robots.txt ?*http://healthtips1dr.blogspot.com/robots.txt
?*hubs_signup-cta ?*hubs_signup-cta
?*hybrid= ?*hybrid=
?*iframe ?*iframe
@ -3548,7 +3548,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?gclsrc ?gclsrc
?getlink=* ?getlink=*
?gm ?gm
?gologin=1
?google_preview= ?google_preview=
?gws_rd=ssl$ ?gws_rd=ssl$
?h=* ?h=*
@ -4174,7 +4173,6 @@ ExternalLinkInterstitial
FG_ID= FG_ID=
FacebookConnect FacebookConnect
FareCalendar FareCalendar
FatalError.html
Feature Feature
Featured Featured
FeaturedShowMoreOverlay FeaturedShowMoreOverlay
@ -4363,7 +4361,6 @@ JoinPlus
JsonData/ JsonData/
JsonServiceController JsonServiceController
JustForYouGuide JustForYouGuide
LFE/Live.controls.sharedpages/error.aspx
LICENSE.txt LICENSE.txt
LNAjax LNAjax
LanderLogger LanderLogger
@ -4686,7 +4683,6 @@ OwnersDM
OwnersNew OwnersNew
OwnersOld OwnersOld
OwnersTermsAndConditions OwnersTermsAndConditions
P.mvc?_escaped_fragment_=/peopletags.aspx
PDAET PDAET
PDATOI/ PDATOI/
POLLSERVER POLLSERVER
@ -4932,7 +4928,6 @@ SelfServeAdvertising
SendToFriend SendToFriend
SentConfirmationEmail SentConfirmationEmail
Server Server
ServerError.aspx
Service-Search/find-a-psychological-therapies-service/find-your-gp Service-Search/find-a-psychological-therapies-service/find-your-gp
Service-Search/find-a-psychological-therapies-service/results Service-Search/find-a-psychological-therapies-service/results
Service-Search/find-a-psychological-therapies-service/what-happens-when-you-refer-yourself Service-Search/find-a-psychological-therapies-service/what-happens-when-you-refer-yourself
@ -5066,6 +5061,7 @@ TestingTravelMaps
Themes/Client/app/img/favicons/manifest.json Themes/Client/app/img/favicons/manifest.json
ThirdPartyRedirect ThirdPartyRedirect
ThorHammer ThorHammer
TodayOJ
TodaysLowestFaresAjax TodaysLowestFaresAjax
Tr/SocialMediaActivity/LogJSWidgetLinkClick Tr/SocialMediaActivity/LogJSWidgetLinkClick
Tracker?data=* Tracker?data=*
@ -5355,6 +5351,7 @@ _mobile.xml
_modal.html _modal.html
_multiremote _multiremote
_newsml.html _newsml.html
_next
_next/data _next/data
_next/data/*.json _next/data/*.json
_next/jwt _next/jwt
@ -5404,7 +5401,7 @@ _tdhl_api
_tdpp_api _tdpp_api
_template _template
_themes _themes
_uac/adpage.htmlhttp://merriam-webster.com/robots.txt _uac/adpage.html
_user/api _user/api
_v1st _v1st
_vercel/insights/view _vercel/insights/view
@ -5492,9 +5489,6 @@ about-wipo/*/assemblies/2019/a_59/statement_details.jsp
about-wipo/*/assemblies/2019/a_59/statements.jsp about-wipo/*/assemblies/2019/a_59/statements.jsp
about-wipo/*/dgo/ about-wipo/*/dgo/
about.html about.html
about/*/getting-started
about/*/mobile
about/*/update
about/adrm/data-linkage about/adrm/data-linkage
about/careers/applications-a/jobs/results about/careers/applications-a/jobs/results
about/careers/applications/candidate-prep about/careers/applications/candidate-prep
@ -5506,8 +5500,6 @@ about/careers/applications/jobs/results?*&page=
about/careers/applications/jobs/results?page= about/careers/applications/jobs/results?page=
about/faq/station-finder/?state-text= about/faq/station-finder/?state-text=
about/faq/station-finder/?zip-text= about/faq/station-finder/?zip-text=
about/leadership-university-administration/board-of-trustees/newsletter
about/news-publications/news/search
about/team_member about/team_member
about? about?
aboutus aboutus
@ -5768,8 +5760,6 @@ admin/*
administration administration
administrator administrator
adminusers adminusers
admissions/undergraduate-admissions
admissions/undergraduate-admissions.html
adobe/dynamicmedia/deliver/ adobe/dynamicmedia/deliver/
adredir? adredir?
adresa-segmentator adresa-segmentator
@ -5945,7 +5935,6 @@ alphafoldserver
als/shakespeare_pilot als/shakespeare_pilot
alumni alumni
alumni-subscriptions alumni-subscriptions
alumni/the-hub
am-cookie-helper am-cookie-helper
am-sonntag/vorproduktion am-sonntag/vorproduktion
am/$ am/$
@ -6577,7 +6566,6 @@ auth_pass
authentication authentication
authentication$ authentication$
authentication/signin authentication/signin
authkey=
author author
author/ author/
author/*/date author/*/date
@ -6931,7 +6919,7 @@ blog/*?text=
blog/*sitemap.xml$ blog/*sitemap.xml$
blog/*utm_source= blog/*utm_source=
blog/.* blog/.*
blog/.html.*http://gist.github.com/robots.txt blog/.html.*http://samsung.com/robots.txt
blog/10-lessons-from-an-engineering-manager/$ blog/10-lessons-from-an-engineering-manager/$
blog/2025-shifting-roles-report/$ blog/2025-shifting-roles-report/$
blog/23-prototyping-resources-to-bookmark-right-now/$ blog/23-prototyping-resources-to-bookmark-right-now/$
@ -7126,6 +7114,7 @@ blog/discover-hidden-functionalities-with-figmatip-roundup-1-0/$
blog/double-click-does-efficiency-kill-love/$ blog/double-click-does-efficiency-kill-love/$
blog/double-click-human-takes-on-agentic-ai/$ blog/double-click-human-takes-on-agentic-ai/$
blog/double-click-vibe-coding/$ blog/double-click-vibe-coding/$
blog/double-click-what-does-it-mean-to-be-a-designer-in-the-age-of-ai/$
blog/double-click-what-does-mcp-mean-for-agentic-ai/$ blog/double-click-what-does-mcp-mean-for-agentic-ai/$
blog/double-click-you-can-just-do-things/$ blog/double-click-you-can-just-do-things/$
blog/dribbble-case-study/$ blog/dribbble-case-study/$
@ -7806,7 +7795,6 @@ bridesmaids
broadband broadband
brouillon/ brouillon/
browse-2 browse-2
browse.aspx
browse/deals/partial browse/deals/partial
browse/homes/all browse/homes/all
browse/more_page browse/more_page
@ -7828,7 +7816,6 @@ build
build.xml build.xml
builders builders
bundle-next bundle-next
bursar
bus/api bus/api
bus/orders bus/orders
buscar buscar
@ -8173,6 +8160,7 @@ ca_fr
ca_fr/Download ca_fr/Download
ca_referer= ca_referer=
caas caas
caas/http://enterprisemarketingportal.google/robots.txt
cache cache
cache/MiamiImageURL cache/MiamiImageURL
cacheKey cacheKey
@ -8382,6 +8370,7 @@ captchaPerimeterX
card/panel card/panel
card_management.php card_management.php
cards/ cards/
career-academy/programs
careers careers
careers/$ careers/$
careers/Phoenix-Hiring-Event/ careers/Phoenix-Hiring-Event/
@ -8474,7 +8463,7 @@ cdn-cgi
cdn-cgi/ cdn-cgi/
cdn-cgi/bm/cv cdn-cgi/bm/cv
cdn-cgi/challenge-platform cdn-cgi/challenge-platform
cdn-cgi/http://autodesk.com/robots.txt cdn-cgi/http://medium.com/robots.txt
cdn-cgi/images/trace cdn-cgi/images/trace
cdn-cgi/l/email-protection cdn-cgi/l/email-protection
cdn-cgi/rum cdn-cgi/rum
@ -8482,7 +8471,7 @@ cdn-cgi/scripts
cdn-cgi/speculation cdn-cgi/speculation
cdn-cgi/styles cdn-cgi/styles
cdn-cgi/zaraz cdn-cgi/zaraz
cdn-cgi/zaraz/http://redbubble.com/robots.txt cdn-cgi/zaraz/http://deezer.com/robots.txt
cdn-proxy/pim cdn-proxy/pim
cdn-proxy/px cdn-proxy/px
cdn.jwplayer.com/previews cdn.jwplayer.com/previews
@ -8506,7 +8495,7 @@ cgi-bin/koha/
cgi-bin/loginpage cgi-bin/loginpage
cgi-bin/search.fpl cgi-bin/search.fpl
cgi-bin/wx cgi-bin/wx
cgi-binhttp://phys.org/robots.txt cgi-binhttp://ifttt.com/robots.txt
cgi-local cgi-local
cgi-mad/ cgi-mad/
cgi-pct/ cgi-pct/
@ -8578,6 +8567,7 @@ ch_it/Download
challenge challenge
challenges challenges
challenges$ challenges$
change-displayed-metadata
change-email change-email
change-password change-password
change-shipping change-shipping
@ -8629,7 +8619,7 @@ checklink?
checkout checkout
checkout-external checkout-external
checkout/package checkout/package
checkouthttp://ubuntu.com/robots.txt checkouthttp://moderncalculators.com/robots.txt
checkoutnow checkoutnow
checkouts checkouts
checkpoint checkpoint
@ -8809,7 +8799,7 @@ code
code-connect-docs code-connect-docs
code-docs code-docs
code/* code/*
code/http://static1.squarespace.com/robots.txt code/http://w3techs.com/robots.txt
codeCoverage codeCoverage
coderpad-for-figjam/$ coderpad-for-figjam/$
codesamples/ codesamples/
@ -10876,7 +10866,7 @@ confirmation
conflagexp conflagexp
connect connect
connect/@ connect/@
connect/http://google.qualtrics.com/robots.txt connect/http://blog.twitter.com/robots.txt
connect/social-intranet.html connect/social-intranet.html
connections connections
connections/recent connections/recent
@ -10980,7 +10970,7 @@ content/dam/ircc/documents/pdf/francais/trousses/form/imm5476
content/dam/ircc/documents/pdf/francais/trousses/form/imm5644 content/dam/ircc/documents/pdf/francais/trousses/form/imm5644
content/dam/ircc/documents/pdf/francais/trousses/form/irm0002 content/dam/ircc/documents/pdf/francais/trousses/form/irm0002
content/dam/ircc/documents/pdf/francais/trousses/form/irm0004 content/dam/ircc/documents/pdf/francais/trousses/form/irm0004
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://speakerdeck.com/robots.txt content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://caniuse.com/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
content/dam/oecd/ content/dam/oecd/
content/dam/pwc/uk/en/assets/pdf/hcl_f2.18.pdf content/dam/pwc/uk/en/assets/pdf/hcl_f2.18.pdf
@ -11321,6 +11311,7 @@ customers/how-commbank-is-banking-on-collaboration/$
customers/how-crunchyroll-streamlined-workflow/$ customers/how-crunchyroll-streamlined-workflow/$
customers/how-customerio-simplifies-design-handoffs-with-variables-and-dev-mode/$ customers/how-customerio-simplifies-design-handoffs-with-variables-and-dev-mode/$
customers/how-datadog-built-enterprise-platform-scaling-design-system/$ customers/how-datadog-built-enterprise-platform-scaling-design-system/$
customers/how-dave-clark-delivers-faster-work-and-stronger-client-relationships-with-figma/$
customers/how-design-systems-in-figma-are-unifying-diverse-teams-at-orange/$ customers/how-design-systems-in-figma-are-unifying-diverse-teams-at-orange/$
customers/how-deutsche-bank-redeveloped-all-front-end-apps-from-scratch/$ customers/how-deutsche-bank-redeveloped-all-front-end-apps-from-scratch/$
customers/how-enterprise-teams-get-design-to-code-faster-with-figma/$ customers/how-enterprise-teams-get-design-to-code-faster-with-figma/$
@ -11602,6 +11593,7 @@ de-de/customers/how-deutsche-bank-redeveloped-all-front-end-apps-from-scratch/$
de-de/customers/how-figjam-makes-planning-fun/$ de-de/customers/how-figjam-makes-planning-fun/$
de-de/customers/how-figma-helped-design-agency-ennostudio/$ de-de/customers/how-figma-helped-design-agency-ennostudio/$
de-de/customers/how-figma-helped-non-designers-at-contentsquare-become-design-angels/$ de-de/customers/how-figma-helped-non-designers-at-contentsquare-become-design-angels/$
de-de/customers/how-flipkart-boosts-its-design-vision-for-indian-e-commerce-with-figma/$
de-de/customers/how-free-builds-consistent-customer-experiences/$ de-de/customers/how-free-builds-consistent-customer-experiences/$
de-de/customers/how-hellofresh-built-a-design-system/$ de-de/customers/how-hellofresh-built-a-design-system/$
de-de/customers/how-king-brings-game-design-together/$ de-de/customers/how-king-brings-game-design-together/$
@ -12161,12 +12153,6 @@ demo/$
demonstration demonstration
demos/dev-mode-design/$ demos/dev-mode-design/$
demos/dev-mode-developers/$ demos/dev-mode-developers/$
dental/dh
dental/endo
dental/histo
dental/intranet
dental/perio
dental/students
denver denver
design design
design-handoff/$ design-handoff/$
@ -12445,6 +12431,7 @@ docs/search_results.html
docs/socialmarkup docs/socialmarkup
doctor-strange doctor-strange
document document
document-format.html
document/comments document/comments
document/create document/create
document/delete document/delete
@ -12503,6 +12490,7 @@ doubleclick
downgrade downgrade
download download
download-evernote download-evernote
download-notice
download/*/Zoom_launcher.exe download/*/Zoom_launcher.exe
download/*/zoomusLauncher.zip download/*/zoomusLauncher.zip
download/get download/get
@ -12512,7 +12500,6 @@ downloadHistory
download_file download_file
download_history.mhtml$ download_history.mhtml$
downloadassets downloadassets
downloadaszip
downloadimage.aspx downloadimage.aspx
downloads downloads
downloads.php downloads.php
@ -12702,6 +12689,7 @@ element/?
element/commun/afficher element/commun/afficher
element_properties. element_properties.
elements elements
eli-search
eliminar-busqueda eliminar-busqueda
eliminar-favoritos eliminar-favoritos
elite? elite?
@ -12751,7 +12739,6 @@ embed_js
embed_video embed_video
embeddable embeddable
embeds embeds
embedservererror.aspx
embedvideo.cms* embedvideo.cms*
emmy emmy
empire-state empire-state
@ -13549,6 +13536,7 @@ error/403
error/404 error/404
error/500 error/500
error/PageNotFound.htm error/PageNotFound.htm
error/authentication-required.html
error404.aspx error404.aspx
error_204 error_204
errordocs errordocs
@ -13777,6 +13765,7 @@ es-es/customers/driving-design-transformation-how-cars24-builds-faster-with-figm
es-es/customers/erste-groupbetter-financial-health-by-design/$ es-es/customers/erste-groupbetter-financial-health-by-design/$
es-es/customers/how-datadog-built-enterprise-platform-scaling-design-system/$ es-es/customers/how-datadog-built-enterprise-platform-scaling-design-system/$
es-es/customers/how-deutsche-bank-redeveloped-all-front-end-apps-from-scratch/$ es-es/customers/how-deutsche-bank-redeveloped-all-front-end-apps-from-scratch/$
es-es/customers/how-flipkart-boosts-its-design-vision-for-indian-e-commerce-with-figma/$
es-es/customers/how-hellofresh-built-a-design-system/$ es-es/customers/how-hellofresh-built-a-design-system/$
es-es/customers/how-king-brings-game-design-together/$ es-es/customers/how-king-brings-game-design-together/$
es-es/customers/how-patagonia-uses-figma/$ es-es/customers/how-patagonia-uses-figma/$
@ -13999,6 +13988,7 @@ es-la/customers/driving-adoption-of-seat-cupra-design-system/$
es-la/customers/driving-design-transformation-how-cars24-builds-faster-with-figma/$ es-la/customers/driving-design-transformation-how-cars24-builds-faster-with-figma/$
es-la/customers/erste-groupbetter-financial-health-by-design/$ es-la/customers/erste-groupbetter-financial-health-by-design/$
es-la/customers/how-datadog-built-enterprise-platform-scaling-design-system/$ es-la/customers/how-datadog-built-enterprise-platform-scaling-design-system/$
es-la/customers/how-flipkart-boosts-its-design-vision-for-indian-e-commerce-with-figma/$
es-la/customers/how-hellofresh-built-a-design-system/$ es-la/customers/how-hellofresh-built-a-design-system/$
es-la/customers/how-king-brings-game-design-together/$ es-la/customers/how-king-brings-game-design-together/$
es-la/customers/how-patagonia-uses-figma/$ es-la/customers/how-patagonia-uses-figma/$
@ -14592,6 +14582,7 @@ experiences/*?*scheduled_id
experiment experiment
experiments experiments
experiments.xml experiments.xml
expert-search-form
experts-arena experts-arena
experts/search experts/search
experts/search? experts/search?
@ -14600,6 +14591,7 @@ explore/*/?p=
explore/*/lightbox explore/*/lightbox
explore/search explore/search
explorespa explorespa
export-documents
export/ export/
export/sites/intranet/ export/sites/intranet/
export/sites/upov/shared/ export/sites/upov/shared/
@ -14661,6 +14653,8 @@ facebook-template
facebook/templates facebook/templates
facebook_connect facebook_connect
factory factory
fallback
false/select-store-cookies.html
family-validation family-validation
family_filter family_filter
familylink-earlyaccess familylink-earlyaccess
@ -14674,7 +14668,6 @@ faq
faq_search.php faq_search.php
fashion/lookbook/38917 fashion/lookbook/38917
fashion/search/models fashion/search/models
fast-facts
fast-five fast-five
fast-furious fast-furious
fastajax fastajax
@ -14682,7 +14675,6 @@ fastajax/order
fastajax/order/tax fastajax/order/tax
fastajax/order/tax/validatevat fastajax/order/tax/validatevat
fastanswers fastanswers
fatalerror.html
faves-i_love_u_get_away_from_me faves-i_love_u_get_away_from_me
favorit-hinzufuegen favorit-hinzufuegen
favorit-loeschen favorit-loeschen
@ -14876,7 +14868,7 @@ files/live/sites/isoorg/files/_noindex
files/resources files/resources
fileview fileview
filing/free-file-fillable-forms/free-file-fillable-forms-support filing/free-file-fillable-forms/free-file-fillable-forms-support
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://hackerone.com/robots.txt filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://iso.org/robots.txt
filter/ filter/
filter/tips filter/tips
filter/tips filter/tips
@ -14894,7 +14886,7 @@ find
find$ find$
find-more find-more
find/ find/
find/*http://popsci.com/robots.txt find/*http://freepik.com/robots.txt
finetune finetune
fios fios
firefox/? firefox/?
@ -16679,7 +16671,7 @@ forum/members
forum/online forum/online
forum/posts forum/posts
forum/search forum/search
forum/ucp.phphttp://cambridge.org/robots.txt forum/ucp.phphttp://embassybel.ru/robots.txt
forum/viewtopic.php forum/viewtopic.php
forum/whats-new forum/whats-new
forumTeaser forumTeaser
@ -17040,6 +17032,7 @@ fr-fr/customers/how-design-systems-in-figma-are-unifying-diverse-teams-at-orange
fr-fr/customers/how-figjam-makes-planning-fun/$ fr-fr/customers/how-figjam-makes-planning-fun/$
fr-fr/customers/how-figma-helped-design-agency-ennostudio/$ fr-fr/customers/how-figma-helped-design-agency-ennostudio/$
fr-fr/customers/how-figma-helped-non-designers-at-contentsquare-become-design-angels/$ fr-fr/customers/how-figma-helped-non-designers-at-contentsquare-become-design-angels/$
fr-fr/customers/how-flipkart-boosts-its-design-vision-for-indian-e-commerce-with-figma/$
fr-fr/customers/how-free-builds-consistent-customer-experiences/$ fr-fr/customers/how-free-builds-consistent-customer-experiences/$
fr-fr/customers/how-hellofresh-built-a-design-system/$ fr-fr/customers/how-hellofresh-built-a-design-system/$
fr-fr/customers/how-king-brings-game-design-together/$ fr-fr/customers/how-king-brings-game-design-together/$
@ -17676,7 +17669,7 @@ fy-NL/firefox/collections/mozilla
fy-NL/firefox/collections/mozilla/$ fy-NL/firefox/collections/mozilla/$
fy-NL/firefox/search fy-NL/firefox/search
g g
g/4arE9Chttp://artstation.com/robots.txt g/4arE9Chttp://flickr.com/robots.txt
g/api g/api
ga-actions/formie/forms/refresh-tokens ga-actions/formie/forms/refresh-tokens
ga/p ga/p
@ -18015,7 +18008,6 @@ groupSharingMsg
groupcallembed/* groupcallembed/*
groupon_says groupon_says
groups groups
groups/
groups/*/-/analytics groups/*/-/analytics
groups/*/-/billings groups/*/-/billings
groups/*/-/contribution_analytics groups/*/-/contribution_analytics
@ -18127,7 +18119,7 @@ health-news/wp-
health/*/wp- health/*/wp-
health/QA-Tabbed-ManyTabs-21 health/QA-Tabbed-ManyTabs-21
health/drugs/hm-test-all-about-humira health/drugs/hm-test-all-about-humira
health/files/rhpthttp://dl.acm.org/robots.txt health/files/rhpthttp://inc.com/robots.txt
health/hm-test-17-proven-tips-to-sleep-better-at-night health/hm-test-17-proven-tips-to-sleep-better-at-night
health/hm-test-feature-template-for-sponsorship health/hm-test-feature-template-for-sponsorship
health/mirgraine-headaches health/mirgraine-headaches
@ -18383,45 +18375,45 @@ html5
http http
http-checker http-checker
http2_data http2_data
http://9gag.com/robots.txt http://1.bp.blogspot.com/robots.txt
http://abcnews.go.com/robots.txt http://akparti.org.tr/robots.txt
http://airbnb.com/robots.txt http://aliexpress.com/robots.txt
http://alexa.com/robots.txt http://amazon.co.jp/robots.txt
http://amazon.ca/robots.txt http://amazon.co.uk/robots.txt
http://augeo.nl/robots.txt http://amazon.com/robots.txt
http://axios.com/robots.txt http://amazon.de/robots.txt
http://bible.com/robots.txt http://amazon.es/robots.txt
http://bloomberg.com/robots.txt http://amazon.fr/robots.txt
http://canada.ca/robots.txt http://amazon.in/robots.txt
http://cdn.who.int/robots.txt http://amazon.it/robots.txt
http://commission.europa.eu/robots.txt http://ameblo.jp/robots.txt
http://darden.virginia.edu/robots.txt http://apple.com/robots.txt
http://developer.chrome.com/robots.txt http://bbc.com/robots.txt
http://docs.microsoft.com/robots.txt http://chrome.google.com/robots.txt
http://dropbox.com/robots.txt http://creativecommons.org/robots.txt
http://eepurl.com/robots.txt http://en.m.wikipedia.org/robots.txt
http://enterprisemarketingportal.google/robots.txt http://expedia.com/robots.txt
http://geetha.mil.gr/robots.txt http://gist.github.com/robots.txt
http://google.it/robots.txt http://govostis.gr/robots.txt
http://hackernoon.com/robots.txt http://groupon.com/robots.txt
http://heliodex.cf/robots.txt http://healthline.com/robots.txt
http://heylink.me/robots.txt http://help.twitter.com/robots.txt
http://hootsuite.com/robots.txt http://img.youtube.com/robots.txt
http://keoghsflex.com/robots.txt http://irishtimes.com/robots.txt
http://klarna.com/robots.txt http://kickstarter.com/robots.txt
http://m.youtube.com/robots.txt http://lefigaro.fr/robots.txt
http://rcmp-grc.gc.ca/robots.txt http://nationalgeographic.com/robots.txt
http://researchgate.net/robots.txt http://patents.google.com/robots.txt
http://rtbf.be/robots.txt http://python.org/robots.txt
http://sciencedirect.com/robots.txt http://seekingalpha.com/robots.txt
http://spreaker.com/robots.txt http://siteground.com/robots.txt
http://t.ly/robots.txt http://smithsonianmag.com/robots.txt
http://techcrunch.com/robots.txt http://static.wixstatic.com/robots.txt
http://technologyreview.com/robots.txt http://techradar.com/robots.txt
http://telegraph.co.uk/robots.txt http://threads.net/robots.txt
http://wa.me/robots.txt http://tracks.arte.tv/robots.txt
http://wpengine.com/robots.txt http://usatoday.com/robots.txt
http://zillow.com/robots.txt http://weebly.com/robots.txt
https://player.cnevids.com https://player.cnevids.com
https://www.iubenda.com/en/help/126238-pricing-faqs-legacy-guide https://www.iubenda.com/en/help/126238-pricing-faqs-legacy-guide
https://www.iubenda.com/en/help/142642-old-vs-new-pricing https://www.iubenda.com/en/help/142642-old-vs-new-pricing
@ -18899,7 +18891,7 @@ index.php/user/login/
index.php/user/logout index.php/user/logout
index.php/user/logout index.php/user/logout
index.php/user/logout/ index.php/user/logout/
index.php/user/logout/http://haveibeenpwned.com/robots.txt index.php/user/logout/http://diigo.com/robots.txt
index.php/user/password index.php/user/password
index.php/user/password index.php/user/password
index.php/user/password/ index.php/user/password/
@ -18961,7 +18953,7 @@ integrations
intelligencer/amp intelligencer/amp
intent intent
interactive interactive
interactive*http://scmp.com/robots.txt interactive*http://fda.gov/robots.txt
interactive/reading-preference interactive/reading-preference
interactives/sponsor-story interactives/sponsor-story
intercept intercept
@ -19503,6 +19495,7 @@ ja-jp/customers/figma-helps-groww-simplify-investing/$
ja-jp/customers/how-capcom-elevates-speed-quality-and-creative-vision-with-figma/$ ja-jp/customers/how-capcom-elevates-speed-quality-and-creative-vision-with-figma/$
ja-jp/customers/how-datadog-built-enterprise-platform-scaling-design-system/$ ja-jp/customers/how-datadog-built-enterprise-platform-scaling-design-system/$
ja-jp/customers/how-figma-helped-to-increase-ux-maturity-at-dbs-bank/$ ja-jp/customers/how-figma-helped-to-increase-ux-maturity-at-dbs-bank/$
ja-jp/customers/how-flipkart-boosts-its-design-vision-for-indian-e-commerce-with-figma/$
ja-jp/customers/how-king-brings-game-design-together/$ ja-jp/customers/how-king-brings-game-design-together/$
ja-jp/customers/how-patagonia-uses-figma/$ ja-jp/customers/how-patagonia-uses-figma/$
ja-jp/customers/how-qonto-reduces-lead-times/$ ja-jp/customers/how-qonto-reduces-lead-times/$
@ -20088,6 +20081,7 @@ ko-kr/customers/driving-adoption-of-seat-cupra-design-system/$
ko-kr/customers/driving-design-transformation-how-cars24-builds-faster-with-figma/$ ko-kr/customers/driving-design-transformation-how-cars24-builds-faster-with-figma/$
ko-kr/customers/erste-groupbetter-financial-health-by-design/$ ko-kr/customers/erste-groupbetter-financial-health-by-design/$
ko-kr/customers/how-datadog-built-enterprise-platform-scaling-design-system/$ ko-kr/customers/how-datadog-built-enterprise-platform-scaling-design-system/$
ko-kr/customers/how-flipkart-boosts-its-design-vision-for-indian-e-commerce-with-figma/$
ko-kr/customers/how-hellofresh-built-a-design-system/$ ko-kr/customers/how-hellofresh-built-a-design-system/$
ko-kr/customers/how-king-brings-game-design-together/$ ko-kr/customers/how-king-brings-game-design-together/$
ko-kr/customers/how-patagonia-uses-figma/$ ko-kr/customers/how-patagonia-uses-figma/$
@ -20445,6 +20439,54 @@ leerberichten
legal legal
legal-b2b legal-b2b
legal-contact-us legal-contact-us
legal-content/BG/TXT/DOC
legal-content/BG/TXT/SIG
legal-content/CS/TXT/DOC
legal-content/CS/TXT/SIG
legal-content/DA/TXT/DOC
legal-content/DA/TXT/SIG
legal-content/DE/TXT/DOC
legal-content/DE/TXT/SIG
legal-content/EL/TXT/DOC
legal-content/EL/TXT/SIG
legal-content/EN/TXT/DOC
legal-content/EN/TXT/SIG
legal-content/ES/TXT/DOC
legal-content/ES/TXT/SIG
legal-content/ET/TXT/DOC
legal-content/ET/TXT/SIG
legal-content/FI/TXT/DOC
legal-content/FI/TXT/SIG
legal-content/FR/TXT/DOC
legal-content/FR/TXT/SIG
legal-content/GA/TXT/DOC
legal-content/GA/TXT/SIG
legal-content/HR/TXT/DOC
legal-content/HR/TXT/SIG
legal-content/HU/TXT/DOC
legal-content/HU/TXT/SIG
legal-content/IT/TXT/DOC
legal-content/IT/TXT/SIG
legal-content/LT/TXT/DOC
legal-content/LT/TXT/SIG
legal-content/LV/TXT/DOC
legal-content/LV/TXT/SIG
legal-content/MT/TXT/DOC
legal-content/MT/TXT/SIG
legal-content/NL/TXT/DOC
legal-content/NL/TXT/SIG
legal-content/PL/TXT/DOC
legal-content/PL/TXT/SIG
legal-content/PT/TXT/DOC
legal-content/PT/TXT/SIG
legal-content/RO/TXT/DOC
legal-content/RO/TXT/SIG
legal-content/SK/TXT/DOC
legal-content/SK/TXT/SIG
legal-content/SL/TXT/DOC
legal-content/SL/TXT/SIG
legal-content/SV/TXT/DOC
legal-content/SV/TXT/SIG
legal/$ legal/$
legal/3874403/ legal/3874403/
legal/ai-terms/$ legal/ai-terms/$
@ -21079,6 +21121,7 @@ memorandum
mentions mentions
menu menu
menu/*/feedback_form menu/*/feedback_form
menu/store-locator
meps/*/eptvAjax meps/*/eptvAjax
meps/*/pdf* meps/*/pdf*
meps/*/xml* meps/*/xml*
@ -21184,12 +21227,11 @@ mobileapps
mobileformat= mobileformat=
mobilenextapi/graphql mobilenextapi/graphql
mobilenextapi/v2/logs mobilenextapi/v2/logs
mobilepagenotfounderror.aspx
mobileservererror.aspx
mod mod
mod.php mod.php
mod= mod=
mod? mod?
modal-message
modal_active= modal_active=
models models
models/*/ar-redirect models/*/ar-redirect
@ -21281,7 +21323,7 @@ mre/*.jpg$
mre/*.js$ mre/*.js$
mre/*.pdf$ mre/*.pdf$
mre/*.png$ mre/*.png$
mre/*.zip$http://arminbwagner.com/robots.txt mre/*.zip$http://gov.uk/robots.txt
mre/*? mre/*?
mre/*@@configuracoes_view mre/*@@configuracoes_view
mre/*@@download/file$ mre/*@@download/file$
@ -21423,6 +21465,7 @@ my-MM/$
my-account my-account
my-agent/eligibility my-agent/eligibility
my-articles my-articles
my-eurlex
my-library my-library
my-library my-library
my-list-shows my-list-shows
@ -22070,7 +22113,6 @@ nwshp$
nxs-video-player nxs-video-player
nymag/columns/intelligencer/features/16951 nymag/columns/intelligencer/features/16951
nymag/letters/14872 nymag/letters/14872
nyucard/campuscash/admin
nz nz
nz$ nz$
nz*/listing/*/favoriters nz*/listing/*/favoriters
@ -22258,6 +22300,8 @@ p
p.php p.php
p/*/actions$ p/*/actions$
p/*/actions? p/*/actions?
p/*/activity$
p/*/activity?
p/*/advocates$ p/*/advocates$
p/*/advocates/confirm$ p/*/advocates/confirm$
p/*/advocates/confirm? p/*/advocates/confirm?
@ -22332,7 +22376,7 @@ p/*/v2/actions$
p/*/v2/actions? p/*/v2/actions?
p/*/victory$ p/*/victory$
p/*/victory? p/*/victory?
p/*http://stupidhackathon.github.io/robots.txt p/*http://socialimpact.youtube.com/robots.txt
p/*surveyopen p/*surveyopen
p/*thm= p/*thm=
p/60 p/60
@ -22395,7 +22439,6 @@ pagead/js
pagead/managed pagead/managed
pagead/show_ads.js pagead/show_ads.js
pageitem pageitem
pagenotfounderror.aspx
pages-extensions/FollowCompany pages-extensions/FollowCompany
pages.www.cloudflare.com pages.www.cloudflare.com
pages/ pages/
@ -22755,8 +22798,6 @@ people/pad$
people/pad/$ people/pad/$
people/search people/search
people/search people/search
peopleoptions.aspx
peopletags.aspx
pepe pepe
percy-jackson-the-olympians-the-lightning-thief percy-jackson-the-olympians-the-lightning-thief
perfil perfil
@ -23217,11 +23258,12 @@ preferences/
preferences/manage-cookies preferences/manage-cookies
prefetch prefetch
prefs prefs
prelex
premium$ premium$
premium-reports premium-reports
premium/ premium/
premium/$ premium/$
premium/http://ser13gio.blogspot.com/robots.txt premium/http://s.w.org/robots.txt
premiumsupport/iam/ premiumsupport/iam/
premiumsupport/knowledge-center/feedback-no/ premiumsupport/knowledge-center/feedback-no/
premiumsupport/knowledge-center/feedback-yes/ premiumsupport/knowledge-center/feedback-yes/
@ -23281,6 +23323,7 @@ pricing/payment
pricing/pro pricing/pro
primeshow primeshow
print print
print-pdf
printView= printView=
printable/pdf printable/pdf
printer_friendly_story printer_friendly_story
@ -23303,7 +23346,7 @@ privacy/zoho-group.html
private private
private private
private-promo private-promo
private/http://i0.wp.com/robots.txt private/http://about.fb.com/robots.txt
private/wtrack private/wtrack
pro pro
pro-learn pro-learn
@ -23336,7 +23379,7 @@ product-integrations/figma-for-microsoft-teams/$
product-integrations/google-workspace/$ product-integrations/google-workspace/$
product-integrations/zoom/$ product-integrations/zoom/$
product-managers/$ product-managers/$
product-ratings/http://people.com/robots.txt product-ratings/http://wix.com/robots.txt
product-reviews/B0069IY63Y product-reviews/B0069IY63Y
product/* product/*
product/electrode/api/logger product/electrode/api/logger
@ -23482,6 +23525,7 @@ proplayer
props/ props/
proredir? proredir?
prospective-students/undergraduate-redesign prospective-students/undergraduate-redesign
protected
proto proto
protocol protocol
protocolexchange/labgroups protocolexchange/labgroups
@ -23691,6 +23735,7 @@ pt-br/customers/driving-adoption-of-seat-cupra-design-system/$
pt-br/customers/driving-design-transformation-how-cars24-builds-faster-with-figma/$ pt-br/customers/driving-design-transformation-how-cars24-builds-faster-with-figma/$
pt-br/customers/erste-groupbetter-financial-health-by-design/$ pt-br/customers/erste-groupbetter-financial-health-by-design/$
pt-br/customers/how-datadog-built-enterprise-platform-scaling-design-system/$ pt-br/customers/how-datadog-built-enterprise-platform-scaling-design-system/$
pt-br/customers/how-flipkart-boosts-its-design-vision-for-indian-e-commerce-with-figma/$
pt-br/customers/how-hellofresh-built-a-design-system/$ pt-br/customers/how-hellofresh-built-a-design-system/$
pt-br/customers/how-king-brings-game-design-together/$ pt-br/customers/how-king-brings-game-design-together/$
pt-br/customers/how-patagonia-uses-figma/$ pt-br/customers/how-patagonia-uses-figma/$
@ -23994,7 +24039,6 @@ public
public-api public-api
public-data-sets/applicants/ public-data-sets/applicants/
public-data-sets/terms/ public-data-sets/terms/
public.affairs/gata
public.api public.api
public/*.css$ public/*.css$
public/*.css? public/*.css?
@ -24103,7 +24147,6 @@ questions-and-answers
queue queue
qui-sommes-nous qui-sommes-nous
quick-search quick-search
quickadd.aspx
quickcast quickcast
quickfacts quickfacts
quickstart quickstart
@ -24317,6 +24360,7 @@ reports/5-agencies-that-changed-the-way-they-design/$
reports/RC/public reports/RC/public
reports/ai-2025/$ reports/ai-2025/$
reports/ai-design-trends-2024/$ reports/ai-design-trends-2024/$
reports/ai-experimentation/$
reports/australia-design-growth-story-apac-report/$ reports/australia-design-growth-story-apac-report/$
reports/bridging-design-and-code/$ reports/bridging-design-and-code/$
reports/bringing-non-designers-into-design-process/$ reports/bringing-non-designers-into-design-process/$
@ -24672,12 +24716,12 @@ reservations/*/notifyme
reset reset
reset-password reset-password
reset? reset?
residential.education/archive
residential.education/templates
resource resource
resource-library/$ resource-library/$
resource-library/*? resource-library/*?
resource-library/agile-and-waterfall-methodologies/$ resource-library/agile-and-waterfall-methodologies/$
resource-library/ai-design-tools/$
resource-library/ai-in-design/$
resource-library/alignment-charts-explained/$ resource-library/alignment-charts-explained/$
resource-library/best-design-collaboration-tools/$ resource-library/best-design-collaboration-tools/$
resource-library/best-font-for-resume/$ resource-library/best-font-for-resume/$
@ -25249,6 +25293,8 @@ sap/saphana/pilot/offer/confirmation
sars-cov-2 sars-cov-2
savannah-checkouts savannah-checkouts
save save
save-document
save-query
save/save-agency-search-tool save/save-agency-search-tool
save/save-agency-search-tool/export save/save-agency-search-tool/export
savedhomes savedhomes
@ -25464,6 +25510,7 @@ search-ads-360
search-ar-dev search-ar-dev
search-collections? search-collections?
search-console/scfe search-console/scfe
search-effectiveness.html
search-people? search-people?
search-results search-results
search-webglimps search-webglimps
@ -25582,7 +25629,7 @@ search_rss$
search_suggest search_suggest
searchdeb/ searchdeb/
searches searches
searchhttp://inc.com/robots.txt searchhttp://sgtrains.com/robots.txt
searchresults searchresults
searchresults.aspx searchresults.aspx
searchsuggest searchsuggest
@ -25616,11 +25663,9 @@ seenMatchId=
segments/*/compare segments/*/compare
select select
selectedImage selectedImage
selectembed.aspx
selectlocale-dmc?fromPage= selectlocale-dmc?fromPage=
selectpayment selectpayment
self-registration self-registration
self.aspx
sell/? sell/?
sell/options sell/options
seller_onboarding seller_onboarding
@ -25672,7 +25717,6 @@ server/trans-map.html
server/whatsnew_translations.xml server/whatsnew_translations.xml
server_error_pages/ server_error_pages/
serverdown serverdown
servererror.aspx
service-search/dist/images/loading.gif service-search/dist/images/loading.gif
service-search/find-a-psychological-therapies-service/find-your-gp service-search/find-a-psychological-therapies-service/find-your-gp
service-search/find-a-psychological-therapies-service/results service-search/find-a-psychological-therapies-service/results
@ -25805,9 +25849,7 @@ shareables
shared shared
shared/ shared/
shared/*?wtime shared/*?wtime
sharedfavorite.aspx
sharedmemories sharedmemories
sharefavorite.aspx
sharer sharer
sharer.php sharer.php
sharing sharing
@ -26324,6 +26366,7 @@ slp/*/b$
slp/s$ slp/s$
smart/button smart/button
smart/buttons smart/buttons
smartapi
smartmarket smartmarket
smartmarket/*/productListInitial.action? smartmarket/*/productListInitial.action?
smbe/ smbe/
@ -27051,7 +27094,6 @@ surveys-360
surveys/ surveys/
suspended_tickets suspended_tickets
suspension-appeal suspension-appeal
sustainability
sutils sutils
sv-SE/$ sv-SE/$
sv-SE/android/collections sv-SE/android/collections
@ -27153,7 +27195,7 @@ tag
tag-manager tag-manager
tag-manager-360 tag-manager-360
tag/ tag/
tag/*+http://edition.cnn.com/robots.txt tag/*+http://dinotim.com/robots.txt
tag/credible tag/credible
tag/expire-images tag/expire-images
tag/interaction-card tag/interaction-card
@ -27649,7 +27691,7 @@ test.html
test_community test_community
testfl testfl
testgpr testgpr
testhttp://ico.org.uk/robots.txt testhttp://moskva.stroi-podryad.ru/robots.txt
testing testing
testpage-forhomepage testpage-forhomepage
tests/* tests/*
@ -28131,6 +28173,7 @@ trips/v1
trivia/answer trivia/answer
trk trk
trouver trouver
true/select-store-cookies.html
trust.php trust.php
trustedstores/images trustedstores/images
trustedstores/js trustedstores/js
@ -28835,7 +28878,7 @@ uxtest/ux/
uy uy
uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_insert.pdf uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_insert.pdf
uy/help uy/help
uz/http://sciencedaily.com/robots.txt uz/http://bilgematics.com/robots.txt
v v
v$ v$
v/badge v/badge
@ -29035,7 +29078,6 @@ vip
virtual virtual
virtualization/ virtualization/
virtualsupportassistant virtualsupportassistant
viruswarning.aspx
visual-notes visual-notes
visualj/ visualj/
visuals/services visuals/services
@ -29067,8 +29109,6 @@ w/load.php?
w/rest.php/site/v1/sitemap w/rest.php/site/v1/sitemap
w/users/user_hints w/users/user_hints
w3 w3
wagner/newsite
wagner/newsiteTEST
wai-conformance-model-test wai-conformance-model-test
walking-tall walking-tall
walkscore walkscore
@ -29238,7 +29278,6 @@ weekly/signup
weimg weimg
welcome welcome
welcome-email welcome-email
welcome.aspx
wetter/action/bayernwetter/bayern.do?plz= wetter/action/bayernwetter/bayern.do?plz=
wetter/action/bayernwetter/bayern.do?regio= wetter/action/bayernwetter/bayern.do?regio=
wewantyou/ wewantyou/
@ -29730,9 +29769,9 @@ wiki/Wikipedia_discusión:Solicitudes_de_verificación_de_usuarios
wiki/Wikipedia_discusión:Supresores/Candidaturas wiki/Wikipedia_discusión:Supresores/Candidaturas
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://allaboutcookies.org/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikipedia.org/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://waze.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://win.gs/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -29939,8 +29978,6 @@ word/document_stats
word/document_url word/document_url
word/download word/download
word/embed word/embed
wordpress/wp-admin
wordpress/wp-admin/admin-ajax.php
work work
work work
work-at-ucl/redeployment work-at-ucl/redeployment
@ -30039,8 +30076,8 @@ wp-admin
wp-admin/ wp-admin/
wp-admin/admin-ajax.php wp-admin/admin-ajax.php
wp-admin/admin-ajax.php wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://siteground.com/robots.txt wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt
wp-admin/admin-ajax.phphttp://ucl.ac.uk/robots.txt wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt
wp-admin/load-scripts.php wp-admin/load-scripts.php
wp-admin/load-styles.php wp-admin/load-styles.php
wp-adv wp-adv
@ -30110,6 +30147,7 @@ wp-content/uploads/sites/6/wpforms
wp-content/uploads/wc-logs wp-content/uploads/wc-logs
wp-content/uploads/woocommerce_transient_files wp-content/uploads/woocommerce_transient_files
wp-content/uploads/woocommerce_uploads wp-content/uploads/woocommerce_uploads
wp-content/uploads/wpforms
wp-dyn wp-dyn
wp-includes wp-includes
wp-includes/ wp-includes/
@ -30220,7 +30258,7 @@ your
your-account your-account
your-shop your-shop
youreurope/businessACC youreurope/businessACC
youreurope/businessDEV/http://iso.org/robots.txt youreurope/businessDEV/http://europarl.europa.eu/robots.txt
youreurope/citizensACC youreurope/citizensACC
youreurope/citizensDEV youreurope/citizensDEV
yourtake yourtake