mastodon/app
Eugen babbb2135e Fix #1813 - Alleviate extra requests when processing mentions (#1938)
The <link rel="mentioned" /> tag refers to accounts by href. So we were
matching the DB by the url attribute, and falling back to HTTP look-up.
However, GS and Mastodon use profile URLs as URIs, too, and the match
for that was missing. This could potentially alleviate some extra network
requests
2017-04-16 18:01:48 +02:00
..
assets fix regex filter (#1845) 2017-04-16 16:33:38 +02:00
controllers Make file attachment on MediaAttachment optional (#1865) 2017-04-16 12:51:30 +02:00
helpers View spec fix (#1888) 2017-04-16 03:40:33 +02:00
lib Fix #1852 - Ensure feeds have valid <title> tags (#1875) 2017-04-16 02:40:36 +02:00
mailers Make Reporting admin section translatable (#1549) 2017-04-12 17:11:49 +02:00
models Simplify the og:image and og:description code in stream_entries/show (#1934) 2017-04-16 16:38:02 +02:00
presenters About page contact email (#1839) 2017-04-15 13:33:25 +02:00
services Fix #1813 - Alleviate extra requests when processing mentions (#1938) 2017-04-16 18:01:48 +02:00
validators Organize coverage dirs (#1695) 2017-04-13 16:00:31 +02:00
views Remove trailing whitespace in terms.no.html (#1933) 2017-04-16 16:38:13 +02:00
workers Quick best practice cleanup of views/helpers (#1546) 2017-04-12 18:24:18 +02:00