Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-17 | Prepare Mastodon for Rails 6 (#15911) | Claire | |
* Fix misuse of foreign_type * Fix use of removed "add_template_helper" * Use response.media_type instead of response.content_type in tests * Fix CSV export controller test on Rails 6 Rails 6 sets a "filename*" field in the Content-Disposition header to explicitly encode the filename as UTF-8. This changes checks the first part of the Content-Disposition header so it matches in both Rails 5 and Rails 6. * Fix emoji formatting with Rails 6 * Make emoji output more idiomatic and robust * Switch from redis-rails gem to built-in Rails redis cache storage | |||
2020-11-08 | Add support for reversible suspensions through ActivityPub (#14989) | Eugen Rochko | |
2020-05-14 | Fix webfinger returning wrong status code on malformed or missing param (#13759) | ThibG | |
Fixes #13757 | |||
2019-08-01 | Remove XML version of Webfinger and remove links to Atom feeds (#11460) | Eugen Rochko | |
Fix #11453 | |||
2018-04-21 | Use raw status code on have_http_status (#7214) | Yamagishi Kazutoshi | |
2017-07-15 | Improve ActivityPub representations (#3844) | Eugen Rochko | |
* Improve webfinger templates and make tests more flexible * Clean up AS2 representation of actor * Refactor outbox * Create activities representation * Add representations of followers/following collections, do not redirect /users/:username route if format is empty * Remove unused translations * ActivityPub endpoint for single statuses, add ActivityPub::TagManager for better URL/URI generation * Add ActivityPub::TagManager#to * Represent all attachments as Document instead of Image/Video specifically (Because for remote ones we may not know for sure) Add mentions and hashtags representation to AP notes * Add AP-resolvable hashtag URIs * Use ActiveModelSerializers for ActivityPub * Clean up unused translations * Separate route for object and activity * Adjust cc/to matrices * Add to/cc to activities, ensure announce activity embeds target status and not the wrapper status, add "id" to all collections | |||
2017-06-03 | Fix spec for #2388 (#3526) | Yamagishi Kazutoshi | |
2017-05-29 | Cover WellKnown::WebfingerController more (#3385) | Akihiko Odaki | |
2017-05-22 | Allow alternate domains for mastodon handlers (#3187) | Immae | |
2017-04-13 | Clean up well-known routes/controllers (#1649) | Matt Jankowski | |
* Add request spec for host meta route returning xml * Add routing spec for xrd routes * Update well-known routes * Move webfinger and host-meta actions to their own controllers |