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

We are about to start the GSoC season(2020) and this year we have at least 3 projects that aim to implement new Omnichannel Apps: - Dialogflow/RASA chatbot integration(Rocket.Chat) - Salesforce...

:hourglass_flowing_sand: in progress
permissions control system
triaged

I think the `getUsernamesOfRoomById` definition/usage is wrong, should expect a promise, since we need an async call here, nowadays the implementation uses fibers that's why it is possible to return...

:new: enhancement
triaged
breaking-change

I am trying to submit a binary image of type `image/jpeg` from within `executePostMessageSent`using the following code ``` let result = await http.post('https://postman-echo.com/post', { data: binary, headers: { 'Content-Type': 'image/jpeg'...

triaged

# What? :boat: - Change the IterableIterator to AsyncIterableIterator. # Why? :thinking: This way we can fetch the messages one at a time from the database instead of all the...

@graywolf336 commented on [Thu Apr 12 2018](https://github.com/RocketChat/Rocket.Chat.Apps-ts-definition/issues/36) Create, read, and update the user's preferences.

:new: enhancement
:raising_hand_man: help wanted

@graywolf336 commented on [Mon Apr 09 2018](https://github.com/RocketChat/Rocket.Chat.Apps-ts-definition/issues/32) * Ability to predefine colors to pick from (could be a select but better?) * Ability to use the system colors (needs to...

:raising_hand_man: help wanted

Implemented here: https://github.com/RocketChat/Rocket.Chat/pull/15549

# What? :boat: @lolimay following the conversation from [here](https://github.com/RocketChat/Rocket.Chat.Apps-engine/issues/204#issuecomment-605298411) (#204 #249) The following is the list of **secure** built-in modules - assert, - async_hooks, // The async_hooks module exposes functions...

Set `skipLibCheck: true` to avoid the following error : ``` Error: Deployment error: {"status":"compiler_error","messages":[{"file":"/home/vagrant/Rocket.Chat/node_modules/@types/node/index.d.ts","line":165,"character":10,"message":"/home/vagrant/Rocket.Chat/node_modules/@types/node/index.d.ts (166,11): Duplicate identifier 'IteratorResult'."},{"file":"/vagrant/Rocket.Chat.Apps-engine/node_modules/typescript/lib/lib.es2015.iterable.d.ts","line":40,"character":5,"message":"/vagrant/Rocket.Chat.Apps-engine/node_modules/typescript/lib/lib.es2015.iterable.d.ts (41,6): Duplicate identifier 'IteratorResult'."}],"success":false} ``` Tested on a Ubuntu 18 on Vagrant...

# What? :boat: Reintroduces Bundle Installation support for the engine # Why? :thinking: Due to impairment with the Rocket.Chat release cycle, the Bundle Installation logic (that included a breaking change...