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/app
Renato "Lond" Cerqueira 19257d91bf Return false if object does not respond to url (#5988)
Avoid error when the service returns a mostly valid oembed, but has no
url in it, causing a MethodError: undefined method `url'
for #<OEmbed::Response::Photo:0x000056505def9620>
7 years ago
..
controllers Fix #5953 - Add GET /api/v1/accounts/:id/lists (#5983) 7 years ago
helpers Add Galician language support (#5955) 7 years ago
javascript Refix extraspace for emojis (#5964) 7 years ago
lib Save media outside transaction (#5959) 7 years ago
mailers Using double splat operator (#5859) 7 years ago
models Change account_id non-nullable in lists (#5979) 7 years ago
policies Allow admin to deactivate invite created by users (#5860) 7 years ago
presenters Using double splat operator (#5859) 7 years ago
serializers Add embed_url to preview cards (#5775) 7 years ago
services Return false if object does not respond to url (#5988) 7 years ago
validators Limit users to 50 lists, remove pagination from lists API (#5933) 7 years ago
views Improve public status page title (#5985) 7 years ago
workers Lists redis clean-up (#5886) 7 years ago