Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

The Rocket.Chat Apps engine and definitions.

Results 169 Rocket.Chat.Apps-engine issues
Sort by recently updated
recently updated
newest added

The first version could be only setting up custom OAuth providers, being able to set all its fields should be enough (see screenshot bellow). But the ideal implementation for me...

:new: enhancement
:raising_hand_man: help wanted
triaged

# What? :boat: ![11610733292_ pic_hd](https://user-images.githubusercontent.com/32427260/104919394-25ac0700-59d1-11eb-96f8-ec6675c43cca.jpg) This PR introduces E2E automation tests into our workflow. # Why? :thinking: This can help us increase our confidence when there're some changes to the...

@graywolf336 commented on [Fri May 04 2018](https://github.com/RocketChat/Rocket.Chat.Apps-ts-definition/issues/44) Allow Apps to provide message attachments/uploads. ![image](https://user-images.githubusercontent.com/850391/39647715-ab28d996-4fa5-11e8-9a54-c021ee369670.png)

:new: enhancement

We are making a Rocket Chat app and we need the method documented here : https://rocketchat.github.io/Rocket.Chat.Apps-engine/interfaces/iroomread.html#getmessages When calling the method we get the following response : ![Screen Shot 2019-10-10 at...

permissions control system

I noticed that you have to define `value:true` otherwise the checkbox will show checked, but there won't be a true value in the settings object. This is when you first...

need confirmation

### Description When requesting to the outer web by IHttp, even though if there are some errors, the HTTP methods will never throw an exception or return an IHttpResponse with...

My app simulates Direct Message between multiple users. From the general channel, I launch my app using the slash command, which opens a pop-up to select the users and it...

Some might want to do something when people add or remove a reaction from a message

:new: enhancement

Currently, if we want the app to call API requests, we have to create a new user (only for that app) and provide the credential to the app. I think...

I was thinking to migrate our testing framework from alsation to jest for the following considerations: **Reliability**. Compared to alsation, [jest](https://jestjs.io/) is an [actively](https://github.com/facebook/jest/graphs/contributors) developed and maintained open-source project led...