0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/apps/admin-x-settings/src
Sag 8515bdf587
Updated uniqueness validation for the Recommendations URL (#18253)
closes https://github.com/TryGhost/Product/issues/3818

- instead of fetching all recommendations and matching URLs on the frontend, we now query the database directly to find an existing Recommendation by URL. When comparing URLs, we don't take into account the protocol, www, query parameters nor hash fragments
2023-09-20 16:53:10 +00:00
..
admin-x-ds AdminX design updates (#18238) 2023-09-20 16:38:36 +02:00
api Updated uniqueness validation for the Recommendations URL (#18253) 2023-09-20 16:53:10 +00:00
assets Added Ghost favicon 2023-09-20 14:46:26 +01:00
components Updated uniqueness validation for the Recommendations URL (#18253) 2023-09-20 16:53:10 +00:00
hooks Added Support Email verification modals to Admin X (#18152) 2023-09-15 16:00:24 +07:00
styles AdminX various UI fixes (#18089) 2023-09-12 16:11:12 +02:00
utils Updated uniqueness validation for the Recommendations URL (#18253) 2023-09-20 16:53:10 +00:00
App.tsx Update labs settings in Ember when changed in AdminX (#18231) 2023-09-19 18:48:47 +00:00
index.tsx
main.tsx Update labs settings in Ember when changed in AdminX (#18231) 2023-09-19 18:48:47 +00:00
MainContent.tsx AdminX searchfield keyboard shortcut (#18244) 2023-09-20 14:32:18 +02:00
typings.d.ts
vite-env.d.ts