about summary refs log tree commit diff
path: root/app/services/post_status_service.rb
AgeCommit message (Expand)Author
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