You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
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
3 years ago
..
controllers Fix replies collection incorrectly looping (#17462) 3 years ago
fabricators Refactor and improve tests (#17386) 3 years ago
features Add submit button to the top of preferences pages (#13068) 5 years ago
fixtures Fix some link previews being incorrectly generated from other prior links (#16885) 4 years ago
helpers Fix compacted JSON-LD possibly causing compatibility issues on forwarding (#17428) 3 years ago
lib Fix structured data parsing from links choking on bad data (#17403) 3 years ago
mailers Refactor and improve tests (#17386) 3 years ago
models Refactor and improve tests (#17386) 3 years ago
policies Refactor and improve tests (#17386) 3 years ago
presenters Change references to tootsuite/mastodon to mastodon/mastodon (#16491) 4 years ago
requests Further preparation for Rails 6 (#15916) 4 years ago
routing
serializers/activitypub
services Refactor and improve tests (#17386) 3 years ago
support Fix base64-encoded file uploads not being possible (#12748) 5 years ago
validators Add support for private pinned posts (#16954) 3 years ago
views Fix error when rendering public pages with media attachments (#16763) 4 years ago
workers Refactor and improve tests (#17386) 3 years ago
rails_helper.rb Add WebAuthn as an alternative 2FA method (#14466) 5 years ago
spec_helper.rb Move rspec examples to tmp dir (#12539) 5 years ago