about summary refs log tree commit diff
path: root/app/channels/application_cable/connection.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-10-03Catch :warden correctlyEugen Rochko
2016-10-03Catch warden throw in actioncableEugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-12Fixing image upload limits, allowing webm, merge/unmerge events triggerEugen Rochko
timeline reload in UI, other small fixes
2016-08-18Live timelines using ActionCableEugen Rochko