about summary refs log tree commit diff
path: root/config/initializers/active_model_serializers.rb
AgeCommit message (Collapse)Author
2019-09-03Fix ActivityPub context not being dynamically computed (#11746)ThibG
* Fix contexts not being dynamically included Fixes #11649 * Refactor Note context in serializer * Refactor Actor serializer
2019-03-27Remove unused ActivityPub `@context` values depending on response (#10378)Eugen Rochko
Fix #8078
2018-05-26Disable AMS logging (#7623)Eugen Rochko
Especially in production it's just noise and doesn't mix well with the log format
2017-07-07Add recursive object support to API response (#4095)Yamagishi Kazutoshi