mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-04-27 17:26:29 -04:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
f995d6c418
commit
e86c500c96
22 changed files with 1518 additions and 636 deletions
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1745391835
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1745489097
|
||||
"last_update": 1745575442
|
||||
}
|
||||
}
|
|
@ -17487,6 +17487,8 @@ strong-snakes-argue.md
|
|||
famous-turtles-bow.md
|
||||
.changeset/mean-llamas-cross.md
|
||||
mean-llamas-cross.md
|
||||
.changeset/tricky-things-lie.md
|
||||
tricky-things-lie.md
|
||||
.changeset/great-chicken-fold.md
|
||||
great-chicken-fold.md
|
||||
.changeset/open-crabs-punch.md
|
||||
|
@ -17503,6 +17505,8 @@ fair-eggs-marry.md
|
|||
mighty-lands-think.md
|
||||
.changeset/silent-rooms-attack.md
|
||||
silent-rooms-attack.md
|
||||
.changeset/famous-donuts-occur.md
|
||||
famous-donuts-occur.md
|
||||
.changeset/dry-donuts-guess.md
|
||||
dry-donuts-guess.md
|
||||
.changeset/cool-kings-tap.md
|
||||
|
|
|
@ -3538,6 +3538,7 @@ pnpm-workspace.yaml
|
|||
.changeset/strong-snakes-argue.md
|
||||
.changeset/famous-turtles-bow.md
|
||||
.changeset/mean-llamas-cross.md
|
||||
.changeset/tricky-things-lie.md
|
||||
.changeset/great-chicken-fold.md
|
||||
.changeset/open-crabs-punch.md
|
||||
.changeset/icy-monkeys-leave.md
|
||||
|
@ -3546,6 +3547,7 @@ pnpm-workspace.yaml
|
|||
.changeset/fair-eggs-marry.md
|
||||
.changeset/mighty-lands-think.md
|
||||
.changeset/silent-rooms-attack.md
|
||||
.changeset/famous-donuts-occur.md
|
||||
.changeset/dry-donuts-guess.md
|
||||
.changeset/cool-kings-tap.md
|
||||
.editorconfig
|
|
@ -3092,9 +3092,6 @@ setup/workspace/settings/settings.json
|
|||
workspace/settings/settings.json
|
||||
settings/settings.json
|
||||
settings.json
|
||||
erpnext/setup/default_energy_point_rules.py
|
||||
setup/default_energy_point_rules.py
|
||||
default_energy_point_rules.py
|
||||
erpnext/setup/demo_data/customer.json
|
||||
setup/demo_data/customer.json
|
||||
demo_data/customer.json
|
||||
|
@ -11762,10 +11759,6 @@ erpnext/patches/v12_0/set_serial_no_status.py
|
|||
patches/v12_0/set_serial_no_status.py
|
||||
v12_0/set_serial_no_status.py
|
||||
set_serial_no_status.py
|
||||
erpnext/patches/v12_0/create_default_energy_point_rules.py
|
||||
patches/v12_0/create_default_energy_point_rules.py
|
||||
v12_0/create_default_energy_point_rules.py
|
||||
create_default_energy_point_rules.py
|
||||
erpnext/patches/v12_0/update_is_cancelled_field.py
|
||||
patches/v12_0/update_is_cancelled_field.py
|
||||
v12_0/update_is_cancelled_field.py
|
||||
|
|
|
@ -650,7 +650,6 @@ erpnext/setup/utils.py
|
|||
erpnext/setup/demo.py
|
||||
erpnext/setup/workspace/home/home.json
|
||||
erpnext/setup/workspace/settings/settings.json
|
||||
erpnext/setup/default_energy_point_rules.py
|
||||
erpnext/setup/demo_data/customer.json
|
||||
erpnext/setup/demo_data/sales_order.json
|
||||
erpnext/setup/demo_data/supplier.json
|
||||
|
@ -2490,7 +2489,6 @@ erpnext/patches/v12_0/rename_bank_reconciliation.py
|
|||
erpnext/patches/v12_0/update_due_date_in_gle.py
|
||||
erpnext/patches/v12_0/move_bank_account_swift_number_to_bank.py
|
||||
erpnext/patches/v12_0/set_serial_no_status.py
|
||||
erpnext/patches/v12_0/create_default_energy_point_rules.py
|
||||
erpnext/patches/v12_0/update_is_cancelled_field.py
|
||||
erpnext/patches/v12_0/add_default_buying_selling_terms_in_company.py
|
||||
erpnext/patches/v12_0/unhide_cost_center_field.py
|
||||
|
|
|
@ -56,11 +56,6 @@ stats/src/utils/chart-helpers.ts
|
|||
src/utils/chart-helpers.ts
|
||||
utils/chart-helpers.ts
|
||||
chart-helpers.ts
|
||||
apps/stats/src/utils/data-formatters.ts
|
||||
stats/src/utils/data-formatters.ts
|
||||
src/utils/data-formatters.ts
|
||||
utils/data-formatters.ts
|
||||
data-formatters.ts
|
||||
apps/stats/src/standalone.tsx
|
||||
stats/src/standalone.tsx
|
||||
src/standalone.tsx
|
||||
|
@ -2982,6 +2977,11 @@ admin-x-activitypub/src/utils/get-username.ts
|
|||
src/utils/get-username.ts
|
||||
utils/get-username.ts
|
||||
get-username.ts
|
||||
apps/admin-x-activitypub/src/utils/image.ts
|
||||
admin-x-activitypub/src/utils/image.ts
|
||||
src/utils/image.ts
|
||||
utils/image.ts
|
||||
image.ts
|
||||
apps/admin-x-activitypub/src/standalone.tsx
|
||||
admin-x-activitypub/src/standalone.tsx
|
||||
src/standalone.tsx
|
||||
|
@ -3261,6 +3261,12 @@ src/components/global/APAvatar.tsx
|
|||
components/global/APAvatar.tsx
|
||||
global/APAvatar.tsx
|
||||
APAvatar.tsx
|
||||
apps/admin-x-activitypub/src/components/global/ImageLightbox.tsx
|
||||
admin-x-activitypub/src/components/global/ImageLightbox.tsx
|
||||
src/components/global/ImageLightbox.tsx
|
||||
components/global/ImageLightbox.tsx
|
||||
global/ImageLightbox.tsx
|
||||
ImageLightbox.tsx
|
||||
apps/admin-x-activitypub/src/components/layout/index.tsx
|
||||
admin-x-activitypub/src/components/layout/index.tsx
|
||||
src/components/layout/index.tsx
|
||||
|
@ -4730,6 +4736,16 @@ package.json
|
|||
apps/posts/tailwind.config.cjs
|
||||
posts/tailwind.config.cjs
|
||||
tailwind.config.cjs
|
||||
apps/posts/src/utils/constants.ts
|
||||
posts/src/utils/constants.ts
|
||||
src/utils/constants.ts
|
||||
utils/constants.ts
|
||||
constants.ts
|
||||
apps/posts/src/utils/chart-helpers.ts
|
||||
posts/src/utils/chart-helpers.ts
|
||||
src/utils/chart-helpers.ts
|
||||
utils/chart-helpers.ts
|
||||
chart-helpers.ts
|
||||
apps/posts/src/standalone.tsx
|
||||
posts/src/standalone.tsx
|
||||
src/standalone.tsx
|
||||
|
@ -4742,6 +4758,16 @@ apps/posts/src/index.tsx
|
|||
posts/src/index.tsx
|
||||
src/index.tsx
|
||||
index.tsx
|
||||
apps/posts/src/config/stats-config.ts
|
||||
posts/src/config/stats-config.ts
|
||||
src/config/stats-config.ts
|
||||
config/stats-config.ts
|
||||
stats-config.ts
|
||||
apps/posts/src/providers/GlobalDataProvider.tsx
|
||||
posts/src/providers/GlobalDataProvider.tsx
|
||||
src/providers/GlobalDataProvider.tsx
|
||||
providers/GlobalDataProvider.tsx
|
||||
GlobalDataProvider.tsx
|
||||
apps/posts/src/App.tsx
|
||||
posts/src/App.tsx
|
||||
src/App.tsx
|
||||
|
@ -4780,6 +4806,27 @@ views/PostAnalytics/components/Sidebar.tsx
|
|||
PostAnalytics/components/Sidebar.tsx
|
||||
components/Sidebar.tsx
|
||||
Sidebar.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/KpiTab.tsx
|
||||
posts/src/views/PostAnalytics/components/KpiTab.tsx
|
||||
src/views/PostAnalytics/components/KpiTab.tsx
|
||||
views/PostAnalytics/components/KpiTab.tsx
|
||||
PostAnalytics/components/KpiTab.tsx
|
||||
components/KpiTab.tsx
|
||||
KpiTab.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/DateRangeSelect.tsx
|
||||
posts/src/views/PostAnalytics/components/DateRangeSelect.tsx
|
||||
src/views/PostAnalytics/components/DateRangeSelect.tsx
|
||||
views/PostAnalytics/components/DateRangeSelect.tsx
|
||||
PostAnalytics/components/DateRangeSelect.tsx
|
||||
components/DateRangeSelect.tsx
|
||||
DateRangeSelect.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/AudienceSelect.tsx
|
||||
posts/src/views/PostAnalytics/components/AudienceSelect.tsx
|
||||
src/views/PostAnalytics/components/AudienceSelect.tsx
|
||||
views/PostAnalytics/components/AudienceSelect.tsx
|
||||
PostAnalytics/components/AudienceSelect.tsx
|
||||
components/AudienceSelect.tsx
|
||||
AudienceSelect.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/PostAnalyticsContent.tsx
|
||||
posts/src/views/PostAnalytics/components/PostAnalyticsContent.tsx
|
||||
src/views/PostAnalytics/components/PostAnalyticsContent.tsx
|
||||
|
@ -4794,6 +4841,36 @@ views/PostAnalytics/components/PostAnalyticsView.tsx
|
|||
PostAnalytics/components/PostAnalyticsView.tsx
|
||||
components/PostAnalyticsView.tsx
|
||||
PostAnalyticsView.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/Web/Locations.tsx
|
||||
posts/src/views/PostAnalytics/components/Web/Locations.tsx
|
||||
src/views/PostAnalytics/components/Web/Locations.tsx
|
||||
views/PostAnalytics/components/Web/Locations.tsx
|
||||
PostAnalytics/components/Web/Locations.tsx
|
||||
components/Web/Locations.tsx
|
||||
Web/Locations.tsx
|
||||
Locations.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/Web/Kpis.tsx
|
||||
posts/src/views/PostAnalytics/components/Web/Kpis.tsx
|
||||
src/views/PostAnalytics/components/Web/Kpis.tsx
|
||||
views/PostAnalytics/components/Web/Kpis.tsx
|
||||
PostAnalytics/components/Web/Kpis.tsx
|
||||
components/Web/Kpis.tsx
|
||||
Web/Kpis.tsx
|
||||
Kpis.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/Web/Sources.tsx
|
||||
posts/src/views/PostAnalytics/components/Web/Sources.tsx
|
||||
src/views/PostAnalytics/components/Web/Sources.tsx
|
||||
views/PostAnalytics/components/Web/Sources.tsx
|
||||
PostAnalytics/components/Web/Sources.tsx
|
||||
components/Web/Sources.tsx
|
||||
Web/Sources.tsx
|
||||
Sources.tsx
|
||||
apps/posts/src/components/chart/CustomTooltipContent.tsx
|
||||
posts/src/components/chart/CustomTooltipContent.tsx
|
||||
src/components/chart/CustomTooltipContent.tsx
|
||||
components/chart/CustomTooltipContent.tsx
|
||||
chart/CustomTooltipContent.tsx
|
||||
CustomTooltipContent.tsx
|
||||
apps/posts/src/components/layout/MainLayout.tsx
|
||||
posts/src/components/layout/MainLayout.tsx
|
||||
src/components/layout/MainLayout.tsx
|
||||
|
@ -23184,29 +23261,26 @@ frontend/services/rendering/error.test.js
|
|||
services/rendering/error.test.js
|
||||
rendering/error.test.js
|
||||
error.test.js
|
||||
ghost/core/test/unit/frontend/src/utils/url-attribution.test.js
|
||||
core/test/unit/frontend/src/utils/url-attribution.test.js
|
||||
test/unit/frontend/src/utils/url-attribution.test.js
|
||||
unit/frontend/src/utils/url-attribution.test.js
|
||||
frontend/src/utils/url-attribution.test.js
|
||||
src/utils/url-attribution.test.js
|
||||
utils/url-attribution.test.js
|
||||
ghost/core/test/unit/frontend/src/url-attribution.test.js
|
||||
core/test/unit/frontend/src/url-attribution.test.js
|
||||
test/unit/frontend/src/url-attribution.test.js
|
||||
unit/frontend/src/url-attribution.test.js
|
||||
frontend/src/url-attribution.test.js
|
||||
src/url-attribution.test.js
|
||||
url-attribution.test.js
|
||||
ghost/core/test/unit/frontend/src/utils/privacy.test.js
|
||||
core/test/unit/frontend/src/utils/privacy.test.js
|
||||
test/unit/frontend/src/utils/privacy.test.js
|
||||
unit/frontend/src/utils/privacy.test.js
|
||||
frontend/src/utils/privacy.test.js
|
||||
src/utils/privacy.test.js
|
||||
utils/privacy.test.js
|
||||
ghost/core/test/unit/frontend/src/privacy.test.js
|
||||
core/test/unit/frontend/src/privacy.test.js
|
||||
test/unit/frontend/src/privacy.test.js
|
||||
unit/frontend/src/privacy.test.js
|
||||
frontend/src/privacy.test.js
|
||||
src/privacy.test.js
|
||||
privacy.test.js
|
||||
ghost/core/test/unit/frontend/src/utils/session-storage.test.js
|
||||
core/test/unit/frontend/src/utils/session-storage.test.js
|
||||
test/unit/frontend/src/utils/session-storage.test.js
|
||||
unit/frontend/src/utils/session-storage.test.js
|
||||
frontend/src/utils/session-storage.test.js
|
||||
src/utils/session-storage.test.js
|
||||
utils/session-storage.test.js
|
||||
ghost/core/test/unit/frontend/src/session-storage.test.js
|
||||
core/test/unit/frontend/src/session-storage.test.js
|
||||
test/unit/frontend/src/session-storage.test.js
|
||||
unit/frontend/src/session-storage.test.js
|
||||
frontend/src/session-storage.test.js
|
||||
src/session-storage.test.js
|
||||
session-storage.test.js
|
||||
ghost/core/test/unit/frontend/apps/amp/router.test.js
|
||||
core/test/unit/frontend/apps/amp/router.test.js
|
||||
|
@ -24686,9 +24760,6 @@ core/content/settings/README.md
|
|||
content/settings/README.md
|
||||
settings/README.md
|
||||
README.md
|
||||
ghost/core/.babelrc
|
||||
core/.babelrc
|
||||
.babelrc
|
||||
ghost/core/.c8rc.json
|
||||
core/.c8rc.json
|
||||
.c8rc.json
|
||||
|
@ -31456,6 +31527,14 @@ web/admin/middleware/redirect-admin-urls.js
|
|||
admin/middleware/redirect-admin-urls.js
|
||||
middleware/redirect-admin-urls.js
|
||||
redirect-admin-urls.js
|
||||
ghost/core/core/server/web/admin/middleware/serve-auth-frame-file.js
|
||||
core/core/server/web/admin/middleware/serve-auth-frame-file.js
|
||||
core/server/web/admin/middleware/serve-auth-frame-file.js
|
||||
server/web/admin/middleware/serve-auth-frame-file.js
|
||||
web/admin/middleware/serve-auth-frame-file.js
|
||||
admin/middleware/serve-auth-frame-file.js
|
||||
middleware/serve-auth-frame-file.js
|
||||
serve-auth-frame-file.js
|
||||
ghost/core/core/server/web/admin/index.js
|
||||
core/core/server/web/admin/index.js
|
||||
core/server/web/admin/index.js
|
||||
|
@ -34178,13 +34257,6 @@ frontend/services/rss/renderer.js
|
|||
services/rss/renderer.js
|
||||
rss/renderer.js
|
||||
renderer.js
|
||||
ghost/core/core/frontend/services/assets-minification/AdminAuthAssets.js
|
||||
core/core/frontend/services/assets-minification/AdminAuthAssets.js
|
||||
core/frontend/services/assets-minification/AdminAuthAssets.js
|
||||
frontend/services/assets-minification/AdminAuthAssets.js
|
||||
services/assets-minification/AdminAuthAssets.js
|
||||
assets-minification/AdminAuthAssets.js
|
||||
AdminAuthAssets.js
|
||||
ghost/core/core/frontend/services/assets-minification/index.js
|
||||
core/core/frontend/services/assets-minification/index.js
|
||||
core/frontend/services/assets-minification/index.js
|
||||
|
@ -34192,20 +34264,6 @@ frontend/services/assets-minification/index.js
|
|||
services/assets-minification/index.js
|
||||
assets-minification/index.js
|
||||
index.js
|
||||
ghost/core/core/frontend/services/assets-minification/GhostStatsAssets.js
|
||||
core/core/frontend/services/assets-minification/GhostStatsAssets.js
|
||||
core/frontend/services/assets-minification/GhostStatsAssets.js
|
||||
frontend/services/assets-minification/GhostStatsAssets.js
|
||||
services/assets-minification/GhostStatsAssets.js
|
||||
assets-minification/GhostStatsAssets.js
|
||||
GhostStatsAssets.js
|
||||
ghost/core/core/frontend/services/assets-minification/CommentCountsAssets.js
|
||||
core/core/frontend/services/assets-minification/CommentCountsAssets.js
|
||||
core/frontend/services/assets-minification/CommentCountsAssets.js
|
||||
frontend/services/assets-minification/CommentCountsAssets.js
|
||||
services/assets-minification/CommentCountsAssets.js
|
||||
assets-minification/CommentCountsAssets.js
|
||||
CommentCountsAssets.js
|
||||
ghost/core/core/frontend/services/assets-minification/AssetsMinificationBase.js
|
||||
core/core/frontend/services/assets-minification/AssetsMinificationBase.js
|
||||
core/frontend/services/assets-minification/AssetsMinificationBase.js
|
||||
|
@ -34213,13 +34271,6 @@ frontend/services/assets-minification/AssetsMinificationBase.js
|
|||
services/assets-minification/AssetsMinificationBase.js
|
||||
assets-minification/AssetsMinificationBase.js
|
||||
AssetsMinificationBase.js
|
||||
ghost/core/core/frontend/services/assets-minification/MemberAttributionAssets.js
|
||||
core/core/frontend/services/assets-minification/MemberAttributionAssets.js
|
||||
core/frontend/services/assets-minification/MemberAttributionAssets.js
|
||||
frontend/services/assets-minification/MemberAttributionAssets.js
|
||||
services/assets-minification/MemberAttributionAssets.js
|
||||
assets-minification/MemberAttributionAssets.js
|
||||
MemberAttributionAssets.js
|
||||
ghost/core/core/frontend/services/assets-minification/Minifier.js
|
||||
core/core/frontend/services/assets-minification/Minifier.js
|
||||
core/frontend/services/assets-minification/Minifier.js
|
||||
|
@ -34240,13 +34291,6 @@ core/frontend/services/handlebars.js
|
|||
frontend/services/handlebars.js
|
||||
services/handlebars.js
|
||||
handlebars.js
|
||||
ghost/core/core/frontend/services/assets-bundling/bundle-asset.js
|
||||
core/core/frontend/services/assets-bundling/bundle-asset.js
|
||||
core/frontend/services/assets-bundling/bundle-asset.js
|
||||
frontend/services/assets-bundling/bundle-asset.js
|
||||
services/assets-bundling/bundle-asset.js
|
||||
assets-bundling/bundle-asset.js
|
||||
bundle-asset.js
|
||||
ghost/core/core/frontend/services/data/index.js
|
||||
core/core/frontend/services/data/index.js
|
||||
core/frontend/services/data/index.js
|
||||
|
@ -34804,21 +34848,13 @@ frontend/src/ghost-stats/ghost-stats.js
|
|||
src/ghost-stats/ghost-stats.js
|
||||
ghost-stats/ghost-stats.js
|
||||
ghost-stats.js
|
||||
ghost/core/core/frontend/src/comment-counts/js/comment-counts.js
|
||||
core/core/frontend/src/comment-counts/js/comment-counts.js
|
||||
core/frontend/src/comment-counts/js/comment-counts.js
|
||||
frontend/src/comment-counts/js/comment-counts.js
|
||||
src/comment-counts/js/comment-counts.js
|
||||
comment-counts/js/comment-counts.js
|
||||
js/comment-counts.js
|
||||
ghost/core/core/frontend/src/comment-counts/comment-counts.js
|
||||
core/core/frontend/src/comment-counts/comment-counts.js
|
||||
core/frontend/src/comment-counts/comment-counts.js
|
||||
frontend/src/comment-counts/comment-counts.js
|
||||
src/comment-counts/comment-counts.js
|
||||
comment-counts/comment-counts.js
|
||||
comment-counts.js
|
||||
ghost/core/core/frontend/src/admin-auth/index.html
|
||||
core/core/frontend/src/admin-auth/index.html
|
||||
core/frontend/src/admin-auth/index.html
|
||||
frontend/src/admin-auth/index.html
|
||||
src/admin-auth/index.html
|
||||
admin-auth/index.html
|
||||
index.html
|
||||
ghost/core/core/frontend/src/admin-auth/message-handler.js
|
||||
core/core/frontend/src/admin-auth/message-handler.js
|
||||
core/frontend/src/admin-auth/message-handler.js
|
||||
|
@ -35519,6 +35555,13 @@ core/frontend/views/unsubscribe.hbs
|
|||
frontend/views/unsubscribe.hbs
|
||||
views/unsubscribe.hbs
|
||||
unsubscribe.hbs
|
||||
ghost/core/core/frontend/public/admin-auth/index.html
|
||||
core/core/frontend/public/admin-auth/index.html
|
||||
core/frontend/public/admin-auth/index.html
|
||||
frontend/public/admin-auth/index.html
|
||||
public/admin-auth/index.html
|
||||
admin-auth/index.html
|
||||
index.html
|
||||
ghost/core/core/frontend/public/sitemap.xsl
|
||||
core/core/frontend/public/sitemap.xsl
|
||||
core/frontend/public/sitemap.xsl
|
||||
|
@ -35682,10 +35725,10 @@ config.development.json
|
|||
ghost/core/.eslintignore
|
||||
core/.eslintignore
|
||||
.eslintignore
|
||||
ghost/core/scripts/test-ghost-stats-bundle.js
|
||||
core/scripts/test-ghost-stats-bundle.js
|
||||
scripts/test-ghost-stats-bundle.js
|
||||
test-ghost-stats-bundle.js
|
||||
ghost/core/bin/minify-assets.js
|
||||
core/bin/minify-assets.js
|
||||
bin/minify-assets.js
|
||||
minify-assets.js
|
||||
ghost/core/loggingrc.js
|
||||
core/loggingrc.js
|
||||
loggingrc.js
|
||||
|
|
|
@ -21,7 +21,6 @@ apps/stats/package.json
|
|||
apps/stats/tailwind.config.cjs
|
||||
apps/stats/src/utils/constants.ts
|
||||
apps/stats/src/utils/chart-helpers.ts
|
||||
apps/stats/src/utils/data-formatters.ts
|
||||
apps/stats/src/standalone.tsx
|
||||
apps/stats/src/routes.tsx
|
||||
apps/stats/src/index.tsx
|
||||
|
@ -568,6 +567,7 @@ apps/admin-x-activitypub/src/utils/handle-profile-click.ts
|
|||
apps/admin-x-activitypub/src/utils/truncate.ts
|
||||
apps/admin-x-activitypub/src/utils/content-handlers.ts
|
||||
apps/admin-x-activitypub/src/utils/get-username.ts
|
||||
apps/admin-x-activitypub/src/utils/image.ts
|
||||
apps/admin-x-activitypub/src/standalone.tsx
|
||||
apps/admin-x-activitypub/src/routes.tsx
|
||||
apps/admin-x-activitypub/src/index.tsx
|
||||
|
@ -614,6 +614,7 @@ apps/admin-x-activitypub/src/components/global/Separator.tsx
|
|||
apps/admin-x-activitypub/src/components/global/SuggestedProfiles.tsx
|
||||
apps/admin-x-activitypub/src/components/global/FollowButton.tsx
|
||||
apps/admin-x-activitypub/src/components/global/APAvatar.tsx
|
||||
apps/admin-x-activitypub/src/components/global/ImageLightbox.tsx
|
||||
apps/admin-x-activitypub/src/components/layout/index.tsx
|
||||
apps/admin-x-activitypub/src/components/layout/Sidebar/Sidebar.tsx
|
||||
apps/admin-x-activitypub/src/components/layout/Sidebar/index.tsx
|
||||
|
@ -884,17 +885,28 @@ apps/posts/test/.eslintrc.cjs
|
|||
apps/posts/postcss.config.cjs
|
||||
apps/posts/package.json
|
||||
apps/posts/tailwind.config.cjs
|
||||
apps/posts/src/utils/constants.ts
|
||||
apps/posts/src/utils/chart-helpers.ts
|
||||
apps/posts/src/standalone.tsx
|
||||
apps/posts/src/routes.tsx
|
||||
apps/posts/src/index.tsx
|
||||
apps/posts/src/config/stats-config.ts
|
||||
apps/posts/src/providers/GlobalDataProvider.tsx
|
||||
apps/posts/src/App.tsx
|
||||
apps/posts/src/views/PostAnalytics/modals/ShareModal.tsx
|
||||
apps/posts/src/views/PostAnalytics/layout/PostAnalyticsLayout.tsx
|
||||
apps/posts/src/views/PostAnalytics/PostAnalytics.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/EmptyStatView.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/Sidebar.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/KpiTab.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/DateRangeSelect.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/AudienceSelect.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/PostAnalyticsContent.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/PostAnalyticsView.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/Web/Locations.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/Web/Kpis.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/Web/Sources.tsx
|
||||
apps/posts/src/components/chart/CustomTooltipContent.tsx
|
||||
apps/posts/src/components/layout/MainLayout.tsx
|
||||
apps/posts/index.html
|
||||
apps/posts/playwright.config.mjs
|
||||
|
@ -4024,9 +4036,9 @@ ghost/core/test/unit/frontend/services/rendering/context.test.js
|
|||
ghost/core/test/unit/frontend/services/rendering/format-response.test.js
|
||||
ghost/core/test/unit/frontend/services/rendering/templates.test.js
|
||||
ghost/core/test/unit/frontend/services/rendering/error.test.js
|
||||
ghost/core/test/unit/frontend/src/utils/url-attribution.test.js
|
||||
ghost/core/test/unit/frontend/src/utils/privacy.test.js
|
||||
ghost/core/test/unit/frontend/src/utils/session-storage.test.js
|
||||
ghost/core/test/unit/frontend/src/url-attribution.test.js
|
||||
ghost/core/test/unit/frontend/src/privacy.test.js
|
||||
ghost/core/test/unit/frontend/src/session-storage.test.js
|
||||
ghost/core/test/unit/frontend/apps/amp/router.test.js
|
||||
ghost/core/test/unit/frontend/apps/amp/amp_components.test.js
|
||||
ghost/core/test/unit/frontend/apps/amp/amp_content.test.js
|
||||
|
@ -4238,7 +4250,6 @@ ghost/core/content/images/README.md
|
|||
ghost/core/content/logs/README.md
|
||||
ghost/core/content/public/README.md
|
||||
ghost/core/content/settings/README.md
|
||||
ghost/core/.babelrc
|
||||
ghost/core/.c8rc.json
|
||||
ghost/core/core/server/lib/image/index.js
|
||||
ghost/core/core/server/lib/image/ImageUtils.js
|
||||
|
@ -5074,6 +5085,7 @@ ghost/core/core/server/data/seeders/importers/StripePricesImporter.js
|
|||
ghost/core/core/server/data/seeders/DataGenerator.js
|
||||
ghost/core/core/server/GhostServer.js
|
||||
ghost/core/core/server/web/admin/middleware/redirect-admin-urls.js
|
||||
ghost/core/core/server/web/admin/middleware/serve-auth-frame-file.js
|
||||
ghost/core/core/server/web/admin/index.js
|
||||
ghost/core/core/server/web/admin/app.js
|
||||
ghost/core/core/server/web/admin/controller.js
|
||||
|
@ -5417,16 +5429,11 @@ ghost/core/core/frontend/services/rss/index.js
|
|||
ghost/core/core/frontend/services/rss/cache.js
|
||||
ghost/core/core/frontend/services/rss/generate-feed.js
|
||||
ghost/core/core/frontend/services/rss/renderer.js
|
||||
ghost/core/core/frontend/services/assets-minification/AdminAuthAssets.js
|
||||
ghost/core/core/frontend/services/assets-minification/index.js
|
||||
ghost/core/core/frontend/services/assets-minification/GhostStatsAssets.js
|
||||
ghost/core/core/frontend/services/assets-minification/CommentCountsAssets.js
|
||||
ghost/core/core/frontend/services/assets-minification/AssetsMinificationBase.js
|
||||
ghost/core/core/frontend/services/assets-minification/MemberAttributionAssets.js
|
||||
ghost/core/core/frontend/services/assets-minification/Minifier.js
|
||||
ghost/core/core/frontend/services/assets-minification/CardAssets.js
|
||||
ghost/core/core/frontend/services/handlebars.js
|
||||
ghost/core/core/frontend/services/assets-bundling/bundle-asset.js
|
||||
ghost/core/core/frontend/services/data/index.js
|
||||
ghost/core/core/frontend/services/data/checks.js
|
||||
ghost/core/core/frontend/services/data/fetch-data.js
|
||||
|
@ -5503,8 +5510,7 @@ ghost/core/core/frontend/src/cards/js/audio.js
|
|||
ghost/core/core/frontend/src/cards/js/video.js
|
||||
ghost/core/core/frontend/src/cards/js/toggle.js
|
||||
ghost/core/core/frontend/src/ghost-stats/ghost-stats.js
|
||||
ghost/core/core/frontend/src/comment-counts/js/comment-counts.js
|
||||
ghost/core/core/frontend/src/admin-auth/index.html
|
||||
ghost/core/core/frontend/src/comment-counts/comment-counts.js
|
||||
ghost/core/core/frontend/src/admin-auth/message-handler.js
|
||||
ghost/core/core/frontend/apps/amp/lib/helpers/amp_components.js
|
||||
ghost/core/core/frontend/apps/amp/lib/helpers/amp_analytics.js
|
||||
|
@ -5614,6 +5620,7 @@ ghost/core/core/frontend/helpers/authors.js
|
|||
ghost/core/core/frontend/helpers/excerpt.js
|
||||
ghost/core/core/frontend/helpers/foreach.js
|
||||
ghost/core/core/frontend/views/unsubscribe.hbs
|
||||
ghost/core/core/frontend/public/admin-auth/index.html
|
||||
ghost/core/core/frontend/public/sitemap.xsl
|
||||
ghost/core/core/frontend/public/robots.txt
|
||||
ghost/core/core/app.js
|
||||
|
@ -5643,7 +5650,7 @@ ghost/core/core/shared/labs.js
|
|||
ghost/core/core/boot.js
|
||||
ghost/core/config.development.json
|
||||
ghost/core/.eslintignore
|
||||
ghost/core/scripts/test-ghost-stats-bundle.js
|
||||
ghost/core/bin/minify-assets.js
|
||||
ghost/core/loggingrc.js
|
||||
ghost/core/MigratorConfig.js
|
||||
ghost/core/tsconfig.json
|
||||
|
|
|
@ -37438,36 +37438,12 @@ Domain/Feature/Query/GetFeatureForEditing.php
|
|||
Feature/Query/GetFeatureForEditing.php
|
||||
Query/GetFeatureForEditing.php
|
||||
GetFeatureForEditing.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddOrderLevelDiscountHandlerInterface.php
|
||||
Core/Domain/Discount/CommandHandler/AddOrderLevelDiscountHandlerInterface.php
|
||||
Domain/Discount/CommandHandler/AddOrderLevelDiscountHandlerInterface.php
|
||||
Discount/CommandHandler/AddOrderLevelDiscountHandlerInterface.php
|
||||
CommandHandler/AddOrderLevelDiscountHandlerInterface.php
|
||||
AddOrderLevelDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddProductLevelDiscountHandlerInterface.php
|
||||
Core/Domain/Discount/CommandHandler/AddProductLevelDiscountHandlerInterface.php
|
||||
Domain/Discount/CommandHandler/AddProductLevelDiscountHandlerInterface.php
|
||||
Discount/CommandHandler/AddProductLevelDiscountHandlerInterface.php
|
||||
CommandHandler/AddProductLevelDiscountHandlerInterface.php
|
||||
AddProductLevelDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddFreeShippingDiscountHandlerInterface.php
|
||||
Core/Domain/Discount/CommandHandler/AddFreeShippingDiscountHandlerInterface.php
|
||||
Domain/Discount/CommandHandler/AddFreeShippingDiscountHandlerInterface.php
|
||||
Discount/CommandHandler/AddFreeShippingDiscountHandlerInterface.php
|
||||
CommandHandler/AddFreeShippingDiscountHandlerInterface.php
|
||||
AddFreeShippingDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
Core/Domain/Discount/CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
Domain/Discount/CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
Discount/CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
AddFreeGiftDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddCartLevelDiscountHandlerInterface.php
|
||||
Core/Domain/Discount/CommandHandler/AddCartLevelDiscountHandlerInterface.php
|
||||
Domain/Discount/CommandHandler/AddCartLevelDiscountHandlerInterface.php
|
||||
Discount/CommandHandler/AddCartLevelDiscountHandlerInterface.php
|
||||
CommandHandler/AddCartLevelDiscountHandlerInterface.php
|
||||
AddCartLevelDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddDiscountHandlerInterface.php
|
||||
Core/Domain/Discount/CommandHandler/AddDiscountHandlerInterface.php
|
||||
Domain/Discount/CommandHandler/AddDiscountHandlerInterface.php
|
||||
Discount/CommandHandler/AddDiscountHandlerInterface.php
|
||||
CommandHandler/AddDiscountHandlerInterface.php
|
||||
AddDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/QueryResult/DiscountForEditing.php
|
||||
Core/Domain/Discount/QueryResult/DiscountForEditing.php
|
||||
Domain/Discount/QueryResult/DiscountForEditing.php
|
||||
|
@ -37498,42 +37474,12 @@ Domain/Discount/QueryHandler/GetDiscountForEditingHandlerInterface.php
|
|||
Discount/QueryHandler/GetDiscountForEditingHandlerInterface.php
|
||||
QueryHandler/GetDiscountForEditingHandlerInterface.php
|
||||
GetDiscountForEditingHandlerInterface.php
|
||||
src/Core/Domain/Discount/Command/AddCartLevelDiscountCommand.php
|
||||
Core/Domain/Discount/Command/AddCartLevelDiscountCommand.php
|
||||
Domain/Discount/Command/AddCartLevelDiscountCommand.php
|
||||
Discount/Command/AddCartLevelDiscountCommand.php
|
||||
Command/AddCartLevelDiscountCommand.php
|
||||
AddCartLevelDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddProductLevelDiscountCommand.php
|
||||
Core/Domain/Discount/Command/AddProductLevelDiscountCommand.php
|
||||
Domain/Discount/Command/AddProductLevelDiscountCommand.php
|
||||
Discount/Command/AddProductLevelDiscountCommand.php
|
||||
Command/AddProductLevelDiscountCommand.php
|
||||
AddProductLevelDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddFreeShippingDiscountCommand.php
|
||||
Core/Domain/Discount/Command/AddFreeShippingDiscountCommand.php
|
||||
Domain/Discount/Command/AddFreeShippingDiscountCommand.php
|
||||
Discount/Command/AddFreeShippingDiscountCommand.php
|
||||
Command/AddFreeShippingDiscountCommand.php
|
||||
AddFreeShippingDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddDiscountCommand.php
|
||||
Core/Domain/Discount/Command/AddDiscountCommand.php
|
||||
Domain/Discount/Command/AddDiscountCommand.php
|
||||
Discount/Command/AddDiscountCommand.php
|
||||
Command/AddDiscountCommand.php
|
||||
AddDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddOrderLevelDiscountCommand.php
|
||||
Core/Domain/Discount/Command/AddOrderLevelDiscountCommand.php
|
||||
Domain/Discount/Command/AddOrderLevelDiscountCommand.php
|
||||
Discount/Command/AddOrderLevelDiscountCommand.php
|
||||
Command/AddOrderLevelDiscountCommand.php
|
||||
AddOrderLevelDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddFreeGiftDiscountCommand.php
|
||||
Core/Domain/Discount/Command/AddFreeGiftDiscountCommand.php
|
||||
Domain/Discount/Command/AddFreeGiftDiscountCommand.php
|
||||
Discount/Command/AddFreeGiftDiscountCommand.php
|
||||
Command/AddFreeGiftDiscountCommand.php
|
||||
AddFreeGiftDiscountCommand.php
|
||||
src/Core/Domain/Discount/Exception/DiscountException.php
|
||||
Core/Domain/Discount/Exception/DiscountException.php
|
||||
Domain/Discount/Exception/DiscountException.php
|
||||
|
@ -46626,31 +46572,11 @@ src/Adapter/Admin/ImageConfiguration.php
|
|||
Adapter/Admin/ImageConfiguration.php
|
||||
Admin/ImageConfiguration.php
|
||||
ImageConfiguration.php
|
||||
src/Adapter/Discount/CommandHandler/AddOrderLevelDiscountHandler.php
|
||||
Adapter/Discount/CommandHandler/AddOrderLevelDiscountHandler.php
|
||||
Discount/CommandHandler/AddOrderLevelDiscountHandler.php
|
||||
CommandHandler/AddOrderLevelDiscountHandler.php
|
||||
AddOrderLevelDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddCartLevelDiscountHandler.php
|
||||
Adapter/Discount/CommandHandler/AddCartLevelDiscountHandler.php
|
||||
Discount/CommandHandler/AddCartLevelDiscountHandler.php
|
||||
CommandHandler/AddCartLevelDiscountHandler.php
|
||||
AddCartLevelDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddFreeGiftDiscountHandler.php
|
||||
Adapter/Discount/CommandHandler/AddFreeGiftDiscountHandler.php
|
||||
Discount/CommandHandler/AddFreeGiftDiscountHandler.php
|
||||
CommandHandler/AddFreeGiftDiscountHandler.php
|
||||
AddFreeGiftDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddFreeShippingDiscountHandler.php
|
||||
Adapter/Discount/CommandHandler/AddFreeShippingDiscountHandler.php
|
||||
Discount/CommandHandler/AddFreeShippingDiscountHandler.php
|
||||
CommandHandler/AddFreeShippingDiscountHandler.php
|
||||
AddFreeShippingDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddProductLevelDiscountHandler.php
|
||||
Adapter/Discount/CommandHandler/AddProductLevelDiscountHandler.php
|
||||
Discount/CommandHandler/AddProductLevelDiscountHandler.php
|
||||
CommandHandler/AddProductLevelDiscountHandler.php
|
||||
AddProductLevelDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddDiscountHandler.php
|
||||
Adapter/Discount/CommandHandler/AddDiscountHandler.php
|
||||
Discount/CommandHandler/AddDiscountHandler.php
|
||||
CommandHandler/AddDiscountHandler.php
|
||||
AddDiscountHandler.php
|
||||
src/Adapter/Discount/Repository/DiscountRepository.php
|
||||
Adapter/Discount/Repository/DiscountRepository.php
|
||||
Discount/Repository/DiscountRepository.php
|
||||
|
|
|
@ -6395,22 +6395,13 @@ src/Core/Domain/Feature/Exception/CannotDeleteFeatureException.php
|
|||
src/Core/Domain/Feature/FeatureValueSettings.php
|
||||
src/Core/Domain/Feature/Query/GetFeatureValueForEditing.php
|
||||
src/Core/Domain/Feature/Query/GetFeatureForEditing.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddOrderLevelDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddProductLevelDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddFreeShippingDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddFreeGiftDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddCartLevelDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/CommandHandler/AddDiscountHandlerInterface.php
|
||||
src/Core/Domain/Discount/QueryResult/DiscountForEditing.php
|
||||
src/Core/Domain/Discount/ValueObject/DiscountId.php
|
||||
src/Core/Domain/Discount/ValueObject/GiftedProduct.php
|
||||
src/Core/Domain/Discount/ValueObject/DiscountType.php
|
||||
src/Core/Domain/Discount/QueryHandler/GetDiscountForEditingHandlerInterface.php
|
||||
src/Core/Domain/Discount/Command/AddCartLevelDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddProductLevelDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddFreeShippingDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddOrderLevelDiscountCommand.php
|
||||
src/Core/Domain/Discount/Command/AddFreeGiftDiscountCommand.php
|
||||
src/Core/Domain/Discount/Exception/DiscountException.php
|
||||
src/Core/Domain/Discount/Exception/DiscountConstraintException.php
|
||||
src/Core/Domain/Discount/Exception/DiscountNotFoundException.php
|
||||
|
@ -7984,11 +7975,7 @@ src/Adapter/Admin/UrlGenerator.php
|
|||
src/Adapter/Admin/LegacyBlockHelperSubscriber.php
|
||||
src/Adapter/Admin/NotificationsConfiguration.php
|
||||
src/Adapter/Admin/ImageConfiguration.php
|
||||
src/Adapter/Discount/CommandHandler/AddOrderLevelDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddCartLevelDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddFreeGiftDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddFreeShippingDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddProductLevelDiscountHandler.php
|
||||
src/Adapter/Discount/CommandHandler/AddDiscountHandler.php
|
||||
src/Adapter/Discount/Repository/DiscountRepository.php
|
||||
src/Adapter/Discount/Validate/DiscountValidator.php
|
||||
src/Adapter/Discount/QueryHandler/GetDiscountForEditingHandler.php
|
||||
|
|
|
@ -131069,6 +131069,9 @@ _unreleased/2025-01-07-unify-constraint-option-structure-and-checks.md
|
|||
changelog/_unreleased/2025-01-31-move-flow-execution-after-business-process.md
|
||||
_unreleased/2025-01-31-move-flow-execution-after-business-process.md
|
||||
2025-01-31-move-flow-execution-after-business-process.md
|
||||
changelog/_unreleased/2025-03-17-add-twig-block-around-filter-columns.md
|
||||
_unreleased/2025-03-17-add-twig-block-around-filter-columns.md
|
||||
2025-03-17-add-twig-block-around-filter-columns.md
|
||||
changelog/_unreleased/2025-04-08-fix-mobile-form-field-layouts.md
|
||||
_unreleased/2025-04-08-fix-mobile-form-field-layouts.md
|
||||
2025-04-08-fix-mobile-form-field-layouts.md
|
||||
|
|
|
@ -16793,6 +16793,7 @@ changelog/_unreleased/2025-04-10-add-support-for-extended-definition-of-attribut
|
|||
changelog/_unreleased/2025-04-04-offcanvassingleton-does-not-remove-hard-coded-offcanvas-from-dom.md
|
||||
changelog/_unreleased/2025-01-07-unify-constraint-option-structure-and-checks.md
|
||||
changelog/_unreleased/2025-01-31-move-flow-execution-after-business-process.md
|
||||
changelog/_unreleased/2025-03-17-add-twig-block-around-filter-columns.md
|
||||
changelog/_unreleased/2025-04-08-fix-mobile-form-field-layouts.md
|
||||
changelog/_unreleased/2025-04-11-new-event-for-fetched-category-ids.md
|
||||
changelog/_unreleased/2025-04-04-implement-app-list-command.md
|
||||
|
|
|
@ -1282,6 +1282,9 @@ Unit/AccessoryTest.php
|
|||
AccessoryTest.php
|
||||
tests/TestCase.php
|
||||
TestCase.php
|
||||
tests/pa11y/.gitkeep
|
||||
pa11y/.gitkeep
|
||||
.gitkeep
|
||||
.upgrade_requirements.json
|
||||
package.json
|
||||
phpstan.neon.example
|
||||
|
@ -1293,6 +1296,7 @@ storage/private_uploads/signatures/.gitkeep
|
|||
private_uploads/signatures/.gitkeep
|
||||
signatures/.gitkeep
|
||||
.gitkeep
|
||||
.pa11yci.json
|
||||
docker/001-default-ssl.conf
|
||||
001-default-ssl.conf
|
||||
docker/supervisord.conf
|
||||
|
@ -32431,6 +32435,7 @@ Procfile
|
|||
.env.testing.example
|
||||
phpunit.xml
|
||||
crowdin.yml
|
||||
pa11y.js
|
||||
install.sh
|
||||
CONTRIBUTING.md
|
||||
psalm.xml
|
||||
|
|
|
@ -286,11 +286,13 @@ tests/Unit/Mail/CheckoutAssetMailTest.php
|
|||
tests/Unit/CustomFieldTest.php
|
||||
tests/Unit/AccessoryTest.php
|
||||
tests/TestCase.php
|
||||
tests/pa11y/.gitkeep
|
||||
.upgrade_requirements.json
|
||||
package.json
|
||||
phpstan.neon.example
|
||||
storage/private_uploads/users/.gitkeep
|
||||
storage/private_uploads/signatures/.gitkeep
|
||||
.pa11yci.json
|
||||
docker/001-default-ssl.conf
|
||||
docker/supervisord.conf
|
||||
docker/supervisor-exit-event-listener
|
||||
|
@ -5881,6 +5883,7 @@ Procfile
|
|||
.env.testing.example
|
||||
phpunit.xml
|
||||
crowdin.yml
|
||||
pa11y.js
|
||||
install.sh
|
||||
CONTRIBUTING.md
|
||||
psalm.xml
|
||||
|
|
|
@ -1816,11 +1816,6 @@ tests/api/utils/builder-helper.ts
|
|||
api/utils/builder-helper.ts
|
||||
utils/builder-helper.ts
|
||||
builder-helper.ts
|
||||
tests/api/core/admin/admin-permissions-conditions.test.api.js
|
||||
api/core/admin/admin-permissions-conditions.test.api.js
|
||||
core/admin/admin-permissions-conditions.test.api.js
|
||||
admin/admin-permissions-conditions.test.api.js
|
||||
admin-permissions-conditions.test.api.js
|
||||
tests/api/core/admin/admin-user.test.api.js
|
||||
api/core/admin/admin-user.test.api.js
|
||||
core/admin/admin-user.test.api.js
|
||||
|
@ -1870,11 +1865,6 @@ api/core/admin/admin-transfer-token-crud.test.api.ts
|
|||
core/admin/admin-transfer-token-crud.test.api.ts
|
||||
admin/admin-transfer-token-crud.test.api.ts
|
||||
admin-transfer-token-crud.test.api.ts
|
||||
tests/api/core/admin/admin-homepage.test.api.ts
|
||||
api/core/admin/admin-homepage.test.api.ts
|
||||
core/admin/admin-homepage.test.api.ts
|
||||
admin/admin-homepage.test.api.ts
|
||||
admin-homepage.test.api.ts
|
||||
tests/api/core/admin/admin-permission.test.api.js
|
||||
api/core/admin/admin-permission.test.api.js
|
||||
core/admin/admin-permission.test.api.js
|
||||
|
@ -2093,6 +2083,11 @@ core/content-manager/dynamiczones/with-media.test.api.js
|
|||
content-manager/dynamiczones/with-media.test.api.js
|
||||
dynamiczones/with-media.test.api.js
|
||||
with-media.test.api.js
|
||||
tests/api/core/content-manager/permissions-conditions.test.api.ts
|
||||
api/core/content-manager/permissions-conditions.test.api.ts
|
||||
core/content-manager/permissions-conditions.test.api.ts
|
||||
content-manager/permissions-conditions.test.api.ts
|
||||
permissions-conditions.test.api.ts
|
||||
tests/api/core/content-manager/find-relations.test.api.js
|
||||
api/core/content-manager/find-relations.test.api.js
|
||||
core/content-manager/find-relations.test.api.js
|
||||
|
@ -2200,6 +2195,12 @@ core/content-manager/fields/decimal.test.api.js
|
|||
content-manager/fields/decimal.test.api.js
|
||||
fields/decimal.test.api.js
|
||||
decimal.test.api.js
|
||||
tests/api/core/content-manager/homepage/admin-homepage.test.api.ts
|
||||
api/core/content-manager/homepage/admin-homepage.test.api.ts
|
||||
core/content-manager/homepage/admin-homepage.test.api.ts
|
||||
content-manager/homepage/admin-homepage.test.api.ts
|
||||
homepage/admin-homepage.test.api.ts
|
||||
admin-homepage.test.api.ts
|
||||
tests/api/core/content-manager/single-type.test.api.js
|
||||
api/core/content-manager/single-type.test.api.js
|
||||
core/content-manager/single-type.test.api.js
|
||||
|
@ -7138,13 +7139,6 @@ server/src/routes/webhooks.ts
|
|||
src/routes/webhooks.ts
|
||||
routes/webhooks.ts
|
||||
webhooks.ts
|
||||
packages/core/admin/server/src/routes/homepage.ts
|
||||
core/admin/server/src/routes/homepage.ts
|
||||
admin/server/src/routes/homepage.ts
|
||||
server/src/routes/homepage.ts
|
||||
src/routes/homepage.ts
|
||||
routes/homepage.ts
|
||||
homepage.ts
|
||||
packages/core/admin/server/src/routes/serve-admin-panel.ts
|
||||
core/admin/server/src/routes/serve-admin-panel.ts
|
||||
admin/server/src/routes/serve-admin-panel.ts
|
||||
|
@ -7375,13 +7369,6 @@ server/src/controllers/webhooks.ts
|
|||
src/controllers/webhooks.ts
|
||||
controllers/webhooks.ts
|
||||
webhooks.ts
|
||||
packages/core/admin/server/src/controllers/homepage.ts
|
||||
core/admin/server/src/controllers/homepage.ts
|
||||
admin/server/src/controllers/homepage.ts
|
||||
server/src/controllers/homepage.ts
|
||||
src/controllers/homepage.ts
|
||||
controllers/homepage.ts
|
||||
homepage.ts
|
||||
packages/core/admin/server/src/services/passport/local-strategy.ts
|
||||
core/admin/server/src/services/passport/local-strategy.ts
|
||||
admin/server/src/services/passport/local-strategy.ts
|
||||
|
@ -7746,13 +7733,6 @@ server/src/services/condition.ts
|
|||
src/services/condition.ts
|
||||
services/condition.ts
|
||||
condition.ts
|
||||
packages/core/admin/server/src/services/homepage.ts
|
||||
core/admin/server/src/services/homepage.ts
|
||||
admin/server/src/services/homepage.ts
|
||||
server/src/services/homepage.ts
|
||||
src/services/homepage.ts
|
||||
services/homepage.ts
|
||||
homepage.ts
|
||||
packages/core/admin/server/src/config/settings.ts
|
||||
core/admin/server/src/config/settings.ts
|
||||
admin/server/src/config/settings.ts
|
||||
|
@ -22087,13 +22067,6 @@ server/src/services/configuration.ts
|
|||
src/services/configuration.ts
|
||||
services/configuration.ts
|
||||
configuration.ts
|
||||
packages/core/content-manager/server/src/services/homepage.ts
|
||||
core/content-manager/server/src/services/homepage.ts
|
||||
content-manager/server/src/services/homepage.ts
|
||||
server/src/services/homepage.ts
|
||||
src/services/homepage.ts
|
||||
services/homepage.ts
|
||||
homepage.ts
|
||||
packages/core/content-manager/server/src/services/uid.ts
|
||||
core/content-manager/server/src/services/uid.ts
|
||||
content-manager/server/src/services/uid.ts
|
||||
|
@ -22107,6 +22080,61 @@ content-manager/server/src/tsconfig.build.json
|
|||
server/src/tsconfig.build.json
|
||||
src/tsconfig.build.json
|
||||
tsconfig.build.json
|
||||
packages/core/content-manager/server/src/homepage/routes/index.ts
|
||||
core/content-manager/server/src/homepage/routes/index.ts
|
||||
content-manager/server/src/homepage/routes/index.ts
|
||||
server/src/homepage/routes/index.ts
|
||||
src/homepage/routes/index.ts
|
||||
homepage/routes/index.ts
|
||||
routes/index.ts
|
||||
index.ts
|
||||
packages/core/content-manager/server/src/homepage/routes/homepage.ts
|
||||
core/content-manager/server/src/homepage/routes/homepage.ts
|
||||
content-manager/server/src/homepage/routes/homepage.ts
|
||||
server/src/homepage/routes/homepage.ts
|
||||
src/homepage/routes/homepage.ts
|
||||
homepage/routes/homepage.ts
|
||||
routes/homepage.ts
|
||||
homepage.ts
|
||||
packages/core/content-manager/server/src/homepage/controllers/index.ts
|
||||
core/content-manager/server/src/homepage/controllers/index.ts
|
||||
content-manager/server/src/homepage/controllers/index.ts
|
||||
server/src/homepage/controllers/index.ts
|
||||
src/homepage/controllers/index.ts
|
||||
homepage/controllers/index.ts
|
||||
controllers/index.ts
|
||||
index.ts
|
||||
packages/core/content-manager/server/src/homepage/controllers/homepage.ts
|
||||
core/content-manager/server/src/homepage/controllers/homepage.ts
|
||||
content-manager/server/src/homepage/controllers/homepage.ts
|
||||
server/src/homepage/controllers/homepage.ts
|
||||
src/homepage/controllers/homepage.ts
|
||||
homepage/controllers/homepage.ts
|
||||
controllers/homepage.ts
|
||||
homepage.ts
|
||||
packages/core/content-manager/server/src/homepage/services/index.ts
|
||||
core/content-manager/server/src/homepage/services/index.ts
|
||||
content-manager/server/src/homepage/services/index.ts
|
||||
server/src/homepage/services/index.ts
|
||||
src/homepage/services/index.ts
|
||||
homepage/services/index.ts
|
||||
services/index.ts
|
||||
index.ts
|
||||
packages/core/content-manager/server/src/homepage/services/homepage.ts
|
||||
core/content-manager/server/src/homepage/services/homepage.ts
|
||||
content-manager/server/src/homepage/services/homepage.ts
|
||||
server/src/homepage/services/homepage.ts
|
||||
src/homepage/services/homepage.ts
|
||||
homepage/services/homepage.ts
|
||||
services/homepage.ts
|
||||
homepage.ts
|
||||
packages/core/content-manager/server/src/homepage/index.ts
|
||||
core/content-manager/server/src/homepage/index.ts
|
||||
content-manager/server/src/homepage/index.ts
|
||||
server/src/homepage/index.ts
|
||||
src/homepage/index.ts
|
||||
homepage/index.ts
|
||||
index.ts
|
||||
packages/core/content-manager/server/src/history/routes/history-version.ts
|
||||
core/content-manager/server/src/history/routes/history-version.ts
|
||||
content-manager/server/src/history/routes/history-version.ts
|
||||
|
|
|
@ -299,7 +299,6 @@ tests/scripts/run-cli-tests.js
|
|||
tests/scripts/run-e2e-tests.js
|
||||
tests/api/utils/index.ts
|
||||
tests/api/utils/builder-helper.ts
|
||||
tests/api/core/admin/admin-permissions-conditions.test.api.js
|
||||
tests/api/core/admin/admin-user.test.api.js
|
||||
tests/api/core/admin/admin-authenticated-user.test.api.js
|
||||
tests/api/core/admin/admin-api-token-crud.test.api.ts
|
||||
|
@ -309,7 +308,6 @@ tests/api/core/admin/ee/audit-logs/audit-logs.test.api.ts
|
|||
tests/api/core/admin/admin-auth.test.api.js
|
||||
tests/api/core/admin/admin-project-settings.test.api.js
|
||||
tests/api/core/admin/admin-transfer-token-crud.test.api.ts
|
||||
tests/api/core/admin/admin-homepage.test.api.ts
|
||||
tests/api/core/admin/admin-permission.test.api.js
|
||||
tests/api/core/admin/admin-webhooks.test.api.ts
|
||||
tests/api/core/admin/admin-permissions-custom-conditions.test.api.js
|
||||
|
@ -349,6 +347,7 @@ tests/api/core/upload/content-api/graphql.test.api.js
|
|||
tests/api/core/content-manager/index.test.api.js
|
||||
tests/api/core/content-manager/dynamiczones/simple.test.api.js
|
||||
tests/api/core/content-manager/dynamiczones/with-media.test.api.js
|
||||
tests/api/core/content-manager/permissions-conditions.test.api.ts
|
||||
tests/api/core/content-manager/find-relations.test.api.js
|
||||
tests/api/core/content-manager/fields/text.test.api.js
|
||||
tests/api/core/content-manager/fields/string.test.api.js
|
||||
|
@ -367,6 +366,7 @@ tests/api/core/content-manager/fields/uid.test.api.js
|
|||
tests/api/core/content-manager/fields/email.test.api.js
|
||||
tests/api/core/content-manager/fields/richtext.test.api.js
|
||||
tests/api/core/content-manager/fields/decimal.test.api.js
|
||||
tests/api/core/content-manager/homepage/admin-homepage.test.api.ts
|
||||
tests/api/core/content-manager/single-type.test.api.js
|
||||
tests/api/core/content-manager/content-manager/configuration.test.api.js
|
||||
tests/api/core/content-manager/content-manager/content-types.test.api.js
|
||||
|
@ -1191,7 +1191,6 @@ packages/core/admin/server/src/routes/api-tokens.ts
|
|||
packages/core/admin/server/src/routes/index.ts
|
||||
packages/core/admin/server/src/routes/permissions.ts
|
||||
packages/core/admin/server/src/routes/webhooks.ts
|
||||
packages/core/admin/server/src/routes/homepage.ts
|
||||
packages/core/admin/server/src/routes/serve-admin-panel.ts
|
||||
packages/core/admin/server/src/utils/index.js
|
||||
packages/core/admin/server/src/utils/index.d.ts
|
||||
|
@ -1223,7 +1222,6 @@ packages/core/admin/server/src/controllers/formatters/index.ts
|
|||
packages/core/admin/server/src/controllers/formatters/conditions.ts
|
||||
packages/core/admin/server/src/controllers/index.ts
|
||||
packages/core/admin/server/src/controllers/webhooks.ts
|
||||
packages/core/admin/server/src/controllers/homepage.ts
|
||||
packages/core/admin/server/src/services/passport/local-strategy.ts
|
||||
packages/core/admin/server/src/services/user.ts
|
||||
packages/core/admin/server/src/services/permission/queries.ts
|
||||
|
@ -1270,7 +1268,6 @@ packages/core/admin/server/src/services/api-token.ts
|
|||
packages/core/admin/server/src/services/action.ts
|
||||
packages/core/admin/server/src/services/index.ts
|
||||
packages/core/admin/server/src/services/condition.ts
|
||||
packages/core/admin/server/src/services/homepage.ts
|
||||
packages/core/admin/server/src/config/settings.ts
|
||||
packages/core/admin/server/src/config/admin-conditions.ts
|
||||
packages/core/admin/server/src/config/admin-actions.ts
|
||||
|
@ -3167,9 +3164,15 @@ packages/core/content-manager/server/src/services/document-metadata.ts
|
|||
packages/core/content-manager/server/src/services/index.ts
|
||||
packages/core/content-manager/server/src/services/populate-builder.ts
|
||||
packages/core/content-manager/server/src/services/configuration.ts
|
||||
packages/core/content-manager/server/src/services/homepage.ts
|
||||
packages/core/content-manager/server/src/services/uid.ts
|
||||
packages/core/content-manager/server/src/tsconfig.build.json
|
||||
packages/core/content-manager/server/src/homepage/routes/index.ts
|
||||
packages/core/content-manager/server/src/homepage/routes/homepage.ts
|
||||
packages/core/content-manager/server/src/homepage/controllers/index.ts
|
||||
packages/core/content-manager/server/src/homepage/controllers/homepage.ts
|
||||
packages/core/content-manager/server/src/homepage/services/index.ts
|
||||
packages/core/content-manager/server/src/homepage/services/homepage.ts
|
||||
packages/core/content-manager/server/src/homepage/index.ts
|
||||
packages/core/content-manager/server/src/history/routes/history-version.ts
|
||||
packages/core/content-manager/server/src/history/routes/index.ts
|
||||
packages/core/content-manager/server/src/history/constants.ts
|
||||
|
|
|
@ -49709,6 +49709,16 @@ js/blocks/product-specifications/edit.tsx
|
|||
blocks/product-specifications/edit.tsx
|
||||
product-specifications/edit.tsx
|
||||
edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-specifications/test/block.ts
|
||||
woocommerce/client/blocks/assets/js/blocks/product-specifications/test/block.ts
|
||||
client/blocks/assets/js/blocks/product-specifications/test/block.ts
|
||||
blocks/assets/js/blocks/product-specifications/test/block.ts
|
||||
assets/js/blocks/product-specifications/test/block.ts
|
||||
js/blocks/product-specifications/test/block.ts
|
||||
blocks/product-specifications/test/block.ts
|
||||
product-specifications/test/block.ts
|
||||
test/block.ts
|
||||
block.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-specifications/block.json
|
||||
woocommerce/client/blocks/assets/js/blocks/product-specifications/block.json
|
||||
client/blocks/assets/js/blocks/product-specifications/block.json
|
||||
|
@ -63978,6 +63988,10 @@ plugins/woocommerce/changelog/fix-46931-async-widget
|
|||
woocommerce/changelog/fix-46931-async-widget
|
||||
changelog/fix-46931-async-widget
|
||||
fix-46931-async-widget
|
||||
plugins/woocommerce/changelog/57458-fix-integration-test-framework
|
||||
woocommerce/changelog/57458-fix-integration-test-framework
|
||||
changelog/57458-fix-integration-test-framework
|
||||
57458-fix-integration-test-framework
|
||||
plugins/woocommerce/changelog/57373-wooplug-3943-product-image-slide-becomes-unresponsive-on-mobile-after
|
||||
woocommerce/changelog/57373-wooplug-3943-product-image-slide-becomes-unresponsive-on-mobile-after
|
||||
changelog/57373-wooplug-3943-product-image-slide-becomes-unresponsive-on-mobile-after
|
||||
|
@ -63986,6 +64000,10 @@ plugins/woocommerce/changelog/56244-update-improve-shipping-option-card
|
|||
woocommerce/changelog/56244-update-improve-shipping-option-card
|
||||
changelog/56244-update-improve-shipping-option-card
|
||||
56244-update-improve-shipping-option-card
|
||||
plugins/woocommerce/changelog/update-shipping-selector-style-56010
|
||||
woocommerce/changelog/update-shipping-selector-style-56010
|
||||
changelog/update-shipping-selector-style-56010
|
||||
update-shipping-selector-style-56010
|
||||
plugins/woocommerce/changelog/56646-fix-avoid-crash-store-api-when-store-0-product
|
||||
woocommerce/changelog/56646-fix-avoid-crash-store-api-when-store-0-product
|
||||
changelog/56646-fix-avoid-crash-store-api-when-store-0-product
|
||||
|
@ -63998,6 +64016,10 @@ plugins/woocommerce/changelog/fix-menu-item-active-status
|
|||
woocommerce/changelog/fix-menu-item-active-status
|
||||
changelog/fix-menu-item-active-status
|
||||
fix-menu-item-active-status
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-3736-airwallex-gateway-titles
|
||||
woocommerce/changelog/fix-WOOPLUG-3736-airwallex-gateway-titles
|
||||
changelog/fix-WOOPLUG-3736-airwallex-gateway-titles
|
||||
fix-WOOPLUG-3736-airwallex-gateway-titles
|
||||
plugins/woocommerce/changelog/56739-fix-blueprint-settings-save
|
||||
woocommerce/changelog/56739-fix-blueprint-settings-save
|
||||
changelog/56739-fix-blueprint-settings-save
|
||||
|
@ -64258,6 +64280,10 @@ plugins/woocommerce/changelog/56379-fix-position-disconnect-modal-title
|
|||
woocommerce/changelog/56379-fix-position-disconnect-modal-title
|
||||
changelog/56379-fix-position-disconnect-modal-title
|
||||
56379-fix-position-disconnect-modal-title
|
||||
plugins/woocommerce/changelog/wooplug-3462-incorrect-type-information-on-hook-do_action
|
||||
woocommerce/changelog/wooplug-3462-incorrect-type-information-on-hook-do_action
|
||||
changelog/wooplug-3462-incorrect-type-information-on-hook-do_action
|
||||
wooplug-3462-incorrect-type-information-on-hook-do_action
|
||||
plugins/woocommerce/changelog/56129-56128-undefined-array-key-PaymentUtils
|
||||
woocommerce/changelog/56129-56128-undefined-array-key-PaymentUtils
|
||||
changelog/56129-56128-undefined-array-key-PaymentUtils
|
||||
|
@ -64370,6 +64396,18 @@ plugins/woocommerce/changelog/update-migrate-core-profiler-options
|
|||
woocommerce/changelog/update-migrate-core-profiler-options
|
||||
changelog/update-migrate-core-profiler-options
|
||||
update-migrate-core-profiler-options
|
||||
plugins/woocommerce/changelog/57481-wooplug-4047-product-button-block-styles-include-styles-that-affect-all
|
||||
woocommerce/changelog/57481-wooplug-4047-product-button-block-styles-include-styles-that-affect-all
|
||||
changelog/57481-wooplug-4047-product-button-block-styles-include-styles-that-affect-all
|
||||
57481-wooplug-4047-product-button-block-styles-include-styles-that-affect-all
|
||||
plugins/woocommerce/changelog/add-54819
|
||||
woocommerce/changelog/add-54819
|
||||
changelog/add-54819
|
||||
add-54819
|
||||
plugins/woocommerce/changelog/wooplug-3844-add-conditional-options-for-displaying-weight-dimensions-and
|
||||
woocommerce/changelog/wooplug-3844-add-conditional-options-for-displaying-weight-dimensions-and
|
||||
changelog/wooplug-3844-add-conditional-options-for-displaying-weight-dimensions-and
|
||||
wooplug-3844-add-conditional-options-for-displaying-weight-dimensions-and
|
||||
plugins/woocommerce/changelog/fix-settings-navigation-spacing
|
||||
woocommerce/changelog/fix-settings-navigation-spacing
|
||||
changelog/fix-settings-navigation-spacing
|
||||
|
@ -64390,6 +64428,10 @@ plugins/woocommerce/changelog/fix-coupons-II
|
|||
woocommerce/changelog/fix-coupons-II
|
||||
changelog/fix-coupons-II
|
||||
fix-coupons-II
|
||||
plugins/woocommerce/changelog/57225-56670-accept-created_via-in-post-orders-endpoint
|
||||
woocommerce/changelog/57225-56670-accept-created_via-in-post-orders-endpoint
|
||||
changelog/57225-56670-accept-created_via-in-post-orders-endpoint
|
||||
57225-56670-accept-created_via-in-post-orders-endpoint
|
||||
plugins/woocommerce/changelog/fix-53911-async-load-order-custom-field-meta-keys
|
||||
woocommerce/changelog/fix-53911-async-load-order-custom-field-meta-keys
|
||||
changelog/fix-53911-async-load-order-custom-field-meta-keys
|
||||
|
@ -64486,6 +64528,10 @@ plugins/woocommerce/changelog/e2e-wooplug-3242-flaky-test-guest-can-checkout-pay
|
|||
woocommerce/changelog/e2e-wooplug-3242-flaky-test-guest-can-checkout-paying-with-cash-on-delivery
|
||||
changelog/e2e-wooplug-3242-flaky-test-guest-can-checkout-paying-with-cash-on-delivery
|
||||
e2e-wooplug-3242-flaky-test-guest-can-checkout-paying-with-cash-on-delivery
|
||||
plugins/woocommerce/changelog/wooplug-1533-add-line-break-to-billing-address-email-in-order-emails
|
||||
woocommerce/changelog/wooplug-1533-add-line-break-to-billing-address-email-in-order-emails
|
||||
changelog/wooplug-1533-add-line-break-to-billing-address-email-in-order-emails
|
||||
wooplug-1533-add-line-break-to-billing-address-email-in-order-emails
|
||||
plugins/woocommerce/changelog/57090-wooplug-3738-php-83-warning-trying-to-access-array-offset-on-bool-in-wc
|
||||
woocommerce/changelog/57090-wooplug-3738-php-83-warning-trying-to-access-array-offset-on-bool-in-wc
|
||||
changelog/57090-wooplug-3738-php-83-warning-trying-to-access-array-offset-on-bool-in-wc
|
||||
|
@ -64550,6 +64596,10 @@ plugins/woocommerce/changelog/fix-54680-recount-terms
|
|||
woocommerce/changelog/fix-54680-recount-terms
|
||||
changelog/fix-54680-recount-terms
|
||||
fix-54680-recount-terms
|
||||
plugins/woocommerce/changelog/fix-50391
|
||||
woocommerce/changelog/fix-50391
|
||||
changelog/fix-50391
|
||||
fix-50391
|
||||
plugins/woocommerce/changelog/fix-52136
|
||||
woocommerce/changelog/fix-52136
|
||||
changelog/fix-52136
|
||||
|
@ -64618,6 +64668,10 @@ plugins/woocommerce/changelog/e2e-fix-skipped-cart-and-checkout-tests
|
|||
woocommerce/changelog/e2e-fix-skipped-cart-and-checkout-tests
|
||||
changelog/e2e-fix-skipped-cart-and-checkout-tests
|
||||
e2e-fix-skipped-cart-and-checkout-tests
|
||||
plugins/woocommerce/changelog/fix-enable-product-filters-in-widget-editor
|
||||
woocommerce/changelog/fix-enable-product-filters-in-widget-editor
|
||||
changelog/fix-enable-product-filters-in-widget-editor
|
||||
fix-enable-product-filters-in-widget-editor
|
||||
plugins/woocommerce/changelog/dev-remove-woo-interactivity
|
||||
woocommerce/changelog/dev-remove-woo-interactivity
|
||||
changelog/dev-remove-woo-interactivity
|
||||
|
@ -64718,6 +64772,10 @@ plugins/woocommerce/changelog/51513-checkout-custom-validation-hook
|
|||
woocommerce/changelog/51513-checkout-custom-validation-hook
|
||||
changelog/51513-checkout-custom-validation-hook
|
||||
51513-checkout-custom-validation-hook
|
||||
plugins/woocommerce/changelog/fix-support-ssr-in-active-filters
|
||||
woocommerce/changelog/fix-support-ssr-in-active-filters
|
||||
changelog/fix-support-ssr-in-active-filters
|
||||
fix-support-ssr-in-active-filters
|
||||
plugins/woocommerce/changelog/e2e-wooplug-3457-flaky-test-merchant-can-resend-order-details-to-customer
|
||||
woocommerce/changelog/e2e-wooplug-3457-flaky-test-merchant-can-resend-order-details-to-customer
|
||||
changelog/e2e-wooplug-3457-flaky-test-merchant-can-resend-order-details-to-customer
|
||||
|
@ -64742,6 +64800,10 @@ plugins/woocommerce/changelog/add-WOOPLUG-2166-title-block
|
|||
woocommerce/changelog/add-WOOPLUG-2166-title-block
|
||||
changelog/add-WOOPLUG-2166-title-block
|
||||
add-WOOPLUG-2166-title-block
|
||||
plugins/woocommerce/changelog/57336-wooplug-3935-blueprint-add-tracks-events
|
||||
woocommerce/changelog/57336-wooplug-3935-blueprint-add-tracks-events
|
||||
changelog/57336-wooplug-3935-blueprint-add-tracks-events
|
||||
57336-wooplug-3935-blueprint-add-tracks-events
|
||||
plugins/woocommerce/changelog/fix-remote-inbox-notif-stored-state
|
||||
woocommerce/changelog/fix-remote-inbox-notif-stored-state
|
||||
changelog/fix-remote-inbox-notif-stored-state
|
||||
|
@ -64794,6 +64856,10 @@ plugins/woocommerce/changelog/fix-wrong-shipping-posted-with-local-pickup
|
|||
woocommerce/changelog/fix-wrong-shipping-posted-with-local-pickup
|
||||
changelog/fix-wrong-shipping-posted-with-local-pickup
|
||||
fix-wrong-shipping-posted-with-local-pickup
|
||||
plugins/woocommerce/changelog/fix-variations-word-break
|
||||
woocommerce/changelog/fix-variations-word-break
|
||||
changelog/fix-variations-word-break
|
||||
fix-variations-word-break
|
||||
plugins/woocommerce/changelog/product-filters-chips-color
|
||||
woocommerce/changelog/product-filters-chips-color
|
||||
changelog/product-filters-chips-color
|
||||
|
@ -64850,6 +64916,10 @@ plugins/woocommerce/changelog/56139-update-56084-blueprint-remove-down-link
|
|||
woocommerce/changelog/56139-update-56084-blueprint-remove-down-link
|
||||
changelog/56139-update-56084-blueprint-remove-down-link
|
||||
56139-update-56084-blueprint-remove-down-link
|
||||
plugins/woocommerce/changelog/fix-local-pickup-fatal-fix
|
||||
woocommerce/changelog/fix-local-pickup-fatal-fix
|
||||
changelog/fix-local-pickup-fatal-fix
|
||||
fix-local-pickup-fatal-fix
|
||||
plugins/woocommerce/changelog/add-56030
|
||||
woocommerce/changelog/add-56030
|
||||
changelog/add-56030
|
||||
|
@ -65034,6 +65104,10 @@ plugins/woocommerce/changelog/fix-reactify-payment-settings-body-class
|
|||
woocommerce/changelog/fix-reactify-payment-settings-body-class
|
||||
changelog/fix-reactify-payment-settings-body-class
|
||||
fix-reactify-payment-settings-body-class
|
||||
plugins/woocommerce/changelog/dev-blockified-add-to-cart-custom-product-types
|
||||
woocommerce/changelog/dev-blockified-add-to-cart-custom-product-types
|
||||
changelog/dev-blockified-add-to-cart-custom-product-types
|
||||
dev-blockified-add-to-cart-custom-product-types
|
||||
plugins/woocommerce/changelog/57229-wooplug-3060-shipping-description-in-checkout-block-misaligned-in-firefox
|
||||
woocommerce/changelog/57229-wooplug-3060-shipping-description-in-checkout-block-misaligned-in-firefox
|
||||
changelog/57229-wooplug-3060-shipping-description-in-checkout-block-misaligned-in-firefox
|
||||
|
@ -68668,6 +68742,13 @@ src/images/payment-methods/becs.js
|
|||
images/payment-methods/becs.js
|
||||
payment-methods/becs.js
|
||||
becs.js
|
||||
packages/js/onboarding/src/images/payment-methods/grabpay.js
|
||||
js/onboarding/src/images/payment-methods/grabpay.js
|
||||
onboarding/src/images/payment-methods/grabpay.js
|
||||
src/images/payment-methods/grabpay.js
|
||||
images/payment-methods/grabpay.js
|
||||
payment-methods/grabpay.js
|
||||
grabpay.js
|
||||
packages/js/onboarding/src/images/payment-methods/affirm.js
|
||||
js/onboarding/src/images/payment-methods/affirm.js
|
||||
onboarding/src/images/payment-methods/affirm.js
|
||||
|
@ -69054,6 +69135,11 @@ js/onboarding/changelog/54305-location-mismatch-indication-tooltip
|
|||
onboarding/changelog/54305-location-mismatch-indication-tooltip
|
||||
changelog/54305-location-mismatch-indication-tooltip
|
||||
54305-location-mismatch-indication-tooltip
|
||||
packages/js/onboarding/changelog/57436-add-wechat-grab
|
||||
js/onboarding/changelog/57436-add-wechat-grab
|
||||
onboarding/changelog/57436-add-wechat-grab
|
||||
changelog/57436-add-wechat-grab
|
||||
57436-add-wechat-grab
|
||||
packages/js/onboarding/changelog/56594-dev-replace-react-rc
|
||||
js/onboarding/changelog/56594-dev-replace-react-rc
|
||||
onboarding/changelog/56594-dev-replace-react-rc
|
||||
|
@ -90822,6 +90908,11 @@ php/blueprint/changelog/57299-fix-wireit-in-ci
|
|||
blueprint/changelog/57299-fix-wireit-in-ci
|
||||
changelog/57299-fix-wireit-in-ci
|
||||
57299-fix-wireit-in-ci
|
||||
packages/php/blueprint/changelog/wooplug-3933-fix-blueprint-type-warnings-and-improve-error-handling
|
||||
php/blueprint/changelog/wooplug-3933-fix-blueprint-type-warnings-and-improve-error-handling
|
||||
blueprint/changelog/wooplug-3933-fix-blueprint-type-warnings-and-improve-error-handling
|
||||
changelog/wooplug-3933-fix-blueprint-type-warnings-and-improve-error-handling
|
||||
wooplug-3933-fix-blueprint-type-warnings-and-improve-error-handling
|
||||
packages/php/blueprint/composer.json
|
||||
php/blueprint/composer.json
|
||||
blueprint/composer.json
|
||||
|
|
|
@ -6493,6 +6493,7 @@ plugins/woocommerce/client/blocks/assets/js/blocks/product-on-sale/inspector-con
|
|||
plugins/woocommerce/client/blocks/assets/js/blocks/product-on-sale/editor.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-on-sale/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-specifications/edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-specifications/test/block.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-specifications/block.json
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-specifications/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-specifications/icon.tsx
|
||||
|
@ -8045,11 +8046,14 @@ plugins/woocommerce/changelog/55926-fix-report-order-stats-segment-date
|
|||
plugins/woocommerce/changelog/udpate-product-gallery-index
|
||||
plugins/woocommerce/changelog/56628-dev-remove-conditional-block-registration
|
||||
plugins/woocommerce/changelog/fix-46931-async-widget
|
||||
plugins/woocommerce/changelog/57458-fix-integration-test-framework
|
||||
plugins/woocommerce/changelog/57373-wooplug-3943-product-image-slide-becomes-unresponsive-on-mobile-after
|
||||
plugins/woocommerce/changelog/56244-update-improve-shipping-option-card
|
||||
plugins/woocommerce/changelog/update-shipping-selector-style-56010
|
||||
plugins/woocommerce/changelog/56646-fix-avoid-crash-store-api-when-store-0-product
|
||||
plugins/woocommerce/changelog/56117-iapi-woocommerce-store-switch-cart-endpoint
|
||||
plugins/woocommerce/changelog/fix-menu-item-active-status
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-3736-airwallex-gateway-titles
|
||||
plugins/woocommerce/changelog/56739-fix-blueprint-settings-save
|
||||
plugins/woocommerce/changelog/fix-52569
|
||||
plugins/woocommerce/changelog/add-55698
|
||||
|
@ -8115,6 +8119,7 @@ plugins/woocommerce/changelog/wooplug-3832-prevent-endless-redirect-on-checkout-
|
|||
plugins/woocommerce/changelog/fix-order-edit-tax-calc-rounding
|
||||
plugins/woocommerce/changelog/56146-update-blueprint-override-warning
|
||||
plugins/woocommerce/changelog/56379-fix-position-disconnect-modal-title
|
||||
plugins/woocommerce/changelog/wooplug-3462-incorrect-type-information-on-hook-do_action
|
||||
plugins/woocommerce/changelog/56129-56128-undefined-array-key-PaymentUtils
|
||||
plugins/woocommerce/changelog/57013-fix-45677-tax-rate-api-support-non-latin-class
|
||||
plugins/woocommerce/changelog/fix-35548
|
||||
|
@ -8143,11 +8148,15 @@ plugins/woocommerce/changelog/move-order-data-caching-to-beta
|
|||
plugins/woocommerce/changelog/56257-update-wp-control-button-margin
|
||||
plugins/woocommerce/changelog/fix-54822
|
||||
plugins/woocommerce/changelog/update-migrate-core-profiler-options
|
||||
plugins/woocommerce/changelog/57481-wooplug-4047-product-button-block-styles-include-styles-that-affect-all
|
||||
plugins/woocommerce/changelog/add-54819
|
||||
plugins/woocommerce/changelog/wooplug-3844-add-conditional-options-for-displaying-weight-dimensions-and
|
||||
plugins/woocommerce/changelog/fix-settings-navigation-spacing
|
||||
plugins/woocommerce/changelog/add-45504-iapi-compatibility
|
||||
plugins/woocommerce/changelog/fix-oom-core-zip-build
|
||||
plugins/woocommerce/changelog/improve-woo-content-styles-in-block-email
|
||||
plugins/woocommerce/changelog/fix-coupons-II
|
||||
plugins/woocommerce/changelog/57225-56670-accept-created_via-in-post-orders-endpoint
|
||||
plugins/woocommerce/changelog/fix-53911-async-load-order-custom-field-meta-keys
|
||||
plugins/woocommerce/changelog/update-remove-version-from-block-json
|
||||
plugins/woocommerce/changelog/update-56188-improve-switcher-incentive-handling
|
||||
|
@ -8172,6 +8181,7 @@ plugins/woocommerce/changelog/fix-56509-core-profiler-extensions-copy-alignment
|
|||
plugins/woocommerce/changelog/55767-remove-invalid-trailing-space-55766
|
||||
plugins/woocommerce/changelog/fix-44789-attribute-clauses
|
||||
plugins/woocommerce/changelog/e2e-wooplug-3242-flaky-test-guest-can-checkout-paying-with-cash-on-delivery
|
||||
plugins/woocommerce/changelog/wooplug-1533-add-line-break-to-billing-address-email-in-order-emails
|
||||
plugins/woocommerce/changelog/57090-wooplug-3738-php-83-warning-trying-to-access-array-offset-on-bool-in-wc
|
||||
plugins/woocommerce/changelog/56743-fix-coming-soon-path-to-editor
|
||||
plugins/woocommerce/changelog/add-56228-pre-push-linting
|
||||
|
@ -8188,6 +8198,7 @@ plugins/woocommerce/changelog/dev-monorepo-internal-packages-linking-fixes
|
|||
plugins/woocommerce/changelog/update_error_messages_when_creating_order
|
||||
plugins/woocommerce/changelog/add-55729-product-review-title-and-rating-blocks
|
||||
plugins/woocommerce/changelog/fix-54680-recount-terms
|
||||
plugins/woocommerce/changelog/fix-50391
|
||||
plugins/woocommerce/changelog/fix-52136
|
||||
plugins/woocommerce/changelog/dev-ci-worflow-jobs-start-conditions-tweaks
|
||||
plugins/woocommerce/changelog/56174-dev-fix-call-abtest
|
||||
|
@ -8205,6 +8216,7 @@ plugins/woocommerce/changelog/57240-move-generateuniqueid-to-utils
|
|||
plugins/woocommerce/changelog/57053-fix-product-gallery-slider-arrows
|
||||
plugins/woocommerce/changelog/skip-failing-cart-and-checkout-e2e-tests
|
||||
plugins/woocommerce/changelog/e2e-fix-skipped-cart-and-checkout-tests
|
||||
plugins/woocommerce/changelog/fix-enable-product-filters-in-widget-editor
|
||||
plugins/woocommerce/changelog/dev-remove-woo-interactivity
|
||||
plugins/woocommerce/changelog/update-merge-product-notices
|
||||
plugins/woocommerce/changelog/e2e-fix-flaky-product-review
|
||||
|
@ -8230,12 +8242,14 @@ plugins/woocommerce/changelog/56275-55121-fix-fatal-error
|
|||
plugins/woocommerce/changelog/56391-add-report-email-labels-filter
|
||||
plugins/woocommerce/changelog/product-filters-conditional-router-region
|
||||
plugins/woocommerce/changelog/51513-checkout-custom-validation-hook
|
||||
plugins/woocommerce/changelog/fix-support-ssr-in-active-filters
|
||||
plugins/woocommerce/changelog/e2e-wooplug-3457-flaky-test-merchant-can-resend-order-details-to-customer
|
||||
plugins/woocommerce/changelog/wooplug-3733-product-gallery-remove-positioning-options-for-nextprevious
|
||||
plugins/woocommerce/changelog/e2e-remove-rest-api-dependency
|
||||
plugins/woocommerce/changelog/56707-54856-fix-unsupported_theme_title_filter-fatal-error
|
||||
plugins/woocommerce/changelog/56453-trunk
|
||||
plugins/woocommerce/changelog/add-WOOPLUG-2166-title-block
|
||||
plugins/woocommerce/changelog/57336-wooplug-3935-blueprint-add-tracks-events
|
||||
plugins/woocommerce/changelog/fix-remote-inbox-notif-stored-state
|
||||
plugins/woocommerce/changelog/update-hide-printful-when-installed
|
||||
plugins/woocommerce/changelog/56506-remove-wp-components-types
|
||||
|
@ -8249,6 +8263,7 @@ plugins/woocommerce/changelog/dev-updates-to-nox-feature-flag
|
|||
plugins/woocommerce/changelog/fix-blueprint-unused-imports
|
||||
plugins/woocommerce/changelog/57051-fix-product-gallery-placeholder
|
||||
plugins/woocommerce/changelog/fix-wrong-shipping-posted-with-local-pickup
|
||||
plugins/woocommerce/changelog/fix-variations-word-break
|
||||
plugins/woocommerce/changelog/product-filters-chips-color
|
||||
plugins/woocommerce/changelog/56647-add-22739-confirm-dialog-before-activating-connected-product
|
||||
plugins/woocommerce/changelog/fix-56218-add-to-cart-with-options-button-text
|
||||
|
@ -8263,6 +8278,7 @@ plugins/woocommerce/changelog/56612-update-blueprint-minor-tweaks2
|
|||
plugins/woocommerce/changelog/fix-56872
|
||||
plugins/woocommerce/changelog/fix-56634-admin-classes
|
||||
plugins/woocommerce/changelog/56139-update-56084-blueprint-remove-down-link
|
||||
plugins/woocommerce/changelog/fix-local-pickup-fatal-fix
|
||||
plugins/woocommerce/changelog/add-56030
|
||||
plugins/woocommerce/changelog/fix-early-calls-to-page-conditionals-56320
|
||||
plugins/woocommerce/changelog/57325-fix-improve-register-block-single-product-template
|
||||
|
@ -8309,6 +8325,7 @@ plugins/woocommerce/changelog/fix-55901
|
|||
plugins/woocommerce/changelog/56439-56413-fix-fatal-product
|
||||
plugins/woocommerce/changelog/56467-fix-remote-inbox-notif-stored-state
|
||||
plugins/woocommerce/changelog/fix-reactify-payment-settings-body-class
|
||||
plugins/woocommerce/changelog/dev-blockified-add-to-cart-custom-product-types
|
||||
plugins/woocommerce/changelog/57229-wooplug-3060-shipping-description-in-checkout-block-misaligned-in-firefox
|
||||
plugins/woocommerce/changelog/56327-add-notify-customers-about-wccom-connection-url-mismatch
|
||||
plugins/woocommerce/changelog/wooplug-3184-blueprint-learn-more-button-link
|
||||
|
@ -9015,6 +9032,7 @@ packages/js/onboarding/src/images/payment-methods/klarna.js
|
|||
packages/js/onboarding/src/images/payment-methods/bancontact.js
|
||||
packages/js/onboarding/src/images/payment-methods/przelewy24.js
|
||||
packages/js/onboarding/src/images/payment-methods/becs.js
|
||||
packages/js/onboarding/src/images/payment-methods/grabpay.js
|
||||
packages/js/onboarding/src/images/payment-methods/affirm.js
|
||||
packages/js/onboarding/src/images/payment-methods/eps.js
|
||||
packages/js/onboarding/src/images/payment-methods/ideal.js
|
||||
|
@ -9073,6 +9091,7 @@ packages/js/onboarding/changelog/53341-trunk
|
|||
packages/js/onboarding/changelog/53865-dev-pnpm-9-15-0
|
||||
packages/js/onboarding/changelog/update-branding-updates-to-woocommerce
|
||||
packages/js/onboarding/changelog/54305-location-mismatch-indication-tooltip
|
||||
packages/js/onboarding/changelog/57436-add-wechat-grab
|
||||
packages/js/onboarding/changelog/56594-dev-replace-react-rc
|
||||
packages/js/onboarding/changelog/56575-dev-bump-babel-deps
|
||||
packages/js/onboarding/changelog/53165-dev-ts-5-7-2
|
||||
|
@ -12652,6 +12671,7 @@ packages/php/blueprint/src/docs/json-examples/installTheme.json
|
|||
packages/php/blueprint/changelog/dev-fix-blueprint-package-setup
|
||||
packages/php/blueprint/changelog/57219-update-remove-zip-feature-from-blueprint
|
||||
packages/php/blueprint/changelog/57299-fix-wireit-in-ci
|
||||
packages/php/blueprint/changelog/wooplug-3933-fix-blueprint-type-warnings-and-improve-error-handling
|
||||
packages/php/blueprint/composer.json
|
||||
packages/php/blueprint/README.md
|
||||
packages/php/blueprint/phpcs.xml
|
||||
|
|
|
@ -17890,6 +17890,9 @@ migrate/20180911064647_issue_2140_reset_ldap_config.rb
|
|||
db/migrate/20200522125253_issue_2943_add_setting_enforce_special_character.rb
|
||||
migrate/20200522125253_issue_2943_add_setting_enforce_special_character.rb
|
||||
20200522125253_issue_2943_add_setting_enforce_special_character.rb
|
||||
db/migrate/20250423083238_issue5573_increase_webhook_endpoint_limit.rb
|
||||
migrate/20250423083238_issue5573_increase_webhook_endpoint_limit.rb
|
||||
20250423083238_issue5573_increase_webhook_endpoint_limit.rb
|
||||
db/migrate/20160217000001_object_manager_update_user.rb
|
||||
migrate/20160217000001_object_manager_update_user.rb
|
||||
20160217000001_object_manager_update_user.rb
|
||||
|
@ -18694,29 +18697,15 @@ performance.yml
|
|||
ci/test/integration.yml
|
||||
test/integration.yml
|
||||
integration.yml
|
||||
.gitlab/ci/test/rspec/mysql.yml
|
||||
ci/test/rspec/mysql.yml
|
||||
test/rspec/mysql.yml
|
||||
rspec/mysql.yml
|
||||
mysql.yml
|
||||
.gitlab/ci/test/rspec/postgresql.yml
|
||||
ci/test/rspec/postgresql.yml
|
||||
test/rspec/postgresql.yml
|
||||
rspec/postgresql.yml
|
||||
postgresql.yml
|
||||
.gitlab/ci/test/rspec/mariadb.yml
|
||||
ci/test/rspec/mariadb.yml
|
||||
test/rspec/mariadb.yml
|
||||
rspec/mariadb.yml
|
||||
mariadb.yml
|
||||
.gitlab/ci/test/api_client.yml
|
||||
ci/test/api_client.yml
|
||||
test/api_client.yml
|
||||
api_client.yml
|
||||
.gitlab/ci/test/migration-from-mysql-to-postgresql.yml
|
||||
ci/test/migration-from-mysql-to-postgresql.yml
|
||||
test/migration-from-mysql-to-postgresql.yml
|
||||
migration-from-mysql-to-postgresql.yml
|
||||
.gitlab/ci/test/integration/es.yml
|
||||
ci/test/integration/es.yml
|
||||
test/integration/es.yml
|
||||
|
@ -39846,18 +39835,6 @@ LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationButton.vue
|
|||
LeftSidebarHeader/OnlineNotification/NotificationButton.vue
|
||||
OnlineNotification/NotificationButton.vue
|
||||
NotificationButton.vue
|
||||
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/__tests__/NotificationPopover.spec.ts
|
||||
frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/__tests__/NotificationPopover.spec.ts
|
||||
apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/__tests__/NotificationPopover.spec.ts
|
||||
desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/__tests__/NotificationPopover.spec.ts
|
||||
components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/__tests__/NotificationPopover.spec.ts
|
||||
layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/__tests__/NotificationPopover.spec.ts
|
||||
LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/__tests__/NotificationPopover.spec.ts
|
||||
LeftSidebar/LeftSidebarHeader/OnlineNotification/__tests__/NotificationPopover.spec.ts
|
||||
LeftSidebarHeader/OnlineNotification/__tests__/NotificationPopover.spec.ts
|
||||
OnlineNotification/__tests__/NotificationPopover.spec.ts
|
||||
__tests__/NotificationPopover.spec.ts
|
||||
NotificationPopover.spec.ts
|
||||
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationPopover/NotificationHeader.vue
|
||||
frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationPopover/NotificationHeader.vue
|
||||
apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationPopover/NotificationHeader.vue
|
||||
|
@ -49659,11 +49636,6 @@ frontend/shared/composables/useAppName.ts
|
|||
shared/composables/useAppName.ts
|
||||
composables/useAppName.ts
|
||||
useAppName.ts
|
||||
app/frontend/shared/composables/useBrowserNotifications.ts
|
||||
frontend/shared/composables/useBrowserNotifications.ts
|
||||
shared/composables/useBrowserNotifications.ts
|
||||
composables/useBrowserNotifications.ts
|
||||
useBrowserNotifications.ts
|
||||
app/frontend/shared/composables/useHtmlLinks.ts
|
||||
frontend/shared/composables/useHtmlLinks.ts
|
||||
shared/composables/useHtmlLinks.ts
|
||||
|
@ -49736,12 +49708,6 @@ shared/composables/__tests__/useCopyToClipboard.spec.ts
|
|||
composables/__tests__/useCopyToClipboard.spec.ts
|
||||
__tests__/useCopyToClipboard.spec.ts
|
||||
useCopyToClipboard.spec.ts
|
||||
app/frontend/shared/composables/__tests__/useBrowserNotifications.spec.ts
|
||||
frontend/shared/composables/__tests__/useBrowserNotifications.spec.ts
|
||||
shared/composables/__tests__/useBrowserNotifications.spec.ts
|
||||
composables/__tests__/useBrowserNotifications.spec.ts
|
||||
__tests__/useBrowserNotifications.spec.ts
|
||||
useBrowserNotifications.spec.ts
|
||||
app/frontend/shared/composables/__tests__/useTouchDevice.spec.ts
|
||||
frontend/shared/composables/__tests__/useTouchDevice.spec.ts
|
||||
shared/composables/__tests__/useTouchDevice.spec.ts
|
||||
|
|
|
@ -3759,6 +3759,7 @@ db/migrate/20240320092523_permission_setting_wording.rb
|
|||
db/migrate/20181203000000_setting_add_email_full_quote_header.rb
|
||||
db/migrate/20180911064647_issue_2140_reset_ldap_config.rb
|
||||
db/migrate/20200522125253_issue_2943_add_setting_enforce_special_character.rb
|
||||
db/migrate/20250423083238_issue5573_increase_webhook_endpoint_limit.rb
|
||||
db/migrate/20160217000001_object_manager_update_user.rb
|
||||
db/migrate/20221031105713_issue_4316_template_options_migration.rb
|
||||
db/migrate/20171024000002_check_mk_integration2.rb
|
||||
|
@ -4030,11 +4031,8 @@ Procfile.dev-https
|
|||
.gitlab/ci/test/packager.io.yml
|
||||
.gitlab/ci/test/performance.yml
|
||||
.gitlab/ci/test/integration.yml
|
||||
.gitlab/ci/test/rspec/mysql.yml
|
||||
.gitlab/ci/test/rspec/postgresql.yml
|
||||
.gitlab/ci/test/rspec/mariadb.yml
|
||||
.gitlab/ci/test/api_client.yml
|
||||
.gitlab/ci/test/migration-from-mysql-to-postgresql.yml
|
||||
.gitlab/ci/test/integration/es.yml
|
||||
.gitlab/ci/test/integration/otrs.yml
|
||||
.gitlab/ci/test/rspec.yml
|
||||
|
@ -6897,7 +6895,6 @@ app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/__tests__/
|
|||
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification.vue
|
||||
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/__tests__/OnlineNotification.spec.ts
|
||||
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationButton.vue
|
||||
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/__tests__/NotificationPopover.spec.ts
|
||||
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationPopover/NotificationHeader.vue
|
||||
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationPopover/__tests__/NotificationHeader.spec.ts
|
||||
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationPopover/__tests__/NotificationList.spec.ts
|
||||
|
@ -8186,7 +8183,6 @@ app/frontend/shared/composables/activity-message/activityMessageBuilder/index.ts
|
|||
app/frontend/shared/composables/activity-message/activityMessageBuilder/types.ts
|
||||
app/frontend/shared/composables/useEmailFileUrls.ts
|
||||
app/frontend/shared/composables/useAppName.ts
|
||||
app/frontend/shared/composables/useBrowserNotifications.ts
|
||||
app/frontend/shared/composables/useHtmlLinks.ts
|
||||
app/frontend/shared/composables/__tests__/mocks/online-notification.ts
|
||||
app/frontend/shared/composables/__tests__/useHtmlInlineImages.spec.ts
|
||||
|
@ -8199,7 +8195,6 @@ app/frontend/shared/composables/__tests__/useEmailFileUrls.spec.ts
|
|||
app/frontend/shared/composables/__tests__/useTransitionConfig.spec.ts
|
||||
app/frontend/shared/composables/__tests__/useLoginTwoFactor.spec.ts
|
||||
app/frontend/shared/composables/__tests__/useCopyToClipboard.spec.ts
|
||||
app/frontend/shared/composables/__tests__/useBrowserNotifications.spec.ts
|
||||
app/frontend/shared/composables/__tests__/useTouchDevice.spec.ts
|
||||
app/frontend/shared/composables/__tests__/useStickyHeader.spec.ts
|
||||
app/frontend/shared/composables/__tests__/useAppMaintenanceCheck.spec.ts
|
||||
|
|
|
@ -1616,8 +1616,8 @@ hpc/*/supported-applications.aspx?
|
|||
hpm
|
||||
hpmob
|
||||
http://dropbox.com/robots.txt
|
||||
http://google-analytics.com/robots.txt
|
||||
http://ncbi.nlm.nih.gov/robots.txt
|
||||
http://plus.google.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
@ -1663,7 +1663,6 @@ imode?
|
|||
inapp
|
||||
inbox
|
||||
inboxcommerce
|
||||
includes
|
||||
incontext
|
||||
index.html?
|
||||
index.php/admin/
|
||||
|
@ -1901,7 +1900,6 @@ mob/tracking
|
|||
mobile/agreements
|
||||
mobile/checkout
|
||||
mobile/cities-transformed
|
||||
mobile?
|
||||
mobile_login
|
||||
moderator/static/ux
|
||||
modern-formats-eng/ucp/*/client
|
||||
|
@ -3353,7 +3351,7 @@ wiki/Wikipedia_Diskussion:Checkuser
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://medium.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://bit.ly/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
|
@ -2553,7 +2553,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/article/figure/powerpoint
|
||||
/article/metrics
|
||||
/articlelist/*
|
||||
/articlelist/*http://lego.com/robots.txt
|
||||
/articlelist/*http://tiny.cc/robots.txt
|
||||
/articleshow_amitr/*
|
||||
/articleshowajax/*
|
||||
/articleshowhsbc/
|
||||
|
@ -3281,7 +3281,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newsletter
|
||||
/newssearch
|
||||
/nightly-news
|
||||
/no-referrer-when-downgradehttp://pitchfork.com/robots.txt
|
||||
/no-referrer-when-downgradehttp://globesimregistrations.ph/robots.txt
|
||||
/no-search-results
|
||||
/node
|
||||
/node/add
|
||||
|
@ -3677,7 +3677,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/shopping/vr
|
||||
/shoppingcart
|
||||
/showads.js
|
||||
/showtimes/location/*http://bloomberg.com/robots.txt
|
||||
/showtimes/location/*http://img.youtube.com/robots.txt
|
||||
/sign_in?
|
||||
/signin
|
||||
/signin-oidc
|
||||
|
@ -3978,7 +3978,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?*__rmidpage
|
||||
?*_hsmi=
|
||||
?*ajs_event
|
||||
?*apikey*http://themeforest.net/robots.txt
|
||||
?*apikey*http://vk.com/robots.txt
|
||||
?*app
|
||||
?*aspects=
|
||||
?*attachment_id
|
||||
|
@ -4420,7 +4420,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?q=user
|
||||
?q=user/login
|
||||
?q=user/logout
|
||||
?q=user/logout/http://journals.plos.org/robots.txt
|
||||
?q=user/logout/http://rebrand.ly/robots.txt
|
||||
?q=user/password
|
||||
?q=user/register
|
||||
?q=vote
|
||||
|
@ -4593,7 +4593,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
@me$
|
||||
AI
|
||||
AITripBuilder
|
||||
API/v2$http://howtogeek.com/robots.txt
|
||||
API/v2$http://hbr.org/robots.txt
|
||||
APIAccessSupport
|
||||
AWSEC2/2006-06-26
|
||||
AWSEC2/2006-10-01
|
||||
|
@ -6286,7 +6286,7 @@ account-settings
|
|||
account-setup
|
||||
account/
|
||||
account/*
|
||||
account/*http://doi.org/robots.txt
|
||||
account/*http://healthtips1dr.blogspot.com/robots.txt
|
||||
account/accomplishments
|
||||
account/ackgift
|
||||
account/authenticate
|
||||
|
@ -6751,7 +6751,7 @@ api/editionurlgenerator
|
|||
api/extensions/1.0/extensions
|
||||
api/federation
|
||||
api/html
|
||||
api/http://reuters.com/robots.txt
|
||||
api/http://kobo.com/robots.txt
|
||||
api/infinite-list.html
|
||||
api/internal/*/location
|
||||
api/internal/_bb
|
||||
|
@ -6823,7 +6823,7 @@ app$
|
|||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app-ads.txthttp://static.parastorage.com/robots.txt
|
||||
app-ads.txthttp://digital-strategy.ec.europa.eu/robots.txt
|
||||
app-center/oauth/authorize
|
||||
app-directory
|
||||
app-market/search-result?query=
|
||||
|
@ -7381,6 +7381,7 @@ backstage/api/
|
|||
bad-boys
|
||||
bad-boys-ii
|
||||
badges/profile/create
|
||||
baidu
|
||||
bal/impression
|
||||
bal/impression/RecordImpression.htm?
|
||||
ban-me-i-am-a-robot
|
||||
|
@ -7585,6 +7586,7 @@ biz_redir
|
|||
biz_share
|
||||
biz_update
|
||||
bkshp?*q=
|
||||
bkuhn-signed-agia-certificate.txt
|
||||
bl-email
|
||||
blaize
|
||||
blank.html
|
||||
|
@ -7639,7 +7641,7 @@ blog/*?text=
|
|||
blog/*sitemap.xml$
|
||||
blog/*utm_source=
|
||||
blog/.*
|
||||
blog/.html.*http://last.fm/robots.txt
|
||||
blog/.html.*http://samsung.com/robots.txt
|
||||
blog/10-lessons-from-an-engineering-manager/$
|
||||
blog/23-prototyping-resources-to-bookmark-right-now/$
|
||||
blog/27-figjam-activities-to-spark-creativity-in-the-classroom/$
|
||||
|
@ -8180,6 +8182,7 @@ blog/the-6-design-trends-john-maeda-predicted-in-his-state-of-the-union/$
|
|||
blog/the-anatomy-of-a-component-sprint/$
|
||||
blog/the-anatomy-of-duolingos-super-bowl-ad/$
|
||||
blog/the-art-and-influence-of-motion/$
|
||||
blog/the-art-of-art-direction/$
|
||||
blog/the-art-of-the-professional-pivot/$
|
||||
blog/the-atlassian-method-developer-joy/$
|
||||
blog/the-best-advice-to-bring-to-work-in-2025/$
|
||||
|
@ -8370,7 +8373,7 @@ bookmark_mana2
|
|||
bookmarklet
|
||||
bookmarks
|
||||
bookmarks/widget
|
||||
bookmarkshttp://i0.wp.com/robots.txt
|
||||
bookmarkshttp://ecrs.com/robots.txt
|
||||
books
|
||||
books/NBK
|
||||
books/about
|
||||
|
@ -9120,7 +9123,7 @@ cdn-cgi
|
|||
cdn-cgi/
|
||||
cdn-cgi/bm/cv
|
||||
cdn-cgi/challenge-platform
|
||||
cdn-cgi/http://kids.youtube.com/robots.txt
|
||||
cdn-cgi/http://medium.com/robots.txt
|
||||
cdn-cgi/images/trace
|
||||
cdn-cgi/rum
|
||||
cdn-cgi/scripts
|
||||
|
@ -9151,7 +9154,7 @@ cgi-bin/koha/
|
|||
cgi-bin/loginpage
|
||||
cgi-bin/search.fpl
|
||||
cgi-bin/wx
|
||||
cgi-binhttp://canada.ca/robots.txt
|
||||
cgi-binhttp://ifttt.com/robots.txt
|
||||
cgi-local
|
||||
cgi-mad/
|
||||
cgi-pct/
|
||||
|
@ -9269,7 +9272,7 @@ checkout-external
|
|||
checkout/
|
||||
checkout/cart
|
||||
checkout/package
|
||||
checkouthttp://accidentinjurylawyers.claims/robots.txt
|
||||
checkouthttp://moderncalculators.com/robots.txt
|
||||
checkoutnow
|
||||
checkouts
|
||||
checkpoint
|
||||
|
@ -9452,7 +9455,7 @@ co/user
|
|||
co/users
|
||||
code
|
||||
code/*
|
||||
code/http://marriott.com/robots.txt
|
||||
code/http://w3techs.com/robots.txt
|
||||
codeCoverage
|
||||
coderpad-for-figjam/$
|
||||
codesamples/
|
||||
|
@ -11374,7 +11377,6 @@ communities
|
|||
communities/sitemap
|
||||
community
|
||||
community
|
||||
community-creators/$
|
||||
community-guidelines
|
||||
community/*
|
||||
community/*/category/*
|
||||
|
@ -11426,6 +11428,7 @@ compatible/questionnaires/certificates
|
|||
compatible/questionnaires/images
|
||||
competitive-research
|
||||
competitive/gated-content-for-agents/
|
||||
compliance
|
||||
compliance/contact-us-confirmation/
|
||||
compliance/hipaa-eligible-services-reference/
|
||||
compliance/how-to-open-aws-compliance-reports/
|
||||
|
@ -11505,7 +11508,7 @@ confirmation
|
|||
conflagexp
|
||||
connect
|
||||
connect/@
|
||||
connect/http://sfgate.com/robots.txt
|
||||
connect/http://blog.twitter.com/robots.txt
|
||||
connect/social-intranet.html
|
||||
connections
|
||||
connections/recent
|
||||
|
@ -11615,7 +11618,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/irm0002
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0004
|
||||
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://beppegrillo.it/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/oecd/
|
||||
content/dam/pwc/uk/en/assets/pdf/hcl_f2.18.pdf
|
||||
|
@ -11717,6 +11720,7 @@ cookies
|
|||
coop/directory
|
||||
coop/manage
|
||||
copy-conductor/crawled
|
||||
copyleft
|
||||
copyright-reporting
|
||||
coral-talk
|
||||
core
|
||||
|
@ -11813,6 +11817,7 @@ cp/api/logger
|
|||
cp/api/wpa
|
||||
cpds2
|
||||
cpresources
|
||||
cpro
|
||||
cpropub/univercd
|
||||
cpspa
|
||||
cr$
|
||||
|
@ -12902,7 +12907,7 @@ docs
|
|||
docs$
|
||||
docs-api-legacy
|
||||
docs-api-legacy$
|
||||
docs-api-legacy/http://aesthetics.fandom.com/robots.txt
|
||||
docs-api-legacy/http://deezer.com/robots.txt
|
||||
docs-footer
|
||||
docs/*
|
||||
docs/3.x/fr
|
||||
|
@ -13417,7 +13422,6 @@ en/news-redirect/*
|
|||
en/news?
|
||||
en/newsletters/*
|
||||
en/novel/comments.php?id=
|
||||
en/profile/*
|
||||
en/profiles/
|
||||
en/publications/2017/pwc-sports-survey-2017.pdf
|
||||
en/publications/2018/PwC%20Sports%20Survey-2018_web.pdf
|
||||
|
@ -14168,6 +14172,8 @@ event/*/shoutbox
|
|||
event/*/shoutbox?
|
||||
eventDisplay
|
||||
events
|
||||
events-begin.html
|
||||
events-end.html
|
||||
events/
|
||||
events/$
|
||||
events/applesummit
|
||||
|
@ -14497,7 +14503,7 @@ files/live/sites/isoorg/files/_noindex
|
|||
files/resources
|
||||
fileview
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://jetbrains.com/robots.txt
|
||||
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://iso.org/robots.txt
|
||||
filter/
|
||||
filter/tips
|
||||
filter/tips
|
||||
|
@ -14521,7 +14527,7 @@ find
|
|||
find$
|
||||
find-more
|
||||
find/
|
||||
find/*http://forrester.com/robots.txt
|
||||
find/*http://freepik.com/robots.txt
|
||||
finetune
|
||||
fios
|
||||
firefox/?
|
||||
|
@ -14546,6 +14552,7 @@ flights
|
|||
flipboardrss
|
||||
flu/espanol/
|
||||
flutter-canvaskit
|
||||
fly
|
||||
fn_adspaces
|
||||
fol
|
||||
folder
|
||||
|
@ -14617,7 +14624,7 @@ forum/members
|
|||
forum/online
|
||||
forum/posts
|
||||
forum/search
|
||||
forum/ucp.phphttp://katyperry.com/robots.txt
|
||||
forum/ucp.phphttp://embassybel.ru/robots.txt
|
||||
forum/viewtopic.php
|
||||
forum/whats-new
|
||||
forumTeaser
|
||||
|
@ -15100,7 +15107,6 @@ fr/ph/
|
|||
fr/player
|
||||
fr/playlist
|
||||
fr/pm/
|
||||
fr/profile/*
|
||||
fr/promos/
|
||||
fr/rechercher
|
||||
fr/release
|
||||
|
@ -15199,7 +15205,7 @@ fy-NL/search
|
|||
fy-NL/user
|
||||
fy-NL/users
|
||||
g
|
||||
g/4arE9Chttp://teenage.engineering/robots.txt
|
||||
g/4arE9Chttp://flickr.com/robots.txt
|
||||
g/api
|
||||
ga-IE/forums
|
||||
ga-IE/kb/*/discuss
|
||||
|
@ -15287,6 +15293,7 @@ getaccess
|
|||
getaways/search
|
||||
getaways/tripadvisor
|
||||
getflipit
|
||||
gethelp
|
||||
gethelp/
|
||||
getstarted
|
||||
getstarted/
|
||||
|
@ -15345,6 +15352,7 @@ gn/search
|
|||
gn/user
|
||||
gn/users
|
||||
gnca-ajax-redesign/showcase-image
|
||||
gnu.css
|
||||
go
|
||||
go-back
|
||||
go-back?
|
||||
|
@ -15370,6 +15378,7 @@ go/teenwolf-fanfiction/
|
|||
go/turkey
|
||||
gog
|
||||
goglobal/
|
||||
google
|
||||
google-fonts/$
|
||||
google-fonts/josefin-sans-font-pairings/$
|
||||
google-fonts/lato-font-pairings/$
|
||||
|
@ -15401,6 +15410,7 @@ gorsel/touch/?
|
|||
goto
|
||||
goto_issue
|
||||
goto_rubric
|
||||
government
|
||||
government-education/nonprofits/aws-serve-member/
|
||||
government-education/nonprofits/aws-serve/
|
||||
government-education/nonprofits/credit-program/
|
||||
|
@ -15832,6 +15842,7 @@ homeimprovement/EmbeddedProfile.htm
|
|||
homeloans/*zga_z_guid=
|
||||
homepage
|
||||
homepage-video-test
|
||||
homepage/
|
||||
homepage/2013
|
||||
homepage/HomepageVideoMetrics.htm
|
||||
homes
|
||||
|
@ -15933,43 +15944,43 @@ html5
|
|||
http
|
||||
http-checker
|
||||
http2_data
|
||||
http://abc.net.au/robots.txt
|
||||
http://abcnews.go.com/robots.txt
|
||||
http://aliexpress.com/robots.txt
|
||||
http://arstechnica.com/robots.txt
|
||||
http://2.bp.blogspot.com/robots.txt
|
||||
http://about.fb.com/robots.txt
|
||||
http://akparti.org.tr/robots.txt
|
||||
http://amazon.de/robots.txt
|
||||
http://amazon.in/robots.txt
|
||||
http://ameblo.jp/robots.txt
|
||||
http://apple.com/robots.txt
|
||||
http://bbc.com/robots.txt
|
||||
http://bbcsfx.acropolis.org.uk/robots.txt
|
||||
http://bitly.com/robots.txt
|
||||
http://chat.openai.com/robots.txt
|
||||
http://css-tricks.com/robots.txt
|
||||
http://epidemicsound.com/robots.txt
|
||||
http://europa.eu/robots.txt
|
||||
http://eventbrite.co.uk/robots.txt
|
||||
http://explore.org/robots.txt
|
||||
http://festivaldesantipodes.com/robots.txt
|
||||
http://flickr.com/robots.txt
|
||||
http://fortune.com/robots.txt
|
||||
http://google.it/robots.txt
|
||||
http://ico.org.uk/robots.txt
|
||||
http://lnk.bio/robots.txt
|
||||
http://missingkids.org/robots.txt
|
||||
http://creativecommons.org/robots.txt
|
||||
http://en.m.wikipedia.org/robots.txt
|
||||
http://expedia.com/robots.txt
|
||||
http://gist.github.com/robots.txt
|
||||
http://govostis.gr/robots.txt
|
||||
http://groupon.com/robots.txt
|
||||
http://healthline.com/robots.txt
|
||||
http://help.twitter.com/robots.txt
|
||||
http://irishtimes.com/robots.txt
|
||||
http://iubenda.com/robots.txt
|
||||
http://last.fm/robots.txt
|
||||
http://lefigaro.fr/robots.txt
|
||||
http://msdn.microsoft.com/robots.txt
|
||||
http://newyorker.com/robots.txt
|
||||
http://notion.so/robots.txt
|
||||
http://npr.org/robots.txt
|
||||
http://orcd.co/robots.txt
|
||||
http://picsart.com/robots.txt
|
||||
http://pubmed.ncbi.nlm.nih.gov/robots.txt
|
||||
http://roblox.com/robots.txt
|
||||
http://scholar.google.com/robots.txt
|
||||
http://sciencedirect.com/robots.txt
|
||||
http://searchengineland.com/robots.txt
|
||||
http://skillshare.com/robots.txt
|
||||
http://slideshare.net/robots.txt
|
||||
http://support.cloudflare.com/robots.txt
|
||||
http://support.zendesk.com/robots.txt
|
||||
http://ujumiskool.ee/robots.txt
|
||||
http://unpkg.com/robots.txt
|
||||
http://wpengine.com/robots.txt
|
||||
http://nationalgeographic.com/robots.txt
|
||||
http://nerdwallet.com/robots.txt
|
||||
http://patents.google.com/robots.txt
|
||||
http://producthunt.com/robots.txt
|
||||
http://python.org/robots.txt
|
||||
http://reconstructingjudaism.org/robots.txt
|
||||
http://seekingalpha.com/robots.txt
|
||||
http://siteground.com/robots.txt
|
||||
http://smithsonianmag.com/robots.txt
|
||||
http://static.wixstatic.com/robots.txt
|
||||
http://techradar.com/robots.txt
|
||||
http://theverge.com/robots.txt
|
||||
http://threads.net/robots.txt
|
||||
http://tracks.arte.tv/robots.txt
|
||||
http://weebly.com/robots.txt
|
||||
https:/www.alibaba.com
|
||||
hu
|
||||
hu-hu/
|
||||
|
@ -16459,7 +16470,7 @@ index.php/user/login/
|
|||
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/
|
||||
|
@ -16523,7 +16534,7 @@ integrate/
|
|||
integrations
|
||||
intelligencer/amp
|
||||
intent
|
||||
interactive*http://kinopoisk.ru/robots.txt
|
||||
interactive*http://fda.gov/robots.txt
|
||||
interactive/reading-preference
|
||||
interactives
|
||||
intercept
|
||||
|
@ -16645,6 +16656,7 @@ it-it.www.cloudflare.com
|
|||
it-it/
|
||||
it-it/feedback
|
||||
it-it/lp
|
||||
it-it/ruota-colore/$
|
||||
it-it/search
|
||||
it-it/searchresults
|
||||
it-s-complicated
|
||||
|
@ -17749,6 +17761,7 @@ limited-release
|
|||
link
|
||||
link-intersect
|
||||
link-intersect/$
|
||||
link?
|
||||
link_to
|
||||
linked
|
||||
linkedin
|
||||
|
@ -18403,7 +18416,6 @@ mobile/checkout
|
|||
mobile/cities-transformed
|
||||
mobile/search
|
||||
mobile=no*
|
||||
mobile?
|
||||
mobile_login
|
||||
mobileformat=
|
||||
mobilenextapi/graphql
|
||||
|
@ -18502,7 +18514,7 @@ mre/*.jpg$
|
|||
mre/*.js$
|
||||
mre/*.pdf$
|
||||
mre/*.png$
|
||||
mre/*.zip$http://spreaker.com/robots.txt
|
||||
mre/*.zip$http://gov.uk/robots.txt
|
||||
mre/*?
|
||||
mre/*@@configuracoes_view
|
||||
mre/*@@download/file$
|
||||
|
@ -18786,7 +18798,6 @@ negRating
|
|||
nel_ms
|
||||
neo/magazine
|
||||
network
|
||||
network/news/space
|
||||
neuralsearch/api
|
||||
neuromyelitis-optica-spectrum-disorder-nmosd-treatment
|
||||
never-been-kissed
|
||||
|
@ -18955,14 +18966,54 @@ nl*/shop/*/sold
|
|||
nl-be/
|
||||
nl-nl.www.cloudflare.com
|
||||
nl-nl/
|
||||
nl-nl/$
|
||||
nl-nl/Demo
|
||||
nl-nl/LeerberichtenLO
|
||||
nl-nl/about/$
|
||||
nl-nl/ai/$
|
||||
nl-nl/ai/our-approach/$
|
||||
nl-nl/contact/$
|
||||
nl-nl/demo
|
||||
nl-nl/design/$
|
||||
nl-nl/designers/$
|
||||
nl-nl/designsystemen/$
|
||||
nl-nl/dev-mode/$
|
||||
nl-nl/downloads/$
|
||||
nl-nl/education/$
|
||||
nl-nl/engineers/$
|
||||
nl-nl/enterprise/$
|
||||
nl-nl/events/$
|
||||
nl-nl/feedback
|
||||
nl-nl/figjam/$
|
||||
nl-nl/figjam/agile-workflows/$
|
||||
nl-nl/figjam/brainstorm-tool/$
|
||||
nl-nl/figjam/diagrammen-tool/$
|
||||
nl-nl/figjam/mindmap/$
|
||||
nl-nl/figjam/online-whiteboard/$
|
||||
nl-nl/figjam/strategische-planning/$
|
||||
nl-nl/figjam/team-samenwerking/$
|
||||
nl-nl/figjam/teamvergaderingen/$
|
||||
nl-nl/kleurenwiel/$
|
||||
nl-nl/leerberichten
|
||||
nl-nl/lp
|
||||
nl-nl/ontwerpoverdracht/$
|
||||
nl-nl/organization/$
|
||||
nl-nl/presentatiemaker/$
|
||||
nl-nl/pricing-faq/$
|
||||
nl-nl/pricing/$
|
||||
nl-nl/product-managers/$
|
||||
nl-nl/productontwikkeling/$
|
||||
nl-nl/professional/$
|
||||
nl-nl/prototyping/$
|
||||
nl-nl/search
|
||||
nl-nl/searchresults
|
||||
nl-nl/security/$
|
||||
nl-nl/slides/$
|
||||
nl-nl/ui-design-tool/$
|
||||
nl-nl/ux-ontwerptool/$
|
||||
nl-nl/webdesign/$
|
||||
nl-nl/webontwikkeling/$
|
||||
nl-nl/wireframe-tool/$
|
||||
nl/
|
||||
nl/*?order=
|
||||
nl/*color=
|
||||
|
@ -19106,6 +19157,7 @@ no-en/transactions
|
|||
no-en/treasury
|
||||
no-en/your
|
||||
no-follow
|
||||
no-word-attachments.html
|
||||
no/
|
||||
no/Download
|
||||
no/en/*.PDF
|
||||
|
@ -19136,6 +19188,7 @@ nonprofits/account
|
|||
nonstyleishida/videolist-*.html
|
||||
nonstyleishida/videolist.html
|
||||
norobot
|
||||
norobotsnorhumansshouldevervisithispage
|
||||
norokayoblog/videolist-*.html
|
||||
norokayoblog/videolist.html
|
||||
north-america/search
|
||||
|
@ -19306,7 +19359,7 @@ ohcm
|
|||
ojp
|
||||
okxbet.com
|
||||
oma
|
||||
on-demand/session/*http://podcasts.google.com/robots.txt
|
||||
on-demand/session/*http://nymag.com/robots.txt
|
||||
onboard
|
||||
onboarding
|
||||
one-app-preview
|
||||
|
@ -19440,7 +19493,7 @@ p/*/v/*?
|
|||
p/*/v?
|
||||
p/*/victory$
|
||||
p/*/victory?
|
||||
p/*http://ifcncodeofprinciples.poynter.org/robots.txt
|
||||
p/*http://socialimpact.youtube.com/robots.txt
|
||||
p/*surveyopen
|
||||
p/*thm=
|
||||
p/60
|
||||
|
@ -19757,6 +19810,7 @@ parental-passcode
|
|||
parenting/cpp-21/what-is-cpp
|
||||
parents/activity-finder
|
||||
parents/search
|
||||
parking.php4
|
||||
parliament/public/traineeship/secured/
|
||||
parliament/public/transltraineeship/secured
|
||||
partNumber=
|
||||
|
@ -19987,12 +20041,52 @@ pl*/shop/*/favoriters
|
|||
pl*/shop/*/sold
|
||||
pl-pl.www.cloudflare.com
|
||||
pl-pl/
|
||||
pl-pl/$
|
||||
pl-pl/about/$
|
||||
pl-pl/ai/$
|
||||
pl-pl/ai/our-approach/$
|
||||
pl-pl/contact/$
|
||||
pl-pl/design/$
|
||||
pl-pl/designers/$
|
||||
pl-pl/dev-mode/$
|
||||
pl-pl/downloads/$
|
||||
pl-pl/education/$
|
||||
pl-pl/engineers/$
|
||||
pl-pl/enterprise/$
|
||||
pl-pl/events/$
|
||||
pl-pl/feedback
|
||||
pl-pl/figjam/$
|
||||
pl-pl/figjam/kreator-diagramow/$
|
||||
pl-pl/figjam/mapa-mysli/$
|
||||
pl-pl/figjam/narzedzie-burzy-mozgow/$
|
||||
pl-pl/figjam/planowanie-strategiczne/$
|
||||
pl-pl/figjam/spotkania-zespolowe/$
|
||||
pl-pl/figjam/tablica-online/$
|
||||
pl-pl/figjam/wspolpraca-zespolowa/$
|
||||
pl-pl/figjam/zwinne/$
|
||||
pl-pl/kolo-kolorow/$
|
||||
pl-pl/kreator-prezentacji/$
|
||||
pl-pl/lp
|
||||
pl-pl/narzedzie-do-projektowania-ui/$
|
||||
pl-pl/narzedzie-do-projektowania-ux/$
|
||||
pl-pl/organization/$
|
||||
pl-pl/pricing-faq/$
|
||||
pl-pl/pricing/$
|
||||
pl-pl/product-managers/$
|
||||
pl-pl/professional/$
|
||||
pl-pl/projektowanie-stron-internetowych/$
|
||||
pl-pl/prototypowanie/$
|
||||
pl-pl/przekazywanie-projektow/$
|
||||
pl-pl/rozwoj-produktu/$
|
||||
pl-pl/search
|
||||
pl-pl/search/
|
||||
pl-pl/search/default.mi
|
||||
pl-pl/searchresults
|
||||
pl-pl/security/$
|
||||
pl-pl/slides/$
|
||||
pl-pl/systemy-projektowania/$
|
||||
pl-pl/tworzenie-stron-internetowych/$
|
||||
pl-pl/tworzenie-szkieletow/$
|
||||
pl/
|
||||
pl/*?order=
|
||||
pl/*color=
|
||||
|
@ -20282,7 +20376,7 @@ premium$
|
|||
premium-reports
|
||||
premium/
|
||||
premium/$
|
||||
premium/http://dw.com/robots.txt
|
||||
premium/http://s.w.org/robots.txt
|
||||
premiumsupport/iam/
|
||||
premiumsupport/knowledge-center/feedback-no/
|
||||
premiumsupport/knowledge-center/feedback-yes/
|
||||
|
@ -20365,7 +20459,7 @@ privacy/zoho-group.html
|
|||
private
|
||||
private
|
||||
private-promo
|
||||
private/http://irishtimes.com/robots.txt
|
||||
private/http://sgtrains.com/robots.txt
|
||||
private/wtrack
|
||||
pro
|
||||
pro-learn
|
||||
|
@ -20397,7 +20491,7 @@ product-integrations/google-workspace/$
|
|||
product-integrations/zoom/$
|
||||
product-managers/$
|
||||
product-news-zip
|
||||
product-ratings/http://support.office.com/robots.txt
|
||||
product-ratings/http://wix.com/robots.txt
|
||||
product-reviews/B0069IY63Y
|
||||
product/*
|
||||
product/electrode/api/logger
|
||||
|
@ -22003,6 +22097,7 @@ s3
|
|||
s=
|
||||
s=p
|
||||
s?
|
||||
s?
|
||||
s?*rh=n%3A1380045031
|
||||
s_id=
|
||||
sa
|
||||
|
@ -22398,6 +22493,7 @@ secure
|
|||
secure-web.cisco.com
|
||||
secure/
|
||||
secure/login
|
||||
security
|
||||
security/$
|
||||
security/aws-pgp-public-key
|
||||
security/ec2-pkgs-public-key
|
||||
|
@ -22441,6 +22537,7 @@ serv/
|
|||
server
|
||||
server-configurator
|
||||
server-status
|
||||
server/*.xslt
|
||||
server/banners
|
||||
server/body-include
|
||||
server/bottom-notes
|
||||
|
@ -22454,12 +22551,14 @@ server/header
|
|||
server/html5-head-include
|
||||
server/html5-header
|
||||
server/include-file-list
|
||||
server/list-mirrors.html
|
||||
server/outdated
|
||||
server/select-language.html
|
||||
server/source
|
||||
server/staging
|
||||
server/top-addendum
|
||||
server/trans-map.html
|
||||
server/whatsnew_translations.xml
|
||||
server_error_pages/
|
||||
serverdown
|
||||
servererror.aspx
|
||||
|
@ -22597,6 +22696,7 @@ sharing/folders
|
|||
shelf/user_shelves
|
||||
shenghuo
|
||||
shenghuo/search?
|
||||
shifen/
|
||||
shihui
|
||||
shihui?
|
||||
ship
|
||||
|
@ -23201,7 +23301,7 @@ sort=
|
|||
sortBy=
|
||||
sos/clerical/
|
||||
sos/online_corps/
|
||||
sos/registration/http://dl.acm.org/robots.txt
|
||||
sos/registration/http://inc.com/robots.txt
|
||||
soundcloud-tpa
|
||||
sounds/player
|
||||
sounds/player$
|
||||
|
@ -23814,7 +23914,7 @@ tag
|
|||
tag-manager
|
||||
tag-manager-360
|
||||
tag/
|
||||
tag/*+http://dx.doi.org/robots.txt
|
||||
tag/*+http://dinotim.com/robots.txt
|
||||
tag/*/shoutbox
|
||||
tag/*/shoutbox?
|
||||
tag/credible
|
||||
|
@ -24326,7 +24426,7 @@ test.html
|
|||
test_community
|
||||
testfl
|
||||
testgpr
|
||||
testhttp://edition.cnn.com/robots.txt
|
||||
testhttp://moskva.stroi-podryad.ru/robots.txt
|
||||
testing
|
||||
testpage-forhomepage
|
||||
tests/*
|
||||
|
@ -24969,6 +25069,7 @@ uk/zazzle
|
|||
uki/search
|
||||
ul
|
||||
uli/trac
|
||||
ulink?
|
||||
ulk/i
|
||||
ulk/sch
|
||||
ulk/usr
|
||||
|
@ -25331,6 +25432,7 @@ use-cases/global-solution-providers/microsoft/bizspark/signon/
|
|||
use-cases/global-solution-providers/microsoft/bizspark/signon/thankyou/
|
||||
use-cases/global-solution-providers/microsoft/bizspark/thankyou/
|
||||
used
|
||||
usenet
|
||||
user
|
||||
user
|
||||
user$
|
||||
|
@ -25474,7 +25576,7 @@ uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_inser
|
|||
uy/help
|
||||
uz/en/
|
||||
uz/forums
|
||||
uz/http://stanfieldrealestate.com/robots.txt
|
||||
uz/http://bilgematics.com/robots.txt
|
||||
uz/kb/*/discuss
|
||||
uz/ru/
|
||||
uz/search
|
||||
|
@ -25706,6 +25808,7 @@ vmware/about
|
|||
vn
|
||||
vod
|
||||
voices/
|
||||
volunteers
|
||||
vote
|
||||
vote-review
|
||||
votre-europarl/
|
||||
|
@ -26392,9 +26495,9 @@ wiki/Wikipedia_discusión:Solicitudes_de_verificación_de_usuarios
|
|||
wiki/Wikipedia_discusión:Supresores/Candidaturas
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://prezi.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://venturebeat.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikipedia.org/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://win.gs/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
@ -26695,8 +26798,7 @@ wp-admin
|
|||
wp-admin/
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.phphttp://form.jotform.com/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-styles.php
|
||||
wp-adv
|
||||
|
@ -26898,7 +27000,7 @@ your
|
|||
your-account
|
||||
your-shop
|
||||
youreurope/businessACC
|
||||
youreurope/businessDEV/http://streamelements.com/robots.txt
|
||||
youreurope/businessDEV/http://europarl.europa.eu/robots.txt
|
||||
youreurope/citizensACC
|
||||
youreurope/citizensDEV
|
||||
yours
|
||||
|
@ -27004,7 +27106,7 @@ zh-tw.www.cloudflare.com
|
|||
zh-tw/
|
||||
zh-tw/feedback
|
||||
zh-tw/lp
|
||||
zh-tw/searchhttp://npmjs.com/robots.txt
|
||||
zh-tw/searchhttp://blog.giallozafferano.it/robots.txt
|
||||
zh-tw/searchresults
|
||||
zh/
|
||||
zh/api.php?
|
||||
|
@ -27151,6 +27253,7 @@ zz-test
|
|||
2020/04/08/830237502/episode-989-what-if-no-one-pays-rent
|
||||
2021/05/view-gallery
|
||||
2240
|
||||
2300
|
||||
2303
|
||||
2304
|
||||
2305
|
||||
|
@ -27172,6 +27275,7 @@ zz-test
|
|||
7176/
|
||||
7176/TOI_Travel/
|
||||
7176/TOI_Travel_Test/TOI_Travel_TOP_TST
|
||||
8301
|
||||
8324
|
||||
8601
|
||||
8614
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue