about summary refs log tree commit diff
path: root/app/channels/public_channel.rb
AgeCommit message (Collapse)Author
2017-02-09Fix #614 - extra reply-boolean on statuses to account for cases when replied-toEugen Rochko
status is not in the system at time of distribution; fix #607 - reset privacy settings to defaults when cancelling replies
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-10-23Fix public channelEugen Rochko
2016-10-22Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limitingEugen Rochko
to the API
2016-10-09Filter block users and reblogs of them from public timelineEugen Rochko
2016-10-07Adding public timelineEugen Rochko