Ghost/ghost/link-tracking/lib
Princi Vershwal bec647412f
🐛 Fixed url decoding issue - URLs sent in emails containing a % can now be updated(#20518)
fixes https://linear.app/tryghost/issue/ENG-447/🐛-urls-sent-in-emails-containing-a-percent-can-not-be-updated

URLs were decoded before making a search query to the db. This is the reason the `%2F` character gets converted to  `/`. This decoding is not required.
2024-07-02 21:13:32 +05:30
..
ClickEvent.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
FullPostLink.js Added links API (#15446) 2022-09-22 13:39:52 +02:00
link-tracking.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
LinkClickTrackingService.js 🐛 Fixed url decoding issue - URLs sent in emails containing a % can now be updated(#20518) 2024-07-02 21:13:32 +05:30
PostLink.js Added database storage for link redirects and click events (#15423) 2022-09-19 17:12:54 +02:00