about summary refs log tree commit diff
path: root/app/helpers/atom_builder_helper.rb
AgeCommit message (Expand)Author
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
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
2016-11-29Upgrade Paperclip to 5, AWS-SDK to 2, do not generate medium/small versions o...Eugen Rochko
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
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
2016-09-09Probably fixes #31Eugen Rochko
2016-09-08Fixing atom feeds for accounts, adding tests that would catch such bugs in fu...Eugen Rochko
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
2016-03-24Sanitize remote html in atom feeds, API (not just UI), use cached mentionEugen Rochko
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 r...Eugen Rochko
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