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>
2017-12-12 15:12:09 +01:00
..
controllers Fix #5953 - Add GET /api/v1/accounts/:id/lists (#5983) 2017-12-12 03:55:39 +01:00
helpers Add Galician language support (#5955) 2017-12-10 04:19:07 +01:00
javascript Refix extraspace for emojis (#5964) 2017-12-10 17:56:05 +01:00
lib Save media outside transaction (#5959) 2017-12-10 16:33:52 +01:00
mailers Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
models Change account_id non-nullable in lists (#5979) 2017-12-12 04:11:17 +01:00
policies
presenters Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
serializers Add embed_url to preview cards (#5775) 2017-12-07 03:37:43 +01:00
services Return false if object does not respond to url (#5988) 2017-12-12 15:12:09 +01:00
validators Limit users to 50 lists, remove pagination from lists API (#5933) 2017-12-09 01:32:29 +01:00
views Improve public status page title (#5985) 2017-12-12 03:56:30 +01:00
workers Lists redis clean-up (#5886) 2017-12-05 23:20:27 +01:00