docbrown/app/controllers/internal
jituraj98 e2edf960dc
[deploy] Connect: move settings to sidecar iframe, improve invitations and remove experimental features (#6903)
* 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

* Move channel settings to sidecar

* added spec for chat_channels_memberships_controller.rb (#6539)

* added spec for chat_channels_memberships_controller.rb

* simplified record not found error for membership

* error message formatting updated

* added error key in flash message

Co-authored-by: jitendra <jitendrarajpurohit@skynox.tech>

* Refining "Move sidecar to iframe" branch (#6634)

* added spec for chat_channels_memberships_controller.rb

* simplified record not found error for membership

* error message formatting updated

* added error key in flash message

* 🐞 Bug Fix: Open sidecar of clicking @all

* 🐞 Bug Fix: adding space after selecting the username from suggestion box

* added remove channel member functionality for moderators

* 🔩 Small Tweaks: Hover issue fixed

* 🐞 Bug Fix: Remove sidecar toggle on @all tag (for now)

* updated manually constructed urls with rails path helpers

* mod users cannot remove members of other channel

Co-authored-by: jitendra <jitendrarajpurohit@skynox.tech>

* 🚀 Finalising the connect group/channel feature.  (#6829)

* added spec for chat_channels_memberships_controller.rb

* simplified record not found error for membership

* error message formatting updated

* added error key in flash message

* 🐞 Bug Fix: Open sidecar of clicking @all

* 🐞 Bug Fix: adding space after selecting the username from suggestion box

* added remove channel member functionality for moderators

* 🔩 Small Tweaks: Hover issue fixed

* 🐞 Bug Fix: Remove sidecar toggle on @all tag (for now)

* updated manually constructed urls with rails path helpers

* mod users cannot remove members of other channel

* mod members can now invite user who have left the channel

* 🐞 Bug Fix: Ability to open sidecar on mention all properly

* Eslint Changes

* send email notification on inviting user feature added

* 🛠  Email design enhancements for channel invitation

* send invitation to mod user added from internal

* 🛠  Gif changes for Mod

* spec fixed

* inviter name issue fixed

* 🚀 Open sidecar when automatically if you use link from email

Co-authored-by: jitendra <jitendrarajpurohit@skynox.tech>

* review changes

* added spec for channel_invite_email

* Bug🐞: Design problem with sidecar after merge

* Bug🐞: Design problem with invitation alert box

* replaced instance variables with local variable

* Bug🐞: Wrong css classes fixed

* Bug🐞: Edit option bug

* yarn.lock file updated

* code review changes

* updated manually constructed urls with rails path helpers in spec

* user name url issue fix in invite email

* user url corrected

Co-authored-by: Sarthak Sharma <7lovesharma7@gmail.com>
Co-authored-by: benhalpern <bendhalpern@gmail.com>
2020-04-01 12:13:26 -04:00
..
application_controller.rb Add single resource admin concept (#5069) [deploy] 2019-12-11 13:17:55 -05:00
articles_controller.rb [deploy] Moderator and admin actions log (#6797) 2020-03-26 16:59:24 -05:00
badges_controller.rb Improve dropdown UX for internal/badges (#5880) [deploy] 2020-02-04 09:02:14 -08:00
broadcasts_controller.rb Only send notifications that belong to an active broadcast (#6319) [deploy] 2020-02-27 08:02:45 -08:00
buffer_updates_controller.rb Create InternalPolicy (#4380) 2019-10-17 14:21:43 -04:00
chat_channels_controller.rb [deploy] Connect: move settings to sidecar iframe, improve invitations and remove experimental features (#6903) 2020-04-01 12:13:26 -04:00
classified_listings_controller.rb Convert internal listing table view to bootstrap (#6486) 2020-03-06 20:03:24 +01:00
comments_controller.rb Remove unnecessary eager loading (#6063) 2020-02-17 09:39:30 -05:00
configs_controller.rb Create primary_sticker_image_url in SiteConfig (#6746) [deploy] 2020-03-23 14:55:18 -04:00
events_controller.rb CacheBuster refactoring (#4766) 2019-11-13 10:51:23 -05:00
feedback_messages_controller.rb Add Slack messengers: part 1 (#6748) 2020-03-24 18:45:40 +01:00
growth_controller.rb Modify onboarding slides (#3864) 2019-08-28 11:05:57 -04:00
moderator_actions_controller.rb [deploy] Moderator and admin actions log (#6797) 2020-03-26 16:59:24 -05:00
mods_controller.rb Remove existing mods from potential mod list (#6235) [deploy] 2020-02-26 12:14:28 -05:00
negative_reactions_controller.rb Increase the number of negative reactions per page (#6840) 2020-03-25 14:18:24 -04:00
organization_memberships_controller.rb Fix typo (#3789) 2019-08-22 12:51:05 -04:00
organizations_controller.rb Add view for managing organizations (#5149) [deploy] 2019-12-17 12:07:11 -05:00
pages_controller.rb Add social image to internal/pages form (#6401) [deploy] 2020-03-02 11:38:01 -05:00
permissions_controller.rb Refactor/internal ui update (#5339) [deploy] 2020-01-06 07:58:03 -05:00
podcasts_controller.rb Fetch podcast's episodes from /internal (#6593) [deploy] 2020-03-11 17:25:12 -04:00
reactions_controller.rb [deploy] Moderator and admin actions log (#6797) 2020-03-26 16:59:24 -05:00
response_templates_controller.rb Add response templates for internal usage (#6676) 2020-03-20 11:32:55 -04:00
sponsorships_controller.rb Started moving sponsorships to /internal (#6355) [deploy] 2020-03-01 12:48:47 -05:00
tags_controller.rb [deploy] Moderator and admin actions log (#6797) 2020-03-26 16:59:24 -05:00
tools_controller.rb Replace dev.to with ApplicationConfig in a few locations (#6008) [deploy] 2020-02-11 14:48:27 -05:00
users_controller.rb Refactor internal user page (#6940) 2020-03-31 13:43:07 -04:00
webhook_endpoints_controller.rb Show webhooks list in internal (#3997) 2019-09-10 09:43:21 -04:00
welcome_controller.rb Replace dev.to with ApplicationConfig in a few locations (#6008) [deploy] 2020-02-11 14:48:27 -05:00