mastodon/app
Eugen Rochko f1f6ddd536
Fix structured data parsing from links choking on bad data (#17403)
* Fix structured data parsing from links choking on bad data

- Fix og:url meta tag being prioritized over canonical link tag
- Fix structured data parsing choking on commented-out CDATA declarations
- Fix HTML entities in title, description, provider_name, author_name
- Change structured data parsing to attempt every JSON-LD script tag

* Remove unnecessary slash escapes from CDATA regex pattern
2022-02-07 18:16:31 +01:00
..
chewy Add trending links (#16917) 2021-11-25 13:07:38 +01:00
controllers Fix replies collection incorrectly looping (#17462) 2022-02-07 17:06:43 +01:00
helpers Fix compacted JSON-LD possibly causing compatibility issues on forwarding (#17428) 2022-02-03 14:09:04 +01:00
javascript Change `percent` to `rate` in retention metrics API (#16910) 2022-01-23 16:01:25 +01:00
lib Fix structured data parsing from links choking on bad data (#17403) 2022-02-07 18:16:31 +01:00
mailers Add notifications for statuses deleted by moderators (#17204) 2022-01-17 09:41:33 +01:00
models Fix requiring an extra restart after recent post-deployment migrations (#17422) 2022-02-01 20:57:39 +01:00
policies Add ability for admins to delete canonical email blocks (#16644) 2021-12-17 23:02:14 +01:00
presenters Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
serializers Change `percent` to `rate` in retention metrics API (#16910) 2022-01-23 16:01:25 +01:00
services Fix compacted JSON-LD possibly causing compatibility issues on forwarding (#17428) 2022-02-03 14:09:04 +01:00
validators Add support for private pinned posts (#16954) 2022-01-17 00:49:55 +01:00
views Fix error on account relationships page in admin UI (#17444) 2022-02-05 05:06:34 +01:00
workers Fix errors when multiple Delete are received for a given actor (#17460) 2022-02-07 13:14:48 +01:00