about summary refs log tree commit diff
path: root/spec/helpers/atom_builder_helper_spec.rb
AgeCommit message (Collapse)Author
2017-04-11Remove unused AtomBuilderHelper (#1364)Matt Jankowski
This was used in the views/atom/user_stream.xml.ruby file, which no longer is used.
2017-02-11Make follow requests federateEugen Rochko
2016-12-04Do not autoplay videos, display play button instead. Use expiring links when ↵Eugen Rochko
using S3. Do not keep originals for avatars/headers, resize avatars down to 120x120 instead of 300x300. Set cache headers on S3 stuff, also make it private (aka only accessible via expiring links to prevent hotlinking)
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
Fix #233, fix #268
2016-09-09Refactored generation of unique tags, URIs and object URLs into own classes,Eugen Rochko
as well as formatting of content
2016-09-08Removing default avatarsEugen Rochko
2016-09-05Adding enclosures to Atom and statuses JSONEugen Rochko
2016-03-20Adding more tests for helpersEugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko