mastodon/spec
Eugen Rochko 412ea87306 Improve ActivityPub/OStatus compatibility (#4632)
*Note: OStatus URIs are invalid for ActivityPub. But we have them for
as long as we want to keep old OStatus-sourced content and as long as
we remain OStatus-compatible.*

- In Announce handling, if object URI is not a URL, fallback to object URL
- Do not use specialized ThreadResolveWorker, rely on generalized handling
- When serializing notes, if parent's URI is not a URL, use parent's URL
2017-08-19 18:44:48 +02:00
..
controllers Don't send Link header when don't know prev and next links (#4633) 2017-08-18 10:42:59 +02:00
fabricators Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
features
fixtures Use charlock_holmes instead of nkf at FetchLinkCardService (#4080) 2017-07-08 22:44:31 +02:00
helpers use existing inflections instead of custom helper (#4624) 2017-08-17 23:20:50 +02:00
javascript feat: Cache status height to avoid expensive renders (#4439) 2017-08-07 20:32:03 +02:00
lib Put ActivityPub alternate link into Atom, prefer it when processing Atom (#4623) 2017-08-18 01:03:18 +02:00
mailers
models Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 2017-07-29 00:06:29 +02:00
policies
presenters
requests Redesign the landing page, mount public timeline on it (#4122) 2017-07-11 15:27:59 +02:00
routing
services Add support for searching AP users (#4599) 2017-08-14 14:08:34 +02:00
support
validators Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 2017-07-29 00:06:29 +02:00
views Redesign /terms page (#4338) 2017-07-24 17:15:15 +02:00
workers Improve ActivityPub/OStatus compatibility (#4632) 2017-08-19 18:44:48 +02:00
rails_helper.rb
spec_helper.rb