Abhinav Kumar

Results 29 issues of Abhinav Kumar

I added: 1. Checking for origin and post token message only when e.origin matches the allowed origins. 2. Updated eslint version from 6 to 8 as async arrow function was...

## Proposed changes (including videos or screenshots) This pull request addresses an issue in the user mention functionality within Rocket.Chat channels. Previously, when a user mentioned another user who was...

## Proposed changes (including videos or screenshots) This fix alters the spotlight search endpoint method to include the `prid` (parent room ID) for rooms. This adjustment ensures that the client...

stat: needs QA

## Proposed changes (including videos or screenshots) This PR introduces a fix to the livechat agent status handling within Rocket.Chat. Previously, when a deactivated user, assigned as a livechat agent,...

stat: needs QA

# Brief Title This PR will add url preview functionality in embedded chat similar to what is done in rocket chat. Fixes #200 ## Video/Screenshots https://user-images.githubusercontent.com/15830206/225773948-e2960040-8bf2-4342-b226-9c66450fea94.mp4

The login modal should show a toast message with an appropriate message in case of login failure.

enhancement

We have now shifted to using emotion.sh for styling. The old CSS files needs to be replaced with emotion styling. There may be some unused CSS files that needs to...

hacktoberfest

Rocketchat supports various oauth services and we could extend it using custom oauth's too. Leverage this feature of RocketChat to support all oauth services in EmbeddedChat.

gsoc-2023

Add previews for url as it is done in rocket chat. ![Screenshot from 2023-03-17 04-52-10](https://user-images.githubusercontent.com/15830206/225773882-85b587e3-09e5-431a-9c66-52699af2e0d8.png)

enhancement

This PR adds auth0 authentication to RC4Community. ## Setting up 1. Set up environment variables ``` # A long, secret value used to encrypt the session cookie AUTH0_SECRET='a_long_random_string' # The...