about summary refs log tree commit diff
path: root/app/services/post_status_service.rb
AgeCommit message (Expand)Author
2017-02-19revisted fix for #462Rakib Hasan
2017-01-25Use <summary> to encode content warnings insteadEugen Rochko
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for non-blank...Eugen Rochko
2017-01-23Implement a click-to-view spoiler systemblackle
2017-01-20Fix #463 - Fetch and display previews of URLs using OpenGraph tagsEugen Rochko
2017-01-15Fix tests, add applications to eager loading/cache for statuses, fixEugen Rochko
2017-01-15Add tracking of OAuth app that posted a status, extend OAuth apps to have opt...Effy Elden
2016-12-21Private visibility on statuses prevents non-followers from seeing thoseEugen Rochko
2016-12-18Removing external hub completely, fix #333 fixing digit-only hashtags,Eugen Rochko
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
2016-11-28Adding embedded PuSH serverEugen Rochko
2016-11-23Adding sensitive marker to statuses in APIEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-10-05Move PubSubHubbub pinging to a background workerEugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-07UI for uploading media attachments (and cancelling them)Eugen Rochko
2016-09-05PostStatusService can attach media to status, ProcessFeedService likewiseEugen Rochko
2016-03-25Add link to github project to footer, move FanOutOnWriteService calls toEugen Rochko
2016-03-19Use FanOutOnWriteService AFTER processing mentionsEugen Rochko
2016-02-29Changing the use of config constants to the Rails configuration objectEugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko
2016-02-28A lot of fixes from a live testEugen Rochko
2016-02-28When posting a status or reblogging one, ping hubs about the feed updateEugen Rochko
2016-02-25Adding a Mention model, test stubsEugen Rochko
2016-02-24Service to reblog statusesEugen Rochko
2016-02-24Notify remote users about mentionsEugen Rochko
2016-02-24Add service for posting statuses (normal and replies), mention regex toEugen Rochko