docbrown/app
Sarthak Sharma 9d55d8a997
[deploy] 🐞 Hotfix Real time chat was broken (#9293)
* Feature 🚀 : Ability to delete messages in chat channels

- Sending message ID to frontend
- Deleting Message
- Use pusher to delete message realtime

* Minor Bug 🐞: Show message action only for current user

- User can delete or edit their own messages

* Test cases added

* Bug 🐞: Update message id for receiver

Message id was not sent to receiver by pusher

* Refactoring🛠: Message controller refactoring

* Test Cases📝 : Specs for Delete message added

* Feature 🚀 : Ability to edit messages

* Test Cases📝 : Specs for Edit message added

* Merge conflict resolved

* 🐞Hotfix: Findinder error in chat

Co-authored-by: Narender Singh <narender2031@gmail.com>
2020-07-14 07:01:38 -04:00
..
assets Article page: edit and manage button spacing (#9230) 2020-07-10 11:54:57 -04:00
black_box [deploy] Rubocop: fix violations of Layout/LineLength (#9197) 2020-07-08 08:36:36 -05:00
controllers Refactoring comments_controller#create reducing lines (#9162) 2020-07-10 17:24:36 +02:00
dashboards [deploy] Rename classified listings (#7910) 2020-05-27 13:35:09 +00:00
decorators Update UserDecorator not to cache AR Object (#8378) 2020-06-10 16:39:36 +02:00
errors [deploy] Add contexts and permissions to liquid tags (#8917) 2020-06-30 14:53:18 -04:00
fields Enables Rails cops (#2186) 2019-03-25 09:25:55 -04:00
helpers Fix Rails/OutputSafety violations (#9244) 2020-07-11 11:36:24 +02:00
javascript [deploy] 🐞 Hotfix Real time chat was broken (#9293) 2020-07-14 07:01:38 -04:00
labor Fix Style/SingleLineBlockParams, RSpec/MultipleExpectations and remaining Layout/LineLength (#9204) 2020-07-10 11:23:02 +02:00
lib [deploy] Refactor:Send a Couple More Errors to Honeybadger (#9223) 2020-07-09 10:53:16 -05:00
liquid_tags Fix Rails/OutputSafety violations (#9244) 2020-07-11 11:36:24 +02:00
mailers [deploy] Use Action Mailer parameterized syntax (#8853) 2020-06-23 13:48:41 -05:00
models Add Polymorphism to Broadcasts (Part 1) (#9231) [deploy] 2020-07-13 09:36:19 -06:00
policies [deploy] Rubocop: fix violations of Layout/LineLength (#9197) 2020-07-08 08:36:36 -05:00
presenters [deploy] Refactor 🚀 : Replaced Chat Channel Setting page with Preact component. (#8271) 2020-06-10 16:58:37 -04:00
queries/internal Upgrade to Rails 6.0 (#7658) 2020-06-04 11:54:25 +02:00
sanitizers [deploy] Rubocop: fix violations of Layout/LineLength (#9197) 2020-07-08 08:36:36 -05:00
serializers [deploy] Remove user_counters table (#8445) 2020-06-15 11:46:02 -04:00
services [deploy] Revert "Rubocop: fix Performance/OpenStruct (#9241)" (#9291) 2020-07-13 17:22:58 +02:00
uploaders Limit ALL Upload file sizes to 25 MB (#5356) [deploy] 2020-01-07 11:20:40 -05:00
view_objects [deploy] Fix height/width mismatch (#7485) 2020-04-23 13:38:10 -04:00
views Adds a default value to the shell version cache response in case it returns undefined (#9250) 2020-07-14 12:09:19 +02:00
workers Add metrics around welcome notifications + their click events (#9239) 2020-07-10 12:30:45 +02:00