about summary refs log tree commit diff
path: root/app/helpers/atom_builder_helper.rb
AgeCommit message (Collapse)Author
2017-02-12Adding more unit tests. Fixing Salmon slaps XMLEugen Rochko
2017-02-11Fix semantics of follow requests another slapsEugen Rochko
2017-02-11Make follow requests federateEugen Rochko
2017-02-08Fix reblogs not having content warnings forwardedEugen
2017-01-25Use <summary> to encode content warnings insteadEugen Rochko
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for ↵Eugen Rochko
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations
2017-01-23Implement a click-to-view spoiler systemblackle
2016-12-21Federated profile bio now formattedEugen Rochko
2016-12-11Sensitive content federates using the "nsfw" hashtagEugen 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-11-29Upgrade Paperclip to 5, AWS-SDK to 2, do not generate medium/small versions ↵Eugen Rochko
of avatars
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-10-17Include <id> (identical value to <uri>) on person-type objects in AtomEugen Rochko
This might help with GS compatibility
2016-10-10Fix reblog mentions AtomEugen Rochko
2016-10-10Include mentions and media attachments of reblogged posts in AtomEugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-09Refactored generation of unique tags, URIs and object URLs into own classes,Eugen Rochko
as well as formatting of content
2016-09-09Probably fixes #31Eugen Rochko
2016-09-08Fixing atom feeds for accounts, adding tests that would catch such bugs in ↵Eugen Rochko
future
2016-09-05Adding enclosures to Atom and statuses JSONEugen Rochko
2016-09-04Normalized data in Redux, fix for asset URLs when rendered outside requestEugen Rochko
2016-03-26Add alternate link to entries AtomEugen Rochko
2016-03-25Fix subscriptions:clear task, refactor feeds, refactor streamable activitesEugen Rochko
and atom feed generation to some extent, as well as the way mentions are stored
2016-03-24Sanitize remote html in atom feeds, API (not just UI), use cached mentionEugen Rochko
relations on Status#mentions
2016-03-24Do display top-level content on remote shared noticesEugen Rochko
2016-03-22Omit empty tags in Atom feedEugen Rochko
2016-03-22Reblogs in Atom feeds now have published, updated, and activity:verb. Still ↵Eugen Rochko
related to #20
2016-03-22Fix #20, reblogs in Atom should be formatted correctly nowEugen Rochko
2016-03-21Small optimizations in Atom feedsEugen Rochko
2016-03-21Security updateEugen Rochko
2016-03-20Adding more tests for helpersEugen Rochko
2016-03-19Fix #13, Atom feeds now contain formatted post contentEugen Rochko
2016-03-16Deleting statuses, deletion propagationEugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko