Commit Graph

7 Commits (adda642c63d01e362e0629ee956e9b3af9748644)

Author SHA1 Message Date
Eugen Rochko 80c44ed9c1 Do not autoplay videos, display play button instead. Use expiring links when 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)
Eugen Rochko 14bd46946d Per-status control for unlisted mode, also federation for unlisted mode
Fix , fix 
Eugen Rochko 3cc47beb6e Refactored generation of unique tags, URIs and object URLs into own classes,
as well as formatting of content
Eugen Rochko a4cc966476 Removing default avatars
Eugen Rochko 1d9c886518 Adding enclosures to Atom and statuses JSON
Eugen Rochko 253ab26520 Adding more tests for helpers
Eugen Rochko 0e8f59c16f Refactoring Grape API methods into normal controllers & other things