about summary refs log tree commit diff
path: root/app/lib/atom_serializer.rb
AgeCommit message (Expand)Author
2017-06-03Remove redundant code in AtomSerializer and spec (#3528)Akihiko Odaki (@fn_aki@pawoo.net)
2017-05-31Misc tidying and clean ups (#3445)Matt Jankowski
2017-05-13Revert HTML CW changes (#3020)beatrix
2017-05-12Add conversation model, <ostatus:conversation /> (#3016)Eugen Rochko
2017-05-12Prepend reblogs' wrapper content with "RT @original_author", (#3013)Eugen Rochko
2017-05-11When avatar/header are missing, do not include the missing file into Atom (#2...Eugen Rochko
2017-05-11Fix regressions from #2683 (#2970)Eugen Rochko
2017-04-22Improve bio compatibility (#2278)Eugen
2017-04-17Fix #1972, fix #1870 - Fix special characters in XML, add tests (#1988)Eugen
2017-04-16Fix #1870 - Strip control characters out of strings in AtomSerializer (#1876)Eugen
2017-04-16Add language detection (#1772)Eugen
2017-04-16Fix #1852 - Ensure feeds have valid <title> tags (#1875)Eugen
2017-04-12Quick best practice cleanup of views/helpers (#1546)Matt Jankowski
2017-04-10Clean up generation of account webfinger string (#1477)Matt Jankowski
2017-04-09Fix #1339 - better Atom titles (#1343)Eugen
2017-04-07DRY up reblog vs original status checkJoël Quenneville
2017-04-07Fix nil#object_type errorEugen Rochko
2017-04-07Re-add forgotten <author> element on standalone <entry>Eugen Rochko
2017-04-07Force UTF8 encoding on generated XML (#1140)Eugen
2017-04-07Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1...Eugen